@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Fugaz+One&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

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

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

html {
  scroll-behavior: smooth;
}

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

body.active {
  overflow: hidden;
}

main {
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  opacity: 0.7;
}

p {
  font-size: 16px;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 1.7142857143;
    font-weight: 500;
  }
}
.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.4s;
  transition: opacity 0.6s, transform 0.4s, -webkit-transform 0.4s;
}

.js-fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner-lg {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}

.l-inner-md {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.l-inner-page {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}

.l-header {
  width: 100%;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 880px) {
  .l-header {
    height: 60px;
  }
}
.l-header.-page {
  background-color: #fff;
}

.l-header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 39px 0 24px;
}

@media screen and (max-width: 880px) {
  .l-header__inner {
    padding: 0 22px 0 0px;
  }
}
.l-header__logo {
  width: 300px;
}

@media (max-width: 1100px) {
  .l-header__logo {
    width: 200px;
  }
}
@media screen and (max-width: 880px) {
  .l-header__logo {
    width: 150px;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 880px) {
  .l-header__contents {
    position: fixed;
    right: -100%;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(43, 99, 164, .95);
    height: 100vh;
    width: calc(100% - 55px);
  }
  .l-header__contents.active {
    right: 0;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  gap: 48px;
  gap: 48px;
  gap: 3rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .l-header__nav {
    gap: 20px;
  }
}
@media screen and (max-width: 880px) {
  .l-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: unset;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 3.5714285714;
    padding-top: 116px;
  }
}
@media screen and (max-width: 880px) {
  .l-header__nav .-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 18px;
    border: 1px solid #fff;
    width: 150px;
    height: 30px;
    margin-top: 30px;
    padding-right: 12px;
  }
}
.l-header__nav .-contact svg {
  -webkit-box-shadow: 4px 4px 6px 0px rgba(39, 35, 35, .23);
  box-shadow: 4px 4px 6px 0px rgba(39, 35, 35, .23);
  border-radius: 50%;
}

@media (max-width: 1100px) {
  .l-header__nav .-contact svg {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 880px) {
  .l-header__nav .-contact svg {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 32px;
    height: 32px;
  }
  .l-header__nav .-contact svg circle {
    display: none;
  }
}
.l-header__nav .-contact span {
  display: none;
}

@media screen and (max-width: 880px) {
  .l-header__nav .-contact span {
    display: block;
    font-size: 14px;
    font-weight: 700;
  }
}
.l-header__nav .-megabutton {
  position: relative;
}

@media screen and (max-width: 880px) {
  .l-header__nav .-megabutton {
    text-align: center;
  }
}
.l-header__nav .-megamenu {
  display: none;
  position: absolute; /* navの中で下に出す */
  top: calc(100% + 13px);
  left: 0;
  z-index: 100;
  width: 250px;
}

@media screen and (max-width: 880px) {
  .l-header__nav .-megamenu {
    position: unset;
  }
}
.l-header__nav .-megamenu > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 880px) {
  .l-header__nav .-megamenu > div {
    gap: 10px;
  }
}
.l-header__nav .-megamenu a {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
}

.l-header__nav .-megamenu a::after {
  position: absolute;
  content: "ー";
  color: #2B63A4;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  top: 0;
}

.l-header__nav {
  /* 表示用クラス */
}

.l-header__nav .-megamenu.is-active {
  display: block;
}

.l-footer {
  background-color: #313131;
  color: #fff;
  padding: 28px 0 22px;
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 10px 0;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 0;
  }
}
.l-footer__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .l-footer__body {
    padding: 0 10px 0;
  }
}
.l-footer__logo {
  width: 172px;
  display: block;
}

.l-footer__logo img {
  width: 100%;
  height: auto;
}

.l-footer__name {
  font-size: 16px;
  line-height: 1.25;
  margin: 8px 0 0px 15px;
}

.l-footer__add {
  font-size: 14px;
  line-height: 1.4285714286;
  margin: 8px 0 0px 15px;
}

.l-footer__navbox {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 43px;
}

@media (max-width: 1089px) {
  .l-footer__navbox {
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__navbox {
    margin-top: 43px;
    gap: 32px;
    padding: 0 5px;
    width: auto;
  }
}
.l-footer__navwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
}

@media screen and (max-width: 768px) {
  .l-footer__navwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 2.5714285714;
}

@media screen and (max-width: 768px) {
  .l-footer__nav {
    font-size: 12px;
    line-height: 2;
  }
}
.l-footer__item2 {
  position: relative;
  padding-left: 0.5em;
}

.l-footer__item2::after {
  position: absolute;
  content: "-";
  font-size: 14px;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .l-footer__item2::after {
    top: -3px;
  }
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  margin: 47px 0 0 15px;
}

.l-footer__sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #313131;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 14px 0px rgba(255, 255, 255, .2);
  box-shadow: 2px 2px 14px 0px rgba(255, 255, 255, .2);
}

.l-footer__banner {
  display: block;
  margin: 77px 0 0 auto;
  max-width: 311px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-footer__banner {
    margin: 40px auto 0;
    max-width: 342px;
  }
}
.l-footer__banner img {
  width: 100%;
  height: auto;
}

.l-footer small {
  text-align: center;
  font-size: 12px;
  display: block;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .l-footer small {
    margin-top: 73px;
  }
}
.l-bg {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  background-color: #D9E4F1;
  position: relative;
}

.l-bg::before, .l-bg::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/object.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  height: 13.1944444444vw;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-bg::before, .l-bg::after {
    height: 8vw;
  }
}
.l-bg::before {
  top: -6.5972222222vw;
}

@media screen and (max-width: 768px) {
  .l-bg::before {
    top: -6.6666666667vw;
  }
}
.l-bg::after {
  bottom: -6.5972222222vw;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

@media screen and (max-width: 768px) {
  .l-bg::after {
    bottom: -6.6666666667vw;
  }
}
.l-bg.-top-voice {
  background-color: #dce5f2;
  padding: 0 calc(50vw - 50%) 62px;
}

.l-bg.-top-voice::before, .l-bg.-top-voice::after {
  z-index: 2;
}

.l-bg.-top-voice::before {
  top: -1.0416666667vw;
}

@media screen and (max-width: 768px) {
  .l-bg.-top-voice::before {
    top: 1.8666666667vw;
  }
}
.c-title1 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  color: #2B63A4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-title1 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.c-title2 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  color: #2B63A4;
  position: relative;
  background-color: rgba(255, 255, 255, .9);
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 19px 24px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
}

@media screen and (max-width: 768px) {
  .c-title2 {
    font-size: 18px;
    line-height: 1.3333333333;
    font-weight: 900;
    text-align: center;
    padding: 4px 24px 6px;
  }
}
.c-title2::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/title2-bg.webp");
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -56px;
  width: 100vw;
  height: 100px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .c-title2::after {
    height: 40px;
    top: -16px;
  }
}
.c-title3 {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  color: #2B63A4;
}

@media screen and (max-width: 768px) {
  .c-title3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.c-burger {
  display: none;
}

@media screen and (max-width: 880px) {
  .c-burger {
    display: block;
    width: 38px;
    height: 21px;
    position: relative;
    cursor: pointer;
  }
  .c-burger__border {
    background-color: #2A63A4;
    width: 30px;
    height: 3px;
    display: block;
    position: absolute;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-burger__border--top {
    top: 0;
    left: 0;
  }
  .c-burger__border--mid {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .c-burger__border--bottom {
    right: 0;
    bottom: 0;
  }
  .c-burger.active {
    z-index: 9999;
  }
  .c-burger.active .c-burger__border {
    background-color: #fff;
    height: 2px;
  }
  .c-burger.active .c-burger__border--top {
    rotate: -45deg;
    top: 1px;
    left: 24px;
  }
  .c-burger.active .c-burger__border--mid {
    opacity: 0;
  }
  .c-burger.active .c-burger__border--bottom {
    rotate: 45deg;
    right: -15px;
    bottom: 18px;
  }
}
.c-button {
  border: #2A63A4 2px solid;
  color: #2A63A4;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  position: relative;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(76, 175, 255, .18);
  box-shadow: 2px 2px 6px 0px rgba(76, 175, 255, .18);
  background-color: #fff;
  letter-spacing: 0.05em;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .c-button {
    height: 40px;
    max-width: 200px;
    font-size: 14px;
  }
}
.c-button::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/button_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 18px;
  bottom: 16px;
  width: 20px;
  height: 7px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .c-button::after {
    height: 5px;
    bottom: 13px;
  }
}
.c-button:hover::after {
  right: 10px;
}

.c-button.-white {
  border: 2px solid #fff;
  color: #fff;
  background-color: unset;
}

.c-button.-white::after {
  background-image: url("../images/common/button_arrow-w.svg");
}

.c-button2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 280px;
  height: 60px;
  border-radius: 50px;
  -webkit-box-shadow: 4px 4px 6px 0px rgba(39, 35, 35, .23);
  box-shadow: 4px 4px 6px 0px rgba(39, 35, 35, .23);
  position: relative;
  border: #2A63A4 2px solid;
  background: #2A63A4;
  color: #fff;
  padding: 0 24px 0 0px;
}

.c-button2 p {
  font-size: 18px;
  font-weight: 700;
}

.c-button2 svg {
  position: absolute;
  top: 30px;
  right: 28px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-button2:hover svg {
  right: 10px;
}

.c-cta {
  background-image: url(../images/common/contac-bg.png);
  background-size: cover;
  background-position: bottom;
  padding: 74px 0 100px;
}

@media screen and (max-width: 768px) {
  .c-cta {
    padding: 47px 0 50px;
  }
}
.c-cta__inner {
  background-color: rgba(239, 247, 255, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 154px 10px 60px;
  margin-top: -56px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -45px;
    padding: 86px 10px 52px;
  }
}
.c-cta__inner::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: calc(100% - 100px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .c-cta__inner::after {
    width: 190px;
    height: 1px;
    top: 54%;
  }
}
.c-cta__item {
  width: 50%;
  margin-top: -55px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .c-cta__item {
    width: 100%;
    margin-top: unset;
    padding: unset;
  }
  .c-cta__item + .c-cta__item {
    padding: 97px 0 0;
  }
}
.c-cta__text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-cta__text.-center {
    text-align: center;
  }
}
.c-cta__button {
  border: #2A63A4 2px solid;
  color: #2A63A4;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 260px;
  width: 100%;
  height: 60px;
  position: relative;
  margin: 26px auto 0;
}

@media screen and (max-width: 768px) {
  .c-cta__button p {
    font-size: 16px;
  }
}
.c-cta__button.-download {
  background-color: #fff;
  padding: 0 29px 0 26px;
}

.c-cta__button.-download p {
  padding: 0 4px 0 0;
}

.c-cta__button.-contact {
  background-color: #2A63A4;
  color: #fff;
  padding: 0 24px 0 34px;
}

.c-cta__button.-contact p {
  padding: 0 18px 0 0;
}

.c-pageheader {
  background-image: url(../images/common/page-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 23px;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .c-pageheader {
    height: 80px;
  }
}
.c-pageheader__title {
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.c-pageheader__title--en {
  font-size: 36px;
  display: block;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .c-pageheader__title--en {
    font-size: 20px;
  }
}
.c-pageheader__title--en.-lowercase {
  text-transform: unset;
}

.c-pageheader__title--ja {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .c-pageheader__title--ja {
    font-size: 12px;
  }
}
.c-bread {
  max-width: 1315px;
  padding: 14px 15px;
  margin: 0 auto;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .c-bread {
    font-size: 12px;
    padding: 14px 0;
  }
}
.c-bread a {
  text-decoration: underline;
}

.c-pagenation .wp-pagenavi {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-pagenation .wp-pagenavi a, .c-pagenation .wp-pagenavi span {
  border: unset;
}

.c-pagenation .page {
  font-size: 16px;
  font-weight: 500;
}

.c-pagenation .current {
  color: #2A63A4;
}

.c-pagenation .nextpostslink {
  position: relative;
  width: 34px;
  display: inline-block;
}

.c-pagenation .nextpostslink::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/pagenation.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
}

.c-pagenation .previouspostslink {
  position: relative;
  display: inline-block;
  width: 34px;
}

.c-pagenation .previouspostslink::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/pagenation.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  transform: translate(-50%, -50%) scaleX(-1);
  width: 34px;
  height: 34px;
}

.c-head {
  margin: -45px 0 0 0;
  padding: 115px 0 157px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4%;
  position: relative;
  z-index: -1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 20px;
}

.c-head::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/head-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .c-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-position: bottom;
    padding: 76px 0 70px 0;
    gap: 23px;
  }
}
.c-head.-marketing {
  padding: 115px 0 305px 0;
}

@media screen and (max-width: 768px) {
  .c-head.-marketing {
    padding: 75px 0 180px 0;
  }
}
.c-head__img {
  width: 53%;
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .c-head__img {
    width: 100%;
    margin-left: unset;
  }
}
.c-head__img img {
  width: 100%;
  height: auto;
}

.c-head__body {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .c-head__body {
    width: 100%;
  }
}
.c-head__title {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  color: #2B63A4;
  margin: -6px 0 0 0;
}

@media screen and (max-width: 768px) {
  .c-head__title {
    font-size: 20px;
    line-height: 1.3333333333;
    text-align: center;
  }
}
.c-head__lead {
  font-size: 23px;
  line-height: 1.3043478261;
  font-weight: 500;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .c-head__lead {
    font-size: 14px;
    margin: 10px 0 30px 0;
    text-align: center;
  }
}
.c-head__text {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .c-head__text {
    margin-top: 15px;
    font-size: 14px;
  }
}
.c-head__list {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .c-head__list {
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
  }
}
.c-head__list li {
  font-size: 18px;
  line-height: 2.2222222222;
  font-weight: 900;
  position: relative;
  padding-left: 38px;
}

@media screen and (max-width: 768px) {
  .c-head__list li {
    font-size: 14px;
    line-height: 1.7142857143;
    padding-left: 33px;
  }
}
.c-head__list li::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  top: 8px;
  width: 30px;
  height: 26px;
}

.p-top__title--lg {
  color: #2A63A4;
  font-family: "Fugaz One", sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 60px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-top__title--lg {
    font-size: 50px;
  }
}
.p-top__title--sm {
  display: block;
  margin-top: 2px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .p-top__title--sm {
    margin-top: unset;
  }
}
.p-top__title.-center {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top__title.-center .p-top__title--lg, .p-top__title.-center .p-top__title--sm {
  text-align: center;
}

.p-top__title.-white .p-top__title--lg, .p-top__title.-white .p-top__title--sm {
  color: #fff;
}

.p-top-mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.p-top-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/mv.webp);
  background-size: cover;
  background-position: bottom;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-top-mv__bg {
    background-image: url(../images/top/mv-sp.webp);
  }
}
.p-top-mv__contents {
  position: absolute;
  top: 48.8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 65px;
}

@media screen and (max-width: 768px) {
  .p-top-mv__contents {
    right: 15px;
    top: 53.8%;
  }
}
.p-top-mv__title {
  font-size: 56px;
  font-weight: 700;
  text-align: right;
  line-height: 1.45;
}

@media screen and (max-width: 768px) {
  .p-top-mv__title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.p-top-mv__title .-lg {
  font-size: 68px;
  display: inline-block;
  margin-right: -24px;
}

@media screen and (max-width: 768px) {
  .p-top-mv__title .-lg {
    font-size: 36px;
  }
}
.p-top-mv__lead {
  margin-top: 19px;
  margin-right: -9px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-top-mv__lead {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-top-mv__buttonwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 68px 0 0 auto;
  width: 583px;
}

@media screen and (max-width: 768px) {
  .p-top-mv__buttonwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 160px 0 0 auto;
    gap: 25px;
  }
}
.p-top-mv__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 280px;
  height: 60px;
  border-radius: 50px;
  -webkit-box-shadow: 4px 4px 6px 0px rgba(39, 35, 35, .23);
  box-shadow: 4px 4px 6px 0px rgba(39, 35, 35, .23);
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-mv__button {
    width: 250px;
    height: 55px;
  }
}
.p-top-mv__button p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-top-mv__button p {
    font-size: 16px;
  }
}
.p-top-mv__button svg {
  position: absolute;
}

.p-top-mv__button.-download {
  border: #2A63A4 2px solid;
  background: #fff;
  color: #2A63A4;
  padding: 0 18px 0 0px;
}

.p-top-mv__button.-download svg {
  top: 22px;
  right: 34px;
}

@media screen and (max-width: 768px) {
  .p-top-mv__button.-download svg {
    width: 20px;
    height: 18px;
    top: 18px;
    right: 24px;
  }
}
.p-top-mv__button.-contact {
  border: #2A63A4 2px solid;
  background: #2A63A4;
  color: #fff;
  padding: 0 18px 0 0px;
}

.p-top-mv__button.-contact svg {
  top: 31px;
  right: 26px;
}

@media screen and (max-width: 768px) {
  .p-top-mv__button.-contact svg {
    width: 17px;
    height: 7px;
    top: 21px;
    right: 16px;
  }
}
.p-top-point {
  max-width: 1480px;
  padding: 73px 20px 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-top-point {
    max-width: unset;
    padding: 74px 0 0;
  }
}
.p-top-point__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: calc(50% - 50vw);
}

@media (min-width: 1440px) {
  .p-top-point__contents {
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-point__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-left: unset;
  }
}
.p-top-point__head {
  width: 68.5%;
  padding-left: 97px;
  margin-top: -12px;
}

@media (min-width: 1440px) {
  .p-top-point__head {
    width: 58%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-point__head {
    width: 100%;
    padding-left: unset;
    margin-top: unset;
  }
}
.p-top-point__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
}

