@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

@font-face {
  font-family: 'Impact';
  src: url("../fonts/impact.ttf");
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a {
  color: #2C2C2C;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #2C2C2C;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body .container {
    overflow: hidden;
  }
  .wp-pagenavi {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .page, .wp-pagenavi .current {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.2em;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    margin: 0 5px;
    background: #FFCB98;
  }
  .wp-pagenavi .current {
    background: #FF8103;
  }
  .wp-pagenavi .previouspostslink {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: #FFCB98 url("../img/blogDoubleArrow.webp") center no-repeat;
    -moz-background-size: 15.52px 14px;
         background-size: 15.52px 14px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .wp-pagenavi .nextpostslink {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: #FFCB98 url("../img/blogDoubleArrow.webp") center no-repeat;
    -moz-background-size: 15.52px 14px;
         background-size: 15.52px 14px;
  }
  .header {
    background: #fff;
    position: relative;
    z-index: 99;
    width: 100%;
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main--logo {
    width: 398px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header__main--logo span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #2C2C2C;
    display: block;
    margin-bottom: -11px;
  }
  .header__main--logo h1 {
    line-height: 0;
  }
  .header__main--logo h1 a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .header__main--logo h1 a img {
    width: 100%;
    height: auto;
  }
  .header__main--contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main--contact--mail {
    width: 100px;
    height: 80px;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #fff;
    background: #1A008E;
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    padding: 38px 0 0;
  }
  .header__main--contact--mail::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background: url("../img/icMail.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 6px;
  }
  .header__main--contact--line {
    width: 100px;
    height: 80px;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #fff;
    background: #00B922;
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    padding: 38px 0 0;
  }
  .header__main--contact--line::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background: url("../img/icLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 6px;
  }
  .header__main--contact--tel {
    margin-left: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__main--contact--tel a {
    display: inline-block;
    font-size: 45px;
    line-height: 55px;
    font-family: 'Impact';
    color: #FF6403;
    position: relative;
    white-space: nowrap;
    padding: 0 0 0 53px;
  }
  .header__main--contact--tel a::before {
    position: absolute;
    content: "";
    width: 47px;
    height: 27px;
    background: url("../img/headerTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__main--contact--tel time {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #2C2C2C;
    display: block;
  }
  .header__main--nav {
    width: 100%;
    padding: 0 10px;
  }
  .header__main--nav > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__main--nav > ul > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
  }
  .header__main--nav > ul > li > a {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #2C2C2C;
    white-space: nowrap;
  }
  .header__main--nav > ul > li + li::before {
    content: "";
    width: 1px;
    height: 23px;
    background: #2C2C2C;
    display: inline-block;
    margin: 0 40px;
  }
  .header__main--nav > ul > li.hasChild {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header__main--nav > ul > li.hasChild > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__main--nav > ul > li.hasChild > ul > li > a {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #2C2C2C;
    white-space: nowrap;
    padding: 10px;
    display: block;
  }
  .header__main--nav > ul > li.hasChild:hover > ul {
    opacity: 1;
    pointer-events: auto;
    -webkit-backface-visibility: visible;
       -moz-backface-visibility: visible;
            backface-visibility: visible;
  }
  .header__main--menu {
    display: none;
  }
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .footer__main {
    background: #FF8103;
    padding-top: 57px;
  }
  .footer__main--logo {
    line-height: 0;
    text-align: center;
  }
  .footer__main--logo a {
    display: inline-block;
    line-height: 0;
    width: 398px;
  }
  .footer__main--logo a img {
    width: 100%;
    height: auto;
  }
  .footer__main--nav {
    margin-top: 30px;
  }
  .footer__main--nav > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -40px;
  }
  .footer__main--nav > ul > li {
    width: 220px;
    margin: 40px;
  }
  .footer__main--nav > ul > li:last-child {
    width: 465px;
  }
  .footer__main--nav > ul > li > a {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
    color: #fff;
  }
  .footer__main--nav > ul > li > ul {
    margin-top: 10px;
  }
  .footer__main--nav > ul > li > ul > li {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    font-weight: 700;
  }
  .footer__main--nav > ul > li > ul > li > a {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    font-weight: 700;
  }
  .footer__main--banner {
    margin-top: 67px;
    text-align: center;
  }
  .footer__main--banner img {
    width: 380px;
  }
  .footer__main--banner .txt {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 700;
    margin-top: 15px;
  }
  .footer__main--copy {
    margin-top: 30px;
    background: #2C2C2C;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
    padding: 15px 0;
  }
  .pTop .waiting {
    background: #FF8103;
    padding: 13.5px 0;
  }
  .pTop .waiting__main dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .waiting__main dl dt {
    width: 136px;
    height: 33px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FF8103;
    background: #fff;
    -moz-border-radius: 100px;
         border-radius: 100px;
    font-size: 16px;
    font-weight: 900;
    margin-right: 20px;
  }
  .pTop .waiting__main dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 900;
    overflow: hidden;
  }
  .pTop .waiting__main dl dd p {
    white-space: nowrap;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-animation: scroll-left 15s linear infinite;
       -moz-animation: scroll-left 15s linear infinite;
            animation: scroll-left 15s linear infinite;
  }
  .pTop .mv {
    background: url("../img/mvBg.webp") center repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
  .pTop .mv__main {
    max-width: 1229px;
  }
  .pTop .schedule {
    background: #234C9C;
    padding: 20px;
    color: #fff;
  }
  .pTop .schedule h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 36px;
    line-height: 49px;
    font-weight: 900;
  }
  .pTop .schedule h2::before {
    content: "";
    width: 36px;
    height: 49px;
    background: url("../img/scheduleIcon.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 10px;
  }
  .pTop .schedule__form {
    margin-top: 10px;
  }
  .pTop .schedule__form h3 {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: 900;
  }
  .pTop .schedule__form--wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 20px 0 0;
  }
  .pTop .schedule__form--wrap--sel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -2.5px 7.5px -2.5px 7.5px;
  }
  .pTop .schedule__form--wrap--sel .wrapSel {
    width: 200px;
    height: 64px;
    margin: 2.5px;
  }
  .pTop .schedule__form--wrap--sel .wrapSel select {
    width: 100%;
    text-align: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #2C2C2C;
    -moz-border-radius: 5px;
         border-radius: 5px;
    height: 100%;
    outline: none;
  }
  .pTop .schedule__form--wrap button {
    width: 272px;
    height: 64px;
    outline: none;
    margin: 2.5px 10px;
    background: #FFDA2A;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    color: #234C9C;
    -moz-box-shadow: none;
         box-shadow: none;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 100px;
         border-radius: 100px;
  }
  .pTop .case {
    background: #FAECAD;
    padding: 40px 0 60px;
  }
  .pTop .case__main h2 {
    text-align: center;
    font-size: 50px;
    line-height: 80px;
    font-weight: 900;
    color: #FF8103;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .case__main h2::before {
    content: "＼";
    font-size: 50px;
    line-height: 80px;
    font-weight: 900;
    color: #FF8103;
  }
  .pTop .case__main h2::after {
    content: "／";
    font-size: 50px;
    line-height: 80px;
    font-weight: 900;
    color: #FF8103;
  }
  .pTop .case__main--list {
    margin: 29px -11px -11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    counter-reset: dl;
  }
  .pTop .case__main--list dl {
    width: 345px;
    height: 345px;
    margin: 11px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    counter-increment: dl;
  }
  .pTop .case__main--list dl dt {
    height: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FF8103;
    padding-top: 15px;
    line-height: 0;
    -moz-border-radius-topleft: 172.5px;
         border-top-left-radius: 172.5px;
    -moz-border-radius-topright: 172.5px;
         border-top-right-radius: 172.5px;
  }
  .pTop .case__main--list dl dt::before {
    content: "Case.";
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'Inter',serif;
    color: #FFDA2A;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: translateY(3px);
       -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
  .pTop .case__main--list dl dt::after {
    content: counter(dl);
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'Inter',serif;
    color: #FFDA2A;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pTop .case__main--list dl dt span {
    width: 100%;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    color: #fff;
    font-size: 30px;
    line-height: 43px;
    font-weight: 700;
    text-align: center;
    margin-top: -10px;
  }
  .pTop .case__main--list dl dd figure.fig01 {
    text-align: center;
    padding-top: 8.5px;
  }
  .pTop .case__main--list dl dd figure.fig01 img {
    width: 320px;
  }
  .pTop .case__main--list dl dd figure.fig02 {
    text-align: center;
  }
  .pTop .case__main--list dl dd figure.fig02 img {
    width: 230px;
    margin-top: -8.5px;
  }
  .pTop .case__main--list dl dd figure.fig03 {
    padding-left: 82.5px;
    padding-top: 5px;
  }
  .pTop .case__main--list dl dd figure.fig03 img {
    width: 234.77px;
  }
  .pTop .case__main--box {
    margin-top: 40px;
    -moz-border-radius: 10px 10px 0 0;
         border-radius: 10px 10px 0 0;
    border: 5px solid #D80000;
    background: #fff;
  }
  .pTop .case__main--box--top {
    padding: 35px 78px 63px;
  }
  .pTop .case__main--box--top h3 {
    font-size: 35px;
    line-height: 1.6;
    font-weight: 900;
    color: #2C2C2C;
    text-align: center;
  }
  .pTop .case__main--box--top h3 span {
    color: #D80000;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .pTop .case__main--box--top .txt {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pTop .case__main--box--top .truck {
    max-width: 838px;
    width: 100%;
    margin: 30px auto 0;
    background: #234C9C;
    padding: 20px 71.5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .case__main--box--top .truck figure {
    width: 153px;
    margin-right: 20px;
  }
  .pTop .case__main--box--top .truck ul {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .case__main--box--top .truck ul li {
    font-size: 18px;
    line-height: 2;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 0 0 0 20px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .case__main--box--top .truck ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    left: 5px;
    top: 16px;
  }
  .pTop .case__main--box--top .highlight {
    margin-top: 30px;
    text-align: center;
    font-size: 40px;
    line-height: 1.6;
    font-weight: 900;
    color: #234C9C;
  }
  .pTop .case__main--box--top .highlight span {
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(70%, white), color-stop(70%, #eecd26), to(#eecd26));
    background: -webkit-linear-gradient(top, white 0%, white 70%, #eecd26 70%, #eecd26 100%);
    background: -moz- oldlinear-gradient(top, white 0%, white 70%, #eecd26 70%, #eecd26 100%);
    background: linear-gradient(180deg, white 0%, white 70%, #eecd26 70%, #eecd26 100%);
  }
  .pTop .case__main--box--bottom {
    background: #D80000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 20px 3.84615vw 22px;
    text-align: center;
  }
  .pTop .case__main--box--bottom::before {
    position: absolute;
    content: "";
    width: 260px;
    height: 33px;
    background: #D80000;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -32px;
  }
  .pTop .case__main--box--bottom span {
    font-size: 50px;
    line-height: 1.6;
    font-weight: 900;
    color: #FFDA2A;
  }
  .pTop .case__main--box--bottom span::before {
    content: "";
    width: 72px;
    height: 54px;
    background: url("../img/bee.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
  }
  .pTop .cta {
    background: #fff;
    padding: 130px 0 60px;
  }
  .pTop .cta__main {
    max-width: 1000px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border: 5px solid #234C9C;
    padding: 30px 0 0;
  }
  .pTop .cta__main h2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -43px;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 0;
  }
  .pTop .cta__main h2 em {
    font-size: 36px;
    line-height: 52px;
    font-weight: 900;
    color: #231815;
    padding: 11px 29px 15px 85px;
    background: #F8B600;
    -moz-border-radius: 100px;
         border-radius: 100px;
    font-style: normal;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
  }
  .pTop .cta__main h2 em span {
    color: #D80000;
  }
  .pTop .cta__main h2 em::before {
    position: absolute;
    content: "";
    width: 103px;
    height: 97px;
    background: url("../img/bee02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.5));
    left: -9px;
    top: -28px;
  }
  .pTop .cta__main--time {
    background: #234C9C;
    padding: 6px 0 5px 65px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
  }
  .pTop .cta__main--time::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url("../img/icTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 31px;
  }
  .pTop .cta__main--contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 11px 0 16px 18px;
  }
  .pTop .cta__main--contact .ribbon {
    width: 191px;
    height: 191px;
    background: url("../img/ctaRibbon.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: relative;
    padding: 52px 0 0 0;
    text-align: center;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-right: 9px;
  }
  .pTop .cta__main--contact .ribbon::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 47px;
    background: url("../img/bus02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .cta__main--contact .ribbon em {
    font-style: normal;
    font-size: 59.7px;
    line-height: 1;
    color: #fff;
    font-family: 'Impact';
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .cta__main--contact .ribbon em::after {
    content: "最短\A分で";
    white-space: pre;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
  }
  .pTop .cta__main--contact .ribbon span {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    color: #fff;
  }
  .pTop .cta__main--contact .right {
    width: 480px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -10px -5px;
  }
  .pTop .cta__main--contact .right .tel {
    width: 100%;
    margin: 10px 5px;
  }
  .pTop .cta__main--contact .right .tel a {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: block;
    font-size: 60px;
    line-height: 1;
    font-family: 'Impact';
    color: #FF6403;
    padding: 0 0 0 95px;
  }
  .pTop .cta__main--contact .right .tel a::before {
    position: absolute;
    content: "";
    width: 87px;
    height: 50px;
    background: url("../img/ctaTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .cta__main--contact .right .tel time {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Inter',sans-serif;
    color: #000;
    margin-top: 5px;
    display: block;
  }
  .pTop .cta__main--contact .right .mail {
    width: 230px;
    height: 64px;
    margin: 10px 5px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #1A008E;
    -moz-border-radius: 10px;
         border-radius: 10px;
    font-size: 18px;
    font-weight: 900;
    -moz-box-shadow: 0 6px 0 #0e0532;
         box-shadow: 0 6px 0 #0e0532;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .pTop .cta__main--contact .right .mail::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url("../img/icMail.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 10px;
  }
  .pTop .cta__main--contact .right .mail:hover {
    -webkit-transform: translateY(6px);
       -moz-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
    -moz-box-shadow: 0 0px 0 #0e0532;
         box-shadow: 0 0px 0 #0e0532;
  }
  .pTop .cta__main--contact .right .line {
    width: 230px;
    height: 64px;
    margin: 10px 5px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #00B922;
    -moz-border-radius: 10px;
         border-radius: 10px;
    font-size: 18px;
    font-weight: 900;
    -moz-box-shadow: 0 6px 0 #006c14;
         box-shadow: 0 6px 0 #006c14;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .pTop .cta__main--contact .right .line::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url("../img/icLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 10px;
  }
  .pTop .cta__main--contact .right .line:hover {
    -webkit-transform: translateY(6px);
       -moz-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
    -moz-box-shadow: 0 0px 0 #006c14;
         box-shadow: 0 0px 0 #006c14;
  }
  .pTop .cta__main--contact .mascot {
    position: absolute;
    width: 305px;
    right: 21px;
    bottom: -10px;
  }
  .pTop .cta__main--contact .mascot figure {
    width: 100%;
    height: auto;
  }
  .pTop .cta__main--contact .mascot__txt {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    top: -25px;
    right: -10px;
  }
  .pTop .cta__main--contact .mascot__txt span {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #000;
    text-shadow: 0px 2px 1px #FFF,0px 1px 1px #FFF,1px 1px 1px #FFF,1px 0px 1px #FFF,2px 0px 1px #FFF,1px -1px 1px #FFF,1px -2px 1px #FFF,0px -2px 1px #FFF,-1px -2px 1px #FFF,-2px -2px 1px #FFF,-2px -1px 1px #FFF,-2px 0px 1px #FFF,-2px 1px 1px #FFF,-1px 1px 1px #FFF;
  }
  .pTop .cta__main--contact .mascot__txt span + span {
    margin-right: 7px;
  }
  .pTop .cta__main--contact .mascot__txt02 {
    position: absolute;
    left: 42px;
    bottom: 18px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #000;
    text-shadow: 0px 2px 1px #FFF,0px 1px 1px #FFF,1px 1px 1px #FFF,1px 0px 1px #FFF,2px 0px 1px #FFF,1px -1px 1px #FFF,1px -2px 1px #FFF,0px -2px 1px #FFF,-1px -2px 1px #FFF,-2px -2px 1px #FFF,-2px -1px 1px #FFF,-2px 0px 1px #FFF,-2px 1px 1px #FFF,-1px 1px 1px #FFF;
  }
  .pTop .cta__main--pay {
    border-top: 1px solid #234C9C;
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .pTop .cta__main--pay > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .cta__main--pay > dl > dt {
    width: 163px;
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    background: #234C9C;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px 0;
  }
  .pTop .cta__main--pay > dl > dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 7px 20px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .cta__main--pay > dl > dd > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .cta__main--pay > dl > dd > dl > dt {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #000;
  }
  .pTop .cta__main--pay > dl > dd > dl > dd {
    text-align: center;
    line-height: 0;
    margin-top: 5px;
  }
  .pTop .cta__main--pay > dl > dd > dl > dd img {
    height: 24px;
    width: auto;
  }
  .pTop .cta__main--pay > dl > dd > dl + dl {
    margin-left: 70px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--pay > dl > dd > dl + dl::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    background: #234C9C;
    top: 0;
    left: -35px;
  }
  .pTop .reason {
    padding: 42px 0 40px;
    background: url("../img/reasonBg.webp") 0 0 repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .reason__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .reason__main h2 img {
    width: 631px;
  }
  .pTop .reason__main--list {
    margin: 10px -15px -20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .reason__main--list article {
    width: 339px;
    margin: 20px 15px;
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
    padding-bottom: 21px;
  }
  .pTop .reason__main--list article figure {
    width: 100%;
  }
  .pTop .reason__main--list article figure img {
    width: 100%;
    height: 147px;
    object-fit: cover;
  }
  .pTop .reason__main--list article h3 {
    text-align: center;
    color: #FF8103;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 900;
    margin-top: -32px;
    text-shadow: white 5px 0px 0px, white 4.90033px 0.99335px 0px, white 4.60531px 1.94709px 0px, white 4.12668px 2.82321px 0px, white 3.48353px 3.58678px 0px, white 2.70151px 4.20736px 0px, white 1.81179px 4.6602px 0px, white 0.84984px 4.92725px 0px, white -0.146px 4.99787px 0px, white -1.13601px 4.86924px 0px, white -2.08073px 4.54649px 0px, white -2.94251px 4.04248px 0px, white -3.68697px 3.37732px 0px, white -4.28444px 2.57751px 0px, white -4.71111px 1.67494px 0px, white -4.94996px 0.7056px 0px, white -4.99147px -0.29187px 0px, white -4.83399px -1.27771px 0px, white -4.48379px -2.2126px 0px, white -3.95484px -3.05929px 0px, white -3.26822px -3.78401px 0px, white -2.4513px -4.35788px 0px, white -1.53666px -4.75801px 0px, white -0.56076px -4.96845px 0px, white 0.4375px -4.98082px 0px, white 1.41831px -4.79462px 0px, white 2.34258px -4.41727px 0px, white 3.17346px -3.86382px 0px, white 3.87783px -3.15633px 0px, white 4.4276px -2.32301px 0px, white 4.80085px -1.39708px 0px, white 4.98271px -0.41545px 0px;
  }
  .pTop .reason__main--list article .txt {
    margin-top: 16px;
    padding: 0 28px;
    font-size: 16px;
    line-height: 1.6;
    color: #2C2C2C;
  }
  .pTop .character {
    background-image: url("../img/characBg.webp");
    background-color: #FF8103;
    background-blend-mode: multiply;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 60px 0 70px;
  }
  .pTop .character__main {
    max-width: 1000px;
  }
  .pTop .character__main h2 {
    text-align: center;
    font-size: 50px;
    line-height: 1.6;
    font-weight: 900;
    color: #fff;
  }
  .pTop .character__main--list {
    margin-top: 30px;
  }
  .pTop .character__main--list article {
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    padding: 30px 65px 30px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .character__main--list article .fig {
    width: 250px;
    margin-right: 33px;
  }
  .pTop .character__main--list article .fig figure {
    width: 100%;
  }
  .pTop .character__main--list article .fig figure img {
    height: 190px;
    width: 100%;
    object-fit: cover;
  }
  .pTop .character__main--list article .fig figure + figure {
    margin-top: 6px;
  }
  .pTop .character__main--list article .ar {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .character__main--list article .ar h3 {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pTop .character__main--list article .ar .rate {
    margin-top: 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .character__main--list article .ar .rate dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    margin-right: 25px;
  }
  .pTop .character__main--list article .ar .rate dl dt {
    color: #2C2C2C;
  }
  .pTop .character__main--list article .ar .rate dl dd {
    color: #FF8103;
  }
  .pTop .character__main--list article .ar h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 8px;
  }
  .pTop .character__main--list article .ar h4 span {
    display: block;
  }
  .pTop .character__main--list article .ar h4 span + span {
    margin-top: 12px;
  }
  .pTop .character__main--list article .ar .txt {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Inter',sans-serif;
    color: #2C2C2C;
    margin-top: 20px;
  }
  .pTop .character__main--list article .ar .price {
    margin-top: 20px;
    border: 3px solid #FF6403;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .character__main--list article .ar .price dt {
    width: 184px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FF6403;
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
    padding: 12px 0 0;
  }
  .pTop .character__main--list article .ar .price dd {
    font-size: 30px;
    line-height: 37px;
    font-weight: 900;
    color: #D80000;
    padding: 0 0 0 22px;
  }
  .pTop .character__main--list article .ar .price dd span {
    font-size: 69px;
    line-height: 84px;
    font-family: 'Impact';
  }
  .pTop .character__main--list article + article {
    margin-top: 30px;
  }
  .pTop .character__main--add {
    margin-top: 30px;
    background: #FFF;
    outline: 7px solid #FAECAD;
    padding: 40px 62.5px;
  }
  .pTop .character__main--add h3 {
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pTop .character__main--add picture {
    margin-top: 30px;
  }
  .pTop .character__main--add picture img {
    width: 100%;
    height: auto;
  }
  .pTop .character__main--add .list {
    margin-top: 20px;
    padding: 0 22.5px;
  }
  .pTop .character__main--add .list dl dt {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pTop .character__main--add .list dl dt span {
    color: #FF6403;
  }
  .pTop .character__main--add .list dl dd {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    color: #2C2C2C;
  }
  .pTop .character__main--add .list dl + dl {
    margin-top: 15px;
  }
  .pTop .vendor {
    padding: 60.72px 0 60.28px;
  }
  .pTop .vendor__main {
    max-width: 1000px;
    background: #E9E9E9;
    border: 6px solid #234C9C;
    padding: 24px 0 0;
  }
  .pTop .vendor__main h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 50px;
    line-height: 1.6;
    font-weight: 900;
    color: #D80000;
  }
  .pTop .vendor__main h2 em {
    font-style: normal;
  }
  .pTop .vendor__main h2 span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .vendor__main h2 span::before, .pTop .vendor__main h2 span::after {
    content: "";
    width: 71px;
    height: 56px;
    background: url("../img/vendorCaution.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin: 0 20px;
  }
  .pTop .vendor__main .fig {
    margin-top: 20px;
    text-align: center;
  }
  .pTop .vendor__main .fig img {
    width: 572.5px;
  }
  .pTop .vendor__main .txt {
    margin-top: 25px;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pTop .vendor__main .txt span {
    color: #D80000;
    font-size: 24px;
  }
  .pTop .vendor__main .note {
    margin-top: 45px;
    background: #234C9C;
    padding: 20px 0 20px 124px;
    position: relative;
  }
  .pTop .vendor__main .note .left {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .vendor__main .note .left span {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
  }
  .pTop .vendor__main .note .left h3 {
    font-size: 30px;
    line-height: 43px;
    font-weight: 700;
    color: #fff;
    margin-top: 11px;
  }
  .pTop .vendor__main .note .left em {
    font-style: normal;
    font-size: 20px;
    line-height: 49px;
    background: #fff;
    text-align: center;
    color: #234C9C;
    font-weight: 700;
    padding: 0 40.5px;
    margin-top: 9px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .vendor__main .note .left em::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 23px;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -17px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .pTop .vendor__main .note picture {
    position: absolute;
    width: 224px;
    bottom: -6px;
    right: 62px;
  }
  .pTop .process__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.6;
    font-weight: 900;
    color: #000;
  }
  .pTop .process__main--list {
    margin-top: 30px;
  }
  .pTop .process__main--list article {
    padding: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .process__main--list article:not(:last-of-type) {
    border-bottom: 1px solid #234C9C;
  }
  .pTop .process__main--list article picture {
    width: 254px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    overflow: hidden;
    margin-right: 25px;
  }
  .pTop .process__main--list article picture img {
    width: 100%;
    height: auto;
  }
  .pTop .process__main--list article .ar {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .process__main--list article .ar h3 {
    background: #234C9C;
    color: #fff;
    font-size: 30px;
    line-height: 43px;
    font-weight: 700;
    padding: 10px 17px;
  }
  .pTop .process__main--list article .ar dl {
    margin-top: 26px;
  }
  .pTop .process__main--list article .ar dl dt {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    font-family: 'Inter',sans-serif;
    color: #2C2C2C;
  }
  .pTop .process__main--list article .ar dl dd {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Inter'sans-serif;
  }
  .pTop .use h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.6;
    font-weight: 900;
    color: #000000;
  }
  .pTop .use__main {
    margin-top: 30px;
    padding: 30px 0;
    background: #FAECAD;
  }
  .pTop .use__main--list {
    max-width: 1102px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -11px auto;
  }
  .pTop .use__main--list article {
    width: 345px;
    margin: 11px;
  }
  .pTop .use__main--list article a {
    display: block;
    height: 100%;
    background: #fff;
    padding: 20px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .pTop .use__main--list article .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .use__main--list article .top::after {
    position: absolute;
    content: "";
    width: 33px;
    height: 37.5px;
    background: url("../img/caseArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pTop .use__main--list article .top figure {
    width: 146px;
  }
  .pTop .use__main--list article .top figure img {
    width: 100%;
    height: 154px;
    object-fit: cover;
  }
  .pTop .use__main--list article h3 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #FF6403;
    margin-top: 10px;
  }
  .pTop .use__main--list article .work {
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .use__main--list article .work span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FF8103;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    height: 24px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 5px 10px;
    white-space: nowrap;
    margin-right: 7px;
  }
  .pTop .use__main--list article .work em {
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #2C2C2C;
  }
  .pTop .use__main--list article .meta {
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #2C2C2C;
  }
  .pTop .use__main--list article .meta .time {
    white-space: nowrap;
    margin-right: 20px;
  }
  .pTop .use__main--list article .meta .local {
    white-space: nowrap;
  }
  .pTop .use__main--list article .txt {
    font-size: 12px;
    line-height: 1.6;
    color: #2C2C2C;
    margin-top: 10px;
  }
  .pTop .use__main--list article .tags {
    margin: 8px -5px -5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .use__main--list article .tags li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 27px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #FAECAD;
    padding: 0 10px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    color: #FF6403;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    margin: 5px;
  }
  .pTop .use__main--btn {
    text-align: center;
    margin-top: 22px;
  }
  .pTop .use__main--btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    height: 55px;
    -moz-border-radius: 100px;
         border-radius: 100px;
    background: #FFDA2A;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #234C9C;
  }
  .pTop .faq {
    padding: 60px 0 80px;
  }
  .pTop .faq__main {
    max-width: 950px;
  }
  .pTop .faq__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.6;
    font-weight: 900;
    color: #000000;
  }
  .pTop .faq__main--list {
    margin-top: 30px;
  }
  .pTop .faq__main--list dl dt {
    background: #234C9C;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 28px 55px 28px 66px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    color: #fff;
  }
  .pTop .faq__main--list dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    left: 30px;
    top: 25px;
  }
  .pTop .faq__main--list dl dt::after {
    position: absolute;
    content: "＋";
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 18px;
  }
  .pTop .faq__main--list dl dt.open::after {
    content: "－";
  }
  .pTop .faq__main--list dl dd {
    background: #E9E9E9;
    padding: 28px 55px 28px 66px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    display: none;
  }
  .pTop .faq__main--list dl dd::before {
    position: absolute;
    content: "A";
    font-size: 25px;
    line-height: 30px;
    color: #234C9C;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    left: 30px;
    top: 25px;
  }
  .pTop .faq__main--list dl + dl {
    margin-top: 15px;
  }
  .pTop .voice {
    background: #E9E9E9;
    padding: 30px 0;
  }
  .pTop .voice__main {
    max-width: 1120px;
  }
  .pTop .voice__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.6;
    font-weight: 900;
    color: #000000;
  }
  .pTop .voice__main--slider {
    margin-top: 30px;
    padding: 20px;
  }
  .pTop .voice__main--slider article {
    width: 345px;
    background: #fff;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 20px 27.5px;
    margin: 0 15px;
    height: auto;
  }
  .pTop .voice__main--slider article .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .voice__main--slider article .info figure {
    width: 70px;
    margin-right: 10px;
  }
  .pTop .voice__main--slider article .info figure img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pTop .voice__main--slider article .info .ar {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .voice__main--slider article .info .ar h3 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #FF8103;
  }
  .pTop .voice__main--slider article .info .ar p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 5px;
  }
  .pTop .voice__main--slider article .txt {
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Inter',sans-serif;
    font-weight: 400;
    color: #2C2C2C;
    margin-top: 15px;
  }
  .pTop .voice__main--slider article .meta {
    margin: 8px -5px -5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .voice__main--slider article .meta li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 27px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #FAECAD;
    padding: 0 10px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    color: #FF6403;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    margin: 5px;
  }
  .pTop .voice__main--slider article .meta li a {
    color: #FF6403;
  }
  .pTop .voice__main--slider--prev, .pTop .voice__main--slider--next {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 19;
    cursor: pointer;
  }
  .pTop .voice__main--slider--prev {
    background: url("../img/customerLeft.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
  }
  .pTop .voice__main--slider--next {
    background: url("../img/customerRight.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
  }
  .pTop .voice__main--btn {
    text-align: center;
    margin-top: 0;
  }
  .pTop .voice__main--btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    height: 55px;
    -moz-border-radius: 100px;
         border-radius: 100px;
    background: #FFDA2A;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #234C9C;
  }
  .pTop .area {
    padding: 60px 0;
  }
  .pTop .area__main {
    max-width: 950px;
  }
  .pTop .area__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.6;
    font-weight: 900;
    color: #000000;
  }
  .pTop .area__main--list {
    margin-top: 30px;
  }
  .pTop .area__main--list > dl > dt {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    color: #fff;
    background: #FF8103;
    padding: 24px 87px 24px 25px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 5px;
         border-radius: 5px;
    cursor: pointer;
  }
  .pTop .area__main--list > dl > dt::before, .pTop .area__main--list > dl > dt::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 5px;
    background: #fff;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 31px;
  }
  .pTop .area__main--list > dl > dt::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .area__main--list > dl > dt.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
       -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .pTop .area__main--list > dl > dd {
    font-size: 16px;
    line-height: 24px;
    padding: 25px 50px;
    display: none;
    background: #E9E9E9;
  }
  .pTop .area__main--list > dl > dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .area__main--list > dl > dd ul li {
    font-size: 16px;
    line-height: 2.2;
    white-space: nowrap;
  }
  .pTop .area__main--list > dl > dd ul li a {
    white-space: nowrap;
    text-decoration: underline;
  }
  .pTop .area__main--list > dl > dd ul li + li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .area__main--list > dl > dd ul li + li::before {
    content: "｜";
    font-size: 16px;
    line-height: 2.2;
    color: #000;
    display: inline-block;
    margin: 0 5px;
  }
  .pTop .area__main--list > dl + dl {
    margin-top: 10px;
  }
  .pTop .information {
    margin-top: 20px;
  }
  .pTop .information h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.6;
    font-weight: 900;
    color: #000;
  }
  .pTop .information__main {
    margin-top: 30px;
    background: #234C9C;
    padding: 30px 0;
  }
  .pTop .information__main--content {
    max-width: 937px;
    margin-top: -19px;
    margin-bottom: -19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .information__main--content .left {
    width: 234px;
    margin: 19px;
  }
  .pTop .information__main--content .left span {
    display: none;
  }
  .pTop .information__main--content .left ul li a {
    display: block;
    width: 100%;
    background: #E9E9E9;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 15px 0 15px 25px;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
  }
  .pTop .information__main--content .left ul li + li {
    margin-top: 5px;
  }
  .pTop .information__main--content .right {
    width: 627px;
    margin: 19px;
  }
  .pTop .information__main--content .right p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
  }
  .pTop .information__main--content .right ul {
    margin-top: 20px;
  }
  .pTop .information__main--content .right ul li + li {
    margin-top: 6px;
  }
  .pTop .information__main--content .right ul li a {
    background: #fff;
    display: block;
    padding: 20px 78px 20px 25px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 16px;
    line-height: 19px;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    color: #234C9C;
    text-decoration: underline;
  }
  .pTop .information__main--content .right ul li a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 17px;
    background: url("../img/inforArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 40px;
  }
  .pTop .information__main--content .right .btnMore {
    text-align: center;
    margin-top: 20px;
  }
  .pTop .information__main--content .right .btnMore a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    height: 55px;
    -moz-border-radius: 100px;
         border-radius: 100px;
    background: #FFDA2A;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #234C9C;
  }
  .pTop .recom {
    padding: 60px 0 0;
  }
  .pTop .recom__main {
    max-width: 967px;
  }
  .pTop .recom__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.6;
    font-weight: 900;
    color: #000;
  }
  .pTop .recom__main--choose {
    text-align: center;
    margin-top: 30px;
  }
  .pTop .recom__main--choose a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 280px;
    height: 46px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #234C9C;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
  }
  .pTop .recom__main--choose a::before {
    content: "";
    width: 20px;
    height: 16.19px;
    background: url("../img/localIcon.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 8px;
  }
  .pTop .recom__main--list {
    margin-top: 30px;
  }
  .pTop .recom__main--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -5px -12.5px;
  }
  .pTop .recom__main--list ul li {
    width: 217px;
    margin: 5px 12.5px;
  }
  .pTop .recom__main--list ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 49px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #2C2C2C;
    font-family: 'Inter',sans-serif;
    background: #FAECAD;
    padding: 0 63px 0 25px;
  }
  .pTop .recom__main--list ul li a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 17px;
    background: url("../img/inforArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px;
  }
  .recomModal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  .recomModal__inner {
    width: 1080px;
    max-height: 90%;
    overflow: auto;
    background: #fff;
    position: relative;
    -webkit-transform: translateY(-100px);
       -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
    padding: 30px 120.5px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
  }
  .recomModal__inner h2 {
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    color: #000;
  }
  .recomModal__inner--content {
    margin-top: 30px;
  }
  .recomModal__inner--content .areaList ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -2px;
  }
  .recomModal__inner--content .areaList ul li {
    width: 136px;
    margin: 2px;
  }
  .recomModal__inner--content .areaList ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 49px;
    background: #E9E9E9;
    color: #234C9C;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
  }
  .recomModal__inner--content .areaList ul li.active a, .recomModal__inner--content .areaList ul li:hover a {
    background: #234C9C;
    color: #fff;
  }
  .recomModal__inner--content .prefList {
    margin-top: 20px;
  }
  .recomModal__inner--content .prefList ul {
    margin: -2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -2px;
  }
  .recomModal__inner--content .prefList ul li {
    width: 136px;
    margin: 2px;
  }
  .recomModal__inner--content .prefList ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 49px;
    background: #fff;
    color: #234C9C;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 3px 40px 0 20px;
    border: 1px solid #234C9C;
  }
  .recomModal__inner--content .prefList ul li a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 17px;
    background: url("../img/inforArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
  }
  .recomModal__inner--content .prefList ul li.active a, .recomModal__inner--content .prefList ul li:hover a {
    background: #234C9C;
    color: #fff;
  }
  .recomModal__inner--content .prefList ul li.active a::after, .recomModal__inner--content .prefList ul li:hover a::after {
    background: url("../img/inforArrowW.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .recomModal__inner--content .btnFilter {
    margin-top: 30px;
    text-align: center;
  }
  .recomModal__inner--content .btnFilter a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 260px;
    height: 56px;
    -moz-border-radius: 100px;
         border-radius: 100px;
    background: #FFDA2A;
    color: #234C9C;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
  }
  .recomModal__inner .close {
    text-align: center;
    margin-top: 30px;
  }
  .recomModal__inner .close a {
    font-size: 16px;
    line-height: 1;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    color: #2C2C2C;
  }
  .recomModal.open {
    opacity: 1;
    pointer-events: auto;
  }
  .recomModal.open .recomModal__inner {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .pWasp .mv {
    background: url("../img/waspBg.webp") center repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    padding: 30px 0;
  }
  .pWasp .mv__main {
    max-width: 1152px;
  }
  .pWasp .character {
    background-image: url("../img/characServiceBg.webp");
  }
  .pWasp .character__main h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pWasp .character__main h2::before {
    content: "";
    width: 77px;
    height: 58px;
    background: url("../img/bee04.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 10px;
  }
  .pWasp .what {
    padding: 90px 0 0px;
  }
  .pWasp .what__main {
    max-width: 950px;
  }
  .pWasp .what__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 58px;
    font-weight: 900;
    color: #000;
  }
  .pWasp .what__main--intro {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #2C2C2C;
    margin-top: 30px;
  }
  .pWasp .what__main--ar {
    margin-top: 30px;
  }
  .pWasp .what__main--ar article + article {
    margin-top: 30px;
  }
  .pWasp .what__main--ar article h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
    font-weight: 700;
    padding: 15px 0;
    background: #009C1D;
    margin-bottom: 20px;
    text-align: center;
  }
  .pWasp .what__main--ar article .txt {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #2C2C2C;
  }
  .pWasp .what__main--ar article .wrapSec {
    margin: 10px -29px -10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pWasp .what__main--ar article .wrapSec section {
    width: 280px;
    margin: 10px 28px;
  }
  .pWasp .what__main--ar article .wrapSec section figure {
    text-align: center;
  }
  .pWasp .what__main--ar article .wrapSec section figure img {
    width: 183px;
    height: 183px;
    object-fit: cover;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pWasp .what__main--ar article .wrapSec section h4 {
    text-align: center;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 8px;
  }
  .pWasp .what__main--ar article .wrapSec section dl {
    margin-top: 15px;
  }
  .pWasp .what__main--ar article .wrapSec section dl dt {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px;
    -moz-border-radius: 50px;
         border-radius: 50px;
    background: #234C9C;
  }
  .pWasp .what__main--ar article .wrapSec section dl dd {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
  }
  .pWasp .what__main--ar article .wrapSec section dl + dl {
    margin-top: 15px;
  }
  .pWasp .what__main--ar article .wrapSec.st2 section {
    width: 400px;
  }
  .pWasp .what__main--ar article .list dl dt {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #2C2C2C;
  }
  .pWasp .what__main--ar article .list dl dd {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 5px;
  }
  .pWasp .what__main--ar article .list dl + dl {
    margin-top: 15px;
  }
  .pRegion .mv {
    padding: 33px 0 29px;
  }
  .pRegion .mv__main {
    max-width: 1152px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pRegion .mv__main .regionName {
    color: #fff;
    font-size: 40px;
    line-height: 58px;
    font-weight: 900;
    position: absolute;
    top: 39px;
    left: 163px;
  }
  .pRegion .region {
    padding-top: 60px;
  }
  .pRegion .region__main {
    background: #FF8103;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 30px 90px;
  }
  .pRegion .region__main--title {
    text-align: center;
  }
  .pRegion .region__main--title span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    color: #fff;
  }
  .pRegion .region__main--title h2 {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    margin-top: 15px;
  }
  .pRegion .region__main--box {
    margin-top: 30px;
    background: #fff;
    padding: 25px;
    font-size: 16px;
    line-height: 2;
    font-family: 'Inter',sans-serif;
    font-weight: 500;
    color: #1E1E1E;
  }
  .pRegion .region__main--box a {
    color: #1E1E1E;
  }
  .pChild__main--fv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__main--fv picture {
    background: #FAECAD;
  }
  .pChild__main--fv picture img {
    width: 100%;
    height: 184px;
    object-fit: cover;
    mix-blend-mode: screen;
  }
  .pChild__main--fv--title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__main--fv--title h2 {
    font-size: 40px;
    line-height: 64px;
    font-weight: 900;
    color: #2C2C2C;
  }
  .pChild__main--fv--title span {
    font-size: 18px;
    line-height: 1;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    color: #FF6403;
  }
  .pChild__main--info {
    background: #fff;
  }
  .pChild__main--info--content {
    padding-top: 10px;
  }
  .pChild__main--info--content .breadcrum {
    padding: 10px 0 20px;
  }
  .pChild__main--info--content .breadcrum ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__main--info--content .breadcrum ul li {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pChild__main--info--content .breadcrum ul li + li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__main--info--content .breadcrum ul li + li::before {
    content: "＞";
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #2C2C2C;
    margin: 0 5px;
  }
  .pChild__main--info--content .breadcrum ul li a {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pChild__main--info--content .types dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__main--info--content .types dl dt {
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pChild__main--info--content .types dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__main--info--content .types dl dd ul li {
    width: 160px;
    margin: 0 10px;
  }
  .pChild__main--info--content .types dl dd ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 55px;
    -moz-border-radius: 10px 10px 0 0;
         border-radius: 10px 10px 0 0;
    background: #E9E9E9;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
  }
  .pChild__main--info--content .types dl dd ul li a::after {
    content: "";
    width: 14px;
    height: 14px;
    background: #2C2C2C;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild__main--info--content .types dl dd ul li.active a {
    color: #FF6403;
    background: #FAECAD;
  }
  .pChild__main--info--content .types dl dd ul li.active a::after {
    background: #FF6403;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .pChild__main--info--content .anchorType {
    padding-bottom: 10px;
  }
  .pChild__main--info--content .anchorType span {
    display: none;
  }
  .pChild__main--info--content .anchorType ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px;
  }
  .pChild__main--info--content .anchorType ul li {
    margin: 10px;
    line-height: 0;
  }
  .pChild__main--info--content .anchorType ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 249px;
    height: 59px;
    border: 1px solid #234C9C;
    -moz-border-radius: 10px;
         border-radius: 10px;
    font-size: 20px;
    line-height: 29px;
    font-weight: 900;
    color: #234C9C;
  }
  .pChild__main--info--content .anchorType ul li a::after {
    content: "";
    width: 21px;
    height: 16px;
    background: #234C9C;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin-left: 5px;
  }
  .pChild .faq {
    padding-bottom: 0;
  }
  .pChild__voice {
    background: #FAECAD;
    padding: 60px 0;
  }
  .pChild__voice--main .title {
    background: #234C9C;
    color: #fff;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
    padding: 15px 0;
    text-align: center;
  }
  .pChild__voice--main .title.titleRel {
    font-size: 25px;
    line-height: 36px;
  }
  .pChild__voice--main .listVoice {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 20px -10px -10px;
  }
  .pChild__voice--main .listVoice article {
    width: 530px;
    background: #fff;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 20px 30px 22px;
    margin: 10px;
  }
  .pChild__voice--main .listVoice article .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__voice--main .listVoice article .info figure {
    width: 70px;
    margin-right: 10px;
  }
  .pChild__voice--main .listVoice article .info figure img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pChild__voice--main .listVoice article .info .ar {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__voice--main .listVoice article .info .ar h3 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: #FF8103;
  }
  .pChild__voice--main .listVoice article .info .ar p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 5px;
  }
  .pChild__voice--main .listVoice article .txt {
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Inter',sans-serif;
    font-weight: 400;
    color: #2C2C2C;
    margin-top: 15px;
  }
  .pChild__voice--main .listVoice article .meta {
    margin: 8px -5px -5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild__voice--main .listVoice article .meta li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 27px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #FAECAD;
    padding: 0 10px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    color: #FF6403;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    margin: 5px;
  }
  .pChild__voice--main .listVoice article .meta li a {
    color: #FF6403;
  }
  .pChild__voice--main .moreVoice {
    text-align: center;
    margin-top: 30px;
  }
  .pChild__voice--main .moreVoice a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    height: 55px;
    -moz-border-radius: 100px;
         border-radius: 100px;
    background: #FFDA2A;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #234C9C;
  }
  .pChild__voice--main .listUse {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 19px -11px -11px;
  }
  .pChild__voice--main .listUse article {
    width: 345px;
    margin: 11px;
  }
  .pChild__voice--main .listUse article a {
    display: block;
    height: 100%;
    background: #fff;
    padding: 20px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .pChild__voice--main .listUse article .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__voice--main .listUse article .top::after {
    position: absolute;
    content: "";
    width: 33px;
    height: 37.5px;
    background: url("../img/caseArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pChild__voice--main .listUse article .top figure {
    width: 146px;
  }
  .pChild__voice--main .listUse article .top figure img {
    width: 100%;
    height: 154px;
    object-fit: cover;
  }
  .pChild__voice--main .listUse article h3 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #FF6403;
    margin-top: 10px;
  }
  .pChild__voice--main .listUse article .work {
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__voice--main .listUse article .work span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FF8103;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    height: 24px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 5px 10px;
    white-space: nowrap;
    margin-right: 7px;
  }
  .pChild__voice--main .listUse article .work em {
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #2C2C2C;
  }
  .pChild__voice--main .listUse article .meta {
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #2C2C2C;
  }
  .pChild__voice--main .listUse article .meta .time {
    white-space: nowrap;
    margin-right: 20px;
  }
  .pChild__voice--main .listUse article .meta .local {
    white-space: nowrap;
  }
  .pChild__voice--main .listUse article .txt {
    font-size: 12px;
    line-height: 1.6;
    color: #2C2C2C;
    margin-top: 10px;
    display: none;
  }
  .pChild__voice--main .listUse article .tags {
    margin: 8px -5px -5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild__voice--main .listUse article .tags li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 27px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #FAECAD;
    padding: 0 10px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    color: #FF6403;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    margin: 5px;
  }
  .pChild__voice--detail {
    background: #fff;
    padding-top: 0;
  }
  .pChild__voice--detail .detailCon {
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
         box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    padding: 30px 60px;
  }
  .pChild__voice--detail .detailCon__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pChild__voice--detail .detailCon__top h3 {
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
    color: #FF6403;
  }
  .pChild__voice--detail .detailCon__top dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__voice--detail .detailCon__top dl dt {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    -moz-border-radius: 5px;
         border-radius: 5px;
    white-space: nowrap;
    padding: 5px 10px;
    background: #FF8103;
    margin-right: 7px;
  }
  .pChild__voice--detail .detailCon__top dl dd {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pChild__voice--detail .detailCon__top dl dd:not(:last-of-type) {
    margin-right: 15px;
  }
  .pChild__voice--detail .detailCon__fig {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__voice--detail .detailCon__fig::after {
    position: absolute;
    content: "";
    width: 53px;
    height: 61px;
    background: url("../img/constructArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pChild__voice--detail .detailCon__fig figure {
    width: 465px;
  }
  .pChild__voice--detail .detailCon__fig figure img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .pChild__voice--detail .detailCon__txt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
  }
  .pChild__voice--detail .detailCon__meta {
    margin: 8px -5px -5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild__voice--detail .detailCon__meta li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 27px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #FAECAD;
    padding: 0 10px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    color: #FF6403;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    margin: 5px;
  }
  .pChild__voice--detail .detailCon__meta li a {
    color: #FF6403;
  }
  .pTop .cta2 {
    background: transparent;
    margin-top: 60px;
    padding-top: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta2::after {
    position: absolute;
    content: "";
    width: 1154px;
    height: 622px;
    background: url("../img/ctaBg.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    -moz-border-radius: 30px;
         border-radius: 30px;
  }
  .pTop .cta2__txtEx {
    max-width: 958px;
    margin: 0 auto 12px;
  }
  .pTop .cta2__txtEx img {
    width: 100%;
    height: auto;
  }
  .pTop .cta2 .cta__main {
    background: #fff;
    padding-top: 9px;
  }
  .pTop .cta2 .cta__main--ex {
    padding-left: 44px;
  }
  .pTop .cta2 .cta__main--ex span {
    font-size: 35px;
    line-height: 1.6;
    font-weight: 900;
    color: #D80000;
    text-shadow: white 4px 0px 0px, white 3.87565px 0.98962px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.28295px 3.98998px 0px, white -0.71298px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.43278px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.84318px -3.91012px 0px, white 0.15041px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.13272px 0px;
    -webkit-filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.25));
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .cta2 .cta__main--ex span::before, .pTop .cta2 .cta__main--ex span::after {
    font-size: 35px;
    line-height: 1.6;
    font-weight: 900;
    color: #D80000;
    text-shadow: white 4px 0px 0px, white 3.87565px 0.98962px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.28295px 3.98998px 0px, white -0.71298px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.43278px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.84318px -3.91012px 0px, white 0.15041px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.13272px 0px;
    -webkit-filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.25));
  }
  .pTop .cta2 .cta__main--ex span::before {
    content: "＼";
  }
  .pTop .cta2 .cta__main--ex span::after {
    content: "／";
  }
  .pTop .cta2 .cta__main--contact .mascot__txt {
    top: -5px;
  }
  .pTop .cta2 .cta__main--contact .mascot {
    bottom: 0;
  }
  .pTop .cta2 .cta__main--contact .mascot figure img {
    width: 305px;
  }
  .pChild__faq section {
    padding: 60px 0;
    background: #EEF4FF;
  }
  .pChild__faq section:nth-of-type(2) {
    background: #fff;
  }
  .pChild__faq section h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.6;
    font-weight: 900;
    color: #2C2C2C;
  }
  .pChild__faq section .faq__main--list {
    max-width: 1080px;
    margin: 30px auto 0;
  }
  .pChild__faq section .faq__main--list dl dt {
    padding-right: 219px;
  }
  .pChild__faq section .faq__main--list dl dt::after {
    right: 148px;
  }
  .pChild__faq section .faq__main--list dl dd {
    padding-right: 219px;
  }
  .pChild__flow {
    padding-bottom: 60px;
  }
  .pChild__area .area__main--list {
    margin-top: 0;
  }
  .pChild__company--main {
    max-width: 950px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .pChild__company--main dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__company--main dl + dl {
    margin-top: 5px;
  }
  .pChild__company--main dl dt {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    background: #234C9C;
    padding: 20px 20px;
    margin-right: 5px;
    width: 200px;
  }
  .pChild__company--main dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #EEF4FF;
    font-size: 16px;
    line-height: 1.2;
    padding: 20px 20px;
  }
  .pChild__privacy--main {
    max-width: 950px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .pChild__privacy--main article + article {
    margin-top: 60px;
  }
  .pChild__privacy--main article h3 {
    color: #fff;
    font-size: 25px;
    line-height: 1.6;
    font-weight: 700;
    padding: 10px 31.5px;
    background: #234C9C;
  }
  .pChild__privacy--main article .txt {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin-top: 20px;
  }
  .pChild__privacy--main article .list {
    margin-top: 20px;
  }
  .pChild__privacy--main article .list dl dt {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #234C9C;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 23px;
  }
  .pChild__privacy--main article .list dl dt::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 30px;
    left: 0;
    top: 0;
    background: #234C9C;
  }
  .pChild__privacy--main article .list dl dd {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin-top: 20px;
  }
  .pChild__privacy--main article .list dl + dl {
    margin-top: 40px;
  }
  .pChild__contact {
    padding: 40px 0 60px;
  }
  .pChild__contact--main {
    max-width: 900px;
    margin: auto;
    background: #FFFCED;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
         box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    padding: 40px 50px;
  }
  .pChild__contact--main--top {
    background: #FFDA2A;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 17px 50px 32px 26px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pChild__contact--main--top .txtPos {
    position: absolute;
    right: 17px;
    top: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pChild__contact--main--top .txtPos span {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #000;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-shadow: white 4px 0px 0px, white 3.87565px 0.98962px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.28295px 3.98998px 0px, white -0.71298px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.43278px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.84318px -3.91012px 0px, white 0.15041px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.13272px 0px;
  }
  .pChild__contact--main--top .txtPos span + span {
    margin-right: 8px;
  }
  .pChild__contact--main--top .boxMain {
    width: 490px;
  }
  .pChild__contact--main--top .boxMain h2 {
    text-align: center;
    font-size: 48px;
    line-height: 70px;
    font-weight: 900;
    color: #2C2C2C;
  }
  .pChild__contact--main--top .boxMain p {
    text-align: center;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 15px;
  }
  .pChild__contact--main--top .boxMain .btn {
    text-align: center;
    margin-top: 15px;
  }
  .pChild__contact--main--top .boxMain .btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 440px;
    height: 68px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #FF6403;
    -moz-box-shadow: 0 6px 0 #B74804;
         box-shadow: 0 6px 0 #B74804;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pChild__contact--main--top .boxMain .btn a > em {
    font-size: 16px;
    line-height: 1.52;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-style: normal;
    margin-right: 16px;
    font-family: 'Inter',sans-serif;
  }
  .pChild__contact--main--top .boxMain .btn a > span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 38.43px;
    line-height: 47px;
    font-family: 'Impact';
    color: #fff;
    white-space: nowrap;
  }
  .pChild__contact--main--top .boxMain .btn a > span::before {
    content: "";
    width: 47px;
    height: 27px;
    background: url("../img/ctaTelW.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 5px;
  }
  .pChild__contact--main--top figure {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__contact--main--top figure img {
    width: 234px;
  }
  .pChild__contact--main--top figure figcaption {
    position: absolute;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    color: #000;
    left: 0;
    bottom: 0;
    text-shadow: white 4px 0px 0px, white 3.87565px 0.98962px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.28295px 3.98998px 0px, white -0.71298px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.43278px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.84318px -3.91012px 0px, white 0.15041px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.13272px 0px;
  }
  .pChild__contact--main--form > dl {
    padding: 0px 20px;
    border-bottom: 1px solid #AFAFAF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pChild__contact--main--form > dl > dt {
    width: 230px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    padding: 27px 0;
  }
  .pChild__contact--main--form > dl > dt.required::before {
    content: "必須";
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background: #D80000;
    -moz-border-radius: 5px;
         border-radius: 5px;
    width: 44px;
    height: 22px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
  .pChild__contact--main--form > dl > dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 19px 0;
  }
  .pChild__contact--main--form > dl > dd > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__contact--main--form > dl > dd > dl + dl {
    margin-top: 15px;
  }
  .pChild__contact--main--form > dl > dd > dl > dt {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    width: 74px;
  }
  .pChild__contact--main--form > dl > dd > dl > dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__contact--main--form > dl > dd > dl > dd .wrapPostal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pChild__contact--main--form > dl > dd > dl > dd .wrapPostal > span {
    width: auto;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__contact--main--form > dl > dd > dl > dd .wrapPostal input {
    width: 100%;
  }
  .pChild__contact--main--form > dl > dd > dl > dd .wrapPostal a, .pChild__contact--main--form > dl > dd > dl > dd .wrapPostal em {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 97px;
    height: 42px;
    background: #FF8103;
    -moz-border-radius: 5px;
         border-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    margin-left: 10px;
    cursor: pointer;
    font-style: normal;
  }
  .pChild__contact--main--form > dl .wrapInput, .pChild__contact--main--form > dl .wrapSel {
    width: 100%;
  }
  .pChild__contact--main--form > dl .wrapInput input[type="text"], .pChild__contact--main--form > dl .wrapInput input[type="email"], .pChild__contact--main--form > dl .wrapInput select, .pChild__contact--main--form > dl .wrapInput textarea, .pChild__contact--main--form > dl .wrapSel input[type="text"], .pChild__contact--main--form > dl .wrapSel input[type="email"], .pChild__contact--main--form > dl .wrapSel select, .pChild__contact--main--form > dl .wrapSel textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 42px;
    font-size: 15px;
    line-height: 1.2;
    color: #2C2C2C;
    border: 1px solid #AFAFAF;
    -moz-border-radius: 5px;
         border-radius: 5px;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    background: #fff;
    padding: 11px 20px;
  }
  .pChild__contact--main--form > dl .wrapInput input[type="text"]::-webkit-input-placeholder, .pChild__contact--main--form > dl .wrapInput input[type="email"]::-webkit-input-placeholder, .pChild__contact--main--form > dl .wrapInput select::-webkit-input-placeholder, .pChild__contact--main--form > dl .wrapInput textarea::-webkit-input-placeholder, .pChild__contact--main--form > dl .wrapSel input[type="text"]::-webkit-input-placeholder, .pChild__contact--main--form > dl .wrapSel input[type="email"]::-webkit-input-placeholder, .pChild__contact--main--form > dl .wrapSel select::-webkit-input-placeholder, .pChild__contact--main--form > dl .wrapSel textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #AFAFAF;
  }
  .pChild__contact--main--form > dl .wrapInput input[type="text"]::-moz-placeholder, .pChild__contact--main--form > dl .wrapInput input[type="email"]::-moz-placeholder, .pChild__contact--main--form > dl .wrapInput select::-moz-placeholder, .pChild__contact--main--form > dl .wrapInput textarea::-moz-placeholder, .pChild__contact--main--form > dl .wrapSel input[type="text"]::-moz-placeholder, .pChild__contact--main--form > dl .wrapSel input[type="email"]::-moz-placeholder, .pChild__contact--main--form > dl .wrapSel select::-moz-placeholder, .pChild__contact--main--form > dl .wrapSel textarea::-moz-placeholder {
    opacity: 1;
    color: #AFAFAF;
  }
  .pChild__contact--main--form > dl .wrapInput input[type="text"]:-ms-input-placeholder, .pChild__contact--main--form > dl .wrapInput input[type="email"]:-ms-input-placeholder, .pChild__contact--main--form > dl .wrapInput select:-ms-input-placeholder, .pChild__contact--main--form > dl .wrapInput textarea:-ms-input-placeholder, .pChild__contact--main--form > dl .wrapSel input[type="text"]:-ms-input-placeholder, .pChild__contact--main--form > dl .wrapSel input[type="email"]:-ms-input-placeholder, .pChild__contact--main--form > dl .wrapSel select:-ms-input-placeholder, .pChild__contact--main--form > dl .wrapSel textarea:-ms-input-placeholder {
    opacity: 1;
    color: #AFAFAF;
  }
  .pChild__contact--main--form > dl .wrapInput input[type="text"]::placeholder, .pChild__contact--main--form > dl .wrapInput input[type="email"]::placeholder, .pChild__contact--main--form > dl .wrapInput select::placeholder, .pChild__contact--main--form > dl .wrapInput textarea::placeholder, .pChild__contact--main--form > dl .wrapSel input[type="text"]::placeholder, .pChild__contact--main--form > dl .wrapSel input[type="email"]::placeholder, .pChild__contact--main--form > dl .wrapSel select::placeholder, .pChild__contact--main--form > dl .wrapSel textarea::placeholder {
    opacity: 1;
    color: #AFAFAF;
  }
  .pChild__contact--main--form > dl .wrapInput textarea, .pChild__contact--main--form > dl .wrapSel textarea {
    height: 276px;
  }
  .pChild__contact--main--form > dl .wrapSel {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__contact--main--form > dl .wrapSel::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 11px;
    background: #AFAFAF;
    top: 16px;
    right: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pChild__contact--main--form .wrapCheck {
    text-align: center;
    position: relative;
  }
  .pChild__contact--main--form .wrapCheck label {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .pChild__contact--main--form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pChild__contact--main--form .wrapCheck label input:checked + .mwform-checkbox-field-text::before,
  .pChild__contact--main--form .wrapCheck label input:checked + .wpcf7-list-item-label::before {
    content: "\2713";
  }
  .pChild__contact--main--form .wrapCheck label .wpcf7-form-control-wrap, .pChild__contact--main--form .wrapCheck label .wpcf7-form-control, .pChild__contact--main--form .wrapCheck label .wpcf7-list-item, .pChild__contact--main--form .wrapCheck label .mwform-checkbox-field {
    line-height: 0;
  }
  .pChild__contact--main--form .wrapCheck label .mwform-checkbox-field-text, .pChild__contact--main--form .wrapCheck label .wpcf7-list-item-label {
    width: 21px;
    height: 21px;
    position: relative;
    overflow: hidden;
  }
  .pChild__contact--main--form .wrapCheck label .mwform-checkbox-field-text::before, .pChild__contact--main--form .wrapCheck label .wpcf7-list-item-label::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 21px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    border: 1px solid #2C2C2C;
  }
  .pChild__contact--main--form .wrapCheck label em {
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #576065;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 10px;
  }
  .pChild__contact--main--form .wrapCheck label em a {
    color: #576065;
    text-decoration: underline;
  }
  .pChild__contact--main--form .wrapCheck label .wpcf7-form-control-wrap {
    position: inherit;
  }
  .pChild__contact--main--form .wrapCheck label .wpcf7-not-valid-tip {
    line-height: 1.5;
    position: absolute;
    width: 100%;
    bottom: -25px;
    left: 0;
    text-align: center;
  }
  .pChild__contact--main--form .wrapBtn {
    margin-top: 21.5px;
    text-align: center;
  }
  .pChild__contact--main--form .wrapBtn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    height: 55px;
    -moz-border-radius: 100px;
         border-radius: 100px;
    color: #fff;
    background: #ED6C00;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    border: none;
  }
  .pChild__contact--top {
    margin-top: 60px;
    text-align: center;
  }
  .pChild__contact--top a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pChild__contact--top a::after {
    content: "";
    width: 27px;
    height: 24px;
    background: #2C2C2C;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin-left: 20px;
  }
  .pChild__contact--thanks--top {
    padding: 50px 0 0;
  }
  .pChild__contact--thanks--top h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
    color: #FF6403;
  }
  .pChild__contact--thanks--top h3 {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    color: #2C2C2C;
    font-weight: 700;
    margin-top: 20px;
  }
  .pChild__contact--thanks--top p {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    color: #2C2C2C;
    margin-top: 20px;
  }
  .pChild__contact--thanks--tel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
  }
  .pChild__contact--thanks--tel::after {
    content: "";
    width: 24px;
    height: 21px;
    background: #2C2C2C;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin-left: 20px;
  }
  .pChild__contact--thanks .cta3 {
    padding-top: 0;
    margin-top: 20px;
  }
  .pChild__contact--thanks .cta3 .cta__main {
    padding-top: 0;
    max-width: 1000px;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .ribbon {
    width: 149px;
    height: 149px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 11px;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .ribbon span {
    font-size: 23.44px;
    line-height: 34px;
    font-weight: 900;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .ribbon em {
    font-size: 31px;
    line-height: 45px;
    font-weight: 900;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .ribbon em::after {
    display: none;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .ribbon::before {
    display: none;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .right {
    width: auto;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .right .tel a {
    font-size: 78.32px;
    line-height: 96px;
    padding-left: 115px;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .right .tel a::before {
    width: 105px;
    height: 60px;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .right .tel time {
    font-size: 22px;
    line-height: 27px;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .mascot {
    width: 261px;
    right: 0;
    bottom: 0;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .mascot .mascot__txt {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 15px;
    top: inherit;
    right: inherit;
    left: -189px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    text-align: center;
    width: 100%;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .mascot .mascot__txt span {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    font-size: 11px;
    line-height: 17px;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .mascot .mascot__txt02 {
    right: 34px;
    left: inherit;
  }
  .pChild__blog {
    padding: 40px 0 0;
  }
  .pChild__blog--main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 1130px;
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .pChild__blog--main.st2 {
    margin-bottom: 0;
  }
  .pChild__blog--main .listBlog {
    width: 760px;
    margin: 25px;
    background: #FFFCED;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 40px 35px;
  }
  .pChild__blog--main .listBlog h2 {
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
    color: #FF8103;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 21px;
  }
  .pChild__blog--main .listBlog h2::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 34px;
    left: 0;
    top: 7px;
    background: #FF8103;
  }
  .pChild__blog--main .listBlog .list {
    margin-top: 25px;
  }
  .pChild__blog--main .listBlog .list article {
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
         box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    padding: 20px 19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__blog--main .listBlog .list article figure {
    width: 250px;
    margin-right: 20px;
  }
  .pChild__blog--main .listBlog .list article .ar {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 53px;
  }
  .pChild__blog--main .listBlog .list article .ar .meta ul {
    margin: -2.5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__blog--main .listBlog .list article .ar .meta ul li {
    margin: 2.5px;
  }
  .pChild__blog--main .listBlog .list article .ar .meta ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    background: #FF8103;
    padding: 5px 10px;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .pChild__blog--main .listBlog .list article .ar h3 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 15px;
  }
  .pChild__blog--main .listBlog .list article .ar time {
    font-size: 12px;
    line-height: 15px;
    font-family: "Inter",sans-serif;
    font-weight: 400;
    color: #4B4B4B;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .pChild__blog--main .listBlog .list article .ar time.pub::before {
    content: "";
    width: 16px;
    height: 14.75px;
    background: url("../img/blogReload.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 5px;
  }
  .pChild__blog--main .listBlog .list article .ar time.update::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/blogUpdate.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 5px;
  }
  .pChild__blog--main .listBlog .list article + article {
    margin-top: 25px;
  }
  .pChild__blog--main > aside {
    width: 270px;
    margin: 25px;
  }
  .pChild__blog--main > aside .category {
    background: #FF8103;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 20px 15px;
  }
  .pChild__blog--main > aside .category h3 {
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
  }
  .pChild__blog--main > aside .category h3::before {
    content: "";
    width: 32px;
    height: 24px;
    background: url("../img/bee04.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 5px;
  }
  .pChild__blog--main > aside .category ul {
    margin-top: 20px;
  }
  .pChild__blog--main > aside .category ul li + li {
    margin-top: 5px;
  }
  .pChild__blog--main > aside .category ul li a {
    background: #fff;
    display: block;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    color: #FF8103;
    padding: 15px 41px 15px 20px;
    border: 1px solid #FF8103;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__blog--main > aside .category ul li a::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 14px;
    background: url("../img/blogAsideArr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 22px;
  }
  .pChild__blog--main > aside .contact {
    border: 3px solid #FFDA2A;
    margin-top: 30px;
    background: #fff;
  }
  .pChild__blog--main > aside .contact h3 {
    text-align: center;
    background: url("../img/blogBg.webp") 0 0 repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin: -3px;
    padding: 11px 4px;
    font-size: 20px;
    line-height: 29px;
    font-weight: 900;
    color: #fff;
    text-shadow: #ff8103 3px 0px 0px, #ff8103 2.83487px 0.98158px 0px, #ff8103 2.35766px 1.85511px 0px, #ff8103 1.62091px 2.52441px 0px, #ff8103 0.70571px 2.91581px 0px, #ff8103 -0.28717px 2.98622px 0px, #ff8103 -1.24844px 2.72789px 0px, #ff8103 -2.07227px 2.16926px 0px, #ff8103 -2.66798px 1.37182px 0px, #ff8103 -2.96998px 0.42336px 0px, #ff8103 -2.94502px -0.5717px 0px, #ff8103 -2.59586px -1.50383px 0px, #ff8103 -1.96093px -2.27041px 0px, #ff8103 -1.11013px -2.78704px 0px, #ff8103 -0.13712px -2.99686px 0px, #ff8103 0.85099px -2.87677px 0px, #ff8103 1.74541px -2.43999px 0px, #ff8103 2.44769px -1.73459px 0px, #ff8103 2.88051px -0.83825px 0px;
  }
  .pChild__blog--main > aside .contact .listBtn {
    padding: 12px;
  }
  .pChild__blog--main > aside .contact .listBtn .wrapTel a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 33px;
    line-height: 40px;
    font-family: 'Impact';
    color: #FF6403;
  }
  .pChild__blog--main > aside .contact .listBtn .wrapTel a::before {
    content: "";
    width: 38px;
    height: 22px;
    background: url("../img/ctaTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 6px;
  }
  .pChild__blog--main > aside .contact .listBtn .wrapTel time {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #2C2C2C;
    display: block;
    text-align: center;
  }
  .pChild__blog--main > aside .contact .listBtn a.mail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50px;
    -moz-border-radius: 100px;
         border-radius: 100px;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    background: #1A008E;
    margin-top: 15px;
  }
  .pChild__blog--main > aside .contact .listBtn a.mail::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url("../img/icMail.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 10px;
  }
  .pChild__blog--main > aside .contact .listBtn a.line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50px;
    -moz-border-radius: 100px;
         border-radius: 100px;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    background: #00B922;
    margin-top: 10px;
  }
  .pChild__blog--main > aside .contact .listBtn a.line::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url("../img/icLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 10px;
  }
  .pChild__blog--main > aside .contact .listPay {
    padding: 0 12px;
    margin-top: 10px;
  }
  .pChild__blog--main > aside .contact .listPay > dl > dt {
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    background: #234C9C;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px 0;
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd {
    width: 100%;
    padding: 7px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd::after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 19px);
    width: -moz-calc(100% - 19px);
    width: calc(100% - 19px);
    height: 1px;
    background: #234C9C;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl > dt {
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    color: #000;
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl > dd {
    text-align: center;
    line-height: 0;
    margin-top: 5px;
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl > dd img {
    height: 18px;
    width: auto;
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl:nth-of-type(1) {
    margin-left: 11px;
    margin-bottom: 24px;
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl:nth-of-type(2) {
    margin-left: 22px;
    margin-right: 11px;
    margin-bottom: 24px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl:nth-of-type(2)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 35px;
    background: #234C9C;
    top: 0;
    left: -11px;
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl:nth-of-type(4), .pChild__blog--main > aside .contact .listPay > dl > dd > dl:nth-of-type(5) {
    margin-left: 22px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl:nth-of-type(4)::before, .pChild__blog--main > aside .contact .listPay > dl > dd > dl:nth-of-type(5)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 35px;
    background: #234C9C;
    top: 0;
    left: -11px;
  }
  .pChild__blog--main .detailBlog {
    width: 760px;
    margin: 25px;
    background: #FFFCED;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 30px 40px;
  }
  .pChild__blog--main .detailBlog__fig {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__blog--main .detailBlog__fig figure img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
  }
  .pChild__blog--main .detailBlog__fig .maskTitle {
    background: #234C9C;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    font-size: 30px;
    line-height: 43px;
    padding: 15px 24.5px;
    font-weight: 700;
    color: transparent;
    display: block;
    z-index: 1;
  }
  .pChild__blog--main .detailBlog__fig h1 {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    font-size: 30px;
    line-height: 43px;
    padding: 15px 24.5px;
    font-weight: 700;
    color: #FFDA2A;
    display: block;
    z-index: 2;
  }
  .pChild__blog--main .detailBlog__meta {
    margin-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .pChild__blog--main .detailBlog__meta ul {
    margin: -2.5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__blog--main .detailBlog__meta ul li {
    margin: 2.5px;
  }
  .pChild__blog--main .detailBlog__meta ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    background: #FF8103;
    padding: 5px 10px;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .pChild__blog--main .detailBlog__meta time {
    font-size: 12px;
    line-height: 15px;
    font-family: "Inter",sans-serif;
    font-weight: 400;
    color: #4B4B4B;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 6px 0;
  }
  .pChild__blog--main .detailBlog__meta time.pub::before {
    content: "";
    width: 16px;
    height: 14.75px;
    background: url("../img/blogReload.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 5px;
  }
  .pChild__blog--main .detailBlog__meta time.update::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/blogUpdate.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 5px;
  }
  .pChild__blog--main .detailBlog__lead {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #2C2C2C;
    margin: 30px 0 40px;
  }
  .pChild__blog--main .detailBlog__content #toc_container {
    margin-bottom: 40px;
    background: #fff;
    width: 100%;
    border: 1px solid #234C9C;
    position: relative;
    padding: 0;
    padding-bottom: 15px;
    margin-top: 30px;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    width: 100%;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    background: #234C9C;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_title::after {
    content: "";
    width: 30.87px;
    height: 18.86px;
    background: url("../img/tocClose.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 15px;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_title .toc_toggle {
    display: none;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list {
    padding: 20px 30px 15px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list.toc__show {
    height: 100% !important;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list li::before {
    display: none;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li {
    padding-left: 0;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li + li {
    margin-top: 15px;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > a {
    color: #234C9C;
    text-decoration: none;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > a .toc_number {
    margin-right: 5px;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > a .toc_number::after {
    content: ".";
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > ul {
    margin-left: 23px;
    margin-bottom: 0;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > ul > li {
    padding-left: 0;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > ul > li + li {
    margin-top: 5px;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > ul > li > a {
    color: #234C9C;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > ul > li > a .toc_number {
    margin-right: 5px;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > ul > li > a .toc_number::after {
    content: ".";
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc__button {
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    padding: 15px 0;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc__button button {
    background: none;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    outline: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc__button button.toc__hide {
    display: none;
  }
  .pChild__blog--main .detailBlog__content .banner {
    margin-bottom: 40px;
  }
  .pChild__blog--main .detailBlog__content .banner a {
    line-height: 0;
    display: block;
    width: 100%;
  }
  .pChild__blog--main .detailBlog__content .banner a img {
    width: 100%;
    height: auto;
  }
  .pChild__blog--main .detailBlog__content h2 {
    color: #fff;
    background: #FF6403;
    padding: 15px 30px;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .pChild__blog--main .detailBlog__content p {
    font-size: 16px;
    line-height: 1.8;
    color: #2C2C2C;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .pChild__blog--main .detailBlog__content ul {
    margin-bottom: 20px;
  }
  .pChild__blog--main .detailBlog__content ul li {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: #2C2C2C;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 16.5px;
  }
  .pChild__blog--main .detailBlog__content ul li + li {
    margin-top: 10px;
  }
  .pChild__blog--main .detailBlog__content ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #FF8103;
    left: 0;
    top: 6.5px;
  }
  .pChild__blog--main .detailBlog__content ol {
    counter-reset: li;
    margin-bottom: 20px;
  }
  .pChild__blog--main .detailBlog__content ol li {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: #2C2C2C;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 16.5px;
    counter-increment: li;
  }
  .pChild__blog--main .detailBlog__content ol li::before {
    position: absolute;
    content: counter(li) ".";
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #FF8103;
    left: 0;
    top: 0;
  }
  .pChild__blog--main .detailBlog__content ol li + li {
    margin-top: 10px;
  }
  .pChild__blog--main .detailBlog__content h3 {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
    color: #FF6403;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 25px;
    margin-bottom: 20px;
  }
  .pChild__blog--main .detailBlog__content h3::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 30px;
    top: 3px;
    left: 0;
    background: #FF6403;
  }
  .pChild__blog--main .detailBlog__content h4 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    color: #FF6403;
    padding: 0 0 10px 15px;
    border-bottom: 2px solid #FF6403;
    margin-bottom: 20px;
  }
  .pChild__blog--main .detailBlog__content .relPost {
    margin-bottom: 20px;
  }
  .pChild__blog--main .detailBlog__content .relPost a {
    display: block;
    background: #fff;
    border: 1px solid #FF6403;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 20px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }
  .pChild__blog--main .detailBlog__content .relPost a figure {
    width: 180px;
    margin-right: 20px;
  }
  .pChild__blog--main .detailBlog__content .relPost a figure img {
    width: 100%;
    height: 112px;
    object-fit: cover;
  }
  .pChild__blog--main .detailBlog__content .relPost a .ar span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 27px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #FF8103;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    padding: 0 10px;
    white-space: nowrap;
  }
  .pChild__blog--main .detailBlog__content .relPost a .ar em {
    display: block;
    font-style: normal;
    font-size: 19px;
    line-height: 28px;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 5px;
  }
  .pChild__blog--main .detailBlog__content a {
    text-decoration: underline;
    color: #007FF5;
  }
  .pChild__blog--main .detailBlog__content blockquote {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 20px 20px 20px 70px;
    background: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #878787;
    margin-bottom: 20px;
  }
  .pChild__blog--main .detailBlog__content blockquote::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    background: #FFDA2A url("../img/blogQoute.webp") center no-repeat;
    -moz-background-size: 26px 23px;
         background-size: 26px 23px;
    top: 0;
    left: 0;
  }
  .pChild__blog--main .detailBlog__faq {
    padding-top: 30px;
  }
  .pChild__blog--main .detailBlog__faq h3 {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
    color: #000;
    padding: 0 0 0 58px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__blog--main .detailBlog__faq h3::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 32px;
    background: url("../img/blogQa.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
  }
  .pChild__blog--main .detailBlog__faq .faq__main--list dl dt {
    font-size: 16px;
    line-height: 19px;
    padding: 20px 103px 20px 58px;
  }
  .pChild__blog--main .detailBlog__faq .faq__main--list dl dt::before {
    font-size: 23px;
    line-height: 28px;
    left: 30px;
    top: 16px;
  }
  .pChild__blog--main .detailBlog__faq .faq__main--list dl dd {
    padding: 20px 30px 20px 58px;
    line-height: 1.6;
  }
  .pChild__blog--main .detailBlog__faq .faq__main--list dl dd::before {
    font-size: 23px;
    line-height: 28px;
    left: 30px;
    top: 16px;
  }
  .pChild__blog--main .detailBlog__rel {
    margin-top: 50px;
    margin-right: -1px;
  }
  .pChild__blog--main .detailBlog__rel h3 {
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    color: #000;
  }
  .pChild__blog--main .detailBlog__rel--list {
    margin-top: 20px;
  }
  .pChild__blog--main .detailBlog__rel--list ul {
    margin: -9px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild__blog--main .detailBlog__rel--list ul li {
    margin: 9px;
    width: 215px;
  }
  .pChild__blog--main .detailBlog__rel--list ul li a {
    display: block;
    width: 100%;
	height:100%;
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 20px 17.5px;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
         box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  }
  .pChild__blog--main .detailBlog__rel--list ul li a figure {
    width: 100%;
  }
  .pChild__blog--main .detailBlog__rel--list ul li a figure img {
    width: 100%;
    height: 112px;
    object-fit: cover;
  }
  .pChild__blog--main .detailBlog__rel--list ul li a span {
    display: block;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.84615vw;
    padding-right: 3.84615vw;
  }
  body {
    background: #fff;
  }
  .wp-pagenavi {
    margin-top: 7.69231vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .page, .wp-pagenavi .current {
    font-size: 5.12821vw;
    line-height: 1;
    letter-spacing: 0.2em;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 10.25641vw;
    height: 10.25641vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    margin: 0 1.28205vw;
    background: #FFCB98;
  }
  .wp-pagenavi .current {
    background: #FF8103;
  }
  .wp-pagenavi .previouspostslink {
    margin: 0 1.28205vw;
    width: 10.25641vw;
    height: 10.25641vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: #FFCB98 url("../img/blogDoubleArrow.webp") center no-repeat;
    -moz-background-size: 3.97949vw 3.58974vw;
         background-size: 3.97949vw 3.58974vw;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .wp-pagenavi .nextpostslink {
    margin: 0 1.28205vw;
    width: 10.25641vw;
    height: 10.25641vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: #FFCB98 url("../img/blogDoubleArrow.webp") center no-repeat;
    -moz-background-size: 3.97949vw 3.58974vw;
         background-size: 3.97949vw 3.58974vw;
  }
  .header {
    background: #fff;
    position: relative;
    z-index: 99;
    width: 100%;
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.28205vw 2.30769vw 1.28205vw 2.5641vw;
  }
  .header__main--logo {
    width: 72.5641vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header__main--logo span {
    font-size: 2.5641vw;
    line-height: 3.58974vw;
    font-weight: 700;
    color: #2C2C2C;
    display: block;
    margin-bottom: -1.28205vw;
  }
  .header__main--logo h1 {
    line-height: 0;
  }
  .header__main--logo h1 a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .header__main--logo h1 a img {
    width: 100%;
    height: auto;
  }
  .header__main--contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .header__main--contact--mail {
    width: 25.64103vw;
    height: 20.51282vw;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #fff;
    background: #1A008E;
    text-align: center;
    font-size: 3.84615vw;
    line-height: 1.2;
    font-weight: 700;
    padding: 9.74359vw 0 0;
  }
  .header__main--contact--mail::before {
    position: absolute;
    content: "";
    width: 7.17949vw;
    height: 7.17949vw;
    background: url("../img/icMail.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 1.53846vw;
  }
  .header__main--contact--line {
    width: 25.64103vw;
    height: 20.51282vw;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #fff;
    background: #00B922;
    text-align: center;
    font-size: 3.84615vw;
    line-height: 1.2;
    font-weight: 700;
    padding: 9.74359vw 0 0;
  }
  .header__main--contact--line::before {
    position: absolute;
    content: "";
    width: 7.17949vw;
    height: 7.17949vw;
    background: url("../img/icLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 1.53846vw;
  }
  .header__main--contact--tel {
    margin-left: 6.41026vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__main--contact--tel a {
    display: inline-block;
    font-size: 11.53846vw;
    line-height: 14.10256vw;
    font-family: 'Impact';
    color: #FF6403;
    position: relative;
    white-space: nowrap;
    padding: 0 0 0 13.58974vw;
  }
  .header__main--contact--tel a::before {
    position: absolute;
    content: "";
    width: 12.05128vw;
    height: 6.92308vw;
    background: url("../img/headerTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__main--contact--tel time {
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
    color: #2C2C2C;
    display: block;
  }
  .header__main--nav {
    width: 100%;
    position: absolute;
    height: 0;
    overflow: auto;
    left: 0;
    background: #FF6403;
    top: var(--header-height);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__main--nav > ul {
    padding: 12.82051vw 3.84615vw 0;
  }
  .header__main--nav > ul > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.84615vw 0;
  }
  .header__main--nav > ul > li > a {
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
  }
  .header__main--nav > ul > li + li {
    border-top: 1px solid #fff;
  }
  .header__main--nav > ul > li.hasChild {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__main--nav > ul > li.hasChild > ul {
    width: 100%;
  }
  .header__main--nav > ul > li.hasChild > ul > li > a {
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    padding: 2.5641vw;
    display: block;
  }
  .header__main--nav > ul > li.hasChild:hover > ul {
    opacity: 1;
    pointer-events: auto;
    -webkit-backface-visibility: visible;
       -moz-backface-visibility: visible;
            backface-visibility: visible;
  }
  .header__main--menu {
    width: 15.38462vw;
    height: 15.38462vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
    border: 1px solid #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #FF6403;
  }
  .header__main--menu.active .menu_icon_in .menu-trigger span {
    background-color: #fff;
  }
  .header__main--menu.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s,transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s,-webkit-transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
  }
  .header__main--menu.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header__main--menu.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s,transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s,-webkit-transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
  }
  .header__main--menu .menu_icon_in {
    width: 9.48718vw;
    height: 9.74359vw;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main--menu .menu_icon_in .menu-trigger,
  .header__main--menu .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header__main--menu .menu_icon_in .menu-trigger {
    position: relative;
    width: 6.41026vw;
    height: 4.61538vw;
  }
  .header__main--menu .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .header__main--menu .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease,top 0.3s ease 0.3s,-moz-transform 0.3s ease;
    transition: transform 0.3s ease,top 0.3s ease 0.3s;
    transition: transform 0.3s ease,top 0.3s ease 0.3s,-webkit-transform 0.3s ease,-moz-transform 0.3s ease;
  }
  .header__main--menu .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  .header__main--menu .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: -webkit-calc(100% - 1px);
    top: -moz-calc(100% - 1px);
    top: calc(100% - 1px);
    -webkit-transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease,top 0.3s ease 0.3s,-moz-transform 0.3s ease;
    transition: transform 0.3s ease,top 0.3s ease 0.3s;
    transition: transform 0.3s ease,top 0.3s ease 0.3s,-webkit-transform 0.3s ease,-moz-transform 0.3s ease;
  }
  .header__main--menu .menu_icon_in i {
    font-size: 3.07692vw;
    line-height: 4.35897vw;
    font-weight: 900;
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 0.76923vw;
  }
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 999999;
  }
  .footer__main {
    background: #FF8103;
    padding-top: 7.69231vw;
  }
  .footer__main--logo {
    line-height: 0;
    text-align: center;
  }
  .footer__main--logo a {
    display: inline-block;
    line-height: 0;
    width: 88.20513vw;
  }
  .footer__main--logo a img {
    width: 100%;
    height: auto;
  }
  .footer__main--nav {
    margin-top: 7.69231vw;
    padding-left: 5.89744vw;
    padding-right: 5.89744vw;
  }
  .footer__main--nav > ul::after {
    content: "";
    clear: both;
    display: table;
  }
  .footer__main--nav > ul > li {
    width: 50%;
    float: left;
  }
  .footer__main--nav > ul > li > a {
    font-size: 3.58974vw;
    line-height: 1.8;
    font-weight: 700;
    color: #fff;
  }
  .footer__main--nav > ul > li > ul {
    margin-top: 2.5641vw;
  }
  .footer__main--nav > ul > li > ul > li {
    font-size: 3.58974vw;
    line-height: 2;
    color: #fff;
    font-weight: 700;
  }
  .footer__main--nav > ul > li > ul > li > a {
    font-size: 3.58974vw;
    line-height: 2;
    color: #fff;
    font-weight: 700;
  }
  .footer__main--nav > ul > li:last-of-type {
    margin-top: 3.84615vw;
  }
  .footer__main--nav > ul > li:last-of-type > ul {
    display: none;
  }
  .footer__main--banner {
    margin-top: 7.69231vw;
    text-align: center;
  }
  .footer__main--banner img {
    width: 79.48718vw;
  }
  .footer__main--banner .txt {
    color: #fff;
    text-align: center;
    font-size: 2.5641vw;
    line-height: 1.6;
    font-weight: 700;
    margin-top: 1.28205vw;
  }
  .footer__main--copy {
    margin-top: 7.69231vw;
    background: #2C2C2C;
    color: #fff;
    text-align: center;
    font-size: 3.07692vw;
    line-height: 1.9;
    font-weight: 700;
    padding: 2.5641vw 0;
  }
  .pTop .waiting {
    background: #FF8103;
    padding: 2.5641vw 0;
  }
  .pTop .waiting__main {
    padding-left: 2.5641vw;
    padding-right: 0;
  }
  .pTop .waiting__main dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .waiting__main dl dt {
    width: 28.71795vw;
    height: 7.17949vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FF8103;
    background: #fff;
    -moz-border-radius: 25.64103vw;
         border-radius: 25.64103vw;
    font-size: 3.07692vw;
    font-weight: 900;
    margin-right: 2.5641vw;
  }
  .pTop .waiting__main dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #fff;
    font-size: 3.07692vw;
    line-height: 5.89744vw;
    font-weight: 900;
    overflow: hidden;
  }
  .pTop .waiting__main dl dd p {
    white-space: nowrap;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-animation: scroll-left 15s linear infinite;
       -moz-animation: scroll-left 15s linear infinite;
            animation: scroll-left 15s linear infinite;
  }
  .pTop .mv__main {
    width: 100%;
    padding: 0;
  }
  .pTop .schedule {
    background: #234C9C;
    padding: 5.12821vw 4.10256vw 5.12821vw;
    color: #fff;
  }
  .pTop .schedule h2 {
    font-size: 7.17949vw;
    line-height: 10.51282vw;
    font-weight: 900;
    text-align: center;
  }
  .pTop .schedule h2::before {
    content: "";
    width: 6.92308vw;
    height: 9.74359vw;
    background: url("../img/scheduleIcon.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    -webkit-transform: translateY(1.28205vw);
       -moz-transform: translateY(1.28205vw);
        -ms-transform: translateY(1.28205vw);
            transform: translateY(1.28205vw);
    margin-right: 2.5641vw;
  }
  .pTop .schedule__form {
    margin-top: 2.5641vw;
  }
  .pTop .schedule__form h3 {
    text-align: center;
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 900;
  }
  .pTop .schedule__form--wrap {
    margin: 5.12821vw 0 0;
    padding: 0 7.69231vw;
  }
  .pTop .schedule__form--wrap--sel .wrapSel {
    width: 100%;
    height: 11.28205vw;
  }
  .pTop .schedule__form--wrap--sel .wrapSel select {
    width: 100%;
    text-align: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff;
    font-size: 4.10256vw;
    line-height: 1.5;
    font-weight: 700;
    color: #2C2C2C;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    height: 100%;
    outline: none;
  }
  .pTop .schedule__form--wrap--sel .wrapSel + .wrapSel {
    margin-top: 1.28205vw;
  }
  .pTop .schedule__form--wrap button {
    width: 100%;
    height: 13.84615vw;
    outline: none;
    background: #FFDA2A;
    text-align: center;
    font-size: 4.61538vw;
    line-height: 1;
    font-weight: 900;
    color: #234C9C;
    -moz-box-shadow: none;
         box-shadow: none;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 25.64103vw;
         border-radius: 25.64103vw;
    margin-top: 3.84615vw;
  }
  .pTop .case {
    background: #FAECAD;
    padding: 5.12821vw 0 5.12821vw;
  }
  .pTop .case__main {
    padding-left: 0;
    padding-right: 0vw;
  }
  .pTop .case__main h2 {
    text-align: center;
    font-size: 7.69231vw;
    line-height: 1.6;
    font-weight: 900;
    color: #FF8103;
  }
  .pTop .case__main--list {
    counter-reset: dl;
    margin-top: 5.12821vw;
  }
  .pTop .case__main--list dl {
    width: 97.4359vw;
    height: 31.79487vw;
    -moz-border-radius: 0 19.10256vw 19.10256vw 0;
         border-radius: 0 19.10256vw 19.10256vw 0;
    background: #fff;
    counter-increment: dl;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .case__main--list dl dt {
    height: 100%;
    width: 70vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    background: #FF8103;
    line-height: 0;
    padding: 1.28205vw 0 0 5.64103vw;
  }
  .pTop .case__main--list dl dt::before {
    content: "Case.";
    font-size: 5.01538vw;
    line-height: 10.76923vw;
    font-weight: 700;
    font-family: 'Inter',serif;
    color: #FFDA2A;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: translateY(0.76923vw);
       -moz-transform: translateY(0.76923vw);
        -ms-transform: translateY(0.76923vw);
            transform: translateY(0.76923vw);
  }
  .pTop .case__main--list dl dt::after {
    content: counter(dl);
    font-size: 6.68718vw;
    line-height: 10.76923vw;
    font-weight: 700;
    font-family: 'Inter',serif;
    color: #FFDA2A;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pTop .case__main--list dl dt span {
    width: 100%;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    color: #fff;
    font-size: 5.64103vw;
    line-height: 8.20513vw;
    font-weight: 700;
    margin-top: -5.12821vw;
  }
  .pTop .case__main--list dl dd figure {
    position: absolute;
  }
  .pTop .case__main--list dl dd figure.fig01 {
    top: 6.15385vw;
    right: 4.87179vw;
  }
  .pTop .case__main--list dl dd figure.fig01 img {
    width: 40.25641vw;
  }
  .pTop .case__main--list dl dd figure.fig02 {
    top: 2.30769vw;
    right: 7.4359vw;
  }
  .pTop .case__main--list dl dd figure.fig02 img {
    width: 33.58974vw;
  }
  .pTop .case__main--list dl dd figure.fig03 {
    top: 5.12821vw;
    right: 5.64103vw;
  }
  .pTop .case__main--list dl dd figure.fig03 img {
    width: 34.35897vw;
  }
  .pTop .case__main--list dl + dl {
    margin-top: 3.84615vw;
  }
  .pTop .case__main--box {
    -moz-border-radius: 2.5641vw 2.5641vw 0 0;
         border-radius: 2.5641vw 2.5641vw 0 0;
    border: 1.28205vw solid #D80000;
    background: #fff;
    width: 92.30769vw;
    margin: 5.12821vw auto 0;
  }
  .pTop .case__main--box--top {
    padding: 3.84615vw 4.61538vw 11.02564vw;
  }
  .pTop .case__main--box--top h3 {
    font-size: 5.12821vw;
    line-height: 1.6;
    font-weight: 900;
    color: #2C2C2C;
    text-align: center;
  }
  .pTop .case__main--box--top h3 span {
    color: #D80000;
    text-decoration: underline;
    text-underline-offset: 1.28205vw;
  }
  .pTop .case__main--box--top .txt {
    margin-top: 2.5641vw;
    font-size: 2.5641vw;
    line-height: 1.6;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pTop .case__main--box--top .truck {
    max-width: 82.05128vw;
    width: 100%;
    margin: 5.12821vw auto 0;
    background: #234C9C;
    padding: 5.12821vw 3.58974vw;
  }
  .pTop .case__main--box--top .truck figure {
    width: 100%;
    text-align: center;
  }
  .pTop .case__main--box--top .truck figure img {
    width: 33.33333vw;
  }
  .pTop .case__main--box--top .truck ul {
    margin-top: 1.79487vw;
  }
  .pTop .case__main--box--top .truck ul li {
    font-size: 3.58974vw;
    line-height: 1.6;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 0 0 0 5.12821vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .case__main--box--top .truck ul li::before {
    position: absolute;
    content: "";
    width: 1.53846vw;
    height: 1.53846vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    left: 1.28205vw;
    top: 1.79487vw;
  }
  .pTop .case__main--box--top .truck ul li + li {
    margin-top: 1.79487vw;
  }
  .pTop .case__main--box--top .highlight {
    margin-top: 5.12821vw;
    text-align: center;
    font-size: 6.66667vw;
    line-height: 1.4;
    font-weight: 900;
    color: #234C9C;
  }
  .pTop .case__main--box--top .highlight span {
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(70%, white), color-stop(70%, #eecd26), to(#eecd26));
    background: -webkit-linear-gradient(top, white 0%, white 70%, #eecd26 70%, #eecd26 100%);
    background: -moz- oldlinear-gradient(top, white 0%, white 70%, #eecd26 70%, #eecd26 100%);
    background: linear-gradient(180deg, white 0%, white 70%, #eecd26 70%, #eecd26 100%);
  }
  .pTop .case__main--box--bottom {
    background: #D80000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 3.84615vw 3.84615vw 3.84615vw;
    text-align: center;
  }
  .pTop .case__main--box--bottom::before {
    position: absolute;
    content: "";
    width: 47.69231vw;
    height: 5.89744vw;
    background: #D80000;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -5.64103vw;
  }
  .pTop .case__main--box--bottom span {
    font-size: 7.69231vw;
    line-height: 1.6;
    font-weight: 900;
    color: #FFDA2A;
  }
  .pTop .case__main--box--bottom span::before {
    content: "";
    width: 10.76923vw;
    height: 7.94872vw;
    background: url("../img/bee.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
  }
  .pTop .cta {
    background: #fff;
    padding: 21.79487vw 4.35897vw 10.25641vw;
  }
  .pTop .cta__main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border: 1.28205vw solid #234C9C;
    padding: 14.10256vw 0 0;
  }
  .pTop .cta__main h2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -12.82051vw;
    width: -webkit-calc(100% + 4.10256vw);
    width: -moz-calc(100% + 4.10256vw);
    width: calc(100% + 4.10256vw);
    position: absolute;
    text-align: center;
    line-height: 0;
  }
  .pTop .cta__main h2 em {
    font-size: 6.41026vw;
    line-height: 9.23077vw;
    font-weight: 900;
    color: #231815;
    padding: 2.05128vw 11.02564vw 2.30769vw;
    background: #F8B600;
    -moz-border-radius: 25.64103vw;
         border-radius: 25.64103vw;
    font-style: normal;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: block;
    width: 100%;
  }
  .pTop .cta__main h2 em span {
    color: #D80000;
  }
  .pTop .cta__main--time {
    background: #234C9C;
    padding: 1.53846vw 0 1.28205vw 16.66667vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #fff;
    font-size: 5.12821vw;
    line-height: 7.4359vw;
    font-weight: 700;
    display: none;
  }
  .pTop .cta__main--time::before {
    position: absolute;
    content: "";
    width: 6.41026vw;
    height: 6.41026vw;
    background: url("../img/icTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 7.94872vw;
  }
  .pTop .cta__main--contact {
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0vw 4.61538vw 5.89744vw 4.61538vw;
  }
  .pTop .cta__main--contact .mascot__txt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 24.35897vw;
  }
  .pTop .cta__main--contact .mascot__txt span {
    font-size: 2.5641vw;
    line-height: 1;
    font-weight: 500;
    color: #000;
  }
  .pTop .cta__main--contact .mascot__txt span + span {
    margin-top: 1.79487vw;
  }
  .pTop .cta__main--contact .mascot__txt02 {
    font-size: 2.5641vw;
    line-height: 1;
    font-weight: 500;
    color: #000;
    text-align: right;
    padding: 0 35.89744vw 0 0;
    margin-top: 2.5641vw;
  }
  .pTop .cta__main--contact .mascot figure {
    width: 100%;
    height: auto;
    position: relative;
    text-align: right;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: -5.12821vw;
  }
  .pTop .cta__main--contact .mascot figure::before {
    position: absolute;
    content: "";
    width: 33.33333vw;
    height: 31.79487vw;
    background: url("../img/bee03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 3.84615vw;
    left: 2.5641vw;
    z-index: -1;
  }
  .pTop .cta__main--contact .mascot figure img {
    width: 62.30769vw;
  }
  .pTop .cta__main--contact .ribbon {
    width: 48.97436vw;
    height: 48.97436vw;
    background: url("../img/ctaRibbon.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: relative;
    padding: 13.33333vw 0 0 0;
    text-align: center;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-right: 2.30769vw;
    display: none;
  }
  .pTop .cta__main--contact .ribbon::before {
    position: absolute;
    content: "";
    width: 23.07692vw;
    height: 12.05128vw;
    background: url("../img/bus02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 1.79487vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .cta__main--contact .ribbon em {
    font-style: normal;
    font-size: 15.30769vw;
    line-height: 1;
    color: #fff;
    font-family: 'Impact';
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .cta__main--contact .ribbon em::after {
    content: "最短\A分で";
    white-space: pre;
    font-size: 5.12821vw;
    line-height: 6.92308vw;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin-left: 1.28205vw;
  }
  .pTop .cta__main--contact .ribbon span {
    display: block;
    font-size: 7.69231vw;
    line-height: 10.25641vw;
    font-weight: 900;
    color: #fff;
  }
  .pTop .cta__main--contact .right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    position: relative;
    z-index: 4;
    margin: -17.5641vw -1.28205vw -2.17949vw;
  }
  .pTop .cta__main--contact .right .tel {
    width: 100%;
    margin: 2.17949vw 1.28205vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FF6403;
    height: 25.89744vw;
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
    -moz-box-shadow: 0 1.53846vw 0 #b74804;
         box-shadow: 0 1.53846vw 0 #b74804;
  }
  .pTop .cta__main--contact .right .tel a {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 9.85385vw;
    line-height: 1;
    font-family: 'Impact';
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.79487vw;
  }
  .pTop .cta__main--contact .right .tel a::before {
    content: "";
    width: 12.05128vw;
    height: 6.92308vw;
    background: url("../img/ctaTelW.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 1.28205vw;
  }
  .pTop .cta__main--contact .right .tel time {
    font-size: 4.10256vw;
    line-height: 4.87179vw;
    font-weight: 600;
    font-family: 'Inter',sans-serif;
    color: #fff;
    display: block;
    text-align: center;
  }
  .pTop .cta__main--contact .right .mail {
    width: 38.46154vw;
    height: 19.23077vw;
    margin: 2.17949vw 1.28205vw;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #1A008E;
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
    font-size: 4.61538vw;
    font-weight: 900;
    -moz-box-shadow: 0 1.53846vw 0 #0e0532;
         box-shadow: 0 1.53846vw 0 #0e0532;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .pTop .cta__main--contact .right .mail::before {
    content: "";
    width: 7.17949vw;
    height: 7.17949vw;
    background: url("../img/icMail.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 2.5641vw;
  }
  .pTop .cta__main--contact .right .mail:hover {
    -webkit-transform: translateY(1.53846vw);
       -moz-transform: translateY(1.53846vw);
        -ms-transform: translateY(1.53846vw);
            transform: translateY(1.53846vw);
    -moz-box-shadow: 0 0vw 0 #0e0532;
         box-shadow: 0 0vw 0 #0e0532;
  }
  .pTop .cta__main--contact .right .line {
    width: 38.46154vw;
    height: 19.23077vw;
    margin: 2.5641vw 1.28205vw;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #00B922;
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
    font-size: 4.61538vw;
    font-weight: 900;
    -moz-box-shadow: 0 1.53846vw 0 #006c14;
         box-shadow: 0 1.53846vw 0 #006c14;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .pTop .cta__main--contact .right .line::before {
    content: "";
    width: 7.17949vw;
    height: 7.17949vw;
    background: url("../img/icLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 2.5641vw;
  }
  .pTop .cta__main--contact .right .line:hover {
    -webkit-transform: translateY(1.53846vw);
       -moz-transform: translateY(1.53846vw);
        -ms-transform: translateY(1.53846vw);
            transform: translateY(1.53846vw);
    -moz-box-shadow: 0 0vw 0 #006c14;
         box-shadow: 0 0vw 0 #006c14;
  }
  .pTop .cta__main--pay {
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .pTop .cta__main--pay > dl > dt {
    width: 100%;
    color: #fff;
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
    background: #234C9C;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.79487vw 0;
  }
  .pTop .cta__main--pay > dl > dd {
    width: 100%;
    padding: 1.28205vw 2.4359vw 3.07692vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--pay > dl > dd::after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 4.87179vw);
    width: -moz-calc(100% - 4.87179vw);
    width: calc(100% - 4.87179vw);
    height: 1px;
    background: #234C9C;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pTop .cta__main--pay > dl > dd > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .cta__main--pay > dl > dd > dl > dt {
    font-size: 2.5641vw;
    line-height: 1;
    font-weight: 500;
    color: #000;
  }
  .pTop .cta__main--pay > dl > dd > dl > dd {
    text-align: center;
    line-height: 0;
    margin-top: 1.28205vw;
  }
  .pTop .cta__main--pay > dl > dd > dl > dd img {
    height: 4.61538vw;
    width: auto;
  }
  .pTop .cta__main--pay > dl > dd > dl:nth-of-type(1) {
    margin-left: 10vw;
    margin-bottom: 6.15385vw;
  }
  .pTop .cta__main--pay > dl > dd > dl:nth-of-type(2) {
    margin-left: 13.33333vw;
    margin-right: 10vw;
    margin-bottom: 6.15385vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--pay > dl > dd > dl:nth-of-type(2)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 8.97436vw;
    background: #234C9C;
    top: 0;
    left: -6.66667vw;
  }
  .pTop .cta__main--pay > dl > dd > dl:nth-of-type(4), .pTop .cta__main--pay > dl > dd > dl:nth-of-type(5) {
    margin-left: 13.33333vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--pay > dl > dd > dl:nth-of-type(4)::before, .pTop .cta__main--pay > dl > dd > dl:nth-of-type(5)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 8.97436vw;
    background: #234C9C;
    top: 0;
    left: -6.66667vw;
  }
  .pTop .reason {
    padding: 5.12821vw 0 7.69231vw;
    background: url("../img/reasonBg_sp.webp") 0 0 repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .reason__main {
    padding-left: 4.10256vw;
    padding-right: 4.10256vw;
  }
  .pTop .reason__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .reason__main h2 img {
    width: 91.79487vw;
  }
  .pTop .reason__main--list {
    margin: 3.84615vw -1.28205vw -1.28205vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .reason__main--list article {
    width: 44.61538vw;
    margin: 1.28205vw;
    background: #fff;
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
    overflow: hidden;
    padding-bottom: 3.07692vw;
  }
  .pTop .reason__main--list article figure {
    width: 100%;
  }
  .pTop .reason__main--list article figure img {
    width: 100%;
    height: 19.74359vw;
    object-fit: cover;
  }
  .pTop .reason__main--list article h3 {
    text-align: center;
    color: #FF8103;
    font-size: 5.12821vw;
    line-height: 1.2;
    font-weight: 900;
    margin-top: -5.64103vw;
    text-shadow: white 5px 0px 0px, white 4.90033px 0.99335px 0px, white 4.60531px 1.94709px 0px, white 4.12668px 2.82321px 0px, white 3.48353px 3.58678px 0px, white 2.70151px 4.20736px 0px, white 1.81179px 4.6602px 0px, white 0.84984px 4.92725px 0px, white -0.146px 4.99787px 0px, white -1.13601px 4.86924px 0px, white -2.08073px 4.54649px 0px, white -2.94251px 4.04248px 0px, white -3.68697px 3.37732px 0px, white -4.28444px 2.57751px 0px, white -4.71111px 1.67494px 0px, white -4.94996px 0.7056px 0px, white -4.99147px -0.29187px 0px, white -4.83399px -1.27771px 0px, white -4.48379px -2.2126px 0px, white -3.95484px -3.05929px 0px, white -3.26822px -3.78401px 0px, white -2.4513px -4.35788px 0px, white -1.53666px -4.75801px 0px, white -0.56076px -4.96845px 0px, white 0.4375px -4.98082px 0px, white 1.41831px -4.79462px 0px, white 2.34258px -4.41727px 0px, white 3.17346px -3.86382px 0px, white 3.87783px -3.15633px 0px, white 4.4276px -2.32301px 0px, white 4.80085px -1.39708px 0px, white 4.98271px -0.41545px 0px;
  }
  .pTop .reason__main--list article .txt {
    margin-top: 2.05128vw;
    padding: 0 3.58974vw;
    font-size: 3.58974vw;
    line-height: 1.6;
    color: #2C2C2C;
  }
  .pTop .character {
    background-image: url("../img/characBg_sp.webp");
    background-color: #FF8103;
    background-blend-mode: multiply;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-position: 0 0;
    background-repeat: repeat;
    padding: 7.69231vw 0 7.69231vw;
  }
  .pTop .character__main {
    padding-left: 4.35897vw;
    padding-right: 4.35897vw;
  }
  .pTop .character__main h2 {
    text-align: center;
    font-size: 7.69231vw;
    line-height: 1.6;
    font-weight: 900;
    color: #fff;
  }
  .pTop .character__main--list {
    margin-top: 5.12821vw;
  }
  .pTop .character__main--list article {
    background: #fff;
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
    -moz-box-shadow: 0 0 2.05128vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 2.05128vw rgba(0, 0, 0, 0.25);
    padding: 7.69231vw 5.12821vw;
  }
  .pTop .character__main--list article .fig {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .character__main--list article .fig figure {
    width: 39.48718vw;
  }
  .pTop .character__main--list article .fig figure img {
    height: 30vw;
    width: 100%;
    object-fit: cover;
  }
  .pTop .character__main--list article .ar {
    width: 100%;
    margin-top: 2.5641vw;
  }
  .pTop .character__main--list article .ar h3 {
    font-size: 4.61538vw;
    line-height: 1.6;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pTop .character__main--list article .ar .rate {
    margin-top: 2.5641vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .character__main--list article .ar .rate dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.58974vw;
    line-height: 4.35897vw;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    width: 50%;
  }
  .pTop .character__main--list article .ar .rate dl dt {
    color: #2C2C2C;
  }
  .pTop .character__main--list article .ar .rate dl dd {
    color: #FF8103;
  }
  .pTop .character__main--list article .ar h4 {
    font-size: 3.58974vw;
    line-height: 4.35897vw;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 2.5641vw;
  }
  .pTop .character__main--list article .ar h4 span {
    display: block;
  }
  .pTop .character__main--list article .ar h4 span + span {
    margin-top: 2.5641vw;
  }
  .pTop .character__main--list article .ar .txt {
    font-size: 3.07692vw;
    line-height: 1.6;
    font-family: 'Inter',sans-serif;
    color: #2C2C2C;
    margin-top: 3.84615vw;
  }
  .pTop .character__main--list article .ar .price {
    margin-top: 5.12821vw;
    border: 0.76923vw solid #FF6403;
    background: #fff;
  }
  .pTop .character__main--list article .ar .price dt {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FF6403;
    color: #fff;
    font-size: 4.61538vw;
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
    padding: 3.07692vw 0 3.84615vw;
  }
  .pTop .character__main--list article .ar .price dt br {
    display: none;
  }
  .pTop .character__main--list article .ar .price dd {
    font-size: 5.89744vw;
    line-height: 1;
    font-weight: 900;
    color: #D80000;
    text-align: center;
  }
  .pTop .character__main--list article .ar .price dd span {
    font-size: 13.33333vw;
    line-height: 16.15385vw;
    font-family: 'Impact';
  }
  .pTop .character__main--list article + article {
    margin-top: 7.69231vw;
  }
  .pTop .character__main--add {
    margin-top: 5.12821vw;
    background: #FFF;
    border: 1.02564vw solid #FAECAD;
    padding: 4.10256vw 4.35897vw;
  }
  .pTop .character__main--add h3 {
    text-align: center;
    font-size: 5.12821vw;
    line-height: 6.15385vw;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pTop .character__main--add picture {
    margin-top: 2.5641vw;
  }
  .pTop .character__main--add picture img {
    width: 100%;
    height: auto;
  }
  .pTop .character__main--add .list {
    margin-top: 2.5641vw;
  }
  .pTop .character__main--add .list dl dt {
    font-size: 3.58974vw;
    line-height: 1.7;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pTop .character__main--add .list dl dt span {
    color: #FF6403;
  }
  .pTop .character__main--add .list dl dd {
    font-size: 3.58974vw;
    line-height: 1.7;
    font-weight: 500;
    color: #2C2C2C;
    margin-top: 1.28205vw;
  }
  .pTop .character__main--add .list dl + dl {
    margin-top: 2.5641vw;
  }
  .pTop .vendor {
    padding: 10.25641vw 4.48718vw 14.61538vw;
  }
  .pTop .vendor__main {
    background: #E9E9E9;
    border: 1.53846vw solid #234C9C;
    padding: 3.58974vw 5.12821vw 0;
  }
  .pTop .vendor__main h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 6.41026vw;
    line-height: 1.6;
    font-weight: 900;
    color: #D80000;
  }
  .pTop .vendor__main h2 em {
    font-style: normal;
  }
  .pTop .vendor__main h2 span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .vendor__main h2 span::before, .pTop .vendor__main h2 span::after {
    content: "";
    width: 11.28974vw;
    height: 8.89487vw;
    background: url("../img/vendorCaution.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin: 0 1.79487vw;
  }
  .pTop .vendor__main h2 span::before {
    margin-left: 0;
  }
  .pTop .vendor__main h2 span::after {
    margin-right: 0;
  }
  .pTop .vendor__main .fig {
    margin-top: 5.12821vw;
    text-align: center;
  }
  .pTop .vendor__main .fig img {
    width: 100%;
  }
  .pTop .vendor__main .txt {
    margin-top: 2.5641vw;
    text-align: center;
    font-size: 3.97436vw;
    line-height: 1.6;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pTop .vendor__main .txt span {
    color: #D80000;
    font-size: 5.12821vw;
  }
  .pTop .vendor__main .btn {
    text-align: center;
    margin-top: 5.12821vw;
  }
  .pTop .vendor__main .btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 77.94872vw;
    height: 14.10256vw;
    -moz-border-radius: 25.64103vw;
         border-radius: 25.64103vw;
    color: #fff;
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
    background: #D80000;
    -moz-box-shadow: 0 1.53846vw 0 #6c0000;
         box-shadow: 0 1.53846vw 0 #6c0000;
  }
  .pTop .vendor__main .note {
    margin: 7.94872vw -5.12821vw 0;
    position: relative;
  }
  .pTop .vendor__main .note .left {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: #234C9C;
    padding: 3.07692vw 28.46154vw 0vw 2.30769vw;
  }
  .pTop .vendor__main .note .left span {
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
    color: #fff;
  }
  .pTop .vendor__main .note .left h3 {
    font-size: 5.12821vw;
    line-height: 7.4359vw;
    font-weight: 700;
    color: #fff;
    margin-top: 2.82051vw;
  }
  .pTop .vendor__main .note .left em {
    font-style: normal;
    font-size: 3.58974vw;
    line-height: 5.12821vw;
    background: #fff;
    text-align: center;
    color: #234C9C;
    font-weight: 700;
    padding: 2.5641vw 3.58974vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-left: -2.30769vw;
    margin-right: -28.46154vw;
    margin-top: 2.82051vw;
    display: block;
  }
  .pTop .vendor__main .note picture {
    position: absolute;
    width: 30vw;
    top: -2.30769vw;
    right: 0vw;
  }
  .pTop .process__main {
    padding-left: 4.48718vw;
    padding-right: 4.48718vw;
  }
  .pTop .process__main h2 {
    text-align: center;
    font-size: 7.69231vw;
    line-height: 1.6;
    font-weight: 900;
    color: #000;
  }
  .pTop .process__main--list {
    margin-top: 5.12821vw;
  }
  .pTop .process__main--list article {
    padding: 7.69231vw 0;
  }
  .pTop .process__main--list article:first-of-type {
    padding-top: 0;
  }
  .pTop .process__main--list article:not(:last-of-type) {
    border-bottom: 1px solid #234C9C;
  }
  .pTop .process__main--list article picture {
    text-align: center;
  }
  .pTop .process__main--list article picture img {
    width: 76.92308vw;
    height: auto;
    -moz-border-radius: 3.84615vw;
         border-radius: 3.84615vw;
  }
  .pTop .process__main--list article .ar {
    width: 100%;
    margin-top: 5.12821vw;
  }
  .pTop .process__main--list article .ar h3 {
    background: #234C9C;
    color: #fff;
    font-size: 5.12821vw;
    line-height: 7.4359vw;
    font-weight: 700;
    padding: 2.5641vw 2.5641vw;
    text-align: center;
  }
  .pTop .process__main--list article .ar dl {
    margin-top: 6.66667vw;
  }
  .pTop .process__main--list article .ar dl dt {
    font-size: 4.10256vw;
    line-height: 4.87179vw;
    font-weight: 600;
    font-family: 'Inter',sans-serif;
    color: #2C2C2C;
  }
  .pTop .process__main--list article .ar dl dd {
    margin-top: 3.84615vw;
    font-size: 3.58974vw;
    line-height: 1.6;
    font-family: 'Inter'sans-serif;
  }
  .pTop .use h2 {
    text-align: center;
    font-size: 7.69231vw;
    line-height: 1.6;
    font-weight: 900;
    color: #000000;
  }
  .pTop .use__main {
    margin-top: 5.12821vw;
    padding: 7.69231vw 5.76923vw;
    background: #FAECAD;
  }
  .pTop .use__main--list {
    padding: 0;
  }
  .pTop .use__main--list article {
    width: 100%;
  }
  .pTop .use__main--list article + article {
    margin-top: 5.12821vw;
  }
  .pTop .use__main--list article a {
    display: block;
    height: 100%;
    background: #fff;
    padding: 5.12821vw;
    -moz-box-shadow: 0 0 2.05128vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 2.05128vw rgba(0, 0, 0, 0.1);
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
  }
  .pTop .use__main--list article .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .use__main--list article .top::after {
    position: absolute;
    content: "";
    width: 11.02564vw;
    height: 11.02564vw;
    background: url("../img/caseArrow.webp") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pTop .use__main--list article .top figure {
    width: 37.4359vw;
  }
  .pTop .use__main--list article .top figure img {
    width: 100%;
    height: 39.48718vw;
    object-fit: cover;
  }
  .pTop .use__main--list article h3 {
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
    color: #FF6403;
    margin-top: 2.5641vw;
  }
  .pTop .use__main--list article .work {
    margin-top: 1.28205vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .use__main--list article .work span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FF8103;
    color: #fff;
    font-size: 3.58974vw;
    line-height: 1;
    font-weight: 700;
    height: 6.15385vw;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    padding: 1.28205vw 2.5641vw;
    white-space: nowrap;
    margin-right: 1.79487vw;
  }
  .pTop .use__main--list article .work em {
    font-style: normal;
    font-size: 3.58974vw;
    line-height: 5.12821vw;
    font-weight: 500;
    color: #2C2C2C;
  }
  .pTop .use__main--list article .meta {
    margin-top: 1.28205vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.58974vw;
    line-height: 5.12821vw;
    font-weight: 500;
    color: #2C2C2C;
  }
  .pTop .use__main--list article .meta .time {
    white-space: nowrap;
    margin-right: 5.12821vw;
  }
  .pTop .use__main--list article .meta .local {
    white-space: nowrap;
  }
  .pTop .use__main--list article .txt {
    font-size: 3.07692vw;
    line-height: 1.6;
    color: #2C2C2C;
    margin-top: 2.5641vw;
  }
  .pTop .use__main--list article .tags {
    margin: 2.05128vw -1.28205vw -1.28205vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .use__main--list article .tags li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 6.92308vw;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    background: #FAECAD;
    padding: 0 2.5641vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    color: #FF6403;
    font-size: 3.07692vw;
    line-height: 1;
    font-weight: 700;
    margin: 1.28205vw;
  }
  .pTop .use__main--btn {
    text-align: center;
    margin-top: 5.12821vw;
  }
  .pTop .use__main--btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 51.28205vw;
    height: 14.10256vw;
    -moz-border-radius: 25.64103vw;
         border-radius: 25.64103vw;
    background: #FFDA2A;
    font-size: 4.10256vw;
    line-height: 1;
    font-weight: 700;
    color: #234C9C;
  }
  .pTop .faq {
    padding: 10.25641vw 0 10.25641vw;
  }
  .pTop .faq__main {
    padding-left: 4.48718vw;
    padding-right: 4.48718vw;
  }
  .pTop .faq__main h2 {
    text-align: center;
    font-size: 7.69231vw;
    line-height: 1.6;
    font-weight: 900;
    color: #000000;
  }
  .pTop .faq__main--list {
    margin-top: 5.12821vw;
  }
  .pTop .faq__main--list dl dt {
    background: #234C9C;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 3.84615vw 14.10256vw 3.84615vw 12.05128vw;
    font-size: 4.10256vw;
    line-height: 1.6;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    color: #fff;
  }
  .pTop .faq__main--list dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 5.12821vw;
    line-height: 6.15385vw;
    color: #fff;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    left: 3.84615vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .faq__main--list dl dt::after {
    position: absolute;
    content: "＋";
    font-size: 6.41026vw;
    line-height: 1;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3.58974vw;
  }
  .pTop .faq__main--list dl dt.open::after {
    content: "－";
  }
  .pTop .faq__main--list dl dd {
    background: #E9E9E9;
    padding: 3.84615vw 3.84615vw 3.84615vw 11.79487vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 3.58974vw;
    line-height: 1.6;
    font-weight: 700;
    display: none;
  }
  .pTop .faq__main--list dl dd::before {
    position: absolute;
    content: "A";
    font-size: 6.41026vw;
    line-height: 7.69231vw;
    color: #234C9C;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    left: 3.84615vw;
    top: 3.84615vw;
  }
  .pTop .faq__main--list dl + dl {
    margin-top: 2.5641vw;
  }
  .pTop .voice {
    margin-top: 10.25641vw;
  }
  .pTop .voice__main {
    padding-left: 0;
    padding-right: 0;
  }
  .pTop .voice__main h2 {
    text-align: center;
    font-size: 7.69231vw;
    line-height: 1.6;
    font-weight: 900;
    color: #000000;
  }
  .pTop .voice__main--slider {
    padding: 5.12821vw;
  }
  .pTop .voice__main--slider article {
    width: 76.92308vw;
    background: #fff;
    -moz-box-shadow: 0 0 2.05128vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 2.05128vw rgba(0, 0, 0, 0.25);
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
    padding: 5.12821vw 3.84615vw;
    margin: 0 1.92308vw;
    height: auto;
  }
  .pTop .voice__main--slider article .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .voice__main--slider article .info figure {
    width: 17.94872vw;
    margin-right: 2.5641vw;
  }
  .pTop .voice__main--slider article .info figure img {
    width: 100%;
    height: 17.94872vw;
    object-fit: cover;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pTop .voice__main--slider article .info .ar {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .voice__main--slider article .info .ar h3 {
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
    color: #FF8103;
  }
  .pTop .voice__main--slider article .info .ar p {
    font-size: 3.58974vw;
    line-height: 5.12821vw;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 2.5641vw;
  }
  .pTop .voice__main--slider article .txt {
    font-size: 3.58974vw;
    line-height: 1.6;
    font-family: 'Inter',sans-serif;
    font-weight: 400;
    color: #2C2C2C;
    margin-top: 3.84615vw;
  }
  .pTop .voice__main--slider article .meta {
    margin: 2.05128vw -1.28205vw -1.28205vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .voice__main--slider article .meta li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 6.92308vw;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    background: #FAECAD;
    padding: 0 2.5641vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    color: #FF6403;
    font-size: 3.07692vw;
    line-height: 1;
    font-weight: 700;
    margin: 1.28205vw;
  }
  .pTop .voice__main--slider article .meta li a {
    color: #FF6403;
  }
  .pTop .voice__main--slider--prev, .pTop .voice__main--slider--next {
    position: absolute;
    width: 10.25641vw;
    height: 10.25641vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 19;
    display: none;
  }
  .pTop .voice__main--slider--prev {
    background: url("../img/customerLeft.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
  }
  .pTop .voice__main--slider--next {
    background: url("../img/customerRight.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
  }
  .pTop .voice__main--btn {
    text-align: center;
    margin-top: 0;
  }
  .pTop .voice__main--btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 51.28205vw;
    height: 14.10256vw;
    -moz-border-radius: 25.64103vw;
         border-radius: 25.64103vw;
    background: #FFDA2A;
    font-size: 4.10256vw;
    line-height: 1;
    font-weight: 700;
    color: #234C9C;
  }
  .pTop .area {
    padding: 15.38462vw 0;
  }
  .pTop .area__main {
    padding-left: 4.48718vw;
    padding-right: 4.48718vw;
  }
  .pTop .area__main h2 {
    text-align: center;
    font-size: 7.69231vw;
    line-height: 1.6;
    font-weight: 900;
    color: #000000;
  }
  .pTop .area__main--list {
    margin-top: 5.12821vw;
  }
  .pTop .area__main--list > dl > dt {
    font-size: 4.10256vw;
    line-height: 4.87179vw;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    color: #fff;
    background: #FF8103;
    padding: 5.12821vw 16.15385vw 5.12821vw 6.41026vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    cursor: pointer;
  }
  .pTop .area__main--list > dl > dt::before, .pTop .area__main--list > dl > dt::after {
    position: absolute;
    content: "";
    width: 4.61538vw;
    height: 0.76923vw;
    background: #fff;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 6.41026vw;
  }
  .pTop .area__main--list > dl > dt::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .area__main--list > dl > dt.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
       -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .pTop .area__main--list > dl > dd {
    font-size: 3.58974vw;
    line-height: 2.2;
    padding: 6.41026vw 5.32051vw;
    display: none;
    background: #E9E9E9;
  }
  .pTop .area__main--list > dl > dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .area__main--list > dl > dd ul li {
    font-size: 3.58974vw;
    line-height: 2.2;
    white-space: nowrap;
  }
  .pTop .area__main--list > dl > dd ul li a {
    white-space: nowrap;
    text-decoration: underline;
  }
  .pTop .area__main--list > dl > dd ul li + li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .area__main--list > dl > dd ul li + li::before {
    content: "｜";
    font-size: 3.58974vw;
    line-height: 2.2;
    color: #000;
    display: inline-block;
    margin: 0 1.28205vw;
  }
  .pTop .area__main--list > dl + dl {
    margin-top: 2.5641vw;
  }
  .pTop .information {
    margin-top: 10.25641vw;
  }
  .pTop .information h2 {
    text-align: center;
    font-size: 7.69231vw;
    line-height: 1.6;
    font-weight: 900;
    color: #000;
  }
  .pTop .information__main {
    margin-top: 5.12821vw;
    background: #234C9C;
    padding: 7.69231vw 0;
  }
  .pTop .information__main--content {
    padding-left: 4.48718vw;
    padding-right: 4.48718vw;
  }
  .pTop .information__main--content .left {
    width: 77.94872vw;
    margin: auto;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 3;
  }
  .pTop .information__main--content .left::after {
    position: absolute;
    content: "";
    width: 4.10256vw;
    height: 2.05128vw;
    background: #2C2C2C;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.5641vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .information__main--content .left span {
    display: block;
    background: #E9E9E9;
    font-size: 3.58974vw;
    line-height: 4.35897vw;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    color: #2C2C2C;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    padding: 3.84615vw 12.30769vw 3.84615vw 6.41026vw;
  }
  .pTop .information__main--content .left ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #E9E9E9;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    opacity: 0;
    pointer-events: none;
  }
  .pTop .information__main--content .left ul li a {
    display: block;
    width: 100%;
    padding: 3.84615vw 0 3.84615vw 6.41026vw;
    font-size: 3.58974vw;
    line-height: 4.35897vw;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
  }
  .pTop .information__main--content .left ul li + li {
    margin-top: 1.28205vw;
  }
  .pTop .information__main--content .left.open ul {
    opacity: 1;
    pointer-events: auto;
  }
  .pTop .information__main--content .right {
    margin-top: 5.12821vw;
  }
  .pTop .information__main--content .right p {
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
    color: #fff;
  }
  .pTop .information__main--content .right ul {
    margin-top: 2.5641vw;
  }
  .pTop .information__main--content .right ul li + li {
    margin-top: 1.28205vw;
  }
  .pTop .information__main--content .right ul li a {
    background: #fff;
    display: block;
    padding: 3.58974vw 19.74359vw 3.58974vw 3.84615vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 3.58974vw;
    line-height: 1.6;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    color: #234C9C;
    text-decoration: underline;
  }
  .pTop .information__main--content .right ul li a::after {
    position: absolute;
    content: "";
    width: 2.05128vw;
    height: 3.58974vw;
    background: url("../img/inforArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.35897vw;
  }
  .pTop .information__main--content .right .btnMore {
    text-align: center;
    margin-top: 5.12821vw;
  }
  .pTop .information__main--content .right .btnMore a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 51.28205vw;
    height: 14.10256vw;
    -moz-border-radius: 25.64103vw;
         border-radius: 25.64103vw;
    background: #FFDA2A;
    font-size: 4.10256vw;
    line-height: 1;
    font-weight: 700;
    color: #234C9C;
  }
  .pTop .recom {
    padding: 10.25641vw 0 0;
  }
  .pTop .recom__main {
    padding-left: 4.48718vw;
    padding-right: 4.48718vw;
  }
  .pTop .recom__main h2 {
    text-align: center;
    font-size: 7.69231vw;
    line-height: 1.6;
    font-weight: 900;
    color: #000;
  }
  .pTop .recom__main--choose {
    text-align: center;
    margin-top: 5.12821vw;
  }
  .pTop .recom__main--choose a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 71.79487vw;
    height: 11.79487vw;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    background: #234C9C;
    color: #fff;
    font-size: 4.10256vw;
    line-height: 6.66667vw;
    font-weight: 700;
  }
  .pTop .recom__main--choose a::before {
    content: "";
    width: 5.12821vw;
    height: 4.15128vw;
    background: url("../img/localIcon.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 2.05128vw;
  }
  .pTop .recom__main--list {
    margin-top: 5.12821vw;
  }
  .pTop .recom__main--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -1.28205vw -0.89744vw;
  }
  .pTop .recom__main--list ul li {
    width: 44.61538vw;
    margin: 1.28205vw 0.89744vw;
  }
  .pTop .recom__main--list ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 12.5641vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 3.58974vw;
    line-height: 4.87179vw;
    font-weight: 700;
    color: #2C2C2C;
    font-family: 'Inter',sans-serif;
    background: #FAECAD;
    padding: 0 8.97436vw 0 2.5641vw;
  }
  .pTop .recom__main--list ul li a::after {
    position: absolute;
    content: "";
    width: 2.5641vw;
    height: 4.35897vw;
    background: url("../img/inforArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.5641vw;
  }
  .recomModal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  .recomModal__inner {
    width: 91.02564vw;
    max-height: 90%;
    overflow: auto;
    background: #fff;
    position: relative;
    -webkit-transform: translateY(-100px);
       -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
    padding: 7.69231vw 10vw;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
  }
  .recomModal__inner h2 {
    text-align: center;
    font-size: 6.15385vw;
    line-height: 7.4359vw;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    color: #000;
  }
  .recomModal__inner--content {
    margin-top: 7.69231vw;
  }
  .recomModal__inner--content .areaList ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -0.51282vw;
  }
  .recomModal__inner--content .areaList ul li {
    width: 34.87179vw;
    margin: 0.51282vw;
  }
  .recomModal__inner--content .areaList ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 12.5641vw;
    background: #E9E9E9;
    color: #234C9C;
    font-size: 4.10256vw;
    line-height: 1;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
  }
  .recomModal__inner--content .areaList ul li.active a, .recomModal__inner--content .areaList ul li:hover a {
    background: #234C9C;
    color: #fff;
  }
  .recomModal__inner--content .prefList {
    margin-top: 5.12821vw;
  }
  .recomModal__inner--content .prefList ul {
    margin: -0.51282vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -0.51282vw;
  }
  .recomModal__inner--content .prefList ul li {
    width: 34.87179vw;
    margin: 0.51282vw;
  }
  .recomModal__inner--content .prefList ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 12.5641vw;
    background: #fff;
    color: #234C9C;
    font-size: 4.10256vw;
    line-height: 1;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0.76923vw 10.25641vw 0 5.12821vw;
    border: 1px solid #234C9C;
  }
  .recomModal__inner--content .prefList ul li a::after {
    position: absolute;
    content: "";
    width: 2.5641vw;
    height: 4.35897vw;
    background: url("../img/inforArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5.12821vw;
  }
  .recomModal__inner--content .prefList ul li.active a, .recomModal__inner--content .prefList ul li:hover a {
    background: #234C9C;
    color: #fff;
  }
  .recomModal__inner--content .prefList ul li.active a::after, .recomModal__inner--content .prefList ul li:hover a::after {
    background: url("../img/inforArrowW.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .recomModal__inner--content .btnFilter {
    margin-top: 7.69231vw;
    text-align: center;
  }
  .recomModal__inner--content .btnFilter a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 66.66667vw;
    height: 14.35897vw;
    -moz-border-radius: 25.64103vw;
         border-radius: 25.64103vw;
    background: #FFDA2A;
    color: #234C9C;
    font-size: 4.10256vw;
    line-height: 1;
    font-weight: 700;
  }
  .recomModal__inner .close {
    text-align: center;
    margin-top: 7.69231vw;
  }
  .recomModal__inner .close a {
    font-size: 4.10256vw;
    line-height: 1;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    color: #2C2C2C;
  }
  .recomModal.open {
    opacity: 1;
    pointer-events: auto;
  }
  .recomModal.open .recomModal__inner {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .pWasp .character__main h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pWasp .character__main h2::before {
    content: "";
    width: 10.33333vw;
    height: 7.69231vw;
    background: url("../img/bee04.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 1.28205vw;
  }
  .pWasp .character__main--list article .ar h3 {
    font-size: 3.58974vw;
    line-height: 1.6;
  }
  .pWasp .what {
    padding: 10.25641vw 0 0vw;
  }
  .pWasp .what__main {
    padding-left: 3.84615vw;
    padding-right: 3.84615vw;
  }
  .pWasp .what__main h2 {
    text-align: center;
    font-size: 7.69231vw;
    line-height: 10.30769vw;
    font-weight: 900;
    color: #000;
  }
  .pWasp .what__main--intro {
    font-size: 4.10256vw;
    line-height: 1.6;
    font-weight: 500;
    color: #2C2C2C;
    margin-top: 5.12821vw;
  }
  .pWasp .what__main--ar {
    margin-top: 7.69231vw;
  }
  .pWasp .what__main--ar article + article {
    margin-top: 7.69231vw;
  }
  .pWasp .what__main--ar article h3 {
    color: #fff;
    font-size: 5.15385vw;
    line-height: 0.6;
    font-weight: 700;
    font-weight: 700;
    padding: 3.84615vw 0;
    background: #009C1D;
    margin-bottom: 5.12821vw;
    text-align: center;
  }
  .pWasp .what__main--ar article .txt {
    font-size: 4.10256vw;
    line-height: 1.6;
    font-weight: 500;
    color: #2C2C2C;
  }
  .pWasp .what__main--ar article .wrapSec section {
    width: 100%;
  }
  .pWasp .what__main--ar article .wrapSec section + section {
    margin-top: 7.69231vw;
  }
  .pWasp .what__main--ar article .wrapSec section figure {
    text-align: center;
  }
  .pWasp .what__main--ar article .wrapSec section figure img {
    width: 46.92308vw;
    height: 46.92308vw;
    object-fit: cover;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pWasp .what__main--ar article .wrapSec section h4 {
    text-align: center;
    font-size: 5.12821vw;
    line-height: 7.4359vw;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 2.05128vw;
  }
  .pWasp .what__main--ar article .wrapSec section dl {
    margin-top: 3.84615vw;
  }
  .pWasp .what__main--ar article .wrapSec section dl dt {
    text-align: center;
    color: #fff;
    font-size: 3.58974vw;
    line-height: 5.12821vw;
    font-weight: 700;
    padding: 2.5641vw;
    -moz-border-radius: 12.82051vw;
         border-radius: 12.82051vw;
    background: #234C9C;
  }
  .pWasp .what__main--ar article .wrapSec section dl dd {
    margin-top: 2.05128vw;
    font-size: 3.58974vw;
    line-height: 1.6;
    font-weight: 500;
  }
  .pWasp .what__main--ar article .wrapSec section dl + dl {
    margin-top: 3.84615vw;
  }
  .pWasp .what__main--ar article .list dl dt {
    font-size: 4.10256vw;
    line-height: 1.6;
    font-weight: 500;
    color: #2C2C2C;
  }
  .pWasp .what__main--ar article .list dl dd {
    font-size: 3.58974vw;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 1.28205vw;
  }
  .pWasp .what__main--ar article .list dl + dl {
    margin-top: 3.84615vw;
  }
  .pWasp .use__main {
    padding-left: 0;
    padding-right: 0;
  }
  .pWasp .use__main--list article + article {
    margin-top: 0;
  }
  .pWasp .use__main--list article {
    width: 88.46154vw;
    margin: 0 2.82051vw;
  }
  .pWasp .use__main--slider {
    padding: 0 2.82051vw;
  }
  .pWasp .use__main--slider--prev, .pWasp .use__main--slider--next {
    position: absolute;
    width: 8.97436vw;
    height: 8.97436vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 19;
  }
  .pWasp .use__main--slider--prev {
    background: url("../img/customerLeft.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 1.53846vw;
  }
  .pWasp .use__main--slider--next {
    background: url("../img/customerRight.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 1.53846vw;
  }
  .pRegion .mv__main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pRegion .mv__main .regionName {
    color: #fff;
    font-size: 5.12821vw;
    line-height: 9.23077vw;
    font-weight: 900;
    position: absolute;
    top: 9.74359vw;
    left: 30.76923vw;
  }
  .pRegion .region {
    padding-top: 10.25641vw;
    padding-left: 4.48718vw;
    padding-right: 4.48718vw;
  }
  .pRegion .region__main {
    background: #FF8103;
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
    padding: 7.69231vw 4.35897vw;
  }
  .pRegion .region__main--title {
    text-align: center;
  }
  .pRegion .region__main--title span {
    font-size: 3.58974vw;
    line-height: 4.35897vw;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    color: #fff;
  }
  .pRegion .region__main--title h2 {
    color: #fff;
    font-size: 6.15385vw;
    line-height: 7.4359vw;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    margin-top: 1.28205vw;
  }
  .pRegion .region__main--box {
    margin-top: 5.12821vw;
    background: #fff;
    padding: 5.12821vw 25px;
    font-size: 4.10256vw;
    line-height: 2;
    font-family: 'Inter',sans-serif;
    font-weight: 500;
    color: #1E1E1E;
  }
  .pRegion .region__main--box a {
    color: #1E1E1E;
  }
  .pChild__main--fv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__main--fv picture {
    background: #FAECAD;
  }
  .pChild__main--fv picture img {
    width: 100%;
    height: 30.76923vw;
    object-fit: cover;
    mix-blend-mode: screen;
  }
  .pChild__main--fv--title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__main--fv--title h2 {
    font-size: 7.69231vw;
    line-height: 12.30769vw;
    font-weight: 900;
    color: #2C2C2C;
  }
  .pChild__main--fv--title span {
    font-size: 3.58974vw;
    line-height: 1;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    color: #FF6403;
  }
  .pChild__main--info {
    background: #fff;
    position: relative;
    z-index: 19;
  }
  .pChild__main--info--content {
    padding-top: 2.5641vw;
    padding-left: 0;
    padding-right: 0;
  }
  .pChild__main--info--content .breadcrum {
    padding: 2.5641vw 3.84615vw 5.12821vw;
  }
  .pChild__main--info--content .breadcrum ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .pChild__main--info--content .breadcrum ul li {
    font-size: 2.82051vw;
    line-height: 1;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pChild__main--info--content .breadcrum ul li + li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__main--info--content .breadcrum ul li + li::before {
    content: "＞";
    font-size: 2.82051vw;
    line-height: 1;
    font-weight: 700;
    color: #2C2C2C;
    margin: 0 1.28205vw;
  }
  .pChild__main--info--content .breadcrum ul li a {
    font-size: 2.82051vw;
    line-height: 1;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pChild__main--info--content .types dl dt {
    font-size: 6.41026vw;
    line-height: 9.23077vw;
    font-weight: 700;
    color: #2C2C2C;
    width: 100%;
    text-align: center;
  }
  .pChild__main--info--content .types dl dd {
    margin-top: 2.5641vw;
  }
  .pChild__main--info--content .types dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    flex-flow: row wrap;
    margin: -0.64103vw;
  }
  .pChild__main--info--content .types dl dd ul li {
    width: 49.23077vw;
    margin: 0.64103vw;
  }
  .pChild__main--info--content .types dl dd ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 11.79487vw;
    background: #E9E9E9;
    font-size: 4.10256vw;
    line-height: 1;
    font-weight: 900;
    padding: 0 2.5641vw;
  }
  .pChild__main--info--content .types dl dd ul li a::after {
    content: "";
    width: 3.58974vw;
    height: 3.58974vw;
    background: #2C2C2C;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    margin-left: 1.28205vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild__main--info--content .types dl dd ul li.active a {
    color: #FF6403;
    background: #FAECAD;
  }
  .pChild__main--info--content .types dl dd ul li.active a::after {
    background: #FF6403;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .pChild__main--info--content .anchorType {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 91.28205vw;
    margin: 0 auto 5.12821vw;
  }
  .pChild__main--info--content .anchorType span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 11.79487vw;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    font-size: 4.10256vw;
    line-height: 6.66667vw;
    padding: 0 0 0 4.20513vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border: 1px solid #234C9C;
    color: #234C9C;
    font-weight: 900;
  }
  .pChild__main--info--content .anchorType span::after {
    position: absolute;
    content: "";
    width: 4.61538vw;
    height: 3.58974vw;
    background: #234C9C;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.23077vw;
  }
  .pChild__main--info--content .anchorType ul {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    -moz-border-radius: 0 0 2.5641vw 2.5641vw;
         border-radius: 0 0 2.5641vw 2.5641vw;
    display: none;
  }
  .pChild__main--info--content .anchorType ul li {
    line-height: 0;
  }
  .pChild__main--info--content .anchorType ul li a {
    width: 100%;
    font-size: 4.10256vw;
    line-height: 7.4359vw;
    font-weight: 900;
    color: #234C9C;
    padding: 2.5641vw 4.48718vw;
    display: block;
  }
  .pChild__main--info--content .anchorType.open ul {
    display: block;
  }
  .pChild .faq {
    padding-bottom: 0;
  }
  .pChild__voice {
    background: #FAECAD;
    padding: 5.12821vw 0;
  }
  .pChild__voice--main {
    padding-left: 4.48718vw;
    padding-right: 4.48718vw;
  }
  .pChild__voice--main .title {
    background: #234C9C;
    color: #fff;
    font-size: 5.12821vw;
    line-height: 7.4359vw;
    font-weight: 900;
    padding: 3.84615vw 0;
    text-align: center;
  }
  .pChild__voice--main .title.titleRel {
    font-size: 6.41026vw;
    line-height: 9.23077vw;
  }
  .pChild__voice--main .listVoice {
    margin-top: 7.69231vw;
  }
  .pChild__voice--main .listVoice article {
    width: 100%;
    background: #fff;
    -moz-box-shadow: 0 0 2.05128vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 2.05128vw rgba(0, 0, 0, 0.25);
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
    padding: 5.12821vw 7.69231vw 5.64103vw;
  }
  .pChild__voice--main .listVoice article .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__voice--main .listVoice article .info figure {
    width: 17.94872vw;
    margin-right: 2.5641vw;
  }
  .pChild__voice--main .listVoice article .info figure img {
    width: 100%;
    height: 17.94872vw;
    object-fit: cover;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pChild__voice--main .listVoice article .info .ar {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__voice--main .listVoice article .info .ar h3 {
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
    color: #FF8103;
  }
  .pChild__voice--main .listVoice article .info .ar p {
    font-size: 3.58974vw;
    line-height: 5.12821vw;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 2.5641vw;
  }
  .pChild__voice--main .listVoice article .txt {
    font-size: 3.58974vw;
    line-height: 1.6;
    font-family: 'Inter',sans-serif;
    font-weight: 400;
    color: #2C2C2C;
    margin-top: 3.84615vw;
  }
  .pChild__voice--main .listVoice article .meta {
    margin: 2.05128vw -1.28205vw -1.28205vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild__voice--main .listVoice article .meta li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 6.92308vw;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    background: #FAECAD;
    padding: 0 2.5641vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    color: #FF6403;
    font-size: 3.07692vw;
    line-height: 1;
    font-weight: 700;
    margin: 1.28205vw;
  }
  .pChild__voice--main .listVoice article .meta li a {
    color: #FF6403;
  }
  .pChild__voice--main .listVoice article + article {
    margin-top: 5.12821vw;
  }
  .pChild__voice--main .moreVoice {
    text-align: center;
    margin-top: 7.69231vw;
  }
  .pChild__voice--main .moreVoice a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 51.28205vw;
    height: 14.10256vw;
    -moz-border-radius: 25.64103vw;
         border-radius: 25.64103vw;
    background: #FFDA2A;
    font-size: 4.10256vw;
    line-height: 1;
    font-weight: 700;
    color: #234C9C;
  }
  .pChild__voice--main .listUse {
    padding: 0 1.28205vw;
    margin-top: 7.69231vw;
  }
  .pChild__voice--main .listUse article {
    width: 100%;
  }
  .pChild__voice--main .listUse article + article {
    margin-top: 5.12821vw;
  }
  .pChild__voice--main .listUse article a {
    display: block;
    height: 100%;
    background: #fff;
    padding: 5.12821vw;
    -moz-box-shadow: 0 0 2.05128vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 2.05128vw rgba(0, 0, 0, 0.1);
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
  }
  .pChild__voice--main .listUse article .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__voice--main .listUse article .top::after {
    position: absolute;
    content: "";
    width: 11.02564vw;
    height: 11.02564vw;
    background: url("../img/caseArrow.webp") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pChild__voice--main .listUse article .top figure {
    width: 37.4359vw;
  }
  .pChild__voice--main .listUse article .top figure img {
    width: 100%;
    height: 39.48718vw;
    object-fit: cover;
  }
  .pChild__voice--main .listUse article h3 {
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
    color: #FF6403;
    margin-top: 2.5641vw;
  }
  .pChild__voice--main .listUse article .work {
    margin-top: 1.28205vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__voice--main .listUse article .work span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FF8103;
    color: #fff;
    font-size: 3.58974vw;
    line-height: 1;
    font-weight: 700;
    height: 6.15385vw;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    padding: 1.28205vw 2.5641vw;
    white-space: nowrap;
    margin-right: 1.79487vw;
  }
  .pChild__voice--main .listUse article .work em {
    font-style: normal;
    font-size: 3.58974vw;
    line-height: 5.12821vw;
    font-weight: 500;
    color: #2C2C2C;
  }
  .pChild__voice--main .listUse article .meta {
    margin-top: 1.28205vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 3.58974vw;
    line-height: 5.12821vw;
    font-weight: 500;
    color: #2C2C2C;
  }
  .pChild__voice--main .listUse article .meta .time {
    white-space: nowrap;
    margin-right: 5.12821vw;
  }
  .pChild__voice--main .listUse article .meta .local {
    white-space: nowrap;
  }
  .pChild__voice--main .listUse article .txt {
    font-size: 3.07692vw;
    line-height: 1.6;
    color: #2C2C2C;
    margin-top: 2.5641vw;
  }
  .pChild__voice--main .listUse article .tags {
    margin: 2.05128vw -1.28205vw -1.28205vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild__voice--main .listUse article .tags li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 6.92308vw;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    background: #FAECAD;
    padding: 0 2.5641vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    color: #FF6403;
    font-size: 3.07692vw;
    line-height: 1;
    font-weight: 700;
    margin: 1.28205vw;
  }
  .pChild__voice--main .cta2 {
    padding-left: 0;
    padding-right: 0;
  }
  .pChild__voice--detail {
    background: #fff;
    padding-top: 0vw;
  }
  .pChild__voice--detail .detailCon {
    background: #fff;
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
    -moz-box-shadow: 0 0 3.84615vw rgba(0, 0, 0, 0.15);
         box-shadow: 0 0 3.84615vw rgba(0, 0, 0, 0.15);
    padding: 5.12821vw;
    margin-bottom: 7.69231vw;
  }
  .pChild__voice--detail .detailCon__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pChild__voice--detail .detailCon__top h3 {
    font-size: 7.69231vw;
    line-height: 1.6;
    font-weight: 700;
    color: #FF6403;
  }
  .pChild__voice--detail .detailCon__top dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.20513vw;
  }
  .pChild__voice--detail .detailCon__top dl dt {
    color: #fff;
    font-size: 3.58974vw;
    line-height: 5.12821vw;
    font-weight: 700;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    white-space: nowrap;
    padding: 1.28205vw 2.5641vw;
    background: #FF8103;
    margin-right: 1.79487vw;
  }
  .pChild__voice--detail .detailCon__top dl dt:nth-of-type(3) {
    margin-top: 2.5641vw;
  }
  .pChild__voice--detail .detailCon__top dl dd {
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
    color: #2C2C2C;
  }
  .pChild__voice--detail .detailCon__top dl dd:nth-of-type(1) {
    margin-right: 3.84615vw;
  }
  .pChild__voice--detail .detailCon__top dl dd:nth-of-type(3) {
    margin-top: 2.5641vw;
  }
  .pChild__voice--detail .detailCon__fig {
    margin-top: 5.12821vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__voice--detail .detailCon__fig::after {
    position: absolute;
    content: "";
    width: 11.02564vw;
    height: 11.02564vw;
    background: url("../img/constructArrow.webp") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pChild__voice--detail .detailCon__fig figure {
    width: 37.4359vw;
  }
  .pChild__voice--detail .detailCon__fig figure img {
    width: 100%;
    height: 39.48718vw;
    object-fit: cover;
  }
  .pChild__voice--detail .detailCon__txt {
    margin-top: 5.12821vw;
    font-size: 4.10256vw;
    line-height: 1.6;
    font-weight: 400;
  }
  .pChild__voice--detail .detailCon__meta {
    margin: 2.05128vw -1.28205vw -1.28205vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild__voice--detail .detailCon__meta li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 6.92308vw;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    background: #FAECAD;
    padding: 0 2.5641vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    color: #FF6403;
    font-size: 3.07692vw;
    line-height: 1;
    font-weight: 700;
    margin: 1.28205vw;
  }
  .pChild__voice--detail .detailCon__meta li a {
    color: #FF6403;
  }
  .pTop .cta2 {
    background: transparent;
    padding-top: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta2::after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% + 8.97436vw);
    width: -moz-calc(100% + 8.97436vw);
    width: calc(100% + 8.97436vw);
    height: 143.84615vw;
    background: url("../img/ctaBg.webp") 0 0 repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    -moz-border-radius: 0vw;
         border-radius: 0vw;
  }
  .pTop .cta2__txtEx {
    margin: auto;
  }
  .pTop .cta2__txtEx img {
    width: 100%;
    height: auto;
  }
  .pTop .cta2 .cta__main {
    background: #fff;
    margin-top: 4.10256vw;
    padding-top: 2.8985vw;
  }
  .pTop .cta2 .cta__main--ex {
    padding: 0 3.84615vw;
    text-align: center;
  }
  .pTop .cta2 .cta__main--ex span {
    font-size: 6.26923vw;
    line-height: 1.4;
    font-weight: 900;
    color: #D80000;
    text-shadow: white 4px 0px 0px, white 3.87565px 0.98962px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.28295px 3.98998px 0px, white -0.71298px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.43278px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.84318px -3.91012px 0px, white 0.15041px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.13272px 0px;
    -webkit-filter: drop-shadow(0 0.76923vw 0 rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0 0.76923vw 0 rgba(0, 0, 0, 0.25));
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
            justify-content: center;
    text-align: center;
  }
  .pTop .cta2 .cta__main--ex span::before, .pTop .cta2 .cta__main--ex span::after {
    font-size: 6.26923vw;
    line-height: 1.4;
    font-weight: 900;
    color: #D80000;
    text-shadow: white 4px 0px 0px, white 3.87565px 0.98962px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.28295px 3.98998px 0px, white -0.71298px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.43278px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.84318px -3.91012px 0px, white 0.15041px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.13272px 0px;
    display: none;
    -webkit-filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.25));
  }
  .pTop .cta2 .cta__main--ex span::before {
    content: "＼";
  }
  .pTop .cta2 .cta__main--ex span::after {
    content: "／";
  }
  .pTop .cta2 .cta__main--contact .mascot {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 2.5641vw;
  }
  .pTop .cta2 .cta__main--contact .mascot figure {
    margin-top: 0;
  }
  .pTop .cta2 .cta__main--contact .mascot figure img {
    width: 62.30769vw;
  }
  .pTop .cta2 .cta__main--contact .mascot figure::before {
    top: 0;
    left: 0;
  }
  .pTop .cta2 .cta__main--contact .mascot__txt {
    position: absolute;
    left: 0;
    bottom: 9.48718vw;
    z-index: 2;
  }
  .pTop .cta2 .cta__main--contact .mascot__txt span {
    text-shadow: white 4px 0px 0px, white 3.87565px 0.98962px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.28295px 3.98998px 0px, white -0.71298px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.43278px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.84318px -3.91012px 0px, white 0.15041px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.13272px 0px;
  }
  .pTop .cta2 .cta__main--contact .mascot__txt02 {
    position: absolute;
    left: 0;
    bottom: 19.23077vw;
    z-index: 2;
  }
  .pTop .cta2 .cta__main--contact .mascot__txt02 span {
    text-shadow: white 4px 0px 0px, white 3.87565px 0.98962px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.28295px 3.98998px 0px, white -0.71298px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.43278px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.84318px -3.91012px 0px, white 0.15041px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.13272px 0px;
  }
  .pTop .cta2 .cta__main--contact .right {
    margin-top: -8.97436vw;
  }
  .pChild__faq section {
    padding: 7.69231vw 4.48718vw;
    background: #EEF4FF;
  }
  .pChild__faq section:nth-of-type(2) {
    background: #fff;
  }
  .pChild__faq section h2 {
    text-align: center;
    font-size: 6.41026vw;
    line-height: 9.23077vw;
    font-weight: 900;
    color: #2C2C2C;
  }
  .pChild__faq section .faq__main--list {
    margin: 7.69231vw auto 0;
  }
  .pChild__area .area__main--list {
    margin-top: 0;
  }
  .pChild__company--main {
    padding: 5.12821vw 4.48718vw 10.25641vw;
  }
  .pChild__company--main dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__company--main dl + dl {
    margin-top: 1.28205vw;
  }
  .pChild__company--main dl dt {
    color: #fff;
    font-size: 4.10256vw;
    line-height: 1.5;
    font-weight: 700;
    background: #234C9C;
    padding: 2.5641vw 3.84615vw;
    margin-right: 1.28205vw;
    width: 27.17949vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__company--main dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #EEF4FF;
    font-size: 4.10256vw;
    line-height: 1.5;
    padding: 2.5641vw 3.84615vw;
  }
  .pChild__privacy--main {
    padding: 5.12821vw;
  }
  .pChild__privacy--main article + article {
    margin-top: 7.69231vw;
  }
  .pChild__privacy--main article h3 {
    color: #fff;
    font-size: 4.61538vw;
    line-height: 1.6;
    font-weight: 700;
    padding: 2.5641vw 4.23077vw;
    background: #234C9C;
  }
  .pChild__privacy--main article .txt {
    font-size: 3.58974vw;
    line-height: 1.6;
    color: #000;
    margin-top: 3.84615vw;
  }
  .pChild__privacy--main article .list {
    margin-top: 3.84615vw;
  }
  .pChild__privacy--main article .list dl dt {
    font-size: 3.58974vw;
    line-height: 5.89744vw;
    font-weight: 700;
    color: #234C9C;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 4.10256vw;
  }
  .pChild__privacy--main article .list dl dt::before {
    position: absolute;
    content: "";
    width: 1.53846vw;
    height: 5.12821vw;
    left: 0;
    top: 0.25641vw;
    background: #234C9C;
  }
  .pChild__privacy--main article .list dl dd {
    font-size: 3.58974vw;
    line-height: 1.6;
    color: #000;
    margin-top: 3.84615vw;
  }
  .pChild__privacy--main article .list dl + dl {
    margin-top: 7.69231vw;
  }
  .pChild__contact {
    padding: 7.69231vw 0 10.25641vw;
  }
  .pChild__contact--main {
    width: 89.74359vw;
    margin: auto;
    background: #FFFCED;
    -moz-box-shadow: 0 0 3.84615vw rgba(0, 0, 0, 0.15);
         box-shadow: 0 0 3.84615vw rgba(0, 0, 0, 0.15);
    padding: 5.12821vw 3.84615vw;
  }
  .pChild__contact--main--top {
    background: #FFDA2A;
    -moz-border-radius: 3.84615vw;
         border-radius: 3.84615vw;
    padding: 3.58974vw 4.10256vw 6.41026vw 4.10256vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__contact--main--top .txtPos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__contact--main--top .txtPos span {
    font-size: 2.5641vw;
    line-height: 1;
    font-weight: 500;
    color: #000;
    text-shadow: white 4px 0px 0px, white 3.87565px 0.98962px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.28295px 3.98998px 0px, white -0.71298px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.43278px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.84318px -3.91012px 0px, white 0.15041px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.13272px 0px;
  }
  .pChild__contact--main--top .txtPos span + span {
    margin-top: 2.05128vw;
  }
  .pChild__contact--main--top .boxMain {
    margin-top: 3.07692vw;
  }
  .pChild__contact--main--top .boxMain h2 {
    font-size: 8.97436vw;
    line-height: 1.3;
    font-weight: 900;
    color: #2C2C2C;
  }
  .pChild__contact--main--top .boxMain p {
    text-align: center;
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 1.53846vw;
  }
  .pChild__contact--main--top .boxMain .btn {
    text-align: center;
    margin-top: 3.58974vw;
    padding: 0 1.02564vw;
  }
  .pChild__contact--main--top .boxMain .btn a {
    width: 100%;
    height: 21.02564vw;
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
    background: #FF6403;
    -moz-box-shadow: 0 1.53846vw 0 #B74804;
         box-shadow: 0 1.53846vw 0 #B74804;
    display: block;
    padding: 2.5641vw 0 0;
  }
  .pChild__contact--main--top .boxMain .btn a > em {
    font-size: 3.58974vw;
    line-height: 1.52;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-family: 'Inter',sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__contact--main--top .boxMain .btn a > em::before, .pChild__contact--main--top .boxMain .btn a > em::after {
    font-size: 3.58974vw;
    line-height: 1.52;
    font-weight: 600;
    color: #fff;
    font-family: 'Inter',sans-serif;
  }
  .pChild__contact--main--top .boxMain .btn a > em::before {
    content: "＼";
  }
  .pChild__contact--main--top .boxMain .btn a > em::after {
    content: "／";
  }
  .pChild__contact--main--top .boxMain .btn a > span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 8.67179vw;
    line-height: 10.25641vw;
    font-family: 'Impact';
    color: #fff;
    white-space: nowrap;
  }
  .pChild__contact--main--top .boxMain .btn a > span::before {
    content: "";
    width: 10.25641vw;
    height: 5.89744vw;
    background: url("../img/ctaTelW.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.28205vw;
  }
  .pChild__contact--main--top figure {
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    position: absolute;
    top: 13.33333vw;
    width: 26.41026vw;
    right: 2.05128vw;
  }
  .pChild__contact--main--top figure img {
    width: 100%;
  }
  .pChild__contact--main--top figure figcaption {
    position: absolute;
    font-size: 2.5641vw;
    line-height: 3.58974vw;
    font-weight: 700;
    color: #000;
    right: 3.15385vw;
    top: -5.64103vw;
    text-shadow: white 4px 0px 0px, white 3.87565px 0.98962px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.28295px 3.98998px 0px, white -0.71298px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.43278px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.84318px -3.91012px 0px, white 0.15041px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.13272px 0px;
  }
  .pChild__contact--main--form > dl {
    padding: 2.5641vw;
  }
  .pChild__contact--main--form > dl:not(:last-of-type) {
    border-bottom: 1px solid #AFAFAF;
  }
  .pChild__contact--main--form > dl > dt {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.10256vw;
    line-height: 1.6;
    font-weight: 700;
  }
  .pChild__contact--main--form > dl > dt.required::before {
    content: "必須";
    font-size: 3.07692vw;
    line-height: 1;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background: #D80000;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    width: 11.28205vw;
    height: 5.64103vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 2.5641vw;
  }
  .pChild__contact--main--form > dl > dd {
    margin-top: 2.5641vw;
  }
  .pChild__contact--main--form > dl > dd > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2.5641vw;
    border-bottom: 1px solid #AFAFAF;
  }
  .pChild__contact--main--form > dl > dd > dl + dl {
    margin-top: 2.5641vw;
  }
  .pChild__contact--main--form > dl > dd > dl > dt {
    font-size: 4.10256vw;
    line-height: 1.6;
    font-weight: 700;
    width: 18.97436vw;
  }
  .pChild__contact--main--form > dl > dd > dl > dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__contact--main--form > dl > dd > dl > dd .wrapPostal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pChild__contact--main--form > dl > dd > dl > dd .wrapPostal > span {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
  .pChild__contact--main--form > dl > dd > dl > dd .wrapPostal input {
    width: 100%;
  }
  .pChild__contact--main--form > dl > dd > dl > dd .wrapPostal a, .pChild__contact--main--form > dl > dd > dl > dd .wrapPostal em {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24.87179vw;
    height: 10.76923vw;
    background: #FF8103;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    color: #fff;
    font-size: 3.07692vw;
    line-height: 1;
    font-weight: 700;
    margin-left: 2.5641vw;
    cursor: pointer;
    font-style: normal;
  }
  .pChild__contact--main--form > dl .wrapInput, .pChild__contact--main--form > dl .wrapSel {
    width: 100%;
  }
  .pChild__contact--main--form > dl .wrapInput input[type="text"], .pChild__contact--main--form > dl .wrapInput input[type="email"], .pChild__contact--main--form > dl .wrapInput select, .pChild__contact--main--form > dl .wrapInput textarea, .pChild__contact--main--form > dl .wrapSel input[type="text"], .pChild__contact--main--form > dl .wrapSel input[type="email"], .pChild__contact--main--form > dl .wrapSel select, .pChild__contact--main--form > dl .wrapSel textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 10.76923vw;
    font-size: 3.84615vw;
    line-height: 1.2;
    color: #2C2C2C;
    border: 1px solid #AFAFAF;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    background: #fff;
    padding: 2.82051vw 5.12821vw;
  }
  .pChild__contact--main--form > dl .wrapInput input[type="text"]::-webkit-input-placeholder, .pChild__contact--main--form > dl .wrapInput input[type="email"]::-webkit-input-placeholder, .pChild__contact--main--form > dl .wrapInput select::-webkit-input-placeholder, .pChild__contact--main--form > dl .wrapInput textarea::-webkit-input-placeholder, .pChild__contact--main--form > dl .wrapSel input[type="text"]::-webkit-input-placeholder, .pChild__contact--main--form > dl .wrapSel input[type="email"]::-webkit-input-placeholder, .pChild__contact--main--form > dl .wrapSel select::-webkit-input-placeholder, .pChild__contact--main--form > dl .wrapSel textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #AFAFAF;
  }
  .pChild__contact--main--form > dl .wrapInput input[type="text"]::-moz-placeholder, .pChild__contact--main--form > dl .wrapInput input[type="email"]::-moz-placeholder, .pChild__contact--main--form > dl .wrapInput select::-moz-placeholder, .pChild__contact--main--form > dl .wrapInput textarea::-moz-placeholder, .pChild__contact--main--form > dl .wrapSel input[type="text"]::-moz-placeholder, .pChild__contact--main--form > dl .wrapSel input[type="email"]::-moz-placeholder, .pChild__contact--main--form > dl .wrapSel select::-moz-placeholder, .pChild__contact--main--form > dl .wrapSel textarea::-moz-placeholder {
    opacity: 1;
    color: #AFAFAF;
  }
  .pChild__contact--main--form > dl .wrapInput input[type="text"]:-ms-input-placeholder, .pChild__contact--main--form > dl .wrapInput input[type="email"]:-ms-input-placeholder, .pChild__contact--main--form > dl .wrapInput select:-ms-input-placeholder, .pChild__contact--main--form > dl .wrapInput textarea:-ms-input-placeholder, .pChild__contact--main--form > dl .wrapSel input[type="text"]:-ms-input-placeholder, .pChild__contact--main--form > dl .wrapSel input[type="email"]:-ms-input-placeholder, .pChild__contact--main--form > dl .wrapSel select:-ms-input-placeholder, .pChild__contact--main--form > dl .wrapSel textarea:-ms-input-placeholder {
    opacity: 1;
    color: #AFAFAF;
  }
  .pChild__contact--main--form > dl .wrapInput input[type="text"]::placeholder, .pChild__contact--main--form > dl .wrapInput input[type="email"]::placeholder, .pChild__contact--main--form > dl .wrapInput select::placeholder, .pChild__contact--main--form > dl .wrapInput textarea::placeholder, .pChild__contact--main--form > dl .wrapSel input[type="text"]::placeholder, .pChild__contact--main--form > dl .wrapSel input[type="email"]::placeholder, .pChild__contact--main--form > dl .wrapSel select::placeholder, .pChild__contact--main--form > dl .wrapSel textarea::placeholder {
    opacity: 1;
    color: #AFAFAF;
  }
  .pChild__contact--main--form > dl .wrapInput textarea, .pChild__contact--main--form > dl .wrapSel textarea {
    height: 70.76923vw;
  }
  .pChild__contact--main--form > dl .wrapSel {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__contact--main--form > dl .wrapSel::after {
    position: absolute;
    content: "";
    width: 3.07692vw;
    height: 2.82051vw;
    background: #AFAFAF;
    top: 4.10256vw;
    right: 5.12821vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pChild__contact--main--form .wrapCheck {
    text-align: center;
    position: relative;
  }
  .pChild__contact--main--form .wrapCheck label {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .pChild__contact--main--form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pChild__contact--main--form .wrapCheck label input:checked + .mwform-checkbox-field-text::before,
  .pChild__contact--main--form .wrapCheck label input:checked + .wpcf7-list-item-label::before {
    content: "\2713";
  }
  .pChild__contact--main--form .wrapCheck label .wpcf7-form-control-wrap, .pChild__contact--main--form .wrapCheck label .wpcf7-form-control, .pChild__contact--main--form .wrapCheck label .wpcf7-list-item, .pChild__contact--main--form .wrapCheck label .mwform-checkbox-field {
    line-height: 0;
  }
  .pChild__contact--main--form .wrapCheck label .mwform-checkbox-field-text, .pChild__contact--main--form .wrapCheck label .wpcf7-list-item-label {
    width: 5.38462vw;
    height: 5.38462vw;
    position: relative;
    overflow: hidden;
  }
  .pChild__contact--main--form .wrapCheck label .mwform-checkbox-field-text::before, .pChild__contact--main--form .wrapCheck label .wpcf7-list-item-label::before {
    position: absolute;
    content: "";
    width: 5.38462vw;
    height: 5.38462vw;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 5.38462vw;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    border: 1px solid #2C2C2C;
  }
  .pChild__contact--main--form .wrapCheck label em {
    font-style: normal;
    font-size: 4.10256vw;
    line-height: 1;
    font-weight: 700;
    color: #576065;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 2.5641vw;
  }
  .pChild__contact--main--form .wrapCheck label em a {
    color: #576065;
    text-decoration: underline;
  }
  .pChild__contact--main--form .wrapCheck label .wpcf7-form-control-wrap {
    position: inherit;
  }
  .pChild__contact--main--form .wrapCheck label .wpcf7-not-valid-tip {
    line-height: 1.5;
    position: absolute;
    width: 100%;
    bottom: -6.41026vw;
    left: 0;
    font-size: 2.5641vw;
    text-align: center;
  }
  .pChild__contact--main--form .wrapBtn {
    margin-top: 5.51282vw;
    text-align: center;
  }
  .pChild__contact--main--form .wrapBtn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 51.28205vw;
    height: 14.10256vw;
    -moz-border-radius: 25.64103vw;
         border-radius: 25.64103vw;
    color: #fff;
    background: #ED6C00;
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    border: none;
  }
  .pChild__contact--top {
    margin-top: 10.25641vw;
    text-align: center;
  }
  .pChild__contact--top a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 5.12821vw;
    line-height: 7.4359vw;
    font-weight: 900;
    color: #2C2C2C;
  }
  .pChild__contact--top a::after {
    content: "";
    width: 3.33333vw;
    height: 3.84615vw;
    background: #2C2C2C;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin-left: 5.12821vw;
  }
  .pChild__contact--thanks--top {
    padding: 10.25641vw 3.84615vw 0;
  }
  .pChild__contact--thanks--top h2 {
    text-align: center;
    font-size: 5.12821vw;
    line-height: 7.4359vw;
    font-weight: 700;
    color: #FF6403;
  }
  .pChild__contact--thanks--top h3 {
    text-align: center;
    font-size: 4.10256vw;
    line-height: 1.6;
    color: #2C2C2C;
    font-weight: 700;
    margin-top: 5.12821vw;
  }
  .pChild__contact--thanks--top p {
    font-size: 3.58974vw;
    line-height: 1.6;
    color: #2C2C2C;
    margin-top: 5.12821vw;
  }
  .pChild__contact--thanks--tel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5.12821vw;
    font-size: 5.12821vw;
    line-height: 7.4359vw;
    font-weight: 700;
  }
  .pChild__contact--thanks--tel::after {
    content: "";
    width: 6.15385vw;
    height: 5.38462vw;
    background: #2C2C2C;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin-left: 0.51282vw;
  }
  .pChild__contact--thanks .cta3 {
    padding-top: 0;
    margin-top: 5.12821vw;
  }
  .pChild__contact--thanks .cta3 .cta__main {
    padding-top: 0;
    max-width: 256.41026vw;
  }
  .pChild__contact--thanks .cta3 .cta__main--time {
    display: block;
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    text-align: center;
    padding: 2.05128vw 6.66667vw 2.05128vw 17.94872vw;
  }
  .pChild__contact--thanks .cta3 .cta__main--time::before {
    width: 10.51282vw;
    height: 10.51282vw;
    left: 5.12821vw;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .ribbon {
    width: 31.53846vw;
    height: 31.53846vw;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 1.02564vw;
    left: 2.30769vw;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .ribbon span {
    font-size: 4.27179vw;
    line-height: 6.15385vw;
    font-weight: 900;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .ribbon em {
    font-size: 5.93333vw;
    line-height: 8.71795vw;
    font-weight: 900;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .ribbon em::after {
    display: none;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .ribbon::before {
    display: none;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .mascot {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 2;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .mascot figure {
    width: 100%;
    text-align: right;
    margin-top: 0;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .mascot figure::before {
    display: none;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .mascot figure img {
    width: 71.79487vw;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .mascot .mascot__txt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 3.33333vw;
    top: inherit;
    right: inherit;
    left: 0vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 2;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .mascot .mascot__txt span {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    font-size: 2.5641vw;
    line-height: 3.33333vw;
    white-space: nowrap;
    text-shadow: white 4px 0px 0px, white 3.87565px 0.98962px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.28295px 3.98998px 0px, white -0.71298px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.43278px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.84318px -3.91012px 0px, white 0.15041px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.13272px 0px;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .mascot .mascot__txt02 {
    left: 0;
    bottom: 14.87179vw;
    position: absolute;
    margin: 0;
    padding: 0;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .mascot .mascot__txt02 span {
    text-shadow: white 4px 0px 0px, white 3.87565px 0.98962px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.28295px 3.98998px 0px, white -0.71298px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.43278px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.84318px -3.91012px 0px, white 0.15041px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.13272px 0px;
  }
  .pChild__contact--thanks .cta3 .cta__main--contact .right {
    width: auto;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -3.84615vw;
  }
  .pChild__blog {
    padding: 5.12821vw 0 10.25641vw;
  }
  .pChild__blog--main {
    padding-left: 0;
    padding-right: 0;
  }
  .pChild__blog--main .listBlog {
    width: 100%;
    background: #FFFCED;
    padding: 5.12821vw 4.48718vw;
  }
  .pChild__blog--main .listBlog h2 {
    font-size: 6.41026vw;
    line-height: 9.23077vw;
    font-weight: 700;
    color: #FF8103;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 5.38462vw;
  }
  .pChild__blog--main .listBlog h2::before {
    position: absolute;
    content: "";
    width: 1.53846vw;
    height: 8.71795vw;
    left: 0;
    top: 0.76923vw;
    background: #FF8103;
  }
  .pChild__blog--main .listBlog .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 3.84615vw -1.79487vw -3.84615vw;
  }
  .pChild__blog--main .listBlog .list article {
    background: #fff;
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
    -moz-box-shadow: 0 0 1.79487vw rgba(0, 0, 0, 0.15);
         box-shadow: 0 0 1.79487vw rgba(0, 0, 0, 0.15);
    padding: 3.84615vw 2.5641vw;
    width: 43.58974vw;
    margin: 3.84615vw 1.79487vw;
  }
  .pChild__blog--main .listBlog .list article figure {
    width: 100%;
  }
  .pChild__blog--main .listBlog .list article figure img {
    width: 100%;
    height: auto;
  }
  .pChild__blog--main .listBlog .list article .ar {
    width: 100%;
    margin-top: 2.5641vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__blog--main .listBlog .list article .ar .meta {
    margin-top: 2.5641vw;
  }
  .pChild__blog--main .listBlog .list article .ar .meta ul {
    margin: -0.64103vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__blog--main .listBlog .list article .ar .meta ul li {
    margin: 0.64103vw;
  }
  .pChild__blog--main .listBlog .list article .ar .meta ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    color: #fff;
    font-size: 2.5641vw;
    line-height: 3.58974vw;
    font-weight: 700;
    background: #FF8103;
    padding: 0.76923vw 2.5641vw;
    -moz-border-radius: 0.76923vw;
         border-radius: 0.76923vw;
  }
  .pChild__blog--main .listBlog .list article .ar h3 {
    font-size: 3.58974vw;
    line-height: 5.12821vw;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 1.28205vw;
  }
  .pChild__blog--main .listBlog .list article .ar time {
    font-size: 3.07692vw;
    line-height: 3.84615vw;
    font-family: "Inter",sans-serif;
    font-weight: 400;
    color: #4B4B4B;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.5641vw;
  }
  .pChild__blog--main .listBlog .list article .ar time.pub::before {
    content: "";
    width: 4.10256vw;
    height: 3.78205vw;
    background: url("../img/blogReload.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.28205vw;
  }
  .pChild__blog--main .listBlog .list article .ar time.update::before {
    content: "";
    width: 4.10256vw;
    height: 4.10256vw;
    background: url("../img/blogUpdate.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.28205vw;
  }
  .pChild__blog--main > aside {
    width: 69.23077vw;
    margin: 6.41026vw;
  }
  .pChild__blog--main > aside .category {
    background: #FF8103;
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
    padding: 5.12821vw 3.84615vw;
  }
  .pChild__blog--main > aside .category h3 {
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 5.12821vw;
    line-height: 6.15385vw;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
  }
  .pChild__blog--main > aside .category h3::before {
    content: "";
    width: 8.20513vw;
    height: 6.15385vw;
    background: url("../img/bee04.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.28205vw;
  }
  .pChild__blog--main > aside .category ul {
    margin-top: 5.12821vw;
  }
  .pChild__blog--main > aside .category ul li + li {
    margin-top: 1.28205vw;
  }
  .pChild__blog--main > aside .category ul li a {
    background: #fff;
    display: block;
    font-size: 4.10256vw;
    line-height: 4.87179vw;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    color: #FF8103;
    padding: 3.84615vw 10.51282vw 3.84615vw 5.12821vw;
    border: 1px solid #FF8103;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__blog--main > aside .category ul li a::after {
    position: absolute;
    content: "";
    width: 2.05128vw;
    height: 3.58974vw;
    background: url("../img/blogAsideArr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5.64103vw;
  }
  .pChild__blog--main > aside .contact {
    border: 0.76923vw solid #FFDA2A;
    margin-top: 7.69231vw;
    background: #fff;
  }
  .pChild__blog--main > aside .contact h3 {
    text-align: center;
    background: url("../img/blogBg.webp") 0 0 repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin: -0.76923vw;
    padding: 2.82051vw 1.02564vw;
    font-size: 5.12821vw;
    line-height: 7.4359vw;
    font-weight: 900;
    color: #fff;
    text-shadow: #ff8103 3px 0px 0px, #ff8103 2.83487px 0.98158px 0px, #ff8103 2.35766px 1.85511px 0px, #ff8103 1.62091px 2.52441px 0px, #ff8103 0.70571px 2.91581px 0px, #ff8103 -0.28717px 2.98622px 0px, #ff8103 -1.24844px 2.72789px 0px, #ff8103 -2.07227px 2.16926px 0px, #ff8103 -2.66798px 1.37182px 0px, #ff8103 -2.96998px 0.42336px 0px, #ff8103 -2.94502px -0.5717px 0px, #ff8103 -2.59586px -1.50383px 0px, #ff8103 -1.96093px -2.27041px 0px, #ff8103 -1.11013px -2.78704px 0px, #ff8103 -0.13712px -2.99686px 0px, #ff8103 0.85099px -2.87677px 0px, #ff8103 1.74541px -2.43999px 0px, #ff8103 2.44769px -1.73459px 0px, #ff8103 2.88051px -0.83825px 0px;
  }
  .pChild__blog--main > aside .contact .listBtn {
    padding: 3.07692vw;
  }
  .pChild__blog--main > aside .contact .listBtn .wrapTel a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 8.46154vw;
    line-height: 10.25641vw;
    font-family: 'Impact';
    color: #FF6403;
  }
  .pChild__blog--main > aside .contact .listBtn .wrapTel a::before {
    content: "";
    width: 9.74359vw;
    height: 5.64103vw;
    background: url("../img/ctaTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.53846vw;
  }
  .pChild__blog--main > aside .contact .listBtn .wrapTel time {
    font-size: 3.58974vw;
    line-height: 5.12821vw;
    font-weight: 700;
    color: #2C2C2C;
    display: block;
    text-align: center;
  }
  .pChild__blog--main > aside .contact .listBtn a.mail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 12.82051vw;
    -moz-border-radius: 25.64103vw;
         border-radius: 25.64103vw;
    color: #fff;
    font-size: 3.84615vw;
    line-height: 1.2;
    font-weight: 700;
    background: #1A008E;
    margin-top: 3.84615vw;
  }
  .pChild__blog--main > aside .contact .listBtn a.mail::before {
    content: "";
    width: 7.17949vw;
    height: 7.17949vw;
    background: url("../img/icMail.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 2.5641vw;
  }
  .pChild__blog--main > aside .contact .listBtn a.line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 12.82051vw;
    -moz-border-radius: 25.64103vw;
         border-radius: 25.64103vw;
    color: #fff;
    font-size: 3.84615vw;
    line-height: 1.2;
    font-weight: 700;
    background: #00B922;
    margin-top: 2.5641vw;
  }
  .pChild__blog--main > aside .contact .listBtn a.line::before {
    content: "";
    width: 7.17949vw;
    height: 7.17949vw;
    background: url("../img/icLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 2.5641vw;
  }
  .pChild__blog--main > aside .contact .listPay {
    padding: 0 3.07692vw;
    margin-top: 2.5641vw;
  }
  .pChild__blog--main > aside .contact .listPay > dl > dt {
    width: 100%;
    color: #fff;
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
    background: #234C9C;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.79487vw 0;
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd {
    width: 100%;
    padding: 1.79487vw 0vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd::after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 4.87179vw);
    width: -moz-calc(100% - 4.87179vw);
    width: calc(100% - 4.87179vw);
    height: 1px;
    background: #234C9C;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl > dt {
    font-size: 2.5641vw;
    line-height: 1;
    font-weight: 500;
    color: #000;
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl > dd {
    text-align: center;
    line-height: 0;
    margin-top: 1.28205vw;
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl > dd img {
    height: 4.61538vw;
    width: auto;
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl:nth-of-type(1) {
    margin-left: 2.82051vw;
    margin-bottom: 6.15385vw;
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl:nth-of-type(2) {
    margin-left: 5.64103vw;
    margin-right: 2.82051vw;
    margin-bottom: 6.15385vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl:nth-of-type(2)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 8.97436vw;
    background: #234C9C;
    top: 0;
    left: -2.82051vw;
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl:nth-of-type(4), .pChild__blog--main > aside .contact .listPay > dl > dd > dl:nth-of-type(5) {
    margin-left: 5.64103vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__blog--main > aside .contact .listPay > dl > dd > dl:nth-of-type(4)::before, .pChild__blog--main > aside .contact .listPay > dl > dd > dl:nth-of-type(5)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 8.97436vw;
    background: #234C9C;
    top: 0;
    left: -2.82051vw;
  }
  .pChild__blog--main .detailBlog {
    background: #FFFCED;
    padding: 7.69231vw 4.48718vw;
    width: 100%;
  }
  .pChild__blog--main .detailBlog__fig {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__blog--main .detailBlog__fig figure img {
    width: 100%;
    height: auto;
  }
  .pChild__blog--main .detailBlog__fig .maskTitle {
    background: #234C9C;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    font-size: 4.61538vw;
    line-height: 6.92308vw;
    padding: 3.84615vw 5.12821vw;
    font-weight: 700;
    color: transparent;
    display: block;
    z-index: 1;
  }
  .pChild__blog--main .detailBlog__fig h1 {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    font-size: 4.61538vw;
    line-height: 6.92308vw;
    padding: 3.84615vw 5.12821vw;
    font-weight: 700;
    color: #FFDA2A;
    display: block;
    z-index: 2;
  }
  .pChild__blog--main .detailBlog__meta {
    margin-top: 2.5641vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pChild__blog--main .detailBlog__meta ul {
    margin: -0.64103vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__blog--main .detailBlog__meta ul li {
    margin: 0.64103vw;
  }
  .pChild__blog--main .detailBlog__meta ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    color: #fff;
    font-size: 2.5641vw;
    line-height: 3.58974vw;
    font-weight: 700;
    background: #FF8103;
    padding: 1.28205vw 2.5641vw;
    -moz-border-radius: 0.76923vw;
         border-radius: 0.76923vw;
  }
  .pChild__blog--main .detailBlog__meta time {
    font-size: 3.07692vw;
    line-height: 3.84615vw;
    font-family: "Inter",sans-serif;
    font-weight: 400;
    color: #4B4B4B;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.53846vw 0;
  }
  .pChild__blog--main .detailBlog__meta time.pub::before {
    content: "";
    width: 4.10256vw;
    height: 3.78205vw;
    background: url("../img/blogReload.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.28205vw;
  }
  .pChild__blog--main .detailBlog__meta time.update::before {
    content: "";
    width: 4.10256vw;
    height: 4.10256vw;
    background: url("../img/blogUpdate.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.28205vw;
  }
  .pChild__blog--main .detailBlog__lead {
    font-size: 3.58974vw;
    line-height: 1.8;
    font-weight: 400;
    color: #2C2C2C;
    margin: 5.12821vw 0 7.69231vw;
  }
  .pChild__blog--main .detailBlog__content #toc_container {
    margin-bottom: 10.25641vw;
    background: #fff;
    width: 100%;
    border: 1px solid #234C9C;
    position: relative;
    padding: 0;
    padding-bottom: 3.84615vw;
    margin-top: 7.69231vw;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    width: 100%;
    font-size: 6.15385vw;
    line-height: 8.97436vw;
    font-weight: 700;
    background: #234C9C;
    padding: 2.5641vw 0;
    margin-bottom: 0;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_title::after {
    content: "";
    width: 7.91538vw;
    height: 4.8359vw;
    background: url("../img/tocClose.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 3.84615vw;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_title .toc_toggle {
    display: none;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list {
    padding: 5.12821vw 4.48718vw;
    margin-bottom: 0;
    overflow: hidden;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list.toc__show {
    height: 100% !important;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list li::before {
    display: none;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li {
    padding-left: 0;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li + li {
    margin-top: 3.84615vw;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > a {
    color: #234C9C;
    text-decoration: none;
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > a .toc_number {
    margin-right: 1.28205vw;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > a .toc_number::after {
    content: ".";
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > ul {
    margin-left: 5.12821vw;
    margin-bottom: 0;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > ul > li {
    padding-left: 0;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > ul > li + li {
    margin-top: 1.28205vw;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > ul > li > a {
    color: #234C9C;
    text-decoration: none;
    font-size: 3.58974vw;
    line-height: 5.12821vw;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > ul > li > a .toc_number {
    margin-right: 1.28205vw;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc_list > li > ul > li > a .toc_number::after {
    content: ".";
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc__button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    background: #fff;
    padding: 3.84615vw 0;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc__button button {
    background: none;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    outline: none;
    font-size: 3.58974vw;
    line-height: 5.12821vw;
    font-weight: 700;
  }
  .pChild__blog--main .detailBlog__content #toc_container .toc__button button.toc__hide {
    display: none;
  }
  .pChild__blog--main .detailBlog__content .banner {
    margin-bottom: 7.69231vw;
  }
  .pChild__blog--main .detailBlog__content .banner a {
    line-height: 0;
    display: block;
    width: 100%;
  }
  .pChild__blog--main .detailBlog__content .banner a img {
    width: 100%;
    height: auto;
  }
  .pChild__blog--main .detailBlog__content h2 {
    color: #fff;
    background: #FF6403;
    padding: 3.84615vw 5.12821vw;
    font-size: 5.12821vw;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 2.5641vw;
  }
  .pChild__blog--main .detailBlog__content p {
    font-size: 3.58974vw;
    line-height: 1.8;
    color: #2C2C2C;
    font-weight: 400;
    margin-bottom: 5.12821vw;
  }
  .pChild__blog--main .detailBlog__content ul {
    margin-bottom: 5.12821vw;
  }
  .pChild__blog--main .detailBlog__content ul li {
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 500;
    color: #2C2C2C;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 4.23077vw;
  }
  .pChild__blog--main .detailBlog__content ul li + li {
    margin-top: 2.5641vw;
  }
  .pChild__blog--main .detailBlog__content ul li::before {
    position: absolute;
    content: "";
    width: 2.5641vw;
    height: 2.5641vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #FF8103;
    left: 0;
    top: 1.66667vw;
  }
  .pChild__blog--main .detailBlog__content ol {
    counter-reset: li;
    margin-bottom: 5.12821vw;
  }
  .pChild__blog--main .detailBlog__content ol li {
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 500;
    color: #2C2C2C;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 4.23077vw;
    counter-increment: li;
  }
  .pChild__blog--main .detailBlog__content ol li::before {
    position: absolute;
    content: counter(li) ".";
    font-size: 4.10256vw;
    line-height: 5.89744vw;
    font-weight: 700;
    color: #FF8103;
    left: 0;
    top: 0;
  }
  .pChild__blog--main .detailBlog__content ol li + li {
    margin-top: 2.5641vw;
  }
  .pChild__blog--main .detailBlog__content h3 {
    font-size: 4.10256vw;
    line-height: 1.6;
    font-weight: 700;
    color: #FF6403;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 4.35897vw;
    margin-bottom: 5.12821vw;
  }
  .pChild__blog--main .detailBlog__content h3::before {
    position: absolute;
    content: "";
    width: 1.79487vw;
    height: 6.15385vw;
    top: 0.25641vw;
    left: 0;
    background: #FF6403;
  }
  .pChild__blog--main .detailBlog__content h4 {
    font-size: 3.58974vw;
    line-height: 1.6;
    font-weight: 700;
    color: #FF6403;
    padding: 0 0 2.5641vw 2.5641vw;
    border-bottom: 0.51282vw solid #FF6403;
    margin-bottom: 5.12821vw;
  }
  .pChild__blog--main .detailBlog__content .relPost {
    margin-bottom: 5.12821vw;
  }
  .pChild__blog--main .detailBlog__content .relPost a {
    background: #fff;
    border: 1px solid #FF6403;
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
    padding: 3.84615vw 4.48718vw;
    width: 100%;
    display: block;
    text-decoration: none;
  }
  .pChild__blog--main .detailBlog__content .relPost a figure {
    width: 46.15385vw;
    margin-right: 5.12821vw;
    display: none;
  }
  .pChild__blog--main .detailBlog__content .relPost a figure img {
    width: 100%;
    height: 28.71795vw;
    object-fit: cover;
  }
  .pChild__blog--main .detailBlog__content .relPost a .ar span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 6.92308vw;
    -moz-border-radius: 1.28205vw;
         border-radius: 1.28205vw;
    background: #FF8103;
    color: #fff;
    font-size: 3.07692vw;
    line-height: 4.35897vw;
    padding: 0 2.5641vw;
    white-space: nowrap;
  }
  .pChild__blog--main .detailBlog__content .relPost a .ar em {
    display: block;
    font-style: normal;
    font-size: 3.58974vw;
    line-height: 5.12821vw;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 1.28205vw;
    text-decoration: none;
  }
  .pChild__blog--main .detailBlog__content .relPost a .ar time {
    font-size: 3.07692vw;
    line-height: 3.84615vw;
    font-family: "Inter",sans-serif;
    font-weight: 400;
    color: #4B4B4B;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.5641vw;
  }
  .pChild__blog--main .detailBlog__content .relPost a .ar time.pub::before {
    content: "";
    width: 4.10256vw;
    height: 3.78205vw;
    background: url("../img/blogReload.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.28205vw;
  }
  .pChild__blog--main .detailBlog__content .relPost a .ar time.update::before {
    content: "";
    width: 4.10256vw;
    height: 4.10256vw;
    background: url("../img/blogUpdate.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.28205vw;
  }
  .pChild__blog--main .detailBlog__content a {
    text-decoration: underline;
    color: #007FF5;
  }
  .pChild__blog--main .detailBlog__content blockquote {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 5.12821vw 5.12821vw 5.12821vw 15.38462vw;
    background: #fff;
    font-size: 3.58974vw;
    line-height: 1.6;
    font-weight: 500;
    color: #878787;
    margin-bottom: 5.12821vw;
  }
  .pChild__blog--main .detailBlog__content blockquote::before {
    position: absolute;
    content: "";
    width: 10.25641vw;
    height: 100%;
    background: #FFDA2A url("../img/blogQoute.webp") center no-repeat;
    -moz-background-size: 4.87179vw 4.10256vw;
         background-size: 4.87179vw 4.10256vw;
    top: 0;
    left: 0;
  }
  .pChild__blog--main .detailBlog__faq {
    padding-top: 7.69231vw;
  }
  .pChild__blog--main .detailBlog__faq h3 {
    font-size: 5.12821vw;
    line-height: 1.6;
    font-weight: 700;
    color: #000;
    padding: 0 0 0 14.87179vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__blog--main .detailBlog__faq h3::before {
    position: absolute;
    content: "";
    width: 12.30769vw;
    height: 8.20513vw;
    background: url("../img/blogQa.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
  }
  .pChild__blog--main .detailBlog__faq .faq__main--list dl dt {
    font-size: 3.58974vw;
    line-height: 4.35897vw;
    padding: 3.84615vw 14.35897vw 3.84615vw 11.02564vw;
  }
  .pChild__blog--main .detailBlog__faq .faq__main--list dl dt::before {
    font-size: 5.89744vw;
    line-height: 7.17949vw;
    left: 3.84615vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pChild__blog--main .detailBlog__faq .faq__main--list dl dd {
    padding: 3.84615vw 3.84615vw 3.84615vw 12.82051vw;
    line-height: 1.6;
  }
  .pChild__blog--main .detailBlog__faq .faq__main--list dl dd::before {
    font-size: 6.41026vw;
    line-height: 7.17949vw;
    left: 3.84615vw;
    top: 5.12821vw;
  }
  .pChild__blog--main .detailBlog__rel {
    margin-top: 12.82051vw;
  }
  .pChild__blog--main .detailBlog__rel h3 {
    text-align: center;
    font-size: 5.38462vw;
    line-height: 6.41026vw;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    color: #000;
  }
  .pChild__blog--main .detailBlog__rel--list {
    margin-top: 5.12821vw;
  }
  .pChild__blog--main .detailBlog__rel--list ul {
    margin: -1.92308vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild__blog--main .detailBlog__rel--list ul li {
    margin: 1.92308vw;
    width: 43.58974vw;
  }
  .pChild__blog--main .detailBlog__rel--list ul li a {
    display: block;
    width: 100%;
	height:100%;
    background: #fff;
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
    padding: 3.84615vw 2.5641vw;
    -moz-box-shadow: 0 0 1.79487vw rgba(0, 0, 0, 0.15);
         box-shadow: 0 0 1.79487vw rgba(0, 0, 0, 0.15);
  }
  .pChild__blog--main .detailBlog__rel--list ul li a figure {
    width: 100%;
  }
  .pChild__blog--main .detailBlog__rel--list ul li a figure img {
    width: 100%;
    height: 23.84615vw;
    object-fit: cover;
  }
  .pChild__blog--main .detailBlog__rel--list ul li a span {
    display: block;
    font-size: 3.58974vw;
    line-height: 5.12821vw;
    font-weight: 700;
    color: #2C2C2C;
    margin-top: 3.84615vw;
  }
}

.noPadTop {
  padding-top: 0 !important;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(120%);
         transform: translateX(120%);
  }
  100% {
    -moz-transform: translateX(-120%);
         transform: translateX(-120%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(120%);
       -moz-transform: translateX(120%);
            transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(-120%);
       -moz-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}

.wpcf7-spinner {
  display: none !important;
}

.js-text .js-item,
.js-text .js-item__inner {
  display: block;
}

.js-text .js-item {
  overflow: hidden;
}

.js-text .js-item__inner {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
   -ms-transform: translateY(100%);
       transform: translateY(100%);
  -webkit-animation-delay: inherit;
  -moz-animation-delay: inherit;
       animation-delay: inherit;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
       animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
}

.js-text.active .js-item__inner {
  -webkit-animation-name: textShow;
     -moz-animation-name: textShow;
          animation-name: textShow;
}

.effect, .isFull, .isPar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.delay03 {
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 0.5s ease 0.6s;
  -moz-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 0.5s ease 0.9s;
  -moz-transition: all 0.5s ease 0.9s;
  transition: all 0.5s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 0.5s ease 1.2s;
  -moz-transition: all 0.5s ease 1.2s;
  transition: all 0.5s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 0.5s ease 1.5s;
  -moz-transition: all 0.5s ease 1.5s;
  transition: all 0.5s ease 1.5s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.fadeInDown {
  -webkit-transform: translate3d(0, -50px, 0);
     -moz-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.fadeInDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInUp {
  -webkit-transform: translate3d(0, 50px, 0);
     -moz-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.zoomIn {
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}

.zoomIn.active {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.slideUp {
  -webkit-transform: translate3d(0, 100px, 0);
     -moz-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.slideUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideDown {
  -webkit-transform: translate3d(0, -100px, 0);
     -moz-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
  opacity: 0;
}

.slideDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToRight {
  -webkit-transform: translate3d(-100px, 0, 0);
     -moz-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.slideToRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToLeft {
  -webkit-transform: translate3d(100px, 0, 0);
     -moz-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.slideToLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes textShow {
  0% {
    -webkit-transform: translateY(130%);
            transform: translateY(130%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes updown {
  to {
    top: -28px;
  }
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes scrolldown {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(100%);
         transform: translateY(100%);
  }
  51% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@-moz-keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@-webkit-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@-moz-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

.pChild__content .column__main--left--detail .content ul.toc_list li::before {
  display: none;
}

.pChild__content .column__main--left--detail .content ul.toc_list li a::before {
  display: none;
}

.pChild__content .wpcf7 #send, .pChild__content .wpcf7 #back {
  display: none;
}

.pChild__content .wpcf7.form-confirm #confirm {
  display: none;
}

.pChild__content .wpcf7.form-confirm #send, .pChild__content .wpcf7.form-confirm #back {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.pChild__content .wpcf7.form-confirm .wrapCheck {
  display: none;
}

.pChild__content .wpcf7.form-confirm .contact__main--float .intro {
  display: none;
}

.pChild__content .wpcf7.form-confirm .contact__main--float .form dl dd input[type="text"], .pChild__content .wpcf7.form-confirm .contact__main--float .form dl dd input[type="email"], .pChild__content .wpcf7.form-confirm .contact__main--float .form dl dd input[type="number"], .pChild__content .wpcf7.form-confirm .contact__main--float .form dl dd textarea {
  background: none;
  pointer-events: none;
  height: auto;
  padding: 0;
}

.pChild__content .wpcf7 span.error {
  color: #ff0000;
  font-weight: 700;
}

.pChild__content .wpcf7 .wrapCheck span.error {
  display: block;
  width: 100%;
}
.pTop .area__main--list > dl > dd h3 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight:600;
  color:#FF8103
}


@media screen and (min-width: 769px) {
  .pChild__blog--main .detailBlog {
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
         box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  }
  .pChild__blog--main .detailBlog.detailIntrodution {
    width: 900px;
    margin: auto auto 40px;
  }
  .pChild__blog--main .detailBlog.detailIntrodution .detailBlog__meta {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .pChild__blog--main .detailBlog.detailIntrodution .detailBlog__meta .update2 {
    margin-left: 10px;
  }
  .pChild__blog--main .detailBlog.detailIntrodution .detailBlog__meta .update2::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/update2.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 5px;
  }
  .pChild__blog--main .detailBlog.detailIntrodution .detailBlog__content p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pChild__blog--main .detailBlog {
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
    -moz-box-shadow: 0 0 1.79487vw rgba(0, 0, 0, 0.15);
         box-shadow: 0 0 1.79487vw rgba(0, 0, 0, 0.15);
  }
  .pChild__blog--main .detailBlog.detailIntrodution {
    width: 100%;
    margin: auto auto;
    padding-bottom: 7.69231vw;
  }
  .pChild__blog--main .detailBlog.detailIntrodution .detailBlog__meta {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 5.12821vw;
  }
  .pChild__blog--main .detailBlog.detailIntrodution .detailBlog__meta .update2 {
    margin-left: 10px;
  }
  .pChild__blog--main .detailBlog.detailIntrodution .detailBlog__meta .update2::before {
    content: "";
    width: 4.10256vw;
    height: 4.10256vw;
    background: url("../img/update2.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.28205vw;
  }
  .pChild__blog--main .detailBlog.detailIntrodution .detailBlog__content p {
    margin-bottom: 5.12821vw;
  }
}

/*トラベルブック*/
.tblp__html{
   scroll-behavior: smooth;
}
.tblp .use__main--btn,
.tblp .voice__main--btn,
.tblp .cta__main--contact .right .line{
   display: none;
}
.pTop .use__main--list article a{
   /* pointer-events:none; */
}
.tblp .pChild__privacy--main{
   padding-top:0;
}
.tblp .cta__main--contact .right .mail .show_sp{
   display: none;
}
.tblp .cta__main--contact .right .mail{
   width:100%;
}
.tblp .use__main--list article .work,
.pTop .use__main--list article .work{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
  align-items: start;
}
.pTop .use__main--list article .work .work__list{
  display: flex;
}
.tblp .use__main--list article .work__bottom,
.pTop .use__main--list article .work__bottom{
    display: block;
}

@media screen and (max-width:1024px){
	.pTop .cta__main--contact .mascot{
		z-index: -1;
	}
	.pChild__contact--main--top .boxMain h2{
	    font-size:40px;
	}
}

/*トラベルブックのプライバシーポリシーのモーダル*/
.modal{
    position:relative;
	z-index:100;
	display:none;
}
.modal__bg{
    background:rgba(0, 0, 0, 0.30);
	position:absolute;
	inset:0;
	margin:auto;
	z-index:-1;
}
.modal__container{
	position:fixed;
	inset:0;
	margin:auto;
	padding:80px;
}
.modal__inner{
    position:relative;
	width:min(100% - 40px,750px);
	margin:auto;
}
.modal__outer{
	background:#FFFCED;
	padding:40px;
	width:min(100% - 40px,750px);
	margin:auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	overflow-y:scroll;
	height:100%;
}
.modal__close{
	position:absolute;
	right: -80px;
    top: -40px;
	cursor: pointer;
	background:#FFFCED;
	border-radius:50%;
	padding:10px;
}
.modal__border {
  width: 30px;
  height: 30px;
  position: relative;
}
.modal__border::before,
.modal__border::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background-color: #333;
  transition: background-color 0.3s ease;
}
.modal__border::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__border::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__show{
  display:block;
}
.modal__hidden{
  overflow:hidden;
}
@media screen and (max-width:768px){
	.modal__container{
		padding: 80px 0;
	}
	.modal__outer{
		padding: 0;
	}
	.modal__close{
		right: 0;
		top: -60px;
	}
}

/* ctaBotFixed */
.ctaBotFixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FAECAD;
  padding: 12px 0 6px;
  z-index: 9;
}
.ctaBotFixed .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1196px;
}
.ctaBotFixed .row .botFixedBee {
  width: 144px;
  margin-top: -33px;
  margin-right: 8px;
}
.ctaBotFixed .row .botFixedBee img {
  width: 100%;
}
.ctaBotFixed .row .botFixedWrap {
  width: calc(100% - 152px);
}
.ctaBotFixed .row .botFixedWrap .botFixedNote {
  font-size: 23px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 3px;
}
.ctaBotFixed .row .botFixedWrap .botFixedNote .red {
  color: #D80000;
}
.ctaBotFixed .row .botFixedWrap .wrapInfo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone {
  text-align: left;
  margin-top: 1px;
  margin-right: 5px;
}
.ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
  text-align: left;
  font-size: 16px;
  font-weight: 900;
  color: #FF6403;
  line-height: 1.62;
}
.ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a .note {
  margin-top: 3px;
  margin-right: 31px;
}
.ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a .number {
  position: relative;
  display: block;
  font-family: 'Impact';
  font-size: 56px;
  font-weight: 400;
  line-height: 1.18;
  padding-left: 40px;
}
.ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a .number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 43px;
  aspect-ratio: 1 / 1;
  background: url(../img/bot-cta-icon-02.png) no-repeat top left / 100%;
}
.ctaBotFixed .row .botFixedWrap .wrapInfo .infoList {
  display: flex;
  flex-wrap: wrap;
  width: 488px;
}
.ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li {
  width: calc(50% - 5px);
  height: 100%;
}
.ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li:first-child {
  margin-right: 10px;
}
.ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 18px;
  font-weight: 900;
  background: #1A008E;
  color: #fff;
  box-shadow: 0 6px 0 #0E0532;
  border-radius: 10px;
  padding: 9px 10px;
  transition: all 0.3s ease;
}
.ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li a .icon {
  display: block;
  width: 40px;
  margin-right: 14px;
  line-height: 1;
  margin-top: 1px;
}
.ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li.line a {
  text-align: left;
  background-color: #00B922;
  box-shadow: 0 6px 0 #006C14;
  padding: 8px 10px;
}
.ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li.line a .icon {
  width: 42px;
  margin-right: 14px;
}
@media(max-width: 1230px) and (min-width: 769px) {
  .ctaBotFixed {
    padding: 12px 0 10px;
  }
  .ctaBotFixed .row {
    padding: 0 10px;
  }
  .ctaBotFixed .row .botFixedBee {
    width: 120px;
    margin-right: 15px;
    margin-top: -24px;
  }
  .ctaBotFixed .row .botFixedWrap {
    width: calc(100% - 135px);
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo {
    align-items: center;
  }
  .ctaBotFixed .row .botFixedWrap .botFixedNote {
    font-size: 20px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a {
    font-size: 14px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li a {
    font-size: 16px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList {
    width: 430px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li a .icon {
    width: 35px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li.line a .icon {
    width: 37px;
  }
}
@media(max-width: 1130px) and (min-width: 769px) {
  .ctaBotFixed .row .botFixedBee {
    margin-top: -20px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a .note {
    margin-right: 15px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a .number {
    font-size: 50px;
    padding-left: 30px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a .number::before {
    left: -7px;
    width: 32px;
  }
}
@media(max-width: 1060px) and (min-width: 769px) {
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList {
    width: 350px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li a .name .sp {
    display: block;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li a {
    padding: 8px 10px;
  }
}
@media(max-width: 980px) and (min-width: 769px) {
  .ctaBotFixed .row .botFixedBee {
    margin-top: -28px;
  }
  .ctaBotFixed .row .botFixedWrap .botFixedNote {
    font-size: 20px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a .number {
    font-size: 42px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a .number::before {
    left: -3px;
    width: 28px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList {
    width: 42%;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li a .icon {
    width: 30px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li.line a {
    padding: 5px 10px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li.line a .icon {
    width: 32px;
  }
}
@media(max-width: 880px) and (min-width: 769px) {
  .ctaBotFixed {
    padding: 12px 0 4px;
  }
  .ctaBotFixed .row .botFixedBee {
    width: 110px;
    margin-top: -20px;
    margin-right: 15px;
  }
  .ctaBotFixed .row .botFixedWrap {
    width: calc(100% - 125px);
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a {
    font-size: 12px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList {
    width: 40%;
  }
}
@media(max-width: 815px) and (min-width: 769px) {
  .ctaBotFixed {
    padding: 12px 0 6px;
  }
  .ctaBotFixed .row .botFixedWrap .botFixedNote {
    font-size: 18px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a .number {
    font-size: 36px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList {
    width: 38%;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li a {
    font-size: 12px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li a .icon {
    width: 26px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li.line a .icon {
    width: 28px;
  }
}

@media(min-width: 769px) {
  .sp {
    display: none;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li a:hover {
    opacity: 1;
    transform: translateY(6px);
    box-shadow: 0 0 0 #0E0532;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li.line a:hover {
    box-shadow: 0 0 0 #006C14;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li a:hover img {
    opacity: 1;
  }
}
@media(max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .ctaBotFixed {
    padding: 2.8vw 0 2.8vw;
  }
  .ctaBotFixed .row {
    padding: 0 2.6%;
  }
  .ctaBotFixed .row .botFixedWrap {
    width: 100%;
  }
  .ctaBotFixed .row .botFixedWrap .botFixedNote {
    font-size: 16px;
    margin-bottom: 2vw;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone {
    width: 100%;
    margin: 0 0 4vw;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 3.4vw;
    border-radius: 10px;
    background: #FF6403;
    padding: 1vw 13.2vw 1vw 24.1vw;
    box-shadow: 0 6px 0 #B74804;
    pointer-events: auto;
    line-height: 1.5;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4vw;
    transform: translateY(-50%);
    width: 17.1vw;
    height: 16.5vw;
    background: url(../img/bot-cta-icon-01.png) no-repeat top left / 100%;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a::after {
    content: "";
    position: absolute;
    bottom: -1.5vw;
    right: 3.4vw;
    width: 12vw;
    height: 17.7vw;
    background: url(../img/bot-cta-icon-03.png) no-repeat top left / 100%;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a .note.sp {
    font-family: 'Inter',serif;
    letter-spacing: 0.4px;
    margin-bottom: -0.2vw;
    margin-right: 0;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a .number{
    font-size: 7.8vw;
    padding-left: 8.1vw;
    letter-spacing: -0.2px;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoPhone a .number::before {
    left: -1px;
    width: 6.5vw;
    background: url(../img/bot-cta-icon-04.png) no-repeat top left / 100%;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList {
    width: 100%;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li a {
    font-size: 3.6vw;
    padding: 1.5vw 1.2vw 1.5vw 1vw!important;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li a .icon {
    width: 7.2vw;
    margin-right: 2.5vw;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li.line a .icon {
    width: 7.2vw;
    margin-right: 2.5vw;
  }
  .ctaBotFixed .row .botFixedWrap .wrapInfo .infoList li a .name .sp {
    display: none;
  }
}
/* ctaBotFixed */


/* ctaFvShortcode */
.ctaFvShortcode {
  background-color: #234C9C;
  border-radius: 20px;
  border: 3px solid #234C9C;
  overflow: hidden;
  margin-bottom: 2vw;
}
.pChild__blog--main .detailBlog__content .ctaFvShortcode .ctaFvTitle {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    padding: 9px 0;
    margin-bottom: 0px;
}
.ctaFvShortcode .ctaFvContent {
  background-color: #fff;
  padding: 12px 17px 7px;
}
.ctaFvShortcode .ctaFvContent .ctaFvImage {
  width: 100%;
  margin-bottom: 4px;
}
.ctaFvShortcode .ctaFvContent .ctaFvImage img {
  width: 100%;
}
.ctaFvShortcode .ctaFvContent .ctaFvBtn {
  width: 100%;
}
.ctaFvShortcode .ctaFvContent .ctaFvBtn a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  background-color: #FF8103;
  border-radius: 95px;
  text-decoration: none;
  padding: 6px 34px 4px 10px;
}
.ctaFvShortcode .ctaFvContent .ctaFvBtn .arrow {
  position: relative;
}
.ctaFvShortcode .ctaFvContent .ctaFvBtn .arrow::before{
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 15px;
  height: 22px;
  background: url(../img/icon-arrow-white.svg) no-repeat center center / 100%;
}
@media screen and (max-width: 768px) {
  .pChild__blog--main .detailBlog__content .ctaFvShortcode .ctaFvTitle {
    font-size: 4.9vw;
    line-height: 1.4;
    padding: 8px 14px 10px;
  }
  .ctaFvShortcode {
    border-width: 2px;
  }
  .ctaFvShortcode .ctaFvContent {
    padding: 12px 14px;
  }
  .ctaFvShortcode .ctaFvContent .ctaFvImage {
    margin-bottom: 5px;
  }
  .ctaFvShortcode .ctaFvContent .ctaFvBtn {
    margin-bottom: 0;
  }
  .ctaFvShortcode .ctaFvContent .ctaFvBtn a {
    width: 97.5%;
    font-size: 5.2vw;
    line-height: 1.35;
    letter-spacing: -0.5px;
    padding: 8px 10px;
    margin: 0 auto;
  }
  .ctaFvShortcode .ctaFvContent .ctaFvBtn .arrow {
    display: block;
    padding-right: 20px;
    letter-spacing: -0.2px;
  }
  .ctaFvShortcode .ctaFvContent .ctaFvBtn .arrow::before {
    top: 49%;
    right: 9.3vw;
    width: 3vw;
    height: 5vw;
  }
  .ctaFvShortcode .ctaFvContent .ctaFvBtn .arrow::before {
    top: 57%;
    right: 11.3vw;
    width: 3vw;
    height: 5vw;
  }
}
@media screen and (max-width: 414px) {
  .ctaFvShortcode .ctaFvContent .ctaFvBtn .arrow::before {
    top: 49%;
    right: 9.3vw;
    width: 3vw;
    height: 5vw;
  }
}
/* ctaFvShortcode */

/* costSimulation */
.costSimulation {
  background-color: #234C9C;
  text-align: center;
  padding: 20px 0;
}
.costSimulation .simulation__title {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  padding-left: 45px;
  margin-bottom: 20px;
}
.costSimulation .simulation__title::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -1px;
  width: 36px;
  aspect-ratio: 36/49;
  background: url(../img/cost-simulation/icon-calculator.png)no-repeat top left/100%;
}
.costSimulation .simulation__subtitle {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 9px;
}
.costSimulation .simulation__form form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 101.6%;
  margin-left: -0.8%;
}
.costSimulation .simulation__form form .simulation__form--item:not(.simulation__form--btn) {
  position: relative;
  width: 23.8%;
  margin-right: 1%;
}
.costSimulation .simulation__form form .simulation__form--item select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align-last:left;
  color: #2C2C2C;
  background: #fff;
  background-image: url(../img/cost-simulation/icon-triangle-select.svg), url(../img/cost-simulation/icon-bee-blue.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 24px, center left 23px;
  background-size: 16px, 30px;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #fff;
  padding: 18px 42px 18px 63px;
  cursor: pointer;
}
.costSimulation .simulation__form form .simulation__form--item:nth-child(2) select {
  background-image: url(../img/cost-simulation/icon-triangle-select.svg), url(../img/cost-simulation/icon-ladder.png);
}
.costSimulation .simulation__form form .simulation__form--item:nth-child(3) select {
  background-image: url(../img/cost-simulation/icon-triangle-select.svg), url(../img/cost-simulation/icon-hive.png);
}
.costSimulation .simulation__form form .simulation__form--item select:focus-visible {
  outline: none;
}
.costSimulation .simulation__form form .simulation__form--item select.error {
  border-color: #cd2121;
}
.costSimulation .simulation__form form .simulation__form--item select option {
  text-align: left;
}
.costSimulation .simulation__form form .simulation__form--item.simulation__form--btn {
  width: 24.75%;
  margin-left: 0.85%;
}
.costSimulation .simulation__form form .simulation__form--item.simulation__form--btn button {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #234C9C;
  background-color: #FFDA2A;
  border-radius: 100px;
  padding: 14px 10px;
  border: none;
  box-shadow: 0 6px 0 #002161;
  transition: all .3s;
}
.costSimulation .simulation__form form .simulation__form--item.simulation__form--btn button::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 20px;
  background:  url(../img/cost-simulation/icon-arrow-blue.png)no-repeat top left/100%;
  margin-left: 10px;
}

@media(max-width: 1000px) and (min-width: 769px){
  .costSimulation .simulation__form form .simulation__form--item select {
    font-size: 18px;
    background-position: center right 5px, center left 5px;
    background-size: 14px, 25px;
    padding: 18px 20px 18px 40px;
  }
  
  .costSimulation .simulation__form form .simulation__form--item.simulation__form--btn button {
    font-size: 20px;
  }
}
@media(max-width: 850px) and (min-width: 769px){
  .costSimulation .simulation__form form .simulation__form--item.simulation__form--btn button {
    font-size: 18px;
    padding: 14px 7px;
  }
  .costSimulation .simulation__form form .simulation__form--item.simulation__form--btn button::after {
    width: 8px;
    height: 14px;
  }
}
@media(max-width: 768px) {
  .costSimulation {
    padding: 5.1vw 0 5.1vw;
  }
  .costSimulation .simulation__title {
    font-size: 7.2vw;
    line-height: 1.46;
    padding: 0;
    margin-bottom: 5.2vw;
  }
  .costSimulation .simulation__title::before {
    content: none;
  }
  .costSimulation .simulation__title .icon {
    position: relative;
    display: inline-block;
    padding-left: 9.3vw;
  }
  .costSimulation .simulation__title .icon::before {
    content: "";
    position: absolute;
    top: -0.1vw;
    left: 0.6vw;
    width: 7.1vw;
    aspect-ratio: 27 / 38;
    background: url(../img/cost-simulation/icon-calculator.png) no-repeat top left / 100%;
  }
  .costSimulation .simulation__subtitle {
    font-size: 4.1vw;
    margin-bottom: 2.3vw;
  }
  .costSimulation .simulation__form form {
    width: 83.3%;
    margin: 0 auto;
  }
  .costSimulation .simulation__form form .simulation__form--item {
    width: 100%!important;
  }
  .costSimulation .simulation__form form .simulation__form--item:not(:last-child) {
    margin-bottom: 1.2vw;
  }
  .costSimulation .simulation__form form .simulation__form--item:not(.simulation__form--btn) {
    margin-right: 0;
  }
  .costSimulation .simulation__form form .simulation__form--item select {
    font-size: 4.1vw;
    padding: 1.7vw 8vw 1.7vw 14.4vw;
    border-width: 1vw;
    background-size: 3.8vw, 6.2vw;
    background-position: center right 4.4vw, center left 4.4vw;
  }
  .costSimulation .simulation__form form .simulation__form--item:not(.simulation__form--btn)::before {
    top: 4vw;
    right: 2vw;
    border-left-width: 2vw;
    border-right-width: 2vw;
    border-top-width: 3vw;
  }
  .costSimulation .simulation__form form .simulation__form--item.simulation__form--btn {
    margin-left: 0;
    margin-top: 2.6vw;
  }
  .costSimulation .simulation__form form .simulation__form--item.simulation__form--btn button {
    font-size: 4.7vw;
    padding: 3.1vw 2vw;
    letter-spacing: -0.3px;
  }
  .costSimulation .simulation__form form .simulation__form--item.simulation__form--btn button::after {
    width: 2.8vw;
    height: 5vw;
    margin-left: 2.4vw;
  }
}
/* costSimulationPopup */
body.fixed {
  overflow: hidden;
}
.costSimulationPopup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.costSimulationPopup .popupContent {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  max-width: 834px;
  height: 80vh;
  overflow-y: auto;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.costSimulationPopup .popupContent .popupIntro {
  text-align: center;
  background-color: #234C9C;
  color: #fff;
  padding: 19px 20px 20px;
}
.costSimulationPopup .popupContent .popupIntro .introResult {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: -1px;
}
.costSimulationPopup .popupContent .popupIntro .introEstimate {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: -3px;
}
.costSimulationPopup .popupContent .popupIntro .introEstimate .icon {
  position: relative;
  display: inline-block;
  transform: translateY(-3px);
  padding-left: 50px;
}
.costSimulationPopup .popupContent .popupIntro .introEstimate .icon::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 42px;
  aspect-ratio: 4.2/4.5;
  background: url(../img/cost-simulation/icon-bee.png)no-repeat top left/ 100%;
}
.costSimulationPopup .popupContent .popupIntro .introEstimate .yellow {
  color: #FFDA2A;
  padding-left: 15px;
}
.costSimulationPopup .popupContent .popupIntro .introEstimate .yellow .money {
  font-size: 36px;
}
.costSimulationPopup .popupContent .popupIntro .introEstimate .yellow .money .number {
  font-family: 'Impact';
  font-size: 55px;
  font-weight: 400;
}
.costSimulationPopup .popupContent .popupIntro .introNote {
  font-size: 14px;
  font-weight: 500;
}
.costSimulationPopup .popupQuote {
  background-color: #fff;
  text-align: center;
  padding: 27px 45px 33px;
}
.costSimulationPopup .popupQuote .quoteSub {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #2C2C2C;
  margin-bottom: -1px;
}
.costSimulationPopup .popupQuote .quoteTitle {
  font-size: 40px;
  font-weight: 900;
  color: #2C2C2C;
  text-align: center;
  margin-bottom: 3px;
}
.costSimulationPopup .popupQuote .quoteTitle .red {
  color: #D80000;
}
.costSimulationPopup .popupQuote .quoteNote {
  font-size: 14px;
  font-weight: 500;
  color: #2C2C2C;
  text-align: center;
  margin-bottom: 20px;
}
.costSimulationPopup .popupQuote .quoteContact {
  margin-bottom: 26px;
}
.costSimulationPopup .popupQuote .quoteContact a {
  position: relative;
  display: block;
  width: 616px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background-color: #FF8103;
  padding: 10px 170px 14px 50px;
  margin: 0 auto;
  pointer-events: none;
}
.costSimulationPopup .popupQuote .quoteContact a::before {
  content: "";
  position: absolute;
  top: -9px;
  right: 66px;
  width: 123px;
  aspect-ratio: 123 / 149;
  background: url(../img/cost-simulation/people-photo.png)no-repeat top left/ 100%;
}
.costSimulationPopup .popupQuote .quoteContact a .contactSub {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 25px;
  font-weight: bold;
}
.costSimulationPopup .popupQuote .quoteContact a .contactNumber {
  position: relative;
  display: inline-block;
  font-family: 'Impact';
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  padding-left: 70px;
}
.costSimulationPopup .popupQuote .quoteContact a .contactNumber::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 63px;
  aspect-ratio: 63/36;
  background: url(../img/cost-simulation/icon-subtract.png)no-repeat top left/ 100%;
}
.costSimulationPopup .popupQuote .quoteContact a .contactNote {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.costSimulationPopup .popupQuote .quoteForm {
  background-color: #FFFCED;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 19px 26px;
  margin-bottom: 28px;
}
.costSimulationPopup .popupQuote .quoteForm .formNote {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  margin-bottom: 20px;
}
.costSimulationPopup .popupQuote .quoteForm .formItem {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 19px 20px 18px;
  border-bottom: 1px solid #AFAFAF;
}
.costSimulationPopup .popupQuote .quoteForm .formItem .formName {
  width: 230px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #2C2C2C;
  margin-top: 10px;
  margin-right: 5px;
  transform: translateY(1px);
}
.costSimulationPopup .popupQuote .quoteForm .formItem .formName .required {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #D80000;
  border-radius: 5px;
  margin-right: 10px;
  padding: 2px 10px;
  transform: translateY(-1px);
}
.costSimulationPopup .popupQuote .quoteForm .formItem .formInput {
  position: relative;
  width: calc(100% - 235px);
}
.costSimulationPopup .popupQuote .quoteForm .formItem .formInput select,
.costSimulationPopup .popupQuote .quoteForm .formItem .formInput input {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #AFAFAF;
  border-radius: 5px;
  padding: 11px 19px;
  box-sizing: border-box;
  line-height: 1.3;
  color: #2C2C2C;
}
.costSimulationPopup .popupQuote .quoteForm .formItem .formInput select:focus-visible,
.costSimulationPopup .popupQuote .quoteForm .formItem .formInput input:focus-visible {
  outline: none;
}
.costSimulationPopup .popupQuote .quoteForm .formItem .formInput select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(../img/cost-simulation/icon-polygon.png)no-repeat center right 20px/ 13px 11px;
  cursor: pointer;
}
.costSimulationPopup .popupQuote .quoteForm .formItem .formInput .wpcf7-not-valid-tip {
  text-align: left;
}
.costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap:not(:last-child) {
  margin-bottom: 21px;
}
.costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap .wrapName {
  font-weight: bold;
  color: #2C2C2C;
  margin-top: 9px;
  margin-right: 19px;
  letter-spacing: -1.2px;
}
.costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap .inputColBox {
  width: calc(100% - 80px);
}
.costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap .wrapInput {
  width: 100%;
}
.costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap .wrapInput select,
.costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap .wrapInput input {
  width: 100%;
  padding: 11px 9px 10px;
}
.costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap.inputAuto .wrapName{
  margin-top: 10px;
  margin-right: 11px;
}
.costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap.inputAuto .inputColBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 67px);
}
.costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap.inputAuto .wrapInput {
  width: calc(100% - 106px);
  margin-right: 10px;
}
.costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap.inputAuto .wrapBtn {
  width: 96px;
}
.costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap.inputAuto .wrapBtn a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #FF8103;
  border-radius: 5px;
  padding: 13px 5px 12px;
  line-height: 1.35;
}
.costSimulationPopup .popupQuote .quoteForm .formPrivacy {
  text-align: center;
  margin: 22px 0 19px;
}
.costSimulationPopup .popupQuote .quoteForm .formPrivacy input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
} 
.costSimulationPopup .popupQuote .quoteForm .formPrivacy .label-item {
  position: relative;
  display: inline-block;
  color: #576065;
  font-weight: bold;
  padding-left: 9px;
  letter-spacing: -1px;
  cursor: pointer;
}
.costSimulationPopup .popupQuote .quoteForm .formPrivacy .label-item a {
  color: #576065;
  text-decoration: underline;
}
.costSimulationPopup .popupQuote .quoteForm .formPrivacy .wpcf7-list-item {
  margin: 0;
}
.costSimulationPopup .popupQuote .quoteForm .formPrivacy .wpcf7-not-valid-tip {
  display: none;
}
.costSimulationPopup .popupQuote .quoteForm .formPrivacy .wpcf7-list-item-label {
  position: relative;
  text-indent: 999999px;
}
.costSimulationPopup .popupQuote .quoteForm .formPrivacy .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -1px;
  width: 21px;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border: 1px solid #2C2C2C;
  border-radius: 5px;
}
.costSimulationPopup .popupQuote .quoteForm .formPrivacy .wpcf7-not-valid .wpcf7-list-item-label::before {
  border-color: #dc3232;
}
.costSimulationPopup .popupQuote .quoteForm .formPrivacy .wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  display: none;
  left: 6px;
  top: 4px;
  width: 7px;
  height: 11px;
  border: solid #234C9C;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
}

.costSimulationPopup .popupQuote .quoteForm .formPrivacy input:checked~.wpcf7-list-item-label:after {
  display: block;
}
.costSimulationPopup .popupQuote .quoteForm .btnSubmit input {
  display: block;
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #ED6C00;
  border-radius: 50px;
  padding: 16px 10px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
}
.costSimulationPopup .popupQuote .popupClose {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #2C2C2C;
  cursor: pointer;
}

.costSimulationPopup .popupOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

@media(min-width: 769px) {
  .costSimulation .simulation__form form .simulation__form--item.simulation__form--btn button:hover {
    box-shadow: none;
    transform: translateY(6px);
    opacity: 1;
  }
}
@media(max-width: 768px) {
  .costSimulationPopup {
    z-index: 9999999;
  }
  .costSimulationPopup .popupContent {
    width: 92.3%;
  }
  .costSimulationPopup .popupContent .popupIntro {
    padding: 5vw 2vw 5.5vw;
  }
  .costSimulationPopup .popupContent .popupIntro .introResult {
    font-size: clamp(25px,5.5vw,30px);
  }
  .costSimulationPopup .popupContent .popupIntro .introEstimate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: clamp(21px,5.5vw,30px);
    margin-bottom: 2.4vw;
  }
  .costSimulationPopup .popupContent .popupIntro .introEstimate .icon {
    padding-left: 8.1vw;
    transform: translateY(4px);
  }
  .costSimulationPopup .popupContent .popupIntro .introEstimate .icon::before {
    top: 0.2vw;
    width: 7.4vw;
  }
  .costSimulationPopup .popupContent .popupIntro .introEstimate .yellow {
    font-size: clamp(28px, 5.5vw, 40px);
    padding-left: clamp(12px,3vw,15px);
  }
  .costSimulationPopup .popupContent .popupIntro .introEstimate .yellow .money {
    font-size: clamp(28px,5.5vw,40px);
  }
  .costSimulationPopup .popupContent .popupIntro .introEstimate .yellow .money .number {
    font-size: clamp(44px, 8.5vw, 60px);
    line-height: 1.2;
    letter-spacing: -0.8px;
  }
  .costSimulationPopup .popupContent .popupIntro .introNote {
    font-size: clamp(12px, 2.8vw, 18px);
  }
  .costSimulationPopup .popupQuote {
    padding: 3.1vw 2.4vw 6vw;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .costSimulationPopup .popupQuote .quoteSub {
    font-size: clamp(18px, 3.5vw, 26px);
    margin-bottom: 1.6vw;
  }
  .costSimulationPopup .popupQuote .quoteTitle {
    font-size: clamp(32px,5.5vw,40px);
    line-height: 1.4;
    margin-bottom: 2.5vw;
  }
  .costSimulationPopup .popupQuote .quoteNote {
    font-size: clamp(10px, 2.5vw, 16px);
    margin-bottom: 4.7vw;
  }
  .costSimulationPopup .popupQuote .quoteContact {
    margin-bottom: 5.3vw;
  }
  .costSimulationPopup .popupQuote .quoteContact a {
    width: 100%;
    max-width: 550px;
    border-radius: 15px;
    padding: 1.5vw 17vw 1vw 2vw;
    box-shadow: 0 5px 0 #B74804;
  }
  .costSimulationPopup .popupQuote .quoteContact a::before {
    top: 2.7vw;
    right: 5.6vw;
    width: clamp(44px, 8vw, 70px);
    aspect-ratio: 43/78;
    background: url(../img/cost-simulation/icon-hand.svg)no-repeat top left/100%;
  }
  .costSimulationPopup .popupQuote .quoteContact a .contactSub {
    font-size: clamp(17px, 3.5vw, 24px);
    letter-spacing: -0.2px;
    margin-bottom: 0.7vw;
  }
  .costSimulationPopup .popupQuote .quoteContact a .contactNumber {
    font-size: clamp(34px, 7.5vw, 48px);
    padding-left: 11.7vw;
    letter-spacing: -0.2px;
  }
  .costSimulationPopup .popupQuote .quoteContact a .contactNumber::before {
    top: 1vw;
    left: 0vw;
    width: clamp(25px, 10.9vw, 60px);
  }
  .costSimulationPopup .popupQuote .quoteContact a .contactNote {
    font-size: clamp(14px, 3.2vw, 22px);
  }
  .costSimulationPopup .popupQuote .quoteForm {
    padding: 5vw 2.8vw 4.6vw;
    margin-bottom: 4.4vw;
  }
  .costSimulationPopup .popupQuote .quoteForm .formNote {
    font-size: clamp(16px, 4vw, 24px);
    margin-bottom: 1.7vw;
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem {
    padding: 1.5vw 2.4vw 2.3vw;
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem .formName {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2.4vw;
    font-size: clamp(16px, 3.5vw, 24px);
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem .formName .required {
    font-size: clamp(12px, 3vw, 18px);
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem .formInput select,
  .costSimulationPopup .popupQuote .quoteForm .formItem .formInput input {
    font-size: clamp(16px, 3.5vw, 24px);
    padding: 2.3vw 5vw 2.7vw;
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem .formInput select {
    background-position: center right clamp(10px, 5.6vw, 22px);
    background-size: 3vw;
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem .formInput .wpcf7-not-valid-tip {
    font-size: clamp(16px, 3.5vw, 24px);
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem .formInput {
    width: 100%;
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap {
    justify-content: space-between;
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap:not(:last-child) {
    position: relative;
    margin-bottom: 5.2vw;
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap:not(:last-child)::before {
    content: '';
    position: absolute;
    bottom: -2.8vw;
    left: 50%;
    width: 106%;
    height: 1px;
    background-color: #AFAFAF;
    transform: translateX(-50%);
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap .wrapName {
    font-size: clamp(16px, 3.5vw, 24px);
    margin:1.8vw 0 0;
    text-align: left;
    letter-spacing: 0;
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap .wrapInput {
    width: 100%;
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap .inputColBox,
  .costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap.inputAuto .inputColBox {
    width: 75.7%;
  }
  
  .costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap .wrapInput select,
  .costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap .wrapInput input{
    width: 100%;
    padding: 2.3vw 5.3vw 1.9vw;
  }
  
  .costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap.inputAuto .inputColBox .wrapInput input {
    padding: 2.3vw 2.6vw 2.7vw;
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap.inputAuto .wrapName {
    margin-top: 2.2vw;
    margin-right: 0;
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap.inputAuto .wrapInput {
    width: 53%; 
    margin: 0;
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap.inputAuto .wrapBtn {
    width: 42.6%;
  }
  .costSimulationPopup .popupQuote .quoteForm .formItem .inputWrap.inputAuto .wrapBtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: clamp(12px, 2.8vw, 18px);
  }
  .costSimulationPopup .popupQuote .quoteForm .formPrivacy {
    margin: 5.4vw 0 4.7vw;
  }
  .costSimulationPopup .popupQuote .quoteForm .formPrivacy .label-item {
    font-size: clamp(16px, 3.2vw, 22px);
    padding-left: 2.1vw;
    letter-spacing: 0px;
  }
  
  .costSimulationPopup .popupQuote .quoteForm .formPrivacy .label-item::before {
    top: 1vw;
    left: -1vw;
    width: clamp(20px, 5vw, 30px);
  }
  .costSimulationPopup .popupQuote .quoteForm .formPrivacy .label-item:after {
    left: 3px;
    top: 4px;
    width: 1.3vw;
    height: 2.3vw;
    border-width: 0 0.6vw 0.6vw 0;
  }
  .costSimulationPopup .popupQuote .quoteForm .btnSubmit input {
    font-size: clamp(16px, 3.5vw, 24px);
    padding: 3.5vw 2vw;
  }
  .costSimulationPopup .popupQuote .popupClose {
    font-size: clamp(18px, 4.4vw, 26px);
  }
}

@media(max-width:430px) {
  .costSimulationPopup .popupQuote .quoteForm .formPrivacy .label-item:before {
    top: 0;
    left: -1vw;
  }
  .costSimulationPopup .popupQuote .quoteForm .formPrivacy .label-item:after {
    left: 3px;
    top: 4px;
    width: 7px;
    height: 11px;
    border-width: 0 3px 3px 0;
  }
}


/* vendorOutputListShortcode */

.vendorOutputTableShortcode {
  margin: 1em 0;
}
.vendorOutputTableShortcode table{
  width: 100%;
}

.vendorOutputTableShortcode th,
.vendorOutputTableShortcode td {
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #f0f0f1;
  background-color: white;
  padding: 10px;
  vertical-align: middle;
}

.vendorOutputTableShortcode th {
  font-weight: bold;
  background-color: #234c9c;
  color: #fff;
}
.vendorOutputTableShortcode tr:nth-child(1) > th:nth-child(1) {
  width: 145px;
}
.vendorOutputTableShortcode tr:nth-child(1) > th:nth-child(2) {
  width: 110px;
}
.vendorOutputTableShortcode tr:nth-child(1) > th:nth-child(3), 
.vendorOutputTableShortcode tr:nth-child(1) > th:nth-child(4) {
  width: 100px;
}
.vendorOutputListShortcode .vendorOutupItem h3 {
    display: flex;
    font-size: 23px;
    color: #ff8103;
    height: 50px;
    border-radius: 5px;
    border-left: 10px solid #ff8103;
    align-items: center;
    padding-left: 20px;
    background-color: #fff;
    margin-top: 50px;
}
.vendorOutputListShortcode .vendorOutupItem h3::before {
  content: none;
}
.vendorOutputListShortcode .vendorOutupItem h4 {
    border-top: 2px solid #234c9c;
    border-bottom: 2px solid #234c9c;
    color: #234c9c;
    font-size: 19px;
    line-height: 25px;
    margin-top: 33px;
    padding: 11px;
    font-weight: bold;
}
.vendorOutputListShortcode .vendorOutupItem .outupItemPhoto {
    margin: 0 0 1rem 0;
}
.vendorOutputListShortcode .vendorOutupItem .vendorOutputTable {
  width: 100%;
}
.vendorOutputListShortcode .vendorOutupItem .vendorOutputTable td {
  border: 1px solid #f0f0f1;
  padding: 10px;
  background-color: white;
}
.vendorOutputListShortcode .vendorOutupItem .vendorOutputTable td:first-child {
  width: 30%;
}
@media(max-width: 768px) {
  .vendorOutputTableShortcode {
    width: 100%;
    overflow-x: auto;
  }
  .vendorOutputTableShortcode table {
    width: max-content;
  }
  .vendorOutputTableShortcode th,
  .vendorOutputTableShortcode td {
    font-size: 3.58974vw;
  }
  .vendorOutputTableShortcode td img {
    display: block;
    max-width: 250px;
  }
  .vendorOutputTableShortcode tr:nth-child(1) > th:nth-child(1) {
    width: 250px;
  }
  
  .vendorOutputTableShortcode tr:nth-child(1) > th:nth-child(2) {
    width: 180px;
  }
  .vendorOutputTableShortcode tr:nth-child(1) > th:nth-child(3), 
  .vendorOutputTableShortcode tr:nth-child(1) > th:nth-child(4) {
    width: 180px;
  }
  .vendorOutputTableShortcode tr:nth-child(1) > th:last-child {
    width: 250px;
  }
  .vendorOutputListShortcode .vendorOutupItem h3 {
    height: auto;
    min-height: 70px;
    line-height: normal;
    font-size: 6vw;
    padding: 15px 20px;
  }
  .vendorOutputListShortcode .vendorOutupItem h4 {
    font-size: 5vw;
    line-height: normal;
  }
  .vendorOutputListShortcode .vendorOutupItem .vendorOutputTable td {
    font-size: 3.58974vw;
  }
}
@media(max-width: 430px) {
  .vendorOutputTableShortcode tr:nth-child(1) > th:nth-child(1) {
    width: 140px;
  }
  
  .vendorOutputTableShortcode tr:nth-child(1) > th:nth-child(2) {
    width: 110px;
  }
  .vendorOutputTableShortcode tr:nth-child(1) > th:nth-child(3), 
  .vendorOutputTableShortcode tr:nth-child(1) > th:nth-child(4) {
    width: 110px;
  }
  .vendorOutputTableShortcode tr:nth-child(1) > th:last-child {
    width: 200px;
  }
}
/* vendorOutputListShortcode */


/* postLinkEmbed */
iframe.wp-embedded-content {
  width: 100%;
  height: 154px;
  margin: 10px 0 9px;
}
.postLinkEmbed {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #FF8103;
  border-radius: 10px;
  padding: 20px 18px 18px;
  margin: 21px 0 20px;
}
.postLinkEmbed a {
  text-decoration: none;
}
.postLinkEmbed .postEmbedThumbnail{
  width: 180px;
  line-height: 1;
  margin-right: 20px;
}
.postLinkEmbed .postEmbedThumbnail a {
  display: block;
  width: 100%;
}
.postLinkEmbed .postEmbedThumbnail a img {
  width: 100%;
  aspect-ratio: 180/111;
  object-fit: cover;
  object-position: center;
}
.postLinkEmbed .postEmbedPrimary {
  width: calc(100% - 200px);
  margin-top: -1px;
}
.postLinkEmbed .postEmbedPrimary a {
  text-decoration: none;
}
.postLinkEmbed .postEmbedPrimary .postEmbedNote {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #FF8103;
  border-radius: 5px;
  padding: 1px 10px;
  margin-bottom: 5px;
}
.postLinkEmbed .postEmbedPrimary .postEmbedTitle {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.postLinkEmbed .postEmbedPrimary .postEmbedDate {
  display: none;
}
@media screen and (max-width: 768px) {
  iframe.wp-embedded-content {
    margin: -1vw 0 -2vw;
  }
}
@media screen and (max-width: 679px) {
  iframe.wp-embedded-content {
    height: 42vw;
    margin: -1vw 0 -2vw;
  }
  .postLinkEmbed .postEmbedThumbnail {
    display: none;
  }
  .postLinkEmbed .postEmbedPrimary {
    width: 100%;
  }
  .postLinkEmbed {
    padding: 3.8vw 4.3vw 2.8vw;
    margin: 4.9vw 0 5.4vw;
  }
  .postLinkEmbed .postEmbedPrimary .postEmbedNote {
    font-size: 3.1vw;
    padding: 3px 10px;
    margin-bottom: 1.3vw;
  }
  .postLinkEmbed .postEmbedPrimary .postEmbedTitle {
    font-size: 3.58974vw;
    line-height: 1.5;
    margin-bottom: 1.9vw;
  }
  .postLinkEmbed .postEmbedPrimary .postEmbedDate {
    position: relative;
    display: block;
    font-size: 3.1vw;
    color: #4B4B4B;
    padding-left: 5vw;
    margin: 0;
  }
  .postLinkEmbed .postEmbedPrimary .postEmbedDate::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4.4vw;
    aspect-ratio: 1 / 1.1;
    background: url(../img/icon-update.svg)no-repeat top left/100%;
  }
}

@media(max-width: 430px) {
  iframe.wp-embedded-content  {
    height: 34vw;
    margin: -1vw 0 -1vw;
  }
}
/* postLinkEmbed */

/* memoPostShortcode */
.pChild__blog--main .detailBlog__content .memoPostShortcode {
  margin: 22px 0 27px;
}
.pChild__blog--main .detailBlog__content .memoPostShortcode .menoPostTitle {
  position: relative;
  background-color: #FFDA2A;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 55px 8px 25px;
  color: #234C9C;
  margin-bottom: 0;
  cursor: pointer;
}
.pChild__blog--main .detailBlog__content .memoPostShortcode .menoPostTitle::before,
.pChild__blog--main .detailBlog__content .memoPostShortcode .menoPostTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 24px;
  height: 3px;
  background-color: #234C9C;
  transition: all .3s;
}
.pChild__blog--main .detailBlog__content .memoPostShortcode .menoPostTitle::after {
  transform: translateY(-50%) rotate(90deg);
}
.pChild__blog--main .detailBlog__content .memoPostShortcode .menoPostTitle.open::after {
  transform: translateY(-50%) rotate(0);
}
.pChild__blog--main .detailBlog__content .memoPostShortcode .memoPostContent {
  display: none;
  background-color: #FAECAD;
  padding: 8px 25px;
}
.pChild__blog--main .detailBlog__content .memoPostShortcode .memoPostContent p:first-child {
  margin: 0;
}
.pChild__blog--main .detailBlog__content .memoPostShortcode .memoPostContent p:last-child {
  margin: 0;
}
.pChild__blog--main .detailBlog__content .memoPostShortcode .memoPostContent a {
  color: #007FF5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pChild__blog--main .detailBlog__content .memoPostShortcode {
    margin: -0.6vw 0 5vw;
  }
  .pChild__blog--main .detailBlog__content .memoPostShortcode .menoPostTitle {
    font-size: 4.1vw;
    padding: 2.1vw 10vw 2.1vw 4vw;
  }
  .pChild__blog--main .detailBlog__content .memoPostShortcode .menoPostTitle::before, 
  .pChild__blog--main .detailBlog__content .memoPostShortcode .menoPostTitle::after {
    right: 4vw;
    width: 5vw;
    height: 0.85vw;
  }
  .pChild__blog--main .detailBlog__content .memoPostShortcode .memoPostContent {
    padding: 2.2vw 4vw;
  }
}
/* memoPostShortcode */

/* TABLE TEMPLATE CONTENT */
.pChild__blog--main .detailBlog__content table {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  margin-bottom: 10px;
}
.pChild__blog--main .detailBlog__content table th, .pChild__blog--main .detailBlog__content table td {
  border: 2px solid #fff;
  background-color: #E8F0FF;
  padding: 1em;
}
.pChild__blog--main .detailBlog__content table th {
  background-color: #234C9C;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
@media screen and (max-width: 768px) {
  .pChild__blog--main .detailBlog__content table th, .pChild__blog--main .detailBlog__content table td {
    font-size: 3.58974vw;
    padding: 1em 0.5em;
  }
  .pChild__blog--main .detailBlog__content table th {
    width: 25%;
  }
}


/* breadcrum SP */
@media screen and (max-width: 768px) {
  .pChild__main--info--content .breadcrum ul li:last-child {
    flex: 1;
  }
  .pChild__main--info--content .breadcrum ul li .lastitem {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .pChild__blog {
    padding-top: 0;
  }
}
/* breadcrum SP */


/* HOME LOCAL SECTION */
.home-local-section {
  position: relative;
  padding: 96px 0 147px;
}

.home-local-section .cat-title-sub {
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  color: #0F66D2;
  margin: 0 0 7px;
}

.home-local-section .cat-title {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #0F66D2;
  margin: 0 0 22px;
}

.home-local-section .cat-btn {
  margin-bottom: 30px;
}

.home-local-section .cat-btn a {
  position: relative;
  display: block;
  width: 280px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #234C9C;
  border-radius: 5px;
  padding: 11px 20px 11px 59px;
  margin: 0 auto;
}

.home-local-section .cat-btn a:before {
  content: "";
  position: absolute;
  top: 54%;
  left: 31px;
  transform: translateY(-50%);
  width: 21px;
  aspect-ratio: 1/1;
  background: url(../img/icon-filter.svg) no-repeat top left/ 100%;
}

.home-local-section .cat-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #b7b7b7;
  font-size: 14px;
  margin-bottom: 50px;
}

.home-local-section #homeAreaSearchForm {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 54px;
}
.home-local-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-local-section .cat-list {
  display: flex;
  flex-wrap: wrap;
}

.home-local-section .cat-list li {
  width: calc(100%/4 - 19px);
  margin-bottom: 10px;
}

.home-local-section .cat-list li:not(:nth-child(4n)) {
  margin-right: 25px;
}

.home-local-section .cat-list a {
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #2C2C2C;
  background-color: #FAECAD;
  padding: 12px 40px 13px 24px;
}

.home-local-section .cat-list a:before {
  content: "";
  position: absolute;
  top: 52%;
  right: 24px;
  transform: translateY(-50%);
  width: 11px;
  aspect-ratio: 11 / 18;
  background: url(../img/icon-arrow-blue.svg) no-repeat top left / 100%;
}

.home-local-section .cat-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 1000;
}

.home-local-section .cat-popup.popup-open {
  display: block;
}

.home-local-section .cat-popup .bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(191 191 191 / 30%);
  z-index: 1;
}

.home-local-section .cat-popup .popup-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-x: auto;
  width: 90%;
  max-height: 624px;
  max-width: 1080px;
  background-color: #fff;
  padding: 25px 120px;
  margin: 0 auto;
  z-index: 1;
}
.home-local-section .cat-popup .popup-wrap .popup-close {
  position: absolute;
  display: block;
  bottom: 29px;
  left: 50%;
  cursor: pointer;
  font-size: 16px;
  transform: translateX(-50%);
}

.home-local-section .cat-popup .popup-wrap .popup-box {
  margin-bottom: 34px;
}

.home-local-section .cat-popup .popup-wrap .popup-box .popup-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 28px;
}

.home-local-section .cat-popup .popup-wrap .popup-box .popup-list {
  display: flex;
  flex-wrap: wrap;
}

.home-local-section .cat-popup .popup-wrap .popup-box .popup-list~.area-tab-content {
  margin-top: 18px;
}
.home-local-section .cat-popup .popup-wrap .popup-box .area-tab-content {
  max-height: 162px;
  overflow-y: auto;
}

.home-local-section .cat-popup .popup-wrap .popup-box .popup-list li {
  width: calc(100%/6 - 3.5px);
  margin-bottom: 2px;
}

.home-local-section .cat-popup .popup-wrap .popup-box .popup-list li:not(:nth-child(6n)) {
  margin-right: 4px;
}

.home-local-section .cat-popup .popup-wrap .popup-box .popup-list li input {
  display: none;
}

.home-local-section .cat-popup .popup-wrap .popup-box .popup-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #E9E9E9;
  color: #234C9C;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  padding: 11px 5px 14px;
}

.home-local-section .cat-popup .popup-wrap .popup-box .popup-list li.active a,
.home-local-section .cat-popup .popup-wrap .popup-box .popup-list li input:checked+a {
  background-color: #234C9C;
  color: #fff;
}

.home-local-section .cat-popup .popup-wrap .popup-box .popup-area {
  display: flex;
  flex-wrap: wrap;
}

.home-local-section .cat-popup .popup-wrap .popup-box .popup-area li {
  width: calc(100%/6 - 4.2px);
  margin-bottom: 5px;
}

.home-local-section .cat-popup .popup-wrap .popup-box .popup-area li input {
  display: none;
}

.home-local-section .cat-popup .popup-wrap .popup-box .popup-area li a {
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  background-color: #fff;
  color: #234C9C;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px 13px 19px;
  border: 1px solid #234C9C;
  cursor: pointer;
}

.home-local-section .cat-popup .popup-wrap .popup-box .popup-area li input:checked+a {
  background-color: #234C9C;
  color: #fff;
}

.home-local-section .cat-popup .popup-wrap .popup-box .popup-area li a:before {
  content: "";
  position: absolute;
  top: 52%;
  right: 18px;
  transform: translateY(-50%);
  width: 11px;
  aspect-ratio: 11 / 18;
  background: url(../img/icon-arrow-blue.svg) no-repeat top left / 100%;
}

.home-local-section .cat-popup .popup-wrap .popup-box .popup-area li input:checked+a:before {
  border-left-color: #fff;
}

.home-local-section .cat-popup .popup-wrap .popup-box .popup-area li:not(:nth-child(6n)) {
  margin-right: 5px;
}

.home-local-section .cat-popup .popup-wrap .popup-btn {
  margin-top: -9px;
}

.home-local-section .cat-popup .popup-wrap .popup-btn a {
  display: block;
  width: 260px;
  background-color: #FFDA2A;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 10px 15px;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #FFDA2A;
  pointer-events: none;
}

.home-local-section .cat-popup .popup-wrap .popup-btn a.active {
  background-color: #234C9C;
  border-color: #234C9C;
  pointer-events: auto;
}

@media (max-width: 950px) {
  .home-local-section .cat-list a {
    font-size: 18px;
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list a {
    font-size: 15px;
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-area li a {
    font-size: 15px;
  }
}

@media (max-width: 870px) {
  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list li {
    width: calc(100% / 5 - 1px);
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list li:not(:nth-child(6n)) {
    margin-right: 0;
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list li:not(:nth-child(5n)) {
    margin-right: 1px;
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-area li {
    width: calc(100% / 4 - 1px);
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-area li:not(:nth-child(5n)) {
    margin-right: 0;
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-area li:not(:nth-child(4n)) {
    margin-right: 1px;
  }
}

@media (max-width: 800px) {
  .home-local-section .cat-list a {
    font-size: 16px;
  }
}

@media(min-width: 769px) {
  .home-local-section .cat-btn a:hover {
    background-color: #2D88F5;
  }

  .home-local-section .cat-list a:hover {
    background-color: #234C9C;
    color: #fff;
  }

  .home-local-section .cat-list a:hover:before {
    border-left-color: #fff;
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list a:hover,
  .home-local-section .cat-popup .popup-wrap .popup-box .popup-area li a:hover {
    background-color: #234C9C;
    color: white;
    opacity: 1;
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-area li a:hover:before {
    border-left-color: #fff;
  }

  .home-local-section .cat-popup .popup-wrap .popup-btn a:hover {
    background-color: #fff;
    color: #234C9C;
  }

  .home-local-section .cat-list a:hover:before,
  .home-local-section .cat-popup .popup-wrap .popup-box .popup-area li a:hover:before {
    background: url(../img/icon-arrow-white.svg) no-repeat top left / 100%;
  }
}

@media(max-width: 768px) {
  .home-local-section {
    padding: 60px 0;
  }
  .home-local-section #homeAreaSearchForm {
    margin-bottom: 6.1vh;
  }
  .home-local-section .cat-btn {
    margin-bottom: 5vw;
  }
  .home-local-section .cat-btn a {
    width: 79%;
    max-width: 530px;
    font-size: 4.10256vw;
    padding: 2.8vw 2vw 3vw 15vw;
  }
  .home-local-section .cat-btn a::before {
    left: 7.4vw;
    width: 5.3vw;
  }
  .home-local-section .cat-list a {
    font-size: 3.6vw;
    padding: 3.5vw 5vw 3.6vw 2.4vw;
  }
  .home-local-section .cat-list a:before {
    right: 2.4vw;
    width: 2.9vw;
  }
  .home-local-section .cat-list li {
    width: calc(100% / 3 - 12px);
  }

  .home-local-section .cat-list li:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .home-local-section .cat-list li:not(:nth-child(3n)) {
    margin-right: 17px;
  }
  .home-local-section .cat-popup .popup-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column-reverse;
    max-height: 76vh;
    padding: 26px 37px;
  }

  .home-local-section .cat-popup .popup-wrap .popup-close {
    left: auto;
    bottom: auto;
    transform: translateX(0);
    font-size: 4.11vw;
  }
  .home-local-section .cat-popup .popup-wrap .popup-box {
    margin-bottom: 38px;
  }
  .home-local-section .cat-popup .popup-wrap .popup-box .popup-title {
    font-size: 6.1vw;
    margin-bottom: 27px;
  }
  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list a,
  .home-local-section .cat-popup .popup-wrap .popup-box .popup-area li a {
    font-size: 4.11vw;
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list a {
    padding: 3.35vw 1vw;
  }
  .home-local-section .cat-popup .popup-wrap .popup-box .area-tab-content {
    max-height: 212px;
  }
  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list li {
    width: 49%;
  }
  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .home-local-section .cat-popup .popup-wrap .popup-btn a {
    width: 94%;
    font-size: 4.1vw;
  }
}

@media(max-width: 650px) {
  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list li {
    width: calc(100% / 4 - 1px);
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list li:not(:nth-child(5n)) {
    margin-right: 0;
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list li:not(:nth-child(4n)) {
    margin-right: 1px;
  }
}

@media(max-width: 430px) {
  .home-local-section .cat-list li {
    width: 49%;
  }

  .home-local-section .cat-list li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .home-local-section .cat-list li:not(:nth-child(2n)) {
    margin-right: 2%;
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list li {
    width: calc(100% / 2 - 3px);
    margin-bottom: 4px;
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list li:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list li:not(:nth-child(2n)) {
    margin-right: 6px;
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-area li {
    width: calc(100% / 2 - 3px);
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-area li:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-area li:not(:nth-child(2n)) {
    margin-right: 6px;
  }

  .home-local-section .cat-popup .popup-wrap .popup-box .popup-area li a {
    padding: 3vw 2vw 2.9vw 5.1vw;
  }
  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list~.area-tab-content {
    margin-top: 16px;
  }
}

@media(max-width: 375px) {
  .home-local-section .cat-popup .popup-wrap .popup-box .popup-list a,
  .home-local-section .cat-popup .popup-wrap .popup-box .popup-area li a {
    font-size: 13px;
  }
}

/*loading*/
.loading .dual-ring {
  display: block;
}

.dual-ring {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.lds-dual-ring,
.lds-dual-ring:after {
  box-sizing: border-box;
}

.lds-dual-ring {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  color: #182F89;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* Star row28 */
.pChild__main--info--content .types dl dd ul li a::after {
  display: none;
}
.constructionSection:not(.row) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.constructionSection .listUse .construction_item {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.constructionSection .listUse .construction_item .construction__title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #234C9C;
  border-radius: 10px 10px 0 0;
  padding: 10px 5px 9px;
  margin: 0;
}
.constructionSection .listUse .construction_item .item_detail {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 14px 20px 13px;
}
.constructionSection .listUse .construction_item .item_detail .detail_photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}
.constructionSection .listUse .construction_item .item_detail .detail_photo .photo {
  width: calc(50% - 6px);
  line-height: 0;
}
.constructionSection .listUse .construction_item .item_detail .detail_photo .photo img {
  width: 100%;
  aspect-ratio: 146/187;
  object-fit: cover;
  object-position: center;
}
.constructionSection .listUse .construction_item .item_detail .detail_work {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 14px;
  margin-bottom: 10px;
}
.constructionSection .listUse .construction_item .item_detail .detail_work li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px;
}
.constructionSection .listUse .construction_item .item_detail .detail_work li .work_name {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  background-color: #FF8103;
  padding: 2px 10px;
}
.constructionSection .listUse .construction_item .item_detail .detail_work li .work_sub {
  font-size: 14px;
  font-weight: 500;
  color: #2C2C2C;
}
.constructionSection .listUse .construction_item .item_detail .detail_cat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 7px;
}
.constructionSection .listUse .construction_item .item_detail .detail_cat li {
  font-size: 12px;
  font-weight: bold;
  color: #FF6403;
  border-radius: 3px;
  background-color: #FAECAD;
  padding: 3px 10px;
}
.constructionSection .listUse .construction_item .item_detail .detail_more {
  text-align: right;
}
.constructionSection .listUse .construction_item .item_detail .detail_more a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #234C9C;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  padding: 0 19px 0 0;
  box-shadow: none;
}
.constructionSection .listUse .construction_item .item_detail .detail_more a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  width: 10px;
  aspect-ratio: 10 / 16;
  background: url(../img/icon-arrow-right-blue.svg)no-repeat center/100%;
}
.constructionSection .listUse article a {
  box-shadow: none;
}

.pChild__voice--detail .detailCon {
  margin: 11px 0 56px;
  padding: 29px 60px 31px;
}
.pChild__voice--detail .detailCon .detailCon__top h3 {
  color: #234C9C;
}
.pChild__voice--detail .detailCon .detailCon__top .detail_cat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 5px;
}
.pChild__voice--detail .detailCon .detailCon__top .detail_cat li {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 27px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FAECAD;
  padding: 0 10px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  color: #FF6403;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.pChild__voice--detail .detailCon .detailCon__meta .meta_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 30px;
}
.pChild__voice--detail .detailCon .detailCon__meta .meta_list li {
  height: auto;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.pChild__voice--detail .detailCon .detailCon__meta .meta_list .meta_name {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: nowrap;
  padding: 5px 10px;
  background: #FF8103;
  margin-right: 15px;
}
.pChild__voice--detail .detailCon .detailCon__meta .meta_list .meta_name .icon {
  display: inline-block;
  line-height: 0;
}
.pChild__voice--detail .detailCon .detailCon__meta .meta_list .meta_info {
  font-size: 18px;
  font-weight: 700;
  color: #2C2C2C;
  margin-top: -1px;
}
.pChild__voice--detail .detailCon .detailCon__fig {
  padding-right: 23px;
}
.pChild__voice--detail .detailCon .detailCon__fig::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
.pChild__voice--detail .detailCon .detailCon__fig img {
  aspect-ratio: 227 / 298;
  object-fit: cover;
  object-position: center;
}
.pChild__voice--detail .detailCon .detailCon__fig .swiper-slide {
  line-height: 0;
}
.pChild__voice--detail .detailCon .detailCon__fig .swiper-button-next,
.pChild__voice--detail .detailCon .detailCon__fig .swiper-button-prev {
  top: 43.3%;
  width: 50px;
  aspect-ratio: 1 / 1;
  margin: 0;
  right: 0px;
  height: auto;
}
.pChild__voice--detail .detailCon .detailCon__fig .swiper-button-prev {
  right: auto;
  left: 0;
}
.pChild__voice--detail .detailCon .detailCon__fig .swiper-button-next img,
.pChild__voice--detail .detailCon .detailCon__fig .swiper-button-prev img {
  opacity: 0;
}
.pChild__voice--detail .detailCon .detailCon__fig .swiper-button-next::before ,
.pChild__voice--detail .detailCon .detailCon__fig .swiper-button-prev::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/btn-swiper-arrow-.svg)no-repeat center/100%;
  border-radius: 50%;
}
.pChild__voice--detail .detailCon .detailCon__fig .swiper-button-next::after ,
.pChild__voice--detail .detailCon .detailCon__fig .swiper-button-prev::after {
  content: none;
}
.pChild__voice--detail .detailCon .detailCon__fig .swiper-button-prev::before {
  transform: rotate(180deg);
}
.pChild__voice--detail .detailCon .detailCon__fig .swiper-button-next.swiper-button-disabled, 
.pChild__voice--detail .detailCon .detailCon__fig .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.pChild__voice--detail .detailCon__fig::after {
  content: none;
}
@media screen and (min-width: 769px), print {
  .pChild__main--info--content .types dl {
    justify-content: center;
  }
  .pChild__main--info--content .types dl dd ul {
    margin-top: 10px;
  }
  .pChild__main--info--content .types dl dd ul li {
    margin: 0 8px;
  }
  .pChild__voice--main .title {
    background-color: transparent;
    color: #FF6403;
    padding: 0;
  }
  .constructionSection .listUse {
    margin: 21px -8px -11px;
  }
  .constructionSection .listUse .construction_item {
    width: calc(100%/3 - 20px);
    background: #fff;
    border-radius: 10px;
    margin: 10px;
  }
  .constructionSection .use__main--btn,
  .constructionSection .moreVoice {
    width: 100%;
    margin-top: 31px;
  }
  .constructionSection .moreVoice a {
    width: 300px;
    height: 51px;
  }
  .pTop .use__main.constructionSection {
    padding: 30px 15px;
  }

  .pChild__voice--detail {
    padding-bottom: 0;
  }
  .pChild__voice--detail .detailCon .detailCon__fig {
    position: relative;
    margin: 15px 0 23px;
  }
  .pChild__voice--detail .detailCon .detailCon__meta {
    margin: 8px 0 0;
  }
  .pChild__voice--detail .detailCon .detailCon__txt {
    margin-top: 23px;
    line-height: 1.63;
  }
}
@media (max-width:1000px) and (min-width: 769px) {
  .pChild__voice--detail .detailCon {
    padding: 30px;
  }
  .pChild__voice--detail .detailCon .detailCon__fig {
    padding-right: 0;
  }
  .pChild__voice--detail .detailCon .detailCon__fig::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .pChild__main--info--content .types dl dd {
    margin-top: 3.1641vw;
  }
  .pChild__main--info--content .types dl dd ul {
    align-items: inherit;
  }
  .pChild__main--info--content .types dl dd ul li {
    width: calc(25% - 5px);
    margin: 0 0.64103vw;
  }
  .pChild__main--info--content .types dl dd ul li a {
    font-size: 3.6vw;
    font-weight: bold;
    padding: 10px 18px;
    height: 100%;
    line-height: 1.3;
    border-radius: 10px 10px 0 0;
    text-align: center;
    justify-content: center;
  }
  .pChild__voice {
    padding: 7.12821vw 0 7.52821vw;
  }
  .pChild__voice--main .title {
    background-color: transparent;
    color: #FF6403;
    font-size: 6.42vw;
    font-weight: bold;
    line-height: 1.5;
    padding: 0;
  }
  .constructionSection .listUse {
    margin-top: -0.80769vw;
  }
  .constructionSection .listUse .construction_item .construction__title {
    font-size: 4.65vw;
    padding: 2.5vw 1vw;
  }
  .constructionSection .listUse .construction_item .item_detail {
    padding: 3.8vw 5.2vw 3.1vw;
  }
  .constructionSection .listUse .construction_item .item_detail .detail_photo {
    margin-bottom: 3.6vw;
  }
  .constructionSection .listUse .construction_item .item_detail .detail_work li {
    gap: 8px;
  }
  .constructionSection .listUse .construction_item .item_detail .detail_work li .work_name {
    font-size: 3.1vw;
    padding: 0.6vw 2.4vw;
  }
  .constructionSection .listUse .construction_item .item_detail .detail_work li .work_sub {
    font-size: 3.6vw;
  }
  .constructionSection .listUse .construction_item .item_detail .detail_work {
    gap: 10px;
    margin-bottom: 2.7vw;
  }
  .constructionSection .listUse .construction_item .item_detail .detail_cat li {
    font-size: 3.1vw;
    padding: 0.6vw 2.4vw;
  }
  .constructionSection .listUse .construction_item .item_detail .detail_cat {
    margin-bottom: 1.9vw;
  }
  .constructionSection .listUse .construction_item .item_detail .detail_more a {
    font-size: 3.6vw;
    padding-right: 4.9vw;
  }
  .constructionSection .listUse .construction_item .item_detail .detail_more a::before {
    width: 2.6vw;
  }
  .constructionSection  .moreVoice {
    margin-top: 5.19231vw;
  }
  .constructionSection  .moreVoice a {
    height: 13.20256vw;
  }


  .pChild__voice.pChild__voice--detail {
    padding: 2.52821vw 0 0;
    margin-bottom: -2.8vw;
  }
  .pChild__voice--main .titleRel ~  .listUse {
    margin-top: 4.59231vw;
  }
  .pChild__voice--detail .detailCon {
    margin: 0 0 11.8vw;
    padding: 5.4vw 5.1vw 4.9vw;
    box-shadow: 0 0 3.84615vw rgba(0, 0, 0, 0.1);
  }
  .pChild__voice--detail .detailCon__top {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .pChild__voice--detail .detailCon__top h3 {
    width: 100%;
    font-size: 6.42vw;
  }
  .pChild__voice--detail .detailCon .detailCon__top .detail_cat {
    margin-bottom: 1.1vw;
  }
  .pChild__voice--detail .detailCon .detailCon__top .detail_cat li {
    margin: 0;
    font-size: 3.1vw;
    padding: 6px 9px;
    height: auto;
  }
  .pChild__voice--detail .detailCon__fig {
    margin: 2.7vw 0 4vw;
  }
  .pChild__voice--detail .detailCon .detailCon__fig .swiper-slide {
    width: 58.2vw;
  }
  .pChild__voice--detail .detailCon .detailCon__meta {
    margin: 2.05128vw 0 -1.28205vw;
  }
  .pChild__voice--detail .detailCon .detailCon__meta .meta_list {
    gap: 1.4vw;
  }
  .pChild__voice--detail .detailCon .detailCon__meta .meta_list .meta_name {
    min-width: 26vw;
    font-size: 3.6vw;
    padding: 1.2vw 2.5vw;
    margin-right: 2.4vw;
  }
  .pChild__voice--detail .detailCon .detailCon__meta .meta_list .meta_name .icon {
    width: 5.2vw;
  }
  .pChild__voice--detail .detailCon .detailCon__meta .meta_list .meta_info {
    font-size: 4.2vw;
  }
  .pChild__voice--detail .detailCon__txt {
    font-size: 3.8vw;
    line-height: 1.627;
    letter-spacing: 0.1px;
  }
}

@media(max-width: 430px) {
  .pChild__voice--detail .detailCon .detailCon__fig .swiper-button-next, .pChild__voice--detail .detailCon .detailCon__fig .swiper-button-prev {
    top: 42.7%;
    width: 45px;
  }
}
/* End row28 */