/*! 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: 100%;
}

/**
 * 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: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3e3e3e;
  font-size: 1rem;
  line-height: 1.875;
}

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

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

.l-header {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.l-header__inner {
  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;
  height: 7.5rem;
  padding: 0 5rem 0 4.375rem;
}
@media screen and (max-width: 1340px) {
  .l-header__inner {
    padding: 0 2.5rem 0 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 5rem;
    padding: 0 0.9375rem;
  }
}

.l-header-logo {
  display: block;
  margin-bottom: 0.75rem;
}
.l-header-logo:hover {
  opacity: 0.7;
}

.l-header-logo__band {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
}

.l-header-logo__title {
  color: #188DCD;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-logo__title {
    margin-top: 0rem;
  }
}

.l-header__box {
  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__box {
    display: none;
  }
}

.l-header-nav {
  margin-right: 1.5rem;
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.l-header-nav__list {
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
}

.l-header-nav__link {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
}
.l-header-nav__link::after {
  content: "";
  position: absolute;
  background: #188DCD;
  left: 0;
  bottom: -0.125rem;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.l-header-nav__link.open::before {
  content: "";
  position: absolute;
  background: #188DCD;
  left: 0;
  bottom: -0.125rem;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 2px;
}

.l-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5rem;
  margin-right: 1.5rem;
}

.l-header__button {
  width: 10.5rem;
  height: 1.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  background: #188DCD;
  border: 2px solid #188DCD;
  border-radius: 0.3125rem;
}
.l-header__button:hover {
  color: #188DCD;
  background: #fff;
}

.l-header-tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.25rem;
  padding-left: 3.25rem;
}
.l-header-tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(../imgs/pc/cta_tel_blue.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-header-tel span {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 700;
}
.l-header-tel span:nth-of-type(2) {
  color: #188DCD;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
}

.l-header.fv {
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header.fv .l-header-logo__band {
  color: #fff;
}
.l-header.fv .l-header-logo__title {
  color: #fff;
}
.l-header.fv .l-header-nav__link {
  color: #fff;
}
.l-header.fv .l-header-nav__link::after {
  background: #fff;
}
.l-header.fv .l-header__button {
  color: #188DCD;
  background: #fff;
}
.l-header.fv .l-header__button:hover {
  color: #fff;
  background: #188DCD;
}
.l-header.fv .l-header-tel {
  color: #fff;
}
.l-header.fv .l-header-tel::before {
  background-image: url(../imgs/pc/cta_tel_white.svg);
}
.l-header.fv .l-header-tel span {
  color: #fff;
}
.l-header.fv.scrolled {
  background: #ffffff;
}
.l-header.fv.scrolled .l-header-logo__band {
  color: #3e3e3e;
}
.l-header.fv.scrolled .l-header-logo__title {
  color: #188DCD;
}
.l-header.fv.scrolled .l-header-nav__link {
  color: #3e3e3e;
}
.l-header.fv.scrolled .l-header-nav__link::after {
  background: #3e3e3e;
}
.l-header.fv.scrolled .l-header__button {
  color: #fff;
  background: #188DCD;
}
.l-header.fv.scrolled .l-header__button:hover {
  color: #188DCD;
  background: #fff;
}
.l-header.fv.scrolled .l-header-tel {
  color: #3e3e3e;
}
.l-header.fv.scrolled .l-header-tel::before {
  background-image: url(../imgs/pc/cta_tel_blue.svg);
}
.l-header.fv.scrolled .l-header-tel span {
  color: #3e3e3e;
}
.l-header.fv.scrolled .l-header-tel span:nth-of-type(2) {
  color: #188DCD;
}

.l-header.materials-single .l-header__box {
  display: none;
}

.l-header-pageTop {
  cursor: pointer;
  position: fixed;
  z-index: 10;
  bottom: 1.5rem;
  right: 3.75rem;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
}
@media screen and (max-width: 767px) {
  .l-header-pageTop {
    display: none;
  }
}
.l-header-pageTop::before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #188DCD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-pageTop span {
  position: relative;
  z-index: 3;
  width: 5rem;
  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;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding-top: 1.25rem;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-pageTop span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.25rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/pageTop_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-pageTop:hover::before {
  z-index: 2;
  opacity: 1;
}
.l-header-pageTop:hover span {
  color: #188DCD;
}
.l-header-pageTop:hover span::before {
  background-image: url(../imgs/pc/pageTop_arrow_blue.svg);
}

.l-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 5rem;
  }
}
.l-main_fv {
  padding-top: 0rem;
}

.l-footer {
  width: 100%;
  background: #0A293B;
  padding-top: 5.9375rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 5.625rem 0.9375rem;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.l-footer__logo {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    font-size: 1.25rem;
  }
}
.l-footer__logo span {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo span {
    font-size: 0.8125rem;
  }
}

.l-footer__column {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer__column {
    text-align: left;
    margin-top: 3.125rem;
  }
}

.l-footer__group {
  width: 100%;
  max-width: 22.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.l-footer__link {
  display: inline-block;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
}
.l-footer__link.min {
  font-size: 0.8125rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__link.min {
    font-size: 0.9375rem;
    margin-top: 1.5rem;
  }
}

.l-footer__cope {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__cope {
    text-align: left;
  }
}

.l-footer.materials-single {
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer.materials-single {
    padding: 2rem 0;
  }
}
.l-footer.materials-single .l-footer__inner {
  display: none;
}
.l-footer.materials-single .l-footer__cope {
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .l-footer.materials-single .l-footer__cope {
    text-align: center;
  }
}

.c-title {
  color: #188DCD;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2rem;
    line-height: 1.6875;
  }
}
.c-title span {
  display: inline-block;
  line-height: 1.3333333333;
}
.c-title.yellow {
  color: #FDEF08;
}
.c-title.white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-title.minSp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.c-title-mv {
  width: 100%;
  height: 18.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;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  background-image: url(../imgs/pc/mv_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-title-mv {
    height: 7rem;
    font-size: 2rem;
    background-image: url(../imgs/sp/mv_bg.webp);
  }
}

.c-title-noText {
  height: 0;
  font-size: 0rem;
  overflow: hidden;
}

.c-button {
  position: relative;
  width: 100%;
  max-width: 19.125rem;
  height: 4.0625rem;
  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;
  border-radius: 0.3125rem;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
}
.c-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #188DCD;
  background: #fff;
  border-radius: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button span {
  position: relative;
  z-index: 3;
  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: 1rem;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button span::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.0625rem;
  width: 0.5625rem;
  height: 0.875rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button:hover::after {
  z-index: 2;
  opacity: 1;
}
.c-button:hover span {
  color: #188DCD;
}
.c-button:hover span::after {
  background-image: url(../imgs/pc/btn_arrow_blue.svg);
}

.c-button_white {
  background: #fff;
}
.c-button_white::after {
  border: 1px solid #fff;
  background: #fff;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
}
.c-button_white span {
  color: #188DCD;
}
.c-button_white span::after {
  background-image: url(../imgs/pc/btn_arrow_blue.svg);
}
.c-button_white:hover::after {
  z-index: 2;
  opacity: 1;
}
.c-button_white:hover span {
  color: #fff;
}
.c-button_white:hover span::after {
  background-image: url(../imgs/pc/btn_arrow_white.svg);
}

.c-article {
  width: 100%;
  border-radius: 0.3125rem;
  background: #E2F2FB;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
  overflow: hidden;
}
.c-article:hover .c-article__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-article__thumbnail {
  position: relative;
  width: 100%;
}

.c-article__img {
  position: relative;
  width: 100%;
  padding-top: 52.4725274725%;
  overflow: hidden;
}
.c-article__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article__box {
  width: 100%;
  padding: 2.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-article__box {
    padding: 1.5rem;
  }
}

.c-article__group {
  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) {
  .c-article__group {
    gap: 0.625rem;
  }
}

.c-article__time {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-article__time {
    font-size: 0.8125rem;
    line-height: 1;
  }
}

.c-article__category {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.375rem 1rem;
  border-radius: 0.3125rem;
  background: #188DCD;
}
@media screen and (max-width: 767px) {
  .c-article__category {
    font-size: 0.8125rem;
    padding: 0.5rem 0.9375rem;
  }
}

.c-article__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-article__title {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.875rem;
  }
}

.c-article__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.c-article__tag {
  font-size: 0.875rem;
  line-height: 1;
}

.c-cta {
  position: relative;
  width: 100%;
  background-image: url(../imgs/pc/cta_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-cta {
    background-image: url(../imgs/sp/cta_bg.webp);
  }
}

.c-cta__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 68.5rem;
  margin: 0 auto;
  padding: 4rem 0rem;
}
@media screen and (max-width: 767px) {
  .c-cta__inner {
    padding: 3.5rem 0.9375rem;
  }
}

.c-cta__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.c-cta__band {
  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: 1rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta__band {
    gap: 0.5rem;
    margin-top: 1.75rem;
    text-align: center;
  }
}
.c-cta__band img {
  width: 1.5rem;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .c-cta__band img {
    width: 0.625rem;
  }
}
.c-cta__band span {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-cta__band span {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.c-cta__band span span {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta__band span span {
    font-size: 1.0625rem;
  }
}

.c-cta__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-cta__group {
    -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: 1rem;
    width: 100%;
    max-width: 19.125rem;
    margin: 1.75rem auto 0 auto;
  }
}

.c-cta__link {
  position: relative;
  width: 100%;
  height: 6.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;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
  border-radius: 0.3125rem;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-cta__link {
    height: auto;
    padding: 1rem 0;
  }
}
.c-cta__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  border-radius: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-cta__link:hover::after {
  z-index: 2;
  opacity: 1;
}
.c-cta__link:hover .c-cta__link_in {
  color: #FFF550;
}
.c-cta__link:hover .c-cta__link_in.mail::before {
  background-image: url(../imgs/pc/cta_mail_white.svg);
}
.c-cta__link.tel:hover::after {
  display: none;
}

.c-cta__link_tel {
  position: relative;
  z-index: 3;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5rem;
  padding-left: 3.625rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cta__link_tel {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.25rem;
    padding-left: 4.75rem;
  }
}
.c-cta__link_tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.5rem;
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  background-image: url(../imgs/pc/cta_tel_blue.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cta__link_tel::before {
    left: 2rem;
  }
}
.c-cta__link_tel span {
  color: #3E3E3E;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cta__link_tel span {
    font-size: 0.75rem;
  }
}
.c-cta__link_tel span:nth-of-type(2) {
  color: #188DCD;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-cta__link_tel span:nth-of-type(2) {
    font-size: 1.25rem;
  }
}
.c-cta__link_tel:hover::after {
  z-index: 2;
  opacity: 1;
}

.c-cta__link_in {
  position: relative;
  z-index: 3;
  width: 100%;
  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;
  color: #188DCD;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  padding-left: 2.5rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cta__link_in {
    font-size: 1rem;
    padding-left: 2rem;
  }
}
.c-cta__link_in::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  background-image: url(../imgs/pc/cta_line_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.c-cta__link_in.mail::before {
  background-image: url(../imgs/pc/cta_mail_blue.svg);
}

.c-section {
  width: 100%;
}

.c-section__inner {
  width: 100%;
  max-width: 81.25rem;
  margin: 0 auto;
  padding: 2rem 0rem 6.25rem 0rem;
}

.c-breadcrumb {
  width: 100%;
  max-width: 83.75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.625rem;
  padding: 2rem 1.25rem 0rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 1rem 0.9375rem 0 0.9375rem;
  }
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: 0.8125rem;
  }
}
.c-breadcrumb__list::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.03125rem);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -0.9375rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 1px solid #3e3e3e;
  border-right: 1px solid #3e3e3e;
}
.c-breadcrumb__list_end {
  color: #188DCD;
}
.c-breadcrumb__list_end::after {
  display: none;
}

.c-breadcrumb__link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link {
    font-size: 0.8125rem;
  }
}
.c-breadcrumb__link:hover {
  color: #188DCD;
}

.c-ranking {
  position: relative;
  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: 1rem;
}
.c-ranking.number .c-ranking__thumbnail::after {
  content: "1";
  position: absolute;
  top: 0rem;
  left: 0rem;
  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: 1.25rem;
  height: 1.25rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
}
.c-ranking.number .c-ranking__link:nth-of-type(2) .c-ranking__thumbnail::after {
  content: "2";
}
.c-ranking.number .c-ranking__link:nth-of-type(3) .c-ranking__thumbnail::after {
  content: "3";
}
.c-ranking.number .c-ranking__link:nth-of-type(4) .c-ranking__thumbnail::after {
  content: "4";
}
.c-ranking.number .c-ranking__link:nth-of-type(5) .c-ranking__thumbnail::after {
  content: "5";
}

.c-ranking__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.c-ranking__link:hover .c-ranking__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-ranking__thumbnail {
  position: relative;
  width: 100%;
  max-width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-ranking__img {
  position: relative;
  width: 100%;
  padding-top: 64%;
  overflow: hidden;
}
.c-ranking__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-ranking__group {
  width: 100%;
}

.c-ranking__title {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}

.c-hamburger {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 99;
  top: 1.9375rem;
  right: 0.9375rem;
  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;
  left: 0rem;
  width: 1.5rem;
  height: 2px;
  background: #3e3e3e;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 0rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 0.53125rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 1.0625rem;
}

.c-hamburger.fv span {
  background: #ffffff;
}

.c-hamburger.materials-single {
  display: none;
}

.c-hamburger.scrolled span {
  background: #3e3e3e;
}

.c-hamburger.active {
  background: rgba(255, 255, 255, 0);
}
.c-hamburger.active span {
  background: #fff;
}
.c-hamburger.active span:nth-of-type(1) {
  top: 0.5625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 0.5625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  padding: 1.3125rem 0.9375rem 2.5rem 0.9375rem;
  overflow-y: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__name {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
}
.c-hamburger-nav__name span {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.4375rem;
}

.c-hamburger-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 2rem;
}

.c-hamburger-nav__list {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  border-bottom: 1px solid #fff;
}

.c-hamburger-nav__link {
  display: inline-block;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.c-hamburger-nav__link:hover {
  opacity: 0.7;
}

.c-hamburger-nav__group {
  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: 1rem;
  margin-top: 2rem;
}

.c-hamburger-nav__button {
  width: 100%;
  height: 2.9375rem;
  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: #188DCD;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  background: #fff;
  border-radius: 0.3125rem;
}
.c-hamburger-nav__button:hover {
  opacity: 0.7;
}

.c-hamburger-nav__tel {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0.3125rem;
  padding: 1rem 1rem 1rem 6.5625rem;
  margin-top: 2rem;
}
.c-hamburger-nav__tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3.125rem;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background-image: url(../imgs/pc/cta_tel_white.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__tel_in {
  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: 0.25rem;
}
.c-hamburger-nav__tel_in span {
  display: block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav__tel_in span:nth-of-type(2) {
  font-size: 1.5rem;
}

.c-hamburger-nav.active {
  z-index: 98;
  opacity: 1;
}

.pagination .nav-links {
  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: 1rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    gap: 0.375rem;
  }
}
.pagination .page-numbers {
  cursor: pointer;
  width: 2.5rem;
  height: 2.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;
  color: #999999;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #999999;
}
.pagination .page-numbers:hover {
  color: #fff;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  border: 1px solid rgba(153, 153, 153, 0);
}
.pagination .dots {
  width: 2.5rem;
  height: 2.5rem;
  color: #999999;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #999999;
}
.pagination .dots:hover {
  color: #999999;
  background: #fff;
  border: 1px solid #999999;
}
.pagination .current {
  color: #fff;
  border: 1px solid rgba(153, 153, 153, 0);
  background: linear-gradient(135deg, #45ABDB, #1067BD);
}
.pagination .prev {
  position: relative;
  font-size: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 1rem;
  width: 0.625rem;
  height: 0.625rem;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .prev:hover::before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.pagination .next {
  position: relative;
  font-size: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  right: 1rem;
  width: 0.625rem;
  height: 0.625rem;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .next:hover::before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.c-post {
  width: 100%;
}

.c-post__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.c-post__title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.c-post__button {
  margin: 5rem auto 0 auto;
}

.c-post-template {
  width: 100%;
  margin-top: 5rem;
}

.c-post-templateSimple {
  width: 100%;
  margin-top: 5rem;
}
.c-post-templateSimple h2 {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.c-post-templateSimple p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-post-templateSimple p {
    text-align: left;
  }
}
.c-post-templateSimple p.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-post-templateSimple p.center {
    text-align: left;
  }
}
.c-post-templateSimple ul,
.c-post-templateSimple ol {
  margin-bottom: 2.5rem;
}
.c-post-templateSimple li {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  text-indent: -2em;
  padding-left: 2em;
}
.c-post-templateSimple li:first-of-type {
  text-indent: 0em;
  padding-left: 0em;
}
.c-post-templateSimple li ul,
.c-post-templateSimple li ol {
  margin-bottom: 0rem;
}

.c-post-templateProfile {
  width: 100%;
  margin-top: 5rem;
}
.c-post-templateProfile h2 {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.c-post-templateProfile p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-post-templateProfile p {
    text-align: left;
  }
}
.c-post-templateProfile p.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-post-templateProfile p.center {
    text-align: left;
  }
}
.c-post-templateProfile ul,
.c-post-templateProfile ol {
  margin-bottom: 2.5rem;
}
.c-post-templateProfile li {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  text-indent: -2em;
  padding-left: 2em;
}
.c-post-templateProfile li:first-of-type {
  text-indent: 0em;
  padding-left: 0em;
}
.c-post-templateProfile li ul,
.c-post-templateProfile li ol {
  margin-bottom: 0rem;
}

.p-fv {
  position: relative;
  width: 100%;
  background-image: url(../imgs/pc/fv_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background-image: url(../imgs/sp/fv_bg.webp);
  }
}

.p-fv__scroll {
  position: absolute;
  z-index: 3;
  right: 4.375rem;
  bottom: 10.8125rem;
  width: 5.9375rem;
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-fv__scroll {
    display: none;
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-fv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 59.0277777778%;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    padding: 6rem 0 8.625rem 0;
  }
}

.p-fv__box {
  position: absolute;
  top: 24.4705882353%;
  left: 4.7222222222vw;
  width: 100%;
  max-width: 35.4166666667vw;
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 21.5625rem;
    margin: 0 auto;
  }
}

.p-fv__title {
  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.3888888889vw;
  color: #fff;
  font-size: 4.1666666667vw;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    gap: 0.75rem;
    font-size: 2.625rem;
  }
}
.p-fv__title span {
  display: inline-block;
}
.p-fv__title .pl {
  padding-left: 0.6944444444vw;
}
@media screen and (max-width: 767px) {
  .p-fv__title .pl {
    padding-left: 0rem;
  }
}
.p-fv__title .big {
  font-size: 6.25vw;
}
@media screen and (max-width: 767px) {
  .p-fv__title .big {
    font-size: 4rem;
  }
}
.p-fv__title .yellow {
  color: #FDEF08;
  font-size: 6.25vw;
}
@media screen and (max-width: 767px) {
  .p-fv__title .yellow {
    font-size: 4rem;
    padding-left: 0rem;
  }
}
.p-fv__title .pozi {
  position: relative;
  left: -0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title .pozi {
    left: -0.375rem;
  }
}

.p-fv__textImg {
  width: 100%;
  max-width: 33.6111111111vw;
  margin-left: 0.8333333333vw;
  margin-top: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  .p-fv__textImg {
    max-width: 100%;
    margin: 0;
    background: #fff;
    padding: 0.8125rem;
    border-radius: 0.3125rem;
    margin-top: 0.625rem;
  }
  .p-fv__textImg img {
    width: 100%;
    max-width: 19.125rem;
    margin: 0 auto;
  }
}

.p-fv__img {
  position: absolute;
  top: 9.4117647059%;
  right: 0;
  width: 100%;
  max-width: 58.3333333333vw;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
    padding-left: 0rem;
    margin-top: 0.5rem;
  }
}

.p-fv-item {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: #5E99C0;
}

.p-fv-item__inner {
  width: 100%;
  padding: 2rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-item__inner {
    padding: 1rem 1.1875rem;
  }
}

.p-fv-item__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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-item__lists {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
  }
}

.p-fv-item__list {
  background: #FFF664;
  text-align: center;
  border-radius: 0.3125rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-item__list {
    font-size: 0.875rem;
    padding: 0.1875rem;
  }
  .p-fv-item__list:nth-of-type(1) {
    width: 31.7507418398%;
  }
  .p-fv-item__list:nth-of-type(2) {
    width: 31.7507418398%;
  }
  .p-fv-item__list:nth-of-type(3) {
    width: 31.7507418398%;
  }
  .p-fv-item__list:nth-of-type(4) {
    width: 33.53115727%;
  }
  .p-fv-item__list:nth-of-type(5) {
    width: 64.0949554896%;
  }
}
.p-fv-item__list span {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-item__list span {
    font-size: 1.25rem;
  }
}
.p-fv-item__list span.midSp {
  font-size: 1rem;
}

.p-fv-cta {
  position: relative;
  width: 100%;
  background-image: url(../imgs/pc/fv_cta_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-cta {
    background-image: url(../imgs/sp/fv_cta_bg.webp);
  }
}

.p-fv-cta__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 40.625rem;
  margin: 0 auto;
  padding: 3.5rem 0rem;
}

.p-fv-cta__title span {
  position: relative;
}
.p-fv-cta__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.1875rem;
  background: url(../imgs/pc/title_bar_yellow.svg) no-repeat center top/100% 100%;
}

.p-fv-cta__band {
  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: 1rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__band {
    gap: 0.5rem;
    margin-top: 1.75rem;
    text-align: center;
    margin-top: 1.5rem;
  }
}
.p-fv-cta__band img {
  width: 1.5rem;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__band img {
    width: 0.625rem;
  }
}
.p-fv-cta__band span {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__band span {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.p-fv-cta__band span span {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__band span span {
    font-size: 1.0625rem;
  }
}

.p-fv-cta__link {
  position: relative;
  width: 100%;
  max-width: 28.75rem;
  height: 7.375rem;
  margin: 1rem auto 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;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
  border-radius: 0.3125rem;
  background: #FDEF08;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link {
    max-width: 20rem;
    height: 6.5rem;
  }
}
.p-fv-cta__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  border-radius: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-cta__link_tel {
  position: relative;
  z-index: 3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5rem;
  padding-left: 8.625rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link_tel {
    padding-left: 5.375rem;
  }
}
.p-fv-cta__link_tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4.0625rem;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/cta_tel_black.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link_tel::before {
    left: 2.125rem;
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
  }
}
.p-fv-cta__link_tel span {
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link_tel span {
    font-size: 0.875rem;
  }
}
.p-fv-cta__link_tel span:nth-of-type(2) {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link_tel span:nth-of-type(2) {
    font-size: 1.75rem;
  }
}

.p-fv-cta__link02 {
  position: relative;
  width: 100%;
  max-width: 23.125rem;
  margin: 1rem auto 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;
  border-radius: 0.3125rem;
  background: #fff;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link02 {
    max-width: 20rem;
  }
}
.p-fv-cta__link02::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  border-radius: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-cta__link02 span {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 3.25rem;
  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;
  color: #188DCD;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link02 span {
    height: 3.0625rem;
    font-size: 1rem;
  }
}
.p-fv-cta__link02 span::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/cta_mail_blue.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link02 span::before {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}
.p-fv-cta__link02:hover::after {
  z-index: 2;
  opacity: 1;
}
.p-fv-cta__link02:hover span {
  color: #fff;
}
.p-fv-cta__link02:hover span::before {
  background-image: url(../imgs/pc/cta_mail_white.svg);
}

.p-fv-worries {
  position: relative;
  width: 100%;
  background: #E5F0F7;
}
.p-fv-worries::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 34.6875rem;
  height: 15.75rem;
  background-image: url(../imgs/pc/worries_item.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-worries::before {
    width: 95.7333333333vw;
    height: 43.4666666667vw;
    background-image: url(../imgs/sp/worries_item.svg);
  }
}
.p-fv-worries::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53.1875rem;
  height: 24.125rem;
  background-image: url(../imgs/pc/worries_item02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-worries::after {
    width: 96vw;
    height: 43.4666666667vw;
    background-image: url(../imgs/sp/worries_item02.svg);
  }
}

.p-fv-worries__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 67.75rem;
  margin: 0 auto;
  padding: 5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__inner {
    padding: 3.5rem 0.9375rem;
  }
}
.p-fv-worries__inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 1.375rem;
  left: calc(50% - 1.125rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75.125rem;
  height: 36.8125rem;
  background-image: url(../imgs/pc/worries_bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__inner::before {
    top: 13rem;
    left: calc(50% - 5.625rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10.625rem;
    height: 10.625rem;
    background-image: url(../imgs/sp/worries_bg.svg);
  }
}

.p-fv-worries__title {
  position: relative;
  z-index: 2;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-fv-worries__title span {
  color: #188DCD;
}
.p-fv-worries__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 31.75rem;
  height: 1.1875rem;
  background-image: url(../imgs/pc/worries_bar.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__title::before {
    bottom: -0.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 21.5625rem;
    height: 0.8125rem;
    background-image: url(../imgs/sp/worries_bar.svg);
  }
}

.p-fv-worries__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__text {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.p-fv-worries__lists {
  width: 100%;
  max-width: 48.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 2rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__lists {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
    margin: 1.5rem auto 0 auto;
  }
}

.p-fv-worries__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  background: #fff;
  padding: 1.75rem 0.75rem 1.75rem 3.625rem;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
}
@media screen and (max-width: 767px) {
  .p-fv-worries__list {
    min-height: 4rem;
    font-size: 0.875rem;
    padding: 1rem 0.75rem 1rem 3.5625rem;
  }
}
.p-fv-worries__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1rem;
  width: 2rem;
  height: 2rem;
  background-image: url(../imgs/pc/check_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-front-service {
  position: relative;
  width: 100%;
}
.p-front-service::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 81.25rem;
  height: 54.375rem;
  background-image: url(../imgs/pc/service_bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front-service::before {
    top: 0rem;
    width: 81.25rem;
    height: 91.375rem;
    background-image: url(../imgs/pc/service_bg.svg);
  }
}

.p-front-service__textImg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 49.875rem;
}
@media screen and (max-width: 767px) {
  .p-front-service__textImg {
    width: 25rem;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-front-service__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 67.75rem;
  margin: 0 auto;
  padding: 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-front-service__inner {
    padding: 3.5rem 0.9375rem;
  }
}

.p-front-service__title {
  width: 100%;
  max-width: 29.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-service__title {
    max-width: 15.4375rem;
  }
}

.p-front-service__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-front-service__text {
    font-size: 1rem;
    text-align: left;
    margin-top: 1.75rem;
  }
}

.p-front-service__wrapper {
  width: 100%;
  max-width: 56.25rem;
  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.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-front-service__wrapper {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

.p-front-service__link {
  margin: 3rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-service__link {
    margin: 2rem auto 0 auto;
  }
}

.p-front-serviceSec {
  width: 100%;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
  overflow: hidden;
}

.p-front-serviceSec__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  padding: 1.0625rem 2.5rem 1.0625rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-front-serviceSec__title {
    gap: 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0.9375rem 1.875rem 0.9375rem 1.5rem;
  }
}
.p-front-serviceSec__title::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.3125rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../imgs/pc/service_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front-serviceSec__title::before {
    width: 1.5rem;
    height: 1.6875rem;
  }
}
.p-front-serviceSec__title.icon02::before {
  width: 1.875rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/service_icon02.svg);
}
@media screen and (max-width: 767px) {
  .p-front-serviceSec__title.icon02::before {
    width: 1.5rem;
    height: 2rem;
  }
}
.p-front-serviceSec__title.icon03::before {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/service_icon03.svg);
}
@media screen and (max-width: 767px) {
  .p-front-serviceSec__title.icon03::before {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.p-front-serviceSec__title.icon04::before {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/service_icon04.svg);
}
@media screen and (max-width: 767px) {
  .p-front-serviceSec__title.icon04::before {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.p-front-serviceSec__title.icon05::before {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/service_icon05.svg);
}
@media screen and (max-width: 767px) {
  .p-front-serviceSec__title.icon05::before {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.p-front-serviceSec__box {
  width: 100%;
  padding: 1.875rem;
  background: #fff;
  border: 2px solid #188DCD;
}
@media screen and (max-width: 767px) {
  .p-front-serviceSec__box {
    padding: 1.375rem;
  }
}

.p-front-serviceSec__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-front-serviceSec__text {
    font-size: 1rem;
  }
}

.p-front-about {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
}
.p-front-about::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35.625rem;
  height: 16.25rem;
  background-image: url(../imgs/pc/about_item.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front-about::before {
    width: 100vw;
    height: 45.3333333333vw;
    background-image: url(../imgs/sp/about_item.svg);
  }
}
.p-front-about::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53.25rem;
  height: 34rem;
  background-image: url(../imgs/pc/about_item02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front-about::after {
    width: 100vw;
    height: 45.3333333333vw;
    background-image: url(../imgs/sp/about_item02.svg);
  }
}

.p-front-about__textImg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 42.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-about__textImg {
    width: 21.25rem;
  }
}

.p-front-about__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 67.75rem;
  margin: 0 auto;
  padding: 7.125rem 0rem 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-front-about__inner {
    padding: 4rem 0.9375rem 3.5rem 0.9375rem;
  }
}

.p-front-about__title {
  width: 100%;
  max-width: 22.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-about__title {
    max-width: 18.75rem;
  }
}

.p-front-about__band {
  width: 100%;
  max-width: 41.75rem;
  margin: 3.625rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-about__band {
    max-width: 21.5625rem;
    margin: 2.5rem auto 0 auto;
  }
}

.p-front-about__text {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-about__text {
    font-size: 1rem;
    text-align: left;
  }
}

.p-front-about__wrapper {
  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-top: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-front-about__wrapper {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    margin-top: 2.125rem;
  }
  .p-front-about__wrapper::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 17.5rem;
    left: calc(50% + 5.3125rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    width: 11rem;
    height: 11rem;
    background-image: url(../imgs/sp/about_bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.p-front-about__img {
  width: 100%;
  max-width: 26.25rem;
}
@media screen and (max-width: 767px) {
  .p-front-about__img {
    max-width: 21.25rem;
  }
}
.p-front-about__img img {
  -webkit-filter: drop-shadow(0 0 1.25rem rgba(62, 62, 62, 0.2));
          filter: drop-shadow(0 0 1.25rem rgba(62, 62, 62, 0.2));
}

.p-front-about__lists {
  width: 100%;
  max-width: 39rem;
  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.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-about__lists {
    max-width: 100%;
    gap: 1rem;
  }
}

.p-front-about__list {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.0625rem 0.625rem 1.0625rem 7.5rem;
  background: #fff;
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-about__list {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.9375rem 0.9375rem 0.9375rem 4.8125rem;
  }
}
.p-front-about__list span {
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 100%;
  background: #3E3E3E;
}
@media screen and (max-width: 767px) {
  .p-front-about__list span {
    width: 3.875rem;
  }
}
.p-front-about__list span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background-image: url(../imgs/pc/about_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-front-about__list:nth-of-type(2) span::after {
  background-image: url(../imgs/pc/about_icon02.svg);
}
.p-front-about__list:nth-of-type(3) span::after {
  background-image: url(../imgs/pc/about_icon03.svg);
}

.p-front-reason {
  position: relative;
  width: 100%;
}

.p-front-reason__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-front-reason__inner {
    padding: 3.5rem 0rem 5.375rem 0rem;
  }
}

.p-front-reason__title {
  width: 100%;
  max-width: 33.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-reason__title {
    max-width: 16.5625rem;
  }
}

.p-front-reason__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: 2.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-front-reason__wrapper {
    gap: 3.375rem;
    margin-top: 1.75rem;
  }
}

.p-front-reasonSec {
  position: relative;
}

.p-front-reason__img {
  position: relative;
  width: 81.25%;
  height: 27.9375rem;
}
@media screen and (max-width: 767px) {
  .p-front-reason__img {
    width: 100%;
    height: auto;
    padding-right: 0.9375rem;
  }
}
.p-front-reason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 0.3125rem 0.3125rem 0;
}
.p-front-reason__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: -8.125rem;
  width: 8.125rem;
  height: 10.625rem;
  background-image: url(../imgs/pc/reason_number.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front-reason__img::before {
    display: none;
  }
}
.p-front-reason__img.reverse {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-front-reason__img.reverse {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }
}
.p-front-reason__img.reverse img {
  border-radius: 0.3125rem 0rem 0rem 0.3125rem;
}
.p-front-reason__img.number02::before {
  left: -8.125rem;
  right: auto;
  height: 13.5rem;
  background-image: url(../imgs/pc/reason_number02.svg);
}
@media screen and (max-width: 767px) {
  .p-front-reason__img.number02::before {
    display: none;
  }
}
.p-front-reason__img.number03::before {
  height: 13.375rem;
  background-image: url(../imgs/pc/reason_number03.svg);
}
@media screen and (max-width: 767px) {
  .p-front-reason__img.number03::before {
    display: none;
  }
}

.p-front-reasonSec__column {
  position: relative;
  width: 100%;
  max-width: 81.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-reasonSec__column {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -1.875rem;
  }
}

.p-front-reasonSec__box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  max-width: 41.875rem;
  min-height: 22rem;
  padding: 1.875rem 5rem 1.875rem 4.375rem;
  border-radius: 0.3125rem;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  margin-top: -18.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-reasonSec__box {
    max-width: 85.3333333333%;
    min-height: auto;
    padding: 2rem 1.75rem;
    border-radius: 0rem 0.3125rem 0.3125rem 0rem;
    margin-top: 0rem;
  }
}
.p-front-reasonSec__box.reverse {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-front-reasonSec__box.reverse {
    border-radius: 0.3125rem 0rem 0rem 0.3125rem;
  }
}
.p-front-reasonSec__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 17.3575rem;
  height: 13.6475rem;
  background-image: url(../imgs/pc/reason_item.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front-reasonSec__box::before {
    width: 9.84375rem;
    height: 9.84375rem;
    background-image: url(../imgs/sp/reason_item.webp);
  }
}

.p-front-reasonSec__title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-front-reasonSec__title {
    font-size: 1.25rem;
  }
}
.p-front-reasonSec__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0rem;
  bottom: -0.8125rem;
  width: 24.375rem;
  height: 0.9375rem;
  background-image: url(../imgs/pc/reason_bar.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front-reasonSec__title::before {
    bottom: -0.5rem;
    width: 15.75rem;
    height: 0.625rem;
    background-image: url(../imgs/sp/reason_bar.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.p-front-reasonSec__title span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.2352941176;
}
@media screen and (max-width: 767px) {
  .p-front-reasonSec__title span {
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }
}

.p-front-reasonSec__text {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-front-reasonSec__text {
    font-size: 0.8125rem;
    margin-top: 1.875rem;
  }
}

.p-front-greeting {
  position: relative;
  width: 100%;
  background: #E2F2FB;
}
.p-front-greeting::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 81.25rem;
  height: 41.25rem;
  background-image: url(../imgs/pc/greeting_bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front-greeting::before {
    display: none;
  }
}

.p-front-greeting__textImg {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0rem;
  width: 59.375rem;
}
@media screen and (max-width: 767px) {
  .p-front-greeting__textImg {
    left: auto;
    right: 0rem;
    bottom: 0rem;
    -webkit-transform: none;
            transform: none;
    width: 4.0625rem;
  }
}

.p-front-greeting__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-front-greeting__inner {
    padding: 3.5rem 0.9375rem;
  }
}

.p-front-greeting__title span {
  position: relative;
}
.p-front-greeting__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.25rem;
  background: url(../imgs/pc/title_bar_blue.svg) no-repeat center top/100% 100%;
}

.p-front-greeting__wrapper {
  position: relative;
  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: 3rem;
}
@media screen and (max-width: 767px) {
  .p-front-greeting__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1.75rem;
  }
}

.p-front-greeting__img {
  width: 100%;
  max-width: 21.875rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-greeting__img {
    max-width: 100%;
    padding-top: 0rem;
  }
}

.p-front-greeting__box {
  width: 100%;
  max-width: 29.375rem;
}
@media screen and (max-width: 767px) {
  .p-front-greeting__box {
    max-width: 100%;
  }
}

.p-front-greeting__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-front-greeting__text {
    font-size: 1rem;
  }
}

.p-front-greeting__name {
  width: 100%;
  max-width: 28.375rem;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-front-greeting__name {
    max-width: 20.25rem;
    margin-top: 1.25rem;
  }
}

.p-front-flow {
  position: relative;
  width: 100%;
}

.p-front-flow__textImg {
  position: absolute;
  z-index: 1;
  top: 5rem;
  left: 4.375rem;
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .p-front-flow__textImg {
    top: 0rem;
    left: 0rem;
    width: 17.5rem;
  }
}

.p-front-flow__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 73.875rem;
  margin: 0 auto;
  padding: 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-front-flow__inner {
    padding: 3.25rem 0.9375rem 3.5rem 0.9375rem;
  }
}

.p-front-flow__title span {
  position: relative;
}
.p-front-flow__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.25rem;
  background: url(../imgs/pc/title_bar_blue02.svg) no-repeat center top/100% 100%;
}

.p-front-flow__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 3.875rem;
  padding-right: 3.125rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-front-flow__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.75rem;
    padding-right: 0rem;
    margin-top: 1.625rem;
  }
}

.p-front-flowSec {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 0.3125rem;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
}
.p-front-flowSec::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -3.1875rem;
  width: 2.475rem;
  height: 2.2rem;
  background-image: url(../imgs/pc/arrow_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front-flowSec::before {
    top: auto;
    bottom: -2.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    width: 2.25rem;
    height: 2rem;
  }
}
.p-front-flowSec:last-of-type::before {
  display: none;
}

.p-front-flowSec__box {
  position: relative;
  width: 100%;
  min-height: 26.375rem;
  padding: 3.5rem 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-flowSec__box {
    min-height: auto;
    padding: 2.5rem 1.5rem;
  }
}

.p-front-flowSec__number {
  position: absolute;
  z-index: -1;
  top: -2.125rem;
  left: -2.25rem;
  color: #367FBD;
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
}
.p-front-flowSec__number.pozi {
  top: -1.75rem;
  left: -1.1875rem;
}

.p-front-flowSec__title {
  min-height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-front-flowSec__title {
    min-height: auto;
  }
}
.p-front-flowSec__title span {
  display: inline-block;
  color: #188DCD;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.3125rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-flowSec__title span {
    font-size: 1.5rem;
  }
}
.p-front-flowSec__title span:first-of-type {
  margin-top: 0rem;
}
.p-front-flowSec__title span span {
  font-size: 1rem;
  padding: 0rem;
  border-radius: 0rem;
}

.p-front-flowSec__text {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-front-flowSec__text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-front-cases {
  position: relative;
  width: 100%;
  background: #E2F2FB;
}

.p-front-cases__textImg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 60.0625rem;
}
@media screen and (max-width: 767px) {
  .p-front-cases__textImg {
    width: 4.0625rem;
  }
}

.p-front-cases__textImg02 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 37.875rem;
}
@media screen and (max-width: 767px) {
  .p-front-cases__textImg02 {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 18.9375rem;
  }
}

.p-front-cases__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-front-cases__inner {
    padding: 3.25rem 0.9375rem 3.5rem 0.9375rem;
  }
}

.p-front-cases__title span {
  position: relative;
}
.p-front-cases__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.25rem;
  background: url(../imgs/pc/title_bar_blue.svg) no-repeat center top/100% 100%;
}

.p-front-cases__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-front-cases__wrapper {
    gap: 1.5rem;
    margin-top: 1.625rem;
  }
}

.p-front-casesSec {
  width: 100%;
  background: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
  overflow: hidden;
}

.p-front-casesSec__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 1rem 2.5rem;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
}
@media screen and (max-width: 767px) {
  .p-front-casesSec__title {
    -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: 0.5rem;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0.9375rem 1.5rem;
  }
}
.p-front-casesSec__title .case {
  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: 8.375rem;
  min-width: 8.375rem;
  height: 3.25rem;
  color: #188DCD;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 0.3125rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-casesSec__title .case {
    width: 4.6875rem;
    min-width: 4.6875rem;
    height: 1.875rem;
    font-size: 0.875rem;
  }
}
.p-front-casesSec__title .case span {
  font-family: "Montserrat", sans-serif;
}

.p-front-casesSec__wrapper {
  width: 100%;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-casesSec__wrapper {
    padding: 1.25rem 1.5rem;
  }
}

.p-front-casesSec__column {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-front-casesSec__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.625rem;
  }
}
.p-front-casesSec__column::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.475rem;
  height: 2.2rem;
  background-image: url(../imgs/pc/arrow_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front-casesSec__column::before {
    display: none;
  }
}

.p-front-casesTer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-front-casesTer {
    position: relative;
  }
  .p-front-casesTer:first-of-type::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -2.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    width: 2.475rem;
    height: 2.2rem;
    background-image: url(../imgs/pc/arrow_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.p-front-casesTer__title span {
  position: relative;
  color: #188DCD;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
}
.p-front-casesTer__title span.before::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 0.125rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8.625rem;
  width: 9.9375rem;
  height: 4.96875rem;
  background-image: url(../imgs/pc/before_text.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front-casesTer__title span.before::before {
    top: calc(50% - 0.25rem);
    right: -11.25rem;
    width: 9.60625rem;
    height: 4.803125rem;
  }
}
.p-front-casesTer__title span.after::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.3125rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -6.375rem;
  width: 6.9875rem;
  height: 4.3875rem;
  background-image: url(../imgs/pc/after_text.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front-casesTer__title span.after::after {
    top: calc(50% - 2.8125rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -4rem;
  }
}

.p-front-casesTer__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-casesTer__text {
    font-size: 1rem;
    margin-top: 1.125rem;
  }
}

.p-front-casesPoint {
  width: 100%;
  padding: 2.5rem;
  border-radius: 0.3125rem;
  background: #E2F2FB;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-casesPoint {
    width: 100%;
    padding: 0.9375rem;
    margin-top: 2rem;
  }
}

.p-front-casesPoint__title {
  color: #188DCD;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2083333333;
  font-weight: 700;
}

.p-front-casesPoint__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-casesPoint__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.p-front-voice {
  position: relative;
  width: 100%;
}
.p-front-voice::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 81.25rem;
  height: 56.9375rem;
  background-image: url(../imgs/pc/voice_bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front-voice::before {
    top: 6.8125rem;
    width: 21.5625rem;
    height: 56.375rem;
    background-image: url(../imgs/sp/voice_bg.svg);
  }
}

.p-front-voice__textImg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 36.6875rem;
}
@media screen and (max-width: 767px) {
  .p-front-voice__textImg {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    width: 18.375rem;
  }
}

.p-front-voice__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 58rem;
  margin: 0 auto;
  padding: 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-front-voice__inner {
    padding: 3.25rem 0rem 3.5rem 0rem;
  }
}
.p-front-voice__inner .swiper-pagination {
  position: absolute;
  z-index: 2;
  right: 0rem;
  bottom: 0rem;
  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: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-front-voice__inner .swiper-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-front-voice__inner .s.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-front-voice__inner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  width: 1rem;
  height: 0.5rem;
  background: #B6B6B6;
  border-radius: 1.25rem;
  opacity: 1;
}
.p-front-voice__inner .s.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-front-voice__inner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 2rem;
  background: #188DCD;
}
.p-front-voice__inner .swiper {
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-front-voice__inner .swiper {
    padding: 0 0.9375rem;
  }
}

.p-front-voice__title span {
  position: relative;
}
.p-front-voice__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.25rem;
  background: url(../imgs/pc/title_bar_blue03.svg) no-repeat center top/100% 100%;
}

.p-front-voice__wrapper {
  width: 100%;
  padding-bottom: 2.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-front-voice__wrapper {
    margin-top: 1.5rem;
    padding-bottom: 2.25rem;
  }
}

.p-front-voiceSec {
  cursor: pointer;
  width: 100%;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
  background: #fff;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-front-voiceSec:hover .p-front-voiceSec__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-front-voiceSec__thumbnail {
  position: relative;
  width: 100%;
}

.p-front-voiceSec__img {
  position: relative;
  width: 100%;
  padding-top: 49.7737556561%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-voiceSec__img {
    padding-top: 63.768115942%;
  }
}
.p-front-voiceSec__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-front-voiceSec__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-voiceSec__title {
    font-size: 1.5rem;
  }
}
.p-front-voiceSec__title span {
  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: 5rem;
  height: 1.875rem;
  font-size: 0.8125rem;
  margin: 0 auto 0.5rem auto;
  border-radius: 0.3125rem;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.p-front-voiceSec__excerpt {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-front-voiceSec__excerpt {
    font-size: 1rem;
    line-height: 1.5;
    padding: 1.5rem;
  }
}

.p-front-faq {
  position: relative;
  width: 100%;
  background: #E2F2FB;
}

.p-front-faq__textImg {
  position: absolute;
  z-index: 1;
  top: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 23.875rem;
}
@media screen and (max-width: 767px) {
  .p-front-faq__textImg {
    width: 11.9375rem;
  }
}

.p-front-faq__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 57rem;
  margin: 0 auto;
  padding: 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-front-faq__inner {
    padding: 3.25rem 0.9375rem 3.5rem 0.9375rem;
  }
}

.p-front-faq__title span {
  position: relative;
}
.p-front-faq__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.25rem;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.3125rem;
  background: url(../imgs/pc/title_bar_blue04.svg) no-repeat center top/100% 100%;
}

.p-front-faq__wrapper {
  width: 100%;
  margin-top: 2.625rem;
  -webkit-filter: drop-shadow(0 0 1.25rem rgba(62, 62, 62, 0.2));
          filter: drop-shadow(0 0 1.25rem rgba(62, 62, 62, 0.2));
}
@media screen and (max-width: 767px) {
  .p-front-faq__wrapper {
    margin-top: 1.5rem;
  }
}

.p-front-faq__tags {
  height: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-front-faq__tags {
    height: 3.1875rem;
  }
}

.p-front-faq__tag {
  cursor: pointer;
  width: 7.1875rem;
  height: 3.25rem;
  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: #188DCD;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 700;
  background: #fff;
  border-radius: 0.3125rem 0.3125rem 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front-faq__tag {
    height: 2.9375rem;
    font-size: 1rem;
  }
}
.p-front-faq__tag.active {
  height: 3.75rem;
  color: #fff;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
}
@media screen and (max-width: 767px) {
  .p-front-faq__tag.active {
    height: 3.1875rem;
  }
}

.p-front-faq__cont {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 2.5rem;
  border-radius: 0 0.3125rem 0.3125rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-front-faq__cont {
    padding: 2.5rem 0.9375rem;
  }
}

.p-front-faq__column {
  display: none;
  width: 100%;
}
.p-front-faq__column:first-of-type {
  display: block;
}

.p-front-faqSec {
  width: 100%;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
  margin-top: 1.5rem;
}
.p-front-faqSec:first-of-type {
  margin-top: 0rem;
}

.p-front-faqSec__qes {
  cursor: pointer;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  padding: 1.375rem 4rem 1.375rem 5.25rem;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-front-faqSec__qes {
    padding: 1rem 2.9375rem 1rem 4.375rem;
  }
}
.p-front-faqSec__qes::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.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;
  width: 2.25rem;
  height: 2.25rem;
  color: #188DCD;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-faqSec__qes::before {
    left: 0.9375rem;
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
  }
}
.p-front-faqSec__qes span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .p-front-faqSec__qes span {
    right: 0.9375rem;
  }
}
.p-front-faqSec__qes span::before, .p-front-faqSec__qes span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1rem;
  height: 0.125rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-front-faqSec__qes span::after {
  width: 0.125rem;
  height: 1rem;
}
.p-front-faqSec__qes.open {
  border-radius: 0.3125rem 0.3125rem 0rem 0rem;
}
.p-front-faqSec__qes.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-front-faqSec__box {
  display: none;
  width: 100%;
  background: #fff;
  padding: 1rem 1.5rem 1rem 5.25rem;
  border-radius: 0rem 0rem 0.3125rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-front-faqSec__box {
    padding: 1rem 0.9375rem 1rem 3.9375rem;
  }
}

.p-front-faqSec__ans {
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-front-faqSec__ans {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
.p-front-faqSec__ans::before {
  content: "A";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -3.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;
  width: 2.25rem;
  height: 2.25rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 100%;
  background: #188DCD;
}
@media screen and (max-width: 767px) {
  .p-front-faqSec__ans::before {
    left: -3rem;
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
  }
}

.p-fv-intro {
  position: relative;
  width: 100%;
  background: #E2F2FB;
  overflow: hidden;
}

.p-fv-intro__textImg {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0rem;
  width: 90rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__textImg {
    top: 4.5rem;
    left: 0;
    -webkit-transform: none;
            transform: none;
    bottom: auto;
    width: 4.0625rem;
  }
}

.p-fv-intro__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__inner {
    padding: 3.25rem 0.9375rem 3.5rem 0.9375rem;
  }
}

.p-fv-intro__title span {
  position: relative;
}
.p-fv-intro__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.0625rem;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.3125rem;
  background: url(../imgs/pc/title_bar_blue04.svg) no-repeat center top/100% 100%;
}

.p-fv-intro__wrapper {
  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;
  gap: 2.5rem;
  padding: 2.5rem 4.9375rem;
  border-radius: 0.3125rem;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
    padding: 2.5rem 1.5rem;
    margin-top: 1.625rem;
  }
}

.p-fv-intro__img {
  width: 100%;
  max-width: 24.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__img {
    max-width: 100%;
  }
}
.p-fv-intro__img img {
  -webkit-filter: drop-shadow(0 0 1.25rem rgba(62, 62, 62, 0.2));
          filter: drop-shadow(0 0 1.25rem rgba(62, 62, 62, 0.2));
}

.p-fv-introSec {
  width: 100%;
}

.p-fv-introSec__title {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv-introSec__title {
    font-size: 1.5rem;
  }
}

.p-fv-introSec__text {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introSec__text {
    font-size: 0.9375rem;
  }
}

.p-fv-introSec__tel {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introSec__tel {
    font-size: 0.9375rem;
  }
}

.p-fv-introSec__button {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introSec__button {
    margin-top: 2rem;
  }
}

.p-fv-column {
  position: relative;
  width: 100%;
}

.p-fv-column__textImg {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0rem;
  width: 51.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-column__textImg {
    width: 25.8125rem;
  }
}

.p-fv-column__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-column__inner {
    padding: 3.25rem 0.9375rem 3.5rem 0.9375rem;
  }
}

.p-fv-column__title span {
  position: relative;
}
.p-fv-column__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.0625rem;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.3125rem;
  background: url(../imgs/pc/title_bar_blue04.svg) no-repeat center top/100% 100%;
}

.p-fv-column__article {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fv-column__article {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.625rem;
  }
}

.p-fv-column__button {
  margin: 3rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-column__button {
    margin: 2rem auto 0 auto;
  }
}

.p-about-fv {
  position: relative;
  width: 100%;
  background-image: url(../imgs/pc/about_fv_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-fv {
    background-image: url(../imgs/sp/about_fv_bg.webp);
  }
}
.p-about-fv::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12.5%;
  left: 3.0555555556vw;
  width: 56rem;
  height: 25.5rem;
  background-image: url(../imgs/pc/about_fv_bgimg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-fv::before {
    top: 9.375rem;
    left: calc(50% + 3.4375rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 15rem;
    height: 15rem;
    background-image: url(../imgs/sp/about_fv_bgimg.svg);
  }
}

.p-about-fv__scroll {
  position: absolute;
  z-index: 3;
  right: 4.375rem;
  bottom: 1.25rem;
  width: 5.9375rem;
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-about-fv__scroll {
    display: none;
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-about-fv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-about-fv__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-about-fv__title {
  position: absolute;
  top: 25.4166666667%;
  left: 8.1944444444vw;
  width: 100%;
  max-width: 46.3194444444vw;
}
@media screen and (max-width: 767px) {
  .p-about-fv__title {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 23.4375rem;
    margin: 0 auto;
    padding-left: 1.25rem;
  }
}

.p-about-fv__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 100%;
  max-width: 44.4444444444vw;
}
@media screen and (max-width: 767px) {
  .p-about-fv__img {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    max-width: 100%;
    padding-left: 1.0625rem;
    margin-top: 2.5rem;
  }
}
.p-about-fv__img img {
  border-radius: 0.3125rem 0 0 0.3125rem;
  -webkit-box-shadow: 0 0 2.75rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2.75rem rgba(0, 0, 0, 0.2);
}

.p-about-cta {
  width: 100%;
  background: #115084;
}

.p-about-cta__inner {
  width: 100%;
  max-width: 53.75rem;
  margin: 0 auto;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-cta__inner {
    max-width: 100%;
    padding: 1.5rem 0.9375rem;
  }
}

.p-about-cta__band {
  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: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-cta__band {
    gap: 0.5rem;
    text-align: center;
  }
}
.p-about-cta__band img {
  width: 1.5rem;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-cta__band img {
    width: 0.625rem;
  }
}
.p-about-cta__band span {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about-cta__band span {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.p-about-cta__band span span {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-cta__band span span {
    font-size: 1.0625rem;
  }
}

.p-about-cta__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-cta__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-about-cta__link {
  position: relative;
  width: 100%;
  height: 5.625rem;
  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-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
  border-radius: 0.3125rem;
  background: #FFF664;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-cta__link {
    width: calc(50% - 0.5rem);
    height: 3rem;
  }
  .p-about-cta__link:first-of-type {
    width: 100%;
    height: 3.75rem;
  }
}
.p-about-cta__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  border-radius: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-about-cta__link:hover::after {
  z-index: 2;
  opacity: 1;
}
.p-about-cta__link:hover .p-about-cta__link_in {
  color: #FFF550;
}
.p-about-cta__link:hover .p-about-cta__link_in.mail::before {
  background-image: url(../imgs/pc/cta_mail_white.svg);
}
.p-about-cta__link.tel:hover::after {
  display: none;
}

.p-about-cta__link_tel {
  position: relative;
  z-index: 3;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.25rem;
  overflow: hidden;
  padding-right: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about-cta__link_tel {
    max-width: 11.25rem;
    margin: 0 auto;
  }
}
.p-about-cta__link_tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.5rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/cta_tel_black.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about-cta__link_tel::before {
    left: 1.5rem;
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
  }
}
.p-about-cta__link_tel span {
  color: #3E3E3E;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about-cta__link_tel span {
    font-size: 0.625rem;
  }
}
.p-about-cta__link_tel span:nth-of-type(2) {
  font-size: 1.5rem;
  padding-left: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-cta__link_tel span:nth-of-type(2) {
    font-size: 1rem;
  }
}
.p-about-cta__link_tel:hover::after {
  z-index: 2;
  opacity: 1;
}

.p-about-cta__link_in {
  position: relative;
  z-index: 3;
  width: 100%;
  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;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  padding-left: 2.125rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about-cta__link_in {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.875rem;
    padding-left: 0rem;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.p-about-cta__link_in::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/pc/cta_line_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0.0625rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-cta__link_in::before {
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
  }
}
.p-about-cta__link_in.mail {
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-cta__link_in.mail {
    padding-left: 0rem;
  }
}
.p-about-cta__link_in.mail::before {
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  background-image: url(../imgs/pc/cta_mail_black.svg);
}
@media screen and (max-width: 767px) {
  .p-about-cta__link_in.mail::before {
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
  }
}

.p-about-text {
  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;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-text {
    font-size: 1rem;
    text-align: left;
    margin-top: 1.5rem;
    padding: 0 0.9375rem;
  }
}

.p-about-reason {
  position: relative;
  width: 100%;
}

.p-about-reason__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__inner {
    padding: 3.5rem 0rem 5.375rem 0rem;
  }
}

.p-about-reason__title {
  width: 100%;
  max-width: 26.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about-reason__title {
    max-width: 15.4375rem;
  }
}

.p-about-reason__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: 2.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__wrapper {
    gap: 3.375rem;
    margin-top: 1.75rem;
  }
}

.p-about-reasonSec {
  position: relative;
}

.p-about-reason__img {
  position: relative;
  width: 81.25%;
  height: 27.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__img {
    width: 100%;
    height: auto;
    padding-right: 0.9375rem;
  }
}
.p-about-reason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 0.3125rem 0.3125rem 0;
}
.p-about-reason__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: -8.125rem;
  width: 8.125rem;
  height: 10.625rem;
  background-image: url(../imgs/pc/reason_number.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-reason__img::before {
    display: none;
  }
}
.p-about-reason__img.reverse {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-about-reason__img.reverse {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }
}
.p-about-reason__img.reverse img {
  border-radius: 0.3125rem 0rem 0rem 0.3125rem;
}
.p-about-reason__img.number02::before {
  left: -8.125rem;
  right: auto;
  height: 13.5rem;
  background-image: url(../imgs/pc/reason_number02.svg);
}
@media screen and (max-width: 767px) {
  .p-about-reason__img.number02::before {
    display: none;
  }
}
.p-about-reason__img.number03::before {
  height: 13.375rem;
  background-image: url(../imgs/pc/reason_number03.svg);
}
@media screen and (max-width: 767px) {
  .p-about-reason__img.number03::before {
    display: none;
  }
}

.p-about-reasonSec__column {
  position: relative;
  width: 100%;
  max-width: 81.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about-reasonSec__column {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -1.875rem;
  }
}

.p-about-reasonSec__box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  max-width: 41.875rem;
  min-height: 22rem;
  padding: 1.875rem 5rem 1.875rem 4.375rem;
  border-radius: 0.3125rem;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  margin-top: -18.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-reasonSec__box {
    max-width: 85.3333333333%;
    min-height: auto;
    padding: 2rem 1.75rem;
    border-radius: 0rem 0.3125rem 0.3125rem 0rem;
    margin-top: 0rem;
  }
}
.p-about-reasonSec__box.reverse {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-about-reasonSec__box.reverse {
    border-radius: 0.3125rem 0rem 0rem 0.3125rem;
  }
}
.p-about-reasonSec__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 17.3575rem;
  height: 13.6475rem;
  background-image: url(../imgs/pc/reason_item.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-reasonSec__box::before {
    width: 9.84375rem;
    height: 9.84375rem;
    background-image: url(../imgs/sp/reason_item.webp);
  }
}

.p-about-reasonSec__title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about-reasonSec__title {
    font-size: 1.25rem;
  }
}
.p-about-reasonSec__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0rem;
  bottom: -0.8125rem;
  width: 24.375rem;
  height: 0.9375rem;
  background-image: url(../imgs/pc/reason_bar.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-reasonSec__title::before {
    bottom: -0.5rem;
    width: 15.75rem;
    height: 0.625rem;
    background-image: url(../imgs/sp/reason_bar.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.p-about-reasonSec__title span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.2352941176;
}
@media screen and (max-width: 767px) {
  .p-about-reasonSec__title span {
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }
}

.p-about-reasonSec__text {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-reasonSec__text {
    font-size: 0.8125rem;
    margin-top: 1.875rem;
  }
}

.p-about-service {
  position: relative;
  width: 100%;
}
.p-about-service::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 81.25rem;
  height: 54.375rem;
  background-image: url(../imgs/pc/service_bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-service::before {
    top: 13.4375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 11rem;
    height: 91.375rem;
    background-image: url(../imgs/sp/service_bg.svg);
  }
}

.p-about-service__textImg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 49.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-service__textImg {
    width: 25rem;
  }
}

.p-about-service__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 67.75rem;
  margin: 0 auto;
  padding: 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-about-service__inner {
    padding: 3.5rem 0.9375rem;
  }
}

.p-about-service__title {
  width: 100%;
  max-width: 29.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about-service__title {
    max-width: 15.4375rem;
  }
}

.p-about-service__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-service__text {
    font-size: 1rem;
    text-align: left;
    margin-top: 1.75rem;
  }
}

.p-about-service__wrapper {
  width: 100%;
  max-width: 56.25rem;
  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.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-service__wrapper {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

.p-about-serviceSec {
  width: 100%;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
  overflow: hidden;
}

.p-about-serviceSec__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  padding: 1.0625rem 2.5rem 1.0625rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-serviceSec__title {
    gap: 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0.9375rem 1.875rem 0.9375rem 1.5rem;
  }
}
.p-about-serviceSec__title::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.3125rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../imgs/pc/service_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-serviceSec__title::before {
    width: 1.5rem;
    height: 1.6875rem;
  }
}
.p-about-serviceSec__title.icon02::before {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/service_icon02.svg);
}
@media screen and (max-width: 767px) {
  .p-about-serviceSec__title.icon02::before {
    width: 1.5rem;
    height: 2rem;
  }
}
.p-about-serviceSec__title.icon03::before {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/service_icon03.svg);
}
@media screen and (max-width: 767px) {
  .p-about-serviceSec__title.icon03::before {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.p-about-serviceSec__title.icon04::before {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/service_icon04.svg);
}
@media screen and (max-width: 767px) {
  .p-about-serviceSec__title.icon04::before {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.p-about-serviceSec__title.icon05::before {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/service_icon05.svg);
}
@media screen and (max-width: 767px) {
  .p-about-serviceSec__title.icon05::before {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.p-about-serviceSec__box {
  width: 100%;
  padding: 1.875rem;
  background: #fff;
  border-radius: 0 0 0.3125rem 0.3125rem;
  border: 2px solid #188DCD;
}
@media screen and (max-width: 767px) {
  .p-about-serviceSec__box {
    padding: 1.375rem;
  }
}

.p-about-serviceSec__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about-serviceSec__text {
    font-size: 1rem;
  }
}

.p-about-voice {
  position: relative;
  width: 100%;
  background: #E2F2FB;
}
.p-about-voice::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6.25rem;
  right: 4.375rem;
  width: 18.5625rem;
  height: 18.5625rem;
  background-image: url(../imgs/pc/about_voice_bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-voice::before {
    top: 6.8125rem;
    right: auto;
    left: calc(50% + 5.3125rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 11rem;
    height: 11rem;
    background-image: url(../imgs/sp/about_voice_bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.p-about-voice__textImg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 36.6875rem;
}
@media screen and (max-width: 767px) {
  .p-about-voice__textImg {
    width: 18.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-about-voice__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 58rem;
  margin: 0 auto;
  padding: 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-about-voice__inner {
    padding: 3.375rem 0rem;
  }
}
.p-about-voice__inner .swiper-pagination {
  position: absolute;
  z-index: 2;
  right: 0rem;
  bottom: 0rem;
  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: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-voice__inner .swiper-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-about-voice__inner .s.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-about-voice__inner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  width: 1rem;
  height: 0.5rem;
  background: #B6B6B6;
  border-radius: 1.25rem;
  opacity: 1;
}
.p-about-voice__inner .s.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-about-voice__inner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 2rem;
  background: #188DCD;
}
.p-about-voice__inner .swiper {
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-voice__inner .swiper {
    padding: 0 0.9375rem;
  }
}

.p-about-voice__title span {
  position: relative;
}
.p-about-voice__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.25rem;
  background: url(../imgs/pc/title_bar_blue03.svg) no-repeat center top/100% 100%;
}

.p-about-voice__wrapper {
  width: 100%;
  padding-bottom: 2.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-voice__wrapper {
    margin-top: 1.5rem;
    padding-bottom: 2.25rem;
  }
}

.p-about-voiceSec {
  cursor: pointer;
  width: 100%;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 0.625rem rgba(62, 62, 62, 0.2);
  background: #fff;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-about-voiceSec:hover .p-about-voiceSec__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-about-voiceSec__thumbnail {
  position: relative;
  width: 100%;
}

.p-about-voiceSec__img {
  position: relative;
  width: 100%;
  padding-top: 49.7737556561%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-voiceSec__img {
    padding-top: 63.768115942%;
  }
}
.p-about-voiceSec__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 81, 116, 0.3);
}
.p-about-voiceSec__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-about-voiceSec__group {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.p-about-voiceSec__title {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-voiceSec__title {
    font-size: 1.5rem;
  }
}
.p-about-voiceSec__title span {
  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: 5rem;
  height: 1.875rem;
  font-size: 0.8125rem;
  margin: 0 auto 0.5rem auto;
  border-radius: 0.3125rem;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.p-about-voiceSec__age {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-voiceSec__age {
    font-size: 0.8125rem;
  }
}

.p-about-voiceSec__excerpt {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-voiceSec__excerpt {
    font-size: 1rem;
    line-height: 1.5;
    padding: 1.5rem;
  }
}

.p-about-intro {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
}
.p-about-intro::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 57.625rem;
  height: 26.1875rem;
  background-image: url(../imgs/pc/about_info_item.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-intro::before {
    display: none;
  }
}
.p-about-intro::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65.625rem;
  height: 29.75rem;
  background-image: url(../imgs/pc/about_info_item02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-intro::after {
    display: none;
  }
}

.p-about-intro__bgImg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

.p-about-intro__textImg {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 91.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__textImg {
    left: calc(50% - 4.5rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 45.625rem;
  }
}

.p-about-intro__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 83.75rem;
  margin: 0 auto;
  padding: 6.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__inner {
    padding: 3.5rem 0.9375rem;
  }
}

.p-about-intro__title {
  width: 100%;
  max-width: 29.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about-intro__title {
    max-width: 15.4375rem;
  }
}

.p-about-intro__wrapper {
  width: 100%;
  max-width: 56.25rem;
  margin: 3rem 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: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__wrapper {
    margin: 1.75rem auto 0 auto;
    gap: 1rem;
  }
}

.p-about-introSec {
  position: relative;
  z-index: 1;
  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;
  padding: 2.5rem;
  border-radius: 0.3125rem;
  background: #E3F3FF;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.1);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.1);
}
@media screen and (max-width: 767px) {
  .p-about-introSec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.125rem;
    padding: 0.9375rem;
  }
}
.p-about-introSec::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 1.25rem;
  right: 11.75rem;
  width: 24.0625rem;
  height: 24.0625rem;
  background-image: url(../imgs/pc/about_info_bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-introSec::before {
    display: none;
  }
}

.p-about-introSec__img {
  width: 100%;
  max-width: 21.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-introSec__img {
    max-width: 100%;
  }
}
.p-about-introSec__img img {
  border-radius: 0.3125rem;
}

.p-about-introSec__box {
  width: 100%;
  max-width: 26.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-introSec__box {
    max-width: 100%;
  }
}

.p-about-introSec__post {
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 700;
}

.p-about-introSec__title {
  color: #188DCD;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-introSec__title {
    font-size: 1.5rem;
    margin-top: 0rem;
  }
}

.p-about-introSec__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-introSec__text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-about-introTer {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-introTer {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-top: 1rem;
    overflow-x: scroll;
  }
}

.p-about-introTer__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-introTer__lists {
    width: auto;
  }
}

.p-about-introTer__list {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.1);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.1);
}
@media screen and (max-width: 767px) {
  .p-about-introTer__list {
    min-width: 19.1875rem;
  }
}

.p-about-introTer__img {
  width: 100%;
}
.p-about-introTer__img img {
  border-radius: 0.3125rem;
}

.p-about-introTer__box {
  position: absolute;
  left: 1.5625rem;
  bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-introTer__box {
    bottom: 3.25rem;
  }
}

.p-about-introTer__post {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.375rem 1rem;
  border-radius: 0.3125rem;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
}
@media screen and (max-width: 767px) {
  .p-about-introTer__post {
    padding: 0.5rem 1rem;
  }
}

.p-about-introTer__title {
  display: block;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.5rem;
  text-shadow: 0rem 0rem 2.5rem #3E3E3E;
}
@media screen and (max-width: 767px) {
  .p-about-introTer__title {
    font-size: 1.25rem;
  }
}

.p-about-access {
  position: relative;
  width: 100%;
}
.p-about-access::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 81.25rem;
  height: 54.375rem;
  background-image: url(../imgs/pc/about_access_bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-access::before {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20.625rem;
    height: 54.375rem;
    background-image: url(../imgs/pc/about_access_bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.p-about-access__textImg {
  position: absolute;
  z-index: 1;
  left: 0rem;
  bottom: 0rem;
  width: 46.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-access__textImg {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20.625rem;
  }
}

.p-about-access__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 58rem;
  margin: 0 auto;
  padding: 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-about-access__inner {
    padding: 3.5rem 0.9375rem;
  }
}

.p-about-access__title span {
  position: relative;
}
.p-about-access__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.25rem;
  background: url(../imgs/pc/title_bar_blue05.svg) no-repeat center top/100% 100%;
}

.p-about-access__wrapper {
  position: relative;
  border-radius: 0.3125rem;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-access__wrapper {
    margin-top: 1.75rem;
  }
}

.p-about-accessSec {
  position: relative;
  width: 100%;
  padding: 3.5rem;
  border-radius: 0.3125rem;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-accessSec {
    padding: 2.5rem 1.5rem;
    margin-top: 1.5rem;
  }
}

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

.p-about-accessSec__img {
  width: 100%;
  max-width: 24.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-about-accessSec__img {
    max-width: 100%;
  }
}
.p-about-accessSec__img img {
  -webkit-filter: drop-shadow(0 0 1.25rem rgba(62, 62, 62, 0.2));
          filter: drop-shadow(0 0 1.25rem rgba(62, 62, 62, 0.2));
}

.p-about-accessSec__box {
  width: 100%;
}

.p-about-accessSec__title {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about-accessSec__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-about-accessSec__text {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-accessSec__text {
    font-size: 1rem;
  }
}

.p-about-accessSec__tel {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  font-weight: 500;
  margin-top: 0.5rem;
}

.p-about-accessSec__time {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-accessSec__time {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.p-about-accessSec__comment {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-accessSec__comment {
    line-height: 1.5;
  }
}

.p-about-accessSec__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about-accessSec__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3rem;
    margin-top: 3rem;
  }
}

.p-about-accessTer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about-accessTer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1.5rem;
  }
}

.p-about-accessTer__group {
  width: 100%;
}

.p-about-accessTer__title {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about-accessTer__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-about-accessTer__text {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-accessTer__text {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
}

.p-about-accessTer__map {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-accessTer__map {
    margin-top: 0rem;
  }
}

.p-about-accessTer__map_in {
  position: relative;
  width: 100%;
  height: 18.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about-accessTer__map_in {
    height: auto;
    padding-top: 61.9528619529%;
  }
}
.p-about-accessTer__map_in iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.3125rem;
}

.p-about-accessTer__img {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-accessTer__img {
    margin-top: 0rem;
  }
}
.p-about-accessTer__img img {
  border-radius: 0.3125rem;
}

.p-about-linkBox {
  width: 100%;
  padding: 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-about-linkBox {
    padding: 3.5rem 0.9375rem;
  }
}

.p-about-linkBox__inner {
  width: 100%;
  max-width: 73.125rem;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
}

.p-about-linkBox__title {
  padding: 1rem;
  border-radius: 0.3125rem 0.3125rem 0 0;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
}

.p-about-linkBox__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding: 2.375rem 2.5rem;
  border-radius: 0 0 0.3125rem 0.3125rem;
  border: 2px solid #188DCD;
}
@media screen and (max-width: 767px) {
  .p-about-linkBox__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
  }
}

.p-about-linkBox__list {
  width: 100%;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 0.3125rem;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
}
@media screen and (max-width: 767px) {
  .p-about-linkBox__list {
    font-size: 1rem;
  }
}

.p-about-linkBox__link {
  width: 100%;
  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: 1rem;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  padding: 2.125rem 0;
  border-radius: 0.3125rem;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(24, 141, 205, 0);
}
@media screen and (max-width: 767px) {
  .p-about-linkBox__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
    font-size: 1rem;
    padding-left: 2.5rem;
    padding: 1rem 0 1rem 2.5rem;
  }
}
.p-about-linkBox__link::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  background-image: url(../imgs/pc/about_link_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-about-linkBox__link:hover {
  color: #188DCD;
  background: #fff;
  border: 2px solid #188DCD;
}
.p-about-linkBox__link:hover::before {
  background-image: url(../imgs/pc/about_link_icon_blue.svg);
}
.p-about-linkBox__link.icon02::before {
  background-image: url(../imgs/pc/about_link_icon02.svg);
}
.p-about-linkBox__link.icon02:hover::before {
  background-image: url(../imgs/pc/about_link_icon02_blue.svg);
}
.p-about-linkBox__link.icon03::before {
  background-image: url(../imgs/pc/about_link_icon03.svg);
}
.p-about-linkBox__link.icon03:hover::before {
  background-image: url(../imgs/pc/about_link_icon03_blue.svg);
}

.p-column {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.375rem 0rem 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 3.5rem;
    padding: 3rem 0.9375rem 3.5rem 0.9375rem;
  }
}

.p-column-aside {
  width: 100%;
  max-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-column-aside {
    max-width: 100%;
  }
}

.p-column-aside {
  width: 100%;
  max-width: 18.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-column-aside {
    max-width: 100%;
  }
}

.p-column-aside__box {
  width: 100%;
}

.p-column-aside__title {
  color: #188DCD;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 1rem;
}

.p-column-category {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.p-column-category__list {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

.p-column-category__link {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.25rem 0.875rem;
  border-radius: 0.3125rem;
  background: #188DCD;
  border: 2px solid #188DCD;
}
.p-column-category__link:hover {
  color: #188DCD;
  background: #fff;
}

.p-column-tag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.p-column-tag__list {
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 700;
}

.p-column-tag__link {
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 700;
}

.p-column-article {
  width: 100%;
  max-width: 47rem;
}
@media screen and (max-width: 767px) {
  .p-column-article {
    max-width: 100%;
  }
}

.p-column-article__title {
  width: 100%;
  position: relative;
  color: #188DCD;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 3px solid #EBEDF0;
  padding-bottom: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-column-article__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-column-article__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 2;
  width: 10rem;
  height: 3px;
  background: #188DCD;
}
@media screen and (max-width: 767px) {
  .p-column-article__title::before {
    width: 8.75rem;
  }
}

.p-column-article__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-column-article__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-single {
  width: 100%;
}

.p-single__times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__times {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.5rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-single__time {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-single__time {
    line-height: 1.2142857143;
  }
}

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

.p-single__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__group {
    margin-top: 1rem;
  }
}

.p-single__category {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  padding: 0.25rem 0.875rem;
  border-radius: 0.3125rem;
  background: #188DCD;
  border: 2px solid #188DCD;
}

.p-single__tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.25rem;
}

.p-single__tag {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

.p-single__sns {
  width: 100%;
  margin-top: 1.75rem;
  padding-left: 0.625rem;
}
.p-single__sns.mt {
  margin-top: 2.75rem;
}
.p-single__sns .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
.p-single__sns .addtoany_list a {
  display: inline-block;
  padding: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single__sns .addtoany_list a:hover {
  opacity: 0.7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-single__sns .a2a_svg:not(:root) {
  display: none;
}
.p-single__sns .a2a_button_facebook {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../imgs/pc/sns_facebook.webp);
}
.p-single__sns .a2a_button_facebook:hover {
  background-image: url(../imgs/pc/sns_facebook.webp);
}
.p-single__sns .a2a_button_x {
  width: 1.65rem;
  height: 1.5rem;
  background-image: url(../imgs/pc/sns_x.webp);
}
.p-single__sns .a2a_button_x:hover {
  background-image: url(../imgs/pc/sns_x.webp);
}
.p-single__sns .a2a_button_line {
  width: 1.8rem;
  height: 1.7rem;
  background-image: url(../imgs/pc/sns_line.webp);
}
.p-single__sns .a2a_button_line:hover {
  background-image: url(../imgs/pc/sns_line.webp);
}
.p-single__sns .a2a_button_hatena {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../imgs/pc/sns_hatena.webp);
}
.p-single__sns .a2a_button_hatena:hover {
  background-image: url(../imgs/pc/sns_hatena.webp);
}

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

.p-single-template {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-template {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-single-template #toc_container {
  width: 36.5rem;
  min-width: 36.5rem;
  border: 1px solid #CCCCCC;
  padding: 1.25rem 2.5rem;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-template #toc_container {
    width: 100%;
    min-width: 100%;
    padding: 1.5rem;
    font-size: 0.875rem;
    line-height: 2;
    font-weight: 400;
    margin-top: 1.5rem;
  }
}
.p-single-template h2 {
  color: #188DCD;
  font-size: 1.625rem;
  line-height: 1.4615384615;
  font-weight: 700;
  padding: 0.5625rem 1.5rem 0.5625rem 1rem;
  border-left: 0.5rem solid #188DCD;
  border-bottom: 1px solid #188DCD;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-template h2 {
    font-size: 1.25rem;
    line-height: 1.45;
    padding: 0.25rem 0.625rem;
  }
}
.p-single-template h3 {
  color: #188DCD;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
  padding: 0.625rem;
  background: #E2F2FB;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-template h3 {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.p-single-template h4 {
  color: #188DCD;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  padding: 0.5625rem 0.625rem;
  border-top: 1px solid #188DCD;
  border-bottom: 1px solid #188DCD;
  margin-bottom: 1.5rem;
}
.p-single-template h5 {
  color: #188DCD;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  padding: 0.625rem;
  border: 1px solid #188DCD;
  margin-bottom: 1.5rem;
}
.p-single-template h6 {
  color: #188DCD;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  margin-bottom: 1.5rem;
}
.p-single-template p {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.p-single-template table {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-template table {
    margin-bottom: 1.5rem;
  }
}
.p-single-template table thead {
  background: #EEEEEE;
  border-bottom: none;
}
.p-single-template table th {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  border: 1px solid #CCCCCC;
  padding: 0.9375rem;
}
.p-single-template table td {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  border: 1px solid #CCCCCC;
  padding: 0.9375rem;
}
.p-single-template a {
  display: inline-block;
  color: #188DCD;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
}
.p-single-template a:hover {
  opacity: 0.7;
}
.p-single-template ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.p-single-template ul li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
.p-single-template ul li:last-of-type {
  margin-bottom: 0rem;
}
.p-single-template ul li ul {
  padding-left: 1rem;
  margin-top: 0.625rem;
  margin-bottom: 0rem;
}
.p-single-template ol {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.p-single-template ol li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
.p-single-template ol li:last-of-type {
  margin-bottom: 0rem;
}
.p-single-template ol li ul {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-top: 0.625rem;
  margin-bottom: 0rem;
}
.p-single-template figure {
  text-align: center;
}
.p-single-template img {
  margin-bottom: 1.875rem;
}
.p-single-template .wp-block-group {
  padding: 1.5rem;
  border: 1px solid #188DCD;
}
.p-single-template .wp-block-group p {
  color: #188DCD;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  margin-bottom: 1rem;
}
.p-single-template .wp-block-group ol,
.p-single-template .wp-block-group ul {
  margin-bottom: 0rem;
}

.p-single-profile {
  width: 100%;
  border: 1px solid #CCCCCC;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single-profile {
    margin-top: 2.5rem;
  }
}

.p-single-profile__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-profile__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    padding: 1.5rem;
  }
}

.p-single-profile__img {
  width: 100%;
  max-width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-single-profile__img {
    max-width: 11.25rem;
    margin: 0 auto;
  }
}

.p-single-profile__box {
  width: 100%;
  max-width: 25.625rem;
}
@media screen and (max-width: 767px) {
  .p-single-profile__box {
    max-width: 100%;
  }
}

.p-single-profile__name {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
}

.p-single-profile__post {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single-profile__post {
    margin-top: 0.5rem;
  }
}

.p-single-profile__text {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-single-profile__text {
    margin-top: 0.5rem;
  }
}

.p-single-profile__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.p-single-profile__link {
  display: block;
  width: 1.5rem;
}
.p-single-profile__link:hover {
  opacity: 0.7;
}

.p-service {
  width: 100%;
  padding: 3.375rem 0rem 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 1.5rem 0.9375rem 3.5rem 0.9375rem;
  }
}

.p-service__inner {
  width: 100%;
}

.p-service__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: 1rem;
    text-align: left;
  }
}

.p-serviceSec {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-serviceSec {
    margin-top: 3.25rem;
  }
}
.p-serviceSec::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 81.25rem;
  height: 40.625rem;
  background-image: url(../imgs/pc/service_bgimg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-serviceSec::before {
    display: none;
  }
}

.p-serviceSec__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.p-serviceSec__title span {
  position: relative;
}
.p-serviceSec__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.3125rem;
  background: url(../imgs/pc/title_bar_blue06.svg) no-repeat center top/100% 100%;
}

.p-serviceSec__title02 span {
  position: relative;
}
.p-serviceSec__title02 span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.3125rem;
  background: url(../imgs/pc/title_bar_blue07.svg) no-repeat center top/100% 100%;
}

.p-serviceSec__title03 .pcBar {
  position: relative;
}
.p-serviceSec__title03 .pcBar::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.3125rem;
  background-image: url(../imgs/pc/title_bar_blue08.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-serviceSec__title03 .pcBar::before {
    display: none;
  }
}
.p-serviceSec__title03 .spBar {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-serviceSec__title03 .spBar::before {
    display: none;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -0.1875rem;
    width: 100%;
    height: 0.3125rem;
    background-image: url(../imgs/pc/title_bar_blue_sp01.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-serviceSec__title03 .spBar::before {
    display: block;
  }
}
.p-serviceSec__title03 .spBar02 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-serviceSec__title03 .spBar02::before {
    display: none;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -0.1875rem;
    width: 100%;
    height: 0.3125rem;
    background-image: url(../imgs/pc/title_bar_blue_sp02.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-serviceSec__title03 .spBar02::before {
    display: block;
  }
}

.p-serviceSec__title04 .pcBar {
  position: relative;
}
.p-serviceSec__title04 .pcBar::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.3125rem;
  background-image: url(../imgs/pc/title_bar_blue09.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-serviceSec__title04 .pcBar::before {
    display: none;
  }
}
.p-serviceSec__title04 .spBar {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-serviceSec__title04 .spBar::before {
    display: none;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -0.1875rem;
    width: 100%;
    height: 0.3125rem;
    background-image: url(../imgs/pc/title_bar_blue_sp03.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-serviceSec__title04 .spBar::before {
    display: block;
  }
}
.p-serviceSec__title04 .spBar02 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-serviceSec__title04 .spBar02::before {
    display: none;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -0.1875rem;
    width: 100%;
    height: 0.3125rem;
    background-image: url(../imgs/pc/title_bar_blue_sp04.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-serviceSec__title04 .spBar02::before {
    display: block;
  }
}

.p-serviceSec__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-serviceSec__text {
    font-size: 1rem;
    text-align: left;
    margin-top: 1.75rem;
  }
}

.p-serviceSec__wrapper {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-serviceSec__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.75rem;
    margin-top: 1.75rem;
  }
}

.p-serviceTer {
  position: relative;
  width: 100%;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
  overflow: hidden;
}
.p-serviceTer::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.3125rem;
  border: 2px solid #188DCD;
}

.p-serviceTer__titleBox {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 0.9375rem;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  border-bottom: 2px solid #188DCD;
}
@media screen and (max-width: 767px) {
  .p-serviceTer__titleBox {
    padding-top: 0.75rem;
    padding-bottom: 0.875rem;
  }
}

.p-serviceTer__band {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  font-weight: 700;
}

.p-serviceTer__title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-serviceTer__title {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.p-serviceTer__box {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-serviceTer__box {
    padding: 1.5rem;
  }
}

.p-serviceTer__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-serviceTer__text {
    font-size: 1rem;
  }
}

.p-serviceTer__group {
  width: 100%;
  padding: 1rem;
  background: #E2F2FB;
  border-radius: 0.3125rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-serviceTer__group {
    padding: 0.5rem;
  }
}

.p-serviceTer__point {
  color: #188DCD;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-serviceTer__point {
    font-size: 1rem;
  }
}

.p-serviceTer__lists {
  width: 100%;
  padding-left: 1.5rem;
  margin-top: 0.625rem;
}

.p-serviceTer__list {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-serviceTer__list {
    font-size: 1rem;
  }
}

.p-materials {
  width: 100%;
  padding: 3.375rem 0rem 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-materials {
    padding: 1.5rem 0.9375rem 3.5rem 0.9375rem;
  }
}

.p-materials__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-materials__text {
    font-size: 1rem;
    text-align: left;
  }
}

.p-materials-popularity {
  width: 100%;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-materials-popularity {
    margin-top: 3.5rem;
  }
}

.p-materials-popularity__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
}

.p-materials-popularity__title span {
  position: relative;
}
.p-materials-popularity__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.25rem;
  background: url(../imgs/pc/title_bar_blue.svg) no-repeat center top/100% 100%;
}

.p-materials-popularity__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-materials-popularity__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 1.75rem;
  }
}

.p-materials-popularity__link {
  display: block;
  padding: 2rem;
  border: 2px solid #188DCD;
  border-radius: 0 0 0.3125rem 0.3125rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
}
@media screen and (max-width: 767px) {
  .p-materials-popularity__link {
    padding: 1rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-materials-popularity__link:hover .c-button::after {
  z-index: 2;
  opacity: 1;
}
.p-materials-popularity__link:hover .c-button span {
  color: #188DCD;
}
.p-materials-popularity__link:hover .c-button span::after {
  background-image: url(../imgs/pc/btn_arrow_blue.svg);
}
.p-materials-popularity__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-materials-popularity__thumbnail {
  position: relative;
  width: 100%;
}

.p-materials-popularity__img {
  position: relative;
  width: 100%;
  padding-top: 52.4725274725%;
  overflow: hidden;
}
.p-materials-popularity__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-materials-popularity__listTitle {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-materials-popularity__listTitle {
    margin-top: 1rem;
  }
}

.p-materials-popularity__button {
  margin: 1.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-materials-popularity__button {
    margin: 1rem auto 0 auto;
  }
}
.p-materials-popularity__button:hover::after {
  z-index: 2;
  opacity: 1;
}
.p-materials-popularity__button:hover span {
  color: #188DCD;
}
.p-materials-popularity__button:hover span::after {
  background-image: url(../imgs/pc/btn_arrow_blue.svg);
}

.p-materials-all {
  width: 100%;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-materials-all {
    margin-top: 3.5rem;
  }
}

.p-materials-all__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
}

.p-materials-all__title span {
  position: relative;
}
.p-materials-all__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.1875rem;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.25rem;
  background: url(../imgs/pc/title_bar_blue10.svg) no-repeat center top/100% 100%;
}

.p-materials-all__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-materials-all__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 1.75rem;
  }
}

.p-materials-all__link {
  display: block;
  padding: 2rem 1.125rem;
  border: 2px solid #188DCD;
  border-radius: 0 0 0.3125rem 0.3125rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
}
@media screen and (max-width: 767px) {
  .p-materials-all__link {
    padding: 1rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-materials-all__link:hover .c-button::after {
  z-index: 2;
  opacity: 1;
}
.p-materials-all__link:hover .c-button span {
  color: #188DCD;
}
.p-materials-all__link:hover .c-button span::after {
  background-image: url(../imgs/pc/btn_arrow_blue.svg);
}
.p-materials-all__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-materials-all__thumbnail {
  position: relative;
  width: 100%;
}

.p-materials-all__img {
  position: relative;
  width: 100%;
  padding-top: 52.4725274725%;
  overflow: hidden;
}
.p-materials-all__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-materials-all__listTitle {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-materials-all__listTitle {
    margin-top: 1rem;
  }
}

.p-materials-all__button {
  margin: 1.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-materials-all__button {
    margin: 1rem auto 0 auto;
  }
}
.p-materials-all__button:hover::after {
  z-index: 2;
  opacity: 1;
}
.p-materials-all__button:hover span {
  color: #188DCD;
}
.p-materials-all__button:hover span::after {
  background-image: url(../imgs/pc/btn_arrow_blue.svg);
}

.p-materialsSingle {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.375rem 0rem 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-materialsSingle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.5rem;
    padding: 1.5rem 0.9375rem 3.5rem 0.9375rem;
  }
}

.p-materialsSingle-article {
  width: 100%;
  max-width: 40.75rem;
}
@media screen and (max-width: 767px) {
  .p-materialsSingle-article {
    max-width: 100%;
  }
}

.p-materialsSingle-article__title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-materialsSingle-article__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-materialsSingle-article__thumbnail {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-materialsSingle-article__thumbnail {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.p-materialsSingle-aside {
  width: 100%;
  max-width: 24.25rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-materialsSingle-aside {
    max-width: 100%;
  }
}

.p-materialsSingle-hubspot {
  width: 100%;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
}

.p-contact {
  width: 100%;
  padding: 3.375rem 0rem 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 1.5rem 0.9375rem 6.25rem 0.9375rem;
  }
}

.p-contact__title span {
  position: relative;
}
.p-contact__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.25rem;
  background: url(../imgs/pc/title_bar_blue02.svg) no-repeat center top/100% 100%;
}

.p-contact__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    margin-top: 1.25rem;
    text-align: left;
  }
}

.p-contact__box {
  width: 100%;
  max-width: 45.1875rem;
  margin: 3.5rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-contact__box {
    max-width: 21.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
  }
}

.p-contact-tel {
  position: relative;
  width: 100%;
  max-width: 26.5rem;
  border-radius: 0.3125rem;
  border: 1px solid #188DCD;
}
@media screen and (max-width: 767px) {
  .p-contact-tel {
    max-width: 100%;
    border: none;
    background: linear-gradient(135deg, #45ABDB, #1067BD);
  }
}
.p-contact-tel::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  border-radius: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-contact-tel_in {
  position: relative;
  z-index: 3;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 2.9375rem 2.5rem 2.9375rem 5.875rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-tel_in {
    padding: 1rem 0rem 1rem 3.375rem;
  }
}
.p-contact-tel_in::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.5rem;
  width: 2.375rem;
  min-width: 2.375rem;
  height: 2.375rem;
  background-image: url(../imgs/pc/cta_tel_blue.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-tel_in::before {
    top: 50%;
    left: calc(50% - 7.5rem);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1.75rem;
    min-width: 1.75rem;
    height: 1.75rem;
    background-image: url(../imgs/pc/cta_tel_white.svg);
  }
}
.p-contact-tel_in span {
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-tel_in span {
    color: #fff;
    font-size: 0.875rem;
  }
}
.p-contact-tel_in span:nth-of-type(2) {
  color: #188DCD;
  font-size: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact-tel_in span:nth-of-type(2) {
    color: #FFF550;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }
}

.p-contact-line {
  position: relative;
  width: 100%;
  max-width: 16.25rem;
  border-radius: 0.3125rem;
  border: 1px solid #188DCD;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-line {
    max-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: 1rem;
    border: none;
    background: linear-gradient(135deg, #45ABDB, #1067BD);
    padding: 1rem 4.0625rem 1rem 1rem;
  }
  .p-contact-line::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 1.75rem;
    height: 1.75rem;
    background-image: url(../imgs/pc/cta_line_icon.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-contact-line::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #45ABDB, #1067BD);
  border-radius: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-contact-line__text {
  position: relative;
  z-index: 3;
  color: #188DCD;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-line__text {
    color: #fff;
  }
}

.p-contact-line__qr {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 5rem;
  margin: 0.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact-line__qr {
    display: none;
  }
}

.p-contact__hubspot {
  width: 100%;
  max-width: 50rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 1.25rem rgba(62, 62, 62, 0.2);
  margin: 3.5rem auto 0 auto;
}

.p-thanks {
  width: 100%;
  padding: 3.375rem 0rem 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 1.5rem 0.9375rem 3.5rem 0.9375rem;
  }
}

.p-thanks__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    margin-top: 1.5rem;
    text-align: left;
  }
}

.p-thanks__link {
  margin: 2.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__link {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

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

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

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}/*# sourceMappingURL=style.css.map */