@media screen and (max-width: 768px) {
  .p-top-point__list {
    gap: 21px;
  }
  .p-top-point__list::after {
    position: absolute;
    content: "";
    background-image: url("../images/top/earth.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: -20px;
    right: -68px;
    width: 221px;
    height: 232px;
  }
}
.p-top-point__item {
  font-size: 26px;
  line-height: 1.5384615385;
  font-weight: 700;
  position: relative;
  padding-left: 70px;
}

@media screen and (max-width: 768px) {
  .p-top-point__item {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 28px;
  }
}
.p-top-point__item::after {
  position: absolute;
  content: "";
  background-color: #2A63A4;
  width: 49px;
  height: 2px;
  left: 0;
  top: 20px;
}

@media screen and (max-width: 768px) {
  .p-top-point__item::after {
    width: 20px;
    height: 1px;
    top: 14px;
  }
}
.p-top-point__item span {
  color: #2A63A4;
  display: inline-block;
  margin-left: 7px;
}

@media screen and (max-width: 768px) {
  .p-top-point__item span {
    margin-left: 3px;
  }
}
.p-top-point__text {
  font-size: 18px;
  line-height: 2;
  margin-top: 38px;
}

@media screen and (max-width: 768px) {
  .p-top-point__text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
.p-top-point__text span {
  background-color: #FFEBAC;
  padding: 0 3px;
}

.p-top-point__img {
  width: 29%;
}

@media (min-width: 1440px) {
  .p-top-point__img {
    width: 42%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-point__img {
    width: 100%;
    margin: 42px auto 0;
    max-width: 375px;
  }
}
.p-top-point__img img {
  width: 100%;
  height: auto;
}

.p-top-break {
  padding: 126px 0 0px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-break {
    padding: 100px 0 0px;
  }
}
.p-top-break::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/earth.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: -274px;
  right: -108px;
  width: 520px;
  height: 545px;
}

@media screen and (max-width: 768px) {
  .p-top-break::after {
    position: unset;
    content: none;
  }
}
.p-top-break__title {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
  position: relative;
  z-index: 2;
}

.p-top-break__title img {
  width: 100%;
  height: auto;
}

.p-top-break__bg {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-image: url("../images/top/break-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 265px;
}

@media screen and (max-width: 768px) {
  .p-top-break__bg {
    height: 1146px;
  }
}
.p-top-break__subtitle {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-top: 30px;
  padding-top: 48px;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-top-break__subtitle {
    margin-top: 24px;
    padding-top: 29px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.p-top-break__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 17px;
  position: relative;
  z-index: 2;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-top-break__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
    gap: 20px;
  }
}
.p-top-break__item {
  width: 186px;
  height: 208px;
  padding: 37px 0;
  background-color: rgba(255, 255, 255, .85);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(38, 134, 209, .19);
  box-shadow: 0px 0px 8px 0px rgba(38, 134, 209, .19);
  position: relative;
}

.p-top-break__item::after {
  position: absolute;
  content: "";
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 60px;
}

.p-top-break__item:nth-of-type(1)::after {
  background-image: url(../images/top/B.webp);
}

.p-top-break__item:nth-of-type(2)::after {
  background-image: url(../images/top/R.webp);
}

.p-top-break__item:nth-of-type(3)::after {
  background-image: url(../images/top/E.webp);
}

.p-top-break__item:nth-of-type(4)::after {
  background-image: url(../images/top/A.webp);
}

.p-top-break__item:nth-of-type(5)::after {
  background-image: url(../images/top/K.webp);
}

.p-top-break__icon {
  width: 73px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.p-top-break__icon img {
  width: 100%;
  height: auto;
}

.p-top-break__icon.-icon1 {
  width: 57px;
}

.p-top-break__icon.-icon2 {
  width: 73px;
}

.p-top-break__icon.-icon3 {
  width: 54px;
}

.p-top-break__icon.-icon4 {
  width: 52px;
}

.p-top-break__icon.-icon5 {
  width: 66px;
}

.p-top-break__heading {
  color: #2A63A4;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: "Anton", sans-serif;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 5px;
}

.p-top-break__desc {
  font-size: 16px;
  line-height: 1.25;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.p-top-about {
  padding: 122px 0 0 0;
}

@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 42px 0 0 0;
  }
}
.p-top-about__inner {
  padding: 0 15px;
  max-width: 1370px;
  margin: 0 auto;
}

.p-top-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-top-about__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-top-about__head {
  width: 50%;
  padding-top: 28px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .p-top-about__head {
    width: 100%;
    padding-left: unset;
    padding-top: unset;
  }
}
.p-top-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .p-top-about__title {
    gap: 6px;
  }
}
.p-top-about__title--sm, .p-top-about__title--lg {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-about__title--sm {
  background-color: #2C2C2C;
  font-size: 30px;
  padding: 2px 0px 3px 13px;
}

@media (max-width: 1100px) {
  .p-top-about__title--sm {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__title--sm {
    font-size: 20px;
    padding: 2px 0px 3px 7px;
  }
}
.p-top-about__title--lg {
  background-color: #2A63A4;
  font-size: 50px;
  padding: 0 18px 3px;
}

@media (max-width: 1100px) {
  .p-top-about__title--lg {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__title--lg {
    font-size: 32px;
    padding: 0 12px 3px 11px;
  }
}
.p-top-about__text {
  font-size: 16px;
  line-height: 2.25;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-top-about__text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
.p-top-about__button {
  margin: 40px 16px 0 auto;
}

@media screen and (max-width: 768px) {
  .p-top-about__button {
    margin: 30px 0px 0 auto;
  }
}
.p-top-about__img {
  width: 36.6%;
}

@media screen and (max-width: 768px) {
  .p-top-about__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-top-about__img img {
  width: 100%;
  height: auto;
}

/*
.p-top {
}

.p-top-service {
  position: relative;
  height: 100vh;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .p-top-service {
    padding: 150px 0 82px;
  }
}

.p-top-service .p-top__title {
  position: absolute;
  left: 46.5%;
  top: 76px;
  z-index: 2;
  width: 100%;
}

.p-top-service .p-top__title--lg {
  font-size: 70px;
}

@media screen and (max-width: 768px) {
  .p-top-service .p-top__title--lg {
    font-size: 50px;
  }
}
.p-top-service .p-top__title--sm {
  font-size: 14px;
  margin-top: -1px;
}

@media screen and (max-width: 768px) {
  .p-top-service .p-top__title {
    position: unset;
    margin-bottom: 28px;
    padding-left: 15px;
  }
}
.p-top-service .l-inner-lg {
  padding: 0 0;
}

.p-top-service__contents {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: auto;
  width: 100vw;
}

.p-top-service__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 76px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 60vh;
  position: relative;
}

.p-top-service__wrapper::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/service-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  bottom: -1092px;
  width: 768px;
  height: 1606px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-top-service__wrapper::after {
    background-image: url("../images/top/service-bg-sp.png");
    bottom: unset;
    width: 248px;
    height: 546px;
    z-index: -1;
    top: 22%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-top-service__wrapper::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgb(5, 63, 129)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgb(5, 63, 129) 50%);
  left: 36.6%;
  top: 227px;
  width: 140px;
  height: 2px;
  z-index: 2;
}

@media (max-width: 1440px) {
  .p-top-service__wrapper::before {
    width: 9.7222222222vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__wrapper::before {
    height: 72px;
    width: 2px;
    left: 33px;
    top: unset;
    bottom: 370px;
    background: linear-gradient(150deg, rgb(255, 255, 255) 50%, rgb(5, 63, 129) 50%);
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}

.p-top-service__imgarea {
  overflow: hidden;
  width: 41.5%;
  height: auto;
  aspect-ratio: 600/350;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-service__imgarea {
    aspect-ratio: 330/202;
    width: calc(100% - 45px);
  }
}
.p-top-service__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  will-change: transform;
}

.p-top-service__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.p-top-service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.p-top-service__scroll {
  position: relative;
  min-height: 384px;
  min-height: 24rem;
  place-items: center;
  overflow: hidden;
  width: 49%;
}

@media screen and (max-width: 768px) {
  .p-top-service__scroll {
    width: 100%;
  }
}
.p-top-service__body {
  margin: 0 auto;
  text-align: left;
  padding-top: 138px;
  padding-right: 60px;
}

@media screen and (max-width: 768px) {
  .p-top-service__body {
    padding-right: unset;
    padding-top: 26px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-top-service__indicator {
  position: absolute;
  top: 51%;
  right: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
  font-family: "Fugaz One", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-top-service__indicator {
    top: 98px;
    right: 17px;
    -webkit-transform: unset;
    transform: unset;
  }
}
.p-top-service__indicator span {
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-service__indicator span.-current {
  opacity: 1;
  font-weight: bold;
  color: #2a63a4;
}

.p-top-service__title {
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-service__title {
    gap: 10px;
    font-size: 20px;
  }
}
.p-top-service__title .-en {
  font-size: 40px;
  color: #2A63A4;
  font-family: "Fugaz One", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-top-service__title .-en {
    font-size: 30px;
  }
}
.p-top-service__text {
  font-size: 16px;
  line-height: 2.25;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .p-top-service__text {
    font-size: 14px;
  }
}
.p-top-service__button {
  margin: 40px 80px 0 auto;
}

@media screen and (max-width: 768px) {
  .p-top-service__button {
    margin: 30px 0 0 auto;
  }
}
*/
.p-top-service .p-top__title--lg, .p-top-service .p-top__title--sm {
  text-align: center;
}
.p-top-service {
  position: relative;
  padding: 181px 0 81px;
}
@media screen and (max-width: 1027px) {
  .p-top-service {
    padding: 350px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding: 150px 0 80px;
  }
}
.p-top-service::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/service-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  bottom: -1092px;
  width: 768px;
  height: 1606px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-service::after {
    background-image: url("../images/top/service-bg-sp.png");
    bottom: unset;
    width: 248px;
    height: 546px;
    z-index: -1;
    top: 47%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-top-service .swiper {
  position: relative;
  height: 24.3055555556vw;
  margin-top: 42px;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1160px) {
  .p-top-service .swiper {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service .swiper {
    height: 128vw;
  }
}
.p-top-service .swiper .swiper-button-next, .p-top-service .swiper .swiper-button-prev {
  top: 110px;
  right: 16px;
  border: 2px solid #2A63A4;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  rotate: 90deg;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top-service .swiper .swiper-button-next, .p-top-service .swiper .swiper-button-prev {
    width: 37px;
    height: 37px;
    top: 70px;
    right: 21px;
  }
}
.p-top-service .swiper .swiper-button-prev, .p-top-service .swiper .swiper-rtl .swiper-button-next {
  left: unset;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-service .swiper .swiper-button-prev, .p-top-service .swiper .swiper-rtl .swiper-button-next {
    top: 22px;
  }
}
.p-top-service .swiper .swiper-button-prev:after, .p-top-service .swiper .swiper-rtl.swiper-button-next:after, .p-top-service .swiper .swiper-button-next:after, .p-top-service .swiper .swiper-rtl .swiper-button-prev:after {
  content: "";
  background-image: url(../images/common/button_arrow.svg);
  background-size: contain;
  width: 17px;
  height: 7px;
}
@media screen and (max-width: 768px) {
  .p-top-service .swiper .swiper-button-prev:after, .p-top-service .swiper .swiper-rtl .swiper-button-next:after, .p-top-service .swiper .swiper-button-next:after, .p-top-service .swiper .swiper-rtl .swiper-button-prev:after {
    width: 12px;
    height: 5px;
  }
}
.p-top-service .swiper .swiper-button-prev:after, .p-top-service .swiper .swiper-rtl .swiper-button-next:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.p-top-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-service__img {
  width: 41.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-top-service__img {
    width: calc(100% - 80px);
  }
}
.p-top-service__img img {
  width: 100%;
  height: auto;
}
.p-top-service__content {
  padding: 25px 0 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-service__content {
    padding: 25px 16px 0 16px;
  }
}
.p-top-service__title {
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-service__title {
    gap: 10px;
    font-size: 20px;
  }
}
.p-top-service__title .-en {
  font-size: 40px;
  color: #2A63A4;
  font-family: "Fugaz One", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-top-service__title .-en {
    font-size: 30px;
  }
}
.p-top-service__text {
  font-size: 16px;
  line-height: 2.25;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-top-service__text {
    font-size: 14px;
  }
}
.p-top-service__button {
  margin: 32px 60px 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-service__button {
    margin: 30px 0 0 auto;
  }
}
.p-top-service__indicator {
  position: absolute;
  bottom: -56px;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
  font-family: "Fugaz One", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-top-service__indicator {
    -webkit-transform: unset;
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__indicator {
    bottom: unset;
    top: -70px;
    left: unset;
    right: 30px;
  }
}
.p-top-service__indicator span {
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top-service__indicator span.-current {
  opacity: 1;
  font-weight: bold;
  color: #2a63a4;
}

.p-top-works {
  background-image: url(../images/top/works-bg.png);
  background-size: cover;
  padding: 75px 0 80px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-works {
    padding: 48px 0 69px;
  }
}
.p-top-works__slider {
  padding: 50px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-works__slider {
    padding: 25px 0 0;
  }
}
.p-top-works__slider .swiper {
  margin: 0 calc(50% - 50vw) 0 0;
  width: 100vw;
}

.p-top-works__slider .swiper-button-next, .p-top-works__slider .swiper-button-prev {
  top: -8px;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-top-works__slider .swiper-button-next, .p-top-works__slider .swiper-button-prev {
    top: -21px;
    width: 37px;
    height: 37px;
  }
}
.p-top-works__slider .swiper-button-prev, .p-top-works__slider .swiper-rtl .swiper-button-next {
  left: unset;
  right: 78px;
}

@media screen and (max-width: 768px) {
  .p-top-works__slider .swiper-button-prev, .p-top-works__slider .swiper-rtl .swiper-button-next {
    right: 58px;
  }
}
.p-top-works__slider .swiper-button-next, .p-top-works__slider .swiper-rtl .swiper-button-prev {
  right: -2px;
}

@media screen and (max-width: 768px) {
  .p-top-works__slider .swiper-button-next, .p-top-works__slider .swiper-rtl .swiper-button-prev {
    right: -1px;
  }
}
.p-top-works__slider .swiper-button-prev:after, .p-top-works__slider .swiper-rtl .swiper-button-next:after, .p-top-works__slider .swiper-button-next:after, .p-top-works__slider .swiper-rtl .swiper-button-prev:after {
  content: "";
  background-image: url(../images/common/button_arrow-w.svg);
  background-size: contain;
  width: 17px;
  height: 7px;
}

@media screen and (max-width: 768px) {
  .p-top-works__slider .swiper-button-prev:after, .p-top-works__slider .swiper-rtl .swiper-button-next:after, .p-top-works__slider .swiper-button-next:after, .p-top-works__slider .swiper-rtl .swiper-button-prev:after {
    width: 12px;
    height: 5px;
  }
}
.p-top-works__slider .swiper-button-prev:after, .p-top-works__slider .swiper-rtl .swiper-button-next:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.p-top-works__item:nth-of-type(odd) {
  margin-top: 46px;
}

@media screen and (max-width: 768px) {
  .p-top-works__item:nth-of-type(odd) {
    margin-top: 30px;
  }
}
.p-top-works__item a {
  display: block;
}

.p-top-works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 380/220;
}

.p-top-works__body {
  background-color: #fff;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .p-top-works__body {
    padding: 8px 8px 0px;
  }
}
.p-top-works__title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}

@media screen and (max-width: 768px) {
  .p-top-works__title {
    font-size: 14px;
    line-height: 1.32;
  }
}
.p-top-works__time {
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-top-works__time {
    font-size: 12px;
  }
}
.p-top-works__button {
  margin: 50px 0 0 auto;
}

@media screen and (max-width: 768px) {
  .p-top-works__button {
    margin: 30px 0 0 auto;
  }
}
.p-top-partners {
  margin-top: -44px;
}

@media screen and (max-width: 768px) {
  .p-top-partners {
    margin-top: -21px;
  }
}
.p-top-partners__title {
  color: #fff;
  font-family: "Fugaz One", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-partners__title--lg {
  font-size: 50px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .p-top-partners__title--lg {
    font-size: 24px;
    letter-spacing: -0.01em;
  }
}
.p-top-partners__title--sm {
  font-size: 16px;
  margin-left: 14px;
}

@media screen and (max-width: 768px) {
  .p-top-partners__title--sm {
    font-size: 14px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-partners__title img {
    width: 22px;
  }
}
.p-top-partners__slider1 {
  margin-top: 38px;
}

@media screen and (max-width: 768px) {
  .p-top-partners__slider1 {
    margin-top: 10px;
  }
}
.p-top-partners__slider1 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media screen and (max-width: 768px) {
  .p-top-partners__slider1 .swiper-slide {
    width: 900px;
  }
}
.p-top-partners__slider2 {
  margin-top: 34px;
}

@media screen and (max-width: 768px) {
  .p-top-partners__slider2 {
    margin-top: 22px;
  }
}
.p-top-partners__slider2 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media screen and (max-width: 768px) {
  .p-top-partners__slider2 .swiper-slide {
    width: 900px;
  }
}
.p-top-partners__item img {
  width: 100%;
  height: auto;
}

.p-top-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 83px;
  padding: 152px 0 0;
}

@media screen and (max-width: 768px) {
  .p-top-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 90px;
    padding: 100px 0 0;
  }
}
.p-top-2col__item:first-of-type {
  width: 54%;
}

@media screen and (max-width: 768px) {
  .p-top-2col__item:first-of-type {
    width: 100%;
  }
}
.p-top-2col__item:last-of-type {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .p-top-2col__item:last-of-type {
    width: 100%;
  }
}
.p-top-2col__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .p-top-2col__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-top-media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 21px 30px;
}

@media screen and (max-width: 768px) {
  .p-top-media__list {
    gap: 9px 16px;
  }
}
.p-top-media__item {
  width: calc(50% - 15px);
  -webkit-box-shadow: 0px 0px 17px 0px rgba(85, 143, 189, .05);
  box-shadow: 0px 0px 17px 0px rgba(85, 143, 189, .05);
}

@media screen and (max-width: 768px) {
  .p-top-media__item {
    width: calc(50% - 8px);
  }
}
.p-top-media__item:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(76, 175, 255, .18);
  box-shadow: 0px 0px 25px 0px rgba(76, 175, 255, .18);
}

.p-top-media__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 300/180;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-top-media__img img {
    aspect-ratio: 169/100;
  }
}
.p-top-media__body {
  padding: 14px 15px 16px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-top-media__body {
    padding: 11px 9px 16px;
  }
}
.p-top-media__title {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .p-top-media__title {
    font-size: 14px;
    line-height: 1.4;
    white-space: unset;
    text-overflow: unset;
  }
}
.p-top-media__time {
  margin-top: 9px;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-top-media__time {
    font-size: 12px;
    margin-top: 3px;
  }
}
.p-top-media__button {
  color: #2A63A4;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .p-top-media__button p {
    font-size: 16px;
  }
}
.p-top-media__button::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/button_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 7px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-top-media__button:hover::after {
  right: 0;
}

.p-top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .p-top-news__list {
    gap: 20px;
  }
}
.p-top-news__item {
  width: 100%;
  background-color: #fff;
  border-bottom: #C5E2FB 2px solid;
  padding: 15px 15px 13px;
}

@media screen and (max-width: 768px) {
  .p-top-news__item {
    border-bottom: unset;
    padding: 9px 11px 10px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(76, 175, 255, .18);
    box-shadow: 0px 0px 8px 0px rgba(76, 175, 255, .18);
  }
}
.p-top-news__item:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(76, 175, 255, .18);
  box-shadow: 0px 0px 25px 0px rgba(76, 175, 255, .18);
}

.p-top-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

@media screen and (max-width: 768px) {
  .p-top-news__item a {
    gap: 11px;
  }
}
.p-top-news__img {
  width: 27.5%;
}

@media screen and (max-width: 768px) {
  .p-top-news__img {
    width: 100px;
  }
}
.p-top-news__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 150/80;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-top-news__img img {
    aspect-ratio: 100/53;
  }
}
.p-top-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-top-news__body {
    width: calc(100% - 111px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.p-top-news__body h3 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: -9px;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .p-top-news__body h3 {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: unset;
  }
}
.p-top-news__body time {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-top-news__body time {
    font-size: 12px;
    margin-top: 3px;
  }
}
.p-top-voice {
  margin: 135px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-voice {
    margin: 110px 0 0;
  }
}
.p-top-voice::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 6.25vw;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-top-voice::before {
    height: 16vw;
  }
}
.p-top-voice::before {
  top: -0.6944444444vw;
}

@media screen and (max-width: 768px) {
  .p-top-voice::before {
    top: -7.4666666667vw;
  }
}
.p-top-voice .p-top__title {
  margin: -10px auto 0;
  position: relative;
  z-index: 3;
}

.p-top-voice__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 47px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .p-top-voice__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-voice__head figure {
  width: 164px;
}

.p-top-voice__head figure img {
  width: 100%;
  height: auto;
}

.p-top-voice__head p {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-top-voice__head p {
    font-size: 14px;
    text-align: center;
  }
}
.p-top-voice__slider {
  margin: 50px calc(50% - 50vw) 0;
  padding-bottom: 42px;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .p-top-voice__slider {
    width: 100%;
    max-width: 375px;
    margin: 50px auto 0;
    padding-bottom: 40px;
  }
}
.p-top-voice__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #BCBCBC;
}

.p-top-voice__slider .swiper-pagination-bullet-active {
  background-color: #2969B2;
}

.p-top-voice__item {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(76, 175, 255, .18);
  box-shadow: 0px 0px 25px 0px rgba(76, 175, 255, .18);
  background-color: #fff;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-top-voice__item a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.p-top-voice__item img {
  width: 100%;
  height: auto;
}

.p-top-voice__item .-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-voice__item .-head > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-top-voice__item .-icon {
  width: 50px;
  height: 50px;
}

.p-top-voice__item .-icon img {
  width: 100%;
  height: auto;
}

.p-top-voice__item .-name {
  font-size: 16px;
}

.p-top-voice__item .-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 42px;
}

.p-top-voice__item .-bottom time {
  font-size: 14px;
  color: #b8c6d6;
}

.p-top-voice__item .-bottom figure {
  max-width: 100px;
}

.p-top-voice__item .-bottom figure img {
  width: 100%;
  height: auto;
}

.p-top-voice__item p {
  border-top: 2px solid #dce6f2;
  padding-top: 15px;
  margin-top: 20px;
  line-height: 1.3;
}

.p-top-member {
  padding: 162px 0 0;
}

@media screen and (max-width: 768px) {
  .p-top-member {
    padding: 149px 0 0;
  }
}
.p-top-member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-top-member__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    margin: 48px auto 0;
  }
}
.p-top-member__item {
  width: calc(33.33333% - 33.33333px);
}

@media screen and (max-width: 768px) {
  .p-top-member__item {
    width: 100%;
  }
}
.p-top-member__item:nth-of-type(1) {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-top-member__item:nth-of-type(1) {
    margin-top: unset;
  }
}
.p-top-member__item:nth-of-type(2) {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-top-member__item:nth-of-type(2) {
    margin-top: unset;
  }
}
.p-top-member__item {
  /*
  a{
    &:hover{
      .-before{
        opacity: 0;
      }
      .-after{
        opacity: 1;
      }
    }
  }
  */
}

.p-top-member__item:hover {
  position: relative;
}

.p-top-member__item:hover::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/hover_parts.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
  width: 384px;
  height: 227px;
}

@media screen and (max-width: 1440px) {
  .p-top-member__item:hover::after {
    width: 26.6666666667vw;
    height: 15.7638888889vw;
    bottom: -1.3888888889vw;
  }
}
.p-top-member__item:hover a {
  opacity: 1;
}

.p-top-member__item:hover .p-top-member__bg {
  rotate: 3.5deg;
}

