@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  margin: 0;
  clear: both;
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  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 {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  vertical-align: middle;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

th {
  font-weight: bold;
  text-align: left;
}

:root {
  --color-text: #000;
  --link-text: #102770;
  --color-primary: #102770;
  --color-secondary: #fbed21;
  --content-width: 1160px;
  --article-width: 840px;
}

html {
  width: 100%;
  font-size: 16px;
}

body {
  font-feature-settings: "palt";
  color: var(--color-text);
  font-weight: 400;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

.container {
  overflow: hidden;
}

.l-header__bottom {
  background: #192f9b;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header__telcta.p-cta__tel .tel-title {
  width: 90px;
  height: 40px;
  margin-right: 10px;
  padding-right: 20px;
  background: url(../img/common/cta_header_tel.svg) no-repeat center/contain;
  font-size: 0.8125rem;
  text-align: left;
}
.l-header__telcta.p-cta__tel .telnum {
  font-size: 1.875rem;
  letter-spacing: 0.02em;
  text-align: right;
}
.l-header__telcta.p-cta__tel .telnum::before {
  width: 21px;
  height: 21px;
}
.l-header__telcta.p-cta__tel .subtitle {
  color: #102770;
  font-weight: bold;
  font-size: 0.75rem;
}
.l-header__telcta.p-cta__tel .subtitle span {
  color: #999;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}

.l-header__spcta {
  display: flex;
  align-items: center;
}
.l-header__spcta .c-button-cta.has-icon a {
  padding: 1.8666666667vw 2.1333333333vw;
  font-size: 3.2vw;
}
.l-header__spcta .c-button-cta.has-icon a::before {
  width: 5.0666666667vw;
  height: 3.3333333333vw;
}

.l-header__fixed {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  background: rgba(25, 47, 155, 0.6);
  transition: transform 0.3s;
}
.l-header__fixed.is-view {
  transform: translateY(0%);
}

.is-button-hamburgerActive .l-globalnav {
  transform: translateX(0);
}

.l-globalnav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-globalnav__list {
  display: flex;
  align-items: center;
}
.l-globalnav__list li.current-menu-item a {
  color: #fbed21;
}
.l-globalnav__list li.current-menu-item a::after {
  width: 100%;
}
.l-globalnav__list a {
  display: flex;
  position: relative;
  align-items: center;
  padding: 30px 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.l-globalnav__list a::before {
  display: block;
  width: 9px;
  height: 15px;
  margin-right: 5px;
  background: url(../img/icon/nav_arrow.svg) no-repeat center/contain;
  content: "";
}

.l-globalnav__spcta {
  color: #fff;
}
.l-globalnav__spcta a {
  color: inherit;
  white-space: nowrap;
}
.l-globalnav__spcta .p-cta__button a {
  margin-right: auto;
  margin-left: auto;
}
.l-globalnav__spcta .message-text {
  margin-top: 1.3333333333vw;
  font-size: 3.4666666667vw;
  text-align: center;
}
.l-globalnav__spcta .p-cta__buttonwrap {
  margin-top: 5.3333333333vw;
}
.l-globalnav__spcta .p-cta__tel .tel-title {
  margin-right: 1.6vw;
}
.l-globalnav__spcta .p-cta__tel .telnum::before {
  width: 6.9333333333vw;
  height: 7.2vw;
}

/* Button */
.button-hamburger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
  position: relative;
  width: 17.0666666667vw;
  height: 17.0666666667vw;
  margin: auto 0;
  margin-left: 2.6666666667vw;
  border: 0;
  outline: 0;
  background: #192f9b;
  cursor: pointer;
  /* IE非対応 */
}

.hamburger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 7.3333333333vw;
  height: 2px;
  margin: auto;
  background-color: #fff;
}
.hamburger:before, .hamburger:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: inherit;
  content: "";
  transition: all 0.3s cubic-bezier(0, 0.51, 1, 0.61);
}
.hamburger:before {
  top: -2.6666666667vw;
}
.hamburger:after {
  top: 2.6666666667vw;
}

.is-button-hamburgerActive .hamburger {
  background: transparent;
}
.is-button-hamburgerActive .hamburger::before, .is-button-hamburgerActive .hamburger::after {
  background: #fff;
}
.is-button-hamburgerActive .hamburger::before {
  top: 0;
  transform: rotate(45deg);
}
.is-button-hamburgerActive .hamburger::after {
  top: 0;
  transform: rotate(-45deg);
}
.l-footer {
  padding: 70px 0 30px;
}

.l-footer__logo {
  width: 468px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.l-footer__logo + * {
  margin-top: 70px;
}
.l-footer__logo img {
  width: 100%;
}

.l-footer__linklist {
  margin-right: -15px;
}
.l-footer__linklist + * {
  margin-top: 30px;
}

.l-footer__listitem {
  width: 280px;
  max-width: calc(25% - 15px);
  margin-right: 15px;
}
.l-footer__listitem .__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70px;
  background: #102770;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.l-footer__listitem .__link span {
  font-weight: 500;
  font-size: 0.75em;
}

.l-footer__address {
  padding-top: 30px;
  border-top: 1px solid #999;
}

.l-footer__site {
  width: 33.3%;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
.l-footer__site .sitename {
  font-weight: bold;
  font-size: 1rem;
}

.l-footer__copyright {
  margin-top: 70px;
  text-align: center;
}

.l-inner {
  width: var(--content-width);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.l-inner.-narrow {
  width: 955px;
}
.l-inner.-wide {
  width: 1160px;
}

.l-spacer-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.l-spacer-section.-onlytop {
  padding-bottom: 0;
}
.l-spacer-section.-alliance__top {
  padding-top: 0;
}

.l-fullwidth-bg {
  width: 100%;
}
.l-fullwidth-bg img {
  width: 100%;
}

.c-form__label {
  white-space: nowrap;
}
.c-form__label .req {
  display: inline-block;
  margin-left: 25px;
  padding: 2px 8px;
  border-radius: 100rem;
  background: #fc2f59;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
}

.c-form__input input,
.c-form__input textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 12px 20px;
  border-radius: 5px;
  background: #fff;
  font-size: 1rem;
}
.c-form__input input::-moz-placeholder, .c-form__input textarea::-moz-placeholder {
  color: #cdd6dd;
}
.c-form__input input::placeholder,
.c-form__input textarea::placeholder {
  color: #cdd6dd;
}
.c-form__input input:focus-visible,
.c-form__input textarea:focus-visible {
  outline: 2px solid #102770;
}
.c-form__input textarea {
  min-height: 200px;
  overflow: auto;
  resize: vertical;
}
.c-form__input input[type=checkbox] {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.c-form__input input[type=checkbox] + * {
  position: relative;
  padding-left: 52px;
  cursor: pointer;
}
.c-form__input input[type=checkbox] + *::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #cdd6dd;
  border-radius: 4px;
  background-image: url(../img/icon/check_lightblue.svg);
  background-position: center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-color: #fff;
  content: "";
}
.c-form__input input[type=checkbox]:checked + *::before {
  background-image: url(../img/icon/check_white.svg);
  background-color: #102770;
}

.c-form__submit {
  display: block;
  width: 400px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 1rem;
  color: #102770;
  font-weight: 900;
  font-size: 1.25rem;
  text-align: center;
}

.c-button-cta a {
  display: block;
  position: relative;
  border-radius: 100rem;
  background: linear-gradient(to right, #fed700, #fdf175);
  box-shadow: 0 2px 0 #aaa03c;
  color: #102770;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.c-button-cta.has-icon a {
  display: flex;
  align-items: center;
  padding: 20px 40px;
}
.c-button-cta.has-icon a::before {
  display: block;
  width: 26px;
  height: 18px;
  margin-right: 9px;
  background: url(../img/icon/cta_mail.svg) no-repeat center/contain;
  content: "";
}
.c-button-cta.has-arrow a::before {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 16px;
  width: 9px;
  height: 16px;
  background: url(../img/icon/chevron_red.svg) no-repeat center/contain;
  content: "";
}
.c-button-cta.has-leftarrow a::before {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 16px;
  width: 9px;
  height: 16px;
  background: url(../img/icon/chevron_left_red.svg) no-repeat center/contain;
  content: "";
}

button.c-button-cta {
  display: block;
  position: relative;
  border: none;
  border-radius: 100rem;
  outline: none;
  background: none;
  background: linear-gradient(to right, #fed700, #fdf175);
  box-shadow: 0 2px 0 #aaa03c;
  color: #102770;
  font-weight: 900;
  letter-spacing: 0.05em;
  cursor: pointer;
}
button.c-button-cta::before {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 16px;
  width: 9px;
  height: 16px;
  background: url(../img/icon/chevron_red.svg) no-repeat center/contain;
  content: "";
}

.c-button-secondary a {
  display: block;
  position: relative;
  padding: 17px 57px;
  border-radius: 100rem;
  background: #102770;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.c-button-secondary a::after {
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 1rem;
  align-items: center;
  width: 8px;
  height: 12px;
  background: url(../img/icon/chevron_red_bold.svg) no-repeat center/contain;
  content: "";
}

.c-heading-primary {
  color: #102770;
  font-weight: 900;
  font-size: 2.8125rem;
  text-align: center;
}
.c-heading-primary + * {
  margin-top: 20px;
}
.c-heading-primary::after {
  display: block;
  width: 200px;
  height: 5px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background: #fbed21;
  content: "";
}

.c-heading-secondary {
  padding-bottom: 18px;
  border-bottom: 4px solid #102770;
  color: #102770;
  font-weight: bold;
  font-size: 1.5rem;
}
.c-heading-secondary + * {
  margin-top: 40px;
}

.c-heading-primarybg {
  color: #fc2f59;
  font-weight: 900;
  font-size: 2.8125rem;
}
.c-heading-primarybg .bg-title {
  display: inline-block;
  margin-top: 10px;
  background: #102770;
  color: #fbed21;
}

.c-heading-gradbg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-top: 40px;
  background: url(../img/top/price_bg_title01.svg) no-repeat center/auto 100%;
  color: #fbed21;
  font-weight: 900;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-heading-hasborder {
  color: #102770;
  font-weight: bold;
  font-size: 1.5625rem;
  text-align: center;
}
.c-heading-hasborder::after {
  display: block;
  width: 100px;
  height: 5px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background: #fbed21;
  content: "";
}

.c-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
}

.c-pager__total {
  padding: 0.75rem 1.5rem;
  font-weight: bold;
}

.c-pager__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pager__list .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 1px;
  border-radius: 50%;
  font-weight: bold;
}
.c-pager__list .pager:hover {
  background: #eff7ff;
  color: #192f9b;
}
.c-pager__list .pager.last {
  width: auto;
  padding: 0.75rem 1.875rem;
  border-radius: 0;
}
.c-pager__list .pager.last:hover {
  background: none;
}
.c-pager__list .current {
  background: #eff7ff;
  color: #192f9b;
}

.c-breadcrumb {
  padding: 25px 0;
  background: #fff;
}

.c-breadcrumb__list {
  display: flex;
  align-items: center;
  overflow: auto;
}

.c-breadcrumb__item {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 0.875rem;
  font-family: var(--en-text);
  white-space: nowrap;
}
.c-breadcrumb__item a {
  color: rgba(0, 0, 0, 0.5);
  transition: color 0.3s;
}
.c-breadcrumb__item a:hover {
  color: black;
}
.c-breadcrumb__item:first-child::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  background: url(../img/icon/flag.svg) no-repeat center/contain;
  content: "";
}
.c-breadcrumb__item:not(:last-child)::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 1rem;
  margin-left: 1rem;
  background: url(../img/icon/arrow_right.svg) no-repeat center/contain;
  content: "";
}

.c-taglist li {
  display: inline-block;
}
.c-taglist li a {
  display: block;
  padding: 3px 0.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 100rem;
  background: #fff;
  text-align: center;
}
.c-taglist.-lightgray a {
  background: #f5f5f5;
}

.c-sttext {
  margin: 16px 0 0;
}
.c-sttext__text {
  display: inline-block;
  padding: 5px 8px;
  background: #112670;
  color: #fed813;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 5%;
}
.c-sttext__text.-mb {
  margin-bottom: 16px;
}
.c-sttext__text .-big {
  font-size: 2.1875rem;
  line-height: 1;
}
.c-sttextsp {
  display: none;
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
}
.c-grid.-spacebetween {
  justify-content: space-between;
}

