@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=IBM+Plex+Sans+JP:wght@400;500;700&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 */
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #2A323D;
}

a:hover {
  text-decoration: none;
}

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

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: #2A323D;
  font-family: "IBM Plex Sans JP", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

* {
  -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%;
  background: #F5F5F5;
}

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


.indention p+p {
  margin-top: 1.5em;
}


@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: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .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;
  }

  .btnCom a {
    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;
    width: 179px;
    height: 52px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 0.7;
    color: #2A323D;
    background: #fff;
    border: 1px solid #ECECEC;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .btnCom a::after {
    content: "";
    width: 24px;
    height: 24px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #006AAD url("../img/icArrow.png") 50% 50% no-repeat;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
    margin-left: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .btnCom a:hover {
    opacity: 1;
    background: #006AAD;
    color: #fff;
  }

  .btnCom a:hover::after {
    background-color: #16A3E4;
    -webkit-animation: shine 0.5s 1 alternate;
    -moz-animation: shine 0.5s 1 alternate;
    animation: shine 0.5s 1 alternate;
  }

  .header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    padding: 20px 50px;
    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;
  }

  .header.fixed {
    position: fixed;
  }

  .header__logo {
    line-height: 0;
    display: block;
    width: 310px;
  }

  .header__logo a {
    display: block;
    line-height: 0;
    width: 100%;
  }

  .header__logo a img {
    width: 100%;
    height: auto;
  }

  .header__nav {
    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__nav .menu {
    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__nav .menu>li:hover>a {
    color: #006AAD;
  }

  .header__nav .menu>li>a {
    font-size: 14px;
    line-height: 0.7;
    letter-spacing: 0.04em;
    font-weight: 400;
    color: #2A323D;
    padding: 21px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header__nav .menu>li.hasChild {
    position: relative;
  }

  .header__nav .menu>li.hasChild>a {
    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;
  }

  .header__nav .menu>li.hasChild>a::after {
    content: "";
    width: 12px;
    height: 6px;
    background: url("../img/headerArrowDown.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-left: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .header__nav .menu>li.hasChild:hover>a::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url("../img/headerArrowDownBlue.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .header__nav .menu>li.hasChild:hover>ul {
    opacity: 1;
    pointer-events: auto;
    z-index: 11;
  }

  .header__nav .menu>li+li {
    margin-left: 40px;
  }

  .header__nav .menu>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 262px;
    background: #fff;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header__nav .menu>li>ul>li+li {
    border-top: 1px solid #ECECEC;
  }

  .header__nav .menu>li>ul>li>a {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 20px 34px 20px 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    color: #2A323D;
  }

  .header__nav .menu>li>ul>li>a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: url("../img/headerArrowRight.png") 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: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header__nav .menu>li>ul>li>a:hover::after {
    -webkit-transform: translate(5px, -50%);
    -moz-transform: translate(5px, -50%);
    -ms-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
  }

  .header__nav .btnContact {
    margin-left: 40px;
  }

  .header__nav .btnContact a:hover {
    background: #006AAD;
  }

  .header__nav .social {
    margin-left: 40px;
    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__nav .social li {
    line-height: 0;
  }

  .header__nav .social li+li {
    margin-left: 32px;
  }

  .header__nav .social li a {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
  }

  .header__nav .social li.ins {
    width: 28px;
    height: 28px;
  }

  .header__nav .social li.ins a {
    background: url("../img/headerIns.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .header__nav .social li.tiktok {
    width: 24px;
    height: 28px;
  }

  .header__nav .social li.tiktok a {
    background: url("../img/headerTiktok.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .header .menu_icon {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header .menu_icon {
    width: 28px;
    height: 16px;
    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;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 99;
  }

  .header .menu_icon .menu_icon_in {
    width: 28px;
    height: 16px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -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 .menu_icon .menu_icon_in .menu-trigger,
  .header .menu_icon .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 .menu_icon .menu_icon_in .menu-trigger {
    position: relative;
    width: 28px;
    height: 16px;
  }

  .header .menu_icon .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #006AAD;
    -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 .menu_icon .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 .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }

  .header .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: -webkit-calc(100% - 0px);
    top: -moz-calc(100% - 0px);
    top: calc(100% - 0px);
    -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 .menu_icon.active .menu_icon_in .menu-trigger span {
    background-color: #006AAD;
  }

  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 50%;
    background: #006AAD;
    -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 .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 50%;
    background: #006AAD;
    -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__nav {
    position: absolute;
    width: 390px;
    overflow: auto;
    height: 100vh;
    top: 0;
    right: -100%;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
  }

  .header__nav .show_sp {
    display: block !important;
  }

  .header__nav .menu {
    padding: 71px 37px 0 37px;
    overflow: hidden;
    display: block;
  }

  .header__nav .menu>li {
    padding: 0;
  }

  .header__nav .menu>li>a {
    font-size: 20px;
    line-height: 0.7;
    letter-spacing: 0.04em;
    font-weight: 400;
    color: #2A323D !important;
    padding: 0 0 14px;
    overflow: hidden;
    text-indent: -9999px;
    height: 28px;
    width: 100%;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(42, 50, 61, 0.8);
    position: relative;
  }

  .header__nav .menu>li>a::before {
    content: attr(data-en);
    font-size: 20px;
    line-height: 0.7;
    letter-spacing: 0.04em;
    font-weight: 400;
    font-family: 'Figtree', sans-serif;
    color: #2A323D !important;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-indent: 0;
  }

  .header__nav .menu>li+li {
    margin-top: 40px;
    margin-left: 0;
  }

  .header__nav .menu>li>ul {
    margin-top: 32px;
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 1;
    pointer-events: all;
    z-index: 1;
    width: 100%;
    padding: 0;
  }

  .header__nav .menu>li>ul>li>a {
    font-size: 16px;
    line-height: 0.7;
    display: block;
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    color: #2A323D;
  }

  .header__nav .btnContact {
    margin-left: 40px;
    display: none;
  }

  .header__nav .btnContact a {
    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;
    width: 179px;
    height: 52px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 0.7;
    color: #000;
    border: 1px solid #ECECEC;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .header__nav .btnContact a::after {
    content: "";
    width: 24px;
    height: 24px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("../img/headerArrowCircle.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-left: 20px;
  }

  .header__nav .social {
    margin-top: 48px;
    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: 39px;
    padding-left: 37px;
  }

  .header__nav .social li {
    line-height: 0;
  }

  .header__nav .social li+li {
    margin-left: 32px;
  }

  .header__nav .social li a {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
  }

  .header__nav .social li.ins {
    width: 28px;
    height: 28px;
  }

  .header__nav .social li.ins a {
    background: url("../img/headerIns.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .header__nav .social li.tiktok {
    width: 24px;
    height: 28px;
  }

  .header__nav .social li.tiktok a {
    background: url("../img/headerTiktok.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .header__nav.active {
    right: 0;
  }
}

@media screen and (min-width: 769px),
print {
  .footer {
    margin-top: 200px;
    padding-bottom: 116px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .footer::after {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 152px);
    height: -moz-calc(100% - 152px);
    height: calc(100% - 152px);
    background: #304053;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

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

@media screen and (min-width: 769px),
print {
  .footer__contact--main {
    background: -webkit-gradient(linear, left top, right top, from(#16A3E4), to(#42D7DD));
    background: -webkit-linear-gradient(left, #16A3E4 0%, #42D7DD 100%);
    background: -moz- oldlinear-gradient(left, #16A3E4 0%, #42D7DD 100%);
    background: linear-gradient(90deg, #16A3E4 0%, #42D7DD 100%);
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding: 72px 100px;
    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;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__contact--main {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 769px),
print {
  .footer__contact--main .left .title span {
    font-size: 14px;
    line-height: 0.7;
    font-weight: 400;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    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;
  }

  .footer__contact--main .left .title span::before {
    content: "";
    width: 7px;
    height: 10px;
    background: url("../img/blob.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 8px;
  }

  .footer__contact--main .left .title h2 {
    font-size: 56px;
    line-height: 0.7;
    font-weight: 400;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    margin-top: 10px;
  }

  .footer__contact--main .left p {
    font-size: 16px;
    line-height: 1.88;
    font-weight: 500;
    color: #fff;
    margin-top: 48px;
  }

  .footer__contact--main .right a {
    width: 192px;
    height: 52px;
    font-size: 16px;
    line-height: 0.7;
    font-weight: 400;
  }

  .footer__contact--main .right a::after {
    margin-left: 20px;
  }

  .footer__bottom {
    margin-top: 120px;
  }

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

  .footer__bottom--top .left {
    width: 416px;
  }

  .footer__bottom--top .left .logoFooter {
    line-height: 0;
    display: block;
    width: 372px;
  }

  .footer__bottom--top .left .logoFooter img {
    width: 100%;
    height: auto;
  }

  .footer__bottom--top .left .address {
    margin-top: 59px;
    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;
  }

  .footer__bottom--top .left .address li address {
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
  }

  .footer__bottom--top .left .address li a {
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    line-height: 1.5;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: underline;
    margin-top: 20px;
  }

  .footer__bottom--top .left .address li a::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url("../img/icPin.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 8px;
  }

  .footer__bottom--top .right {
    width: 608px;
  }

  .footer__bottom--top .right>ul {
    margin: 0 -40px -32px;
  }

  .footer__bottom--top .right>ul::after {
    content: "";
    clear: both;
    display: table;
  }

  .footer__bottom--top .right>ul>li {
    float: left;
    width: 149px;
    margin: 0 40px 32px;
  }

  .footer__bottom--top .right>ul>li.hasChild {
    float: right;
  }

  .footer__bottom--top .right>ul>li>a {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 0.7;
    letter-spacing: 0.04em;
    padding: 0 0 14px;
    border-bottom: 1px solid #fff;
  }

  .footer__bottom--top .right>ul>li>ul {
    margin-top: 40px;
  }

  .footer__bottom--top .right>ul>li>ul>li+li {
    margin-top: 22px;
  }

  .footer__bottom--top .right>ul>li>ul>li>a {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__bottom--top {
    -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: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__bottom--top .right {
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px),
print {
  .footer__bottom--bot {
    margin-top: 56px;
    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;
  }

  .footer__bottom--bot .social {
    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;
  }

  .footer__bottom--bot .social li {
    line-height: 0;
    width: 48px;
  }

  .footer__bottom--bot .social li+li {
    margin-left: 32px;
  }

  .footer__bottom--bot .social li a {
    display: block;
    line-height: 0;
    width: 100%;
  }

  .footer__bottom--bot .social li a img {
    width: 100%;
    height: auto;
  }

  .footer__bottom--bot .privacy {
    margin-left: auto;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }

  .footer__bottom--bot .copyright {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-left: auto;
  }

  .footer.st2 {
    margin-top: 0;
    padding-top: 10px;
  }

  .footer.st2::after {
    height: 100%;
  }

  .pTop .header {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
  }

  .pTop .header.change {
    background: transparent;
  }

  .pTop .header.change .header__nav .menu>li>a {
    color: #fff;
  }

  .pTop .header.change .header__nav .menu>li.hasChild>a::after {
    background: url("../img/headerArrowDownWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .pTop .header.change .header__nav .btnContact a {
    background: #fff;
  }

  .pTop .header.change .header__nav .btnContact a:hover {
    background: #006AAD;
  }

  .pTop .header.change .header__nav .social li.ins a {
    background: url("../img/headerInsWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .pTop .header.change .header__nav .social li.tiktok a {
    background: url("../img/headerTiktokWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .pTop .mv {
    position: relative;
    height: 100vh;
    z-index: 4;
  }

  .pTop .mv__back {
    height: 100%;
  }

  .pTop .mv__back picture {
    width: 100%;
    height: 100%;
  }

  .pTop .mv__back picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pTop .mv__front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 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;
    padding: 0 0 8.19444% 8.33333%;
  }

  .pTop .mv__front h2 {
    color: #fff;
    font-size: 48px;
    line-height: 1.6;
    font-weight: 500;
  }

  .pTop .mv__scroll {
    position: absolute;
    right: 67px;
    bottom: -81px;
    z-index: 2;
    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;
  }

  .pTop .mv__scroll span {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }

  .pTop .mv__scroll em {
    height: 172px;
    margin-top: 17px;
    width: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
  }

  .pTop .mv__scroll em::before,
  .pTop .mv__scroll em::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .pTop .mv__scroll em::before {
    height: 100%;
    width: 2px;
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
  }

  .pTop .mv__scroll em::after {
    width: 10px;
    height: 15px;
    background: url("../img/blob.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-animation: updown 4s infinite;
    -moz-animation: updown 4s infinite;
    animation: updown 4s infinite;
  }

  .pTop .reason {
    position: relative;
    z-index: 3;
    padding: 256px 0;
  }

  .pTop .reason::after {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% + 409px);
    height: -moz-calc(100% + 409px);
    height: calc(100% + 409px);
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#0088C7), color-stop(46.15%, #32BFFF), color-stop(76.44%, #F5F5F5));
    background: -webkit-linear-gradient(top, #0088C7 0%, #32BFFF 46.15%, #F5F5F5 76.44%);
    background: -moz- oldlinear-gradient(top, #0088C7 0%, #32BFFF 46.15%, #F5F5F5 76.44%);
    background: linear-gradient(180deg, #0088C7 0%, #32BFFF 46.15%, #F5F5F5 76.44%);
    z-index: -1;
  }

  .pTop .reason__main::after {
    content: "";
    clear: both;
    display: table;
  }

  .pTop .reason__main h2 {
    float: right;
    font-size: 56px;
    line-height: 1.56;
    font-weight: 500;
    color: #fff;
    width: 526px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .pTop .reason__main h2 {
    margin: auto;
    float: none;
    text-align: center;
  }
}

@media screen and (min-width: 769px),
print {
  .pTop .reason__main .left {
    width: 600px;
    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: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    float: left;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .pTop .reason__main .left {
    margin: 50px auto 0;
    float: none;
  }
}

@media screen and (min-width: 769px),
print {
  .pTop .reason__main .left figure.st1 {
    width: 320px;
    margin-right: 30px;
  }

  .pTop .reason__main .left figure.st2 {
    width: 180px;
  }

  .pTop .reason__main .left figure.st4 {
    width: 320px;
    margin-top: 37px;
  }

  .pTop .reason__main .left figure.st3 {
    width: 180px;
    margin-right: 30px;
    margin-bottom: -57px;
    margin-left: 70px;
  }

  .pTop .reason__main .txt {
    float: right;
    font-size: 18px;
    line-height: 2.4;
    font-weight: 500;
    color: #fff;
    width: 526px;
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .pTop .reason__main .txt {
    margin: 80px auto 0;
    float: none;
  }
}

@media screen and (min-width: 769px),
print {
  .pTop .title h2 {
    font-size: 56px;
    line-height: 0.69643;
    font-family: 'Figtree', sans-serif;
    color: #2A323D;
    font-weight: 400;
    letter-spacing: 0.04em;
  }

  .pTop .title 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-family: 'Figtree', sans-serif;
    font-size: 14px;
    line-height: 0.7;
    font-weight: 400;
    color: #006AAD;
    letter-spacing: 0.04em;
    margin-top: 20px;
  }

  .pTop .title span::before {
    content: "";
    width: 7px;
    height: 10px;
    background: url("../img/blobBlue.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 8px;
  }

  .pTop .service {
    position: relative;
    z-index: 4;
    overflow: hidden;
  }

  .pTop .service__main .intro {
    font-size: 16px;
    line-height: 1.68;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #2A323D;
    width: 600px;
    margin-top: 64px;
  }

  .pTop .service__main--type {
    margin-top: 67px;
    counter-reset: con;
  }

  .pTop .service__main--type .tabs {
    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;
    counter-reset: li;
  }

  .pTop .service__main--type .tabs li {
    width: 32.75%;
    counter-increment: li;
  }

  .pTop .service__main--type .tabs 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;
    padding: 20px 40px;
    width: 100%;
    background: #DBEDFB;
    -moz-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #2A323D;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .pTop .service__main--type .tabs li a::before {
    content: counter(li, decimal-leading-zero);
    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: 48px;
    height: 48px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 0.7;
    letter-spacing: 0.04em;
    background: #16A3E4;
    margin-right: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    flex-shrink: 0;
  }

  .pTop .service__main--type .tabs li a:hover,
  .pTop .service__main--type .tabs li a.active {
    background: #16A3E4;
    color: #fff;
  }

  .pTop .service__main--type .tabs li a:hover::before,
  .pTop .service__main--type .tabs li a.active::before {
    color: #16A3E4;
    background: #fff;
  }

  .pTop .service__main--type .content {
    display: none;
    padding: 80px 100px;
  }

  .pTop .service__main--type .content.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -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: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pTop .service__main--type .content.active::after {
    position: absolute;
    content: "";
    width: 1000%;
    height: 100%;
    background: #16A3E4;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }

  .pTop .service__main--type .content.active .left {
    width: 480px;
  }

  .pTop .service__main--type .content.active .left h3 {
    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;
    color: #fff;
    font-size: 28px;
    line-height: 0.7;
    font-weight: 500;
    letter-spacing: 0.04em;
  }

  .pTop .service__main--type .content.active .left h3::before {
    content: attr(data-num);
    font-size: 20px;
    line-height: 1;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    color: #16A3E4;
    width: 48px;
    height: 48px;
    background: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 16px;
    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;
  }

  .pTop .service__main--type .content.active .left p {
    color: #fff;
    font-size: 14px;
    line-height: 1.88;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin-top: 28px;
  }

  .pTop .service__main--type .content.active .left ul {
    margin-top: 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 .service__main--type .content.active .left ul li {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 30px;
    margin-right: 44px;
    margin-top: 20px;
    width: 50%;
  }

  .pTop .service__main--type .content.active .left ul li:nth-child(odd) {
    width: 96px;
  }

  .pTop .service__main--type .content.active .left ul li::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/icArrowWhite.png") 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 .service__main--type .content.active .left ul.full li {
    width: 100%;
    margin-right: 0;
  }

  .pTop .service__main--type .content.active .left ul.full li:nth-child(odd) {
    width: 100%;
  }

  .pTop .service__main--type .content.active .left ul.half li {
    width: 210px;
  }

  .pTop .service__main--type .content.active .left ul.half li:nth-child(even) {
    margin-right: 0;
  }

  .pTop .service__main--type .content.active figure {
    width: 460px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
  }

  .pTop .service__main--type .content.active figure img {
    width: 100%;
    height: auto;
  }

  .pTop .service__main--type .content.active figure figcaption {
    display: none;
  }

  .pTop .construction {
    margin-top: 145px;
  }

  .pTop .construction__main {
    position: relative;
  }

  .pTop .construction__slide {
    margin-top: 64px;
    padding-bottom: 12.5px;
  }

  .pTop .construction__slide .swiper-slide {
    width: 302px;
    margin-right: 55px;
  }

  .pTop .construction__slide .swiper-slide a {
    display: block;
    width: 100%;
  }

  .pTop .construction__slide .swiper-slide a figure {
    width: 100%;
    height: 206px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
  }

  .pTop .construction__slide .swiper-slide a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pTop .construction__slide .swiper-slide a .meta {
    margin-top: 28px;
  }

  .pTop .construction__slide .swiper-slide a .meta 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;
    height: 26px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #2a323d;
    background: #DBEDFB;
    padding: 0 16px;
  }

  .pTop .construction__slide .swiper-slide a h3 {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    margin-top: 16px;
  }

  .pTop .construction__slide--scrollbar {
    margin-top: 78px;
    height: 3px;
    background: rgba(0, 106, 173, 0.1);
  }

  .pTop .construction__slide--scrollbar .swiper-scrollbar-drag {
    height: 28px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    background: #006AAD url("../img/drag.png") center no-repeat;
    -moz-background-size: 28px 11.67px;
    background-size: 28px 11.67px;
    top: -12.5px;
    cursor: -moz-grab;
    cursor: grab;
  }

  .pTop .construction__btn {
    position: absolute;
    right: 0;
    top: 0;
  }

  .pTop .construction__btn a {
    background: #fff;
  }

  .pTop .construction__btn a:hover {
    background: #006AAD;
  }

  .pTop .company {
    margin-top: 214px;
  }

  .pTop .company__main .list {
    margin-top: 64px;
  }

  .pTop .company__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: -8px; */
    gap: 8px;
  }

  .pTop .company__main .list ul li {
    width: 288px;
    /* margin: 8px; */
    width: calc((100% - 8px) / 2);
  }

  .pTop .company__main .list ul li a {
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pTop .company__main .list ul li a figure {
    width: 100%;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
  }

  .pTop .company__main .list ul li a figure img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }

  .pTop .company__main .list ul li a .cap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 208px;
    height: 80px;
    background: #fff;
    -moz-border-radius: 0 16px 0 16px;
    border-radius: 0 16px 0 16px;
    padding: 20px 0 0 21px;
  }

  .pTop .company__main .list ul li a .cap 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;
    font-size: 12px;
    line-height: 0.7;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: 'Figtree', sans-serif;
    color: #006AAD;
  }

  .pTop .company__main .list ul li a .cap span::before {
    content: "";
    width: 7px;
    height: 10px;
    background: url("../img/blobBlue.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 8px;
  }

  .pTop .company__main .list ul li a .cap h3 {
    font-size: 24px;
    line-height: 0.7;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    color: #2A323D;
    margin-top: 14px;
    letter-spacing: 0.04em;
  }

  .pTop .company__main .list ul li a .cap::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url("../img/icArrowWhite.png") 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: -56px;
  }

  .pTop .recruit {
    margin-top: 200px;
  }

  .pTop .recruit__slide {
    margin-top: 64px;
  }

  .pTop .recruit__slide .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .pTop .recruit__slide .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .pTop .recruit__slide .swiper-slide figure {
    width: 640px;
    margin: 0 8px;
  }

  .pTop .recruit__slide .swiper-slide figure img {
    width: 100%;
    height: 480px;
    object-fit: cover;
  }

  .pTop .recruit__content {
    max-width: 1000px;
    margin-top: 68px;
    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: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pTop .recruit__content h3 {
    font-size: 32px;
    line-height: 1.64;
    font-weight: 500;
    color: #006AAD;
    letter-spacing: 0.04em;
  }

  .pTop .recruit__content .right {
    width: 437px;
  }

  .pTop .recruit__content .right p {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.04em;
    color: #2A323D;
  }

  .pTop .recruit__content .right .btn {
    text-align: right;
    margin-top: 68px;
  }

  .pTop .recruit__content .right .btn a {
    width: 172px;
    height: 52px;
  }

  .pTop .recruit__content .right .btn a:hover {
    background: #006AAD;
  }

  .pChild__title {
    height: 344px;
    background: -webkit-linear-gradient(354.64deg, #16A3E4 0.51%, #DBEDFB 100%);
    background: -moz- oldlinear-gradient(354.64deg, #16A3E4 0.51%, #DBEDFB 100%);
    background: linear-gradient(95.36deg, #16A3E4 0.51%, #DBEDFB 100%);
    padding-top: 120px;
    color: #fff;
  }

  .pChild__title span {
    font-size: 14px;
    line-height: 0.7;
    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-family: 'Figtree', sans-serif;
    font-weight: 400;
  }

  .pChild__title span::before {
    content: "";
    width: 7px;
    height: 10px;
    background: url("../img/blob.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: inline-block;
    margin-right: 8px;
  }

  .pChild__title h1 {
    font-size: 56px;
    line-height: 0.7;
    margin-top: 20px;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
  }

  .pChild__title .breadcrum {
    margin-top: 80px;
  }

  .pChild__title .breadcrum ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pChild__title .breadcrum ul li {
    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: 12px;
    line-height: 1;
    font-weight: 400;
  }

  .pChild__title .breadcrum ul li a {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
  }

  .pChild__title .breadcrum ul li:first-of-type a {
    font-family: 'Figtree', sans-serif;
    font-weight: 300;
  }

  .pChild__title .breadcrum ul li+li::before {
    content: "";
    width: 4px;
    height: 8px;
    background: url("../img/arrowBreadcrum.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin: 0 8px;
  }

  .pService__nav {
    background: #F5F5F5;
    -moz-box-shadow: 0 5px 10px rgba(22, 163, 228, 0.2);
    box-shadow: 0 5px 10px rgba(22, 163, 228, 0.2);
  }

  .pService__nav ul {
    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;
    padding-top: 34px;
    padding-bottom: 34px;
    max-width: 1000px;
  }

  .pService__nav ul li {
    width: 244px;
  }

  .pService__nav ul li a {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 0.75;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pService__nav ul li a::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 6px;
    background: url("../img/headerArrowDown.png") 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: 0;
  }

  .pService__nav ul li a:hover {
    opacity: 1;
    color: #006AAD;
  }

  .pService__nav ul li a:hover::after {
    background: url("../img/headerArrowDownBlue.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .pService__main {
    max-width: 1000px;
    margin-top: 120px;
  }

  .pService__main .service__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;
  }

  .pService__main .service__top--left {
    width: 455px;
  }

  .pService__main .service__top--left h2 {
    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: 28px;
    line-height: 1;
    font-weight: 500;
    color: #006AAD;
  }

  .pService__main .service__top--left h2::before {
    content: attr(data-num);
    width: 48px;
    height: 48px;
    -moz-border-radius: 50%;
    border-radius: 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;
    color: #fff;
    background: #006AAD;
    font-size: 20px;
    line-height: 0.7;
    font-weight: 500;
    font-family: 'Figtree', sans-serif;
    margin-right: 16px;
  }

  .pService__main .service__top--left h3 {
    font-size: 24px;
    line-height: 1.56;
    color: #006AAD;
    font-weight: 500;
    margin-top: 56px;
  }

  .pService__main .service__top--left p {
    font-size: 16px;
    line-height: 1.88;
    color: #2A323D;
    margin-top: 30px;
  }

  .pService__main .service__top--right {
    width: 420px;
  }

  .pService__main .service__top--right img {
    width: 100%;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }

  .pService__main .service .arTitle 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-family: 'Figtree', sans-serif;
    font-size: 12px;
    line-height: 0.7;
    font-weight: 400;
    color: #006AAD;
    letter-spacing: 0.04em;
  }

  .pService__main .service .arTitle span::before {
    content: "";
    width: 7px;
    height: 10px;
    background: url("../img/blobBlue.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 8px;
  }

  .pService__main .service .arTitle h3 {
    margin-top: 16px;
    font-size: 32px;
    line-height: 0.6875;
    font-family: 'Figtree', sans-serif;
    color: #2A323D;
    font-weight: 400;
    letter-spacing: 0.04em;
  }

  .pService__main .service .arDatalist dl {
    padding-bottom: 64px;
    border-bottom: 1px solid rgba(22, 163, 228, 0.4);
  }

  .pService__main .service .arDatalist dl+dl {
    margin-top: 60px;
  }

  .pService__main .service .arDatalist dl dt {
    font-size: 20px;
    line-height: 1.88;
    font-weight: 500;
    color: #006AAD;
  }

  .pService__main .service .arDatalist dl dd {
    font-size: 16px;
    line-height: 1.88;
    color: #2A323D;
    margin-top: 30px;
  }

  .pService__main .service .arList {
    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: 28px -13px -28px;
    counter-reset: sec;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pService__main .service .arList {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 769px),
print {
  .pService__main .service .arList section {
    width: 316px;
    margin: 28px 13px;
    counter-increment: sec;
  }

  .pService__main .service .arList section figure {
    width: 100%;
  }

  .pService__main .service .arList section figure img {
    width: 100%;
    height: auto;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }

  .pService__main .service .arList section h4 {
    font-size: 20px;
    line-height: 1.88;
    color: #006AAD;
    font-weight: 500;
    margin-top: 24px;
    padding: 0 0 0 40px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pService__main .service .arList section h4::before {
    position: absolute;
    content: counter(sec, decimal-leading-zero);
    font-size: 20px;
    line-height: 1.88;
    color: #006AAD;
    font-family: 'Figtree', sans-serif;
    left: 0;
    top: 0;
  }

  .pService__main .service .arList section p {
    font-size: 14px;
    line-height: 1.88;
    margin-top: 20px;
  }

  .pService__main .service .arList section dl {
    margin-top: 27px;
    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;
    padding: 24px 0 0;
    font-size: 14px;
    line-height: 1.88;
    font-weight: 400;
    border-top: 1px solid rgba(0, 106, 173, 0.4);
  }

  .pService__main .service .arList section dl dt {
    white-space: nowrap;
  }

  .pService__main .service .arList section dl dd {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }

  .pService__main .service .col2 {
    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;
  }

  .pService__main .service .col2 .arTitle {
    width: 279px;
  }

  .pService__main .service .col2 .arDatalist {
    width: 721px;
  }

  .pService__main .service>article {
    margin-top: 126px;
  }

  .pService__main .service+.service {
    margin-top: 265px;
  }

  .pService__main .service__cap {
    margin-top: 148px;
  }

  .pService__main .service__cap h3 {
    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: 28px;
    line-height: 1.88;
    color: #006AAD;
    font-weight: 500;
  }

  .pService__main .service__cap h3::before,
  .pService__main .service__cap h3::after {
    content: "";
    width: 10px;
    height: 26px;
    background: url("../img/serviceSplash.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .pService__main .service__cap h3::before {
    margin-right: 24px;
  }

  .pService__main .service__cap h3::after {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 24px;
  }

  .pService__main .service__cap .intro {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.88;
    font-weight: 500;
  }

  .pService__main .service__cap .intro span {
    color: #006AAD;
  }

  .pService__main .service__list {
    margin: 45px -27px -27px;
    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;
    counter-reset: dl;
  }

  .pService__main .service__list dl {
    counter-increment: dl;
    width: 473px;
    margin: 27px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pService__main .service__list dl {
    width: 100%;
  }
}

@media screen and (min-width: 769px),
print {
  .pService__main .service__list dl dt {
    font-size: 20px;
    line-height: 1.88;
    color: #006AAD;
    font-weight: 500;
    margin-top: 24px;
    padding: 0 0 0 40px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pService__main .service__list dl dt::before {
    position: absolute;
    content: counter(dl, decimal-leading-zero);
    font-size: 20px;
    line-height: 1.88;
    color: #006AAD;
    font-family: 'Figtree', sans-serif;
    left: 0;
    top: 0;
  }

  .pService__main .service__list dl dd {
    font-size: 14px;
    line-height: 1.88;
    margin-top: 20px;
  }

  .pService__main .service__2col {
    margin-top: 79px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pService__main .service__2col--left {
    width: 500px;
    margin: auto;
  }
}

@media screen and (min-width: 769px),
print {
  .pService__main .service__2col--left::after {
    content: "";
    clear: both;
    display: table;
  }

  .pService__main .service__2col--left h3 {
    font-size: 20px;
    line-height: 1.88;
    color: #006AAD;
    font-weight: 500;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 32px;
    width: 500px;
    float: left;
  }

  .pService__main .service__2col--left h3::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #006AAD;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .pService__main .service__2col--left p {
    font-size: 14px;
    line-height: 1.88;
    margin-top: 30px;
    width: 500px;
    float: left;
  }

  .pService__main .service__2col--left .btnCom {
    float: left;
    width: 500px;
    margin-top: 32px;
  }

  .pService__main .service__2col--right {
    width: 356px;
    float: right;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pService__main .service__2col--right {
    float: left;
  }
}

@media screen and (min-width: 769px),
print {
  .pService__main .service__2col--right img {
    width: 100%;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }

  .pService__main .service .arSec {
    margin-top: 32px;
  }

  .pService__main .service .arSec__row {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pService__main .service .arSec__row+.arSec__row {
    margin-top: 104px;
    padding: 104px 0 0 0;
  }

  .pService__main .service .arSec__row+.arSec__row::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    background: rgba(0, 106, 173, 0.4);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .pService__main .service .arSec__row h3 {
    font-size: 24px;
    line-height: 1.88;
    font-weight: 500;
    color: #006AAD;
    padding: 0 0 0 20px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pService__main .service .arSec__row h3::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 24px;
    background: #006AAD;
    left: 0;
    top: 10.5px;
  }

  .pService__main .service .arSec__row .intro {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.88;
    max-width: 660px;
  }

  .pService__main .service.serviceWave {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pService__main .service.serviceWave::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: -webkit-calc(50% + 265px);
    height: -moz-calc(50% + 265px);
    height: calc(50% + 265px);
    background: url("../img/serviceWave.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    z-index: -2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -265px;
  }

  .pService__main .service.serviceWave::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: -webkit-calc(50% + 134px);
    height: -moz-calc(50% + 134px);
    height: calc(50% + 134px);
    background: #E6EFF4;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -134px;
    z-index: -1;
  }

  .pService__main .service.serviceWave+.service {
    position: relative;
    z-index: 3;
  }

  .pService__main .service.serviceWave2 {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    margin-top: 169px;
  }

  .pService__main .service.serviceWave2::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: -webkit-calc(50% + 169px);
    height: -moz-calc(50% + 169px);
    height: calc(50% + 169px);
    background: url("../img/serviceWave2.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    z-index: -2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -169px;
  }

  .pService__main .service.serviceWave2::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 50%;
    background: #F5F5F5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -134px;
    z-index: -1;
  }

  .pService__main .service.serviceWave2+.service {
    position: relative;
    z-index: 3;
  }

  .pConstruction__nav {
    background: #ECECEC;
    padding: 26px 0;
  }

  .pConstruction__nav--main {
    max-width: 1000px;
  }

  .pConstruction__nav--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;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pConstruction__nav--main dl dt {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #006AAD;
    white-space: nowrap;
    margin-right: 117px;
  }

  .pConstruction__nav--main dl dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pConstruction__nav--main 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;
    margin: -24px;
  }

  .pConstruction__nav--main dl dd ul li {
    margin: 24px;
  }

  .pConstruction__nav--main dl dd ul li a {
    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;
    height: 28px;
    padding: 0 16px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #DBEDFB;
    color: #2A323D;
    font-size: 16px;
    line-height: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }

  .pConstruction__nav--main dl dd ul li a.active,
  .pConstruction__nav--main dl dd ul li a:hover {
    background: #006AAD;
    color: #fff;
  }

  .pConstruction__list {
    max-width: 1000px;
    margin-top: 120px;
    overflow: hidden;
  }

  .pConstruction__list article {
    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: 0 -52px;
    padding: 0 0 64px;
    border-bottom: 1px solid rgba(0, 106, 173, 0.4);
  }

  .pConstruction__list article .left {
    width: 540px;
    margin: 0 52px;
  }

  .pConstruction__list article .left .meta {
    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;
  }

  .pConstruction__list article .left .meta span,
  .pConstruction__list article .left .meta a {
    font-size: 14px;
    line-height: 1;
    height: 26px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #DBEDFB;
    color: #2A323D;
    white-space: nowrap;
    padding: 0 16px;
    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;
    opacity: 1;
    margin-right: 12px;
  }

  .pConstruction__list article .left h3 {
    font-size: 24px;
    line-height: 1.64;
    margin-top: 32px;
    font-weight: 500;
    color: #006AAD;
  }

  .pConstruction__list article .left p {
    font-size: 16px;
    line-height: 1.88;
    color: #2A323D;
    margin-top: 32px;
  }

  .pConstruction__list article figure {
    margin: 0 52px;
    width: 356px;
  }

  .pConstruction__list article figure img {
    width: 100%;
    -moz-border-radius: 16px;
    border-radius: 16px;
    height: auto;
  }

  .pConstruction__list article+article {
    margin-top: 64px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .pConstruction__list article {
    -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;
  }

  .pConstruction__list article figure {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px),
print {
  .pConstruction__pagination {
    max-width: 1000px;
    margin-top: 80px;
  }

  .pConstruction__pagination .wp-pagenavi {
    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;
    padding: 0 100px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pConstruction__pagination .wp-pagenavi .pages {
    display: none;
  }

  .pConstruction__pagination .wp-pagenavi .previouspostslink {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 1;
    font-family: 'Figtree', sans-serif;
    color: #000000;
    display: inline-block;
    padding: 0 0 0 48px;
  }

  .pConstruction__pagination .wp-pagenavi .previouspostslink::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: url("../img/headerArrowCircle.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .pConstruction__pagination .wp-pagenavi .previouspostslink.disable {
    opacity: 0.4;
    pointer-events: none;
  }

  .pConstruction__pagination .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 1;
    font-family: 'Figtree', sans-serif;
    color: #000000;
    display: inline-block;
    padding: 0 48px 0 0;
  }

  .pConstruction__pagination .wp-pagenavi .nextpostslink::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: url("../img/headerArrowCircle.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .pConstruction__pagination .wp-pagenavi .nextpostslink.disable {
    opacity: 0.4;
    pointer-events: none;
  }

  .pConstruction__pagination .wp-pagenavi .page,
  .pConstruction__pagination .wp-pagenavi .current {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -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: 14px;
    line-height: 1;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    color: #2A323D;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    margin: 0 15px;
  }

  .pConstruction__pagination .wp-pagenavi .page:hover,
  .pConstruction__pagination .wp-pagenavi .current:hover {
    background: #16A3E4;
    color: #fff;
  }

  .pConstruction__pagination .wp-pagenavi .current {
    background: #16A3E4;
    color: #fff;
  }

  .pCompany__main {
    max-width: 1000px;
  }

  .pCompany__main .title {
    line-height: 0;
  }

  .pCompany__main .title 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-family: 'Figtree', sans-serif;
    font-size: 12px;
    line-height: 0.7;
    font-weight: 400;
    color: #006AAD;
    letter-spacing: 0.04em;
  }

  .pCompany__main .title span::before {
    content: "";
    width: 7px;
    height: 10px;
    background: url("../img/blobBlue.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 8px;
  }

  .pCompany__main .title h2 {
    font-size: 32px;
    line-height: 0.69643;
    font-family: 'Figtree', sans-serif;
    color: #2A323D;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin-top: 16px;
  }

  .pCompany__main--mess {
    margin-top: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pCompany__main--mess .title {
    width: 140px;
    margin-right: 100px;
  }

  .pCompany__main--mess--con {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pCompany__main--mess--con h3 {
    font-size: 28px;
    line-height: 1.64;
    font-weight: 500;
    color: #006AAD;
  }

  .pCompany__main--mess--con .con {
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    /* flex-flow: row wrap; */
    justify-content: flex-end;
  }

  .pCompany__main--mess--con .con .txt {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 1.88;
  }

  .company__message__ceo {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 20px;
    margin-top: 40px;
  }

  .pCompany__main--mess--con .con figure {
    width: 256px;
    /* margin-left: 48px; */
  }

  .pCompany__main--mess--con .con figure img {
    width: 100%;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }

  .pCompany__main--mess--con .con .caption {
    /* width: 100%; */
    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;
    /* margin-top: 49px; */
  }

  .pCompany__main--mess--con .con .caption span {
    display: block;
    font-size: 16px;
    line-height: 1.88;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pCompany__main--mess {
    -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;
  }

  .pCompany__main--mess .title {
    margin-right: 0;
    width: 100%;
  }

  .pCompany__main--mess--con {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px),
print {
  .pCompany__main--phi {
    margin-top: 200px;
    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;
  }

  .pCompany__main--phi .list {
    width: 721px;
  }

  .pCompany__main--phi .list dl {
    padding-bottom: 64px;
    border-bottom: 1px solid rgba(22, 163, 228, 0.4);
  }

  .pCompany__main--phi .list dl dt {
    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;
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    color: #006AAD;
  }

  .pCompany__main--phi .list dl dt span {
    font-size: 24px;
    line-height: 1;
    margin-right: 24px;
  }

  .pCompany__main--phi .list dl dt small {
    font-size: 16px;
    line-height: 1;
  }

  .pCompany__main--phi .list dl dd {
    font-size: 16px;
    line-height: 1.88;
    margin-top: 48px;
  }

  .pCompany__main--phi .list dl+dl {
    margin-top: 64px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pCompany__main--phi {
    -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;
  }

  .pCompany__main--phi .title {
    width: 100%;
  }

  .pCompany__main--phi .list {
    width: 100%;
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px),
print {
  .pCompany__main--overview {
    margin-top: 200px;
  }

  .pCompany__main--overview .list {
    margin-top: 56px;
    overflow: hidden;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid rgba(0, 106, 173, 0.4);
  }

  .pCompany__main--overview .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pCompany__main--overview .list dl:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 106, 173, 0.4);
  }

  .pCompany__main--overview .list dl dt {
    background: #16A3E4;
    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: #fff;
    font-size: 16px;
    line-height: 1.88;
    font-weight: 500;
    width: 255px;
  }

  .pCompany__main--overview .list dl dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    padding: 40px 32px;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.08em;
  }

  .pCompany__main--overview .list dl dd address {
    font-style: normal;
  }

  .pCompany__main--overview .list dl dd .map {
    text-decoration: underline;
    color: #16A3E4;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    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;
  }

  .pCompany__main--overview .list dl dd .map::before {
    content: "";
    width: 12px;
    height: 16px;
    background: url("../img/icPin2.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 10px;
  }

  .pCompany__main--overview .list dl dd ul li+li {
    margin-top: 18px;
  }

  .pCompany__main--sus {
    margin-top: 200px;
  }

  .pCompany__main--sus .list {
    margin-top: 56px;
  }

  .pCompany__main--sus .list article {
    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;
    padding-bottom: 64px;
    border-bottom: 1px solid rgba(22, 163, 228, 0.4);
  }

  .pCompany__main--sus .list article+article {
    margin-top: 64px;
  }

  .pCompany__main--sus .list article figure {
    width: 352px;
    margin-right: 83px;
    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;
  }

  .pCompany__main--sus .list article figure img {
    width: 156px;
  }

  .pCompany__main--sus .list article .arCon {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pCompany__main--sus .list article .arCon h3 {
    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;
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    color: #006AAD;
  }

  .pCompany__main--sus .list article .arCon h3 span {
    font-size: 24px;
    line-height: 1;
    margin-right: 24px;
  }

  .pCompany__main--sus .list article .arCon h3 small {
    font-size: 16px;
    line-height: 1;
  }

  .pCompany__main--sus .list article .arCon p {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.08em;
    margin-top: 24px;
  }

  .pContact__main {
    padding-bottom: 200px;
    margin-top: 110px;
    max-width: 1000px;
  }

  .pContact__main .form button {
    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: 0 20px;
    width: 175px;
    height: 52px;
    background: #FFFFFF;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 14px;
    color: #2A323D;
    position: relative;
    border: 0;
    position: relative;
    margin-left: auto;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ECECEC;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .pContact__main .form button::after {
    content: "";
    width: 24px;
    height: 24px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #006AAD url(../img/icArrow2.png) center no-repeat;
    display: block;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
    margin-left: 20px;
  }

  .pContact__main .form button:hover {
    opacity: 1;
    background: #006AAD;
    color: #fff;
  }

  .pContact__main .form button:hover::after {
    background-color: #16A3E4;
    -webkit-animation: shine2 0.5s 1 alternate;
    -moz-animation: shine2 0.5s 1 alternate;
    animation: shine2 0.5s 1 alternate;
  }

  .pContact__main .form .box_privacy {
    height: 216px;
    padding: 15px 20px;
    overflow-y: auto;
    background-color: #fff;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.04em;
  }

  .pContact__main .form .upload {
    padding: 10px 24px;
    background: #FFFFFF;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  .pContact__main .form .upload+.upload {
    margin-top: 16px;
  }

  .pContact__main .form .upload .btn_upload {
    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;
    left: 1px;
  }

  .pContact__main .form .upload .btn_upload input[type="file"] {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }

  .pContact__main .form .upload .btn_upload label {
    width: 148px;
    height: 44px;
    background: #ECECEC;
    border: 1px solid #222222;
    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;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .pContact__main .form .upload .btn_upload label:hover {
    opacity: 0.7;
  }

  .pContact__main .form .upload .btn_upload .filename {
    font-size: 16px;
    margin-left: 24px;
  }

  .pContact__main .form .upload>p {
    font-size: 14px;
    line-height: 22px;
    color: #171717;
    margin-top: 8px;
  }

  .pContact__main .form .f_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    letter-spacing: 0.04em;
  }

  .pContact__main .form .f_txt+.f_note {
    margin-top: 20px;
    margin-bottom: 65px;
  }

  .pContact__main .form .f_note {
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    letter-spacing: 0.04em;
    color: #E60012;
  }

  .pContact__main .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
    margin-top: 30px;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .pContact__main .form .checkboxWr div,
  .pContact__main .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }

  .pContact__main .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.08em;
  }

  .pContact__main .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .pContact__main .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 42px;
  }

  .pContact__main .form .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #222222;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .pContact__main .form .checkboxWr label span::after {
    left: 11px;
    top: 1px;
    width: 7px;
    height: 15px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }

  .pContact__main .form .checkboxWr label input:checked~span:after {
    display: block;
  }

  .pContact__main .form h3 {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.08em;
    margin: 80px 0 30px;
  }

  .pContact__main .form dl+dl {
    margin-top: 80px;
  }

  .pContact__main .form dl.addOther {
    margin-top: 80px;
  }

  .pContact__main .form dl dt {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.08em;
    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;
    margin-bottom: 16px;
  }

  .pContact__main .form dl dt.required::after {
    content: "必須";
    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: 50px;
    height: 28px;
    background: #F55555;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 28px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
  }

  .pContact__main .form dl dt span {
    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: 50px;
    height: 28px;
    background: #F55555;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 28px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
  }

  .pContact__main .form dl dd .f_add {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pContact__main .form dl dd .f_add .f_add_it {
    width: 100%;
    margin-bottom: 28px;
  }

  .pContact__main .form dl dd .f_add .f_add_it.hf {
    width: 280px;
    margin-right: 48px;
  }

  .pContact__main .form dl dd .f_add .f_add_it label {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    display: inline-block;
  }

  .pContact__main .form dl dd input {
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0px 24px;
    height: 64px;
    background: #FFFFFF;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }

  .pContact__main .form dl dd input::-webkit-input-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  .pContact__main .form dl dd input::-moz-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  .pContact__main .form dl dd input:-ms-input-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  .pContact__main .form dl dd input::placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  .pContact__main .form dl dd textarea {
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 10px 24px;
    height: 212px;
    background: #FFFFFF;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }

  .pContact__main .form dl dd textarea::-webkit-input-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  .pContact__main .form dl dd textarea::-moz-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  .pContact__main .form dl dd textarea:-ms-input-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  .pContact__main .form dl dd textarea::placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  .pContact__main .form dl dd .select+span {
    font-size: 16px;
    margin-left: 10px;
  }

  .pContact__main .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 1px;
    -moz-perspective: 1px;
    perspective: 1px;
    width: 440px;
    height: 64px;
    background: #FFFFFF;
    -moz-border-radius: 12px;
    border-radius: 12px;
    max-width: 100%;
  }

  .pContact__main .form dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #2A323D;
  }

  .pContact__main .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    padding: 0 55px 0 24px;
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    color: #A2A2A2;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }

  .pContact__main .form dl dd .select label select::-ms-expand {
    display: none;
  }

  .pContact__main .form dl dd .list_rd,
  .pContact__main .form dl dd .wpcf7-radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 7px 0;
  }

  .pContact__main .form dl dd .list_rd .rd,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item,
  .pContact__main .form dl dd .wpcf7-radio .rd,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .pContact__main .form dl dd .list_rd .rd:not(:last-child),
  .pContact__main .form dl dd .list_rd .wpcf7-list-item:not(:last-child),
  .pContact__main .form dl dd .wpcf7-radio .rd:not(:last-child),
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 24px;
  }

  .pContact__main .form dl dd .list_rd .rd label,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item label,
  .pContact__main .form dl dd .wpcf7-radio .rd label,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.88;
  }

  .pContact__main .form dl dd .list_rd .rd label input,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item label input,
  .pContact__main .form dl dd .wpcf7-radio .rd label input,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .pContact__main .form dl dd .list_rd .rd span,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item span,
  .pContact__main .form dl dd .wpcf7-radio .rd span,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 25px;
  }

  .pContact__main .form dl dd .list_rd .rd span::before,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item span::before,
  .pContact__main .form dl dd .wpcf7-radio .rd span::before,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item span::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #2A323D;
  }

  .pContact__main .form dl dd .list_rd .rd span::after,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item span::after,
  .pContact__main .form dl dd .wpcf7-radio .rd span::after,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item span::after {
    top: 5px;
    left: 3px;
    width: 19px;
    height: 14px;
    background: url("../img/radioCheck.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    content: "";
    position: absolute;
    display: none;
  }

  .pContact__main .form dl dd .list_rd .rd label input:checked~span,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item label input:checked~span,
  .pContact__main .form dl dd .wpcf7-radio .rd label input:checked~span,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item label input:checked~span {
    color: #006AAD;
  }

  .pContact__main .form dl dd .list_rd .rd label input:checked~span::before,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item label input:checked~span::before,
  .pContact__main .form dl dd .wpcf7-radio .rd label input:checked~span::before,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item label input:checked~span::before {
    border-color: #006AAD;
  }

  .pContact__main .form dl dd .list_rd .rd label input:checked~span::after,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item label input:checked~span::after,
  .pContact__main .form dl dd .wpcf7-radio .rd label input:checked~span::after,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item label input:checked~span::after {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }

  .container {
    overflow: hidden;
  }

  .show_pc {
    display: none !important;
  }

  .row {
    padding-left: 7.69231vw;
    padding-right: 7.69231vw;
  }

  body .container {
    overflow: hidden;
  }

  .btnCom a {
    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;
    width: 35.89744vw;
    height: 10.25641vw;
    -moz-border-radius: 25.64103vw;
    border-radius: 25.64103vw;
    font-size: 3.07692vw;
    line-height: 0.7;
    color: #2A323D;
    background: #fff;
    border: 1px solid #ECECEC;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .btnCom a::after {
    content: "";
    width: 4.10256vw;
    height: 4.10256vw;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #006AAD url("../img/icArrow.png") 50% 50% no-repeat;
    -moz-background-size: 1.71026vw 1.71026vw;
    background-size: 1.71026vw 1.71026vw;
    margin-left: 5.12821vw;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .btnCom a:hover {
    opacity: 1;
    background: #006AAD;
    color: #fff;
  }

  .btnCom a:hover::after {
    background-color: #16A3E4;
    -webkit-animation: shine 0.5s 1 alternate;
    -moz-animation: shine 0.5s 1 alternate;
    animation: shine 0.5s 1 alternate;
  }

  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 2.5641vw 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;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header.fixed {
    position: fixed;
    background: #fff;
  }

  .header__logo {
    line-height: 0;
    display: block;
    width: 56.66667vw;
  }

  .header__logo a {
    display: block;
    line-height: 0;
    width: 100%;
  }

  .header__logo a img {
    width: 100%;
    height: auto;
  }

  .header .menu_icon {
    width: 7.17949vw;
    height: 4.10256vw;
    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;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 99;
  }

  .header .menu_icon .menu_icon_in {
    width: 7.17949vw;
    height: 4.10256vw;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -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 .menu_icon .menu_icon_in .menu-trigger,
  .header .menu_icon .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 .menu_icon .menu_icon_in .menu-trigger {
    position: relative;
    width: 7.17949vw;
    height: 4.10256vw;
  }

  .header .menu_icon .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #006AAD;
    -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 .menu_icon .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 .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }

  .header .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: -webkit-calc(100% - 0px);
    top: -moz-calc(100% - 0px);
    top: calc(100% - 0px);
    -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 .menu_icon.active .menu_icon_in .menu-trigger span {
    background-color: #006AAD;
  }

  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 50%;
    background: #006AAD;
    -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 .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 50%;
    background: #006AAD;
    -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__nav {
    position: absolute;
    width: 100%;
    overflow: auto;
    height: 0;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .header__nav .menu {
    padding: 18.20513vw 38.97436vw 18.20513vw 9.48718vw;
  }

  .header__nav .menu>li>a {
    font-size: 5.12821vw;
    line-height: 0.7;
    letter-spacing: 0.04em;
    font-weight: 400;
    color: #2A323D;
    padding: 0 0 3.58974vw;
    overflow: hidden;
    text-indent: -9999px;
    height: 7.17949vw;
    width: 100%;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(42, 50, 61, 0.8);
    position: relative;
  }

  .header__nav .menu>li>a::after {
    content: attr(data-en);
    font-size: 5.12821vw;
    line-height: 0.7;
    letter-spacing: 0.04em;
    font-weight: 400;
    font-family: 'Figtree', sans-serif;
    color: #2A323D;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-indent: 0;
  }

  .header__nav .menu>li+li {
    margin-top: 10.25641vw;
  }

  .header__nav .menu>li>ul {
    margin-top: 8.20513vw;
  }

  .header__nav .menu>li>ul>li+li {
    margin-top: 7.17949vw;
  }

  .header__nav .menu>li>ul>li>a {
    font-size: 4.10256vw;
    line-height: 0.7;
    display: block;
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    color: #2A323D;
  }

  .header__nav .btnContact {
    margin-left: 10.25641vw;
    display: none;
  }

  .header__nav .btnContact a {
    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;
    width: 45.89744vw;
    height: 13.33333vw;
    -moz-border-radius: 25.64103vw;
    border-radius: 25.64103vw;
    font-size: 3.58974vw;
    line-height: 0.7;
    color: #000;
    border: 1px solid #ECECEC;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .header__nav .btnContact a::after {
    content: "";
    width: 6.15385vw;
    height: 6.15385vw;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("../img/headerArrowCircle.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-left: 5.12821vw;
  }

  .header__nav .social {
    margin-top: 12.30769vw;
    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: 10vw;
    padding-left: 9.48718vw;
  }

  .header__nav .social li {
    line-height: 0;
  }

  .header__nav .social li+li {
    margin-left: 8.20513vw;
  }

  .header__nav .social li a {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
  }

  .header__nav .social li.ins {
    width: 7.17949vw;
    height: 7.17949vw;
  }

  .header__nav .social li.ins a {
    background: url("../img/headerIns.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .header__nav .social li.tiktok {
    width: 6.15385vw;
    height: 7.17949vw;
  }

  .header__nav .social li.tiktok a {
    background: url("../img/headerTiktok.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .footer {
    margin-top: 30.76923vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .footer__contact {
    padding: 0 7.69231vw;
  }

  .footer__contact--main {
    background: -webkit-gradient(linear, left top, right top, from(#16A3E4), to(#42D7DD));
    background: -webkit-linear-gradient(left, #16A3E4 0%, #42D7DD 100%);
    background: -moz- oldlinear-gradient(left, #16A3E4 0%, #42D7DD 100%);
    background: linear-gradient(90deg, #16A3E4 0%, #42D7DD 100%);
    -moz-border-radius: 6.15385vw 6.15385vw 0 0;
    border-radius: 6.15385vw 6.15385vw 0 0;
    padding: 19.23077vw 6.79487vw 13.33333vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .footer__contact--main::before {
    position: absolute;
    content: "";
    width: 9.92308vw;
    height: 9.92308vw;
    background: url("../img/contactArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 7.69231vw;
    right: 7.69231vw;
  }

  .footer__contact--main .left .title span {
    font-size: 3.58974vw;
    line-height: 0.7;
    font-weight: 400;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    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;
  }

  .footer__contact--main .left .title span::before {
    content: "";
    width: 1.79487vw;
    height: 2.5641vw;
    background: url("../img/blob.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 2.05128vw;
  }

  .footer__contact--main .left .title h2 {
    font-size: 14.35897vw;
    line-height: 0.7;
    font-weight: 400;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    margin-top: 2.5641vw;
  }

  .footer__contact--main .left p {
    font-size: 3.58974vw;
    line-height: 1.88;
    font-weight: 500;
    color: #fff;
    margin-top: 12.30769vw;
  }

  .footer__contact--main .right {
    text-align: center;
    margin-top: 5.12821vw;
  }

  .footer__contact--main .right 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: 49.23077vw;
    height: 13.33333vw;
    -moz-border-radius: 25.64103vw;
    border-radius: 25.64103vw;
    background: #fff;
    font-size: 4.10256vw;
    line-height: 0.7;
    font-weight: 400;
    color: #2A323D;
    border: 1px solid #ECECEC;
  }

  .footer__contact--main .right a::after {
    content: "";
    width: 6.15385vw;
    height: 6.15385vw;
    background: url("../img/icArrowWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-left: 5.12821vw;
  }

  .footer__bottom {
    background: #304053;
    padding: 16.92308vw 7.69231vw;
  }

  .footer__bottom--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;
    padding-left: 0;
    padding-right: 0;
  }

  .footer__bottom--top .left {
    width: 100%;
  }

  .footer__bottom--top .left .logoFooter {
    line-height: 0;
    display: block;
    width: 84.61538vw;
    margin: auto;
  }

  .footer__bottom--top .left .logoFooter img {
    width: 100%;
    height: auto;
  }

  .footer__bottom--top .left .address {
    margin-top: 12.30769vw;
  }

  .footer__bottom--top .left .address li address {
    font-style: normal;
    font-size: 4.10256vw;
    line-height: 1.5;
    color: #fff;
  }

  .footer__bottom--top .left .address li a {
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 4.10256vw;
    line-height: 1.5;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: underline;
  }

  .footer__bottom--top .left .address li a::before {
    content: "";
    width: 3.84615vw;
    height: 4.87179vw;
    background: url("../img/icPin.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 2.05128vw;
  }

  .footer__bottom--top .left .address li+li {
    margin-top: 7.17949vw;
  }

  .footer__bottom--top .right {
    display: none;
  }

  .footer__bottom--top .right>ul {
    margin: 0 -10.25641vw -8.20513vw;
  }

  .footer__bottom--top .right>ul::after {
    content: "";
    clear: both;
    display: table;
  }

  .footer__bottom--top .right>ul>li {
    float: left;
    width: 38.20513vw;
    margin: 0 10.25641vw 8.20513vw;
  }

  .footer__bottom--top .right>ul>li.hasChild {
    float: right;
  }

  .footer__bottom--top .right>ul>li>a {
    color: #fff;
    display: block;
    font-size: 5.12821vw;
    line-height: 0.7;
    letter-spacing: 0.04em;
    padding: 0 0 3.58974vw;
    border-bottom: 1px solid #fff;
  }

  .footer__bottom--top .right>ul>li>ul {
    margin-top: 10.25641vw;
  }

  .footer__bottom--top .right>ul>li>ul>li+li {
    margin-top: 5.64103vw;
  }

  .footer__bottom--top .right>ul>li>ul>li>a {
    color: #fff;
    font-size: 4.10256vw;
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-weight: 400;
  }

  .footer__bottom--bot {
    margin-top: 10.25641vw;
    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;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }

  .footer__bottom--bot .social {
    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;
  }

  .footer__bottom--bot .social li {
    line-height: 0;
    width: 12.30769vw;
  }

  .footer__bottom--bot .social li+li {
    margin-left: 8.20513vw;
  }

  .footer__bottom--bot .social li a {
    display: block;
    line-height: 0;
    width: 100%;
  }

  .footer__bottom--bot .social li a img {
    width: 100%;
    height: auto;
  }

  .footer__bottom--bot .privacy {
    color: #fff;
    font-size: 3.58974vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }

  .footer__bottom--bot .copyright {
    color: #fff;
    font-size: 3.58974vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-top: 14.35897vw;
    width: 100%;
    text-align: center;
  }

  .footer.st2 {
    margin-top: 0;
  }

  .pTop .header {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
  }

  .pTop .header.change {
    background: transparent;
  }

  .pTop .header.change .header__nav .menu>li>a {
    color: #fff;
  }

  .pTop .header.change .header__nav .menu>li.hasChild>a::after {
    background: url("../img/headerArrowDownWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .pTop .header.change .header__nav .btnContact a {
    background: #fff;
  }

  .pTop .header.change .header__nav .btnContact a:hover {
    background: #006AAD;
  }

  .pTop .header.change .header__nav .social li.ins a {
    background: url("../img/headerInsWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .pTop .header.change .header__nav .social li.tiktok a {
    background: url("../img/headerTiktokWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .pTop .mv {
    position: relative;
    height: 100vh;
    z-index: 4;
  }

  .pTop .mv__back {
    height: 100%;
  }

  .pTop .mv__back picture {
    width: 100%;
    height: 100%;
  }

  .pTop .mv__back picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pTop .mv__front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 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;
    padding: 0 0 12.30769vw 7.69231vw;
  }

  .pTop .mv__front h2 {
    color: #fff;
    font-size: 7.17949vw;
    line-height: 1.6;
    font-weight: 500;
  }

  .pTop .mv__scroll {
    position: absolute;
    right: 17.17949vw;
    bottom: -20.76923vw;
    z-index: 2;
    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;
    display: none;
  }

  .pTop .mv__scroll span {
    color: #fff;
    font-size: 3.58974vw;
    line-height: 1.2;
    letter-spacing: 0.04em;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }

  .pTop .mv__scroll em {
    height: 44.10256vw;
    margin-top: 4.35897vw;
    width: 2.5641vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
  }

  .pTop .mv__scroll em::before,
  .pTop .mv__scroll em::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .pTop .mv__scroll em::before {
    height: 100%;
    width: 0.51282vw;
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
  }

  .pTop .mv__scroll em::after {
    width: 2.5641vw;
    height: 3.84615vw;
    background: url("../img/blob.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-animation: updown 4s infinite;
    -moz-animation: updown 4s infinite;
    animation: updown 4s infinite;
  }

  .pTop .reason {
    position: relative;
    z-index: 3;
    padding: 23.07692vw 0 40.76923vw;
  }

  .pTop .reason::after {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% + 99.74359vw);
    height: -moz-calc(100% + 99.74359vw);
    height: calc(100% + 99.74359vw);
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#0088C7), color-stop(46.15%, #32BFFF), color-stop(76.44%, #F5F5F5));
    background: -webkit-linear-gradient(top, #0088C7 0%, #32BFFF 46.15%, #F5F5F5 76.44%);
    background: -moz- oldlinear-gradient(top, #0088C7 0%, #32BFFF 46.15%, #F5F5F5 76.44%);
    background: linear-gradient(180deg, #0088C7 0%, #32BFFF 46.15%, #F5F5F5 76.44%);
    z-index: -1;
  }

  .pTop .reason__main {
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
  }

  .pTop .reason__main h2 {
    font-size: 10.25641vw;
    line-height: 1.48;
    font-weight: 500;
    color: #fff;
    width: 100%;
  }

  .pTop .reason__main .left {
    width: 100%;
    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: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 9.74359vw;
  }

  .pTop .reason__main .left figure.st1 {
    width: 47.69231vw;
    margin-right: 4.48718vw;
  }

  .pTop .reason__main .left figure.st2 {
    width: 26.92308vw;
  }

  .pTop .reason__main .left figure.st3 {
    width: 26.92308vw;
    margin-bottom: -8.52564vw;
    margin-left: auto;
    margin-right: 4.48718vw;
  }

  .pTop .reason__main .left figure.st4 {
    width: 47.8641vw;
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 5.2359vw;
  }

  .pTop .reason__main .txt {
    font-size: 3.58974vw;
    line-height: 2.2;
    font-weight: 500;
    color: #fff;
    width: 100%;
    margin-top: 12.39231vw;
  }

  .pTop .title h2 {
    font-size: 12.30769vw;
    line-height: 0.69643;
    font-family: 'Figtree', sans-serif;
    color: #2A323D;
    font-weight: 400;
    letter-spacing: 0.04em;
  }

  .pTop .title 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-family: 'Figtree', sans-serif;
    font-size: 3.58974vw;
    line-height: 0.7;
    font-weight: 400;
    color: #006AAD;
    letter-spacing: 0.04em;
    margin-top: 5.12821vw;
  }

  .pTop .title span::before {
    content: "";
    width: 1.79487vw;
    height: 2.5641vw;
    background: url("../img/blobBlue.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 2.05128vw;
  }

  .pTop .service {
    position: relative;
    z-index: 4;
    overflow: hidden;
  }

  .pTop .service__main {
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
  }

  .pTop .service__main .intro {
    font-size: 3.58974vw;
    line-height: 1.88;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #2A323D;
    width: 100%;
    margin-top: 14.87179vw;
  }

  .pTop .service__main--type {
    margin-top: 14.61538vw;
    counter-reset: con;
  }

  .pTop .service__main--type .tabs {
    display: none;
  }

  .pTop .service__main--type .content {
    counter-increment: con;
    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;
  }

  .pTop .service__main--type .content+.content {
    margin-top: 3.07692vw;
  }

  .pTop .service__main--type .content .left {
    display: none;
  }

  .pTop .service__main--type .content figure {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 1.02564vw;
    border-radius: 1.02564vw;
    cursor: pointer;
  }

  .pTop .service__main--type .content figure img {
    width: 34.87179vw;
    height: 26.15385vw;
    object-fit: cover;
  }

  .pTop .service__main--type .content figure figcaption {
    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: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #DBEDFB;
    font-size: 4.10256vw;
    line-height: 1.2;
    font-weight: 500;
    color: #2A323D;
    padding: 3.84615vw 5.12821vw;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pTop .service__main--type .content figure figcaption::before {
    content: counter(con, decimal-leading-zero);
    width: 6.15385vw;
    height: 6.15385vw;
    background: #fff;
    -moz-border-radius: 50%;
    border-radius: 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: 3.07692vw;
    line-height: 1;
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    color: #16A3E4;
    /*color: #2A323D;*/
  }

  .pTop .service__main--type .content.active_sp figure figcaption {
    background: #16A3E4;
    color: #fff;
  }

  .pTop .service__main--type .content .left {
    width: -webkit-calc(100% + 10.25641vw);
    width: -moz-calc(100% + 10.25641vw);
    width: calc(100% + 10.25641vw);
    margin-left: -5.12821vw;
    margin-right: -5.12821vw;
    margin-top: 3.07692vw;
    /*display: block;*/
    background: #16A3E4;
    padding: 12.05128vw 7.69231vw 14.61538vw;
  }

  .pTop .service__main--type .content .left h3 {
    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;
    color: #fff;
    font-size: 7.17949vw;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding-left: 16.266vw;
    position: relative;
    transform: translateZ(0);
  }

  .pTop .service__main--type .content .left h3::before {
    content: attr(data-num);
    font-size: 5.12821vw;
    line-height: 1;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    color: #16A3E4;
    width: 12.30769vw;
    height: 12.30769vw;
    background: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*margin-right: 4.10256vw;*/
    position: absolute;
    left: 0;
    top: 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;
  }

  .pTop .service__main--type .content .left p {
    color: #fff;
    font-size: 3.58974vw;
    line-height: 1.88;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin-top: 7.17949vw;
  }

  .pTop .service__main--type .content .left ul {
    margin-top: 5.12821vw;
    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 .service__main--type .content .left ul li {
    font-size: 3.58974vw;
    line-height: 5.89744vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 7.69231vw;
    margin-top: 5.12821vw;
    width: 50%;
  }

  .pTop .service__main--type .content .left ul li:nth-child(odd) {
    width: 24.61538vw;
    margin-right: 11.28205vw;
  }

  .pTop .service__main--type .content .left ul li::before {
    position: absolute;
    content: "";
    width: 4.61538vw;
    height: 4.61538vw;
    background: url("../img/icArrowWhite.png") 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 .service__main--type .content .left ul.full li {
    width: 100%;
    margin-right: 0;
  }

  .pTop .service__main--type .content .left ul.full li:nth-child(odd) {
    width: 100%;
  }

  .pTop .service__main--type .content .left ul.half li {
    width: 53.84615vw;
  }

  .pTop .service__main--type .content .left ul.half li:nth-child(even) {
    margin-right: 0;
  }

  .pTop .construction {
    margin-top: 24.35897vw;
  }

  .pTop .construction__main {
    position: relative;
    padding-left: 7.69231vw;
    padding-right: 7.69231vw;
  }

  .pTop .construction__btn {
    margin-top: 6.66667vw;
  }

  .pTop .construction__btn a {
    background: #fff;
  }

  .pTop .construction__btn a:hover {
    background: #006AAD;
  }

  .pTop .construction__slide {
    margin-top: 12.30769vw;
    padding-bottom: 3.20513vw;
    overflow: inherit;
  }

  .pTop .construction__slide .swiper-slide {
    width: 69.23077vw;
    margin-right: 5.12821vw;
  }

  .pTop .construction__slide .swiper-slide a {
    display: block;
    width: 100%;
  }

  .pTop .construction__slide .swiper-slide a figure {
    width: 100%;
    height: 52.82051vw;
    -moz-border-radius: 4.10256vw;
    border-radius: 4.10256vw;
    overflow: hidden;
  }

  .pTop .construction__slide .swiper-slide a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pTop .construction__slide .swiper-slide a .meta {
    margin-top: 7.17949vw;
  }

  .pTop .construction__slide .swiper-slide a .meta 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;
    height: 6.66667vw;
    -moz-border-radius: 25.64103vw;
    border-radius: 25.64103vw;
    font-size: 3.58974vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #2a323d;
    background: #DBEDFB;
    padding: 0 4.10256vw;
  }

  .pTop .construction__slide .swiper-slide a h3 {
    font-size: 4.10256vw;
    line-height: 1;
    font-weight: 500;
    margin-top: 4.10256vw;
  }

  .pTop .construction__slide--scrollbar {
    margin-top: 20vw;
    height: 0.76923vw;
    background: rgba(0, 106, 173, 0.1);
  }

  .pTop .construction__slide--scrollbar .swiper-scrollbar-drag {
    height: 7.17949vw;
    -moz-border-radius: 51.28205vw;
    border-radius: 51.28205vw;
    background: #006AAD url("../img/drag.png") center no-repeat;
    -moz-background-size: 7.17949vw 2.99231vw;
    background-size: 7.17949vw 2.99231vw;
    top: -3.20513vw;
    cursor: -moz-grab;
    cursor: grab;
  }

  .pTop .company {
    margin-top: 32.82051vw;
  }

  .pTop .company__main .list {
    margin-top: 13.58974vw;
  }

  .pTop .company__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;
  }

  .pTop .company__main .list ul li {
    width: 100%;
  }

  .pTop .company__main .list ul li+li {
    margin-top: 12.30769vw;
  }

  .pTop .company__main .list ul li a {
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pTop .company__main .list ul li a figure {
    width: 100%;
    -moz-border-radius: 4.10256vw;
    border-radius: 4.10256vw;
    overflow: hidden;
  }

  .pTop .company__main .list ul li a figure img {
    width: 100%;
    height: 94.10256vw;
    object-fit: cover;
  }

  .pTop .company__main .list ul li a .cap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 53.33333vw;
    height: 20.51282vw;
    background: #fff;
    -moz-border-radius: 0 4.10256vw 0 4.10256vw;
    border-radius: 0 4.10256vw 0 4.10256vw;
    padding: 5.12821vw 0 0 5.38462vw;
  }

  .pTop .company__main .list ul li a .cap 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;
    font-size: 3.07692vw;
    line-height: 0.7;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: 'Figtree', sans-serif;
    color: #006AAD;
  }

  .pTop .company__main .list ul li a .cap span::before {
    content: "";
    width: 1.79487vw;
    height: 2.5641vw;
    background: url("../img/blobBlue.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 2.05128vw;
  }

  .pTop .company__main .list ul li a .cap h3 {
    font-size: 6.15385vw;
    line-height: 0.7;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    color: #2A323D;
    margin-top: 3.58974vw;
    letter-spacing: 0.04em;
  }

  .pTop .company__main .list ul li a .cap::after {
    content: "";
    position: absolute;
    width: 7.17949vw;
    height: 7.17949vw;
    background: url("../img/icArrowWhite.png") 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: -14.35897vw;
  }

  .pTop .recruit {
    margin-top: 40vw;
  }

  .pTop .recruit__slide {
    margin-top: 13.58974vw;
  }

  .pTop .recruit__slide .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .pTop .recruit__slide .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .pTop .recruit__slide .swiper-slide figure {
    width: 55.89744vw;
    margin: 0 1.02564vw;
  }

  .pTop .recruit__slide .swiper-slide figure img {
    width: 100%;
    height: 42.05128vw;
    object-fit: cover;
  }

  .pTop .recruit__content {
    margin-top: 12.30769vw;
  }

  .pTop .recruit__content h3 {
    font-size: 7.17949vw;
    line-height: 1.56;
    font-weight: 500;
    color: #006AAD;
    letter-spacing: 0.04em;
  }

  .pTop .recruit__content .right {
    width: 100%;
    margin-top: 10.25641vw;
  }

  .pTop .recruit__content .right p {
    font-size: 4.10256vw;
    line-height: 1.88;
    letter-spacing: 0.04em;
    color: #2A323D;
  }

  .pTop .recruit__content .right .btn {
    text-align: center;
    margin-top: 13.58974vw;
  }

  .pTop .recruit__content .right .btn a:hover {
    background: #006AAD;
  }

  .pChild__title {
    height: 89.74359vw;
    background: -webkit-linear-gradient(354.64deg, #16A3E4 0.51%, #DBEDFB 100%);
    background: -moz- oldlinear-gradient(354.64deg, #16A3E4 0.51%, #DBEDFB 100%);
    background: linear-gradient(95.36deg, #16A3E4 0.51%, #DBEDFB 100%);
    padding-top: 28.71795vw;
    color: #fff;
  }

  .pChild__title span {
    font-size: 3.58974vw;
    line-height: 0.7;
    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-family: 'Figtree', sans-serif;
    font-weight: 400;
  }

  .pChild__title span::before {
    content: "";
    width: 1.79487vw;
    height: 2.5641vw;
    background: url("../img/blob.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: inline-block;
    margin-right: 2.05128vw;
  }

  .pChild__title h1 {
    font-size: 12.30769vw;
    line-height: 0.7;
    margin-top: 5.12821vw;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
  }

  .pChild__title .breadcrum {
    margin-top: 21.79487vw;
  }

  .pChild__title .breadcrum ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pChild__title .breadcrum ul li {
    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: 3.07692vw;
    line-height: 1;
    font-weight: 400;
  }

  .pChild__title .breadcrum ul li a {
    color: #fff;
    font-size: 3.07692vw;
    line-height: 1;
    font-weight: 400;
  }

  .pChild__title .breadcrum ul li:first-of-type a {
    font-family: 'Figtree', sans-serif;
    font-weight: 300;
  }

  .pChild__title .breadcrum ul li+li::before {
    content: "";
    width: 1.02564vw;
    height: 2.05128vw;
    background: url("../img/arrowBreadcrum.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin: 0 2.05128vw;
  }

  .pService__nav {
    background: #F5F5F5;
  }

  .pService__nav ul {
    padding: 0;
  }

  .pService__nav ul li {
    -moz-box-shadow: 0 1.28205vw 2.5641vw rgba(22, 163, 228, 0.2);
    box-shadow: 0 1.28205vw 2.5641vw rgba(22, 163, 228, 0.2);
  }

  .pService__nav ul li a {
    width: 100%;
    display: block;
    font-size: 3.58974vw;
    line-height: 0.75;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 5.12821vw 18.71795vw;
  }

  .pService__nav ul li a::after {
    position: absolute;
    content: "";
    width: 3.07692vw;
    height: 1.53846vw;
    background: url("../img/headerArrowDown.png") 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: 18.71795vw;
  }

  .pService__nav ul li a:hover {
    opacity: 1;
    color: #006AAD;
  }

  .pService__nav ul li a:hover::after {
    background: url("../img/headerArrowDownBlue.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .pService__main {
    margin-top: 23.84615vw;
  }

  .pService__main .service__top--left {
    width: 100%;
  }

  .pService__main .service__top--left h2 {
    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: 7.17949vw;
    line-height: 1;
    font-weight: 500;
    color: #006AAD;
  }

  .pService__main .service__top--left h2::before {
    content: attr(data-num);
    width: 12.30769vw;
    height: 12.30769vw;
    -moz-border-radius: 50%;
    border-radius: 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;
    color: #fff;
    background: #006AAD;
    font-size: 5.12821vw;
    line-height: 0.7;
    font-weight: 500;
    font-family: 'Figtree', sans-serif;
    margin-right: 4.10256vw;
  }

  .pService__main .service__top--left h2 span {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pService__main .service__top--left h3 {
    font-size: 6.15385vw;
    line-height: 1.56;
    color: #006AAD;
    font-weight: 500;
    margin-top: 10.25641vw;
  }

  .pService__main .service__top--left p {
    font-size: 3.58974vw;
    line-height: 1.88;
    color: #2A323D;
    margin-top: 7.69231vw;
  }

  .pService__main .service__top--right {
    width: 100%;
    margin-top: 8.20513vw;
  }

  .pService__main .service__top--right img {
    width: 100%;
    -moz-border-radius: 4.10256vw;
    border-radius: 4.10256vw;
  }

  .pService__main .service .arTitle 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-family: 'Figtree', sans-serif;
    font-size: 3.07692vw;
    line-height: 0.7;
    font-weight: 400;
    color: #006AAD;
    letter-spacing: 0.04em;
  }

  .pService__main .service .arTitle span::before {
    content: "";
    width: 1.79487vw;
    height: 2.5641vw;
    background: url("../img/blobBlue.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 2.05128vw;
  }

  .pService__main .service .arTitle h3 {
    margin-top: 4.10256vw;
    font-size: 8.20513vw;
    line-height: 0.6875;
    font-family: 'Figtree', sans-serif;
    color: #2A323D;
    font-weight: 400;
    letter-spacing: 0.04em;
  }

  .pService__main .service .arDatalist dl {
    padding-bottom: 10.25641vw;
    border-bottom: 1px solid rgba(22, 163, 228, 0.4);
  }

  .pService__main .service .arDatalist dl+dl {
    margin-top: 10.25641vw;
  }

  .pService__main .service .arDatalist dl dt {
    font-size: 5.12821vw;
    line-height: 1.88;
    font-weight: 500;
    color: #006AAD;
  }

  .pService__main .service .arDatalist dl dd {
    font-size: 3.58974vw;
    line-height: 1.88;
    color: #2A323D;
    margin-top: 5.12821vw;
  }

  .pService__main .service .arList {
    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;
    counter-reset: sec;
    margin-top: 14.35897vw;
  }

  .pService__main .service .arList section {
    width: 100;
    counter-increment: sec;
  }

  .pService__main .service .arList section+section {
    margin-top: 11.28205vw;
  }

  .pService__main .service .arList section figure {
    width: 100%;
  }

  .pService__main .service .arList section figure img {
    width: 100%;
    height: auto;
    -moz-border-radius: 4.10256vw;
    border-radius: 4.10256vw;
  }

  .pService__main .service .arList section h4 {
    font-size: 5.12821vw;
    line-height: 1.88;
    color: #006AAD;
    font-weight: 500;
    margin-top: 5.12821vw;
    padding: 0 0 0 10.25641vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pService__main .service .arList section h4::before {
    position: absolute;
    content: counter(sec, decimal-leading-zero);
    font-size: 5.12821vw;
    line-height: 1.88;
    color: #006AAD;
    font-family: 'Figtree', sans-serif;
    left: 0;
    top: 0;
  }

  .pService__main .service .arList section p {
    font-size: 3.58974vw;
    line-height: 1.88;
    margin-top: 5.12821vw;
  }

  .pService__main .service .arList section dl {
    margin-top: 6.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;
    padding: 6.15385vw 0 0;
    font-size: 3.58974vw;
    line-height: 1.88;
    font-weight: 400;
    border-top: 1px solid rgba(0, 106, 173, 0.4);
  }

  .pService__main .service .arList section dl dt {
    white-space: nowrap;
  }

  .pService__main .service .arList section dl dd {
    width: -webkit-calc(100% - 20.51282vw);
    width: -moz-calc(100% - 20.51282vw);
    width: calc(100% - 20.51282vw);
  }

  .pService__main .service .col2 .arDatalist {
    margin-top: 18.46154vw;
  }

  .pService__main .service>article {
    margin-top: 25.64103vw;
  }

  .pService__main .service+.service {
    margin-top: 67.94872vw;
  }

  .pService__main .service__cap {
    margin-top: 17.69231vw;
  }

  .pService__main .service__cap h3 {
    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: 6.15385vw;
    line-height: 1.2;
    color: #006AAD;
    font-weight: 500;
    text-align: center;
  }

  .pService__main .service__cap h3::before,
  .pService__main .service__cap h3::after {
    content: "";
    width: 2.05128vw;
    height: 6.15385vw;
    background: url("../img/serviceSplash.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .pService__main .service__cap h3::before {
    margin-right: 6.15385vw;
  }

  .pService__main .service__cap h3::after {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 6.15385vw;
  }

  .pService__main .service__cap .intro {
    text-align: center;
    margin-top: 7.69231vw;
    font-size: 3.58974vw;
    line-height: 1.88;
    font-weight: 500;
  }

  .pService__main .service__cap .intro span {
    color: #006AAD;
  }

  .pService__main .service__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;
    counter-reset: dl;
    margin-top: 15.38462vw;
  }

  .pService__main .service__list dl {
    counter-increment: dl;
    width: 100%;
  }

  .pService__main .service__list dl+dl {
    margin-top: 11.79487vw;
  }

  .pService__main .service__list dl dt {
    font-size: 5.12821vw;
    line-height: 1.56;
    color: #006AAD;
    font-weight: 500;
    padding: 0 0 0 10.25641vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pService__main .service__list dl dt::before {
    position: absolute;
    content: counter(dl, decimal-leading-zero);
    font-size: 5.12821vw;
    line-height: 1.56;
    color: #006AAD;
    font-family: 'Figtree', sans-serif;
    left: 0;
    top: 0;
  }

  .pService__main .service__list dl dd {
    font-size: 3.58974vw;
    line-height: 1.88;
    margin-top: 5.12821vw;
  }

  .pService__main .service__2col {
    margin-top: 15.38462vw;
  }

  .pService__main .service__2col--left {
    width: 100%;
    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;
  }

  .pService__main .service__2col--left h3 {
    font-size: 5.12821vw;
    line-height: 1.88;
    color: #006AAD;
    font-weight: 500;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 8.20513vw;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .pService__main .service__2col--left h3::before {
    position: absolute;
    content: "";
    width: 4.10256vw;
    height: 4.10256vw;
    background: #006AAD;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 2.82051vw;
  }

  .pService__main .service__2col--left p {
    font-size: 3.58974vw;
    line-height: 1.88;
    margin-top: 7.69231vw;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .pService__main .service__2col--left figure {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 10.25641vw;
  }

  .pService__main .service__2col--left figure img {
    width: 100%;
    -moz-border-radius: 4.10256vw;
    border-radius: 4.10256vw;
  }

  .pService__main .service__2col--left .btnCom {
    margin-top: 8.20513vw;
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    text-align: center;
  }

  .pService__main .service__2col--left .btnCom a {
    width: 53.33333vw;
    height: 13.33333vw;
  }

  .pService__main .service .arSec {
    margin-top: 12.30769vw;
  }

  .pService__main .service .arSec__row {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pService__main .service .arSec__row+.arSec__row {
    margin-top: 26.66667vw;
    padding: 26.66667vw 0 0 0;
  }

  .pService__main .service .arSec__row+.arSec__row::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 106, 173, 0.4);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .pService__main .service .arSec__row h3 {
    font-size: 6.15385vw;
    line-height: 1.88;
    font-weight: 500;
    color: #006AAD;
    padding: 0 0 0 5.12821vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pService__main .service .arSec__row h3::before {
    position: absolute;
    content: "";
    width: 2.05128vw;
    height: 6.15385vw;
    background: #006AAD;
    left: 0;
    top: 2.69231vw;
  }

  .pService__main .service .arSec__row .intro {
    margin-top: 5.64103vw;
    font-size: 3.58974vw;
    line-height: 1.88;
    max-width: 169.23077vw;
  }

  .pService__main .service.serviceWave {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    margin-top: 23.84615vw;
    padding-top: 23.58974vw;
    padding-bottom: 30.76923vw;
  }

  .pService__main .service.serviceWave::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 13.58974vw;
    background: url("../img/serviceWave_sp.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    z-index: -2;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(-1);
    -moz-transform: translateX(-50%) scaleY(-1);
    -ms-transform: translateX(-50%) scaleY(-1);
    transform: translateX(-50%) scaleY(-1);
    top: 0vw;
  }

  .pService__main .service.serviceWave::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: -webkit-calc(100% - 13.58974vw);
    height: -moz-calc(100% - 13.58974vw);
    height: calc(100% - 13.58974vw);
    background: #E6EFF4;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0vw;
    z-index: -1;
  }

  .pService__main .service.serviceWave+.service {
    position: relative;
    z-index: 3;
  }

  .pService__main .service.serviceWave2 {
    margin-top: 0vw;
  }

  .pService__main .service.serviceWave2 .service__top {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding-bottom: 15.89744vw;
  }

  .pService__main .service.serviceWave2 .service__top::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    background: #E6EFF4;
    z-index: -1;
  }

  .pService__main .service.serviceWave2 .service__top::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 13.58974vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -13.58974vw;
    background: url("../img/serviceWave_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    z-index: -1;
  }

  .pService__main .service.serviceWave2+.service {
    position: relative;
    z-index: 3;
  }

  .pConstruction__nav {
    background: #ECECEC;
    padding: 13.07692vw 0;
  }

  .pConstruction__nav--main {
    max-width: 256.41026vw;
  }

  .pConstruction__nav--main dl dt {
    font-size: 4.61538vw;
    line-height: 1;
    font-weight: 500;
    color: #006AAD;
    white-space: nowrap;
  }

  .pConstruction__nav--main dl dd {
    margin-top: 13.33333vw;
  }

  .pConstruction__nav--main dl dd ul li+li {
    margin-top: 9.23077vw;
  }

  .pConstruction__nav--main dl dd ul li a {
    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;
    height: 7.17949vw;
    padding: 0 4.10256vw;
    -moz-border-radius: 25.64103vw;
    border-radius: 25.64103vw;
    background: #DBEDFB;
    color: #2A323D;
    font-size: 4.10256vw;
    line-height: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }

  .pConstruction__nav--main dl dd ul li a.active,
  .pConstruction__nav--main dl dd ul li a:hover {
    background: #006AAD;
    color: #fff;
  }

  .pConstruction__list {
    margin-top: 26.41026vw;
    overflow: hidden;
  }

  .pConstruction__list article {
    padding: 0 0 13.33333vw;
    border-bottom: 1px solid rgba(0, 106, 173, 0.4);
  }

  .pConstruction__list article .left .meta {
    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-bottom: -3.07692vw;
  }

  .pConstruction__list article .left .meta span,
  .pConstruction__list article .left .meta a {
    font-size: 3.58974vw;
    line-height: 1;
    height: 6.66667vw;
    -moz-border-radius: 25.64103vw;
    border-radius: 25.64103vw;
    background: #DBEDFB;
    color: #2A323D;
    white-space: nowrap;
    padding: 0 4.10256vw;
    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;
    opacity: 1;
    margin-right: 3.07692vw;
    margin-bottom: 3.07692vw;
  }

  .pConstruction__list article .left h3 {
    font-size: 6.15385vw;
    line-height: 1.64;
    margin-top: 8.20513vw;
    font-weight: 500;
    color: #006AAD;
  }

  .pConstruction__list article .left p {
    font-size: 4.10256vw;
    line-height: 1.88;
    color: #2A323D;
    margin-top: 8.20513vw;
  }

  .pConstruction__list article figure {
    width: 100%;
    margin-top: 10.25641vw;
  }

  .pConstruction__list article figure img {
    width: 100%;
    -moz-border-radius: 4.10256vw;
    border-radius: 4.10256vw;
    height: auto;
  }

  .pConstruction__list article+article {
    margin-top: 16.41026vw;
  }

  .pConstruction__pagination {
    margin-top: 16.41026vw;
  }

  .pConstruction__pagination .wp-pagenavi {
    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;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pConstruction__pagination .wp-pagenavi .pages {
    display: none;
  }

  .pConstruction__pagination .wp-pagenavi .previouspostslink {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3.07692vw;
    line-height: 1;
    font-family: 'Figtree', sans-serif;
    color: #000000;
    display: inline-block;
    padding: 0 0 0 10.76923vw;
  }

  .pConstruction__pagination .wp-pagenavi .previouspostslink::before {
    position: absolute;
    content: "";
    width: 7.17949vw;
    height: 7.17949vw;
    background: url("../img/headerArrowCircle.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .pConstruction__pagination .wp-pagenavi .previouspostslink.disable {
    opacity: 0.4;
    pointer-events: none;
  }

  .pConstruction__pagination .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3.07692vw;
    line-height: 1;
    font-family: 'Figtree', sans-serif;
    color: #000000;
    display: inline-block;
    padding: 0 10.76923vw 0 0;
  }

  .pConstruction__pagination .wp-pagenavi .nextpostslink::before {
    position: absolute;
    content: "";
    width: 7.17949vw;
    height: 7.17949vw;
    background: url("../img/headerArrowCircle.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .pConstruction__pagination .wp-pagenavi .nextpostslink.disable {
    opacity: 0.4;
    pointer-events: none;
  }

  .pConstruction__pagination .wp-pagenavi .page,
  .pConstruction__pagination .wp-pagenavi .current {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 6.15385vw;
    height: 6.15385vw;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -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: 3.07692vw;
    line-height: 1;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    color: #2A323D;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    margin: 0 2.5641vw;
  }

  .pConstruction__pagination .wp-pagenavi .page:hover,
  .pConstruction__pagination .wp-pagenavi .current:hover {
    background: #16A3E4;
    color: #fff;
  }

  .pConstruction__pagination .wp-pagenavi .current {
    background: #16A3E4;
    color: #fff;
  }

  .pCompany__main .title {
    line-height: 0;
  }

  .pCompany__main .title 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-family: 'Figtree', sans-serif;
    font-size: 3.58974vw;
    line-height: 0.7;
    font-weight: 400;
    color: #006AAD;
    letter-spacing: 0.04em;
  }

  .pCompany__main .title span::before {
    content: "";
    width: 1.79487vw;
    height: 2.5641vw;
    background: url("../img/blobBlue.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 2.05128vw;
  }

  .pCompany__main .title h2 {
    font-size: 8.20513vw;
    line-height: 0.69643;
    font-family: 'Figtree', sans-serif;
    color: #2A323D;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin-top: 4.10256vw;
  }

  .pCompany__main--mess {
    margin-top: 17.69231vw;
  }

  .pCompany__main--mess--con {
    margin-top: 14.35897vw;
  }

  .pCompany__main--mess--con h3 {
    font-size: 6.15385vw;
    line-height: 1.64;
    font-weight: 500;
    color: #006AAD;
  }

  .company__message__ceo {
    display: contents;
  }

  .pCompany__main--mess--con .con {
    margin-top: 10.25641vw;
    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-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .pCompany__main--mess--con .con .txt {
    width: 100%;
    font-size: 3.58974vw;
    line-height: 1.88;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 8.20513vw;
  }

  .pCompany__main--mess--con .con figure {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .pCompany__main--mess--con .con figure img {
    width: 100%;
    -moz-border-radius: 4.10256vw;
    border-radius: 4.10256vw;
  }

  .pCompany__main--mess--con .con .caption {
    width: 100%;
    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;
    margin-top: 8.20513vw;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .pCompany__main--mess--con .con .caption span {
    display: block;
    font-size: 4.10256vw;
    line-height: 1.88;
  }

  .pCompany__main--phi {
    margin-top: 33.33333vw;
  }

  .pCompany__main--phi .list {
    width: 100%;
    margin-top: 14.35897vw;
  }

  .pCompany__main--phi .list dl {
    padding-bottom: 10.25641vw;
    border-bottom: 1px solid rgba(22, 163, 228, 0.4);
  }

  .pCompany__main--phi .list dl dt {
    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;
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    color: #006AAD;
  }

  .pCompany__main--phi .list dl dt span {
    font-size: 6.15385vw;
    line-height: 1;
    margin-right: 6.15385vw;
  }

  .pCompany__main--phi .list dl dt small {
    font-size: 4.10256vw;
    line-height: 1;
  }

  .pCompany__main--phi .list dl dd {
    font-size: 3.58974vw;
    line-height: 1.88;
    margin-top: 10.25641vw;
  }

  .pCompany__main--phi .list dl+dl {
    margin-top: 10.25641vw;
  }

  .pCompany__main--overview {
    margin-top: 29.23077vw;
    margin-left: -2.5641vw;
    margin-right: -2.5641vw;
  }

  .pCompany__main--overview .list {
    margin-top: 14.35897vw;
    overflow: hidden;
    -moz-border-radius: 4.10256vw;
    border-radius: 4.10256vw;
    background: #fff;
    padding: 0vw 6.41026vw;
  }

  .pCompany__main--overview .list dl {
    padding: 7.69231vw 7.69231vw;
  }

  .pCompany__main--overview .list dl:not(:first-of-type) {
    border-top: 1px solid rgba(0, 106, 173, 0.4);
  }

  .pCompany__main--overview .list dl dt {
    color: #16A3E4;
    font-size: 3.58974vw;
    line-height: 1.88;
    font-weight: 500;
  }

  .pCompany__main--overview .list dl dd {
    background: #fff;
    font-size: 3.58974vw;
    line-height: 1.88;
    letter-spacing: 0.08em;
    margin-top: 2.5641vw;
  }

  .pCompany__main--overview .list dl dd address {
    font-style: normal;
  }

  .pCompany__main--overview .list dl dd .map {
    text-decoration: underline;
    color: #16A3E4;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    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;
  }

  .pCompany__main--overview .list dl dd .map::before {
    content: "";
    width: 3.07692vw;
    height: 4.10256vw;
    background: url("../img/icPin2.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 2.5641vw;
  }

  .pCompany__main--overview .list dl dd ul li {
    font-weight: 500;
  }

  .pCompany__main--overview .list dl dd ul li+li {
    margin-top: 4.61538vw;
  }

  .pCompany__main--sus {
    margin-top: 28.97436vw;
  }

  .pCompany__main--sus .list {
    margin-top: 14.35897vw;
  }

  .pCompany__main--sus .list article {
    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;
    padding-bottom: 16.41026vw;
    border-bottom: 1px solid rgba(22, 163, 228, 0.4);
  }

  .pCompany__main--sus .list article+article {
    margin-top: 16.41026vw;
  }

  .pCompany__main--sus .list article figure {
    width: 100%;
    margin-top: 8.97436vw;
    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;
  }

  .pCompany__main--sus .list article figure img {
    width: 37.4359vw;
  }

  .pCompany__main--sus .list article .arCon {
    width: 100%;
  }

  .pCompany__main--sus .list article .arCon h3 {
    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;
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    color: #006AAD;
  }

  .pCompany__main--sus .list article .arCon h3 span {
    font-size: 6.15385vw;
    line-height: 1;
    margin-right: 6.15385vw;
  }

  .pCompany__main--sus .list article .arCon h3 small {
    font-size: 4.10256vw;
    line-height: 1;
  }

  .pCompany__main--sus .list article .arCon p {
    font-size: 4.10256vw;
    line-height: 1.88;
    letter-spacing: 0.08em;
    margin-top: 6.15385vw;
  }

  .pContact__main {
    padding-bottom: 33.84615vw;
    margin-top: 22.82051vw;
  }

  .pContact__main .form button {
    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: 0 5.12821vw;
    width: 44.87179vw;
    height: 13.33333vw;
    background: #FFFFFF;
    -moz-border-radius: 25.64103vw;
    border-radius: 25.64103vw;
    font-size: 3.58974vw;
    color: #2A323D;
    position: relative;
    border: 0;
    position: relative;
    margin-left: auto;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ECECEC;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .pContact__main .form button::after {
    content: "";
    width: 6.15385vw;
    height: 6.15385vw;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #006AAD url(../img/icArrow2.png) center no-repeat;
    display: block;
    -moz-background-size: 2.5641vw 2.5641vw;
    background-size: 2.5641vw 2.5641vw;
    margin-left: 5.12821vw;
  }

  .pContact__main .form button:hover {
    opacity: 1;
    background: #006AAD;
    color: #fff;
  }

  .pContact__main .form button:hover::after {
    background-color: #16A3E4;
    -webkit-animation: shine2 0.5s 1 alternate;
    -moz-animation: shine2 0.5s 1 alternate;
    animation: shine2 0.5s 1 alternate;
  }

  .pContact__main .form .box_privacy {
    height: 120vw;
    padding: 5.38462vw 3.84615vw;
    overflow-y: auto;
    background-color: #fff;
    -moz-border-radius: 2.30769vw;
    border-radius: 2.30769vw;
    font-weight: 400;
    font-size: 3.07692vw;
    line-height: 160%;
    letter-spacing: 0.04em;
  }

  .pContact__main .form .upload {
    padding: 2.5641vw 3.84615vw;
    background: #FFFFFF;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
  }

  .pContact__main .form .upload+.upload {
    margin-top: 4.10256vw;
  }

  .pContact__main .form .upload .btn_upload {
    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;
    left: 1px;
  }

  .pContact__main .form .upload .btn_upload input[type="file"] {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }

  .pContact__main .form .upload .btn_upload label {
    width: 37.94872vw;
    height: 11.28205vw;
    background: #ECECEC;
    border: 1px solid #222222;
    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;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .pContact__main .form .upload .btn_upload label:hover {
    opacity: 0.7;
  }

  .pContact__main .form .upload .btn_upload .filename {
    font-size: 3.58974vw;
    margin-left: 5.12821vw;
  }

  .pContact__main .form .upload>p {
    font-size: 3.58974vw;
    line-height: 5.64103vw;
    color: #171717;
    margin-top: 2.05128vw;
  }

  .pContact__main .form .f_txt {
    font-weight: 400;
    font-size: 4.10256vw;
    line-height: 188%;
    letter-spacing: 0.04em;
  }

  .pContact__main .form .f_txt+.f_note {
    margin-top: 20px;
    margin-bottom: 65px;
  }

  .pContact__main .form .f_note {
    font-weight: 400;
    font-size: 4.10256vw;
    line-height: 188%;
    letter-spacing: 0.04em;
    color: #E60012;
  }

  .pContact__main .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 13.33333vw;
    margin-top: 13.33333vw;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .pContact__main .form .checkboxWr div,
  .pContact__main .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }

  .pContact__main .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-size: 3.58974vw;
    letter-spacing: 0.08em;
  }

  .pContact__main .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .pContact__main .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 10.76923vw;
  }

  .pContact__main .form .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 7.17949vw;
    height: 7.17949vw;
    border: 1px solid #222222;
    -moz-border-radius: 1.02564vw;
    border-radius: 1.02564vw;
  }

  .pContact__main .form .checkboxWr label span::after {
    left: 2.82051vw;
    top: 1px;
    width: 1.79487vw;
    height: 3.84615vw;
    border: solid #000;
    border-width: 0 0.51282vw 0.51282vw 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }

  .pContact__main .form .checkboxWr label input:checked~span:after {
    display: block;
  }

  .pContact__main .form h3 {
    font-size: 3.58974vw;
    line-height: 1;
    letter-spacing: 0.08em;
    margin: 14.35897vw 0 6.15385vw;
  }

  .pContact__main .form dl+dl {
    margin-top: 13.33333vw;
  }

  .pContact__main .form dl.addOther {
    margin-top: 13.33333vw;
  }

  .pContact__main .form dl dt {
    font-weight: 400;
    font-size: 4.10256vw;
    letter-spacing: 0.08em;
    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;
    margin-bottom: 4.10256vw;
  }

  .pContact__main .form dl dt.st2 {
    font-size: 3.58974vw;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pContact__main .form dl dt.required::after {
    content: "必須";
    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: 12.82051vw;
    height: 7.17949vw;
    background: #F55555;
    -moz-border-radius: 1.02564vw;
    border-radius: 1.02564vw;
    margin-left: 7.17949vw;
    font-weight: 500;
    font-size: 4.10256vw;
    letter-spacing: 0.08em;
    color: #FFFFFF;
  }

  .pContact__main .form dl dt span {
    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: 12.82051vw;
    height: 7.17949vw;
    background: #F55555;
    -moz-border-radius: 1.02564vw;
    border-radius: 1.02564vw;
    margin-left: 7.17949vw;
    font-weight: 500;
    font-size: 4.10256vw;
    letter-spacing: 0.08em;
    color: #FFFFFF;
  }

  .pContact__main .form dl dd .f_add {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 7.69231vw;
  }

  .pContact__main .form dl dd .f_add .f_add_it {
    width: 100%;
    margin-bottom: 7.17949vw;
  }

  .pContact__main .form dl dd .f_add .f_add_it.hf {
    width: 38.97436vw;
  }

  .pContact__main .form dl dd .f_add .f_add_it label {
    font-weight: 400;
    font-size: 3.58974vw;
    letter-spacing: 0.08em;
    margin-bottom: 2.5641vw;
    display: inline-block;
  }

  .pContact__main .form dl dd input {
    width: 100%;
    outline: none;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0vw 6.15385vw;
    height: 16.41026vw;
    background: #FFFFFF;
    -moz-border-radius: 3.07692vw;
    border-radius: 3.07692vw;
  }

  .pContact__main .form dl dd input::-webkit-input-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  .pContact__main .form dl dd input::-moz-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  .pContact__main .form dl dd input:-ms-input-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  .pContact__main .form dl dd input::placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  .pContact__main .form dl dd textarea {
    width: 100%;
    outline: none;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 2.5641vw 6.15385vw;
    height: 54.35897vw;
    background: #FFFFFF;
    -moz-border-radius: 3.07692vw;
    border-radius: 3.07692vw;
  }

  .pContact__main .form dl dd textarea::-webkit-input-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  .pContact__main .form dl dd textarea::-moz-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  .pContact__main .form dl dd textarea:-ms-input-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  .pContact__main .form dl dd textarea::placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  .pContact__main .form dl dd .select+span {
    font-size: 4.10256vw;
    margin-left: 2.5641vw;
  }

  .pContact__main .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 0.25641vw;
    -moz-perspective: 0.25641vw;
    perspective: 0.25641vw;
    height: 16.41026vw;
    background: #FFFFFF;
    -moz-border-radius: 3.07692vw;
    border-radius: 3.07692vw;
    width: 100%;
  }

  .pContact__main .form dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.41026vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 1.53846vw solid transparent;
    border-right: 1.53846vw solid transparent;
    border-top: 2.5641vw solid #222;
  }

  .pContact__main .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    padding: 0 14.10256vw 0 6.15385vw;
    background: transparent;
    font-weight: 400;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
    color: #A2A2A2;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }

  .pContact__main .form dl dd .select label select::-ms-expand {
    display: none;
  }

  .pContact__main .form dl dd .list_rd,
  .pContact__main .form dl dd .wpcf7-radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.79487vw 0;
  }

  .pContact__main .form dl dd .list_rd .rd,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item,
  .pContact__main .form dl dd .wpcf7-radio .rd,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item {
    margin-top: 1.79487vw;
    margin-bottom: 1.79487vw;
  }

  .pContact__main .form dl dd .list_rd .rd:not(:last-child),
  .pContact__main .form dl dd .list_rd .wpcf7-list-item:not(:last-child),
  .pContact__main .form dl dd .wpcf7-radio .rd:not(:last-child),
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 6.15385vw;
  }

  .pContact__main .form dl dd .list_rd .rd label,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item label,
  .pContact__main .form dl dd .wpcf7-radio .rd label,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 3.58974vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.88;
  }

  .pContact__main .form dl dd .list_rd .rd label input,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item label input,
  .pContact__main .form dl dd .wpcf7-radio .rd label input,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .pContact__main .form dl dd .list_rd .rd span,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item span,
  .pContact__main .form dl dd .wpcf7-radio .rd span,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 6.41026vw;
  }

  .pContact__main .form dl dd .list_rd .rd span::before,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item span::before,
  .pContact__main .form dl dd .wpcf7-radio .rd span::before,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 5.12821vw;
    height: 5.12821vw;
    border: 1px solid #2A323D;
  }

  .pContact__main .form dl dd .list_rd .rd span::after,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item span::after,
  .pContact__main .form dl dd .wpcf7-radio .rd span::after,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item span::after {
    top: 0.51282vw;
    left: 0.51282vw;
    width: 4.87179vw;
    height: 3.58974vw;
    background: url("../img/radioCheck.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    content: "";
    position: absolute;
    display: none;
  }

  .pContact__main .form dl dd .list_rd .rd label input:checked~span,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item label input:checked~span,
  .pContact__main .form dl dd .wpcf7-radio .rd label input:checked~span,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item label input:checked~span {
    color: #006AAD;
  }

  .pContact__main .form dl dd .list_rd .rd label input:checked~span::before,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item label input:checked~span::before,
  .pContact__main .form dl dd .wpcf7-radio .rd label input:checked~span::before,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item label input:checked~span::before {
    border-color: #006AAD;
  }

  .pContact__main .form dl dd .list_rd .rd label input:checked~span::after,
  .pContact__main .form dl dd .list_rd .wpcf7-list-item label input:checked~span::after,
  .pContact__main .form dl dd .wpcf7-radio .rd label input:checked~span::after,
  .pContact__main .form dl dd .wpcf7-radio .wpcf7-list-item label input:checked~span::after {
    display: block;
  }
}

.animation {
  -webkit-animation: dokundokun 1300ms ease infinite;
  -moz-animation: dokundokun 1300ms ease infinite;
  animation: dokundokun 1300ms ease infinite;
  overflow: hidden;
}

.error {
  color: #ff0000;
  display: block;
  width: 100%;
  line-height: 2;
}

.wpcf7-not-valid-tip {
  display: none !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%);
  }
}

.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-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.delay01 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.delay02 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.delay03 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.delay04 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.delay05 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.delay06 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.delay07 {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.delay08 {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.delay09 {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.delay10 {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}

.delay11 {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.delay12 {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.delay13 {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.delay14 {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.delay15 {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 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 {
  from {
    top: -10%;
  }

  to {
    top: 110%;
  }
}

@-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 {
  50% {
    background-position-x: 150%;
  }

  51% {
    background-position-x: -100%;
  }

  100% {
    background-position-x: 50%;
  }
}

@-moz-keyframes shine {
  50% {
    background-position-x: 150%;
  }

  51% {
    background-position-x: -100%;
  }

  100% {
    background-position-x: 50%;
  }
}

@keyframes shine {
  50% {
    background-position-x: 150%;
  }

  51% {
    background-position-x: -100%;
  }

  100% {
    background-position-x: 50%;
  }
}

@-webkit-keyframes shine2 {
  50% {
    background-position-x: 150%;
    background-position-y: -150%;
  }

  51% {
    background-position-x: -100%;
    background-position-y: 150%;
  }

  100% {
    background-position-x: 50%;
    background-position-y: 50%;
  }
}

@-moz-keyframes shine2 {
  50% {
    background-position-x: 150%;
    background-position-y: -150%;
  }

  51% {
    background-position-x: -100%;
    background-position-y: 150%;
  }

  100% {
    background-position-x: 50%;
    background-position-y: 50%;
  }
}

@keyframes shine2 {
  50% {
    background-position-x: 150%;
    background-position-y: -150%;
  }

  51% {
    background-position-x: -100%;
    background-position-y: 150%;
  }

  100% {
    background-position-x: 50%;
    background-position-y: 50%;
  }
}

@-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%);
  }
}

.pTop .service__main--type .content .left ul li a {
  color: #fff;
}