.p-top-member__bg {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(38, 134, 209, .18);
  box-shadow: 0px 0px 17px 0px rgba(38, 134, 209, .18);
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-top-member__bg img {
  width: 100%;
  height: auto;
}

.p-top-member__img img {
  width: 100%;
  height: auto;
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  &.-before{
    transition: .4s;
    opacity: 1;
    z-index: 3;
  }
  &.-after{
    z-index: 2;
    opacity: 0;
  }
    */
}

.p-top-member__textwrap {
  margin-top: -92px;
  position: relative;
  z-index: 5;
  color: #fff;
  padding: 0 17px;
}

@media screen and (max-width: 768px) {
  .p-top-member__textwrap {
    padding: 0 14px;
    margin-top: -82px;
  }
}
.p-top-member__position {
  font-size: 16px;
  font-weight: 500;
}

.p-top-member__name {
  font-size: 30px;
  font-weight: 700;
  margin-top: 2px;
}

.p-top-member__text--sm {
  background-color: #313131;
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 23px;
  padding: 5px 9px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-top-member__text--sm {
    margin-top: 20px;
  }
}
.p-top-member__text--lg {
  font-size: 18px;
  font-weight: 500;
  background-color: #2A63A4;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  padding: 6px 10px;
  line-height: 1;
}

.p-top-member__button {
  margin: -9px 0 0 auto;
}

@media screen and (max-width: 768px) {
  .p-top-member__button {
    margin: 51px 0 0 auto;
  }
}
.p-top-recruit {
  padding-top: 115px;
  padding-bottom: 96px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-recruit::after {
    position: absolute;
    content: "";
    background-image: url("../images/top/bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    right: -267px;
    top: unset;
    bottom: -212px;
    width: 415px;
    height: 764px;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .p-top-recruit {
    padding-top: 145px;
    padding-bottom: 50px;
  }
}
.p-top-recruit__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 calc(50% - 50vw) 0 0;
}

@media screen and (max-width: 768px) {
  .p-top-recruit__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: unset;
  }
}
.p-top-recruit__head {
  width: 52.4%;
}

@media screen and (max-width: 768px) {
  .p-top-recruit__head {
    width: 100%;
  }
}
.p-top-recruit__text {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-top-recruit__text {
    font-size: 14px;
    line-height: 2.1428571429;
    margin-top: 20px;
  }
}
.p-top-recruit__button {
  margin-top: 74px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-top-recruit__button {
    margin-top: 44px;
  }
}
.p-top-recruit__img {
  margin-top: 5px;
  width: 46.3%;
  margin-right: -30px;
  position: relative;
}

.p-top-recruit__img::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: -333px;
  top: -205px;
  width: 737px;
  height: 814px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-top-recruit__img::after {
    contain: none;
    position: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-top-recruit__img {
    width: 100%;
    margin-right: unset;
    margin-top: 28px;
  }
}
.p-top-recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 600/335;
}

.p-talent-strengths {
  padding: 0 0 84px;
}

.p-talent-strengths__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
  counter-reset: number 0;
  margin-top: 83px;
}

@media screen and (max-width: 768px) {
  .p-talent-strengths__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 33px;
  }
}
.p-talent-strengths__item {
  width: calc(33.33333% - 26.66667px);
  min-width: 332px;
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  background-color: #fff;
  padding: 20px 10px 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-talent-strengths__item {
    width: 100%;
  }
}
.p-talent-strengths__item::after {
  position: absolute;
  content: "";
  left: 0;
  top: -18px;
  font-size: 48px;
  color: #3D87DD;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "Fugaz One", sans-serif;
}

.p-talent-strengths__item h3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-talent-strengths__item h3 {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.p-talent-strengths__item figure {
  margin-top: 21px;
}

.p-talent-strengths__item img {
  width: 100%;
  height: auto;
}

.p-talent-strengths__item P {
  line-height: 1.875;
  margin-top: 15px;
}

.p-talent-strengths__item P span {
  position: relative;
  z-index: 1;
}

.p-talent-strengths__item P span::after {
  position: absolute;
  content: "";
  background-color: #FFEBAC;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
}

.p-company {
  padding-top: 86px;
}

@media screen and (max-width: 768px) {
  .p-company {
    padding-top: 40px;
  }
}
.p-company-profile {
  padding-bottom: 236px;
}

@media screen and (max-width: 768px) {
  .p-company-profile {
    padding-bottom: 80px;
  }
}
.p-company-profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-company-profile__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-company-profile__table {
  width: 100%;
  margin: 55px auto 0;
  max-width: 903px;
}

@media screen and (max-width: 768px) {
  .p-company-profile__table {
    margin: 30px auto 0;
  }
}
.p-company-profile__table dt {
  color: #2A63A4;
  font-size: 16px;
  font-weight: 700;
  width: 193px;
  padding-top: 12px;
  padding-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .p-company-profile__table dt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}
.p-company-profile__table dt span {
  font-size: 24px;
  display: block;
  margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
  .p-company-profile__table dt span {
    display: inline-block;
  }
}
.p-company-profile__table dd {
  width: calc(100% - 193px);
  padding-left: 35px;
  padding-top: 12px;
  padding-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-company-profile__table dd {
    width: 100%;
    position: unset;
    padding-left: unset;
  }
}
.p-company-profile__table dd::after {
  position: absolute;
  content: "";
  background-color: #ddd;
  width: 2px;
  height: calc(100% + 80px);
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .p-company-profile__table dd::after {
    position: unset;
    content: none;
  }
}
.p-company-profile__table dd p {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-company-profile__table dd p {
    font-size: 14px;
  }
}
.p-company-profile__table dd.-last::after {
  height: 100%;
}

.p-company-officemap {
  margin: 0 calc(50% - 50vw);
  padding: 88px calc(50vw - 50%) 70px;
  width: 100vw;
  background-color: #EAEFF6;
}

@media screen and (max-width: 768px) {
  .p-company-officemap {
    padding: 60px calc(50vw - 50%) 60px;
  }
}
.p-company-officemap__img {
  margin-top: 10px;
}

.p-company-officemap img {
  width: 100%;
  height: auto;
}

.p-company-map {
  max-width: 1000px;
  padding: 74px 0 93px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-company-map {
    padding: 60px 0 60px;
  }
}
.p-company-map__wrap {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 768px) {
  .p-company-map__wrap {
    height: 200px;
  }
}
.p-company-map__wrap iframe {
  width: 100%;
  height: 100%;
}

.p-company-map p {
  margin-top: 20px;
  line-height: 1.5;
}

.p-recruit {
  padding-top: 97px;
}

@media screen and (max-width: 768px) {
  .p-recruit {
    padding-top: 60px;
  }
}
.p-recruit-about__text {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-recruit-about__text {
    text-align: left;
  }
}
.p-recruit-eyecatch {
  margin: 45px calc(50% - 50vw) 0;
  width: 100vw;
}

.p-recruit-eyecatch img {
  width: 100%;
  height: auto;
}

.p-recruit-values {
  padding: 77px 0 117px;
}

@media screen and (max-width: 768px) {
  .p-recruit-values {
    padding: 60px 0 60px;
  }
}
.p-recruit-values__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin-top: 72px;
}

@media screen and (max-width: 768px) {
  .p-recruit-values__list {
    margin-top: 30px;
  }
}
.p-recruit-values__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-recruit-values__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.p-recruit-values__title {
  font-size: 32px;
  font-weight: 700;
  width: 36.5%;
}

@media screen and (max-width: 768px) {
  .p-recruit-values__title {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
}
.p-recruit-values__text {
  width: 63.6%;
}

@media screen and (max-width: 768px) {
  .p-recruit-values__text {
    width: 100%;
  }
}
.p-recruit-requirements {
  background-color: #EAEFF6;
  margin: 0 calc(50% - 50vw);
  padding: 95px calc(50vw - 50%) 150px;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .p-recruit-requirements {
    padding: 60px calc(50vw - 50%) 60px;
  }
}
.p-recruit-requirements__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 111px;
  max-width: 1000px;
  margin: 103px auto 0;
}

@media screen and (max-width: 768px) {
  .p-recruit-requirements__list {
    margin: 50px auto 0;
  }
}
.p-recruit-requirements__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 49px 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-recruit-requirements__item {
    padding: 40px 20px 20px;
  }
}
.p-recruit-requirements__title {
  background-color: #2B63A4;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  max-width: 455px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-recruit-requirements__title {
    font-size: 16px;
    max-width: 300px;
  }
}
.p-recruit-requirements__table {
  width: 100%;
}

.p-recruit-requirements__table th {
  font-size: 16px;
  font-weight: 600;
  color: #2B63A4;
  width: 147px;
  padding: 29px 1px 7px;
}

@media screen and (max-width: 768px) {
  .p-recruit-requirements__table th {
    display: block;
    width: 100%;
    padding: 10px 1px 0px;
  }
}
.p-recruit-requirements__table td {
  line-height: 1.5;
  border-bottom: 2px #CED8E5 solid;
  padding: 27px 13px 7px;
  width: calc(100% - 147px);
}

@media screen and (max-width: 768px) {
  .p-recruit-requirements__table td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px 0 7px;
  }
}
.p-recruit-requirements__button {
  max-width: 300px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .p-recruit-requirements__button {
    max-width: 250px;
  }
}
.p-works-archive {
  padding: 62px 0 98px;
}

.p-works-archive__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  margin-bottom: 35px;
}

.p-works-archive__tabitem {
  width: calc(33.33333% - 1.33333px);
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e5ecf7;
  color: #3586cb;
  font-size: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  .p-works-archive__tabitem {
    font-size: 12px;
    text-align: center;
  }
}
.p-works-archive__tabitem.-current {
  color: #fff;
  background-color: #2a63a4;
}

.p-works-archive__tabitem:hover {
  color: #fff;
  background-color: #2a63a4;
  opacity: 1;
}

.p-works-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px 31px;
  padding: 0 20px 80px;
}

@media screen and (max-width: 768px) {
  .p-works-archive__list {
    padding: 0 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
}
.p-works-archive__item {
  width: calc(33.33333% - 20.66667px);
}

@media screen and (max-width: 768px) {
  .p-works-archive__item {
    width: 100%;
  }
}
.p-works-archive__img img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-works-archive__title {
  font-size: 16px;
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .p-works-archive__title {
    font-size: 14px;
  }
}
.p-works-archive__cate {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.p-works-archive__cate li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 50px;
  background-color: #2a63a4;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-works-archive__cate li {
    font-size: 10px;
  }
}
.p-works-single {
  padding: 55px 0 82px;
}

.p-works-single__title {
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-works-single__title {
    font-size: 20px;
    text-align: left;
  }
}
.p-works-single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
  margin-top: 98px;
}

@media screen and (max-width: 768px) {
  .p-works-single__head {
    margin-top: 45px;
  }
}
.p-works-single__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.p-works-single__cate li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  padding: 5px 40px;
  border-radius: 50px;
  background-color: #2a63a4;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-works-single__cate li {
    font-size: 10px;
  }
}
.p-works-single__time {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-works-single__time {
    font-size: 14px;
  }
}
.p-works-single__img {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-works-single__img {
    margin-top: 15px;
  }
}
.p-works-single__img img {
  width: 100%;
  height: auto;
}

.p-works-single__contents {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .p-works-single__contents {
    margin-top: 15px;
  }
}
.p-works-single__contents > p {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .p-works-single__contents > p {
    font-size: 14px;
  }
}
.p-works-single__contents a {
  text-decoration: underline;
  color: #2A63A4;
  margin-bottom: 1em;
}

.p-works-single__contents ul {
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 1em;
}

.p-works-single__contents ul li {
  font-size: 16px;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-works-single__contents ul li {
    font-size: 14px;
  }
}
.p-works-single__button {
  margin: 106px auto 0;
}

@media screen and (max-width: 768px) {
  .p-works-single__button {
    margin: 50px auto 0;
  }
}
.p-privacy {
  padding: 79px 0 100px;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-privacy {
    padding: 40px 0 50px;
  }
}
.p-privacy__lead {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-privacy__lead {
    font-size: 14px;
  }
}
.p-privacy__table {
  margin-top: 82px;
}

@media screen and (max-width: 768px) {
  .p-privacy__table {
    margin-top: 40px;
  }
}
.p-privacy__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-privacy__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-privacy__section + .p-privacy__section {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-privacy__section + .p-privacy__section {
    padding-top: 40px;
  }
}
.p-privacy__section dt {
  color: #2A63A4;
  font-size: 16px;
  font-weight: 700;
  width: 280px;
}

@media screen and (max-width: 768px) {
  .p-privacy__section dt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}
.p-privacy__section dt span {
  font-size: 24px;
  display: block;
  margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
  .p-privacy__section dt span {
    display: inline-block;
  }
}
.p-privacy__section dd {
  font-size: 16px;
  line-height: 1.5;
  width: calc(100% - 280px);
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 23px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-privacy__section dd {
    width: 100%;
    position: unset;
    padding-left: unset;
    font-size: 14px;
  }
}
.p-privacy__section dd::after {
  position: absolute;
  content: "";
  background-color: #ddd;
  width: 1px;
  height: calc(100% + 80px);
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .p-privacy__section dd::after {
    position: unset;
    content: none;
  }
}
.p-privacy__section dd.-last::after {
  height: 100%;
}

.p-privacy__date {
  margin: 47px -10px 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}

.p-contact {
  padding: 79px 0 0;
}

@media screen and (max-width: 768px) {
  .p-contact {
    padding: 40px 0 0;
  }
}
.p-contact__lead {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-contact__lead {
    text-align: left;
  }
}
.p-contact__section {
  background-color: #f0f4f8;
  margin: 42px calc(50% - 50vw) 0;
  padding: 45px calc(50vw - 50%) 78px;
  width: 100vw;
}

.p-contact__maintitle {
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-contact__maintitle {
    font-size: 18px;
  }
}
.p-contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 27px;
  background-color: rgba(255, 255, 255, .6);
  border-radius: 10px;
  padding: 48px 50px 50px 48px;
  margin: 48px auto 0;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .p-contact__form {
    padding: 40px 15px 60px;
    margin: 20px auto 0;
  }
}
.p-contact__form .js-topic-group .p-contact__item + .p-contact__item {
  margin-top: 20px;
}

.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}
.p-contact__item.-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-contact__title {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  width: 291px;
}

@media screen and (max-width: 768px) {
  .p-contact__title {
    width: 100%;
    font-size: 14px;
  }
}
.p-contact__rec {
  background-color: #2A63A4;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 17px;
  border-radius: 50px;
}

.p-contact__inputarea {
  width: calc(100% - 291px);
}

@media screen and (max-width: 768px) {
  .p-contact__inputarea {
    width: 100%;
  }
}
.p-contact__inputarea > input, .p-contact__inputarea textarea {
  background-color: #fff;
  border: #6081A2 1px solid;
  border-radius: 4px;
  width: 100%;
  padding: 14px 9px 16px;
}

@media screen and (max-width: 768px) {
  .p-contact__inputarea > input, .p-contact__inputarea textarea {
    padding: 10px 10px 10px;
  }
}
.p-contact__inputarea > input::-webkit-input-placeholder, .p-contact__inputarea textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #A8A8A8;
}

.p-contact__inputarea > input::-moz-placeholder, .p-contact__inputarea textarea::-moz-placeholder {
  font-size: 16px;
  color: #A8A8A8;
}

.p-contact__inputarea > input::-ms-input-placeholder, .p-contact__inputarea textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #A8A8A8;
}

.p-contact__inputarea > input::placeholder, .p-contact__inputarea textarea::placeholder {
  font-size: 16px;
  color: #A8A8A8;
}

@media screen and (max-width: 768px) {
  .p-contact__inputarea > input::-webkit-input-placeholder, .p-contact__inputarea textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .p-contact__inputarea > input::-moz-placeholder, .p-contact__inputarea textarea::-moz-placeholder {
    font-size: 14px;
  }
  .p-contact__inputarea > input::-ms-input-placeholder, .p-contact__inputarea textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .p-contact__inputarea > input::placeholder, .p-contact__inputarea textarea::placeholder {
    font-size: 14px;
  }
}
.p-contact__inputarea textarea {
  min-height: 200px;
}

.p-contact__inputarea.-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}

.p-contact__inputarea.-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-contact__inputarea.-col2 > input {
  width: calc(50% - 5px);
}

.p-contact__inputarea input[type=radio] {
  position: relative;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-contact__inputarea input[type=radio]:checked {
  border: 1px solid #005ab4;
}

.p-contact__inputarea input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #005ab4;
  content: "";
}

.p-contact__inputarea .wpcf7-list-item {
  margin-left: unset;
}

@media screen and (max-width: 768px) {
  .p-contact__inputarea .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.p-contact__privacy {
  font-size: 16px;
  text-align: center;
  margin-top: 21px;
}

.p-contact__privacy a {
  color: #2a63a4;
  padding-bottom: 5px;
  position: relative;
}

.p-contact__privacy a::after {
  position: absolute;
  content: "";
  background: #2a63a4;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}

.p-contact__privacy input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #6081A2;
  border-radius: 4px;
  background-color: #fff;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 9px;
}

.p-contact__privacy input[type=checkbox]:checked:before {
  position: absolute;
  top: 3px;
  left: 6px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #6081A2;
  border-bottom: 2px solid #6081A2;
  content: "";
}

.p-contact__button {
  margin: 10px auto 0;
  padding-right: 0;
  padding-left: 10px;
}

.p-contact__button p {
  width: 100%;
  height: 100%;
  text-align: center;
}

.p-contact__button svg {
  top: 32px;
  right: 24px;
}

.p-contact__button input {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.5em;
  font-size: 18px;
  font-weight: 400;
}

.p-about__title--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0 10px;
}

@media screen and (max-width: 768px) {
  .p-about__title--wrap {
    gap: 5px;
  }
}
.p-about__title svg {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .p-about__title svg {
    width: 24px;
    height: 20px;
  }
}
.p-about__title .-en {
  font-size: 48px;
  font-family: "Fugaz One", sans-serif;
  color: #2A63A4;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .p-about__title .-en {
    font-size: 24px;
  }
}
.p-about__title .-ja {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: -4px 0 0 0;
}

@media screen and (max-width: 768px) {
  .p-about__title .-ja {
    font-size: 12px;
    margin: 4px 0px 0;
  }
}
.p-about__title .-fs32 {
  font-size: 32px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .p-about__title .-fs32 {
    font-size: 16px;
  }
}
.p-about__title .-fs24 {
  font-size: 24px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .p-about__title .-fs24 {
    font-size: 16px;
  }
}
.p-about-service {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .p-about-service {
    padding-top: 10px;
  }
}
.p-about-service__text {
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .p-about-service__text {
    margin-top: 20px;
    text-align: left;
  }
}
.p-about-service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 77px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-about-service__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 79px;
    margin-top: 67px;
  }
}
.p-about-service__contents > svg {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .p-about-service__contents > svg {
    width: 95px;
    top: 53.4%;
  }
}
.p-about-service__wrap {
  background-color: #EAEFF6;
  width: calc(50% - 20px);
  padding: 63px 40px 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-about-service__wrap {
    width: 100%;
    padding: 55px 22px 82px;
  }
  .p-about-service__wrap:nth-of-type(2) {
    padding: 59px 22px 45px;
  }
}
.p-about-service__wrap h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -16px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-about-service__wrap h3 {
    font-size: 20px;
    top: -11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-about-service__wrap svg {
    width: 31px;
    height: 23px;
  }
}
.p-about-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 29px 20px;
}

.p-about-service__item {
  width: calc(50% - 10px);
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  padding: 0 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-about-service__item {
    width: 100%;
    min-height: 160px;
  }
}
.p-about-service__item--title {
  background-color: #2A63A4;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  max-width: 230px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -10px auto 0;
  padding: 5px 10px;
  text-align: center;
}

.p-about-service__item--text {
  font-size: 16px;
  line-height: 1.1875;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-about-service__item--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-height: 87px;
}

.p-about-service__item--img img {
  width: 100%;
  height: auto;
}

.p-about-service__item.-item1 .p-about-service__item--img img {
  max-width: 67px;
}

.p-about-service__item.-item2 .p-about-service__item--img img {
  max-width: 47px;
}

.p-about-service__item.-item3 .p-about-service__item--img {
  padding-top: 8px;
}

.p-about-service__item.-item3 .p-about-service__item--img img {
  max-width: 80px;
}

.p-about-service__item.-item4 .p-about-service__item--img {
  padding-top: 8px;
}

.p-about-service__item.-item4 .p-about-service__item--img img {
  max-width: 53px;
}

.p-about-service__item.-item5 {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .p-about-service__item.-item5 {
    margin: 0 0;
  }
}
.p-about-service__item.-item5 .p-about-service__item--img {
  padding-top: 7px;
}

.p-about-service__item.-item5 .p-about-service__item--img img {
  max-width: 64px;
}

.p-about-service__item.-item6 .p-about-service__item--img {
  padding-top: 8px;
}

.p-about-service__item.-item6 .p-about-service__item--img img {
  max-width: 58px;
}

.p-about-service__item.-item7 .p-about-service__item--img {
  padding-top: 15px;
}

.p-about-service__item.-item7 .p-about-service__item--img img {
  max-width: 50px;
}

.p-about-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 49px;
  padding-top: 103px;
}

@media screen and (max-width: 768px) {
  .p-about-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    gap: 30px;
  }
}
.p-about-about__title {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}

@media screen and (max-width: 768px) {
  .p-about-about__title {
    font-size: 20px;
    gap: 4px;
  }
}
.p-about-about__title span {
  background-color: #2C2C2C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 13px 11px 6px;
}

@media screen and (max-width: 768px) {
  .p-about-about__title span {
    padding: 6px 13px 5px 6px;
  }
}
.p-about-about__head {
  width: 50%;
  padding-top: 8px;
}

@media screen and (max-width: 768px) {
  .p-about-about__head {
    width: 100%;
  }
}
.p-about-about__img {
  margin-right: calc(50% - 50vw);
  width: 54%;
  display: block;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(38, 134, 209, .1);
  box-shadow: 2px 2px 20px 0px rgba(38, 134, 209, .1);
}

@media screen and (max-width: 768px) {
  .p-about-about__img {
    margin-right: unset;
    width: 100%;
  }
}
.p-about-about__img img {
  width: 100%;
  height: auto;
}