.p-top__pointcheck {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  background: #102770;
}
.p-top__pointcheck .checkbutton {
  position: relative;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.p-top__pointcheck .checkbutton a {
  position: relative;
  padding: 30px 20px;
  color: #102770;
  font-weight: 900;
  font-size: 1.75rem;
  text-align: center;
}
.p-top__pointcheck .checkbutton a::after {
  display: block;
  position: absolute;
  top: calc(50% - 11px);
  right: 36px;
  width: 13px;
  height: 22px;
  background: url(../img/icon/chevron_red.svg) no-repeat center/contain;
  content: "";
}

.p-top-mv {
  width: 100%;
}

.p-top-news {
  display: flex;
  z-index: 1;
  position: relative;
  width: var(--content-width);
  max-width: 100%;
  margin-top: -13px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 32px;
  background: linear-gradient(to bottom, #1676dd, #102770);
  color: #fff;
}
.p-top-news a {
  color: inherit;
}

.p-top-news__title {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  font-weight: bold;
  font-size: 1.25rem;
}
.p-top-news__title::before {
  display: inline-flex;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  background: url(../img/icon/books.svg) no-repeat center/contain;
  content: "";
}

.p-top-news__listwrap {
  width: calc(100% - 200px);
}

.p-top-news__list {
  width: 100%;
}
.p-top-news__list .newsitem {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.p-top-news__list .newsitem + * {
  margin-top: 12px;
}
.p-top-news__list .newsitem dt {
  margin-right: 30px;
  font-weight: bold;
}

/*==============================================

add_お問い合わせフォーム送信代行

==============================================*/
.p-top-about__addimgcol {
  display: flex;
  justify-content: space-between;
  margin: 55px auto 20px;
}
.p-top-about__addimgcol .p-top-about__addimg {
  width: 48%;
}
.p-top-about__addimgcol .p-top-about__addimg img {
  width: 100%;
}

.p-top-about__addtexts {
  padding: 30px 3.1413612565%;
  background: #edf0f8;
}

.p-top-about__addtextstitle {
  max-width: 413px;
  margin: 0 auto 18px;
  padding: 4px;
  border-radius: 40px;
  background: #102770;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.p-top-about__addtextstext {
  font-size: 1.25rem;
  text-align: center;
}
.p-top-about__addtextstext .-icon {
  position: relative;
}
.p-top-about__addtextstext .-icon::before {
  position: absolute;
  top: 50%;
  left: -32px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url(../img/icon/check__yellow.svg) center center/contain no-repeat;
  content: "";
}

/*==============================================

add_IB式お問い合せフォーム営業の送信体制

==============================================*/
.p-top-about.system {
  background: #edf0f8;
}

.p-top-about {
  background: #f4f5f5;
}

.p-top-about__sectitle span {
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
  font-size: 1.5625rem;
}

.p-top-about__img {
  margin: 55px auto 20px;
}

.p-top-about__messagebox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.p-top-about__messagebox.--reverse {
  flex-direction: row-reverse;
}
.p-top-about__messagebox__text {
  width: calc(100% - 230px);
  max-width: 620px;
}
.p-top-about__messagebox__text__n-text {
  font-size: 0.875rem;
  line-height: 1.5em;
}
.p-top-about__messagebox__imgitem {
  max-width: 230px;
}
.p-top-about__messagebox__imgitem.--reverse {
  max-width: 213px;
}

/*==============================================

Iお問い合せフォーム営業✖︎障害者の仕事創出

=================================================*/
.p-top-about.creation .p-top-about__creation .p-top-about__creationtitle {
  position: relative;
  padding: 70px 0;
  background: url(../img/top/add/creation__bg.jpg) center center/cover no-repeat;
  text-align: center;
}
.p-top-about.creation .p-top-about__creation .p-top-about__creationtitle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  background: url(../img/icon/cross__icon.svg) center center/contain no-repeat;
  content: "";
}
.p-top-about.creation .p-top-about__creation .p-top-about__creationtitle .-white {
  margin-bottom: 0;
  color: #fff;
  font-size: 2.1875rem;
}
.p-top-about.creation .p-top-about__creation .p-top-about__creationtitle .-yellow {
  margin: 58px 0 0;
  color: #fee500;
  font-size: 3.4375rem;
}
.p-top-about.creation .p-top-about__creation .creation__wrap {
  padding: 127px 0 70px;
}
.p-top-about.creation .p-top-about__creation .creation__items.-top {
  position: relative;
  padding-left: 394px;
}
.p-top-about.creation .p-top-about__creation .creation__items.-top .creation__item.-img {
  position: absolute;
  top: -60px;
  left: 0;
  max-width: 575px;
}
.p-top-about.creation .p-top-about__creation .creation__items.-top .creation__item.-img img {
  width: 100%;
}
.p-top-about.creation .p-top-about__creation .creation__items.-top .creation__item.-texts {
  max-width: 766px;
  margin-top: 127px 0 0 auto;
  padding: 40px 50px 40px 240px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  line-height: 1.875;
  letter-spacing: 2px;
}
.p-top-about.creation .p-top-about__creation .creation__items.-top .creation__item.-texts p {
  margin-bottom: 30px;
}
.p-top-about.creation .p-top-about__creation .creation__items.-top .creation__item.-texts p:nth-child(3) {
  margin-bottom: 0;
}
.p-top-about.creation .p-top-about__creation .creation__items.-top .creation__item.-texts p .-bold {
  font-weight: bold;
}
.p-top-about.creation .p-top-about__creation .creation__items.-bottom {
  position: relative;
  padding-right: 219px;
}
.p-top-about.creation .p-top-about__creation .creation__items.-bottom .creation__item.-img {
  position: absolute;
  top: -57px;
  right: 0;
  max-width: 351px;
}
.p-top-about.creation .p-top-about__creation .creation__items.-bottom .creation__item.-img img {
  width: 100%;
}
.p-top-about.creation .p-top-about__creation .creation__items.-bottom .creation__item.-texts {
  max-width: 941px;
  margin-top: 127px;
  margin-right: auto;
  padding: 40px 160px 40px 73px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  line-height: 1.875;
  letter-spacing: 2px;
}
.p-top-about.creation .p-top-about__creation .creation__items.-bottom .creation__item.-texts p {
  margin-bottom: 30px;
}
.p-top-about.creation .p-top-about__creation .creation__items.-bottom .creation__item.-texts p:nth-child(3) {
  margin-bottom: 0;
}
.p-top-about.creation .p-top-about__creation .creation__items.-bottom .creation__item.-texts p .-bold {
  font-weight: bold;
}
.p-top-about.creation .creation__btn {
  margin-top: 70px;
}
.p-top-about.creation .creation__btn a {
  display: block;
  max-width: 630px;
  margin: 0 auto;
  padding: 30px 20px;
  border-radius: 100rem;
  background: linear-gradient(to right, #fed700, #fdf175);
  box-shadow: 0 2px 0 #aaa03c;
  color: #102770;
  font-weight: 900;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  text-align: center;
}

/*==============================================

追加セクション終わり

=================================================*/

.p-top-strength__list {
  justify-content: space-between;
  margin-top: 40px;
}
.p-top-strength__list + * {
  margin-top: 40px;
}

.p-top-strength__listitem {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 304px;
  height: 304px;
  padding: 25px;
  border-radius: 50%;
  background: #102770;
  color: #fff;
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.3571428571;
  text-align: center;
  white-space: nowrap;
}
.p-top-strength__listitem .num {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fbed21;
  color: #fc2f59;
  font-size: 2.625rem;
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.p-top-strength__listitem .num span {
  color: #102770;
  font-weight: bold;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.p-top-strength__listitem .accentcolor {
  color: #fbed21;
}

.p-top-strength__message {
  color: #102770;
  font-weight: 900;
  font-size: 1.5625rem;
}
.p-top-strength__message span {
  color: #fc2f59;
}

.p-top-works__titlewrap {
  display: flex;
  align-items: flex-end;
}
.p-top-works__titlewrap.-center {
  align-items: center;
  justify-content: space-around;
}

.p-top-works__sectitle {
  color: #fc2f59;
  font-weight: 900;
  font-size: 2.8125rem;
}
.p-top-works__sectitle .bg-title {
  display: inline-block;
  margin-top: 10px;
  background: #102770;
  color: #fbed21;
}

.p-top-works__titleadditional {
  margin-top: 32px;
  color: #666;
}

.p-top-works__titileimg {
  width: 260px;
  margin-left: 67px;
}

.p-top-works__list {
  justify-content: space-between;
  margin-top: 55px;
}

.p-top-works__listitem {
  position: relative;
  width: calc(33.3% - 15px);
  max-width: 360px;
  padding: 45px 20px;
  border-radius: 10px;
  background: #edf0f8;
}
.p-top-works__listitem .title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 225px;
  max-width: 62.5%;
  margin-right: auto;
  margin-left: auto;
  padding: 9px 1rem;
  transform: translateY(-50%);
  border-radius: 10px;
  background: #fbed21;
  color: #102770;
  font-weight: bold;
  text-align: center;
}
.p-top-works__listitem .copy {
  color: #102770;
  font-weight: 900;
  font-size: 2.375rem;
  text-align: center;
}
.p-top-works__listitem .copy .accentcolor {
  color: #fc2f59;
}
.p-top-works__listitem .copy-top {
  font-weight: 900;
}
.p-top-works__listitem .up-num {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #1676dd;
  font-size: 5.3125rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.p-top-works__listitem .up-num::before, .p-top-works__listitem .up-num::after {
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #1676dd, #79b8fc, #1676dd);
  content: "";
}
.p-top-works__listitem .up-num::before {
  margin-bottom: 10px;
}
.p-top-works__listitem .up-num::after {
  margin-top: 10px;
}
.p-top-works__listitem .percent {
  top: -6px;
  font-size: 0.5529411765em;
}
.p-top-works__listitem .up-num-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 10px 0;
  line-height: 0.8;
}
.p-top-works__listitem .up-num-inner .icon {
  flex-shrink: 0;
  width: 70px;
}

.p-top-price__item {
  margin-top: 20px;
  padding: 45px 1rem 30px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: #edf0f8;
}
.p-top-price__item--addimg {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.p-top-price__item--addimg::before {
  position: absolute;
  bottom: -1px;
  left: 70px;
  width: 290px;
  height: 281px;
  background: url(../img/honda/price_addimg.png) center center/contain no-repeat;
  content: "";
}
.p-top-price__item .p-top-price__item__inner {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 200px;
}
.p-top-price__item .subexplain {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #102770;
  font-size: 1.5625rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.p-top-price__price {
  color: #102770;
  font-weight: 900;
  font-size: 2.8125rem;
  text-align: center;
}
.p-top-price__price .accentcolor {
  color: #fc2f59;
  font-size: 6rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.p-top-price__price .yen {
  font-size: 0.84375em;
}

.p-top-price__offer {
  margin-top: 0;
  padding: 1em;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #112770;
  color: #fbed21;
  font-weight: bold;
  text-align: center;
}

.p-top-price__secondtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-top: 26px;
  background: url(../img/top/price_bg_title01.svg) no-repeat center/auto 100%;
  color: #fbed21;
  font-weight: 900;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-top-price__secondtitle + * {
  margin-top: 25px;
}

.p-top-price__thirdtitle {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-bottom: 0.1em;
  border-bottom: solid 3px;
  color: #102770;
  font-weight: 900;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
}
.p-top-price__thirdtitle span {
  padding-top: 0.2em;
  background-image: radial-gradient(0.15em 0.15em at center center, #fc2f59, #fc2f59 100%, transparent);
  background-position: top left -2px;
  background-size: 1.3em 0.3em;
  background-repeat: repeat-x;
}

.p-top-price__list {
  justify-content: space-between;
}

.p-top-price__listitem {
  width: calc(33.3% - 15px);
  max-width: 304px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.p-top-price__listitem .subtitle {
  color: #102770;
  font-weight: 900;
  font-size: 1rem;
}
.p-top-price__listitem .subtitle::after {
  display: block;
  width: 50px;
  height: 3px;
  margin: 10px auto;
  background: #fbed21;
  content: "";
}
.p-top-price__listitem .message {
  color: #fc2f59;
  font-weight: 900;
  font-size: 1.875rem;
}
.p-top-price__listitem .message .zero {
  margin-left: 4px;
  font-size: 2.5333333333em;
}
.p-top-price__listitem .message .yen {
  font-size: 0.9em;
}

.p-top-blog__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-top-blog__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.p-top-blog__article {
  display: flex;
  position: relative;
  width: calc(50% - 20px);
  background: #f7f8f8;
}
.p-top-blog__article figure {
  position: relative;
  flex-shrink: 0;
  width: 143px;
  padding-top: 107px;
  overflow: hidden;
}
.p-top-blog__article figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-top-blog__article a::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.p-top-blog__meta {
  display: flex;
  align-items: center;
  width: 60%;
  padding-left: 20px;
  line-height: 1.875;
}

.p-cta-top {
  display: flex;
  align-items: center;
  max-width: 866px;
  margin: 0 auto;
  padding: 70px 0;
}

.p-cta-top__textarea {
  padding-top: 1rem;
}
.p-cta-top__textarea .message-present {
  display: inline-block;
  margin-bottom: 30px;
  padding: 6px 10px;
  border-radius: 100rem;
  background: #fc2f59;
  color: #fff;
  font-weight: 900;
  font-size: 0.9375rem;
  text-align: center;
}
.p-cta-top__textarea .cta-title {
  font-feature-settings: "palt";
  display: inline-block;
  margin-bottom: 20px;
  color: #102770;
  font-weight: 900;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
}

.p-cta-top__img {
  flex-shrink: 0;
  width: 200px;
  margin-right: 63px;
}
.p-cta-top__img .caption-message {
  position: relative;
  top: -1px;
  color: #102770;
  font-weight: 900;
  font-size: 1.125rem;
  text-align: center;
}
.p-cta-top__img .caption-message span {
  position: relative;
}
.p-cta-top__img .caption-message span::before, .p-cta-top__img .caption-message span::after {
  display: block;
  position: absolute;
  bottom: -3px;
  width: 17px;
  height: 17px;
  content: "";
}
.p-cta-top__img .caption-message span::before {
  right: calc(100% + 5px);
  background: url(../img/common/cta_topballoon_left.svg) no-repeat center/contain;
}
.p-cta-top__img .caption-message span::after {
  left: calc(100% + 5px);
  background: url(../img/common/cta_topballoon_right.svg) no-repeat center/contain;
}

.p-cta__message {
  line-height: 1.875;
}

.p-cta-bottom {
  padding: 35px 0;
  background: #102770;
  color: #fff;
}

.p-cta__balloontitle {
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-cta__balloontitle .dots {
  padding-top: 0.4em;
  /* 縦方向の位置調整 */
  background-image: radial-gradient(circle at center, #fbed21 20%, transparent 20%);
  /* 横方向に繰り返し */
  background-position: top right;
  /* 点の位置 */
  background-size: 1em 0.3em;
  /* 点の色とサイズ調整 */
  background-repeat: repeat-x;
  /* 点の間隔とサイズ調整 */
  font-weight: 700;
}
.p-cta__balloontitle span {
  display: inline-block;
  position: relative;
}
.p-cta__balloontitle span::before, .p-cta__balloontitle span::after {
  display: block;
  position: absolute;
  bottom: -15px;
  width: 24px;
  height: 36px;
  content: "";
}
.p-cta__balloontitle span::before {
  right: calc(100% + 8px);
  background: url(../img/common/cta_balloon_left.svg) no-repeat center/contain;
}
.p-cta__balloontitle span::after {
  left: calc(100% + 8px);
  background: url(../img/common/cta_balloon_right.svg) no-repeat center/contain;
}

.p-cta__buttonwrap {
  justify-content: space-between;
  margin-top: 35px;
}

.p-cta__button a {
  display: flex;
  align-items: center;
  width: 420px;
  max-width: 100%;
  padding: 25px 40px;
  color: #102770;
  font-weight: 900;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
}
.p-cta__button a::before {
  display: block;
  width: 47px;
  height: 31px;
  margin-right: 14px;
  background: url(../img/icon/cta_mail.svg) no-repeat center/contain;
  content: "";
}

.p-cta__tel {
  display: flex;
  align-items: center;
}
.p-cta__tel .tel-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 80px;
  margin-right: 13px;
  padding-right: 20px;
  background: url(../img/common/cta_tel_bg.svg) no-repeat center/contain;
  color: #fff;
  font-weight: bold;
  font-size: 1.3125rem;
  text-align: center;
}
.p-cta__tel .tel-title span {
  display: block;
  font-size: 0.7619047619em;
}
.p-cta__tel .telnum {
  display: inline-flex;
  align-items: center;
  padding-right: 19px;
  font-weight: bold;
  font-size: 2.9375rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: -0.02em;
}
.p-cta__tel .telnum::before {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-right: 6px;
  background: url(../img/icon/tel.svg) no-repeat center/contain;
  content: "";
}
.p-cta__tel .addtional-message {
  margin-top: 8px;
  padding: 2px;
  border: 1px solid #fff;
  border-radius: 100rem;
  font-weight: bold;
  font-size: 0.75rem;
  text-align: center;
}

.p-cta-bottom__messagetext {
  margin-top: 33px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-cta-line {
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 40px;
  max-width: 375px;
  transform: translateX(100%);
  transition: transform 0.3s;
}

.p-cta-line.is-visible {
  transform: translateX(0%);
}

.p-cta-line img {
  width: 100%;
  height: auto;
}

.p-cta-line__close {
  z-index: 2;
  position: absolute;
  top: -15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
}

.p-cta-line__close::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
  content: "";
}

.p-cta-line__close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #fff;
  content: "";
}

.cta-contents {
  padding: 2.4rem 0;
}

/* 余白 */
.cta-contents.--pdg-top-none {
  padding-top: 0;
}

.cta-contents.--pdg-bottom-none {
  padding-bottom: 0;
}

.cta-contents.--bg-gradient {
  background: linear-gradient(90deg, #e4e9ff 0%, #e0f1fb 100%);
}

.cta-contents.--bg-black {
  background-color: #333;
}

.cta-contents.--bg-light-blue {
  background-color: #edf0f8;
}

.cta-contents__inner {
  max-width: 1000px;
  margin: auto;
}

.cta-contents__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.cta-contents__link {
  transition: box-shadow 0.3s;
}

.cta-contents__link.--radius img {
  border-radius: 8px;
}

.cta-contents__link:hover {
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.25);
}

.cta-contents__link.--border {
  border: solid 6px #fff;
}

.cta-contents img {
  max-width: 100%;
  height: auto;
}

.p-media__title {
  display: inline-block;
  padding: 10px 1rem;
  background: #102770;
  color: #fff;
  font-weight: 900;
  font-size: 1.5625rem;
}
.p-media__title span {
  font-feature-settings: initial;
  color: #fbed21;
}

.p-media-message {
  align-items: center;
  margin-top: 30px;
}

.p-media__logo {
  width: 100px;
  margin-right: 40px;
}

.p-media-bottom {
  margin-top: 70px;
}
.p-media-bottom .p-media__title {
  margin-bottom: 25px;
}

.p-media-approach__images:not(:last-child) {
  margin-right: 50px;
}
.p-media-approach__images figcaption {
  display: block;
  margin-top: 10px;
}

.p-service_title {
  color: #102770;
  font-weight: bold;
  font-weight: 900;
  font-size: 1.5625rem;
  text-align: center;
}
.p-service_title .title-inner {
  display: inline-block;
  position: relative;
}
.p-service_title .title-inner::before, .p-service_title .title-inner::after {
  display: inline-block;
  position: relative;
  position: absolute;
  bottom: -9px;
  width: 25px;
  height: 26px;
  content: "";
  font-family: "Noto Sans JP", sans-serif;
}
.p-service_title .title-inner::before {
  right: calc(100% + 13px);
  background: url(../img/common/cta_topballoon_left.svg) no-repeat center/contain;
}
.p-service_title .title-inner:after {
  left: calc(100% + 13px);
  background: url(../img/common/cta_topballoon_right.svg) no-repeat center/contain;
}

.p-service__linklist {
  justify-content: space-between;
  margin-top: 50px;
}

.p-service__listitem {
  display: flex;
  position: relative;
  align-items: center;
  width: calc(33.3% - 10px);
  padding: 28px 20px;
  border-radius: 10px;
  background: #102770;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
  color: #fbed21;
  font-weight: 900;
  font-size: 1.625rem;
}
.p-service__listitem span {
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 0.875rem;
}
.p-service__listitem .icon {
  margin-right: 25px;
}
.p-service__listitem a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p-service__listitem::after {
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(../img/icon/chevron_cricle.svg) no-repeat center/contain;
  content: "";
}

.p-mailing-list__content {
  display: flex;
  z-index: 2;
  position: relative;
  flex-wrap: wrap;
  padding: 40px 0 70px;
  gap: 40px;
}

.p-mailing-list__box {
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.15));
}

.p-mailing-list__box.-column {
  flex-basis: calc(50% - 20px);
}

.p-mailing-list__point {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 30px;
  background-color: #102770;
  color: #fbed21;
  font-weight: 600;
  font-size: 16px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.p-mailing-list__point::before {
  width: 1em;
  height: 1em;
  background-image: url(../img/p-mailing-list/mailing-list__point.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-mailing-list__heading {
  margin-top: 10px;
  color: #102770;
  font-weight: 900;
  font-size: 32px;
}

.p-mailing-list__description {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.p-mailing-list__description + .p-mailing-list__description {
  margin-top: 24px;
}

.p-mailing-list__ex {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 5px;
  font-size: 16px;
  text-decoration: underline;
}

.p-mailing-list__ex::before {
  width: 2em;
  height: 2em;
  background-image: url(../img/mailing-list/mailing-list__ex.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-mailing-list__supplement {
  margin-top: 30px;
  text-align: center;
}

.p-mailing-list__lineup {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 16px;
}

.p-mailing-list__lineup-category {
  padding: 16px 12px;
  border: solid 1px #eee;
  border-radius: 4px;
}

.p-mailing-list__lineup-category.-saiyo {
  flex-basis: calc(70% - 16px);
}

.p-mailing-list__lineup-category.-biyo {
  flex-basis: 30%;
}

.p-mailing-list__lineup-category.-eigyo {
  flex-basis: calc(44% - 16px);
}

.p-mailing-list__lineup-category.-insyoku {
  flex-basis: calc(35% - 16px);
}

.p-mailing-list__lineup-category.-iryo {
  flex-basis: 30%;
}

.p-mailing-list__lineup-category.-seizo {
  flex-basis: 20%;
}

.p-mailing-list__lineup-category.-koho {
  flex-basis: calc(32% - 16px);
}

.p-mailing-list__lineup-category.-ec {
  flex-basis: calc(60% - 16px);
}

.p-mailing-list__lineup ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 8px;
}

.p-mailing-list__lineup li {
  padding: 7px 8px;
  background-color: #f6fbff;
  color: #102770;
  font-weight: 400;
  font-size: 13px;
}
.p-mailing-list__lineup li.-etc {
  background: none;
  color: #fc2f59;
  font-weight: bold;
}

.p-works-archive {
  margin-top: 30px;
}

.p-wors-archive__message {
  margin-top: 20px;
  line-height: 1.875;
}

.p-works-archive__card {
  padding: 30px 1rem;
  border-radius: 20px;
  background: #102770;
}
.p-works-archive__card + * {
  margin-top: 20px;
}

.p-works-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-works-card__header + * {
  margin-top: 25px;
}

.p-works-card__title {
  color: #fff;
  font-weight: 900;
  font-size: 2.1875rem;
}

.p-works-card__button a {
  max-width: 100%;
  padding: 16px 36px;
  font-size: 1.0625rem;
}

.p-works-card__details .detailsbox {
  padding-bottom: 20px;
  background: #fff;
}
.p-works-card__details .detailsbox + * {
  margin-top: 20px;
}
.p-works-card__details .detailsbox.before {
  position: relative;
  padding-bottom: 50px;
}
.p-works-card__details .detailsbox.before::after {
  display: block;
  position: absolute;
  top: calc(100% - 10px);
  left: calc(50% - 20px);
  width: 54px;
  height: 40px;
  background: url(../img/icon/arrow_gradred.svg) no-repeat center/contain;
  content: "";
}
.p-works-card__details .before-title {
  display: flex;
  align-items: center;
  height: 32px;
  padding-left: 22px;
  background: url(../img/common/title_bg_graygrad.svg) no-repeat center left/auto 100%;
  color: #fff;
  font-weight: 900;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
}
.p-works-card__details .after-title {
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 24px;
  padding-left: 22px;
  background: url(../img/common/title_bg_redgrad_sp.svg) no-repeat center left/auto 100%;
  color: #fbed21;
  font-weight: 900;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
}

.after-list {
  display: flex;
}
.after-list__item .title {
  color: #102770;
  font-weight: 900;
  font-size: 1.5625rem;
  line-height: 1.6;
  text-align: center;
}
.after-list__item .title span {
  color: #fc2f59;
}
.after-list__item .subtitle {
  font-weight: bold;
}

.p-works-single {
  margin-top: 75px;
}

.p-works-single__sectitle {
  font-weight: 900;
  font-size: 2.8125rem;
  text-align: center;
}
.p-works-single__sectitle .accentcolor {
  display: block;
  color: #fc2f59;
  font-size: 2.1875rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.p-works-single__sectitle .round-bg {
  display: block;
  margin-top: 10px;
  padding: 12px 1rem;
  border-radius: 100rem;
  background: #102770;
  color: #fbed21;
}

.p-works-single__before + * {
  margin-top: 20px;
}
.p-works-single__before .before-title {
  position: relative;
  color: #fff;
  font-weight: 900;
  font-size: 1.875rem;
}
.p-works-single__before .before-title::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 94px;
  height: 92px;
  background: url(../img/works/icon_businessman.svg) no-repeat center bottom/contain;
  content: "";
}
.p-works-single__before .before-content {
  position: relative;
  color: #fff;
  font-weight: bold;
}
.p-works-single__before .before-content::after {
  display: block;
  position: absolute;
  top: calc(100% - 10px);
  left: calc(50% - 20px);
  width: 54px;
  height: 40px;
  background: url(../img/icon/arrow_gradred.svg) no-repeat center/contain;
  content: "";
}
.p-works-single__before .point {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
}
.p-works-single__before .point-title {
  color: #fbed21;
  font-weight: bold;
  font-size: 1.25rem;
}
.p-works-single__before .point-title + * {
  margin-top: 5px;
}

.p-works-single__main {
  margin-top: 20px;
  padding: 40px 50px;
  border-radius: 20px;
  background: #edf0f8;
}

.p-works-single__pdca {
  position: relative;
  margin-top: 142px;
  padding: 169px 1rem 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-works-single__pdca .img-pdca {
  position: absolute;
  top: 0;
  left: 50%;
  width: 286px;
  transform: translate(-50%, -50%);
}
.p-works-single__pdca .pdca-item {
  display: flex;
  width: 808px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background: #fbdbd8;
}
.p-works-single__pdca .pdca-item + * {
  margin-top: 20px;
}
.p-works-single__pdca .pdca-item.-d {
  background: rgba(248, 181, 44, 0.18);
}
.p-works-single__pdca .pdca-item.-d .title {
  background: #f8b52c;
}
.p-works-single__pdca .pdca-item.-c {
  background: rgba(141, 194, 31, 0.18);
}
.p-works-single__pdca .pdca-item.-c .title {
  background: #8dc21f;
}
.p-works-single__pdca .pdca-item.-a {
  background: rgba(19, 110, 183, 0.18);
}
.p-works-single__pdca .pdca-item.-a .title {
  background: #136eb7;
}
.p-works-single__pdca .pdca-item .title {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 190px;
  padding: 26px;
  border-radius: 20px 0 0 20px;
  background: #e73828;
  color: #fff;
  font-weight: bold;
  font-size: 1.875rem;
  text-align: center;
}
.p-works-single__pdca .pdca-item .title-inner {
  display: flex;
  flex-direction: column;
  width: 113px;
}
.p-works-single__pdca .pdca-item .title-inner .en {
  font-size: 0.6666666667em;
}
.p-works-single__pdca .pdca-item .content {
  font-weight: bold;
  line-height: 1.75;
}
.p-works-single__result .after-list {
  margin-top: 20px;
}
.p-works-single__result .after-list__item {
  width: calc(33.3% - 20px);
  margin-right: 20px;
  padding-top: 35px;
  padding-bottom: 24px;
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #666;
}

.p-works-single__backbutton.has-arrow {
  width: 325px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
.p-works-single__backbutton.has-arrow a {
  padding: 11px 1rem;
  font-size: 1.125rem;
  text-align: center;
}
.p-works-single__backbutton.has-arrow a::before {
  right: initial;
  left: 20px;
  background-image: url(../img/icon/chevron_left_red.svg);
}

.p-page-lightbox {
  padding: 60px 8.6206896552%;
  border-radius: 20px;
  background: #edf0f8;
}

.p-page-dllist .item {
  display: flex;
  letter-spacing: 0.05em;
}
.p-page-dllist .item dt {
  width: 200px;
  margin-right: 30px;
  padding: 10px 0;
  border-bottom: 2px solid #192f9b;
  color: #102770;
  font-weight: bold;
}
.p-page-dllist .item dd {
  width: calc(100% - 230px);
  padding: 10px 0;
  border-bottom: 1px solid #192f9b;
}

.p-page__contents p {
  margin-top: 2em;
  line-height: 1.5;
}

.p-page__contents h2.wp-block-heading{
  font-size: 1.2rem;
}

.service-features__list {
  margin-top: 120px;
}

.c-heading-primary .-add {
  display: block;
  margin-bottom: 7px;
  font-size: 0.7em;
}

.service-feature__item {
  display: flex;
  position: relative;
}
.service-feature__item + * {
  margin-top: 134px;
}
.service-feature__item .num {
  position: absolute;
  top: 0;
  left: 9.5052083333%;
  transform: translateY(-50%) translateX(0);
  color: #102770;
  font-weight: bold;
  font-size: 0.75rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.service-feature__item .num span {
  display: block;
  font-size: 2.5rem;
}
.service-feature__item .title {
  color: #102770;
  font-weight: 900;
  font-size: 1.5625rem;
}
.service-feature__item .title span {
  margin-bottom: 10px;
}
.service-feature__item .title span:last-child {
  margin-bottom: 0;
}
.service-feature__item .textmessage {
  margin-top: 27px;
  line-height: 1.875;
}

.service-feature__link {
  display: block;
  margin-top: 1em;
  color: #102770;
  text-decoration: underline;
}

.service-compare__title span {
  display: block;
  font-size: 0.7777777778em;
}

.service-table {
  margin-top: 40px;
}

.service-why__inner {
  justify-content: space-between;
  margin-top: 70px;
}
.service-why__inner .reason-box {
  position: relative;
  width: calc(50% - 20px);
  padding: 45px 35px 25px;
  border-radius: 10px;
  background: #edf0f8;
}
.service-why__inner .reason-box .bar-title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 62.8571428571%;
  max-width: 355px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 1rem;
  transform: translateY(-50%);
  border-radius: 10px;
  background: #fbed21;
  color: #102770;
  font-weight: 900;
  font-size: 0.9375rem;
  text-align: center;
}
.service-why__inner .title {
  color: #102770;
  font-weight: 900;
  font-size: 1.5625rem;
  text-align: center;
}
.service-why__inner .title span {
  margin-bottom: 20px;
}
.service-why__inner .title span:last-child {
  margin-bottom: 0;
}
.service-why__inner .textmessage {
  margin-top: 40px;
  line-height: 1.875;
}

.p-page-service__message {
  background: url(../img/service/message_bg.svg) no-repeat top center/cover;
}

.service-message__title {
  color: #fff;
  font-weight: 900;
  font-size: 3.125rem;
  text-align: center;
}
.service-message__title .fz-small {
  display: block;
  font-size: 0.7em;
}

.service-message__box {
  position: relative;
  width: 1058px;
  max-width: calc(100% - 102px);
  margin-top: 169px;
  margin-right: 0;
  margin-left: auto;
  padding: 38px 9.7353497164% 45px 187px;
  background: #fff;
}
.service-message__box + * {
  margin-top: 75px;
}
.service-message__box .image {
  position: absolute;
  top: -40px;
  left: -102px;
}
.service-message__box .image img {
  border-radius: 20px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
.service-message__box .name {
  color: #102770;
  font-weight: 900;
  font-size: 1.5625rem;
  line-height: 1.6;
}
.service-message__box .name + * {
  margin-top: 18px;
}
.service-message__box .message {
  line-height: 1.875;
}

.p-page-servive__voice {
  background: url(../img/common/bg_note.png) repeat top left/140px 140px, #f4f5f5;
}
.p-page-servive__voice .checkbutton {
  max-width: 630px;
}

.service-voice__title {
  font-size: 3.125rem;
}
.service-voice__title span {
  display: block;
  margin-bottom: 7px;
  font-size: 0.7em;
}

.service-voice__list {
  margin-top: 35px;
}

.service-voice__item {
  padding: 28px 1rem;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
.service-voice__item + * {
  margin-top: 30px;
}
.service-voice__item .voice-header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.service-voice__item .title {
  margin-bottom: 20px;
  color: #102770;
  font-weight: 900;
  font-size: 1.5625rem;
}
.service-voice__item .name {
  line-height: 1.875;
}
.service-voice__item .inner {
  max-width: 955px;
  margin-right: auto;
  margin-left: auto;
}
.service-voice__item .image {
  flex-shrink: 0;
  width: 150px;
  margin-right: 35px;
}
.service-voice__item .voice-maincontent {
  margin-top: 20px;
  line-height: 1.875;
}

.p-page-price__point {
  background: url(../img/price/point_bg.svg) no-repeat center/cover;
}

.price-point__title {
  color: #fff;
  font-weight: 900;
  font-size: 2.8125rem;
}
.price-point__title .text-border {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #fbed21;
}

.price-point__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-point__list {
  width: calc(100% - 265px);
}

.price-point__listitem {
  display: flex;
  align-items: center;
  padding: 13px 1rem;
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
.price-point__listitem + * {
  margin-top: 25px;
}
.price-point__listitem .num {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 82px;
  margin-right: 24px;
  padding-right: 20px;
  border-right: 2px solid #666;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.price-point__listitem .num span {
  font-size: 2.5rem;
}
.price-point__listitem .main {
  color: #102770;
  font-weight: 900;
  font-size: 1.75rem;
}

.price-appeal__title span {
  display: block;
  margin-bottom: 1rem;
  color: #000;
  font-weight: bold;
  font-size: 1.5625rem;
  text-align: center;
}

.price-appeal__lead {
  margin-top: 25px;
  text-align: center;
}

.appeal-list {
  justify-content: space-between;
  margin-top: 50px;
}

.appeat-list__listitem {
  position: relative;
  width: calc(33.3% - 10px);
  padding: 40px 25px;
  border-radius: 10px;
  background: #102770;
  color: #fff;
}
.appeat-list__listitem .bar-title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 75.6756756757%;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 1rem;
  transform: translateY(-50%);
  border-radius: 10px;
  background: #fbed21;
  color: #fc2f59;
  font-weight: 900;
  font-size: 0.9375rem;
  text-align: center;
}
.appeat-list__listitem .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 148px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.appeat-list__listitem .subtitle {
  font-weight: 900;
  font-size: 2.5rem;
  text-align: center;
}
.appeat-list__listitem .maincopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 83px;
  margin-top: 30px;
  color: #fbed21;
  font-weight: 900;
  font-size: 1.5625rem;
  text-align: center;
}
.appeat-list__listitem .maincopy + * {
  margin-top: 20px;
}
.appeat-list__listitem.item02 {
  background: #0a4c85;
}
.appeat-list__listitem.item03 {
  background: #317aca;
}

.p-page-price__compare {
  padding-top: 50px;
}
.price-compare__title .subcopy {
  margin-left: 25px;
  color: #666;
}

.price-compare__bgtitle .bg-title {
  margin-top: 20px;
  padding: 2px 28px;
}

.compare-list {
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.compare-list__listitem {
  width: 304px;
  padding: 30px 1rem;
  border-radius: 10px;
  background: #edf0f8;
  color: #102770;
  font-weight: 900;
  font-size: 1.25rem;
  text-align: center;
}
.compare-list__listitem .text02 {
  font-size: 1.625rem;
}
.compare-list__listitem .price {
  font-size: 1.8076923077em;
}
.compare-list__listitem.mainitem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #102770;
  color: #fbed21;
}
.compare-list__listitem.mainitem .text02 {
  color: #fff;
}

.compare-imagebox {
  margin-top: 30px;
  padding: 40px 64px 28px 21px;
}

.compare-graph {
  position: relative;
  margin-top: 34px;
}
.compare-graph .caption {
  position: absolute;
  top: 20px;
  right: -140px;
  width: 235px;
}

.p-page-price__flow {
  padding-top: 70px;
}

.flow-list {
  margin-top: 50px;
  margin-right: -40px;
}

.flow-list__listitem {
  position: relative;
  width: calc(25% - 40px);
  padding: 20px;
  background: #edf0f8;
}
.flow-list__listitem:not(:last-child)::after {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(100% + 14px);
  width: 0;
  height: 0;
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #a9bfd7;
  content: "";
}
.flow-list__listitem .step {
  color: #102770;
  font-weight: bold;
}
.flow-list__listitem .title {
  margin-top: 35px;
  color: #102770;
  font-weight: 900;
  font-size: 1.5625rem;
  white-space: nowrap;
}
.flow-list__listitem .rep {
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  align-items: center;
}
.flow-list__listitem .rep-item {
  display: inline-block;
  width: 54px;
  margin-left: 2px;
  padding: 3px 10px;
  border-radius: 100rem;
  background: #102770;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
}
.flow-list__listitem .rep-item.accentcolor {
  background: #fc2f59;
}
.flow-list__listitem .textarea {
  margin-top: 30px;
}
.flow-list__listitem.lastflow {
  text-align: center;
}
.flow-list__listitem.lastflow .title {
  margin-top: 16px;
  font-size: 1.375rem;
}
.flow-list__listitem.lastflow .textarea {
  margin-top: 6px;
}

/* タイトル */
.p-page-interview-head {
  position: relative;
  padding: 80px 0;
  background-color: #102770;
}

.p-page-interview-head__content {
  z-index: 1;
  position: relative;
  color: #fff;
  mix-blend-mode: exclusion;
}

.p-page-interview-head__title {
  font-weight: 400;
  font-size: 20px;
}

.p-page-interview-head__ja {
  margin-top: 40px;
  font-weight: bold;
  font-size: 24px;
}

.p-page-interview-head__en {
  font-weight: bold;
  font-size: 56px;
  letter-spacing: 0.1em;
}

.p-page-interview-head__description {
  max-width: 480px;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.5;
}

.p-page-interview-head__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54.1666666667%;
  height: 100%;
  overflow: hidden;
}

.p-page-interview-head__photo img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

/* 本文 */
.p-page-interview-content__intro {
  margin-bottom: 40px;
  line-height: 1.5;
}

.p-page-interview-content__qa {
  margin-top: 24px;
}

.p-page-interview-content__qa dt {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 10px;
  font-weight: bold;
  line-height: 1.5;
}

.p-page-interview-content__qa dt::before {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #102770;
  content: "Q";
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.p-page-interview-content__qa dd {
  line-height: 1.5;
}

.p-page-interview-content__qa dd .-name {
  color: #102770;
  font-weight: bold;
}

.p-page-interview-content__photo {
  margin-top: 24px;
  text-align: center;
}

.p-page-interview-content__photo img {
  max-width: 560px;
}

.p-page-interview-content__link {
  margin: 40px 0;
  text-align: center;
}

.p-page-interview-content__link img {
  max-width: 480px;
  filter: drop-shadow(0 4px 25px rgba(0, 0, 0, 0.15));
}

.p-page-gallery__intro {
  line-height: 1.5;
}

.p-page-gallery__link {
  margin: 40px 0;
  text-align: center;
}

.p-page-gallery__link img {
  width: 480px;
  filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.15));
}

.p-page-gallery__row {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
  gap: 40px;
}

.p-page-gallery__photo {
  flex-basis: calc(50% - 20px);
}

.p-page-gallery__photo.-full {
  flex-basis: 100%;
}

.p-page-gallery__photo img {
  width: 100%;
}

.jsTabBox {
  display: none;
}
.jsTabBox.is-act {
  display: block;
}
.p-page-partner-Mv h1 img {
  width: 100%;
  height: auto;
}
.p-page-partner-Mv__col {
  display: flex;
  justify-content: center;
}
.p-page-partner-Mv__col__item {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.16);
}
.p-page-partner-Mv__col__item .icon {
  margin: 0 auto;
}
.p-page-partner-Mv__col__item .icon img {
  width: 100%;
  height: auto;
}
.p-page-partner-Mv__col__item .title {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.p-page-partner-Mv__col__item .title--blue {
  background: #192f9b;
}
.p-page-partner-Mv__col__item .title--red {
  background: #fc3256;
}
.p-page-partner-Mv__col__item .text {
  line-height: 1.75;
}
.p-page-partner-Mv__col__item .text strong {
  color: #fc2f59;
  font-weight: 700;
}
.p-page-partner-Cta {
  background: #102770;
  color: #fff;
  text-align: center;
}
.p-page-partner-Cta__text {
  font-weight: 700;
}
.p-page-partner-Cta__text span {
  position: relative;
}
.p-page-partner-Cta__text span::before, .p-page-partner-Cta__text span::after {
  position: absolute;
  top: 50%;
  background: #fff;
  content: "";
}
.p-page-partner-Cta__text span::before {
  transform: rotate(60deg);
}
.p-page-partner-Cta__text span::after {
  transform: rotate(-60deg);
}
.p-page-partner-Cta__btn a {
  display: block;
  margin: 0 auto;
  background: linear-gradient(180deg, #fc7132 0%, #fc3256 100%);
  box-shadow: 0 3px 0 0 #be2139;
  font-weight: 700;
}
.p-page-partner-Cta__info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-page-partner-Cta__info__tel img {
  width: 100%;
  height: auto;
}
.p-page-partner-Appeal {
  background: #102770;
  color: #fff;
}
.p-page-partner-Appeal__img img {
  width: 100%;
  height: auto;
}
.p-page-partner-Appeal__list li {
  position: relative;
  font-weight: 700;
  line-height: 1.3;
}
.p-page-partner-Appeal__list li span.yellow {
  color: #fbec20;
}
.p-page-partner-Appeal__list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  background: url(../img/partner/tab_icon.svg) center center/cover;
  content: "";
}
.p-page-partner-Content--lightblue {
  background: #edf0f8;
}
.p-page-partner-Content--contant {
  background: #102770;
}
.p-page-partner-Content--contant .p-page-partner-Content__title {
  color: #fff;
}
.p-page-partner-Content--about {
  z-index: 1;
  position: relative;
  overflow: hidden;
  background: #102770;
}
.p-page-partner-Content--about::before {
  position: absolute;
  background: url(../img/partner/about_log.png) center center/cover;
  content: "";
}
.p-page-partner-Content--about .p-page-partner-Content__inner {
  z-index: 20;
  position: relative;
}
.p-page-partner-Content--about .p-page-partner-Content__title {
  color: #fff;
}
.p-page-partner-Content__title {
  color: #102770;
  font-weight: 700;
}
.p-page-partner-Content__title span {
  display: block;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.p-page-partner-Content__title--big {
  text-align: center;
}
.p-page-partner-Content__title--big span {
  font-weight: 900;
}
.p-page-partner-Content__subtitle {
  color: #102770;
  font-weight: 700;
}
.p-page-partner-Content__text {
  font-weight: 500;
  line-height: 1.5;
}
.p-page-partner-Content__text strong {
  color: #fc2f59;
  font-weight: 700;
}
.p-page-partner-Explanation__text {
  line-height: 1.4;
  text-align: center;
}
.p-page-partner-Explanation__text span {
  color: #1e37b8;
  font-weight: 500;
}
.p-page-partner-Explanation__Flow__title .num {
  position: relative;
}
.p-page-partner-Explanation__Flow__title .num::before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  background: url(../img/partner/flow_line.png) center center/cover;
  content: "";
}
.p-page-partner-Explanation__Flow__title .num span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #102770;
  color: #fff;
  font-weight: 700;
}
.p-page-partner-Explanation__Flow__title .flowheader {
  display: flex;
}
.p-page-partner-Explanation__Flow__title .flowheader__title {
  color: #102770;
}
.p-page-partner-Explanation__Flow__title .flowheader__label {
  font-weight: 700;
}
.p-page-partner-Explanation__Flow__title .flowheader__label--blue {
  background: #192f9b;
  color: #fff;
}
.p-page-partner-Explanation__Flow__title .flowheader__label--yellow {
  background: #fbec20;
  color: #102770;
}
.p-page-partner-Explanation__Flow__title .flowheader__label--lightblue {
  background: #edf0f8;
  color: #102770;
}
.p-page-partner-Explanation__Flow__content {
  line-height: 1.5;
}
.p-page-partner-Explanation__Flow__content span {
  color: #192f9b;
  font-weight: 700;
}
.p-page-partner-Strong__list {
  display: flex;
}
.p-page-partner-Strong__list__item .img img {
  width: 100%;
  height: auto;
}
.p-page-partner-Strong__list__item .text {
  line-height: 1.5;
}
.p-page-partner-Strong__list__item .text span {
  background: #fbec20;
}
.p-page-partner-Strong__btn a {
  display: block;
  position: relative;
  background: linear-gradient(180deg, #fc7132 0%, #fc3256 100%);
  box-shadow: 0 3px 0 0 #be2139;
  color: #fff;
  font-weight: 700;
}
.p-page-partner-Strong__btn a::before {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  background: url(../img/partner/strong_icon.png) center center/cover;
  content: "";
}
.p-page-partner-Price__tab {
  display: flex;
}
.p-page-partner-Price__tab__btn {
  width: calc(50% - 4px);
  background: #cdd0da;
  color: #fff;
  text-align: center;
}
.p-page-partner-Price__tab__btn.is-act {
  background: #102770;
}
.p-page-partner-Price__tabContent__title {
  color: #102770;
  font-weight: 700;
}
.p-page-partner-Price__tabContent__pricelist {
  display: flex;
  flex-wrap: wrap;
}
.p-page-partner-Price__tabContent__pricelist .item {
  display: flex;
  justify-content: space-between;
}
.p-page-partner-Price__tabContent__list {
  background: #102770;
}
.p-page-partner-Price__tabContent__list .item {
  position: relative;
  color: #fff;
  line-height: 1.5;
}
.p-page-partner-Price__tabContent__list .item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  background: url(../img/partner/tab_icon.svg) center center/cover;
  content: "";
}
.p-page-partner-Voice__col {
  display: flex;
  align-items: center;
}
.p-page-partner-Voice__col__img img {
  width: 100%;
  height: auto;
}
.p-page-partner-Voice__col__item .title {
  font-weight: 700;
}
.p-page-partner-Voice__col__item .company {
  color: #102770;
  font-weight: 700;
}
.p-page-partner-Voice__col__item .info {
  color: #102770;
  font-weight: 700;
}
.p-page-partner-Voice__Interview__text {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.p-page-partner-Voice__Interview__text span {
  color: #fc2f59;
  font-weight: 700;
}
.p-page-partner-Voice__Figure__inner {
  display: flex;
}
.p-page-partner-Voice__Figure__img img {
  width: 100%;
  height: auto;
}
.p-page-partner-Voice__Figure__table {
  display: flex;
  flex-wrap: wrap;
}
.p-page-partner-Voice__Figure__table .title {
  display: flex;
  align-items: center;
  width: 140px;
  font-weight: 700;
}
.p-page-partner-Voice__Figure__table .list {
  width: calc(100% - 140px);
}
.p-page-partner-Voice__Figure__table .list ul {
  display: flex;
  flex-wrap: wrap;
}
.p-page-partner-Voice__Figure__ctatext {
  color: #102770;
  font-weight: 700;
  text-align: center;
}
.p-page-partner-Voice__Figure__ctatext span {
  position: relative;
}
.p-page-partner-Voice__Figure__ctatext span::before, .p-page-partner-Voice__Figure__ctatext span::after {
  position: absolute;
  top: 50%;
  background: #102770;
  content: "";
}
.p-page-partner-Voice__Figure__ctatext span::before {
  transform: rotate(60deg);
}
.p-page-partner-Voice__Figure__ctatext span::after {
  transform: rotate(-60deg);
}
.p-page-partner-Voice__Figure__ctabtn {
  text-align: center;
}
.p-page-partner-Voice__Figure__ctabtn a {
  display: block;
  margin: 0 auto;
  background: linear-gradient(180deg, #fc7132 0%, #fc3256 100%);
  box-shadow: 0 3px 0 0 #be2139;
  color: #fff;
  font-weight: 700;
}
.p-page-partner-About__list {
  display: flex;
}
.p-page-partner-About__list li img {
  width: 100%;
  height: auto;
}
.p-page-partner-About__listtext {
  color: #fff;
  font-weight: 700;
  text-align: right;
}
.p-page-partner-About__intro__text {
  color: #fff;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
.p-page-partner-About__intro__name img {
  width: 100%;
  height: auto;
}
.p-page-partner-About__intro__btn {
  text-align: center;
}
.p-page-partner-About__intro__btn a {
  display: block;
  margin: 0 auto;
  background: linear-gradient(180deg, #fed700 0%, #fdf175 100%);
  color: #102770;
  font-weight: 700;
}
.p-page-partner-Contact {
  margin-top: 2rem;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}
.p-page-partner-Contact .p-page-contact__inner .c-form__fields .wpcf7-list-item-label {
  padding-left: 41px;
}
.p-page-partner-Contact .p-page-contact__inner .c-form__submit {
  border-radius: 0;
}

.p-page-faq__list {
  margin-top: 60px;
}
.p-page-faq__list .faq-item + * {
  margin-top: 20px;
}
.p-page-faq__list .faq-item__q {
  position: relative;
  padding: 30px;
  padding-left: 70px;
  background: #edf0f8;
  color: #102770;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.p-page-faq__list .faq-item__q::before {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 16px;
  border-style: solid;
  border-color: transparent transparent transparent #fc2f59;
  content: "";
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-page-faq__list .faq-item__q.is-open::before {
  transform: rotate(90deg);
}
.p-page-faq__list .faq-item__a {
  display: none;
  padding: 20px 30px;
  letter-spacing: 0.05em;
}

.p-page-company__box {
  padding: 45px 8.6206896552%;
  border-radius: 20px;
  background: #fff;
}
.p-page-company__box.-bg-primarylight {
  background: #edf0f8;
}

.p-page-company__greeting .greeting-imgwrap {
  align-items: center;
  margin-top: 60px;
}
.p-page-company__greeting .greeting-imgwrap .image {
  flex-shrink: 0;
  width: 240px;
}
.p-page-company__greeting .greeting-imgwrap .textarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-page-company__greeting .greeting-imgwrap .catchcopy {
  margin-bottom: 40px;
  color: #102770;
  font-weight: bold;
  font-size: 1.5625rem;
}
.p-page-company__greeting .greeting-message {
  margin-top: 45px;
  line-height: 1.875;
}
.p-page-company__greeting .greeting-message p + * {
  margin-top: 2em;
}

.p-page-company__dllist .item {
  display: flex;
  letter-spacing: 0.05em;
}
.p-page-company__dllist .item dt {
  width: 200px;
  margin-right: 30px;
  padding: 17px 0;
  border-bottom: 2px solid #192f9b;
  color: #102770;
  font-weight: bold;
}
.p-page-company__dllist .item dd {
  width: calc(100% - 230px);
  padding: 10px 0;
  border-bottom: 1px solid #192f9b;
  line-height: 1.875;
}
.p-page-company__info .info-address + * {
  margin-top: 30px;
}
.p-page-company__info .map-btn {
  display: inline-flex;
  position: relative;
  margin-left: 10px;
  padding: 3px 14px;
  background: #102770;
  color: #fff;
  font-weight: bold;
  font-size: 0.625rem;
  text-align: center;
}
.p-page-company__info .map-btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 4px;
  align-items: center;
  width: 5px;
  height: 8px;
  background: url(../img/icon/chevron_red_bold.svg) no-repeat center/contain;
  content: "";
}

.p-page-contact__inner .p-page-dllist .item dd,
.p-page-contact__inner .p-page-dllist .item dt {
  padding: 20px 0;
}

.p-page-contact__form .wpcf7-list-item {
  margin-left: 0;
  color: #102770;
  font-weight: bold;
}

.p-page-contact__thanksmessage {
  font-weight: bold;
  line-height: 1.375;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-page-contact__backbutton {
  width: 398px;
  margin-top: 89px;
  margin-right: auto;
  margin-left: auto;
}
.p-page-contact__backbutton a {
  padding: 25px 1rem;
  text-align: center;
}

.alliance-title {
  background: #edf0f8;
}

.alliance-message {
  margin-top: 60px;
  line-height: 1.875;
  text-align: center;
}
.alliance-message p + * {
  margin-top: 2em;
}
.alliance-message .-sto {
  color: #102770;
  font-weight: 900;
  font-size: 1.3rem;
}
.alliance-message .-sto .-big {
  font-size: 2.4rem;
}
.alliance-message .-st {
  display: block;
  position: relative;
  color: #102770;
  font-weight: 900;
  font-size: 1.3rem;
}
.alliance-message .-st::before {
  position: absolute;
  top: 50%;
  left: calc(50% - 230px);
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../img/alliance/alliance__icon.svg) center center/contain no-repeat;
  content: "";
}

.l-spacer-section.-pt {
  padding-top: 30px;
}

.alliance__titlewrap {
  margin-bottom: 35px;
  padding: 25px 16px;
  border-radius: 10px;
  background: #edf0f8;
  text-align: center;
}
.alliance__titlewrap.-mt {
  margin-top: 70px;
}

.alliance__title {
  position: relative;
  max-width: 455px;
  margin: 0 auto;
  color: #102770;
  font-weight: 900;
  font-size: 2.1875rem;
}
.alliance__title.-long {
  max-width: 665px;
}
.alliance__title::before {
  position: absolute;
  top: 50%;
  left: -60px;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  background: url(../img/alliance/alliance__icon.svg) center center/contain no-repeat;
  content: "";
}

.alliance__colitem {
  display: flex;
  justify-content: space-between;
}
.alliance__colitem.-bb {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.alliance__colitem:nth-of-type(odd) .alliance__coltext {
  padding-left: 30px;
}
.alliance__colitem:nth-of-type(even) {
  flex-direction: row-reverse;
}
.alliance__colitem:nth-of-type(even) .alliance__coltext {
  padding-right: 30px;
}

.alliance__colitemimg {
  flex-basis: 350px;
}
.alliance__colitemimg img {
  width: 100%;
}

.alliance__coltext {
  flex-basis: 575px;
  line-height: 2;
}
.alliance__coltext p + * {
  margin-top: 1em;
}

/*================================================

経営者の声

================================================*/
.p-page-service__message.-voice {
  background: url(../img/alliance/alliance__bg.jpg) no-repeat top center/cover;
}

.p-page-service__message.-voice .service-message__title {
  color: #fee500;
  font-weight: 900;
  font-size: 3.125rem;
  text-align: center;
}
.p-page-service__message.-voice .service-message__title .fz-small {
  display: block;
  color: #fff;
  font-size: 0.7em;
}
.p-page-service__message.-voice .service-message__box {
  border-radius: 30px;
}
.p-page-service__message.-voice .service-message__subtitle {
  color: #fee500;
  font-weight: 900;
  font-size: 2rem;
}
.p-page-service__message.-voice .service-message__subtitle span {
  display: inline-block;
  margin-top: 5px;
  padding: 4px 6px;
  background-color: #102770;
}

/*==============================================

障がい者施設管理者の声

==============================================*/
.p-page-servive__voice.-advoice {
  background: #edf0f8;
}
.p-page-servive__voice.-advoice .voice-maincontent p:nth-child(2) {
  margin-top: 30px;
}

.alliance__colitemtitle {
  margin-bottom: 15px;
  color: #102770;
  font-weight: 900;
  font-size: 1.4rem;
}

.alliance__coltext .-border {
  padding: 0 3px;
  background: #fbed21;
}

.u-visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-fc__primarycolor {
  color: #102770;
}

.u-fc-accentcolor {
  color: #fc2f59;
}

.u-bg-lightgray {
  background: #f4f5f5;
}

.u-bg-note {
  background: url(../img/common/bg_note.png) repeat top left/140px 140px;
}

.u-ff__en {
  font-family: var(--ff-entext);
}

.u-fs__italic {
  font-style: italic;
}

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

.u-fw-black {
  font-weight: 900;
}

.u-fw-bold {
  font-weight: 700;
}

.u-text-marker {
  background: linear-gradient(to bottom, transparent 80%, #fbed21 20%);
}

.u-text-border {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #fbed21;
}

/*========================================================
  1.0 - Foundation
==========================================================*/
/*========================================================
  2.0 - Layout
==========================================================*/
/*========================================================
  3.0 - Object
==========================================================*/
/* 3.1 - Component
-----------------------------------------------------------*/
/* 3.2 - Project
-----------------------------------------------------------*/
/* 3.3 - Utility
-----------------------------------------------------------*/
@media screen and (min-width: 861px) {
  .l-header__top {
    padding: 6px 0;
  }
  .l-header__telcta.p-cta__tel .telnum a {
    position: relative;
    top: 4px;
  }
  .l-header__telcta.p-cta__tel .telnum::before {
    position: relative;
    top: 4px;
  }
  .l-header__contactcta.c-button-cta a {
    padding: 16px 30px;
  }
  .button-hamburger {
    display: none;
  }
  .l-footer__copyright {
    font-size: 0.75rem;
  }
  .c-heading-primarybg .bg-title {
    padding: 2px 20px;
  }
  .c-grid[class*=pc_col-1] .c-grid__item {
    max-width: 100%;
  }
  .c-grid[class*=pc_col-2] .c-grid__item {
    max-width: 50%;
  }
  .c-grid[class*=pc_col-3] .c-grid__item {
    max-width: 33.3333333333%;
  }
  .c-grid[class*=pc_col-4] .c-grid__item {
    max-width: 25%;
  }
  .c-grid[class*=pc_col-5] .c-grid__item {
    max-width: 20%;
  }
  .c-grid[class*=pc_col-6] .c-grid__item {
    max-width: 16.6666666667%;
  }
  .c-grid[class*=pc_col-7] .c-grid__item {
    max-width: 14.2857142857%;
  }
  .c-grid[class*=pc_col-8] .c-grid__item {
    max-width: 12.5%;
  }
  .c-grid[class*=pc_col-9] .c-grid__item {
    max-width: 11.1111111111%;
  }
  .c-grid[class*=pc_col-10] .c-grid__item {
    max-width: 10%;
  }
  .c-grid[class*=pc_col-11] .c-grid__item {
    max-width: 9.0909090909%;
  }
  .c-grid[class*=pc_col-12] .c-grid__item {
    max-width: 8.3333333333%;
  }
  .p-top__content {
    line-height: 1.875;
  }
  .p-top-about__content {
    line-height: 1.875;
  }
  .p-top-works .checkbutton {
    width: 600px;
  }
  .p-top-works__sectionspacer {
    padding-top: 56px;
  }
  .p-top-works__sectitle .bg-title {
    padding: 9px 0;
  }
  .p-top-works__listitem .copy-top.-small {
    font-size: 2rem;
  }
  .p-top-works__listitem .message {
    line-height: 1.875;
  }
  .p-top-price .checkbutton {
    width: 685px;
  }
  .p-top-price__listitem .subtitle {
    font-size: 1.25rem;
    white-space: nowrap;
  }
  .p-top-price__listitem .message {
    margin-top: -20px;
  }
  .p-top-blog {
    padding-top: 50px;
  }
  .p-top-blog__heading {
    text-align: left;
  }
  .p-top-blog__article:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-cta__buttonwrap {
    flex-wrap: nowrap;
  }
  .p-media-message__text {
    width: calc(100% - 140px);
    line-height: 1.875;
  }
  .p-media-bottom__item:not(:last-child) {
    margin-right: 12.0689655172%;
  }
  .p-media-approach__images figcaption {
    line-height: 1.6;
  }
  .p-service {
    padding-top: 60px;
  }
  .p-works-card__details .before-content {
    margin-top: 30px;
    padding-right: 60px;
    padding-left: 60px;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.875;
  }
  .after-list__item {
    width: 33.3%;
  }
  .after-list__item:not(:last-child) {
    border-right: 1px solid #bcbcbc;
  }
  .after-list__item .detail {
    margin-top: 20px;
    padding-right: 36px;
    padding-left: 36px;
    line-height: 1.875;
  }
  .p-works-single__before .before-title {
    display: inline-block;
    padding: 30px 52px 0 170px;
    border-radius: 20px 20px 0 0;
    background: #102770;
  }
  .p-works-single__before .before-content {
    padding: 40px;
    border-radius: 0 20px 20px;
    background: #102770;
    font-size: 1.25rem;
  }
  .p-works-single__pdca .pdca-item .content {
    width: calc(100% - 190px);
    padding: 22px 26px;
    font-size: 1.25rem;
  }
  .p-works-single__result .after-list {
    margin-right: -20px;
  }
  .service-feature__item .image {
    position: relative;
    top: -60px;
    width: 46.9696969697%;
    margin-left: -130px;
  }
  .service-feature__item .textearea {
    position: relative;
    width: 64.5622895623%;
    padding-top: 68px;
    padding-right: 180px;
    padding-bottom: 40px;
    padding-left: 6.1810344828%;
    background: #f4f5f5;
  }
  .service-feature__item .title .u-text-border {
    border-bottom-width: 5px;
  }
  .service-feature__item.reverse {
    flex-direction: row-reverse;
  }
  .service-feature__item.reverse .num {
    left: 200px;
    transform: translateY(-50%) translateX(0);
  }
  .service-feature__item.reverse .image {
    margin-right: -130px;
    margin-left: 0;
  }
  .service-feature__item.reverse .textearea {
    padding-right: 6.6934404284%;
    padding-left: 196px;
  }
  .p-page-service__compareinner {
    padding-bottom: 0;
  }
  .p-page-service__message {
    padding-top: 88px;
    padding-bottom: 108px;
  }
  .service-message__box.reverse {
    margin-right: auto;
    margin-left: 0;
    padding-right: 220px;
    padding-left: 70px;
  }
  .service-message__box.reverse .image {
    right: -102px;
    left: initial;
  }
  .price-point__listitem {
    min-height: 100px;
  }
  .price-point__listitem + * {
    margin-top: 2.6666666667vw;
  }
  .price-compare__title {
    display: flex;
    align-items: flex-end;
  }
  .compare-list__listitem.mainitem {
    min-height: 180px;
    padding-top: 30px;
  }
  .compare-list__listitem.mainitem .subtitle {
    font-size: 1.625rem;
  }
  .compare-list__listitem.mainitem .text02 {
    font-size: 2rem;
  }
  .flow-list__listitem {
    margin-right: 40px;
  }
  .flow-list__listitem:nth-child(n+5) {
    margin-top: 25px;
  }
  .flow-list__listitem .textarea {
    line-height: 1.875;
  }
  .p-page-partner-Mv h1 {
    min-height: 350px;
  }
  .p-page-partner-Mv__col {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 64px 48px;
    gap: 24px;
  }
  .p-page-partner-Mv__col__item {
    width: calc(50% - 12px);
    margin: -80px 0 0;
    padding: 40px;
    border-radius: 6px;
  }
  .p-page-partner-Mv__col__item .icon {
    max-width: 120px;
  }
  .p-page-partner-Mv__col__item .title {
    margin: 16px 0 0;
    padding: 9px;
    border-radius: 4px;
    font-size: 1.25rem;
  }
  .p-page-partner-Mv__col__item .text {
    margin: 20px 0 0;
    font-size: 1rem;
  }
  .p-page-partner-Mv__col__item .text strong {
    border-bottom: 1px solid #fc2f59;
  }
  .p-page-partner-Cta {
    padding: 40px 0;
  }
  .p-page-partner-Cta__text {
    font-size: 1.25rem;
  }
  .p-page-partner-Cta__text span::before, .p-page-partner-Cta__text span::after {
    width: 30px;
    height: 1px;
  }
  .p-page-partner-Cta__text span::before {
    left: -30px;
  }
  .p-page-partner-Cta__text span::after {
    right: -30px;
  }
  .p-page-partner-Cta__btn {
    margin: 16px 0 0;
  }
  .p-page-partner-Cta__btn a {
    max-width: 640px;
    padding: 32px;
    border-radius: 20px;
    font-size: 2rem;
  }
  .p-page-partner-Cta__info {
    margin: 16px 0 0;
    gap: 16px;
  }
  .p-page-partner-Cta__info__tel {
    max-width: 316px;
  }
  .p-page-partner-Cta__info__text {
    font-size: 0.75rem;
  }
  .p-page-partner-Appeal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 31px;
  }
  .p-page-partner-Appeal__img {
    max-width: 222px;
    margin-top: -20px;
  }
  .p-page-partner-Appeal__list li {
    padding-left: 44px;
    font-size: 1.5rem;
  }
  .p-page-partner-Appeal__list li span {
    font-size: 2rem;
  }
  .p-page-partner-Appeal__list li:not(:first-child) {
    margin-top: 24px;
  }
  .p-page-partner-Appeal__list li::before {
    width: 24px;
    height: 24px;
  }
  .p-page-partner-Content {
    padding: 100px 0;
  }
  .p-page-partner-Content--about::before {
    top: -70px;
    right: 69px;
    width: 494px;
    height: 479px;
  }
  .p-page-partner-Content__inner {
    max-width: 1056px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .p-page-partner-Content__title {
    font-size: 3rem;
  }
  .p-page-partner-Content__title span {
    font-size: 1.25rem;
  }
  .p-page-partner-Content__title--big {
    font-size: 4rem;
  }
  .p-page-partner-Content__title--big span {
    font-size: 2.5rem;
  }
  .p-page-partner-Content__subtitle {
    margin: 64px 0 40px;
    padding-left: 8px;
    border-left: 5px solid #102770;
    font-size: 2rem;
  }
  .p-page-partner-Content__text {
    margin: 16px 0 0;
    font-size: 1rem;
  }
  .p-page-partner-Content__text strong {
    border-bottom: 1px solid #fc2f59;
  }
  .p-page-partner-Explanation__text {
    margin: 64px 0 24px;
    font-size: 1.125rem;
  }
  .p-page-partner-Explanation__text span {
    font-size: 1.5rem;
  }
  .p-page-partner-Explanation__Flow__title:not(:first-child) {
    margin: 32px 0 0;
  }
  .p-page-partner-Explanation__Flow__title .num::before {
    height: 2px;
  }
  .p-page-partner-Explanation__Flow__title .num span {
    width: 24px;
    height: 24px;
    font-size: 1.0625rem;
  }
  .p-page-partner-Explanation__Flow__title .flowheader {
    margin: 8px 0 0;
  }
  .p-page-partner-Explanation__Flow__title .flowheader__title {
    margin-right: 16px;
    font-size: 1.25rem;
  }
  .p-page-partner-Explanation__Flow__title .flowheader__label {
    padding: 5px 4px;
    border-radius: 4px;
    font-size: 0.8125rem;
  }
  .p-page-partner-Explanation__Flow__title .flowheader__icon {
    margin: 0 8px;
  }
  .p-page-partner-Explanation__Flow__content {
    margin: 15px 0 0;
    font-size: 1rem;
  }
  .p-page-partner-Strong__list {
    margin: 60px 0 0;
    gap: 24px;
  }
  .p-page-partner-Strong__list__item {
    width: calc(33.3% - 16px);
  }
  .p-page-partner-Strong__list__item .text {
    margin: 24px 0 0;
    font-size: 1rem;
  }
  .p-page-partner-Strong__btn {
    margin: 24px 0 0;
  }
  .p-page-partner-Strong__btn a {
    max-width: 266px;
    padding: 23px 32px;
    border-radius: 40px;
    font-size: 1rem;
  }
  .p-page-partner-Strong__btn a::before {
    right: 32px;
    width: 32px;
    height: 32px;
  }
  .p-page-partner-Price {
    margin: 40px 0 0;
  }
  .p-page-partner-Price__tab {
    gap: 8px;
    border-bottom: 5px solid #102770;
  }
  .p-page-partner-Price__tab__btn {
    padding: 24px 0;
    font-weight: 700;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .p-page-partner-Price__tabContent {
    margin: 40px 0 0;
  }
  .p-page-partner-Price__tabContent__title {
    font-size: 2rem;
  }
  .p-page-partner-Price__tabContent__pricelist {
    margin: 32px 0 0;
    gap: 32px;
  }
  .p-page-partner-Price__tabContent__pricelist .item {
    width: calc(33.3% - 21.3333333333px);
    padding-bottom: 24px;
    border-bottom: 1px solid #bdc0c9;
  }
  .p-page-partner-Price__tabContent__pricelist .item span {
    font-size: 1rem;
  }
  .p-page-partner-Price__tabContent__list {
    margin: 40px 0 0;
    padding: 32px 40px;
    border-radius: 8px;
  }
  .p-page-partner-Price__tabContent__list .item {
    padding-left: 32px;
    font-size: 1rem;
  }
  .p-page-partner-Price__tabContent__list .item:not(:first-child) {
    margin: 16px 0 0;
  }
  .p-page-partner-Price__tabContent__list .item::before {
    width: 24px;
    height: 24px;
  }
  .p-page-partner-Voice__col {
    margin: 64px 0 0;
    gap: 36px;
  }
  .p-page-partner-Voice__col__img {
    max-width: 180px;
  }
  .p-page-partner-Voice__col__item .title {
    font-size: 2rem;
  }
  .p-page-partner-Voice__col__item .company {
    margin: 32px 0 0;
    font-size: 1rem;
  }
  .p-page-partner-Voice__col__item .info {
    margin: 8px 0 0;
  }
  .p-page-partner-Voice__col__item .info .small {
    font-size: 1.0625rem;
  }
  .p-page-partner-Voice__col__item .info .big {
    font-size: 1.5625rem;
  }
  .p-page-partner-Voice__col__item .info .normal {
    font-size: 1.25rem;
  }
  .p-page-partner-Voice__Interview {
    margin: 24px 0 0;
    padding: 40px;
    border-top: 1px solid #d7d9e0;
    border-bottom: 1px solid #d7d9e0;
  }
  .p-page-partner-Voice__Interview__text {
    font-size: 1rem;
  }
  .p-page-partner-Voice__Interview__text:not(:first-child) {
    margin: 32px 0 0;
  }
  .p-page-partner-Voice__Interview__text span {
    border-bottom: 1px solid #fc2f59;
  }
  .p-page-partner-Voice__Figure__inner {
    margin: 40px 0 0;
    gap: 40px;
  }
  .p-page-partner-Voice__Figure__img {
    width: 480px;
  }
  .p-page-partner-Voice__Figure__table {
    width: calc(100% - 480px - 40px);
  }
  .p-page-partner-Voice__Figure__table .title {
    margin: 0 0 24px;
    padding: 0 0 24px;
    border-bottom: 1px solid #bdc0c9;
    font-size: 1rem;
  }
  .p-page-partner-Voice__Figure__table .list {
    margin: 0 0 24px;
    padding: 0 0 24px;
    border-bottom: 1px solid #bdc0c9;
  }
  .p-page-partner-Voice__Figure__table .list ul {
    gap: 12px 24px;
  }
  .p-page-partner-Voice__Figure__table .list ul li {
    font-size: 1rem;
  }
  .p-page-partner-Voice__Figure__ctatext {
    margin: 66px 0 0;
    font-size: 1.25rem;
  }
  .p-page-partner-Voice__Figure__ctatext span::before, .p-page-partner-Voice__Figure__ctatext span::after {
    width: 30px;
    height: 1px;
  }
  .p-page-partner-Voice__Figure__ctatext span::before {
    left: -30px;
  }
  .p-page-partner-Voice__Figure__ctatext span::after {
    right: -30px;
  }
  .p-page-partner-Voice__Figure__ctabtn {
    margin: 16px 0 0;
  }
  .p-page-partner-Voice__Figure__ctabtn a {
    padding: 32px;
    border-radius: 20px;
    font-size: 2rem;
  }
  .p-page-partner-About {
    margin: 66px 0 0;
  }
  .p-page-partner-About__list {
    gap: 24px;
  }
  .p-page-partner-About__list li {
    width: calc(33.3% - 16px);
  }
  .p-page-partner-About__listtext {
    margin: 14px 0 0;
    font-size: 1rem;
  }
  .p-page-partner-About__intro {
    margin: 66px 0 0;
  }
  .p-page-partner-About__intro__text {
    font-size: 0.875rem;
  }
  .p-page-partner-About__intro__text:not(:first-child) {
    margin: 14px 0 0;
  }
  .p-page-partner-About__intro__name {
    max-width: 320px;
    margin: 32px 0 0 auto;
  }
  .p-page-partner-About__intro__btn {
    margin: 66px 0 0;
  }
  .p-page-partner-About__intro__btn a {
    padding: 32px;
    border-radius: 20px;
    font-size: 2rem;
  }
  .p-page-partner-Faq .p-page-faq__list .faq-item__q {
    padding-right: 70px;
    padding-left: 30px;
  }
  .p-page-partner-Faq .p-page-faq__list .faq-item__q::before {
    right: 30px;
    left: auto;
    border-color: transparent transparent transparent #102770;
  }
  .p-page-partner-Contact .p-page-contact__inner {
    margin: 66px 0 0;
  }
  .p-page-partner-Contact .p-page-contact__inner .c-form__fields .c-form__label {
    width: 250px;
    margin: 0;
  }
  .p-page-partner-Contact .p-page-contact__inner .c-form__fields dd {
    width: calc(100% - 250px);
    border-bottom: 2px solid #bdc0c9;
  }
  .p-page-faq__list .faq-item__q {
    border-radius: 10px;
    font-size: 1.125rem;
  }
  .p-page-faq__list .faq-item__a {
    line-height: 1.875;
  }
  .p-page-company__greeting .greeting-imgwrap .textarea {
    width: calc(100% - 240px);
    line-height: 1.875;
  }
  .p-page-company__info {
    padding-top: 96px;
  }
  .p-page-company__history {
    padding-top: 90px;
  }
  .p-page-contact__form .wpcf7-list-item {
    font-size: 1.25rem;
  }
  .p-page-contact__form .wpcf7-list-item:nth-child(n+3) {
    margin-top: 20px;
  }
  .sp-db {
    display: none !important;
  }
  .u-tac__pc {
    text-align: center;
  }
}
@media screen and (max-width: 1160px) and (min-width: 861px) {
  .l-header__contactcta.c-button-cta a {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .l-globalnav__list li:not(:last-child) {
    margin-right: 20px;
  }
  .l-inner {
    padding-right: 16px;
    padding-left: 16px;
  }
  .p-top__pointcheck {
    padding-bottom: 150px;
  }
  .p-cta__button a {
    width: 320px;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.5rem;
  }
  .p-cta__tel .telnum {
    font-size: 2.5rem;
  }
  .cta-contents__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 860px) and (min-width: 861px) {
  .c-grid[class*=tab_col-1] .c-grid__item {
    max-width: 100%;
  }
  .c-grid[class*=tab_col-2] .c-grid__item {
    max-width: 50%;
  }
  .c-grid[class*=tab_col-3] .c-grid__item {
    max-width: 33.3333333333%;
  }
  .c-grid[class*=tab_col-4] .c-grid__item {
    max-width: 25%;
  }
  .c-grid[class*=tab_col-5] .c-grid__item {
    max-width: 20%;
  }
  .c-grid[class*=tab_col-6] .c-grid__item {
    max-width: 16.6666666667%;
  }
  .c-grid[class*=tab_col-7] .c-grid__item {
    max-width: 14.2857142857%;
  }
  .c-grid[class*=tab_col-8] .c-grid__item {
    max-width: 12.5%;
  }
  .c-grid[class*=tab_col-9] .c-grid__item {
    max-width: 11.1111111111%;
  }
  .c-grid[class*=tab_col-10] .c-grid__item {
    max-width: 10%;
  }
  .c-grid[class*=tab_col-11] .c-grid__item {
    max-width: 9.0909090909%;
  }
  .c-grid[class*=tab_col-12] .c-grid__item {
    max-width: 8.3333333333%;
  }
}
@media screen and (min-width: 1161px) {
  .l-globalnav__inner {
    width: 1160px;
    padding: 0 8px;
  }
  .l-globalnav__list li:not(:last-child) {
    margin-right: 20px;
  }
  .l-globalnav__list a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 860px) {
  body {
    font-size: 3.8vw;
  }
  .container {
    margin-top: 17.0666666667vw;
  }
  .l-header {
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  .l-haeder__logo {
    width: 39.6vw;
    max-width: 297px;
    margin-left: 4vw;
  }
  .l-header__top {
    padding: 0 !important;
  }
  .l-header__fixed {
    display: none;
  }
  .l-globalnav {
    z-index: 30;
    position: fixed;
    top: 17.0666666667vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 17.0666666667vw);
    padding-bottom: 40px;
    overflow: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .l-globalnav__inner {
    display: block;
  }
  .l-globalnav__inner .p-cta__bottom {
    margin-top: 8vw;
    background: none;
  }
  .l-globalnav__list {
    display: block;
    padding: 0;
  }
  .l-globalnav__list li {
    border-bottom: 1px solid #fff;
  }
  .l-globalnav__list a {
    padding: 4.2666666667vw 2.1333333333vw;
    font-size: 4.6666666667vw;
    letter-spacing: 0.1em;
  }
  .l-globalnav__list a::before {
    width: clamp(8px, 2.1333333333vw, 9px);
    height: clamp(12px, 3.2vw, 15px);
  }
  .l-footer {
    padding: 12.2666666667vw 0 10.6666666667vw;
  }
  .l-footer__logo {
    width: 62.4vw;
  }
  .l-footer__logo + * {
    margin-top: 9.3333333333vw;
  }
  .l-footer__linklist {
    justify-content: space-between;
    margin-right: 0;
  }
  .l-footer__linklist + * {
    margin-top: 6.6666666667vw;
  }
  .l-footer__listitem {
    width: 50%;
    max-width: calc(50% - 1.2vw);
    margin-right: 0;
  }
  .l-footer__listitem:nth-child(n+3) {
    margin-top: 2vw;
  }
  .l-footer__listitem .__link {
    height: 11.2vw;
    max-height: 84px;
    font-size: 3.3333333333vw;
  }
  .l-footer__address {
    padding-top: 6.6666666667vw;
  }
  .l-footer__site {
    width: 100%;
    font-size: 2.6666666667vw;
    text-align: center;
  }
  .l-footer__site + * {
    margin-top: 6.6666666667vw;
  }
  .l-footer__site .sitename {
    font-size: 3.2vw;
  }
  .l-footer__copyright {
    margin-top: 9.8666666667vw;
    font-size: min(3.8vw, 1rem);
  }
  .l-inner {
    padding-right: 4.6666666667vw;
    padding-left: 4.6666666667vw;
  }
  .l-spacer-section {
    padding-top: 12.6666666667vw;
    padding-bottom: 12.6666666667vw;
  }
  .l-spacer-section.-sp-onlytop {
    padding-bottom: 0;
  }
  .c-form__label .req {
    margin-left: 2.6666666667vw;
    font-size: 2.2666666667vw;
  }
  .c-form__input input,
.c-form__input textarea {
    height: 12vw;
  }
  .c-form__input input[type=checkbox] + * {
    padding-left: 6.4vw;
  }
  .c-form__input input[type=checkbox] + *::before {
    width: 5.6vw;
    height: 5.6vw;
    background-size: 2.9333333333vw 2.9333333333vw;
  }
  .c-form__submit {
    width: 100%;
    padding: 5.3333333333vw 1rem;
  }
  .c-heading-primary {
    font-size: 6vw;
  }
  .c-heading-primary + * {
    margin-top: 2.6666666667vw;
  }
  .c-heading-primary::after {
    width: 26.6666666667vw;
    height: 0.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .c-heading-primarybg {
    font-size: 6vw;
  }
  .c-heading-primarybg .bg-title > span {
    display: block;
    padding: 0.5333333333vw 1.3333333333vw;
    background: #102770;
  }
  .c-heading-primarybg .bg-title > span + * {
    margin-top: 0.5333333333vw;
  }
  .c-heading-gradbg {
    height: 9.3333333333vw;
    background: url(../img/top/price_bg_ttle01_sp.svg) no-repeat center/100% auto;
    font-size: 4.6666666667vw;
  }
  .c-heading-hasborder {
    font-size: 3.3333333333vw;
  }
  .c-heading-hasborder::after {
    width: 26.6666666667vw;
    height: 0.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .c-pager {
    flex-direction: column;
  }
  .c-pager__total {
    margin-bottom: 20px;
    font-family: var(--ff-entext);
  }
  .c-breadcrumb {
    padding: 0;
    background: #1d2128;
  }
  .c-breadcrumb__list {
    padding: 25px 0;
  }
  .c-breadcrumb__item {
    color: #fff;
  }
  .c-breadcrumb__item a {
    color: rgba(255, 255, 255, 0.5);
  }
  .c-breadcrumb__item a:hover {
    color: white;
  }
  .c-breadcrumb__item:not(:last-child)::after {
    background: url(../img/icon/arrow_right_white.svg) no-repeat center/contain;
    opacity: 0.5;
  }
  .c-taglist li a {
    font-size: 0.6875rem;
  }
  .c-sttextsp {
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 6.6666666667vw;
    padding: 1.3333333333vw 0;
    background: #112670;
    color: #fed813;
    font-weight: bold;
    font-size: 6.6666666667vw;
    line-height: 1.5em;
    text-align: center;
  }
  .c-grid[class*=sp_col-1] .c-grid__item {
    max-width: 100%;
  }
  .c-grid[class*=sp_col-2] .c-grid__item {
    max-width: 50%;
  }
  .c-grid[class*=sp_col-3] .c-grid__item {
    max-width: 33.3333333333%;
  }
  .c-grid[class*=sp_col-4] .c-grid__item {
    max-width: 25%;
  }
  .c-grid[class*=sp_col-5] .c-grid__item {
    max-width: 20%;
  }
  .c-grid[class*=sp_col-6] .c-grid__item {
    max-width: 16.6666666667%;
  }
  .c-grid[class*=sp_col-7] .c-grid__item {
    max-width: 14.2857142857%;
  }
  .c-grid[class*=sp_col-8] .c-grid__item {
    max-width: 12.5%;
  }
  .c-grid[class*=sp_col-9] .c-grid__item {
    max-width: 11.1111111111%;
  }
  .c-grid[class*=sp_col-10] .c-grid__item {
    max-width: 10%;
  }
  .c-grid[class*=sp_col-11] .c-grid__item {
    max-width: 9.0909090909%;
  }
  .c-grid[class*=sp_col-12] .c-grid__item {
    max-width: 8.3333333333%;
  }
  .p-top__pointcheck {
    position: relative;
    padding-top: 14.6666666667vw;
    padding-right: 4.6666666667vw;
    padding-bottom: 14.6666666667vw;
    padding-left: 4.6666666667vw;
  }
  .p-top__pointcheck .checkbutton a {
    padding: 3.3333333333vw 1rem;
    font-size: 4.6666666667vw;
  }
  .p-top__pointcheck .checkbutton a::after {
    top: calc(50% - 2.2666666667vw);
    right: 4.8vw;
    width: 2.6666666667vw;
    height: 4.5333333333vw;
  }
  .p-top-news {
    flex-direction: column;
    padding: 5.3333333333vw;
    padding: 5.3333333333vw min(5.3333333333vw, 32px);
  }
  .p-top-news__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    font-size: 4vw;
  }
  .p-top-news__listwrap {
    width: 100%;
  }
  .p-top-news__list {
    margin-top: 4.4vw;
  }
  .p-top-news__list .newsitem {
    align-items: flex-start;
    font-size: 3.2vw;
  }
  .p-top-news__list .newsitem dt {
    margin-right: 2.6666666667vw;
    padding-top: 1px;
    font-size: 2.4vw;
  }
  .p-top-news__list .newsitem dd {
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
  .p-top-about__addimgcol {
    display: block;
    margin: 6.6666666667vw auto 6.9333333333vw;
  }
  .p-top-about__addimgcol .p-top-about__addimg {
    width: 100%;
    margin-bottom: 8vw;
  }
  .p-top-about__addtexts {
    padding: 5.3333333333vw 4.2666666667vw;
    line-height: 1.25;
  }
  .p-top-about__addtextstitle {
    max-width: 100%;
    margin: 0 auto 4.6666666667vw;
    padding: 0.8vw 2.1333333333vw;
    font-size: 3.0666666667vw;
  }
  .p-top-about__addtextstext {
    padding: 0 2.1333333333vw;
    font-size: 3.0666666667vw;
  }
  .p-top-about__addtextstext.-mt {
    margin-top: 4.6666666667vw;
  }
  .p-top-about__addtextstext .-icon::before {
    left: -5.3333333333vw;
    width: 4vw;
    height: 4vw;
  }
  .p-top-about__sectitle span {
    margin-bottom: 2.6666666667vw;
    font-size: 3.3333333333vw;
  }
  .p-top-about__img {
    margin: 6.6666666667vw auto 6.9333333333vw;
  }
  .p-top-about__messagebox {
    flex-direction: column;
    padding: 0;
  }
  .p-top-about__messagebox__text {
    width: 100%;
    max-width: 100%;
  }
  .p-top-about__messagebox__text__n-text {
    font-size: 3.7333333333vw;
  }
  .p-top-about__messagebox__imgitem {
    max-width: 57.0666666667vw;
    margin: 2.4vw auto -1px;
  }
  .p-top-about.creation .p-top-about__creation .p-top-about__creationtitle {
    padding: 9.3333333333vw 0;
  }
  .p-top-about.creation .p-top-about__creation .p-top-about__creationtitle::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .p-top-about.creation .p-top-about__creation .p-top-about__creationtitle .-white {
    font-size: 4.6666666667vw;
  }
  .p-top-about.creation .p-top-about__creation .p-top-about__creationtitle .-yellow {
    margin: 7.7333333333vw 0 0;
    font-size: 7.3333333333vw;
  }
  .p-top-about.creation .p-top-about__creation .creation__wrap {
    padding: 10.6666666667vw 0;
  }
  .p-top-about.creation .p-top-about__creation .creation__items.-top {
    padding-left: 0;
  }
  .p-top-about.creation .p-top-about__creation .creation__items.-top .creation__item.-img {
    position: static;
    max-width: 100%;
  }
  .p-top-about.creation .p-top-about__creation .creation__items.-top .creation__item.-texts {
    max-width: 100%;
    margin: 5.3333333333vw 0 0 0;
    padding: 4vw 4.2666666667vw;
    line-height: 1.25;
    letter-spacing: 1px;
  }
  .p-top-about.creation .p-top-about__creation .creation__items.-top .creation__item.-texts p {
    margin-bottom: 4vw;
  }
  .p-top-about.creation .p-top-about__creation .creation__items.-bottom {
    margin-top: 10.6666666667vw;
    padding-right: 0;
  }
  .p-top-about.creation .p-top-about__creation .creation__items.-bottom .creation__item.-img {
    position: static;
    max-width: 100%;
  }
  .p-top-about.creation .p-top-about__creation .creation__items.-bottom .creation__item.-texts {
    max-width: 100%;
    margin: 5.3333333333vw 0 0 0;
    padding: 4vw 4.2666666667vw;
    line-height: 1.25;
    letter-spacing: 1px;
  }
  .p-top-about.creation .p-top-about__creation .creation__items.-bottom .creation__item.-texts p {
    margin-bottom: 4vw;
  }
  .p-top-about.creation .creation__btn {
    margin-top: 10.6666666667vw;
  }
  .p-top-about.creation .creation__btn a {
    max-width: 100%;
    padding: 2.6666666667vw 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .p-top-strength .c-heading-primary {
    line-height: 1.25;
  }
  .p-top-strength__list {
    margin-top: 4vw;
  }
  .p-top-strength__list + * {
    margin-top: 5.3333333333vw;
  }
  .p-top-strength__listitem {
    width: 53.3333333333vw;
    height: 53.3333333333vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 4.8vw;
  }
  .p-top-strength__listitem + * {
    margin-top: 2vw;
  }
  .p-top-strength__listitem .num {
    width: 12.9333333333vw;
    height: 12.9333333333vw;
    font-size: 7.3333333333vw;
  }
  .p-top-strength__listitem .num span {
    font-size: 2vw;
  }
  .p-top-strength__message {
    margin-top: 3.2vw;
    font-size: 5.3333333333vw;
  }
  .p-top-works__sectionspacer {
    padding-top: 7.2vw;
  }
  .p-top-works__titlewrap {
    align-items: center;
  }
  .p-top-works__sectitle {
    font-size: 6vw;
    white-space: nowrap;
  }
  .p-top-works__sectitle .bg-title {
    background: none;
  }
  .p-top-works__sectitle .bg-title > span {
    display: block;
    padding: 0.5333333333vw 1.3333333333vw;
    background: #102770;
  }
  .p-top-works__sectitle .bg-title > span + * {
    margin-top: 10px;
  }
  .p-top-works__sectitle .bg-title > span:last-child {
    display: inline-block;
  }
  .p-top-works__titleadditional {
    margin-top: 2.1333333333vw;
    font-size: 2.1333333333vw;
  }
  .p-top-works__titileimg {
    width: 34.6666666667vw;
    margin-left: 2.6666666667vw;
  }
  .p-top-works__list {
    margin-top: 8vw;
  }
  .p-top-works__listitem {
    width: 100%;
    padding: 8.5333333333vw 2.6666666667vw;
  }
  .p-top-works__listitem + * {
    margin-top: 9.3333333333vw;
  }
  .p-top-works__listitem .title {
    width: 100%;
    font-weight: 900;
    font-size: 4vw;
  }
  .p-top-works__listitem .copy {
    font-size: 7.3333333333vw;
  }
  .p-top-works__listitem .up-num {
    margin-bottom: 2.6666666667vw;
    font-size: 11.3333333333vw;
  }
  .p-top-works__listitem .up-num::before {
    margin-bottom: 1.3333333333vw;
  }
  .p-top-works__listitem .up-num::after {
    margin-top: 1.3333333333vw;
  }
  .p-top-works__listitem .up-num-inner .icon {
    width: 9.3333333333vw;
  }
  .p-top-works__listitem .message {
    line-height: 1.25;
  }
  .p-top-price__item {
    padding: 8vw 4vw 8vw;
  }
  .p-top-price__item--addimg::before {
    width: 48vw;
    height: 45.3333333333vw;
  }
  .p-top-price__item .p-top-price__item__inner {
    padding: 0 0 40vw 0;
  }
  .p-top-price__item .subexplain {
    margin-top: 0.6666666667vw;
    font-size: 5.0666666667vw;
  }
  .p-top-price__price {
    margin: 2.6666666667vw 0;
    font-size: 5.0666666667vw;
  }
  .p-top-price__price .accentcolor {
    font-size: 11.0666666667vw;
  }
  .p-top-price__secondtitle {
    height: 6.6666666667vw;
    background: url(../img/top/price_bg_ttle01_sp.svg) no-repeat center/100% auto;
    font-size: 4.2666666667vw;
  }
  .p-top-price__thirdtitle {
    font-size: 5.3333333333vw;
  }
  .p-top-price__listitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 4.2666666667vw 4.2666666667vw;
    text-align: left;
  }
  .p-top-price__listitem .subtitle::after {
    display: none;
  }
  .p-top-price__listitem .message {
    font-size: 3.2vw;
  }
  .p-top-blog__title {
    justify-content: center;
  }
  .p-top-blog__list {
    margin-top: 8vw;
  }
  .p-top-blog__article {
    width: 100%;
  }
  .p-top-blog__article + * {
    margin-top: 2.6666666667vw;
  }
  .p-top-blog__article figure {
    width: 23.3333333333vw;
    padding-top: 18.6666666667vw;
  }
  .p-top-blog__meta {
    padding-left: 3.6vw;
  }
  .p-top-blog__button {
    max-width: 42.6666666667vw;
    margin-top: 5.3333333333vw;
    margin-right: auto;
    margin-left: auto;
  }
  .p-top-blog__button a {
    padding: 3.2vw 1rem;
  }
  .p-cta-top {
    padding: 4vw 0 4vw;
  }
  .p-cta-top__textarea {
    padding-top: 0;
  }
  .p-cta-top__textarea .message-present {
    margin-bottom: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
  .p-cta-top__textarea .cta-title {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.04em;
  }
  .p-cta-top__img {
    width: 33.3333333333vw;
    margin-right: 2.1333333333vw;
  }
  .p-cta-top__img .caption-message {
    font-size: 2.5333333333vw;
  }
  .p-cta-top__img .caption-message span::before, .p-cta-top__img .caption-message span::after {
    width: 2.2666666667vw;
    max-width: 17px;
    height: 2.2666666667vw;
    max-height: 17px;
  }
  .p-cta__message {
    font-size: 3.2vw;
    line-height: 1.25;
  }
  .p-cta-bottom {
    padding: 8.6666666667vw 0;
  }
  .p-cta__balloontitle {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
  .p-cta__balloontitle span::before, .p-cta__balloontitle span::after {
    width: 5.3333333333vw;
    height: 8vw;
  }
  .p-cta__buttonwrap {
    display: block;
    margin-top: 5.3333333333vw;
  }
  .p-cta__button a {
    justify-content: center;
    width: 100%;
    padding: 5.3333333333vw 1rem;
    font-size: 5.8666666667vw;
    letter-spacing: 0.05em;
  }
  .p-cta__tel {
    margin-top: 3.3333333333vw;
  }
  .p-cta__tel .tel-title {
    flex-shrink: 0;
    width: 22.6666666667vw;
    height: 13.6vw;
    margin-right: 0;
    padding-right: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .p-cta__tel .telnum {
    padding-right: 0;
    font-size: 8.8vw;
    white-space: nowrap;
  }
  .p-cta__tel .addtional-message {
    font-size: 2.1333333333vw;
  }
  .p-cta-bottom__messagetext {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
  .p-cta-line {
    bottom: 0;
  }
  .cta-contents {
    padding: 6.6666666667vw 0 6.6666666667vw;
  }
  .cta-contents__inner {
    max-width: 100%;
    padding-right: 4.6666666667vw;
    padding-left: 4.6666666667vw;
  }
  .cta-contents__grid {
    gap: 1rem;
  }
  .p-media__title {
    padding: 1.0666666667vw 2.4vw;
    font-size: 4vw;
    white-space: nowrap;
  }
  .p-media-message {
    margin-top: 3.4666666667vw;
  }
  .p-media__logo {
    width: 22.6666666667vw;
    margin-right: 9.3333333333vw;
  }
  .p-media-message__text {
    width: 58.6666666667vw;
  }
  .p-media-bottom {
    margin-top: 6.6666666667vw;
  }
  .p-media-bottom .p-media__title {
    margin-bottom: 2.4vw;
  }
  .p-media-bottom__item + * {
    margin-top: 5.3333333333vw;
  }
  .p-media-approach__images.image01 {
    width: 44vw;
    margin-right: 6.6666666667vw;
  }
  .p-media-approach__images.image02 {
    width: 38vw;
    white-space: nowrap;
  }
  .p-media-approach__images.image03 {
    display: flex;
  }
  .p-media-approach__images.image03 img {
    width: 41.6vw;
    max-width: 50%;
    margin-right: 4vw;
  }
  .p-media-approach__images.image03 figcaption {
    margin-top: 0;
  }
  .p-service_title {
    font-size: 3.3333333333vw;
  }
  .p-service__linklist {
    margin-top: 5.3333333333vw;
  }
  .p-service__listitem {
    display: block;
    width: 100%;
    padding: 4vw 1.8666666667vw;
    font-size: 4.6666666667vw;
    text-align: center;
  }
  .p-service__listitem + * {
    margin-top: 2.6666666667vw;
  }
  .p-service__listitem .icon {
    position: absolute;
    top: 50%;
    left: 8.8vw;
    height: calc(100% - 8vw);
    margin-right: 0;
    transform: translateY(-50%);
  }
  .p-service__listitem .icon img {
    -o-object-fit: contain;
    width: auto;
    height: 100%;
       object-fit: contain;
  }
  .p-service__listitem::after {
    top: calc(50% - 2vw);
    right: 2.6666666667vw;
    width: 4vw;
    height: 4vw;
  }
  .p-mailing-list__content {
    padding: 5.3333333333vw 0 14.6666666667vw;
    gap: 20px;
  }
  .p-mailing-list__box {
    padding: 5.3333333333vw;
  }
  .p-mailing-list__box.-column {
    flex-basis: 100%;
  }
  .p-mailing-list__heading {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  .p-mailing-list__description {
    font-size: 3.7333333333vw;
  }
  .p-mailing-list__description + .p-mailing-list__description {
    margin-top: 3.7333333333vw;
  }
  .p-mailing-list__lineup-category {
    flex-basis: 100% !important;
  }
  .p-works-archive {
    margin-top: 5.3333333333vw;
  }
  .p-wors-archive__message {
    margin-top: 5.3333333333vw;
    line-height: 1.33;
  }
  .p-works-archive__card {
    padding: 2.6666666667vw 5.3333333333vw 4vw;
    border-radius: 2.6666666667vw;
  }
  .p-works-archive__card .l-inner.-narrow {
    padding-right: 0;
    padding-left: 0;
  }
  .p-works-archive__card + * {
    margin-top: 2.6666666667vw;
  }
  .p-works-card__header + * {
    margin-top: 2.6666666667vw;
  }
  .p-works-card__title {
    font-size: 4.6666666667vw;
  }
  .p-works-card__button a {
    padding: 2.6666666667vw 6.6666666667vw;
    font-size: 2.6666666667vw;
  }
  .p-works-card__button.has-arrow a::before {
    top: calc(50% - 1.3333333333vw);
    right: 1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .p-works-card__details .detailsbox {
    margin-bottom: 3.2vw;
  }
  .p-works-card__details .detailsbox + * {
    margin-top: 3.2vw;
  }
  .p-works-card__details .detailsbox.before {
    padding-bottom: 4.6666666667vw;
  }
  .p-works-card__details .detailsbox.before::after {
    top: calc(100% - 2.6666666667vw);
    left: calc(50% - 4vw);
    width: 8vw;
    height: 8vw;
  }
  .p-works-card__details .before-title {
    height: 5.3333333333vw;
    padding-left: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
  .p-works-card__details .before-content {
    margin-top: 4vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .p-works-card__details .after-title {
    height: 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .after-list {
    flex-direction: column;
  }
  .after-list__item {
    width: 100%;
  }
  .after-list__item + * {
    margin-top: 2.6666666667vw;
  }
  .after-list__item:not(:last-child)::after {
    display: block;
    width: 62.2666666667vw;
    height: 1px;
    margin-top: 2.6666666667vw;
    margin-right: auto;
    margin-left: auto;
    background: #bcbcbc;
    content: "";
  }
  .after-list__item .title {
    font-size: 4.6666666667vw;
    line-height: 1.3;
  }
  .after-list__item .detail {
    margin-top: 0.8vw;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
  }
  .after-list__item .subtitle {
    font-weight: normal;
  }
  .p-works-single .l-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .p-works-single__sectitle {
    font-size: 6vw;
  }
  .p-works-single__sectitle .accentcolor {
    font-size: 4vw;
  }
  .p-works-single__sectitle .round-bg {
    padding: 1.6vw 1rem;
  }
  .p-works-single__before {
    padding: 4vw;
    border-radius: 2.6666666667vw;
    background: #102770;
  }
  .p-works-single__before .before-title {
    padding-left: 14.6666666667vw;
    font-size: 4vw;
  }
  .p-works-single__before .before-title::before {
    left: 0;
    width: 12vw;
    height: 12vw;
  }
  .p-works-single__before .before-content {
    margin-top: 5.3333333333vw;
  }
  .p-works-single__before .before-content::after {
    top: calc(100% + 2.6666666667vw);
    left: calc(50% - 2.6666666667vw);
    width: 7.2vw;
    height: 5.3333333333vw;
  }
  .p-works-single__before .point {
    margin-top: 2.6666666667vw;
    padding-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .p-works-single__before .point-title {
    font-size: 4.2666666667vw;
  }
  .p-works-single__before .point-title + * {
    margin-top: 1.3333333333vw;
  }
  .p-works-single__main {
    margin-top: 2.6666666667vw;
    padding: 8vw 5.3333333333vw;
  }
  .p-works-single__main .l-inner.-narrow {
    padding-right: 0;
    padding-left: 0;
  }
  .p-works-single__pdca {
    margin-top: 18.9333333333vw;
    padding-top: 24vw;
    padding-bottom: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-works-single__pdca .img-pdca {
    width: 38.1333333333vw;
    max-width: 286px;
  }
  .p-works-single__pdca .pdca-item {
    flex-direction: column;
    overflow: hidden;
    border-radius: 2.6666666667vw;
  }
  .p-works-single__pdca .pdca-item + * {
    margin-top: 3.3333333333vw;
  }
  .p-works-single__pdca .pdca-item .title {
    width: 100%;
    padding: 1.7333333333vw 2.6666666667vw;
    border-radius: 0;
    font-size: 4vw;
  }
  .p-works-single__pdca .pdca-item .title-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 6.6666666667vw);
    margin-left: 3.3333333333vw;
  }
  .p-works-single__pdca .pdca-item .content {
    width: 100%;
    padding: 4vw 4.8vw;
  }
  .p-works-single__result .result-title {
    margin-top: 5.3333333333vw;
  }
  .p-works-single__result .after-list {
    margin-top: 4vw;
  }
  .p-works-single__result .after-list__item {
    width: 100%;
    margin-right: 0;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
  }
  .p-works-single__result .after-list__item::after {
    content: none;
  }
  .p-works-single__backbutton.has-arrow {
    width: 58.6666666667vw;
    margin-top: 6.6666666667vw;
  }
  .p-works-single__backbutton.has-arrow a {
    padding: 3.7333333333vw 1rem;
    font-size: 3.3333333333vw;
  }
  .p-page-lightbox {
    padding: 4vw 5.3333333333vw;
  }
  .p-page-dllist .item {
    flex-direction: column;
  }
  .p-page-dllist .item dt {
    width: 100%;
    margin-right: 0;
  }
  .p-page-dllist .item dd {
    width: 100%;
    border-bottom: none;
  }
  .service-features__list {
    margin-top: 8.2666666667vw;
  }
  .service-feature__item {
    flex-direction: column;
    padding: 8.5333333333vw 4.6666666667vw 5.3333333333vw;
    background: #f4f5f5;
  }
  .service-feature__item + * {
    margin-top: 11.3333333333vw;
  }
  .service-feature__item .num span {
    font-size: 8.5333333333vw;
    line-height: 1;
  }
  .service-feature__item .num {
    right: 2.5333333333vw;
    left: initial;
    transform: translateY(-50%);
    font-size: 2.5333333333vw;
  }
  .service-feature__item .image {
    margin-top: 4vw;
  }
  .service-feature__item .title span {
    margin-bottom: 2.6666666667vw;
  }
  .service-feature__item .title {
    font-size: 5.3333333333vw;
  }
  .service-feature__item .textmessage {
    margin-top: 4vw;
    line-height: 1.25;
  }
  .service-feature__item.reverse .num {
    right: initial;
    left: 4.9333333333vw;
    transform: translateY(-50%) translateX(0);
  }
  .service-compare__title span {
    margin-bottom: 2.6666666667vw;
  }
  .service-table {
    margin-top: 5.3333333333vw;
    overflow: auto;
  }
  .service-table__img {
    width: 145.7333333333vw;
  }
  .p-page-service__why .c-heading-primarybg .bg-title {
    background: none;
  }
  .p-page-service__why .c-heading-primarybg .bg-title .sp-bg {
    display: inline-block;
    margin-bottom: 0.8vw;
    padding: 0.5333333333vw 3.2vw;
    background: #102770;
  }
  .p-page-service__why .c-heading-primarybg .bg-title .sp-bg:last-child {
    display: inline-block;
  }
  .service-why__inner {
    margin-top: 11.4666666667vw;
  }
  .service-why__inner .reason-box {
    width: 100%;
    padding: 10.1333333333vw 5.3333333333vw 5.3333333333vw;
  }
  .service-why__inner .reason-box + * {
    margin-top: 9.3333333333vw;
  }
  .service-why__inner .reason-box .bar-title {
    font-size: 3.3333333333vw;
  }
  .service-why__inner .title {
    font-size: 4.6666666667vw;
  }
  .service-why__inner .title span {
    margin-bottom: 2.6666666667vw;
  }
  .service-why__inner .textmessage {
    margin-top: 2.6666666667vw;
    line-height: 1.25;
  }
  .p-page-service__compareinner {
    padding-top: 8.8vw;
    padding-bottom: 5.3333333333vw;
  }
  .service-message__title {
    font-size: 6.6666666667vw;
  }
  .service-message__box {
    width: 100%;
    max-width: 100%;
    margin-top: 13.3333333333vw;
    padding: 5.3333333333vw;
  }
  .service-message__box + * {
    margin-top: 13.3333333333vw;
  }
  .service-message__box .image img {
    border-radius: 2.6666666667vw;
  }
  .service-message__box .image {
    position: relative;
    top: 0;
    left: -8vw;
    width: 33.0666666667vw;
    margin-top: -9.7333333333vw;
    margin-bottom: 2.6666666667vw;
    float: left;
  }
  .service-message__box .name {
    font-size: 3.3333333333vw;
  }
  .service-message__box .message {
    line-height: 1.33;
  }
  .service-message__box.reverse .image {
    right: -7.4666666667vw;
    left: auto;
    float: right;
  }
  .p-page-servive__voice .l-spacer-section {
    padding-top: 9.0666666667vw;
  }
  .service-voice__title span {
    font-size: 4.8vw;
  }
  .service-voice__list {
    margin-top: 4vw;
  }
  .service-voice__item {
    padding: 4.2666666667vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .service-voice__item + * {
    margin-top: 5.3333333333vw;
  }
  .service-voice__item .title {
    margin-bottom: 1.3333333333vw;
    font-size: 4vw;
  }
  .service-voice__item .name {
    margin-top: 2.6666666667vw;
    line-height: 1.33;
  }
  .service-voice__item .image {
    width: 20vw;
    margin-right: 4vw;
  }
  .service-voice__item .voice-maincontent {
    margin-top: 4vw;
    line-height: 1.33;
  }
  .p-page-price__point {
    padding-top: 9.0666666667vw;
  }
  .price-point__title {
    font-size: 6vw;
    text-align: center;
  }
  .price-point__inner {
    flex-direction: column;
  }
  .price-point__list {
    width: 100%;
    margin-top: 6vw;
  }
  .price-point__listitem {
    padding: 1.7333333333vw;
  }
  .price-point__listitem .num {
    width: 10.1333333333vw;
    margin-right: 2.9333333333vw;
    padding-right: 1.3333333333vw;
    border-right-width: 1px;
    font-size: 1.6vw;
  }
  .price-point__listitem .num span {
    font-size: 5.3333333333vw;
  }
  .price-point__listitem .main {
    font-size: 3.7333333333vw;
  }
  .p-page-price__appeal {
    padding-top: 6.6666666667vw;
  }
  .price-appeal__title span {
    font-size: 3.3333333333vw;
  }
  .price-appeal__lead {
    margin-top: 4.2666666667vw;
  }
  .appeal-list {
    margin-top: 13.3333333333vw;
  }
  .appeat-list__listitem {
    width: 100%;
    padding: 8vw 8vw 2.6666666667vw;
    text-align: center;
  }
  .appeat-list__listitem + * {
    margin-top: 8vw;
  }
  .appeat-list__listitem .bar-title {
    width: 30.1333333333vw;
    font-size: 2vw;
  }
  .appeat-list__listitem .icon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    margin: 0;
    margin-right: 3.4666666667vw;
  }
  .appeat-list__listitem .icon img {
    -o-object-fit: contain;
    max-height: 100%;
       object-fit: contain;
  }
  .appeat-list__listitem .subtitle {
    font-size: 5.6vw;
  }
  .appeat-list__listitem .maincopy {
    min-height: 0;
    margin-top: 2.6666666667vw;
    font-size: 4.6666666667vw;
  }
  .appeat-list__listitem .maincopy img {
    width: auto;
    height: 11.4666666667vw;
    max-height: 83px;
  }
  .appeat-list__listitem .maincopy + * {
    margin-top: 2.6666666667vw;
  }
  .appeat-list__listitem .sp-flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
  .p-page-price__compare {
    padding-top: 8vw;
    padding-bottom: 0;
  }
  .price-compare__title .subcopy {
    margin-top: 2.6666666667vw;
    margin-left: 0;
  }
  .price-compare__title .p-top-works__sectitle .bg-title {
    background: #102770;
  }
  .price-compare__bgtitle .bg-title {
    margin-top: 1.6vw;
    padding: 1.0666666667vw 4vw;
  }
  .compare-list {
    grid-column-gap: 0;
    grid-row-gap: 0;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 40.5333333333vw 1fr;
    margin-top: 9.6vw;
    gap: 2.6666666667vw;
  }
  .compare-list__listitem {
    width: 100%;
    padding: 4vw 1rem;
    font-size: 3.3333333333vw;
  }
  .compare-list__listitem .text02 {
    font-size: 3.4666666667vw;
  }
  .compare-list__listitem.mainitem {
    grid-area: 1/1/3/2;
    height: 100%;
    min-height: 0;
  }
  .compare-list__listitem:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .compare-list__listitem:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .compare-imagebox {
    width: 100vw;
    margin-top: 7.3333333333vw;
    margin-left: calc(50% - 50vw);
    padding: 6.9333333333vw 5.3333333333vw;
    border-radius: 0;
  }
  .compare-graph {
    margin-top: 2.6666666667vw;
  }
  .compare-graph .caption {
    right: -4.2666666667vw;
    width: 28.9333333333vw;
  }
  .p-page-price__flow {
    padding-top: 9.3333333333vw;
  }
  .flow-list {
    margin-right: 0;
  }
  .flow-list__listitem {
    width: 100%;
    padding: 2.1333333333vw 5.3333333333vw;
  }
  .flow-list__listitem + * {
    margin-top: 4vw;
  }
  .flow-list__listitem:not(:last-child)::after {
    top: calc(100% + 1.3333333333vw);
    left: calc(50% - 1.3333333333vw);
    border-width: 1.3333333333vw 1.3333333333vw 0;
    border-color: #a9bfd7 transparent transparent;
  }
  .flow-list__listitem .title {
    margin-top: 2vw;
    font-size: 4.4vw;
  }
  .flow-list__listitem .rep {
    top: 2.1333333333vw;
    right: 2.6666666667vw;
  }
  .flow-list__listitem .rep-item {
    font-size: 2.4vw;
  }
  .flow-list__listitem .textarea {
    margin-top: 2.2666666667vw;
  }
  .flow-list__listitem.lastflow {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
  }
  .flow-list__listitem.lastflow .title {
    margin-top: 0;
    font-size: 4.4vw;
    text-align: left;
  }
  .flow-list__listitem.lastflow .textarea {
    margin-top: 0;
    margin-right: 8.4vw;
  }
  .flow-list__listitem.lastflow .textarea img {
    width: 16.8vw;
  }
  .p-page-interview-head {
    padding: 240px 0 0;
  }
  .p-page-interview-head__content {
    padding: 4.6666666667vw;
    background: rgba(17, 39, 112, 0.5);
    mix-blend-mode: inherit;
  }
  .p-page-interview-head__title {
    font-size: 3.3333333333vw;
  }
  .p-page-interview-head__ja {
    margin-top: 20px;
    font-size: 5.3333333333vw;
  }
  .p-page-interview-head__en {
    font-size: 8.5333333333vw;
  }
  .p-page-interview-head__description {
    margin-top: 20px;
  }
  .p-page-interview-head__photo {
    width: 70%;
  }
  .p-page-interview-head__photo img {
    -o-object-position: 40%;
       object-position: 40%;
  }
  .p-page-interview-content__photo img {
    max-width: 100%;
  }
  .p-page-interview-content__link img {
    max-width: 100%;
  }
  .p-page-gallery__row {
    gap: 10px;
  }
  .p-page-gallery__photo {
    flex-basis: calc(50% - 5px);
  }
  .p-page-partner-Mv__col {
    flex-direction: column;
    margin: -5.3333333333vw auto 0;
    padding: 0 4.6666666667vw 10.6666666667vw;
    gap: 4.2666666667vw;
  }
  .p-page-partner-Mv__col__item {
    padding: 5.8666666667vw 6.9333333333vw;
    border-radius: 1.6vw;
  }
  .p-page-partner-Mv__col__item .icon {
    max-width: 21.3333333333vw;
  }
  .p-page-partner-Mv__col__item .title {
    margin: 4.2666666667vw 0 0;
    padding: 2.4vw;
    border-radius: 1.0666666667vw;
    font-size: 5.3333333333vw;
  }
  .p-page-partner-Mv__col__item .text {
    margin: 5.3333333333vw 0 0;
    padding: 0 3.7333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-page-partner-Mv__col__item .text strong {
    border-bottom: 0.2666666667vw solid #fc2f59;
  }
  .p-page-partner-Cta {
    padding: 10.6666666667vw 0;
  }
  .p-page-partner-Cta__text {
    font-size: 5.3333333333vw;
  }
  .p-page-partner-Cta__text span::before, .p-page-partner-Cta__text span::after {
    width: 8vw;
    height: 0.2666666667vw;
  }
  .p-page-partner-Cta__text span::before {
    left: -8vw;
  }
  .p-page-partner-Cta__text span::after {
    right: -8vw;
  }
  .p-page-partner-Cta__btn {
    margin: 4.2666666667vw 0 0;
    padding: 0 4.6666666667vw;
  }
  .p-page-partner-Cta__btn a {
    padding: 4.2666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 6.4vw;
  }
  .p-page-partner-Cta__info {
    flex-direction: column;
    margin: 4.2666666667vw 0 0;
    gap: 2.1333333333vw;
  }
  .p-page-partner-Cta__info__tel {
    max-width: 84.2666666667vw;
  }
  .p-page-partner-Cta__info__text {
    font-size: 3.2vw;
  }
  .p-page-partner-Appeal {
    padding: 10.6666666667vw 0;
  }
  .p-page-partner-Appeal__img {
    display: none;
  }
  .p-page-partner-Appeal__list li {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: 11.7333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-page-partner-Appeal__list li span {
    font-size: 5.8666666667vw;
  }
  .p-page-partner-Appeal__list li:not(:first-child) {
    margin-top: 6.4vw;
  }
  .p-page-partner-Appeal__list li::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .p-page-partner-Content {
    padding: 10.6666666667vw 0;
  }
  .p-page-partner-Content--about::before {
    top: -9.3333333333vw;
    right: 0;
    width: 65.8666666667vw;
    height: 63.8666666667vw;
  }
  .p-page-partner-Content__inner {
    padding: 0 4.6666666667vw;
  }
  .p-page-partner-Content__title {
    font-size: 7.4666666667vw;
  }
  .p-page-partner-Content__title span {
    font-size: 5.3333333333vw;
  }
  .p-page-partner-Content__title--big {
    font-size: 9.7333333333vw;
  }
  .p-page-partner-Content__title--big span {
    font-size: 6.4vw;
  }
  .p-page-partner-Content__subtitle {
    margin: 17.0666666667vw 0 10.6666666667vw;
    padding-left: 2.1333333333vw;
    border-left: 1.3333333333vw solid #102770;
    font-size: 6.4vw;
    line-height: 1.3;
  }
  .p-page-partner-Content__text {
    margin: 4.2666666667vw 0 0;
    font-size: 4.2666666667vw;
  }
  .p-page-partner-Content__text strong {
    border-bottom: 0.2666666667vw solid #fc2f59;
  }
  .p-page-partner-Explanation__text {
    margin: 17.0666666667vw 0 6.4vw;
    font-size: 3.7333333333vw;
  }
  .p-page-partner-Explanation__text span {
    font-size: 4.2666666667vw;
  }
  .p-page-partner-Explanation__Flow__title:not(:first-child) {
    margin: 8.5333333333vw 0 0;
  }
  .p-page-partner-Explanation__Flow__title .num::before {
    height: 0.5333333333vw;
  }
  .p-page-partner-Explanation__Flow__title .num span {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 3.7333333333vw;
  }
  .p-page-partner-Explanation__Flow__title .flowheader {
    align-items: center;
    margin: 2.1333333333vw 0 0;
  }
  .p-page-partner-Explanation__Flow__title .flowheader__title {
    margin-right: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
  .p-page-partner-Explanation__Flow__title .flowheader__label {
    padding: 1.0666666667vw 1.0666666667vw;
    border-radius: 1.0666666667vw;
    font-size: 3.4666666667vw;
  }
  .p-page-partner-Explanation__Flow__title .flowheader__icon {
    margin: 0 1.0666666667vw;
  }
  .p-page-partner-Explanation__Flow__content {
    margin: 3.2vw 0 0;
    font-size: 3.7333333333vw;
  }
  .p-page-partner-Strong__list {
    flex-direction: column;
    margin: 17.0666666667vw 0 0;
    gap: 6.4vw;
  }
  .p-page-partner-Strong__list__item .text {
    margin: 3.2vw 0 0;
    font-size: 3.7333333333vw;
  }
  .p-page-partner-Strong__btn {
    margin: 6.4vw 0 0;
  }
  .p-page-partner-Strong__btn a {
    padding: 6.1333333333vw 8.5333333333vw;
    border-radius: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .p-page-partner-Strong__btn a::before {
    right: 8.5333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .p-page-partner-Price {
    margin: 10.6666666667vw 0 0;
  }
  .p-page-partner-Price__tab {
    gap: 2.1333333333vw;
    border-bottom: 1.3333333333vw solid #102770;
  }
  .p-page-partner-Price__tab__btn {
    padding: 5.8666666667vw 0;
    font-weight: 500;
    font-size: 3.7333333333vw;
  }
  .p-page-partner-Price__tabContent {
    margin: 8vw 0 0;
  }
  .p-page-partner-Price__tabContent__title {
    font-size: 8.5333333333vw;
  }
  .p-page-partner-Price__tabContent__pricelist {
    flex-direction: column;
    margin: 8.5333333333vw 0 0;
    gap: 8.5333333333vw;
  }
  .p-page-partner-Price__tabContent__pricelist .item {
    padding-bottom: 6.4vw;
    border-bottom: 0.2666666667vw solid #bdc0c9;
  }
  .p-page-partner-Price__tabContent__pricelist .item span {
    font-size: 3.7333333333vw;
  }
  .p-page-partner-Price__tabContent__list {
    margin: 8vw 0 0;
    padding: 4.2666666667vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
  .p-page-partner-Price__tabContent__list .item {
    padding-left: 7.4666666667vw;
    font-size: 3.7333333333vw;
  }
  .p-page-partner-Price__tabContent__list .item:not(:first-child) {
    margin: 4.2666666667vw 0 0;
  }
  .p-page-partner-Price__tabContent__list .item::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .p-page-partner-Voice__col {
    flex-direction: column;
    margin: 11.7333333333vw 0 0;
    gap: 9.6vw;
  }
  .p-page-partner-Voice__col__img {
    max-width: 48vw;
  }
  .p-page-partner-Voice__col__item .title {
    font-size: 6.4vw;
  }
  .p-page-partner-Voice__col__item .company {
    margin: 8.5333333333vw 0 0;
    font-size: 4.2666666667vw;
  }
  .p-page-partner-Voice__col__item .info {
    margin: 1.6vw 0 0;
  }
  .p-page-partner-Voice__col__item .info .small {
    font-size: 3.7333333333vw;
  }
  .p-page-partner-Voice__col__item .info .big {
    font-size: 5.3333333333vw;
  }
  .p-page-partner-Voice__col__item .info .normal {
    font-size: 4.2666666667vw;
  }
  .p-page-partner-Voice__Interview {
    margin: 4.2666666667vw 0 0;
    padding: 4.2666666667vw;
    border-top: 0.2666666667vw solid #d7d9e0;
    border-bottom: 0.2666666667vw solid #d7d9e0;
  }
  .p-page-partner-Voice__Interview__text {
    font-size: 3.7333333333vw;
  }
  .p-page-partner-Voice__Interview__text:not(:first-child) {
    margin: 8.5333333333vw 0 0;
  }
  .p-page-partner-Voice__Interview__text span {
    border-bottom: 0.2666666667vw solid #fc2f59;
  }
  .p-page-partner-Voice__Figure__inner {
    flex-direction: column;
    margin: 8vw 0 0;
    gap: 8vw;
  }
  .p-page-partner-Voice__Figure__table .title {
    margin: 0 0 4.2666666667vw;
    padding: 0 0 4.2666666667vw;
    border-bottom: 0.2666666667vw solid #bdc0c9;
    font-size: 3.7333333333vw;
  }
  .p-page-partner-Voice__Figure__table .list {
    margin: 0 0 4.2666666667vw;
    padding: 0 0 4.2666666667vw;
    border-bottom: 0.2666666667vw solid #bdc0c9;
  }
  .p-page-partner-Voice__Figure__table .list ul {
    gap: 3.2vw 5.6vw;
  }
  .p-page-partner-Voice__Figure__table .list ul li {
    font-size: 3.7333333333vw;
  }
  .p-page-partner-Voice__Figure__ctatext {
    margin: 10.6666666667vw 0 0;
    font-size: 4.2666666667vw;
  }
  .p-page-partner-Voice__Figure__ctatext span::before, .p-page-partner-Voice__Figure__ctatext span::after {
    width: 8vw;
    height: 0.2666666667vw;
  }
  .p-page-partner-Voice__Figure__ctatext span::before {
    left: -8vw;
  }
  .p-page-partner-Voice__Figure__ctatext span::after {
    right: -8vw;
  }
  .p-page-partner-Voice__Figure__ctabtn {
    margin: 4.2666666667vw 0 0;
  }
  .p-page-partner-Voice__Figure__ctabtn a {
    padding: 4.2666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 6.4vw;
  }
  .p-page-partner-About {
    margin: 22.9333333333vw 0 0;
  }
  .p-page-partner-About__list {
    flex-direction: column;
    gap: 6.4vw;
  }
  .p-page-partner-About__listtext {
    margin: 3.7333333333vw 0 0;
    font-size: 4.2666666667vw;
  }
  .p-page-partner-About__intro {
    margin: 22.9333333333vw 0 0;
  }
  .p-page-partner-About__intro__text {
    font-size: 3.7333333333vw;
  }
  .p-page-partner-About__intro__text:not(:first-child) {
    margin: 3.7333333333vw 0 0;
  }
  .p-page-partner-About__intro__name {
    max-width: 85.3333333333vw;
    margin: 8.5333333333vw 0 0 auto;
  }
  .p-page-partner-About__intro__btn {
    margin: 22.9333333333vw 0 0;
  }
  .p-page-partner-About__intro__btn a {
    padding: 4.2666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 6.4vw;
  }
  .p-page-partner-Faq .p-page-faq__list .faq-item__q {
    padding-right: 9.3333333333vw !important;
    padding-left: 4vw !important;
  }
  .p-page-partner-Faq .p-page-faq__list .faq-item__q::before {
    right: 4vw !important;
    left: auto !important;
    border-color: transparent transparent transparent #102770;
  }
  .p-page-partner-Contact .p-page-contact__inner {
    margin: 17.6vw 0 0;
  }
  .p-page-faq__list .faq-item__q {
    padding: 4.6666666667vw 4vw;
    padding-left: 8vw;
    border-radius: 1.3333333333vw;
  }
  .p-page-faq__list .faq-item__q::before {
    top: 5.3333333333vw;
    left: 4vw;
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
  }
  .p-page-faq__list .faq-item__a {
    padding: 2.6666666667vw 4vw;
  }
  .p-page-company__box {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .p-page-company__greeting .greeting-imgwrap {
    flex-direction: column;
    justify-content: center;
  }
  .p-page-company__greeting .greeting-imgwrap .image {
    width: 32vw;
  }
  .p-page-company__greeting .greeting-imgwrap .textarea {
    margin-top: 4vw;
  }
  .p-page-company__greeting .greeting-imgwrap .catchcopy {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .p-page-company__greeting .greeting-message {
    margin-top: 8vw;
  }
  .p-page-company__dllist .item {
    flex-direction: column;
  }
  .p-page-company__dllist .item dt {
    width: 100%;
    margin-right: 0;
  }
  .p-page-company__dllist .item dd {
    width: 100%;
    border-bottom: none;
  }
  .p-page-contact__inner .p-page-dllist .item dd,
.p-page-contact__inner .p-page-dllist .item dt {
    padding: 2.6666666667vw 0;
  }
  .p-page-contact__form .wpcf7-list-item {
    font-size: 4vw;
  }
  .p-page-contact__form .wpcf7-list-item + * {
    display: block;
    margin-top: 4vw;
  }
  .p-page-contact__thanksmessage {
    margin-top: 6.6666666667vw;
    color: #102770;
  }
  .p-page-contact__backbutton {
    width: 100%;
    max-width: 52vw;
    margin-top: 12vw;
  }
  .p-page-contact__backbutton a {
    padding: 4vw 1rem;
  }
  .alliance-message {
    margin-top: 8vw;
  }
  .alliance-message .-sto .-big {
    font-size: 6.9333333333vw;
  }
  .alliance-message .-sto {
    font-size: 4.2666666667vw;
  }
  .alliance-message .-st {
    font-size: 4.2666666667vw;
  }
  .alliance-message .-st::before {
    left: 0;
    width: 6vw;
    height: 6vw;
  }
  .l-spacer-section.-pt {
    padding-top: 1.5em;
  }
  .alliance__titlewrap {
    margin-bottom: 8.5333333333vw;
    padding: 5.3333333333vw 4.2666666667vw;
    border-radius: 2.6666666667vw;
  }
  .alliance__titlewrap.-mt {
    margin-top: 13.3333333333vw;
  }
  .alliance__title {
    max-width: 100%;
    font-size: 4.6666666667vw;
  }
  .alliance__title.-long {
    max-width: 100%;
  }
  .alliance__title::before {
    left: 0;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
  .alliance__colitem {
    display: block;
  }
  .alliance__colitem.-bb {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }
  .alliance__colitem:nth-of-type(odd) .alliance__coltext {
    padding-left: 0;
  }
  .alliance__colitem:nth-of-type(even) .alliance__coltext {
    padding-right: 0;
  }
  .alliance__colitemimg {
    margin-bottom: 4vw;
  }
  .p-page-service__message.-voice .service-message__title {
    font-size: 6.6666666667vw;
  }
  .p-page-service__message.-voice .message {
    line-height: 1.875 !important;
  }
  .p-page-service__message.-voice .service-message__subtitle {
    font-size: 4.2666666667vw;
  }
  .p-page-service__message.-voice .service-message__subtitle span {
    margin-top: 0.6666666667vw;
    padding: 0.4vw 0.8vw;
  }
  .p-page-servive__voice.-advoice .voice-maincontent {
    line-height: 1.875 !important;
  }
  .alliance__colitemtitle {
    margin-bottom: 3.3333333333vw;
    font-size: 4.6666666667vw;
  }
  .pc-db {
    display: none !important;
  }
  .u-bg-white__tab {
    background: #fff !important;
  }
  .u-bg-white__sp {
    background: #fff !important;
  }
  .u-tac__sp {
    text-align: center;
  }
  .u-text-border {
    padding-bottom: 4px;
  }
}
@media (hover: hover) {
  .l-globalnav__list a {
    transition: color 0.3s cubic-bezier(0, 0.51, 1, 0.61);
  }
  .l-globalnav__list a::after {
    position: absolute;
    right: 0;
    bottom: 23px;
    left: auto;
    width: 0;
    height: 2px;
    background: #fbed21;
    content: "";
    transition: width 0.3s cubic-bezier(0, 0.51, 1, 0.61);
  }
  .l-globalnav__list a:hover {
    color: #fbed21;
  }
  .l-globalnav__list a:hover::after {
    right: auto;
    left: 0;
    width: 100%;
  }
  .l-footer__listitem .__link {
    transition: transform 0.4s cubic-bezier(0, 0.51, 1, 0.61);
  }
  .l-footer__listitem .__link:hover {
    transform: translateY(-8px);
  }
  .c-button-cta a {
    transition: opacity 0.3s cubic-bezier(0, 0.51, 1, 0.61);
  }
  .c-button-cta a:hover {
    opacity: 0.7;
  }
  .p-top-about.creation .creation__btn a {
    transition: opacity 0.3s cubic-bezier(0, 0.51, 1, 0.61);
  }
  .p-top-about.creation .creation__btn a:hover {
    opacity: 0.7;
  }
  .p-page-partner-Cta__btn a {
    transition: all 0.4s cubic-bezier(0, 0.51, 1, 0.61);
  }
  .p-page-partner-Cta__btn a:hover {
    opacity: 0.7;
  }
  .p-page-partner-Voice__Figure__ctabtn a {
    transition: all 0.4s cubic-bezier(0, 0.51, 1, 0.61);
  }
  .p-page-partner-Voice__Figure__ctabtn a:hover {
    opacity: 0.7;
  }
  .p-page-partner-About__intro__btn a {
    transition: all 0.4s cubic-bezier(0, 0.51, 1, 0.61);
  }
  .p-page-partner-About__intro__btn a:hover {
    opacity: 0.7;
  }
  .p-page-company__info .map-btn {
    transition: all 0.4s cubic-bezier(0, 0.51, 1, 0.61);
  }
  .p-page-company__info .map-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 320px) {
  .l-globalnav__spcta .tel-title {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1160px) {
  .p-top__pointcheck .checkbutton {
    position: static;
  }
}

/*# sourceMappingURL=main.css.map*/