.p-about-about__text {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .p-about-about__text {
    margin-top: 20px;
    gap: 24px;
  }
}
.p-about-reason {
  padding-top: 107px;
  padding-bottom: 13.8888888889vw;
}

@media screen and (max-width: 768px) {
  .p-about-reason {
    padding-top: 80px;
    padding-bottom: 28vw;
  }
}
.p-about-reason__title span {
  font-size: 64px;
  font-family: "Fugaz One", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-about-reason__title span {
    font-size: 36px;
  }
}
.p-about-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 30px;
  counter-reset: number 0;
  margin-top: 52px;
}

@media screen and (max-width: 768px) {
  .p-about-reason__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
    gap: 35px;
  }
}
.p-about-reason__item {
  -webkit-box-shadow: 2px 2px 20px 0px rgba(38, 134, 209, .1);
  box-shadow: 2px 2px 20px 0px rgba(38, 134, 209, .1);
  position: relative;
  padding-top: 33px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-about-reason__item {
    padding-top: 19px;
    padding-bottom: 20px;
  }
}
.p-about-reason__item::after {
  position: absolute;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-size: 48px;
  font-family: "Fugaz One", sans-serif;
  left: 5px;
  top: -9px;
  color: #2A63A4;
}

@media screen and (max-width: 768px) {
  .p-about-reason__item::after {
    font-size: 32px;
    left: 0;
  }
}
.p-about-reason__item.-col2 {
  width: calc(50% - 15px);
}

.p-about-reason__item.-col2 .p-about-reason__item--title {
  max-width: 459px;
}

@media screen and (max-width: 768px) {
  .p-about-reason__item.-col2 .p-about-reason__item--title {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-reason__item.-col2 {
    width: 100%;
  }
}
.p-about-reason__item.-col3 {
  width: calc(33.33333% - 20px);
}

.p-about-reason__item.-col3 .p-about-reason__item--title {
  max-width: 390px;
}

@media screen and (max-width: 768px) {
  .p-about-reason__item.-col3 .p-about-reason__item--title {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-reason__item.-col3 {
    width: 100%;
  }
}
.p-about-reason__item--title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(260deg, rgb(255, 255, 255) 0%, rgb(77, 124, 179) 59%, rgb(43, 99, 164) 100%);
  width: 100%;
  padding: 6px 28px 4px 28px;
}

@media screen and (max-width: 768px) {
  .p-about-reason__item--title {
    font-size: 16px;
    line-height: 1;
    padding: 6px 22px 8px 22px;
  }
}
.p-about-reason__item--text {
  padding: 14px 24px 0;
}

@media screen and (max-width: 768px) {
  .p-about-reason__item--text {
    padding: 10px 15px 0;
  }
}
.p-about-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-about-mission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 70px;
  }
}
.p-about-mission__head {
  width: 46%;
  padding-top: 55px;
}

@media screen and (max-width: 768px) {
  .p-about-mission__head {
    width: 100%;
    padding-top: unset;
  }
}
.p-about-mission__img {
  margin-right: calc(50% - 50vw);
  width: 43.3%;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-about-mission__img {
    width: 108%;
    margin: 5px -16px 0;
  }
}
.p-about-mission__img img {
  width: 100%;
  height: auto;
}

.p-about-mission__text {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .p-about-mission__text {
    margin-top: 22px;
  }
}
.p-about-vision {
  padding-top: 31px;
}

.p-about-vision__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 23px 33px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 46px;
}

@media screen and (max-width: 768px) {
  .p-about-vision__contents {
    margin-top: 40px;
    gap: 34px;
  }
}
.p-about-vision__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  max-width: 936px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-about-vision__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    gap: 56px;
  }
}
.p-about-vision__item {
  background-color: #fff;
  width: calc(33.33333% - 12px);
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
}

.p-about-vision__item:not(:last-of-type) {
  position: relative;
}

.p-about-vision__item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  background-image: url("../images/about/vision.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: -30px;
  bottom: 43px;
  z-index: 3;
  width: 42px;
  height: 42px;
}

@media screen and (max-width: 768px) {
  .p-about-vision__item:not(:last-of-type)::after {
    right: unset;
    left: 50%;
    bottom: -32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-about-vision__item {
    width: 100%;
  }
}
.p-about-vision__item h3 {
  font-size: 24px;
  font-weight: 900;
  background-color: #2A63A4;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -10px 20px 0;
  padding: 3px 10px 0px;
}

@media screen and (max-width: 768px) {
  .p-about-vision__item h3 {
    font-size: 16px;
    margin: -10px 50px 0;
    padding: 3px 10px 1px;
  }
}
.p-about-vision__item ul {
  width: 100%;
  margin: 20px auto 24px;
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  .p-about-vision__item ul {
    margin: 12px auto 14px;
    max-width: 200px;
  }
}
.p-about-vision__item li {
  font-size: 16px;
  line-height: 1.5625;
}

@media screen and (max-width: 768px) {
  .p-about-vision__item li {
    font-size: 14px;
    line-height: 1.7;
  }
}
.p-about-vision__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .p-about-vision__text {
    gap: 6px;
    margin-left: -8px;
  }
}
.p-about-vision__text .-md {
  font-size: 32px;
  font-weight: 700;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .p-about-vision__text .-md {
    font-size: 18px;
  }
}
.p-about-vision__text .-lg {
  font-size: 80px;
  font-family: "Fugaz One", sans-serif;
  color: #2A63A4;
  display: block;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .p-about-vision__text .-lg {
    font-size: 48px;
  }
}
.p-about-vision__text .-sm {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  .p-about-vision__text .-sm {
    font-size: 14px;
  }
}
.p-about-value {
  padding-top: 110px;
  padding-bottom: 8.3333333333vw;
}

@media screen and (max-width: 768px) {
  .p-about-value {
    padding-top: 55px;
    padding-bottom: 19.2vw;
  }
}
.p-about-value__contents {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  padding: 62px 50px 37px 48px;
  margin-top: 65px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-about-value__contents {
    padding: 50px 15px 32px 15px;
    margin-top: 50px;
  }
}
.p-about-value__title {
  background-color: #2A63A4;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  top: -24px;
  padding: 9px 43px;
}

@media screen and (max-width: 768px) {
  .p-about-value__title {
    font-size: 16px;
    padding: 8px 16px;
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 315px;
    width: 100%;
  }
}
.p-about-value__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 39px 22px;
  counter-reset: number 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-about-value__list {
    gap: 11px 9px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-about-value__item {
  width: 150px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F0F6FF;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-about-value__item {
    width: calc(33.33333% - 6px);
    height: 80px;
  }
  .p-about-value__item:nth-of-type(4), .p-about-value__item:nth-of-type(9) {
    margin-left: 10px;
  }
  .p-about-value__item:nth-of-type(5), .p-about-value__item:nth-of-type(10) {
    margin-right: 10px;
  }
}
.p-about-value__item::after {
  position: absolute;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  left: 0;
  top: -12px;
  font-size: 40px;
  font-family: "Fugaz One", sans-serif;
  color: #C6D9EF;
}

@media screen and (max-width: 768px) {
  .p-about-value__item::after {
    font-size: 20px;
    top: -9px;
  }
}
.p-about-value__item::before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: rgba(198, 217, 239, .2);
  width: 100%;
  height: 100%;
}

.p-about-value__item span {
  font-size: 14px;
  line-height: 1.2142857143;
  text-align: center;
  max-width: 124px;
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-about-value__item span {
    font-size: 12px;
  }
}
.p-about-value__text {
  font-weight: 500;
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .p-about-value__text {
    margin-top: 25px;
  }
}
.p-about-message {
  padding-top: 200px;
  padding-bottom: 160px;
  position: relative;
}

.p-about-message::after {
  position: absolute;
  content: "";
  background-image: url("../images/about/message-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: -290px;
  bottom: -92px;
  width: 551px;
  height: 503px;
}

@media screen and (max-width: 768px) {
  .p-about-message::after {
    width: 323px;
    height: 295px;
    right: -133px;
    bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-message {
    padding-top: 128px;
    padding-bottom: 77px;
  }
}
.p-about-message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-about-message__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    gap: 44px;
  }
}
.p-about-message__head {
  width: 28%;
  margin-top: -9px;
}

@media screen and (max-width: 768px) {
  .p-about-message__head {
    width: 100%;
    max-width: 287px;
    margin: 0 auto;
  }
}
.p-about-message__head img {
  width: 100%;
  height: auto;
}

.p-about-message__head figcaption {
  display: block;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-about-message__head figcaption {
    font-size: 14px;
    margin-top: 11px;
    margin-left: -2px;
  }
}
.p-about-message__text {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .p-about-message__text {
    width: 100%;
    gap: 24px;
    margin: 0 7px;
  }
}
.p-marketing__lead {
  font-size: 16px;
  line-height: 2.5;
  font-weight: 700;
  text-align: center;
  margin-top: 68px;
  position: absolute;
  bottom: 117px;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-marketing__lead {
    font-size: 14px;
    bottom: 58px;
  }
}
.p-marketing__lead span {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  position: relative;
  z-index: 1;
  display: block;
  margin: -6px 0 7px;
}

@media screen and (max-width: 768px) {
  .p-marketing__lead span {
    font-size: 16px;
    margin: 0px 0 4px;
  }
}
.p-marketing__lead span::after {
  position: absolute;
  content: "";
  background: #FFEBAC;
  width: 95%;
  height: 20px;
  left: 50%;
  bottom: -3px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-marketing__lead span::after {
    height: 16px;
    bottom: -6px;
  }
}
.p-marketing-about {
  padding-bottom: 135px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about {
    padding-bottom: 37px;
  }
}
.p-marketing-about__list {
  margin-top: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__list {
    margin-top: 28px;
    gap: 42px;
  }
}
.p-marketing-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.91%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.p-marketing-about__item:nth-last-of-type(even) {
  gap: 49px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-last-of-type(even) {
    gap: 20px;
  }
}
.p-marketing-about__item:nth-last-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-last-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-marketing-about__item:nth-child(2) {
  gap: 9%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(2) {
    gap: 20px;
  }
}
.p-marketing-about__item:nth-child(2) .p-marketing-about__head {
  width: 41.6%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(2) .p-marketing-about__head {
    width: 100%;
  }
}
.p-marketing-about__item:nth-child(2) .p-marketing-about__body {
  width: 49.38%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(2) .p-marketing-about__body {
    width: 100%;
  }
}
.p-marketing-about__item:nth-child(4) {
  gap: 5%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(4) {
    gap: 20px;
  }
}
.p-marketing-about__item:nth-child(4) .p-marketing-about__head {
  width: 47%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(4) .p-marketing-about__head {
    width: 100%;
  }
}
.p-marketing-about__item:nth-child(4) .p-marketing-about__body {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(4) .p-marketing-about__body {
    width: 100%;
  }
}
.p-marketing-about__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 10px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item ul {
    margin-top: 24px;
    gap: 8px 6px;
  }
}
.p-marketing-about__item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  height: 30px;
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li {
    font-size: 11px;
  }
}
.p-marketing-about__item li.-w1 {
  min-width: 120px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.-w1 {
    min-width: 68px;
  }
}
.p-marketing-about__item li.-w2 {
  min-width: 130px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.-w2 {
    min-width: 79px;
  }
}
.p-marketing-about__item li.-w3 {
  min-width: 80px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.-w3 {
    min-width: 40px;
  }
}
.p-marketing-about__item li.-w4 {
  min-width: 160px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.-w4 {
    min-width: 102px;
  }
}
.p-marketing-about__item li.-w5 {
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.-w5 {
    min-width: 137px;
  }
}
.p-marketing-about__item li.u-md-only--flex {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-marketing-about__item li.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.u-md-hidden--flex {
    display: none;
  }
}
.p-marketing-about__head {
  width: 42.97%;
}

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

.p-marketing-about__body {
  width: 53.13%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__body {
    width: 100%;
  }
}
.p-marketing-about__title {
  font-size: 32px;
  font-weight: 900;
  color: #2A63A4;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__title {
    font-size: 18px;
  }
}
.p-marketing-about__text {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__text {
    margin-top: 11px;
  }
}
.p-marketing-about__img {
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__img {
    margin-top: 20px;
  }
}
.p-marketing-about__img img {
  width: 100%;
  height: auto;
}

.p-marketing-case {
  background-color: #EAEFF6;
  margin: 0 calc(50% - 50vw);
  padding: 78px calc(50vw - 50%) 233px;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .p-marketing-case {
    padding: 33px calc(50vw - 50%) 103px;
  }
}
.p-marketing-case__list {
  margin-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 105px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__list {
    margin-top: 30px;
    gap: 65px;
  }
}
.p-marketing-case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75%;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.p-marketing-case__head {
  width: 42.97%;
}

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

.p-marketing-case__body {
  width: 53.28%;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__body {
    width: 100%;
  }
}
.p-marketing-case__title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(260deg, rgb(200, 215, 231) 0%, rgb(77, 124, 179) 59%, rgb(43, 99, 164) 100%);
  padding: 5px 12px 5px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__title {
    font-size: 16px;
    padding: 5px 9px 5px;
  }
}
.p-marketing-case__text {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__text {
    margin-top: 20px;
    gap: 24px;
  }
}
.p-marketing-case-ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  max-width: 650px;
  margin-top: 31px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba {
    gap: 12px;
    margin-top: 23px;
  }
}
.p-marketing-case-ba__item {
  width: calc(50% - 14.5px);
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba__item {
    width: calc(50% - 6px);
  }
}
.p-marketing-case-ba__item.-before .p-marketing-case-ba__head {
  background-color: #787878;
}

.p-marketing-case-ba__item.-before .p-marketing-case-ba__body {
  border-left: #D9D9D9 2px solid;
  border-right: #D9D9D9 2px solid;
  border-bottom: #D9D9D9 2px solid;
  position: relative;
}

.p-marketing-case-ba__item.-before .p-marketing-case-ba__body::after {
  position: absolute;
  content: "";
  background-image: url("../images/marketing/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: -23px;
  top: 39%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 52px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba__item.-before .p-marketing-case-ba__body::after {
    width: 25px;
    height: 12px;
    right: -11px;
  }
}
.p-marketing-case-ba__item.-after .p-marketing-case-ba__head {
  background-color: #2B63A4;
}

.p-marketing-case-ba__item.-after .p-marketing-case-ba__body {
  border-left: #2B63A4 2px solid;
  border-right: #2B63A4 2px solid;
  border-bottom: #2B63A4 2px solid;
}

.p-marketing-case-ba__item li {
  font-size: 16px;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba__item li {
    font-size: 8px;
  }
}
.p-marketing-case-ba__item li span {
  position: relative;
  z-index: 1;
}

.p-marketing-case-ba__item li span::after {
  position: absolute;
  content: "";
  background-color: #FFEBAC;
  left: 0;
  bottom: 0;
  height: 10px;
  width: 100%;
  z-index: -1;
}

.p-marketing-case-ba__head {
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  padding: 6px 10px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba__head {
    font-size: 11px;
  }
}
.p-marketing-case-ba__head span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba__head span {
    font-size: 12px;
  }
}
.p-marketing-case-ba__body {
  border-radius: 0 0 10px 10px;
  background-color: rgba(255, 255, 255, .8);
  padding: 5px 10px 11px;
}

.p-marketing-case-bottom1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2.66%;
  margin-top: 21px;
  max-width: 639px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom1 {
    margin-top: 11px;
  }
}
.p-marketing-case-bottom1__img {
  width: 77.81%;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom1__img {
    width: 72.81%;
  }
}
.p-marketing-case-bottom1__img img {
  width: 100%;
  height: auto;
}

.p-marketing-case-bottom1__text {
  width: 19.53%;
  font-size: 12px;
  line-height: 1.6666666667;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom1__text {
    font-size: 8px;
    width: 24.53%;
  }
}
.p-marketing-case-bottom2 {
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2 {
    margin-top: 20px;
  }
}
.p-marketing-case-bottom2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__list {
    gap: 3px;
  }
}
.p-marketing-case-bottom2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-marketing-case-bottom2__item p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 10px;
  border: 1px solid #3D87DD;
  width: calc(100% - 91px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 18px;
  max-width: 554px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__item p {
    width: calc(97% - 48px);
    font-size: 8px;
    padding: 5px 10px;
    border-radius: 8px;
  }
}
.p-marketing-case-bottom2__icon1 {
  width: 91px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__icon1 {
    width: 48px;
  }
}
.p-marketing-case-bottom2__icon1 img {
  max-width: 78px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__icon1 img {
    max-width: 44px;
  }
}
.p-marketing-case-bottom2__icon2 {
  width: 91px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__icon2 {
    width: 48px;
  }
}
.p-marketing-case-bottom2__icon2 img {
  max-width: 70px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__icon2 img {
    max-width: 40px;
  }
}
.p-marketing-case-bottom2__text {
  font-size: 18px;
  line-height: 1.6666666667;
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__text {
    font-size: 9px;
    margin-top: 10px;
  }
}
.p-marketing-case-bottom2__img {
  max-width: 558px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__img {
    max-width: 288px;
    margin-top: 13px;
  }
}
.p-marketing-case-bottom2__img img {
  width: 100%;
  height: auto;
}

.p-marketing-case__button {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto 0;
  }
}
.p-member {
  padding-top: 76px;
  padding-bottom: 100px;
}

.p-member__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5.4%;
}

@media screen and (max-width: 768px) {
  .p-member__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.p-member__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .p-member__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-member__item:nth-of-type(2) {
  padding-top: 90px;
}

.p-member__item:nth-of-type(3) {
  padding-top: 80px;
}

.p-member__img {
  width: 30%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-member__img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.p-member__img img {
  width: 100%;
  height: auto;
}

.p-member__name {
  position: absolute;
  left: 14px;
  bottom: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-member__name--sm {
  font-size: 16px;
}

.p-member__name--lg {
  font-size: 36px;
  line-height: 1.1111111111;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-member__name--lg {
    font-size: 24px;
  }
}
.p-member__contents {
  width: 64.6%;
}

@media screen and (max-width: 768px) {
  .p-member__contents {
    width: 100%;
  }
}
.p-member__disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.p-member__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.p-member__link figure {
  width: 23.11%;
}

.p-member__link figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-member__link div {
  width: 76.89%;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  padding: 16px 16px 22px;
  position: relative;
}

.p-member__link p {
  font-size: 14px;
  line-height: 1.4285714286;
  max-width: 391px;
}

@media screen and (max-width: 768px) {
  .p-member__link p {
    font-size: 12px;
  }
}
.p-member__link span {
  font-size: 16px;
  font-weight: 700;
  color: #2A63A4;
  position: absolute;
  bottom: 10px;
  right: 14px;
  padding-right: 22px;
}

.p-member__link span::after {
  position: absolute;
  content: "";
  background-image: url("../images/member/outlink.webp");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
}

.p-member-introduction {
  margin: 0 calc(50% - 50vw) 0;
  padding: 73px calc(50vw - 50%) 84px;
  width: 100vw;
  background-color: #EAEFF6;
}

.p-member-introduction__title {
  font-size: 36px;
  line-height: 1.1111111111;
  font-weight: 600;
}

.p-member-introduction__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 46px;
}

@media screen and (max-width: 768px) {
  .p-member-introduction__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-member-introduction__item {
  width: calc(33.33333% - 33.33333px);
}

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

@media screen and (max-width: 768px) {
  .p-member-introduction__img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.p-member-introduction__name {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-member-introduction__name {
    margin-top: 20px;
  }
}
.p-member-introduction__name--lg {
  font-size: 36px;
  line-height: 1.1111111111;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-member-introduction__name--lg {
    font-size: 20px;
  }
}
.p-member-introduction__disc {
  margin-top: 20px;
}

.p-bmp {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .p-bmp {
    padding-bottom: 70px;
  }
}
.p-bmp-head {
  padding: 115px 0 112px 0;
}

.p-bmp-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.p-bmp-head__title .-sm {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(43, 99, 164)), to(rgb(59, 139, 231)));
  background: linear-gradient(90deg, rgb(43, 99, 164) 0%, rgb(59, 139, 231) 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 16px;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .p-bmp-head__title .-sm {
    font-size: 15px;
  }
}
.p-bmp-head__title .-lg {
  font-size: 40px;
  font-weight: 900;
  color: #10345D;
}

@media screen and (max-width: 768px) {
  .p-bmp-head__title .-lg {
    font-size: 20px;
    text-align: left;
  }
}
.p-bmp-head .c-head__text {
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .p-bmp-head .c-head__text {
    margin-top: 16px;
  }
}
.p-bmp-head__bottom {
  max-width: 215px;
  margin-right: -11px;
  margin-left: auto;
}

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

.p-bmp-about {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .p-bmp-about {
    padding-bottom: 50px;
  }
}
.p-bmp-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  margin-top: 74px;
}

@media screen and (max-width: 768px) {
  .p-bmp-about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
    margin-top: 30px;
  }
}
.p-bmp-about__item {
  width: calc(25% - 20.25px);
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(38, 134, 209, .1);
  box-shadow: 2px 2px 20px 0px rgba(38, 134, 209, .1);
  padding: 20px 10px 10px 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-bmp-about__item {
    width: 100%;
  }
}
.p-bmp-about__item::after {
  position: absolute;
  content: "“";
  font-size: 64px;
  font-family: "Fugaz One", sans-serif;
  color: #3D87DD;
  left: 0;
  top: -10px;
}

@media screen and (max-width: 768px) {
  .p-bmp-about__item::after {
    font-size: 44px;
  }
}
.p-bmp-about__item h3 {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-bmp-about__item h3 {
    font-size: 14px;
  }
}
.p-bmp-about__item figure {
  margin-top: 14px;
}

.p-bmp-about__item figure img {
  width: 100%;
  height: auto;
}

.p-bmp-about__lead {
  font-size: 24px;
  line-height: 1.6666666667;
  font-weight: 700;
  text-align: center;
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .p-bmp-about__lead {
    font-size: 16px;
    margin-top: 40px;
  }
}
.p-bmp-about__lead .-border {
  position: relative;
  z-index: 1;
}

.p-bmp-about__lead .-border::after {
  position: absolute;
  content: "";
  background-color: #FFEBAC;
  width: 100%;
  height: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-bmp-about__lead .-border::after {
    height: 10px;
  }
}
.p-bmp-about__lead .-color {
  color: #2B63A4;
}

.p-bmp-skil {
  margin: 0 calc(50% - 50vw);
  padding: 100px calc(50vw - 50%);
  width: 100vw;
  background-image: url(../images/bmp/skilbg.webp);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-bmp-skil {
    padding: 50px calc(50vw - 50%);
  }
}
.p-bmp-skil__title {
  max-width: 1000px;
  height: 60px;
  margin: 0 auto;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, right top, from(rgb(43, 99, 164)), to(rgb(59, 139, 231)));
  background: linear-gradient(90deg, rgb(43, 99, 164) 0%, rgb(59, 139, 231) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-bmp-skil__title {
    font-size: 18px;
    height: 40px;
    margin: 0 30px;
  }
}
.p-bmp-skil__box {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, .4);
  padding: 82px 20px 60px;
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .p-bmp-skil__box {
    margin-top: -20px;
    padding: 40px 20px 40px;
  }
}
.p-bmp-skil__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-bmp-skil__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}
.p-bmp-skil__item {
  background-color: #fff;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  position: relative;
  padding: 0 26px;
  margin: 0 10px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-bmp-skil__item {
    font-size: 16px;
    height: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-bmp-skil__item::before, .p-bmp-skil__item::after {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  width: 10px;
  height: 100%;
}

.p-bmp-skil__item::before {
  left: -9.5px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.p-bmp-skil__item::after {
  right: -9.5px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.p-bmp-graph {
  padding-top: 104px;
}

@media screen and (max-width: 768px) {
  .p-bmp-graph {
    padding-top: 50px;
  }
}
.p-bmp-graph__title {
  font-size: 32px;
  line-height: 2.5;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-bmp-graph__title {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }
}
.p-bmp-graph__title .-lg {
  font-size: 48px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-bmp-graph__title .-lg {
    font-size: 24px;
  }
}
.p-bmp-graph__title .-border {
  position: relative;
  z-index: 1;
}

.p-bmp-graph__title .-border::after {
  position: absolute;
  content: "";
  background-color: #FFEBAC;
  width: 100%;
  height: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-bmp-graph__title .-border::after {
    height: 10px;
  }
}
.p-bmp-graph__img {
  max-width: 1000px;
  margin: 68px auto 0;
}

@media screen and (max-width: 768px) {
  .p-bmp-graph__img {
    margin: 30px auto 0;
  }
}
.p-bmp-graph__img img {
  width: 100%;
  height: auto;
}

.p-bmp-graph__img2 {
  max-width: 1280px;
  margin: 102px auto 0;
}

@media screen and (max-width: 768px) {
  .p-bmp-graph__img2 {
    margin: 30px auto 0;
  }
}
.p-bmp-graph__img2 img {
  width: 100%;
  height: auto;
}

.p-bmp-graph__img3 {
  max-width: 1000px;
  margin: 75px auto 0;
}

@media screen and (max-width: 768px) {
  .p-bmp-graph__img3 {
    margin: 30px auto 0;
  }
}
.p-bmp-graph__img3 img {
  width: 100%;
  height: auto;
}

.p-bmp-voice {
  margin: 120px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-bmp-voice {
    margin: 110px 0 0;
  }
}
.p-bmp-voice::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6.25vw;
  left: 0;
  z-index: 1;
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .p-bmp-voice::before {
    height: 16vw;
  }
}
.p-bmp-voice::before {
  top: -0.6944444444vw;
}

@media screen and (max-width: 768px) {
  .p-bmp-voice::before {
    top: -7.4666666667vw;
  }
}
.p-bmp-voice .p-top__title {
  margin: -10px auto 0;
  position: relative;
  z-index: 3;
}

.p-bmp-voice__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 47px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .p-bmp-voice__head {
    display: none;
  }
}
.p-bmp-voice__head figure {
  width: 164px;
}

.p-bmp-voice__head figure img {
  width: 100%;
  height: auto;
}

.p-bmp-voice__head p {
  font-size: 16px;
  line-height: 1.5;
}

.p-bmp-voice__slider {
  margin: 50px calc(50% - 50vw) 0;
  padding-bottom: 42px;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .p-bmp-voice__slider {
    width: 100%;
    max-width: 375px;
    margin: 50px auto 0;
    padding-bottom: 40px;
  }
}
.p-bmp-voice__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #BCBCBC;
}

.p-bmp-voice__slider .swiper-pagination-bullet-active {
  background-color: #2969B2;
}

.p-bmp-voice__item {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(76, 175, 255, .18);
  box-shadow: 0px 0px 25px 0px rgba(76, 175, 255, .18);
  background-color: #fff;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-bmp-voice__item a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.p-bmp-voice__item img {
  width: 100%;
  height: auto;
}

.p-bmp-voice__item .-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-bmp-voice__item .-head > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-bmp-voice__item .-icon {
  width: 50px;
  height: 50px;
}

.p-bmp-voice__item .-icon img {
  width: 100%;
  height: auto;
}

.p-bmp-voice__item .-name {
  font-size: 16px;
}

.p-bmp-voice__item .-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 42px;
}

.p-bmp-voice__item .-bottom time {
  font-size: 14px;
  color: #b8c6d6;
}

.p-bmp-voice__item .-bottom figure {
  max-width: 100px;
}

.p-bmp-voice__item .-bottom figure img {
  width: 100%;
  height: auto;
}

.p-bmp-voice__item p {
  border-top: 2px solid #dce6f2;
  padding-top: 15px;
  margin-top: 20px;
  line-height: 1.3;
}

.p-bmp-banner1 {
  background-color: #313C61;
  max-width: 1000px;
  margin: 250px auto 0;
  display: block;
  padding: 14px 14px 0;
}

@media screen and (max-width: 768px) {
  .p-bmp-banner1 {
    margin: 100px auto 0;
    padding: 10px 10px 0;
  }
}
.p-bmp-banner1 img {
  width: 100%;
  height: auto;
}

.p-bmp-banner1 figcaption {
  font-size: 24px;
  font-weight: 700;
  color: #FECE29;
  text-align: center;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-bmp-banner1 figcaption {
    font-size: 18px;
    height: 60px;
  }
}
.p-bmp-banner2 {
  max-width: 1000px;
  margin: 135px auto 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-bmp-banner2 {
    margin: 30px auto 0;
  }
}
.p-bmp-banner2 img {
  width: 100%;
  height: auto;
}

.p-bmp-banner2 figcaption {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(215, 52, 139)), to(rgb(68, 106, 210)));
  background: linear-gradient(90deg, rgb(215, 52, 139) 0%, rgb(68, 106, 210) 100%);
}

@media screen and (max-width: 768px) {
  .p-bmp-banner2 figcaption {
    font-size: 18px;
    height: 60px;
  }
}
.p-regional .c-head__title {
  margin: -6px -31px 0 0;
}

@media screen and (max-width: 768px) {
  .p-regional .c-head__title {
    margin: 0 auto;
  }
}
.p-regional-about {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .p-regional-about {
    padding-bottom: 40px;
  }
}
.p-regional-about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-regional-about__text {
    font-size: 14px;
  }
}
.p-regional-about__text .-border {
  position: relative;
  z-index: 1;
}

.p-regional-about__text .-border::after {
  position: absolute;
  content: "";
  background-color: #FFEBAC;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
}

.p-regional-about__text .-color {
  color: #2B63A4;
  font-weight: 700;
}

.p-regional-about__img {
  margin: 32px auto 0;
  max-width: 1160px;
}

.p-regional-about__img img {
  width: 100%;
  height: auto;
}

.p-regional-about__img + .p-regional-about__text {
  margin-top: 28px;
}

.p-regional-map {
  background-color: #EAEFF6;
  margin: 0 calc(50% - 50vw);
  padding: 78px 15px 80px;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .p-regional-map {
    padding: 40px 15px 40px;
  }
}
.p-regional-map__title {
  font-size: 36px;
  line-height: 1.3888888889;
  font-weight: 900;
  color: #2B63A4;
  max-width: 1190px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-regional-map__title {
    font-size: 20px;
  }
}
.p-regional-map__img {
  margin: -61px auto 0;
  max-width: 1247px;
}

@media screen and (max-width: 768px) {
  .p-regional-map__img {
    margin: 0 auto 0;
  }
}
.p-regional-map__img img {
  width: 100%;
  height: auto;
}

.p-regional-media {
  background-color: #EAEFF6;
  margin: 0 calc(50% - 50vw);
  padding: 85px calc(50vw - 50%) 107px;
  width: 100vw;
}

.p-regional-media__maintitle {
  font-size: 36px;
  line-height: 1.3888888889;
  font-weight: 900;
  color: #2B63A4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-regional-media__maintitle {
    font-size: 20px;
  }
}
.p-regional-media__list {
  margin-top: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
}

@media screen and (max-width: 768px) {
  .p-regional-media__list {
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.p-regional-media__item {
  width: calc(25% - 25.5px);
}

@media screen and (max-width: 768px) {
  .p-regional-media__item {
    width: calc(50% - 5px);
  }
}
.p-regional-media__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 308/185;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-regional-media__body {
  padding: 14px 15px 16px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-regional-media__body {
    padding: 11px 9px 16px;
  }
}
.p-regional-media__title {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .p-regional-media__title {
    font-size: 14px;
    line-height: 1.4;
    white-space: unset;
    text-overflow: unset;
  }
}
.p-regional-media__time {
  margin-top: 9px;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-regional-media__time {
    font-size: 12px;
    margin-top: 3px;
  }
}
.p-regional-media__button {
  max-width: 290px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #fff;
  border: #3B8BE7 2px solid;
  color: #3B8BE7;
  font-size: 16px;
  font-weight: 700;
  margin: 89px auto 0;
}

@media screen and (max-width: 768px) {
  .p-regional-media__button {
    margin: 40px auto 0;
  }
}
.p-regional-activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 98px 0 150px;
}

@media screen and (max-width: 768px) {
  .p-regional-activity {
    padding: 40px 0 40px;
  }
}
.p-regional-activity__maintitle {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(43, 99, 164)), to(rgb(59, 139, 231)));
  background: linear-gradient(90deg, rgb(43, 99, 164) 0%, rgb(59, 139, 231) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .p-regional-activity__maintitle {
    font-size: 20px;
    padding: 10px 0;
  }
}
.p-regional-activity__section {
  margin: 80px calc(50% - 50vw) 0;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .p-regional-activity__section {
    margin: 40px calc(50% - 50vw) 0;
  }
}
.p-regional-activity__section:not(:first-of-type) {
  margin: 100px calc(50% - 50vw) 0;
}

@media screen and (max-width: 768px) {
  .p-regional-activity__section:not(:first-of-type) {
    margin: 50px calc(50% - 50vw) 0;
  }
}
.p-regional-activity__title {
  max-width: 400px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 900;
  background-color: #EAEFF6;
  margin: 0 auto 30px;
  color: #2B63A4;
}

@media screen and (max-width: 768px) {
  .p-regional-activity__title {
    font-size: 16px;
    max-width: 120px;
    height: 40px;
  }
}
.p-regional-activity__item {
  border: #2B63A4 1px solid;
  padding: 49px 23px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 550px;
  gap: 10px;
}

@media screen and (max-width: 1440px) {
  .p-regional-activity__item {
    min-height: 38.1944444444vw;
    padding: 3.4027777778vw 1.5972222222vw 2.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-regional-activity__item {
    padding: 20px 10px 20px;
  }
}
.p-regional-activity__item.-w {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-regional-activity__item.-w {
    max-width: 82.4vw;
  }
}
.p-regional-activity__item h4 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  color: #2B63A4;
}

@media screen and (max-width: 768px) {
  .p-regional-activity__item h4 {
    font-size: 14px;
  }
}
.p-regional-activity__item figure {
  margin: 0 auto 0;
}

.p-regional-activity__item figure.-img1 {
  max-width: 957px;
}

@media screen and (max-width: 1440px) {
  .p-regional-activity__item figure.-img1 {
    max-width: 66.4583333333vw;
  }
}
.p-regional-activity__item figure.-img2 {
  max-width: 947px;
}

@media screen and (max-width: 1440px) {
  .p-regional-activity__item figure.-img2 {
    max-width: 65.7638888889vw;
  }
}
.p-regional-activity__item figure.-img3 {
  max-width: 896px;
}

@media screen and (max-width: 1440px) {
  .p-regional-activity__item figure.-img3 {
    max-width: 62.2222222222vw;
  }
}
.p-regional-activity__item figure.-img4 {
  max-width: 893px;
}

@media screen and (max-width: 1440px) {
  .p-regional-activity__item figure.-img4 {
    max-width: 62.0138888889vw;
  }
}
.p-regional-activity__item figure.-img5 {
  max-width: 946px;
}

@media screen and (max-width: 1440px) {
  .p-regional-activity__item figure.-img5 {
    max-width: 65.6944444444vw;
  }
}
.p-regional-activity__item div {
  width: 100%;
  max-width: 716px;
  margin: 34px auto 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1440px) {
  .p-regional-activity__item div {
    max-width: 49.7222222222vw;
  }
}
.p-regional-activity__item div iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 716/400;
}

.p-regional-activity__item img {
  width: 100%;
  height: auto;
}

.p-regional-activity .swiper {
  margin-top: -93px;
}

@media screen and (max-width: 768px) {
  .p-regional-activity .swiper {
    margin-top: -72px;
  }
}
.p-regional-activity .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
  padding: 25px 0 0 0;
  margin: 0 auto 40px;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .p-regional-activity .arrows {
    gap: 10px;
    padding: 25px 20px 0 0;
    margin: 0 auto 20px;
  }
}
.p-regional-activity .swiper-button-next, .p-regional-activity .swiper-rtl .swiper-button-prev, .p-regional-activity .swiper-button-prev, .p-regional-activity .swiper-rtl .swiper-button-next {
  width: 50px;
  height: 50px;
  border: #2B63A4 1px solid;
  border-radius: 50%;
  background-color: #fff;
  position: unset;
}

@media screen and (max-width: 768px) {
  .p-regional-activity .swiper-button-next, .p-regional-activity .swiper-rtl .swiper-button-prev, .p-regional-activity .swiper-button-prev, .p-regional-activity .swiper-rtl .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.p-regional-activity .swiper-button-next:after, .p-regional-activity .swiper-rtl .swiper-button-prev:after, .p-regional-activity .swiper-button-prev:after, .p-regional-activity .swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url(../images/regional/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-regional-activity .swiper-button-next:after, .p-regional-activity .swiper-rtl .swiper-button-prev:after, .p-regional-activity .swiper-button-prev:after, .p-regional-activity .swiper-rtl .swiper-button-next:after {
    width: 23px;
    height: 5px;
  }
}
.p-regional-activity .swiper-button-prev:after, .p-regional-activity .swiper-rtl .swiper-button-next:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.p-p404 {
  padding: 87px 0 105px;
}

.p-p404__text {
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.p-p404__button {
  margin: 50px auto 0;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}
/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}

@media screen and (max-width: 1140px) {
  .u-xl-only {
    display: block;
  }
}
.u-xl-hidden {
  display: block;
}

@media screen and (max-width: 1140px) {
  .u-xl-hidden {
    display: none;
  }
}
.u-md-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--flex {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-md-hidden {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}
.p-talent-strengths {
  padding: 0 0 84px;
}

.p-talent-strengths__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
  counter-reset: number 0;
  margin-top: 83px;
}

@media screen and (max-width: 768px) {
  .p-talent-strengths__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 33px;
  }
}
.p-talent-strengths__item {
  width: calc(33.33333% - 26.66667px);
  min-width: 332px;
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  background-color: #fff;
  padding: 20px 10px 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-talent-strengths__item {
    width: 100%;
  }
}
.p-talent-strengths__item::after {
  position: absolute;
  content: "";
  left: 0;
  top: -18px;
  font-size: 48px;
  color: #3D87DD;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "Fugaz One", sans-serif;
}

.p-talent-strengths__item h3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-talent-strengths__item h3 {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.p-talent-strengths__item figure {
  margin-top: 21px;
}

.p-talent-strengths__item img {
  width: 100%;
  height: auto;
}

.p-talent-strengths__item P {
  line-height: 1.875;
  margin-top: 15px;
}

.p-talent-strengths__item P span {
  position: relative;
  z-index: 1;
}

.p-talent-strengths__item P span::after {
  position: absolute;
  content: "";
  background-color: #FFEBAC;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
}

.p-marketing__lead {
  font-size: 16px;
  line-height: 2.5;
  font-weight: 700;
  text-align: center;
  margin-top: 68px;
  position: absolute;
  bottom: 117px;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-marketing__lead {
    font-size: 14px;
    bottom: 58px;
  }
}
.p-marketing__lead span {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  position: relative;
  z-index: 1;
  display: block;
  margin: -6px 0 7px;
}

@media screen and (max-width: 768px) {
  .p-marketing__lead span {
    font-size: 16px;
    margin: 0px 0 4px;
  }
}
.p-marketing__lead span::after {
  position: absolute;
  content: "";
  background: #FFEBAC;
  width: 95%;
  height: 20px;
  left: 50%;
  bottom: -3px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-marketing__lead span::after {
    height: 16px;
    bottom: -6px;
  }
}
.p-marketing-about {
  padding-bottom: 135px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about {
    padding-bottom: 37px;
  }
}
.p-marketing-about__list {
  margin-top: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__list {
    margin-top: 28px;
    gap: 42px;
  }
}
.p-marketing-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.91%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.p-marketing-about__item:nth-last-of-type(even) {
  gap: 49px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-last-of-type(even) {
    gap: 20px;
  }
}
.p-marketing-about__item:nth-last-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-last-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-marketing-about__item:nth-child(2) {
  gap: 9%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(2) {
    gap: 20px;
  }
}
.p-marketing-about__item:nth-child(2) .p-marketing-about__head {
  width: 41.6%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(2) .p-marketing-about__head {
    width: 100%;
  }
}
.p-marketing-about__item:nth-child(2) .p-marketing-about__body {
  width: 49.38%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(2) .p-marketing-about__body {
    width: 100%;
  }
}
.p-marketing-about__item:nth-child(4) {
  gap: 5%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(4) {
    gap: 20px;
  }
}
.p-marketing-about__item:nth-child(4) .p-marketing-about__head {
  width: 47%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(4) .p-marketing-about__head {
    width: 100%;
  }
}
.p-marketing-about__item:nth-child(4) .p-marketing-about__body {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(4) .p-marketing-about__body {
    width: 100%;
  }
}
.p-marketing-about__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 10px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item ul {
    margin-top: 24px;
    gap: 8px 6px;
  }
}
.p-marketing-about__item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  height: 30px;
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li {
    font-size: 11px;
  }
}
.p-marketing-about__item li.-w1 {
  min-width: 120px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.-w1 {
    min-width: 68px;
  }
}
.p-marketing-about__item li.-w2 {
  min-width: 130px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.-w2 {
    min-width: 79px;
  }
}
.p-marketing-about__item li.-w3 {
  min-width: 80px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.-w3 {
    min-width: 40px;
  }
}
.p-marketing-about__item li.-w4 {
  min-width: 160px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.-w4 {
    min-width: 102px;
  }
}
.p-marketing-about__item li.-w5 {
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.-w5 {
    min-width: 137px;
  }
}
.p-marketing-about__item li.u-md-only--flex {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-marketing-about__item li.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.u-md-hidden--flex {
    display: none;
  }
}
.p-marketing-about__head {
  width: 42.97%;
}

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

.p-marketing-about__body {
  width: 53.13%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__body {
    width: 100%;
  }
}
.p-marketing-about__title {
  font-size: 32px;
  font-weight: 900;
  color: #2A63A4;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__title {
    font-size: 18px;
  }
}
.p-marketing-about__text {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__text {
    margin-top: 11px;
  }
}
.p-marketing-about__img {
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__img {
    margin-top: 20px;
  }
}
.p-marketing-about__img img {
  width: 100%;
  height: auto;
}

.p-marketing-case {
  background-color: #EAEFF6;
  margin: 0 calc(50% - 50vw);
  padding: 78px calc(50vw - 50%) 233px;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .p-marketing-case {
    padding: 33px calc(50vw - 50%) 103px;
  }
}
.p-marketing-case__list {
  margin-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 105px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__list {
    margin-top: 30px;
    gap: 65px;
  }
}
.p-marketing-case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75%;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.p-marketing-case__head {
  width: 42.97%;
}

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

.p-marketing-case__body {
  width: 53.28%;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__body {
    width: 100%;
  }
}
.p-marketing-case__title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(260deg, rgb(200, 215, 231) 0%, rgb(77, 124, 179) 59%, rgb(43, 99, 164) 100%);
  padding: 5px 12px 5px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__title {
    font-size: 16px;
    padding: 5px 9px 5px;
  }
}
.p-marketing-case__text {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__text {
    margin-top: 20px;
    gap: 24px;
  }
}
.p-marketing-case-ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  max-width: 650px;
  margin-top: 31px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba {
    gap: 12px;
    margin-top: 23px;
  }
}
.p-marketing-case-ba__item {
  width: calc(50% - 14.5px);
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba__item {
    width: calc(50% - 6px);
  }
}
.p-marketing-case-ba__item.-before .p-marketing-case-ba__head {
  background-color: #787878;
}

.p-marketing-case-ba__item.-before .p-marketing-case-ba__body {
  border-left: #D9D9D9 2px solid;
  border-right: #D9D9D9 2px solid;
  border-bottom: #D9D9D9 2px solid;
  position: relative;
}

.p-marketing-case-ba__item.-before .p-marketing-case-ba__body::after {
  position: absolute;
  content: "";
  background-image: url("../images/marketing/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: -23px;
  top: 39%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 52px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba__item.-before .p-marketing-case-ba__body::after {
    width: 25px;
    height: 12px;
    right: -11px;
  }
}
.p-marketing-case-ba__item.-after .p-marketing-case-ba__head {
  background-color: #2B63A4;
}

.p-marketing-case-ba__item.-after .p-marketing-case-ba__body {
  border-left: #2B63A4 2px solid;
  border-right: #2B63A4 2px solid;
  border-bottom: #2B63A4 2px solid;
}

.p-marketing-case-ba__item li {
  font-size: 16px;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba__item li {
    font-size: 8px;
  }
}
.p-marketing-case-ba__item li span {
  position: relative;
  z-index: 1;
}

.p-marketing-case-ba__item li span::after {
  position: absolute;
  content: "";
  background-color: #FFEBAC;
  left: 0;
  bottom: 0;
  height: 10px;
  width: 100%;
  z-index: -1;
}

.p-marketing-case-ba__head {
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  padding: 6px 10px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba__head {
    font-size: 11px;
  }
}
.p-marketing-case-ba__head span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba__head span {
    font-size: 12px;
  }
}
.p-marketing-case-ba__body {
  border-radius: 0 0 10px 10px;
  background-color: rgba(255, 255, 255, .8);
  padding: 5px 10px 11px;
}

.p-marketing-case-bottom1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2.66%;
  margin-top: 21px;
  max-width: 639px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom1 {
    margin-top: 11px;
  }
}
.p-marketing-case-bottom1__img {
  width: 77.81%;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom1__img {
    width: 72.81%;
  }
}
.p-marketing-case-bottom1__img img {
  width: 100%;
  height: auto;
}

.p-marketing-case-bottom1__text {
  width: 19.53%;
  font-size: 12px;
  line-height: 1.6666666667;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom1__text {
    font-size: 8px;
    width: 24.53%;
  }
}
.p-marketing-case-bottom2 {
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2 {
    margin-top: 20px;
  }
}
.p-marketing-case-bottom2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__list {
    gap: 3px;
  }
}
.p-marketing-case-bottom2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-marketing-case-bottom2__item p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 10px;
  border: 1px solid #3D87DD;
  width: calc(100% - 91px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 18px;
  max-width: 554px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__item p {
    width: calc(97% - 48px);
    font-size: 8px;
    padding: 5px 10px;
    border-radius: 8px;
  }
}
.p-marketing-case-bottom2__icon1 {
  width: 91px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__icon1 {
    width: 48px;
  }
}
.p-marketing-case-bottom2__icon1 img {
  max-width: 78px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__icon1 img {
    max-width: 44px;
  }
}
.p-marketing-case-bottom2__icon2 {
  width: 91px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__icon2 {
    width: 48px;
  }
}
.p-marketing-case-bottom2__icon2 img {
  max-width: 70px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__icon2 img {
    max-width: 40px;
  }
}
.p-marketing-case-bottom2__text {
  font-size: 18px;
  line-height: 1.6666666667;
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__text {
    font-size: 9px;
    margin-top: 10px;
  }
}
.p-marketing-case-bottom2__img {
  max-width: 558px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__img {
    max-width: 288px;
    margin-top: 13px;
  }
}
.p-marketing-case-bottom2__img img {
  width: 100%;
  height: auto;
}

.p-marketing-case__button {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto 0;
  }
}
.p-regional .c-head__title {
  margin: -6px -31px 0 0;
}

@media screen and (max-width: 768px) {
  .p-regional .c-head__title {
    margin: 0 auto;
  }
}
.p-regional-about {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .p-regional-about {
    padding-bottom: 40px;
  }
}
.p-regional-about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-regional-about__text {
    font-size: 14px;
  }
}
.p-regional-about__text .-border {
  position: relative;
  z-index: 1;
}

.p-regional-about__text .-border::after {
  position: absolute;
  content: "";
  background-color: #FFEBAC;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
}

.p-regional-about__text .-color {
  color: #2B63A4;
  font-weight: 700;
}

.p-regional-about__img {
  margin: 32px auto 0;
  max-width: 1160px;
}

.p-regional-about__img img {
  width: 100%;
  height: auto;
}

.p-regional-about__img + .p-regional-about__text {
  margin-top: 28px;
}

.p-regional-map {
  background-color: #EAEFF6;
  margin: 0 calc(50% - 50vw);
  padding: 78px 15px 80px;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .p-regional-map {
    padding: 40px 15px 40px;
  }
}
.p-regional-map__title {
  font-size: 36px;
  line-height: 1.3888888889;
  font-weight: 900;
  color: #2B63A4;
  max-width: 1190px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-regional-map__title {
    font-size: 20px;
  }
}
.p-regional-map__img {
  margin: -61px auto 0;
  max-width: 1247px;
}

@media screen and (max-width: 768px) {
  .p-regional-map__img {
    margin: 0 auto 0;
  }
}
.p-regional-map__img img {
  width: 100%;
  height: auto;
}

.p-regional-media {
  background-color: #EAEFF6;
  margin: 0 calc(50% - 50vw);
  padding: 85px calc(50vw - 50%) 107px;
  width: 100vw;
}

.p-regional-media__maintitle {
  font-size: 36px;
  line-height: 1.3888888889;
  font-weight: 900;
  color: #2B63A4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-regional-media__maintitle {
    font-size: 20px;
  }
}
.p-regional-media__list {
  margin-top: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
}

@media screen and (max-width: 768px) {
  .p-regional-media__list {
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.p-regional-media__item {
  width: calc(25% - 25.5px);
}

@media screen and (max-width: 768px) {
  .p-regional-media__item {
    width: calc(50% - 5px);
  }
}
.p-regional-media__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 308/185;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-regional-media__body {
  padding: 14px 15px 16px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-regional-media__body {
    padding: 11px 9px 16px;
  }
}
.p-regional-media__title {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .p-regional-media__title {
    font-size: 14px;
    line-height: 1.4;
    white-space: unset;
    text-overflow: unset;
  }
}
.p-regional-media__time {
  margin-top: 9px;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-regional-media__time {
    font-size: 12px;
    margin-top: 3px;
  }
}
.p-regional-media__button {
  max-width: 290px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #fff;
  border: #3B8BE7 2px solid;
  color: #3B8BE7;
  font-size: 16px;
  font-weight: 700;
  margin: 89px auto 0;
}

@media screen and (max-width: 768px) {
  .p-regional-media__button {
    margin: 40px auto 0;
  }
}
.p-regional-activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 98px 0 150px;
}

@media screen and (max-width: 768px) {
  .p-regional-activity {
    padding: 40px 0 40px;
  }
}
.p-regional-activity__maintitle {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(43, 99, 164)), to(rgb(59, 139, 231)));
  background: linear-gradient(90deg, rgb(43, 99, 164) 0%, rgb(59, 139, 231) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .p-regional-activity__maintitle {
    font-size: 20px;
    padding: 10px 0;
  }
}
.p-regional-activity__section {
  margin: 80px calc(50% - 50vw) 0;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .p-regional-activity__section {
    margin: 40px calc(50% - 50vw) 0;
  }
}
.p-regional-activity__section:not(:first-of-type) {
  margin: 100px calc(50% - 50vw) 0;
}

@media screen and (max-width: 768px) {
  .p-regional-activity__section:not(:first-of-type) {
    margin: 50px calc(50% - 50vw) 0;
  }
}
.p-regional-activity__title {
  max-width: 400px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 900;
  background-color: #EAEFF6;
  margin: 0 auto 30px;
  color: #2B63A4;
}

@media screen and (max-width: 768px) {
  .p-regional-activity__title {
    font-size: 16px;
    max-width: 120px;
    height: 40px;
  }
}
.p-regional-activity__item {
  border: #2B63A4 1px solid;
  padding: 49px 23px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 550px;
  gap: 10px;
}

@media screen and (max-width: 1440px) {
  .p-regional-activity__item {
    min-height: 38.1944444444vw;
    padding: 3.4027777778vw 1.5972222222vw 2.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-regional-activity__item {
    padding: 20px 10px 20px;
  }
}
.p-regional-activity__item.-w {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-regional-activity__item.-w {
    max-width: 82.4vw;
  }
}
.p-regional-activity__item h4 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  color: #2B63A4;
}

@media screen and (max-width: 768px) {
  .p-regional-activity__item h4 {
    font-size: 14px;
  }
}
.p-regional-activity__item figure {
  margin: 0 auto 0;
}

.p-regional-activity__item figure.-img1 {
  max-width: 957px;
}

@media screen and (max-width: 1440px) {
  .p-regional-activity__item figure.-img1 {
    max-width: 66.4583333333vw;
  }
}
.p-regional-activity__item figure.-img2 {
  max-width: 947px;
}

@media screen and (max-width: 1440px) {
  .p-regional-activity__item figure.-img2 {
    max-width: 65.7638888889vw;
  }
}
.p-regional-activity__item figure.-img3 {
  max-width: 896px;
}

@media screen and (max-width: 1440px) {
  .p-regional-activity__item figure.-img3 {
    max-width: 62.2222222222vw;
  }
}
.p-regional-activity__item figure.-img4 {
  max-width: 893px;
}

@media screen and (max-width: 1440px) {
  .p-regional-activity__item figure.-img4 {
    max-width: 62.0138888889vw;
  }
}
.p-regional-activity__item figure.-img5 {
  max-width: 946px;
}

@media screen and (max-width: 1440px) {
  .p-regional-activity__item figure.-img5 {
    max-width: 65.6944444444vw;
  }
}
.p-regional-activity__item div {
  width: 100%;
  max-width: 716px;
  margin: 34px auto 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1440px) {
  .p-regional-activity__item div {
    max-width: 49.7222222222vw;
  }
}
.p-regional-activity__item div iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 716/400;
}

.p-regional-activity__item img {
  width: 100%;
  height: auto;
}

.p-regional-activity .swiper {
  margin-top: -93px;
}

@media screen and (max-width: 768px) {
  .p-regional-activity .swiper {
    margin-top: -72px;
  }
}
.p-regional-activity .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
  padding: 25px 0 0 0;
  margin: 0 auto 40px;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .p-regional-activity .arrows {
    gap: 10px;
    padding: 25px 20px 0 0;
    margin: 0 auto 20px;
  }
}
.p-regional-activity .swiper-button-next, .p-regional-activity .swiper-rtl .swiper-button-prev, .p-regional-activity .swiper-button-prev, .p-regional-activity .swiper-rtl .swiper-button-next {
  width: 50px;
  height: 50px;
  border: #2B63A4 1px solid;
  border-radius: 50%;
  background-color: #fff;
  position: unset;
}

@media screen and (max-width: 768px) {
  .p-regional-activity .swiper-button-next, .p-regional-activity .swiper-rtl .swiper-button-prev, .p-regional-activity .swiper-button-prev, .p-regional-activity .swiper-rtl .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.p-regional-activity .swiper-button-next:after, .p-regional-activity .swiper-rtl .swiper-button-prev:after, .p-regional-activity .swiper-button-prev:after, .p-regional-activity .swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url(../images/regional/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-regional-activity .swiper-button-next:after, .p-regional-activity .swiper-rtl .swiper-button-prev:after, .p-regional-activity .swiper-button-prev:after, .p-regional-activity .swiper-rtl .swiper-button-next:after {
    width: 23px;
    height: 5px;
  }
}
.p-regional-activity .swiper-button-prev:after, .p-regional-activity .swiper-rtl .swiper-button-next:after {
  content: "";
  width: 23px;
  height: 5px;
}

.p-company {
  padding-top: 86px;
}

@media screen and (max-width: 768px) {
  .p-company {
    padding-top: 40px;
  }
}
.p-company-profile {
  padding-bottom: 236px;
}

@media screen and (max-width: 768px) {
  .p-company-profile {
    padding-bottom: 80px;
  }
}
.p-company-profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-company-profile__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-company-profile__table {
  width: 100%;
  margin: 55px auto 0;
  max-width: 903px;
}

@media screen and (max-width: 768px) {
  .p-company-profile__table {
    margin: 30px auto 0;
  }
}
.p-company-profile__table dt {
  color: #2A63A4;
  font-size: 16px;
  font-weight: 700;
  width: 193px;
  padding-top: 12px;
  padding-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .p-company-profile__table dt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}
.p-company-profile__table dt span {
  font-size: 24px;
  display: block;
  margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
  .p-company-profile__table dt span {
    display: inline-block;
  }
}
.p-company-profile__table dd {
  width: calc(100% - 193px);
  padding-left: 35px;
  padding-top: 12px;
  padding-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-company-profile__table dd {
    width: 100%;
    position: unset;
    padding-left: unset;
  }
}
.p-company-profile__table dd::after {
  position: absolute;
  content: "";
  background-color: #ddd;
  width: 2px;
  height: calc(100% + 80px);
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .p-company-profile__table dd::after {
    position: unset;
    content: none;
  }
}
.p-company-profile__table dd p {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-company-profile__table dd p {
    font-size: 14px;
  }
}
.p-company-profile__table dd.-last::after {
  height: 100%;
}

.p-company-officemap {
  margin: 0 calc(50% - 50vw);
  padding: 88px calc(50vw - 50%) 70px;
  width: 100vw;
  background-color: #EAEFF6;
}

@media screen and (max-width: 768px) {
  .p-company-officemap {
    padding: 60px calc(50vw - 50%) 60px;
  }
}
.p-company-officemap__img {
  margin-top: 10px;
}

.p-company-officemap img {
  width: 100%;
  height: auto;
}

.p-company-map {
  max-width: 1000px;
  padding: 74px 0 93px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-company-map {
    padding: 60px 0 60px;
  }
}
.p-company-map__wrap {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 768px) {
  .p-company-map__wrap {
    height: 200px;
  }
}
.p-company-map__wrap iframe {
  width: 100%;
  height: 100%;
}

.p-company-map p {
  margin-top: 20px;
  line-height: 1.5;
}

.p-recruit {
  padding-top: 97px;
}

@media screen and (max-width: 768px) {
  .p-recruit {
    padding-top: 60px;
  }
}
.p-recruit-about__text {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-recruit-about__text {
    text-align: left;
  }
}
.p-recruit-eyecatch {
  margin: 45px calc(50% - 50vw) 0;
  width: 100vw;
}

.p-recruit-eyecatch img {
  width: 100%;
  height: auto;
}

.p-recruit-values {
  padding: 77px 0 117px;
}

@media screen and (max-width: 768px) {
  .p-recruit-values {
    padding: 60px 0 60px;
  }
}
.p-recruit-values__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin-top: 72px;
}

@media screen and (max-width: 768px) {
  .p-recruit-values__list {
    margin-top: 30px;
  }
}
.p-recruit-values__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-recruit-values__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.p-recruit-values__title {
  font-size: 32px;
  font-weight: 700;
  width: 36.5%;
}

@media screen and (max-width: 768px) {
  .p-recruit-values__title {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
}
.p-recruit-values__text {
  width: 63.6%;
}

@media screen and (max-width: 768px) {
  .p-recruit-values__text {
    width: 100%;
  }
}
.p-recruit-requirements {
  background-color: #EAEFF6;
  margin: 0 calc(50% - 50vw);
  padding: 95px calc(50vw - 50%) 150px;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .p-recruit-requirements {
    padding: 60px calc(50vw - 50%) 60px;
  }
}
.p-recruit-requirements__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 111px;
  max-width: 1000px;
  margin: 103px auto 0;
}

@media screen and (max-width: 768px) {
  .p-recruit-requirements__list {
    margin: 50px auto 0;
  }
}
.p-recruit-requirements__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 49px 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-recruit-requirements__item {
    padding: 40px 20px 20px;
  }
}
.p-recruit-requirements__title {
  background-color: #2B63A4;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  max-width: 455px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-recruit-requirements__title {
    font-size: 16px;
    max-width: 300px;
  }
}
.p-recruit-requirements__table {
  width: 100%;
}

.p-recruit-requirements__table th {
  font-size: 16px;
  font-weight: 600;
  color: #2B63A4;
  width: 147px;
  padding: 29px 1px 7px;
}

@media screen and (max-width: 768px) {
  .p-recruit-requirements__table th {
    display: block;
    width: 100%;
    padding: 10px 1px 0px;
  }
}
.p-recruit-requirements__table td {
  line-height: 1.5;
  border-bottom: 2px #CED8E5 solid;
  padding: 27px 13px 7px;
  width: calc(100% - 147px);
}

@media screen and (max-width: 768px) {
  .p-recruit-requirements__table td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px 0 7px;
  }
}
.p-recruit-requirements__button {
  max-width: 300px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .p-recruit-requirements__button {
    max-width: 250px;
  }
}
.p-works-archive {
  padding: 62px 0 98px;
}

.p-works-archive__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  margin-bottom: 35px;
}

.p-works-archive__tabitem {
  width: calc(33.33333% - 1.33333px);
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e5ecf7;
  color: #3586cb;
  font-size: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  .p-works-archive__tabitem {
    font-size: 12px;
    text-align: center;
  }
}
.p-works-archive__tabitem.-current {
  color: #fff;
  background-color: #2a63a4;
}

.p-works-archive__tabitem:hover {
  color: #fff;
  background-color: #2a63a4;
  opacity: 1;
}

.p-works-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px 31px;
  padding: 0 20px 80px;
}

@media screen and (max-width: 768px) {
  .p-works-archive__list {
    padding: 0 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
}
.p-works-archive__item {
  width: calc(33.33333% - 20.66667px);
}

@media screen and (max-width: 768px) {
  .p-works-archive__item {
    width: 100%;
  }
}
.p-works-archive__img img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-works-archive__title {
  font-size: 16px;
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .p-works-archive__title {
    font-size: 14px;
  }
}
.p-works-archive__cate {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.p-works-archive__cate li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 50px;
  background-color: #2a63a4;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-works-archive__cate li {
    font-size: 10px;
  }
}
.p-works-single {
  padding: 55px 0 82px;
}

.p-works-single__title {
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-works-single__title {
    font-size: 20px;
    text-align: left;
  }
}
.p-works-single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
  margin-top: 98px;
}

@media screen and (max-width: 768px) {
  .p-works-single__head {
    margin-top: 45px;
  }
}
.p-works-single__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.p-works-single__cate li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  padding: 5px 40px;
  border-radius: 50px;
  background-color: #2a63a4;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-works-single__cate li {
    font-size: 10px;
  }
}
.p-works-single__time {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-works-single__time {
    font-size: 14px;
  }
}
.p-works-single__img {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-works-single__img {
    margin-top: 15px;
  }
}
.p-works-single__img img {
  width: 100%;
  height: auto;
}

.p-works-single__contents {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .p-works-single__contents {
    margin-top: 15px;
  }
}
.p-works-single__contents > p {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .p-works-single__contents > p {
    font-size: 14px;
  }
}
.p-works-single__contents a {
  text-decoration: underline;
  color: #2A63A4;
  margin-bottom: 1em;
}

.p-works-single__contents ul {
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 1em;
}

.p-works-single__contents ul li {
  font-size: 16px;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-works-single__contents ul li {
    font-size: 14px;
  }
}
.p-works-single__button {
  margin: 106px auto 0;
}

@media screen and (max-width: 768px) {
  .p-works-single__button {
    margin: 50px auto 0;
  }
}
.p-privacy {
  padding: 79px 0 100px;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-privacy {
    padding: 40px 0 50px;
  }
}
.p-privacy__lead {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-privacy__lead {
    font-size: 14px;
  }
}
.p-privacy__table {
  margin-top: 82px;
}
.p-privacy__table.-low {
  margin-top: unset;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-privacy__table.-low {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .p-privacy__table {
    margin-top: 40px;
  }
}
.p-privacy__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-privacy__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-privacy__section + .p-privacy__section {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-privacy__section + .p-privacy__section {
    padding-top: 40px;
  }
}
.p-privacy__section dt {
  color: #2A63A4;
  font-size: 16px;
  font-weight: 700;
  width: 280px;
}

@media screen and (max-width: 768px) {
  .p-privacy__section dt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}
.p-privacy__section dt span {
  font-size: 24px;
  display: block;
  margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
  .p-privacy__section dt span {
    display: inline-block;
  }
}
.p-privacy__section dd {
  font-size: 16px;
  line-height: 1.5;
  width: calc(100% - 280px);
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 23px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-privacy__section dd {
    width: 100%;
    position: unset;
    padding-left: unset;
    font-size: 14px;
  }
}
.p-privacy__section dd::after {
  position: absolute;
  content: "";
  background-color: #ddd;
  width: 1px;
  height: calc(100% + 80px);
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .p-privacy__section dd::after {
    position: unset;
    content: none;
  }
}
.p-privacy__section dd.-last::after {
  height: 100%;
}

.p-privacy__date {
  margin: 47px -10px 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}

.p-contact {
  padding: 79px 0 0;
}

@media screen and (max-width: 768px) {
  .p-contact {
    padding: 40px 0 0;
  }
}
.p-contact__lead {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-contact__lead {
    text-align: left;
  }
}
.p-contact__section {
  background-color: #f0f4f8;
  margin: 42px calc(50% - 50vw) 0;
  padding: 45px calc(50vw - 50%) 78px;
  width: 100vw;
}

.p-contact__maintitle {
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-contact__maintitle {
    font-size: 18px;
  }
}
.p-contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 27px;
  background-color: rgba(255, 255, 255, .6);
  border-radius: 10px;
  padding: 48px 50px 50px 48px;
  margin: 48px auto 0;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .p-contact__form {
    padding: 40px 15px 60px;
    margin: 20px auto 0;
  }
}
.p-contact__form .js-topic-group .p-contact__item + .p-contact__item {
  margin-top: 20px;
}

.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}
.p-contact__item.-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-contact__title {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  width: 291px;
}

@media screen and (max-width: 768px) {
  .p-contact__title {
    width: 100%;
    font-size: 14px;
  }
}
.p-contact__rec {
  background-color: #2A63A4;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 17px;
  border-radius: 50px;
}

.p-contact__inputarea {
  width: calc(100% - 291px);
}

@media screen and (max-width: 768px) {
  .p-contact__inputarea {
    width: 100%;
  }
}
.p-contact__inputarea > input, .p-contact__inputarea textarea {
  background-color: #fff;
  border: #6081A2 1px solid;
  border-radius: 4px;
  width: 100%;
  padding: 14px 9px 16px;
}

@media screen and (max-width: 768px) {
  .p-contact__inputarea > input, .p-contact__inputarea textarea {
    padding: 10px 10px 10px;
  }
}
.p-contact__inputarea > input::-webkit-input-placeholder, .p-contact__inputarea textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #A8A8A8;
}

.p-contact__inputarea > input::-moz-placeholder, .p-contact__inputarea textarea::-moz-placeholder {
  font-size: 16px;
  color: #A8A8A8;
}

.p-contact__inputarea > input::-ms-input-placeholder, .p-contact__inputarea textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #A8A8A8;
}

.p-contact__inputarea > input::placeholder, .p-contact__inputarea textarea::placeholder {
  font-size: 16px;
  color: #A8A8A8;
}

@media screen and (max-width: 768px) {
  .p-contact__inputarea > input::-webkit-input-placeholder, .p-contact__inputarea textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .p-contact__inputarea > input::-moz-placeholder, .p-contact__inputarea textarea::-moz-placeholder {
    font-size: 14px;
  }
  .p-contact__inputarea > input::-ms-input-placeholder, .p-contact__inputarea textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .p-contact__inputarea > input::placeholder, .p-contact__inputarea textarea::placeholder {
    font-size: 14px;
  }
}
.p-contact__inputarea textarea {
  min-height: 200px;
}

.p-contact__inputarea.-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}

.p-contact__inputarea.-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-contact__inputarea.-col2 > input {
  width: calc(50% - 5px);
}

.p-contact__inputarea input[type=radio] {
  position: relative;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-contact__inputarea input[type=radio]:checked {
  border: 1px solid #005ab4;
}

.p-contact__inputarea input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #005ab4;
  content: "";
}

.p-contact__inputarea .wpcf7-list-item {
  margin-left: unset;
}

@media screen and (max-width: 768px) {
  .p-contact__inputarea .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.p-contact__privacy {
  font-size: 16px;
  text-align: center;
  margin-top: 21px;
}

.p-contact__privacy a {
  color: #2a63a4;
  padding-bottom: 5px;
  position: relative;
}

.p-contact__privacy a::after {
  position: absolute;
  content: "";
  background: #2a63a4;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}

.p-contact__privacy input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #6081A2;
  border-radius: 4px;
  background-color: #fff;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 9px;
}

.p-contact__privacy input[type=checkbox]:checked:before {
  position: absolute;
  top: 3px;
  left: 6px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #6081A2;
  border-bottom: 2px solid #6081A2;
  content: "";
}

.p-contact__button {
  margin: 10px auto 0;
  padding-right: 0;
  padding-left: 10px;
}

.p-contact__button p {
  width: 100%;
  height: 100%;
  text-align: center;
}

.p-contact__button svg {
  top: 32px;
  right: 24px;
}

.p-contact__button input {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.5em;
  font-size: 18px;
  font-weight: 400;
}

.p-about__title--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0 10px;
}

@media screen and (max-width: 768px) {
  .p-about__title--wrap {
    gap: 5px;
  }
}
.p-about__title svg {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .p-about__title svg {
    width: 24px;
    height: 20px;
  }
}
.p-about__title .-en {
  font-size: 48px;
  font-family: "Fugaz One", sans-serif;
  color: #2A63A4;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .p-about__title .-en {
    font-size: 24px;
  }
}
.p-about__title .-ja {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: -4px 0 0 0;
}

@media screen and (max-width: 768px) {
  .p-about__title .-ja {
    font-size: 12px;
    margin: 4px 0px 0;
  }
}
.p-about__title .-fs32 {
  font-size: 32px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .p-about__title .-fs32 {
    font-size: 16px;
  }
}
.p-about__title .-fs24 {
  font-size: 24px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .p-about__title .-fs24 {
    font-size: 16px;
  }
}
.p-about-service {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .p-about-service {
    padding-top: 10px;
  }
}
.p-about-service__text {
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .p-about-service__text {
    margin-top: 20px;
    text-align: left;
  }
}
.p-about-service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 77px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-about-service__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 79px;
    margin-top: 67px;
  }
}
.p-about-service__contents > svg {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .p-about-service__contents > svg {
    width: 95px;
    top: 53.4%;
  }
}
.p-about-service__wrap {
  background-color: #EAEFF6;
  width: calc(50% - 20px);
  padding: 63px 40px 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-about-service__wrap {
    width: 100%;
    padding: 55px 22px 82px;
  }
  .p-about-service__wrap:nth-of-type(2) {
    padding: 59px 22px 45px;
  }
}
.p-about-service__wrap h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -16px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-about-service__wrap h3 {
    font-size: 20px;
    top: -11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-about-service__wrap svg {
    width: 31px;
    height: 23px;
  }
}
.p-about-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 29px 20px;
}

.p-about-service__item {
  width: calc(50% - 10px);
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  padding: 0 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-about-service__item {
    width: 100%;
    min-height: 160px;
  }
}
.p-about-service__item--title {
  background-color: #2A63A4;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  max-width: 230px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -10px auto 0;
  padding: 5px 10px;
  text-align: center;
}

.p-about-service__item--text {
  font-size: 16px;
  line-height: 1.1875;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-about-service__item--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-height: 87px;
}

.p-about-service__item--img img {
  width: 100%;
  height: auto;
}

.p-about-service__item.-item1 .p-about-service__item--img img {
  max-width: 67px;
}

.p-about-service__item.-item2 .p-about-service__item--img img {
  max-width: 47px;
}

.p-about-service__item.-item3 .p-about-service__item--img {
  padding-top: 8px;
}

.p-about-service__item.-item3 .p-about-service__item--img img {
  max-width: 80px;
}

.p-about-service__item.-item4 .p-about-service__item--img {
  padding-top: 8px;
}

.p-about-service__item.-item4 .p-about-service__item--img img {
  max-width: 53px;
}

.p-about-service__item.-item5 {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .p-about-service__item.-item5 {
    margin: 0 0;
  }
}
.p-about-service__item.-item5 .p-about-service__item--img {
  padding-top: 7px;
}

.p-about-service__item.-item5 .p-about-service__item--img img {
  max-width: 64px;
}

.p-about-service__item.-item6 .p-about-service__item--img {
  padding-top: 8px;
}

.p-about-service__item.-item6 .p-about-service__item--img img {
  max-width: 58px;
}

.p-about-service__item.-item7 .p-about-service__item--img {
  padding-top: 15px;
}

.p-about-service__item.-item7 .p-about-service__item--img img {
  max-width: 50px;
}

.p-about-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 49px;
  padding-top: 103px;
}

@media screen and (max-width: 768px) {
  .p-about-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    gap: 30px;
  }
}
.p-about-about__title {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}

@media screen and (max-width: 768px) {
  .p-about-about__title {
    font-size: 20px;
    gap: 4px;
  }
}
.p-about-about__title span {
  background-color: #2C2C2C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 13px 11px 6px;
}

@media screen and (max-width: 768px) {
  .p-about-about__title span {
    padding: 6px 13px 5px 6px;
  }
}
.p-about-about__head {
  width: 50%;
  padding-top: 8px;
}

@media screen and (max-width: 768px) {
  .p-about-about__head {
    width: 100%;
  }
}
.p-about-about__img {
  margin-right: calc(50% - 50vw);
  width: 54%;
  display: block;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(38, 134, 209, .1);
  box-shadow: 2px 2px 20px 0px rgba(38, 134, 209, .1);
}

@media screen and (max-width: 768px) {
  .p-about-about__img {
    margin-right: unset;
    width: 100%;
  }
}
.p-about-about__img img {
  width: 100%;
  height: auto;
}

.p-about-about__text {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .p-about-about__text {
    margin-top: 20px;
    gap: 24px;
  }
}
.p-about-reason {
  padding-top: 107px;
  padding-bottom: 13.8888888889vw;
}

@media screen and (max-width: 768px) {
  .p-about-reason {
    padding-top: 80px;
    padding-bottom: 28vw;
  }
}
.p-about-reason__title span {
  font-size: 64px;
  font-family: "Fugaz One", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-about-reason__title span {
    font-size: 36px;
  }
}
.p-about-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 30px;
  counter-reset: number 0;
  margin-top: 52px;
}

@media screen and (max-width: 768px) {
  .p-about-reason__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
    gap: 35px;
  }
}
.p-about-reason__item {
  -webkit-box-shadow: 2px 2px 20px 0px rgba(38, 134, 209, .1);
  box-shadow: 2px 2px 20px 0px rgba(38, 134, 209, .1);
  position: relative;
  padding-top: 33px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-about-reason__item {
    padding-top: 19px;
    padding-bottom: 20px;
  }
}
.p-about-reason__item::after {
  position: absolute;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-size: 48px;
  font-family: "Fugaz One", sans-serif;
  left: 5px;
  top: -9px;
  color: #2A63A4;
}

@media screen and (max-width: 768px) {
  .p-about-reason__item::after {
    font-size: 32px;
    left: 0;
  }
}
.p-about-reason__item.-col2 {
  width: calc(50% - 15px);
}

.p-about-reason__item.-col2 .p-about-reason__item--title {
  max-width: 459px;
}

@media screen and (max-width: 768px) {
  .p-about-reason__item.-col2 .p-about-reason__item--title {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-reason__item.-col2 {
    width: 100%;
  }
}
.p-about-reason__item.-col3 {
  width: calc(33.33333% - 20px);
}

.p-about-reason__item.-col3 .p-about-reason__item--title {
  max-width: 390px;
}

@media screen and (max-width: 768px) {
  .p-about-reason__item.-col3 .p-about-reason__item--title {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-reason__item.-col3 {
    width: 100%;
  }
}
.p-about-reason__item--title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(260deg, rgb(255, 255, 255) 0%, rgb(77, 124, 179) 59%, rgb(43, 99, 164) 100%);
  width: 100%;
  padding: 6px 28px 4px 28px;
}

@media screen and (max-width: 768px) {
  .p-about-reason__item--title {
    font-size: 16px;
    line-height: 1;
    padding: 6px 22px 8px 22px;
  }
}
.p-about-reason__item--text {
  padding: 14px 24px 0;
}

@media screen and (max-width: 768px) {
  .p-about-reason__item--text {
    padding: 10px 15px 0;
  }
}
.p-about-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-about-mission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 70px;
  }
}
.p-about-mission__head {
  width: 46%;
  padding-top: 55px;
}

@media screen and (max-width: 768px) {
  .p-about-mission__head {
    width: 100%;
    padding-top: unset;
  }
}
.p-about-mission__img {
  margin-right: calc(50% - 50vw);
  width: 43.3%;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-about-mission__img {
    width: 108%;
    margin: 5px -16px 0;
  }
}
.p-about-mission__img img {
  width: 100%;
  height: auto;
}

.p-about-mission__text {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .p-about-mission__text {
    margin-top: 22px;
  }
}
.p-about-vision {
  padding-top: 31px;
}

.p-about-vision__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 23px 33px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 46px;
}

@media screen and (max-width: 768px) {
  .p-about-vision__contents {
    margin-top: 40px;
    gap: 34px;
  }
}
.p-about-vision__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  max-width: 936px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-about-vision__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    gap: 56px;
  }
}
.p-about-vision__item {
  background-color: #fff;
  width: calc(33.33333% - 12px);
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
}

.p-about-vision__item:not(:last-of-type) {
  position: relative;
}

.p-about-vision__item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  background-image: url("../images/about/vision.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: -30px;
  bottom: 43px;
  z-index: 3;
  width: 42px;
  height: 42px;
}

@media screen and (max-width: 768px) {
  .p-about-vision__item:not(:last-of-type)::after {
    right: unset;
    left: 50%;
    bottom: -32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-about-vision__item {
    width: 100%;
  }
}
.p-about-vision__item h3 {
  font-size: 24px;
  font-weight: 900;
  background-color: #2A63A4;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -10px 20px 0;
  padding: 3px 10px 0px;
}

@media screen and (max-width: 768px) {
  .p-about-vision__item h3 {
    font-size: 16px;
    margin: -10px 50px 0;
    padding: 3px 10px 1px;
  }
}
.p-about-vision__item ul {
  width: 100%;
  margin: 20px auto 24px;
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  .p-about-vision__item ul {
    margin: 12px auto 14px;
    max-width: 200px;
  }
}
.p-about-vision__item li {
  font-size: 16px;
  line-height: 1.5625;
}

@media screen and (max-width: 768px) {
  .p-about-vision__item li {
    font-size: 14px;
    line-height: 1.7;
  }
}
.p-about-vision__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .p-about-vision__text {
    gap: 6px;
    margin-left: -8px;
  }
}
.p-about-vision__text .-md {
  font-size: 32px;
  font-weight: 700;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .p-about-vision__text .-md {
    font-size: 18px;
  }
}
.p-about-vision__text .-lg {
  font-size: 80px;
  font-family: "Fugaz One", sans-serif;
  color: #2A63A4;
  display: block;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .p-about-vision__text .-lg {
    font-size: 48px;
  }
}
.p-about-vision__text .-sm {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  .p-about-vision__text .-sm {
    font-size: 14px;
  }
}
.p-about-value {
  padding-top: 110px;
  padding-bottom: 8.3333333333vw;
}

@media screen and (max-width: 768px) {
  .p-about-value {
    padding-top: 55px;
    padding-bottom: 19.2vw;
  }
}
.p-about-value__contents {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  padding: 62px 50px 37px 48px;
  margin-top: 65px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-about-value__contents {
    padding: 50px 15px 32px 15px;
    margin-top: 50px;
  }
}
.p-about-value__title {
  background-color: #2A63A4;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  top: -24px;
  padding: 9px 43px;
}

@media screen and (max-width: 768px) {
  .p-about-value__title {
    font-size: 16px;
    padding: 8px 16px;
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 315px;
    width: 100%;
  }
}
.p-about-value__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 39px 22px;
  counter-reset: number 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-about-value__list {
    gap: 11px 9px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-about-value__item {
  width: 150px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F0F6FF;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-about-value__item {
    width: calc(33.33333% - 6px);
    height: 80px;
  }
  .p-about-value__item:nth-of-type(4), .p-about-value__item:nth-of-type(9) {
    margin-left: 10px;
  }
  .p-about-value__item:nth-of-type(5), .p-about-value__item:nth-of-type(10) {
    margin-right: 10px;
  }
}
.p-about-value__item::after {
  position: absolute;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  left: 0;
  top: -12px;
  font-size: 40px;
  font-family: "Fugaz One", sans-serif;
  color: #C6D9EF;
}

@media screen and (max-width: 768px) {
  .p-about-value__item::after {
    font-size: 20px;
    top: -9px;
  }
}
.p-about-value__item::before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: rgba(198, 217, 239, .2);
  width: 100%;
  height: 100%;
}

.p-about-value__item span {
  font-size: 14px;
  line-height: 1.2142857143;
  text-align: center;
  max-width: 124px;
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-about-value__item span {
    font-size: 12px;
  }
}
.p-about-value__text {
  font-weight: 500;
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .p-about-value__text {
    margin-top: 25px;
  }
}
.p-about-message {
  padding-top: 200px;
  padding-bottom: 160px;
  position: relative;
}

.p-about-message::after {
  position: absolute;
  content: "";
  background-image: url("../images/about/message-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: -290px;
  bottom: -92px;
  width: 551px;
  height: 503px;
}

@media screen and (max-width: 768px) {
  .p-about-message::after {
    width: 323px;
    height: 295px;
    right: -133px;
    bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-message {
    padding-top: 128px;
    padding-bottom: 77px;
  }
}
.p-about-message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-about-message__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    gap: 44px;
  }
}
.p-about-message__head {
  width: 28%;
  margin-top: -9px;
}

@media screen and (max-width: 768px) {
  .p-about-message__head {
    width: 100%;
    max-width: 287px;
    margin: 0 auto;
  }
}
.p-about-message__head img {
  width: 100%;
  height: auto;
}

.p-about-message__head figcaption {
  display: block;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-about-message__head figcaption {
    font-size: 14px;
    margin-top: 11px;
    margin-left: -2px;
  }
}
.p-about-message__text {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .p-about-message__text {
    width: 100%;
    gap: 24px;
    margin: 0 7px;
  }
}
.p-marketing__lead {
  font-size: 16px;
  line-height: 2.5;
  font-weight: 700;
  text-align: center;
  margin-top: 68px;
  position: absolute;
  bottom: 117px;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-marketing__lead {
    font-size: 14px;
    bottom: 58px;
  }
}
.p-marketing__lead span {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  position: relative;
  z-index: 1;
  display: block;
  margin: -6px 0 7px;
}

@media screen and (max-width: 768px) {
  .p-marketing__lead span {
    font-size: 16px;
    margin: 0px 0 4px;
  }
}
.p-marketing__lead span::after {
  position: absolute;
  content: "";
  background: #FFEBAC;
  width: 95%;
  height: 20px;
  left: 50%;
  bottom: -3px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-marketing__lead span::after {
    height: 16px;
    bottom: -6px;
  }
}
.p-marketing-about {
  padding-bottom: 135px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about {
    padding-bottom: 37px;
  }
}
.p-marketing-about__list {
  margin-top: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__list {
    margin-top: 28px;
    gap: 42px;
  }
}
.p-marketing-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.91%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.p-marketing-about__item:nth-last-of-type(even) {
  gap: 49px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-last-of-type(even) {
    gap: 20px;
  }
}
.p-marketing-about__item:nth-last-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-last-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-marketing-about__item:nth-child(2) {
  gap: 9%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(2) {
    gap: 20px;
  }
}
.p-marketing-about__item:nth-child(2) .p-marketing-about__head {
  width: 41.6%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(2) .p-marketing-about__head {
    width: 100%;
  }
}
.p-marketing-about__item:nth-child(2) .p-marketing-about__body {
  width: 49.38%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(2) .p-marketing-about__body {
    width: 100%;
  }
}
.p-marketing-about__item:nth-child(4) {
  gap: 5%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(4) {
    gap: 20px;
  }
}
.p-marketing-about__item:nth-child(4) .p-marketing-about__head {
  width: 47%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(4) .p-marketing-about__head {
    width: 100%;
  }
}
.p-marketing-about__item:nth-child(4) .p-marketing-about__body {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item:nth-child(4) .p-marketing-about__body {
    width: 100%;
  }
}
.p-marketing-about__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 10px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item ul {
    margin-top: 24px;
    gap: 8px 6px;
  }
}
.p-marketing-about__item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  height: 30px;
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li {
    font-size: 11px;
  }
}
.p-marketing-about__item li.-w1 {
  min-width: 120px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.-w1 {
    min-width: 68px;
  }
}
.p-marketing-about__item li.-w2 {
  min-width: 130px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.-w2 {
    min-width: 79px;
  }
}
.p-marketing-about__item li.-w3 {
  min-width: 80px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.-w3 {
    min-width: 40px;
  }
}
.p-marketing-about__item li.-w4 {
  min-width: 160px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.-w4 {
    min-width: 102px;
  }
}
.p-marketing-about__item li.-w5 {
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.-w5 {
    min-width: 137px;
  }
}
.p-marketing-about__item li.u-md-only--flex {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-marketing-about__item li.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__item li.u-md-hidden--flex {
    display: none;
  }
}
.p-marketing-about__head {
  width: 42.97%;
}

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

.p-marketing-about__body {
  width: 53.13%;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__body {
    width: 100%;
  }
}
.p-marketing-about__title {
  font-size: 32px;
  font-weight: 900;
  color: #2A63A4;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__title {
    font-size: 18px;
  }
}
.p-marketing-about__text {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__text {
    margin-top: 11px;
  }
}
.p-marketing-about__img {
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-marketing-about__img {
    margin-top: 20px;
  }
}
.p-marketing-about__img img {
  width: 100%;
  height: auto;
}

.p-marketing-case {
  background-color: #EAEFF6;
  margin: 0 calc(50% - 50vw);
  padding: 78px calc(50vw - 50%) 233px;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .p-marketing-case {
    padding: 33px calc(50vw - 50%) 103px;
  }
}
.p-marketing-case__list {
  margin-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 105px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__list {
    margin-top: 30px;
    gap: 65px;
  }
}
.p-marketing-case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75%;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.p-marketing-case__head {
  width: 42.97%;
}

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

.p-marketing-case__body {
  width: 53.28%;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__body {
    width: 100%;
  }
}
.p-marketing-case__title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(260deg, rgb(200, 215, 231) 0%, rgb(77, 124, 179) 59%, rgb(43, 99, 164) 100%);
  padding: 5px 12px 5px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__title {
    font-size: 16px;
    padding: 5px 9px 5px;
  }
}
.p-marketing-case__text {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__text {
    margin-top: 20px;
    gap: 24px;
  }
}
.p-marketing-case-ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  max-width: 650px;
  margin-top: 31px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba {
    gap: 12px;
    margin-top: 23px;
  }
}
.p-marketing-case-ba__item {
  width: calc(50% - 14.5px);
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba__item {
    width: calc(50% - 6px);
  }
}
.p-marketing-case-ba__item.-before .p-marketing-case-ba__head {
  background-color: #787878;
}

.p-marketing-case-ba__item.-before .p-marketing-case-ba__body {
  border-left: #D9D9D9 2px solid;
  border-right: #D9D9D9 2px solid;
  border-bottom: #D9D9D9 2px solid;
  position: relative;
}

.p-marketing-case-ba__item.-before .p-marketing-case-ba__body::after {
  position: absolute;
  content: "";
  background-image: url("../images/marketing/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: -23px;
  top: 39%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 52px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba__item.-before .p-marketing-case-ba__body::after {
    width: 25px;
    height: 12px;
    right: -11px;
  }
}
.p-marketing-case-ba__item.-after .p-marketing-case-ba__head {
  background-color: #2B63A4;
}

.p-marketing-case-ba__item.-after .p-marketing-case-ba__body {
  border-left: #2B63A4 2px solid;
  border-right: #2B63A4 2px solid;
  border-bottom: #2B63A4 2px solid;
}

.p-marketing-case-ba__item li {
  font-size: 16px;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba__item li {
    font-size: 8px;
  }
}
.p-marketing-case-ba__item li span {
  position: relative;
  z-index: 1;
}

.p-marketing-case-ba__item li span::after {
  position: absolute;
  content: "";
  background-color: #FFEBAC;
  left: 0;
  bottom: 0;
  height: 10px;
  width: 100%;
  z-index: -1;
}

.p-marketing-case-ba__head {
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  padding: 6px 10px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba__head {
    font-size: 11px;
  }
}
.p-marketing-case-ba__head span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-ba__head span {
    font-size: 12px;
  }
}
.p-marketing-case-ba__body {
  border-radius: 0 0 10px 10px;
  background-color: rgba(255, 255, 255, .8);
  padding: 5px 10px 11px;
}

.p-marketing-case-bottom1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2.66%;
  margin-top: 21px;
  max-width: 639px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom1 {
    margin-top: 11px;
  }
}
.p-marketing-case-bottom1__img {
  width: 77.81%;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom1__img {
    width: 72.81%;
  }
}
.p-marketing-case-bottom1__img img {
  width: 100%;
  height: auto;
}

.p-marketing-case-bottom1__text {
  width: 19.53%;
  font-size: 12px;
  line-height: 1.6666666667;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom1__text {
    font-size: 8px;
    width: 24.53%;
  }
}
.p-marketing-case-bottom2 {
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2 {
    margin-top: 20px;
  }
}
.p-marketing-case-bottom2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__list {
    gap: 3px;
  }
}
.p-marketing-case-bottom2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-marketing-case-bottom2__item p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 10px;
  border: 1px solid #3D87DD;
  width: calc(100% - 91px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 18px;
  max-width: 554px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__item p {
    width: calc(97% - 48px);
    font-size: 8px;
    padding: 5px 10px;
    border-radius: 8px;
  }
}
.p-marketing-case-bottom2__icon1 {
  width: 91px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__icon1 {
    width: 48px;
  }
}
.p-marketing-case-bottom2__icon1 img {
  max-width: 78px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__icon1 img {
    max-width: 44px;
  }
}
.p-marketing-case-bottom2__icon2 {
  width: 91px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__icon2 {
    width: 48px;
  }
}
.p-marketing-case-bottom2__icon2 img {
  max-width: 70px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__icon2 img {
    max-width: 40px;
  }
}
.p-marketing-case-bottom2__text {
  font-size: 18px;
  line-height: 1.6666666667;
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__text {
    font-size: 9px;
    margin-top: 10px;
  }
}
.p-marketing-case-bottom2__img {
  max-width: 558px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-marketing-case-bottom2__img {
    max-width: 288px;
    margin-top: 13px;
  }
}
.p-marketing-case-bottom2__img img {
  width: 100%;
  height: auto;
}

.p-marketing-case__button {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-marketing-case__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto 0;
  }
}
.p-member {
  padding-top: 76px;
  padding-bottom: 100px;
}

.p-member__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5.4%;
}

@media screen and (max-width: 768px) {
  .p-member__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.p-member__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .p-member__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-member__item:nth-of-type(2) {
  padding-top: 90px;
}

.p-member__item:nth-of-type(3) {
  padding-top: 80px;
}

.p-member__img {
  width: 30%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-member__img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.p-member__img img {
  width: 100%;
  height: auto;
}

.p-member__name {
  position: absolute;
  left: 14px;
  bottom: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-member__name--sm {
  font-size: 16px;
}

.p-member__name--lg {
  font-size: 36px;
  line-height: 1.1111111111;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-member__name--lg {
    font-size: 24px;
  }
}
.p-member__contents {
  width: 64.6%;
}

@media screen and (max-width: 768px) {
  .p-member__contents {
    width: 100%;
  }
}
.p-member__disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.p-member__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.p-member__link figure {
  width: 23.11%;
}

.p-member__link figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-member__link div {
  width: 76.89%;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  box-shadow: 2px 2px 20px 2px rgba(38, 134, 209, .18);
  padding: 16px 16px 22px;
  position: relative;
}

.p-member__link p {
  font-size: 14px;
  line-height: 1.4285714286;
  max-width: 391px;
}

@media screen and (max-width: 768px) {
  .p-member__link p {
    font-size: 12px;
  }
}
.p-member__link span {
  font-size: 16px;
  font-weight: 700;
  color: #2A63A4;
  position: absolute;
  bottom: 10px;
  right: 14px;
  padding-right: 22px;
}

.p-member__link span::after {
  position: absolute;
  content: "";
  background-image: url("../images/member/outlink.webp");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
}

.p-member-introduction {
  margin: 0 calc(50% - 50vw) 0;
  padding: 73px calc(50vw - 50%) 84px;
  width: 100vw;
  background-color: #EAEFF6;
}

.p-member-introduction__title {
  font-size: 36px;
  line-height: 1.1111111111;
  font-weight: 600;
}

.p-member-introduction__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 46px;
}

@media screen and (max-width: 768px) {
  .p-member-introduction__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-member-introduction__item {
  width: calc(33.33333% - 33.33333px);
}

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

@media screen and (max-width: 768px) {
  .p-member-introduction__img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.p-member-introduction__name {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-member-introduction__name {
    margin-top: 20px;
  }
}
.p-member-introduction__name--lg {
  font-size: 36px;
  line-height: 1.1111111111;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-member-introduction__name--lg {
    font-size: 20px;
  }
}
.p-member-introduction__disc {
  margin-top: 20px;
}

.p-bmp {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .p-bmp {
    padding-bottom: 70px;
  }
}
.p-bmp-head {
  padding: 115px 0 112px 0;
}

.p-bmp-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.p-bmp-head__title .-sm {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(43, 99, 164)), to(rgb(59, 139, 231)));
  background: linear-gradient(90deg, rgb(43, 99, 164) 0%, rgb(59, 139, 231) 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 16px;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .p-bmp-head__title .-sm {
    font-size: 15px;
  }
}
.p-bmp-head__title .-lg {
  font-size: 40px;
  font-weight: 900;
  color: #10345D;
}

@media screen and (max-width: 768px) {
  .p-bmp-head__title .-lg {
    font-size: 20px;
    text-align: left;
  }
}
.p-bmp-head .c-head__text {
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .p-bmp-head .c-head__text {
    margin-top: 16px;
  }
}
.p-bmp-head__bottom {
  max-width: 215px;
  margin-right: -11px;
  margin-left: auto;
}

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

.p-bmp-about {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .p-bmp-about {
    padding-bottom: 50px;
  }
}
.p-bmp-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  margin-top: 74px;
}

@media screen and (max-width: 768px) {
  .p-bmp-about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
    margin-top: 30px;
  }
}
.p-bmp-about__item {
  width: calc(25% - 20.25px);
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(38, 134, 209, .1);
  box-shadow: 2px 2px 20px 0px rgba(38, 134, 209, .1);
  padding: 20px 10px 10px 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-bmp-about__item {
    width: 100%;
  }
}
.p-bmp-about__item::after {
  position: absolute;
  content: "“";
  font-size: 64px;
  font-family: "Fugaz One", sans-serif;
  color: #3D87DD;
  left: 0;
  top: -10px;
}

@media screen and (max-width: 768px) {
  .p-bmp-about__item::after {
    font-size: 44px;
  }
}
.p-bmp-about__item h3 {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-bmp-about__item h3 {
    font-size: 14px;
  }
}
.p-bmp-about__item figure {
  margin-top: 14px;
}

.p-bmp-about__item figure img {
  width: 100%;
  height: auto;
}

.p-bmp-about__lead {
  font-size: 24px;
  line-height: 1.6666666667;
  font-weight: 700;
  text-align: center;
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .p-bmp-about__lead {
    font-size: 16px;
    margin-top: 40px;
  }
}
.p-bmp-about__lead .-border {
  position: relative;
  z-index: 1;
}

.p-bmp-about__lead .-border::after {
  position: absolute;
  content: "";
  background-color: #FFEBAC;
  width: 100%;
  height: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-bmp-about__lead .-border::after {
    height: 10px;
  }
}
.p-bmp-about__lead .-color {
  color: #2B63A4;
}

.p-bmp-skil {
  margin: 0 calc(50% - 50vw);
  padding: 100px calc(50vw - 50%);
  width: 100vw;
  background-image: url(../images/bmp/skilbg.webp);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-bmp-skil {
    padding: 50px calc(50vw - 50%);
  }
}
.p-bmp-skil__title {
  max-width: 1000px;
  height: 60px;
  margin: 0 auto;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, right top, from(rgb(43, 99, 164)), to(rgb(59, 139, 231)));
  background: linear-gradient(90deg, rgb(43, 99, 164) 0%, rgb(59, 139, 231) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-bmp-skil__title {
    font-size: 18px;
    height: 40px;
    margin: 0 30px;
  }
}
.p-bmp-skil__box {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, .4);
  padding: 82px 20px 60px;
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .p-bmp-skil__box {
    margin-top: -20px;
    padding: 40px 20px 40px;
  }
}
.p-bmp-skil__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-bmp-skil__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}
.p-bmp-skil__item {
  background-color: #fff;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  position: relative;
  padding: 0 26px;
  margin: 0 10px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-bmp-skil__item {
    font-size: 16px;
    height: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-bmp-skil__item::before, .p-bmp-skil__item::after {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  width: 10px;
  height: 100%;
}

.p-bmp-skil__item::before {
  left: -9.5px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.p-bmp-skil__item::after {
  right: -9.5px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.p-bmp-graph {
  padding-top: 104px;
}

@media screen and (max-width: 768px) {
  .p-bmp-graph {
    padding-top: 50px;
  }
}
.p-bmp-graph__title {
  font-size: 32px;
  line-height: 2.5;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-bmp-graph__title {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }
}
.p-bmp-graph__title .-lg {
  font-size: 48px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-bmp-graph__title .-lg {
    font-size: 24px;
  }
}
.p-bmp-graph__title .-border {
  position: relative;
  z-index: 1;
}

.p-bmp-graph__title .-border::after {
  position: absolute;
  content: "";
  background-color: #FFEBAC;
  width: 100%;
  height: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-bmp-graph__title .-border::after {
    height: 10px;
  }
}
.p-bmp-graph__img {
  max-width: 1000px;
  margin: 68px auto 0;
}

@media screen and (max-width: 768px) {
  .p-bmp-graph__img {
    margin: 30px auto 0;
  }
}
.p-bmp-graph__img img {
  width: 100%;
  height: auto;
}

.p-bmp-graph__img2 {
  max-width: 1280px;
  margin: 102px auto 0;
}

@media screen and (max-width: 768px) {
  .p-bmp-graph__img2 {
    margin: 30px auto 0;
  }
}
.p-bmp-graph__img2 img {
  width: 100%;
  height: auto;
}

.p-bmp-graph__img3 {
  max-width: 1000px;
  margin: 75px auto 0;
}

@media screen and (max-width: 768px) {
  .p-bmp-graph__img3 {
    margin: 30px auto 0;
  }
}
.p-bmp-graph__img3 img {
  width: 100%;
  height: auto;
}

.p-bmp-voice {
  margin: 120px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-bmp-voice {
    margin: 110px 0 0;
  }
}
.p-bmp-voice::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6.25vw;
  left: 0;
  z-index: 1;
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .p-bmp-voice::before {
    height: 16vw;
  }
}
.p-bmp-voice::before {
  top: -0.6944444444vw;
}

@media screen and (max-width: 768px) {
  .p-bmp-voice::before {
    top: -7.4666666667vw;
  }
}
.p-bmp-voice .p-top__title {
  margin: -10px auto 0;
  position: relative;
  z-index: 3;
}

.p-bmp-voice__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 47px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .p-bmp-voice__head {
    display: none;
  }
}
.p-bmp-voice__head figure {
  width: 164px;
}

.p-bmp-voice__head figure img {
  width: 100%;
  height: auto;
}

.p-bmp-voice__head p {
  font-size: 16px;
  line-height: 1.5;
}

.p-bmp-voice__slider {
  margin: 50px calc(50% - 50vw) 0;
  padding-bottom: 42px;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .p-bmp-voice__slider {
    width: 100%;
    max-width: 375px;
    margin: 50px auto 0;
    padding-bottom: 40px;
  }
}
.p-bmp-voice__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #BCBCBC;
}

.p-bmp-voice__slider .swiper-pagination-bullet-active {
  background-color: #2969B2;
}

.p-bmp-voice__item {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(76, 175, 255, .18);
  box-shadow: 0px 0px 25px 0px rgba(76, 175, 255, .18);
  background-color: #fff;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-bmp-voice__item a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.p-bmp-voice__item img {
  width: 100%;
  height: auto;
}

.p-bmp-voice__item .-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-bmp-voice__item .-head > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-bmp-voice__item .-icon {
  width: 50px;
  height: 50px;
}

.p-bmp-voice__item .-icon img {
  width: 100%;
  height: auto;
}

.p-bmp-voice__item .-name {
  font-size: 16px;
}

.p-bmp-voice__item .-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 42px;
}

.p-bmp-voice__item .-bottom time {
  font-size: 14px;
  color: #b8c6d6;
}

.p-bmp-voice__item .-bottom figure {
  max-width: 100px;
}

.p-bmp-voice__item .-bottom figure img {
  width: 100%;
  height: auto;
}

.p-bmp-voice__item p {
  border-top: 2px solid #dce6f2;
  padding-top: 15px;
  margin-top: 20px;
  line-height: 1.3;
}

.p-bmp-banner1 {
  background-color: #313C61;
  max-width: 1000px;
  margin: 250px auto 0;
  display: block;
  padding: 14px 14px 0;
}

@media screen and (max-width: 768px) {
  .p-bmp-banner1 {
    margin: 100px auto 0;
    padding: 10px 10px 0;
  }
}
.p-bmp-banner1 img {
  width: 100%;
  height: auto;
}

.p-bmp-banner1 figcaption {
  font-size: 24px;
  font-weight: 700;
  color: #FECE29;
  text-align: center;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-bmp-banner1 figcaption {
    font-size: 18px;
    height: 60px;
  }
}
.p-bmp-banner2 {
  max-width: 1000px;
  margin: 135px auto 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-bmp-banner2 {
    margin: 30px auto 0;
  }
}
.p-bmp-banner2 img {
  width: 100%;
  height: auto;
}

.p-bmp-banner2 figcaption {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(215, 52, 139)), to(rgb(68, 106, 210)));
  background: linear-gradient(90deg, rgb(215, 52, 139) 0%, rgb(68, 106, 210) 100%);
}

@media screen and (max-width: 768px) {
  .p-bmp-banner2 figcaption {
    font-size: 18px;
    height: 60px;
  }
}
.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}
/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}

@media screen and (max-width: 1140px) {
  .u-xl-only {
    display: block;
  }
}
.u-xl-hidden {
  display: block;
}

@media screen and (max-width: 1140px) {
  .u-xl-hidden {
    display: none;
  }
}
.u-md-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--flex {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-md-hidden {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}



/* 追加css
--------------------------------------------------------------*/

.p-top-news__img {
    flex-shrink: 0;
}
.p-top-news__body{
	max-width: 380px;
}
.p-contact__button input {
	width: 260px;
}
.p-top-partners, .p-top-media-news{
  background: #fff;
}
.single_cate{
	margin-top: 0 !important;
}
.p-top-partners__title{
	position: relative;
	z-index: 999;
}
.p-about-vision__item h3{
	padding: 0 0 2px 0;
	font-weight: 500;
}
.p-privacy__section + .p-privacy__section{
	padding-top: 30px;
}
.p-privacy__section dt span.law_note{
	font-size: 14px;
	font-weight: 600;
	padding-right: 10px;
	padding-top: 5px;
}
.p-privacy__section dt span {
	margin-bottom: 5px;
}
.p-contact__privacy a{
	padding-bottom: 0;
}
.c-button2 p{
	font-weight: 500;
}
.c-button2{
	box-shadow: none;
	width: 260px;
	height: 50px;
}
.c-button2 svg{
	top: 20px;
}
.c-cta__button{
	box-shadow: 0px 1px 18px 2px rgb(255 255 255 / 15%);
}
.p-top-mv__button{
	box-shadow: 0px 1px 18px 1px #3d87dd3d;
}
.l-header__nav .-contact svg{
	box-shadow: 0px 0px 10px 4px #3d87dd40;
}
@media screen and (max-width: 768px) {
	.c-head__list li::after{
	top: 0;
	}
	.p-top-break__subtitle {
	font-size: 18px;
	}
	.p-top-works__body {
        padding: 10px;
    }
	.c-cta__text{
		text-align: left !important;
		font-size: 14px;
	}
	.p-privacy__section dt{
		display: block;
		margin-bottom: 6px;
	}
	.p-privacy__section dt span{
		margin-right: 10px;
	}
}
.p-top-point__img img{
	max-width: 600px;
}
.p-top-partners__img{
	height: 50px;
}
.icon-mail-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2a63a4;  
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;  
	box-shadow: 0px 0px 10px 2px #3d87dd40;
}
.p-top-mv__button.-download{
	padding: 0;
}
.p-top-mv__button p{
	margin-right: 10px;
}
.c-cta__button.-download p{
	font-weight: 600;
}
.p-top-partners__slider1, .p-top-partners__slider2{
	margin-top: 10px;
}
.p-regional-map__img img{
	margin-top: -30px;
}
.p-company-officemap__img{
	margin-top: -80px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .p-top-point__item {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .-pl15px{
    padding: 0 15px;
  }
.p-regional-map__img img{
	margin-top: -20px;
}
.p-company-officemap__img{
	margin-top: -20px;
}
	.p-regional-activity__item figure.-img1, .p-regional-activity__item figure.-img2, .p-regional-activity__item figure.-img3{
		width: 100%;
		max-width: 100%;
}
	.p-regional-activity__item{
		justify-content: initial;
}
	.p-top-service__img{
		padding-top: 2px;
}
	.icon-mail-wrap{
		background: none;
		width: 32px;
		height: 32px;
}
	.icon-mail-wrap img{
		width: 20px;
		height: 20px;
}
	.l-header__nav{
		padding-top: 0;
}
}
.l-header__nav .-megamenu{
    width: 270px;
    background: #ffffffc7;
    padding: 10px 20px;
    border-radius: 4px;
}
