@charset "UTF-8";
/* =====================================
 * 変数設定
 * ================================== */
/* =====================================
 * カラー変数
 * ================================== */
/*

$c-〇〇〇-darker:標準カラーよりやや暗め;
$c-〇〇〇-dark:標準カラーより少し暗め;
$c-〇〇〇:標準カラー;
$c-〇〇〇-lighter:標準カラーより少し薄め;
$c-〇〇〇-light:標準カラーよりやや薄め;

↓

$c-blk-darker:#000;
$c-blk-dark:#111;
$c-blk:#333;
$c-blk-lighter:#555;
$c-blk-light:#777;

*/
/* =====================================
 * メディアクエリ
 * ================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  /*最大横幅制御*/
  height: auto;
  /*縦長比維持*/
  vertical-align: bottom;
  /*画像下部の謎の余白をなくす*/
  line-height: 1;
  /*ブラウザによって有効と無効な場合がありますが、一応入れておく*/
  border: 0;
  /*ブラウザによって有効と無効な場合がありますが、一応入れておく*/
}

/* レスポンシブ表示 */
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* aリンク PCでクリック非表示 */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* =====================================
 * ベース設定
 * ================================== */
html {
  font-size: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
}
html.is-firefox body {
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.6;
  text-align: left;
  color: #333;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  min-width: calc(1200px + 4.5rem);
  width: 100%;
}
@media (min-width: 768px) {
  body {
    margin-top: 114px;
  }
}
@media (max-width: 767px) {
  body {
    margin-top: 64px;
  }
}
body[data-page-type=form] {
  margin-top: 0;
}
body:not([data-page-type=form]).is-loaded * {
  -webkit-transition: none !important;
  transition: none !important;
}
@media (max-width: 767px) {
  body {
    min-width: auto;
    overflow-x: hidden;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
@media (min-width: 768px) {
  a:not([class]):hover {
    text-decoration: none;
  }
}
a:not([class])[href^="#"], a:not([class])[data-type=URL] {
  color: #151D2F;
}

ul[class],
ol[class] {
  list-style: none;
}

strong,
span {
  font-size: 100%;
}

strong {
  font-weight: 500;
}

iframe {
  display: block;
  max-width: 100%;
}

cite {
  font-style: normal;
}

input,
textarea,
select {
  border-radius: 0;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=tel],
input[type=email],
input[type=number],
select,
input[type=text],
textarea {
  display: block;
}
input[type=tel]:not([size]),
input[type=email]:not([size]),
input[type=number]:not([size]),
select:not([size]),
input[type=text]:not([size]),
textarea:not([size]) {
  width: 100%;
}

input[type=submit],
button {
  line-height: inherit;
  border-radius: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
@media (min-width: 768px) {
  input[type=submit]:hover,
  button:hover {
    cursor: pointer;
  }
}

label {
  cursor: pointer;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #dddddd;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dddddd;
}

::-moz-placeholder {
  /* Others */
  color: #dddddd;
}

::-ms-input-placeholder {
  /* Others */
  color: #dddddd;
}

::placeholder {
  /* Others */
  color: #dddddd;
}

::-moz-selection {
  background: #151D2F;
  color: #fff;
}

::selection {
  background: #151D2F;
  color: #fff;
}

::-moz-selection {
  background: #151D2F;
  color: #fff;
}

.l-header {
  /*固定ヘッダーの時にこちらのクラスを付ける*/
}
@media (min-width: 768px) {
  .l-header {
    height: 114px;
  }
}
.l-header[class] a {
  color: inherit;
  text-decoration: none;
}
.l-header.-change-color {
  background-color: #fff;
  opacity: 0.9;
}
.l-header.-change-color.is-active {
  opacity: 1;
}
.l-header.js-fixed-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header.is-active {
  background-color: #fff;
  z-index: 100000;
}
.l-header__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .l-header__logo img {
    width: auto;
    max-height: 24px;
  }
}
@media (max-width: 767px) {
  .l-header__link-gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .l-header__link-gnav + * {
    margin-left: 2.25rem;
  }
}
@media (max-width: 767px) {
  .l-header__link, .l-header__btn {
    width: 100%;
  }
}
.l-header__link + * {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .l-header__link {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .l-header__link li {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-header__btn {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
    margin-top: 1rem;
  }
}
.l-header__menu {
  margin-left: auto;
}
@media (min-width: 768px) {
  .l-header__menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .l-header__menu {
    display: none;
    background-color: #fff;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100vw;
    padding: 0 1rem 2rem;
    margin-top: 64px;
  }
}
.l-header__menu.is-active {
  background-color: #EFF1F5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-header__gnav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .l-header__gnav {
    display: block;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-header__menu-list, .l-header__link-list, .l-header__btn-list {
  line-height: 1.5;
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-header__menu-list {
  margin-left: auto;
}
@media (max-width: 767px) {
  .l-header__menu-list {
    display: block;
  }
}
.l-header__menu-list li + li {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .l-header__menu-list li + li {
    margin: 0;
  }
}
.l-header__menu-list li a {
  position: relative;
  font-weight: 500;
  font-size: 0.875rem;
}
.l-header__menu-list li a[target=_blank] {
  background-repeat: no-repeat;
  background-size: 0.875rem auto;
  background-position: right center;
  background-image: url(../img/ico_blank.svg);
  padding-right: 1.5em;
}
@media (max-width: 767px) {
  .l-header__menu-list li a {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    padding: 0.875rem 0;
  }
}
.l-header__menu-list li a::after {
  content: "";
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background-color: #151D2F;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
}
@media (min-width: 768px) {
  .l-header__menu-list li a::after {
    margin-bottom: -0.625rem;
  }
}
@media (max-width: 767px) {
  .l-header__menu-list li a::after {
    background-color: #dddddd;
    height: 1px;
    width: 100%;
  }
}
.l-header__menu-list li a[class]::after {
  left: 0;
  right: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .l-header__menu-list li a[class]::after {
    background-color: #151D2F;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .l-header__menu-list li a:hover {
    text-decoration: none;
  }
  .l-header__menu-list li a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.l-header__link-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header__link-list li + li {
  margin-left: 1.5rem;
}
.l-header__link-list li a {
  font-weight: 500;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .l-header__link-list li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .l-header__link-list li a {
    font-size: 0.875rem;
  }
}
.l-header__link-list li a[target=_blank] {
  background-repeat: no-repeat;
  background-size: 1em auto;
  background-position: right center;
  background-image: url(../img/ico_blank.svg);
  padding-right: 1.5em;
}
@media (max-width: 767px) {
  .l-header__link-list li a[target=_blank] {
    background-size: 0.875em auto;
  }
}
@media (max-width: 767px) {
  .l-header__link-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header__link-list li + li {
    margin-left: 1rem;
  }
  .l-header__link-list li a {
    display: block;
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .l-header__btn-list {
    display: block;
    margin: 0;
  }
}
.l-header__btn-list[class] li a {
  color: #fff;
}
@media (min-width: 768px) {
  .l-header__btn-list[class] li a:hover {
    text-decoration: none;
    background: none;
    color: #151D2F;
  }
}
.l-header__btn-list li a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #151D2F;
  background-color: #151D2F;
  text-align: center;
  font-size: 0.875rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: calc(1.125rem - 1px);
  padding-bottom: calc(1.125rem - 1px);
}
@media (max-width: 767px) {
  .l-header__btn-list li a {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
}
.l-header__btn-list li a[data-title-class] {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-header__btn-list li a[data-title-class]::before {
  content: "";
  display: block;
  width: 1.125em;
  height: 1.125em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  margin-right: 0.75rem;
}
.l-header__btn-list li a[data-title-class=-mail]::before {
  background-image: url(../img/ico_mail_wht.svg);
}
.l-header__btn-list li a[data-title-class=-mail]:hover::before {
  background-image: url(../img/ico_mail.svg);
}
.l-header__btn-list li.-contact a {
  background-color: #E2E8EE;
}
.l-header__btn-list li + li {
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .l-header__btn-list li + li {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .l-header__contact {
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-header__contact-tel {
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .l-header__contact-tel {
    font-size: 2rem;
  }
}
.l-header__contact-time {
  line-height: 1.5;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .l-header__contact-time {
    font-size: 1rem;
  }
}
.l-header__trigger {
  display: table;
  width: 1.75rem;
  height: 1.75rem;
}
.l-header__trigger-btn {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.l-header__trigger-btn > * {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  position: relative;
  transition: all 0.2s ease-in-out;
  background-color: #151D2F;
  font-size: 0;
  color: transparent;
  width: 1.75rem;
  height: 2px;
}
.l-header__trigger-btn > *::before, .l-header__trigger-btn > *::after {
  content: "";
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #151D2F;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header__trigger-btn > *::before {
  margin-top: -8px;
}
.l-header__trigger-btn > *::after {
  margin-top: 8px;
}
.l-header__trigger-btn.is-active > *::before {
  -webkit-transform: translate(-50%, 8px) rotate(-45deg);
          transform: translate(-50%, 8px) rotate(-45deg);
}
.l-header__trigger-btn.is-active > * {
  background-color: transparent;
}
.l-header__trigger-btn.is-active > *::after {
  -webkit-transform: translate(-50%, -8px) rotate(45deg);
          transform: translate(-50%, -8px) rotate(45deg);
}

body[data-page-type=form] .l-header {
  position: relative !important;
}
body[data-page-type=form] .l-header__trigger, body[data-page-type=form] .l-header__menu {
  display: none;
}
body[data-page-type=form] .l-header__inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body[data-page-type=form] .l-header:has(.l-header__contactArea) {
  border-top: 4px solid #151D2F;
  height: 5.5rem;
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-header:has(.l-header__contactArea) {
    height: 143px;
  }
}
body[data-page-type=form] .l-header__inner:has(.l-header__contactArea) {
  justify-self: flex-end;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-header__inner:has(.l-header__contactArea) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-self: center;
    height: auto;
    padding-bottom: 0;
    width: 100%;
    padding-top: 1.71rem;
  }
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-header__contactArea {
    width: 100%;
    max-width: 82.5%;
    margin-right: auto;
    margin-left: auto;
  }
}
body[data-page-type=form] .l-header__button-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-header__button-list {
    grid-template: "company owner" "search search"/1fr 1fr;
    gap: 0.86rem;
  }
}
body[data-page-type=form] .l-header__contact-item a {
  width: 100%;
  min-width: 16.38rem;
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-header__contact-item a {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-header__contact-item.-company {
    grid-area: company;
  }
  body[data-page-type=form] .l-header__contact-item.-owner {
    grid-area: owner;
  }
  body[data-page-type=form] .l-header__contact-item.-search {
    grid-area: search;
  }
}

body[data-page-type=form][data-page-slug=partner-thanks] .l-header {
  height: auto;
}
body[data-page-type=form][data-page-slug=partner-thanks] .l-header__inner {
  padding-top: 0;
  padding-bottom: 0;
}

.l-footer[class] a {
  color: inherit;
  text-decoration: none;
}
.l-footer[class] a:hover {
  text-decoration: underline;
}
.l-footer__cv {
  position: relative;
  background-color: #fff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.l-footer__cv > * {
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .l-footer__cv {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.l-footer__cv-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer__cv-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .l-footer__cv-bg img {
    -o-object-position: left center;
       object-position: left center;
  }
}
@media (min-width: 768px) {
  .l-footer__cv-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .l-footer__cv-header + * {
    margin-top: 2rem;
  }
}
* + .l-footer__cv-desc {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  * + .l-footer__cv-desc {
    margin-top: 3rem;
  }
}
.l-footer__site {
  background-color: #151D2F;
  padding-top: 7.5rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .l-footer__site {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .l-footer__site-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .l-footer__sns-address {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
            flex-basis: 300px;
    max-width: 300px;
  }
}
.l-footer__logo {
  padding-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .l-footer__logo {
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .l-footer__logo {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
.l-footer__logo + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .l-footer__logo a {
    display: block;
    text-align: center;
  }
}
.l-footer__address {
  color: #fff;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .l-footer__address {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-footer__sns {
    text-align: center;
  }
}
* + .l-footer__sns {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  * + .l-footer__sns {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .l-footer__sitemap {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-footer__sitemap-list[class] li a {
  color: #fff;
}
.l-footer__sitemap-list[class] li a[target=_blank] {
  background-repeat: no-repeat;
  background-size: 1em auto;
  background-position: right center;
  background-image: url(../img/ico_blank_wht.svg);
  padding-right: 1.5em;
}
@media (max-width: 767px) {
  .l-footer__sitemap-list[class] li a[target=_blank] {
    background-size: 0.875em auto;
  }
}
@media (max-width: 767px) {
  .l-footer__sitemap-list[class] li a {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    padding: 0.875rem 0;
  }
}
.l-footer__sitemap-list[class] li a[data-title-class=-privacy] {
  overflow: hidden;
  display: block;
  font-size: 0;
  color: transparent;
  background-image: url(../img/ico_privacy.png);
  background-size: 100% auto;
  width: 4rem;
  height: 4rem;
  margin-top: 0.875rem;
}
.l-footer__sitemap-list[class] li ul {
  margin-top: 0.5rem;
}
.l-footer__sitemap-list[class] li ul li + li {
  margin-top: 0.375rem;
}
.l-footer__sitemap-list[class] > li > a {
  font-weight: 500;
  font-size: 1rem;
}
.l-footer__sitemap-list[class] > li li > a {
  font-size: 0.75rem;
}
.l-footer__sitemap-list[class] > li + li {
  margin-top: 1.5rem;
}
.l-footer__sitemap-list[class] + * {
  margin-left: 4rem;
}
.l-footer__info {
  background-color: #151D2F;
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .l-footer__info {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .l-footer__info-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .l-footer__link + * {
    margin-top: 1rem;
  }
}
.l-footer__link-list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .l-footer__link-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__link-list li a {
  font-size: 0.875rem;
}
.l-footer__link-list li + li {
  margin-left: 1.5rem;
}
.l-footer__copyright {
  color: #fff;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    text-align: center;
  }
}

body[data-page-type=form] .l-footer__sns, body[data-page-type=form] .l-footer__address, body[data-page-type=form] .l-footer__link, body[data-page-type=form] .l-footer__sitemap, body[data-page-type=form] .l-footer__cv {
  display: none;
}
body[data-page-type=form] .l-footer__logo {
  padding-bottom: 0;
}
body[data-page-type=form] .l-footer__info-inner, body[data-page-type=form] .l-footer__site-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body[data-page-type=form] .l-footer__address, body[data-page-type=form] .l-footer__logo {
  text-align: center;
}
body[data-page-type=form] .l-footer__site {
  padding-bottom: 2.5rem;
}

@media (max-width: 767px) {
  body[data-page-type=form] .l-footer {
    margin-top: 5.14rem;
  }
}
body[data-page-type=form] .l-footer__info {
  background-color: #151D2F;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-footer__info {
    padding-top: 1.14rem;
    padding-bottom: 1.14rem;
  }
}
body[data-page-type=form] .l-footer__info-inner {
  padding-top: 0;
}
body[data-page-type=form] .l-footer__copyright {
  font-family: "Lato";
  line-height: normal;
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-footer__copyright {
    font-size: 0.79rem;
  }
}

@media (max-width: 767px) {
  body[data-page-type=form][data-page-slug=partner-contact] .l-footer {
    margin-top: 5.71rem;
  }
}

@media (max-width: 767px) {
  body[data-page-type=form][data-page-slug=partner-thanks] .l-footer {
    margin-top: 5.71rem;
  }
}

/* =====================================
 * コンテンツ幅
 * ================================== */
.l-container {
  max-width: calc(1200px + 4.5rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.l-container.-sm {
  max-width: calc(960px + 4.5rem);
}
.l-container.-xs {
  max-width: calc(800px + 4.5rem);
}
.l-container.-lg {
  max-width: 100%;
}
@media (max-width: 767px) {
  .l-container {
    max-width: 100%;
  }
  .l-container, .l-container.-lg, .l-container.-sm, .l-container.-xs {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .l-container .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-main + * {
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .l-main + * {
    margin-top: 3.5rem;
  }
}
@media (min-width: 768px) {
  .l-main__inner.-col2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .l-main__inner.-col2 .l-main__content {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: calc(100% - 260px);
        -ms-flex-preferred-size: calc(100% - 260px);
            flex-basis: calc(100% - 260px);
    max-width: calc(100% - 260px);
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .l-main__sidebar {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: 260px;
        -ms-flex-preferred-size: 260px;
            flex-basis: 260px;
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .l-main__sidebar {
    margin-top: 4rem;
  }
}

body[data-page-slug=home] .l-main + * {
  margin-top: 0;
}

@media (max-width: 767px) {
  body[data-page-type=form] .l-main {
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  body[data-page-type=form][data-page-slug=partner-thanks] .l-main {
    margin-top: 5.71rem;
  }
}

body[data-page-type=form][data-page-slug=partner-contact] .l-main {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  body[data-page-type=form][data-page-slug=partner-contact] .l-main {
    margin-top: 3.43rem;
  }
}

@media (max-width: 767px) {
  .l-main__content:has(.-form) {
    max-width: 82.5%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* =====================================
 * extend用のclassをここに集約
 * ================================== */
.c-hover, .c-pagetop__btn, .c-sidebar__bnr-item > *, .l-header__logo > *, .l-footer__logo > *, .l-footer__sns a, .l-footer__sitemap-list[class] li a[data-title-class=-privacy] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .c-hover:hover, .c-pagetop__btn:hover, .c-sidebar__bnr-item > :hover, .l-header__logo > :hover, .l-footer__logo > :hover, .l-footer__sns a:hover, .l-footer__sitemap-list[class] li a[data-title-class=-privacy]:hover {
    cursor: pointer;
    text-decoration: none !important;
    opacity: 0.84;
  }
}

.c-img {
  aspect-ratio: 16/9;
}
.c-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.c-no-img, .p-post-card__img {
  position: relative;
}
.c-no-img::before, .p-post-card__img::before {
  content: "";
  display: block;
  background-color: #EFF1F5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -20;
  pointer-events: none;
}
.c-no-img::after, .p-post-card__img::after {
  content: "NO IMAGE";
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  z-index: -10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.24;
}

.c-all-link, .p-home-company__item, .p-home-business__bnr-top, .p-post-card__item, .p-post-list__item {
  position: relative;
}
.c-all-link a::before, .p-home-company__item a::before, .p-home-business__bnr-top a::before, .p-post-card__item a::before, .p-post-list__item a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-gra, .p-home-mv__desc > *, .p-home-mv__title span {
  background: -webkit-linear-gradient(45deg, rgba(67, 92, 149, 0.8) 30%, rgba(67, 92, 149, 0.3));
  background: linear-gradient(45deg, rgba(67, 92, 149, 0.8) 30%, rgba(67, 92, 149, 0.3));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-shadow, .c-btn[class] > *, .l-header__btn-list li a {
  -webkit-box-shadow: 0.5rem 0.5rem 1.25rem 0.25rem rgba(21, 29, 47, 0.05);
          box-shadow: 0.5rem 0.5rem 1.25rem 0.25rem rgba(21, 29, 47, 0.05);
}
.c-shadow:hover, .c-btn[class] > :hover, .l-header__btn-list li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-shadow-md, .p-home-company__img img, .p-home-strengths__img img {
  -webkit-box-shadow: 0.5rem 0.5rem 1rem 0.5rem rgba(21, 29, 47, 0.05);
          box-shadow: 0.5rem 0.5rem 1rem 0.5rem rgba(21, 29, 47, 0.05);
}

.c-radius, .p-home-recruit__list li, .c-btn[class] > *, .c-cat02__list li > *, .l-header__btn-list li a {
  border-radius: 0.125rem;
}

.c-radius-md, .l-footer__sitemap-list[class] li a[data-title-class=-privacy] {
  border-radius: 0.5rem;
}

/* =====================================
 * スマホでメニューを展開状態になった時に、その下にマスクを敷く
 * ================================== */
@media (max-width: 767px) {
  .c-mask {
    display: none;
    background-color: rgba(0, 0, 0, 0.64);
    position: absolute;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 64px;
  }
}

.c-sidebar__section + .c-sidebar__section {
  margin-top: 3rem;
}
.c-sidebar__title {
  font-weight: 500;
}
.c-sidebar__title + * {
  margin-top: 1rem;
}
.c-sidebar__bnr-item + .c-sidebar__bnr-item {
  margin-top: 1rem;
}

.c-cat01__list li > * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #dddddd;
  display: block;
  background-position: right center;
  background-position-x: calc(100% - 1rem);
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 0.45em auto;
  padding: 1rem 1.5rem 1rem 1rem;
}
.c-cat01__list li > *, .c-cat01__list li > *:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-cat01__list li > *:hover {
    background-color: #EFF1F5;
  }
}
.c-cat01__list li:first-child > * {
  border-top: 1px solid #dddddd;
}

.c-cat02__list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.5rem 0 0 -0.5rem;
}
.c-cat02__list li {
  margin: 0.5rem 0 0 0.5rem;
}
@media (min-width: 768px) {
  .c-cat02__list li {
    width: 100%;
  }
}
.c-cat02__list li > * {
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #151D2F;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.5rem 0.75rem 0.375rem;
}
@media (max-width: 767px) {
  .c-cat02__list li > * {
    font-size: 0.75rem;
    min-width: 99px;
  }
}
@media (min-width: 768px) {
  .c-cat02__list li a:hover {
    color: inherit;
    background-color: #EFF1F5;
  }
}
.c-cat02__list li a,
.c-cat02__list li a:hover {
  text-decoration: none;
}

.c-tag01__list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem 0 0 -1rem;
}
.c-tag01__list li {
  margin: 1rem 0 0 1rem;
}
.c-tag01__list li > * {
  text-decoration: none;
  display: inline-block;
  background-color: #EFF1F5;
  padding: 0.25rem 0.5rem;
}

.c-pager__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-pager__item[class] > * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  border: 1px solid #dddddd;
  text-align: center;
  height: 2.5rem;
  width: 2.5rem;
  padding-top: 0.375rem;
  text-decoration: none;
}
.c-pager__item[class] > *:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-pager__item[class] > *:hover {
    border-color: #151D2F;
    background-color: #151D2F;
    color: #fff;
  }
}
.c-pager__item[class] span {
  border-color: #151D2F;
  background-color: #151D2F;
  color: #fff;
}
.c-pager__item[class].-skip span {
  background: none;
  border: none;
  color: inherit;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.c-pager__item[class].-prev > *, .c-pager__item[class].-next > * {
  background-size: 0.375em auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-pager__item[class].-prev > * {
  background-image: url(../img/ico_arr_left_pri.svg);
}
.c-pager__item[class].-prev > *:hover {
  background-image: url(../img/ico_arr_left_wht.svg);
}
.c-pager__item[class].-next > * {
  background-image: url(../img/ico_arr_right_pri.svg);
}
.c-pager__item[class].-next > *:hover {
  background-image: url(../img/ico_arr_right_wht.svg);
}
.c-pager__item + .c-pager__item {
  margin-left: 0.5rem;
}

/* =====================================
 * 見出し
 * ================================== */
[class*=c-headline] {
  line-height: 1.5;
}

.c-headline01__sub {
  text-transform: capitalize;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .c-headline01__sub {
    font-size: 3.5rem;
  }
}
.c-headline01__sub + * {
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .c-headline01__sub + * {
    margin-top: 0.75rem;
  }
}
.c-headline01__main {
  color: #9F9F9F;
  font-size: 1rem;
}
.c-headline01.-wht .c-headline01__sub, .c-headline01.-wht .c-headline01__main {
  color: #fff;
}
.c-headline01.-center .c-headline01__sub, .c-headline01.-center .c-headline01__main {
  text-align: center;
}

.toc_transparent {
  background-color: #EFF1F5;
  padding: 3rem 4rem;
}
@media (max-width: 767px) {
  .toc_transparent {
    padding: 1.5rem;
  }
}
.toc_title {
  font-weight: 500;
  font-size: 1.25rem;
}
.toc_title + * {
  margin-top: 0.75rem;
}
.toc_list[class] {
  padding-left: 1.5rem;
}
.toc_list[class] > li {
  list-style-type: disc;
}
.toc_list[class] li a {
  color: #333;
}
.toc_list[class] li ul {
  margin-top: 0.5rem;
}
.toc_list[class] li + li {
  margin-top: 0.5rem;
}

/* =====================================
 * ボタン基準
 * ================================== */
.c-btn[class] {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (min-width: 768px) {
  .c-btn[class] {
    max-width: 15rem;
  }
}
.c-btn[class].-lg {
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-btn[class].-md {
    max-width: 20rem;
  }
}
.c-btn[class] > * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  border: 1px solid #151D2F;
  text-decoration: none;
  background: #151D2F;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 1.375rem 3.5rem 1.25rem;
}
@media (max-width: 767px) {
  .c-btn[class] > * {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-btn[class] > *:after {
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  background-repeat: no-repeat;
  background-position-y: center, center;
  background-position-x: calc(100% - 2.5em), right;
  background-image: url(../img/ico_arr_right_wht.svg), url(../img/ico_arr_right_wht.svg);
  background-size: 100% auto;
  width: 1.25em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 1.25em;
}
@media (max-width: 767px) {
  .c-btn[class] > *:after {
    margin-right: 1.125rem;
  }
}
@media (min-width: 768px) {
  .c-btn[class] > *:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-btn[class] > *:hover::after {
  background-position-x: right, calc(100% + 2.5em);
}
.c-btn[class] a[target*=_blank]::after {
  width: 1.25em;
  background-position: center, right;
  background-image: url("../img/ico_blank_wht.svg");
}
.c-btn[class] a[target*=_blank]:hover {
  text-decoration: none;
  background-color: #fff;
  color: #151D2F;
}
.c-btn[class] a[target*=_blank]:hover::after {
  background-image: url("../img/ico_blank.svg");
}
@media (min-width: 768px) {
  .c-btn[class].-sm > * {
    font-size: 0.8125rem;
    padding: 1rem 3.5rem 0.875rem;
  }
}
.c-btn[class].-submit > * {
  padding: 0;
}
.c-btn[class].-submit > * input[type=submit] {
  width: 100%;
  padding: 1rem 3rem;
}
@media (max-width: 767px) {
  .c-btn[class].-submit > * input[type=submit] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-btn[class].-wht > * {
  border-color: #fff;
  background-color: #fff;
  color: #151D2F;
}
.c-btn[class].-wht > *:after {
  background-image: url(../img/ico_arr_right_wht.svg), url(../img/ico_arr_right_pri.svg);
}
.c-btn[class].-wht > *:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.c-btn[class].-mail > * {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-btn[class].-mail > *::before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  margin-right: 1.5rem;
  background-image: url(../img/ico_mail_wht.svg);
}
.c-btn[class].-mail > *::after {
  display: none;
}
.c-btn[class].-mail > *:hover {
  text-decoration: none;
  background-color: #fff;
  color: #151D2F;
}
.c-btn[class].-mail > *:hover::before {
  background-image: url(../img/ico_mail.svg);
}
.c-btn[class].-arrow2.-wht {
  border-color: #0055a2;
}
.c-btn[class].-arrow2 {
  width: 100%;
  max-width: 453px;
}
.c-btn[class].-arrow2 .c-btn__inner {
  color: #333;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .c-btn[class].-arrow2 .c-btn__inner {
    font-size: 1rem;
  }
}
.c-btn[class].-arrow2 a {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #151D2F;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%;
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
}
@media (max-width: 767px) {
  .c-btn[class].-arrow2 a {
    padding-top: 1.14rem;
    padding-bottom: 1.14rem;
    padding-left: 1.71rem;
    padding-right: 2.57rem;
  }
}
@media (any-hover: hover) {
  .c-btn[class].-arrow2 a:hover {
    background-color: #151D2F;
    border-color: #151D2F;
  }
}
.c-btn[class].-arrow2 a::after {
  background-image: initial;
  -webkit-mask: url(../img/ico_arr_blk_right.svg) no-repeat center/contain;
          mask: url(../img/ico_arr_blk_right.svg) no-repeat center/contain;
  background-color: #151D2F;
  width: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .c-btn[class].-arrow2 a::after {
    width: 0.86rem;
    margin-right: 1.14rem;
  }
}
.c-btn[class].-arrow2 .c-btn__text {
  color: #151D2F;
  font-weight: 700;
}
.c-btn[class].-arrow2 .c-btn__text-underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.c-btn[class].-arrow2:hover .c-btn__inner {
  color: #fff;
}
.c-btn[class].-arrow2:hover .c-btn__text {
  color: #fff;
}
.c-btn[class].-arrow2:hover a::after {
  background-color: #fff;
}
.c-btn[class].-dark-blue {
  max-width: 400px;
}
.c-btn[class].-dark-blue a {
  background-color: #151D2F;
  border: 1px solid #151D2F;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
@media (any-hover: hover) {
  .c-btn[class].-dark-blue a:hover {
    color: #151D2F;
    background-color: #fff;
  }
  .c-btn[class].-dark-blue a:hover:after {
    background-color: #151D2F;
  }
}
.c-btn[class].-dark-blue:before {
  display: none;
}

body .c-btn[class] a {
  color: #fff;
}

.c-btn-text a {
  color: #151D2F;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 1.75em;
}
.c-btn-text a:before {
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.25em;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: center, center;
  background-position-x: calc(100% - 2.5em), right;
  background-image: url(../img/ico_arr_right_pri.svg), url(../img/ico_arr_right_pri.svg);
}
.c-btn-text a:hover::before {
  background-position-x: right, calc(100% + 2.5em);
}
.c-btn-text a[target*=_blank]:before {
  width: 1em;
  background-position: center 2px;
  background-image: url("../img/ico_blank.svg");
}
.c-btn-text a[href*=".pdf"]:before,
.c-btn-text a[download]:before {
  background-position: center 1px;
  background-image: url("../img/ico_pdf.svg");
}

/* =====================================
 * 横並び
 * ================================== */
.c-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-flex.-max2 {
  margin-left: -2rem;
}
@media (max-width: 767px) {
  .c-flex.-max2 {
    display: block;
    margin-left: 0;
  }
}
.c-flex.-max2 .c-flex__item {
  -webkit-flex-basis: calc(50% - 2rem);
      -ms-flex-preferred-size: calc(50% - 2rem);
          flex-basis: calc(50% - 2rem);
  max-width: calc(50% - 2rem);
  margin-left: 2rem;
}
.c-flex.-max2 .c-flex__item:nth-of-type(2) ~ * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-flex.-max2 .c-flex__item, .c-flex.-max2 .c-flex__item:nth-of-type(2) ~ * {
    margin-top: 1.5rem;
  }
}
.c-flex.-max3 {
  margin-left: -2rem;
}
@media (max-width: 767px) {
  .c-flex.-max3 {
    display: block;
    margin-left: 0;
  }
}
.c-flex.-max3 .c-flex__item {
  -webkit-flex-basis: calc(33.3333333333% - 2rem);
      -ms-flex-preferred-size: calc(33.3333333333% - 2rem);
          flex-basis: calc(33.3333333333% - 2rem);
  max-width: calc(33.3333333333% - 2rem);
  margin-left: 2rem;
}
.c-flex.-max3 .c-flex__item:nth-of-type(3) ~ * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-flex.-max3 .c-flex__item, .c-flex.-max3 .c-flex__item:nth-of-type(3) ~ * {
    margin-top: 1.5rem;
  }
}
.c-flex.-max4 {
  margin-left: -2rem;
}
@media (max-width: 767px) {
  .c-flex.-max4 {
    margin-left: -1.5rem;
  }
}
.c-flex.-max4 .c-flex__item[class] {
  -webkit-flex-basis: calc(25% - 2rem);
      -ms-flex-preferred-size: calc(25% - 2rem);
          flex-basis: calc(25% - 2rem);
  max-width: calc(25% - 2rem);
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class] {
    margin-left: 1.5rem;
  }
}
.c-flex.-max4 .c-flex__item[class]:nth-of-type(4) ~ * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class], .c-flex.-max4 .c-flex__item[class]:nth-of-type(4) ~ * {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class] {
    -webkit-flex-basis: calc(50% - 1.5rem);
        -ms-flex-preferred-size: calc(50% - 1.5rem);
            flex-basis: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class]:nth-of-type(1), .c-flex.-max4 .c-flex__item[class]:nth-of-type(2) {
    margin-top: 0;
  }
}
.c-flex[class] .c-flex__item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (max-width: 767px) {
  .c-flex[class] .c-flex__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .c-flex[class] .c-flex__item:first-child {
    margin-top: 0;
  }
  .c-flex[class] .c-flex__item img {
    display: block;
    margin: 0 auto;
  }
}

/* =====================================
 * 画像とテキスト配置
 * ================================== */
.c-img-center {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-img-center .c-img-center__img {
  display: block;
  text-align: center;
}

.c-img-caption, .wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-img-caption + *, .wp-block-image .alignleft figcaption + *,
  .wp-block-image .alignright figcaption + *,
  .wp-block-image .aligncenter figcaption + * {
    margin-top: 1.5rem;
  }
}

.c-imgbox::after {
  content: "";
  display: block;
  clear: both;
}
.c-imgbox + * {
  margin-top: 3rem;
}
.c-imgbox .c-imgbox__right {
  float: right;
  margin: 0 0 1.5rem 2.5rem;
}
.c-imgbox .c-imgbox__left {
  float: left;
  margin: 0 2.5rem 1.5rem 0;
}
@media (max-width: 767px) {
  .c-imgbox .c-imgbox__right,
  .c-imgbox .c-imgbox__left {
    text-align: center;
    float: none;
    margin: 0;
  }
  .c-imgbox .c-imgbox__right + *,
  .c-imgbox .c-imgbox__left + * {
    margin-top: 1.5rem;
  }
}

/* =====================================
 * 表組み
 * ================================== */
.c-table {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
* + .c-table {
  margin-top: 3rem;
}
.c-table th,
.c-table td {
  background-clip: padding-box;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.c-table th {
  width: 240px;
  font-weight: 500;
  background: #151D2F;
  color: #fff;
}
.c-table td {
  background-color: #fff;
}
.c-table th,
.c-table td {
  padding: 1.125rem 2rem;
}
@media (max-width: 767px) {
  .c-table th,
  .c-table td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-table.-wide th {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .c-table.-wide th,
  .c-table.-wide td {
    display: table-cell;
  }
}
.c-table.-side th,
.c-table.-side td {
  width: auto;
}
@media (max-width: 767px) {
  .c-table.-side th,
  .c-table.-side td {
    width: auto;
  }
}
@media (max-width: 767px) {
  .c-table.-scroll {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .c-table.-scroll::after {
    content: "スクロールできます";
    text-align: center;
    font-size: 0.75rem;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 2rem auto;
    background-position: center 1rem;
    background-image: url(../img/ico_scroll.svg);
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 4rem 1.25rem 0.5rem;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(150%, -50%);
            transform: translate(150%, -50%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .c-table.-scroll tbody {
    min-width: 640px;
  }
}
@media (max-width: 767px) {
  .c-table.-scroll th,
  .c-table.-scroll td {
    display: table-cell;
    width: auto;
  }
}
@media (max-width: 767px) {
  .c-table.-scroll.-scroll.is-show::after {
    -webkit-animation: table_scroll_show 3s ease 0.4s 1 alternate forwards running;
            animation: table_scroll_show 3s ease 0.4s 1 alternate forwards running;
  }
}

@-webkit-keyframes table_scroll_show {
  0% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(150%, -50%);
            transform: translate(150%, -50%);
  }
  40% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  41% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes table_scroll_show {
  0% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(150%, -50%);
            transform: translate(150%, -50%);
  }
  40% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  41% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
/* =====================================
 * ページトップへ戻る
 * ================================== */
.c-pagetop {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-pagetop.is-active {
  opacity: 1;
  visibility: inherit;
  pointer-events: auto;
}
.c-pagetop__btn {
  background-color: #151D2F;
  background-repeat: no-repeat;
  background-size: 0.875rem auto;
  background-position: center center;
  background-image: url(../img/ico_arr_up_wht.svg);
  font-size: 0;
  height: 3.5rem;
  width: 3.5rem;
}

/* =====================================
 * パンくずリスト
 * ================================== */
.c-breadcrumb {
  margin-top: 1rem;
}
.c-breadcrumb + * {
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .c-breadcrumb + * {
    margin-top: 3.5rem;
  }
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumb__list {
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.c-breadcrumb__list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  line-height: 1.5;
  font-size: 0.75rem;
}
.c-breadcrumb__list li + li:before {
  content: "";
  display: inline-block;
  background-color: #9F9F9F;
  width: 0.5rem;
  height: 1px;
  margin: -1px 0.75rem 0;
}

body[data-page-type=form] .c-breadcrumb {
  display: none;
}

/* =====================================
 * ページタイトル
 * ================================== */
.c-pagetitle {
  padding-top: 6.25rem;
  padding-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .c-pagetitle {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
  }
}
.c-pagetitle__subtitle, .c-pagetitle__title {
  line-height: 1.5;
}
.c-pagetitle__subtitle {
  font-size: 4.25rem;
}
@media (max-width: 767px) {
  .c-pagetitle__subtitle {
    font-size: 2.5rem;
  }
}
.c-pagetitle__subtitle::first-letter {
  text-transform: uppercase;
}
.c-pagetitle__subtitle + * {
  margin-top: 0.5rem;
}
.c-pagetitle__title + * {
  margin-top: 1rem;
}
.c-pagetitle__desc {
  font-size: 0.875rem;
}

/* =====================================
 * 下層ページ　テキスト周り
 * ================================== */
.has-small-font-size[class] {
  font-size: 75%;
}

.has-normal-font-size[class] {
  font-size: inherit;
}

.has-medium-font-size[class] {
  font-size: 125%;
}

.has-large-font-size[class] {
  font-size: 200%;
}

.has-huge-font-size[class] {
  font-size: 300%;
}

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

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

.has-text-align-right {
  text-align: right;
}

.wp-block-image {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* + .wp-block-image {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .wp-block-image {
    margin-top: 1.5rem;
  }
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
  display: inline-block;
}
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption {
  text-align: center;
}
@media (max-width: 767px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  .wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-image .alignright {
  margin-left: auto;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-quote {
  position: relative;
  background-color: #EFF1F5;
  padding: 4rem;
}
@media (max-width: 767px) {
  .wp-block-quote {
    padding: 3.5rem 1.5rem;
  }
}
.wp-block-quote::before, .wp-block-quote::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  position: absolute;
  z-index: 1;
}
.wp-block-quote::before {
  background-image: url(../img/ico_quote_mark01.svg);
  top: 0;
  left: 0;
  margin: 1.5rem 0 0 1.5rem;
}
@media (max-width: 767px) {
  .wp-block-quote::before {
    margin-top: 1rem;
  }
}
.wp-block-quote::after {
  background-image: url(../img/ico_quote_mark02.svg);
  bottom: 0;
  right: 0;
  margin: 0 1.5rem 1.5rem 0;
}
@media (max-width: 767px) {
  .wp-block-quote::after {
    margin-bottom: 1rem;
  }
}
.wp-block-quote cite {
  font-size: 0.75rem;
}
.wp-block-quote cite::before {
  content: "出典：";
  display: inline-block;
}
.wp-block-quote cite a {
  display: inline-block;
  color: #151D2F;
  text-decoration: underline;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .wp-block-quote cite a:hover {
    text-decoration: none;
  }
}

.wp-block-file {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 2rem;
}
@media (max-width: 767px) {
  .wp-block-file {
    padding: 1.5rem;
  }
}
.wp-block-file::before {
  content: "下記よりPDFをダウンロードいただけます。";
  display: block;
  text-align: center;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .wp-block-file::before {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
  }
}
.wp-block-file object {
  display: none;
}
.wp-block-file a:not([download]) {
  display: none;
}
.wp-block-file a[download] {
  font-weight: 500;
  color: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.44em auto;
  background-position: left 40%;
  background-size: 1em auto;
  background-image: url("../img/ico_pdf.svg");
  padding-left: 1.875rem;
}
@media (min-width: 768px) {
  .wp-block-file a[download]:hover {
    text-decoration: none;
  }
}

.wp-block-embed:not([class*=is-type-wp-embed]) .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}
.wp-block-embed:not([class*=is-type-wp-embed]) .wp-block-embed__wrapper iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-content > * + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-content > * + * {
    margin-top: 1.5rem;
  }
}

* + .c-section {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  * + .c-section {
    margin-top: 3.5rem;
  }
}
* + .c-section.-lg {
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  * + .c-section.-lg {
    margin-top: 5rem;
  }
}
* + .c-section.-sm {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  * + .c-section.-sm {
    margin-top: 2rem;
  }
}
* + .c-section.-md {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  * + .c-section.-md {
    margin-top: 3rem;
  }
}
.c-section.-form {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-section.-form {
    margin-top: 1.71rem;
  }
}

/* ================================== */
h4[class*=has-text-align],
h4[class*=font-size],
h3[class*=has-text-align],
h3[class*=font-size],
h2[class*=has-text-align],
h2[class*=font-size],
h2:not([class]),
h3:not([class]),
h4:not([class]) {
  font-weight: 500;
  line-height: 1.5;
}

/* ================================== */
h2[class*=has-text-align],
h2[class*=font-size],
h2:not([class]) {
  position: relative;
  border-bottom: 2px solid #dddddd;
  font-size: 1.75rem;
  padding-bottom: 1.25rem;
}
h2[class*=has-text-align]::before,
h2[class*=font-size]::before,
h2:not([class])::before {
  content: "";
  display: block;
  background-color: #151D2F;
  width: 4rem;
  height: 2px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  margin-bottom: -2px;
}
h2[class*=has-text-align] + *,
h2[class*=font-size] + *,
h2:not([class]) + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  h2[class*=has-text-align] + *,
  h2[class*=font-size] + *,
  h2:not([class]) + * {
    margin-top: 3rem;
  }
}

* + h2[class*=has-text-align],
* + h2[class*=font-size],
* + h2:not([class]) {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  * + h2[class*=has-text-align],
  * + h2[class*=font-size],
  * + h2:not([class]) {
    margin-top: 3.5rem;
  }
}

/* ================================== */
h3[class*=has-text-align],
h3[class*=font-size],
h3:not([class]) {
  position: relative;
  font-size: 1.25rem;
  padding-left: 1.25rem;
}
h3[class*=has-text-align]::before,
h3[class*=font-size]::before,
h3:not([class])::before {
  content: "";
  display: block;
  background-color: #151D2F;
  width: 0.25rem;
  height: calc(100% - 0.25em);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
h3[class*=has-text-align] + *,
h3[class*=font-size] + *,
h3:not([class]) + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  h3[class*=has-text-align] + *,
  h3[class*=font-size] + *,
  h3:not([class]) + * {
    margin-top: 1.75rem;
  }
}

* + h3[class*=has-text-align],
* + h3[class*=font-size],
* + h3:not([class]) {
  margin-top: 3.5rem;
}

/* ================================== */
h4[class*=has-text-align],
h4[class*=font-size],
h4:not([class]) {
  font-size: 1.125rem;
}
h4[class*=has-text-align] + *,
h4[class*=font-size] + *,
h4:not([class]) + * {
  margin-top: 1.75rem;
}
@media (max-width: 767px) {
  h4[class*=has-text-align] + *,
  h4[class*=font-size] + *,
  h4:not([class]) + * {
    margin-top: 1rem;
  }
}

* + h4[class*=has-text-align],
* + h4[class*=font-size],
* + h4:not([class]) {
  margin-top: 2.5rem;
}

/* ================================== */
ol[class*=font-size] {
  list-style: decimal;
}

ul[class*=font-size] {
  list-style: inherit;
}

ol:not([class]),
ul:not([class]),
ol[class*=font-size],
ul[class*=font-size] {
  padding: 0 0 0 1.375rem;
}
ol:not([class]) li + li,
ul:not([class]) li + li,
ol[class*=font-size] li + li,
ul[class*=font-size] li + li {
  margin-top: 0.125rem;
}

* + ol:not([class]),
* + ul:not([class]),
* + ol[class*=font-size],
* + ul[class*=font-size] {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  * + ol:not([class]),
  * + ul:not([class]),
  * + ol[class*=font-size],
  * + ul[class*=font-size] {
    margin-top: 1.5rem;
  }
}

/* =====================================
 * ページタイトル
 * ================================== */
.c-pagetitle2 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .c-pagetitle2 {
    min-height: 22.5rem;
  }
}
@media (max-width: 767px) {
  .c-pagetitle2 {
    min-height: 200px;
  }
}
.c-pagetitle2 > .l-container {
  width: 100%;
}
@media (min-width: 768px) {
  .c-pagetitle2__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .c-pagetitle2__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .c-pagetitle2__inner:not(:has(.c-pagetitle2__img)) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .c-pagetitle2__text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-pagetitle2__img {
    max-width: 500px;
    position: absolute;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .c-pagetitle2__img img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-pagetitle2__img img {
    max-height: 320px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .c-pagetitle2__img + * {
    margin-top: 1rem;
  }
}
.c-pagetitle2__subtitle, .c-pagetitle2__title {
  line-height: 1.5;
}
.c-pagetitle2__subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
  text-transform: capitalize;
  background: -webkit-linear-gradient(16deg, rgba(21, 29, 47, 0.8) -11.26%, rgba(67, 92, 149, 0.8) 40.46%, rgba(255, 255, 255, 0.8) 115.49%);
  background: linear-gradient(74deg, rgba(21, 29, 47, 0.8) -11.26%, rgba(67, 92, 149, 0.8) 40.46%, rgba(255, 255, 255, 0.8) 115.49%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-pagetitle2__subtitle::first-letter {
  text-transform: uppercase;
}
.c-pagetitle2__title {
  font-size: 3rem;
  font-weight: bold;
  color: #151D2F;
}
@media (max-width: 767px) {
  .c-pagetitle2__title {
    font-size: 2rem;
  }
}
.c-pagetitle2__desc {
  font-size: 0.875rem;
}

body[data-page-type=form] .c-pagetitle2 {
  border-bottom: none;
  padding-top: 8rem;
  min-height: auto;
}
@media (max-width: 767px) {
  body[data-page-type=form] .c-pagetitle2 {
    padding-top: 5rem;
  }
}
body[data-page-type=form] .c-pagetitle2__subtitle, body[data-page-type=form] .c-pagetitle2__title {
  text-align: center;
}
body[data-page-type=form] .c-pagetitle2__subtitle + * {
  margin-top: 0.5rem;
}
body[data-page-type=form] .c-pagetitle2__title {
  line-height: 175%;
  font-family: "Noto Sans JP";
}
@media (min-width: 768px) {
  body[data-page-type=form] .c-pagetitle2__inner:not(:has(.c-pagetitle__img)) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body[data-page-type=form] .l-header__inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

body[data-page-type=form] .c-pagetitle2 {
  padding-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  body[data-page-type=form] .c-pagetitle2 {
    padding-top: 5.14rem;
    /*          padding-left: 1.61rem;
    padding-right: 1.61rem; */
    max-width: 82.5%;
    margin-right: auto;
    margin-left: auto;
  }
}
body[data-page-type=form] .c-pagetitle2 .c-pagetitle2__title {
  color: #151D2F;
  font-size: 2.625rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  body[data-page-type=form] .c-pagetitle2 .c-pagetitle2__title {
    font-size: 1.71rem;
    margin-top: 0.28rem;
  }
}
@media (max-width: 767px) {
  body[data-page-type=form] .c-pagetitle2 .c-pagetitle2__title span {
    font-size: 1.43rem;
    letter-spacing: 0.04em;
  }
}

/* =====================================
 * 青背景グラデーションタイトル
 * ================================== */
.c-block-title {
  position: relative;
  background: -webkit-linear-gradient(16deg, rgba(21, 29, 47, 0.8) -11.26%, rgba(67, 92, 149, 0.8) 40.46%, rgba(255, 255, 255, 0.8) 115.49%);
  background: linear-gradient(74deg, rgba(21, 29, 47, 0.8) -11.26%, rgba(67, 92, 149, 0.8) 40.46%, rgba(255, 255, 255, 0.8) 115.49%);
  color: #fff;
  text-align: center;
  padding: 1rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-family: "Noto Sans JP";
}
@media (max-width: 767px) {
  .c-block-title {
    padding: 0.57rem;
    font-size: 1.14rem;
  }
}

/* =====================================
 * 各お問い合わせのカード
 * ================================== */
.c-contact-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  color: #151D2F;
  text-decoration: none;
  border: 1px solid #151D2F;
  background-color: #fff;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 2rem;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media (max-width: 767px) {
  .c-contact-card {
    padding: 0.78rem;
    padding-left: 1.57em;
    padding-right: 2.43rem;
    min-height: 5.86rem;
  }
}

.c-contact-card__text {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
  text-align: left;
  font-family: "Noto Sans JP";
}
@media (max-width: 767px) {
  .c-contact-card__text {
    font-size: 0.93rem;
  }
}

.c-contact-card__icon {
  aspect-ratio: 1;
  width: 2rem;
  display: inline-block;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .c-contact-card__icon {
    width: 1.71rem;
  }
}
.c-contact-card__icon img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.c-contact-card__arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  width: 1rem;
  aspect-ratio: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .c-contact-card__arrow {
    width: 0.86rem;
    right: 6px;
  }
}
.c-contact-card__arrow img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (any-hover: hover) {
  .c-contact-card:hover {
    background-color: rgb(244, 248, 251);
  }
}
/* =====================================
 * 資料DLのカード
 * ================================== */
.c-download-card {
  border-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.c-download-card__img {
  width: 100%;
  height: 100%;
  display: block;
}
.c-download-card__img img {
  aspect-ratio: 352/124;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .c-download-card__img img {
    aspect-ratio: 280/103;
  }
}

@media (any-hover: hover) {
  .c-download-card:hover {
    opacity: 0.64;
  }
}
/* =====================================
 * 各お問い合わせのボタン
 * ================================== */
.c-contact-middle-button {
  display: grid;
  grid-template-columns: auto auto;
  text-decoration: none;
  border: 1px solid #151D2F;
  background-color: #151D2F;
  gap: 1rem;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media (max-width: 767px) {
  .c-contact-middle-button {
    gap: 0.57rem;
    padding: 0.89rem;
  }
}

.c-contact-middle-button__text {
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: 0.8125rem;
  color: #fff;
  text-align: center;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (max-width: 767px) {
  .c-contact-middle-button__text {
    font-size: 0.71rem;
  }
}

.c-contact-middle-button__icon {
  aspect-ratio: 1;
  width: 1.5rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .c-contact-middle-button__icon {
    width: 1rem;
  }
}
.c-contact-middle-button__icon img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}

@media (max-width: 767px) {
  .c-contact-middle-button:where(.-company, .-owner) {
    grid-template-columns: 1fr;
    padding-top: 0.57rem;
    padding-bottom: 0.57rem;
  }
}
.c-contact-middle-button:where(.-company, .-owner) .c-contact-middle-button__icon {
  justify-self: center;
}

@media (any-hover: hover) {
  .c-contact-middle-button:hover {
    background-color: #fff;
  }
  .c-contact-middle-button:hover .c-contact-middle-button__text {
    color: #151D2F;
  }
  .c-contact-middle-button:hover .c-contact-middle-button__icon img {
    -webkit-filter: brightness(0) saturate(100%) invert(8%) sepia(13%) saturate(2584%) hue-rotate(183deg) brightness(96%) contrast(92%);
            filter: brightness(0) saturate(100%) invert(8%) sepia(13%) saturate(2584%) hue-rotate(183deg) brightness(96%) contrast(92%);
  }
}
.c-modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.c-modal.is-active {
  opacity: 1;
  visibility: inherit;
  pointer-events: auto;
}
.c-modal__mask {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.c-modal__wrap {
  position: relative;
  z-index: 10;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-modal__inner {
  overflow: hidden;
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 5rem;
  height: auto;
}
@media (max-width: 767px) {
  .c-modal__inner {
    padding: 1.7rem;
    overflow: visible;
  }
}
.c-modal__close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  margin: 1rem 1rem 0 0;
  display: inline-grid;
}
@media (max-width: 767px) {
  .c-modal__close {
    margin: 0;
    top: -12px;
    right: -12px;
  }
}
.c-modal__close > * {
  color: transparent;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/ico_modal_close.svg);
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 767px) {
  .c-modal__close > * {
    background-size: 100% auto;
    background-image: url(../img/ico_modal_close_black.svg);
    width: 1.7rem;
    height: 1.7rem;
  }
}
.c-modal__container {
  max-width: calc(750px + 2rem);
}
.c-modal__title-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #9f9f9f;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .c-modal__title-wrap {
    gap: 1.14rem;
    padding-bottom: 1.14rem;
  }
}
.c-modal__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  color: #151D2F;
}
@media (max-width: 767px) {
  .c-modal__title {
    font-size: 1.14rem;
  }
}
.c-modal__icon {
  width: 1.5rem;
}
@media (max-width: 767px) {
  .c-modal__icon {
    width: 1.14rem;
  }
}
.c-modal__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1;
}
.c-modal__body-content {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-modal__body-content {
    margin-top: 1.14rem;
  }
}
.c-modal__text-box {
  display: grid;
  row-gap: 1.5rem;
  color: #151D2F;
}
@media (max-width: 767px) {
  .c-modal__text-box {
    row-gap: 1.71rem;
  }
}
.c-modal__body-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .c-modal__body-text {
    font-size: 0.93rem;
    line-height: 1.75;
  }
}
.c-modal__body-text span {
  font-weight: 700;
}
.c-modal__body-text:has(a[href^="tel:"]) {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .c-modal__body-text:has(a[href^="tel:"]) {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-modal__body-text a[href^="tel:"] {
  color: #151D2F;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
  margin-right: 0.25rem;
  padding-left: 1.38rem;
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .c-modal__body-text a[href^="tel:"] {
    line-height: 1;
    gap: 0.29rem;
    margin-right: 0.14rem;
    padding-left: 1.2rem;
  }
}
.c-modal__body-text a[href^="tel:"]::before {
  content: "";
  background: url(../img/ico_tel_blk.svg) no-repeat center/contain;
  width: 1rem;
  height: 1.13rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  .c-modal__body-text a[href^="tel:"]::before {
    width: 0.93rem;
    height: 1rem;
  }
}

@media (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
/* =====================================
* contact form 7 デフォルトcss
* ================================== */
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232; /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
          transform-origin: 8px 8px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 [inert] {
  opacity: 0.5;
}

.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection > output[hidden] {
  display: none;
}

/* =====================================
 * フォームのオリジナル設定はここから
 * ================================== */
.p-form__inner + * {
  margin-top: 2rem;
}
.p-form__inner dt {
  font-weight: 500;
}
.p-form__inner dt + * {
  margin-top: 1rem;
}
.p-form__inner dd + * {
  margin-top: 3rem;
}
.p-form__req {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .p-form__req {
    padding-right: 0;
  }
}
.p-form__req:after {
  content: "必須";
  display: inline-block;
  background-color: #B70000;
  color: #fff;
  font-weight: normal;
  font-size: 0.75rem;
  padding: 0 0.5rem;
  margin-left: 1rem;
}
.p-form__item + .p-form__item {
  margin-top: 2rem;
}
.p-form__item-headline + * {
  margin-top: 1rem;
}
.p-form__item-headline + * {
  margin-left: 0;
}
.p-form__error-list li[data-error-name=住所] + li[data-error-name=住所] {
  display: none !important;
}
.p-form__error-message {
  background-color: #ffe5e5;
  display: none;
  margin: 0 0 2rem;
  padding: 1.5rem;
}
.p-form__error-message.is-show {
  display: block;
}
.p-form__error-headline {
  color: #B70000;
  font-weight: 500;
  font-size: 1.375rem;
}
.p-form__error-list[class] {
  list-style: disc;
  margin: 1rem 0 0 1.5rem;
  padding: 0;
}
.p-form__error-list li {
  color: #B70000;
  font-size: 1.125rem;
}
.p-form .is-error[class] {
  border: 1px solid #B70000;
  background-color: #ffe5e5;
}
.p-form .wpcf7-not-valid-tip[class],
.p-form .error[class] {
  display: block;
  color: #B70000;
  font-size: 0.875rem;
  margin: 0.75rem 0 0;
}
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=number],
.p-form input[type=text],
.p-form textarea,
.p-form select {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 1rem 1rem;
}
.p-form input[type=number]::-webkit-outer-spin-button,
.p-form input[type=number]::-webkit-inner-spin-button,
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=number],
.p-form input[type=text],
.p-form textarea {
  -webkit-appearance: none;
}
.p-form select {
  padding-right: 2.5rem;
  background-repeat: no-repeat;
  background-size: 0.75em auto;
  background-position: right center;
  background-position-x: calc(100% - 1rem);
  background-image: url(../img/ico_arr_down_pri.svg);
}
@media (max-width: 767px) {
  .p-form select {
    width: 100%;
  }
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  vertical-align: middle;
  padding: 0;
  width: 1.25em;
  height: 1.25em;
  opacity: 0.4;
}
.p-form input[type=checkbox] + *,
.p-form input[type=radio] + * {
  vertical-align: middle;
}
.p-form input[type=checkbox]:checked,
.p-form input[type=radio]:checked {
  opacity: 1;
}
.p-form textarea {
  display: block;
}
.p-form textarea:focus,
.p-form select:focus,
.p-form input:focus {
  border-color: #151D2F;
}
.p-form input[type=checkbox],
.p-form input[type=submit] {
  padding: 0;
}
.p-form input[type=checkbox], .p-form input[type=checkbox]:focus,
.p-form input[type=submit],
.p-form input[type=submit]:focus {
  border: none;
}
.p-form input[type=radio],
.p-form input[type=checkbox] {
  margin-right: 0.375rem;
}
@media (max-width: 767px) {
  .p-form input[type=radio],
  .p-form input[type=checkbox] {
    margin-right: 0.5rem;
  }
}
.p-form button[type=submit] {
  width: 100%;
}

.wpcf7-response-output[class] {
  display: none !important;
}

.wpcf7-list-item.first {
  margin-left: 0;
}
@media (max-width: 767px) {
  .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 0.5rem;
  }
}

.wpcf7-not-valid-tip {
  display: block;
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: #B70000;
}

html.is-safari .p-form input[type=checkbox],
html.is-safari .p-form input[type=radio] {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0.8;
}

.p-form-headline-desc {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #151D2F;
  margin-top: 0;
}
.p-form-headline-desc + * {
  margin-top: 5rem;
  /*   @include sp {
      margin-top: $c-mg80-sp;
  } */
}
@media (max-width: 767px) {
  .p-form-headline-desc {
    font-size: 1.141rem;
  }
}

.p-contact-thanks {
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .p-contact-thanks {
    max-width: 82.5%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-contact-thanks__title {
  text-align: center;
  font-weight: bold;
  color: #151D2F;
  font-size: 2.5rem;
  line-height: 1.75;
  font-family: "Noto Sans JP";
}
@media (max-width: 767px) {
  .p-contact-thanks__title {
    font-size: 1.57rem;
  }
}
.p-contact-thanks__title + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-contact-thanks__title + * {
    margin-top: 2.86rem;
  }
}
.p-contact-thanks__desc {
  text-align: center;
  color: #151D2F;
}
.p-contact-thanks__desc + * {
  margin-top: 2.5rem;
  /*    @include sp {
      margin-top: $c-mg40-sp;
  } */
}
.p-contact-thanks__button-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-contact-thanks__button-area {
    margin-top: 2.86rem;
    grid-template-columns: 1fr;
    gap: 1.14rem;
  }
}
.p-contact-thanks__button-area .c-btn {
  margin-top: 0;
  width: 100%;
}
.p-contact-thanks__button-area .c-btn a {
  min-height: 102px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .p-contact-thanks__button-area .c-btn a {
    font-size: 1rem;
    padding-top: 1.14rem;
    padding-bottom: 1.14rem;
    min-height: initial;
  }
}
.p-contact-thanks__button-area .c-btn a::after {
  background-image: none;
  width: 1rem;
  -webkit-mask: url(../img/ico_arr_right_wht2.svg) no-repeat center/contain;
          mask: url(../img/ico_arr_right_wht2.svg) no-repeat center/contain;
  margin-right: 2.31rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-contact-thanks__button-area .c-btn a::after {
    width: 0.86rem;
    margin-right: 0.57rem;
  }
}

.p-sitemap {
  background-color: #EFF1F5;
  padding: 3rem 4rem;
}
@media (max-width: 767px) {
  .p-sitemap {
    padding: 1.5rem;
  }
}
.p-sitemap ul {
  list-style: none;
}
.p-sitemap ul li + li {
  margin-top: 0.5rem;
}
.p-sitemap__list[class] + .p-sitemap__list[class] {
  margin-top: 2rem;
}
.p-sitemap__list[class] > li + li {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-sitemap__list[class] > li + li {
    margin-top: 1rem;
  }
}
.p-sitemap__list[class] > li > a {
  font-weight: 500;
  font-size: 1.25rem;
}
.p-sitemap__list[class] ul {
  padding: 0 0 0 1.5rem;
  margin-top: 0.5rem;
}
.p-sitemap__list[class] ul:not(:has(> li)) {
  display: none;
}
@media (max-width: 767px) {
  .p-sitemap__list[class] ul {
    padding: 0 0 0 2rem;
  }
}

.p-post-list__item {
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 1rem;
}
@media (max-width: 767px) {
  .p-post-list__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-post-list__time {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-basis: 7rem;
      -ms-flex-preferred-size: 7rem;
          flex-basis: 7rem;
  max-width: 7rem;
}
@media (max-width: 767px) {
  .p-post-list__time {
    -webkit-flex-basis: 6rem;
        -ms-flex-preferred-size: 6rem;
            flex-basis: 6rem;
    max-width: 6rem;
  }
}
.p-post-list__cat {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-basis: 7.25rem;
      -ms-flex-preferred-size: 7.25rem;
          flex-basis: 7.25rem;
  max-width: 7.25rem;
}
@media (max-width: 767px) {
  .p-post-list__cat {
    -webkit-flex-basis: calc(100% - 6rem);
        -ms-flex-preferred-size: calc(100% - 6rem);
            flex-basis: calc(100% - 6rem);
    max-width: calc(100% - 6rem);
  }
}
.p-post-list__title {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .p-post-list__title {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  * + .p-post-list__title {
    margin-top: 1rem;
  }
}
.p-post-list__title > * {
  display: block;
}
.p-post-list__title a,
.p-post-list__title a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-post-list__title a:hover {
    font-weight: 500;
    color: #151D2F;
  }
}
.p-post-list__line {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #151D2F;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .p-post-list__title a:hover + .p-post-list__line {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .p-post-card__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -3rem 0 0 -3rem;
  }
}
@media (min-width: 768px) {
  .p-post-card__item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: calc(33.3333333333% - 3rem);
        -ms-flex-preferred-size: calc(33.3333333333% - 3rem);
            flex-basis: calc(33.3333333333% - 3rem);
    max-width: calc(33.3333333333% - 3rem);
    margin: 3rem 0 0 3rem;
  }
}
@media (max-width: 767px) {
  .p-post-card__item + .p-post-card__item {
    margin-top: 1.25rem;
  }
}
.p-post-card__img {
  aspect-ratio: 16/9;
}
.p-post-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-post-card__img + * {
  margin-top: 1rem;
}
.p-post-card__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-post-card__meta > * + * {
  margin-left: 1rem;
}
.p-post-card__meta + * {
  margin-top: 1rem;
}
.p-post-card__title {
  font-weight: 500;
  font-size: 1.25rem;
}
.p-post-card__title a,
.p-post-card__title a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-post-card__title a:hover {
    color: #151D2F;
  }
}

.p-post-detail + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-post-detail + * {
    margin-top: 3.5rem;
  }
}
.p-post-detail__meta {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-post-detail__meta > * + * {
  margin-left: 1rem;
}
.p-post-detail__meta + * {
  margin-top: 1rem;
}
.p-post-detail__title {
  font-weight: 500;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .p-post-detail__title {
    font-size: 2rem;
  }
}
.p-post-detail__title + * {
  margin-top: 2rem;
}
.p-faq-list__list {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.p-faq-list__item + .p-faq-list__item {
  border-top: 1px solid #dddddd;
}
.p-faq-list__q, .p-faq-list__a {
  position: relative;
  padding: 1.5rem 0 1.5rem 2rem;
}
.p-faq-list__q::before, .p-faq-list__a::before {
  line-height: 1;
  display: inline-block;
  font-weight: 500;
  font-size: 1.5rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin-top: 1.5rem;
}
.p-faq-list__q {
  font-weight: 500;
}
.p-faq-list__q::before {
  content: "Q.";
  color: #151D2F;
}
.p-faq-list.-accordion .p-faq-list__q {
  padding-right: 2rem;
}
.p-faq-list.-accordion .p-faq-list__q:hover {
  cursor: pointer;
}
.p-faq-list.-accordion .p-faq-list__q::after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-left: 2px solid #151D2F;
  border-bottom: 2px solid #151D2F;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin-right: 0.25rem;
  margin-top: 1.875rem;
}
.p-faq-list.-accordion .p-faq-list__q.is-active::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 2.25rem;
}
.p-faq-list__a {
  padding-top: 0;
}
.p-faq-list__a::before {
  content: "A.";
  color: #E2E8EE;
  margin-top: 0.125rem;
}
.p-faq-list.-accordion .p-faq-list__a {
  display: none;
}
.p-faq-list.-accordion .p-faq-list__a.is-show {
  display: block;
}

.p-home-section + .p-home-section {
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .p-home-section + .p-home-section {
    margin-top: 3.5rem;
  }
}
.p-home-section__header + * {
  margin-top: 6.25rem;
}
@media (max-width: 767px) {
  .p-home-section__header + * {
    margin-top: 2rem;
  }
}
.p-home-section__body + * {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .p-home-section__body + * {
    margin-top: 2rem;
  }
}
.p-home-section__title {
  line-height: 1.8;
  font-weight: 500;
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .p-home-section__title {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .p-home-section__title {
    font-size: 1.75rem;
  }
}
.p-home-section__desc > * + * {
  margin-top: 2.25rem;
}
@media (max-width: 767px) {
  .p-home-section__desc > * + * {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  * + .p-home-section__desc {
    margin-top: 1rem;
  }
}

.p-home-mv-identity {
  position: relative;
  width: 100%;
}
.p-home-mv-identity__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-home-mv-identity__bg img {
  -o-object-position: bottom center;
     object-position: bottom center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-home-mv {
  overflow: hidden;
  position: relative;
  padding-top: 4.5rem;
}
.p-home-mv[class] {
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-home-mv {
    padding-top: 2rem;
  }
}
.p-home-mv__header + * {
  margin-top: 4rem;
}
.p-home-mv__body {
  position: relative;
}
@media (max-width: 767px) {
  .p-home-mv__body[class] {
    margin-top: 1rem;
  }
}
.p-home-mv__footer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin-top: 41rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 767px) {
  .p-home-mv__footer {
    display: none;
  }
}
.p-home-mv__title {
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 3.75rem;
}
@media (max-width: 767px) {
  .p-home-mv__title {
    font-size: 3rem;
  }
}
.p-home-mv__desc {
  letter-spacing: 0.14em;
  font-family: "Marcellus";
  line-height: 2.5;
}
@media (max-width: 767px) {
  .p-home-mv__desc {
    font-size: 0.875rem;
  }
}
.p-home-mv__desc > * {
  display: inline-block;
}
@media (max-width: 767px) {
  .p-home-mv__desc-wrapper + * {
    margin-top: 2rem;
  }
}
.p-home-mv__img-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .p-home-mv__img-wrapper {
    margin-top: -9rem;
  }
}
.p-home-mv__img {
  aspect-ratio: 1074/664;
}
@media (min-width: 768px) {
  .p-home-mv__img {
    width: 1074px;
    height: 664px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 16.5rem;
  }
}
.p-home-mv__img > * {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-home-mv__scroll {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-90deg) translateY(-7rem);
          transform: rotate(-90deg) translateY(-7rem);
  width: 14rem;
}
.p-home-mv__scroll-line {
  position: relative;
  display: block;
  background-color: #151D2F;
  width: 10rem;
  height: 1px;
}
.p-home-mv__scroll-line::after {
  content: "";
  border-radius: 50%;
  display: block;
  background-color: #151D2F;
  width: 9px;
  height: 9px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 0;
  -webkit-animation: mv_scroll 2s infinite;
          animation: mv_scroll 2s infinite;
}
.p-home-mv__scroll-label {
  letter-spacing: 0.14em;
  font-size: 0.75rem;
}

@-webkit-keyframes mv_scroll {
  0% {
    opacity: 0;
    margin-right: 0;
  }
  50% {
    opacity: 1;
    margin-right: calc(100% - 9px);
  }
  75% {
    opacity: 0;
    margin-right: calc(100% - 9px);
  }
  100% {
    opacity: 0;
    margin-right: 0;
  }
}

@keyframes mv_scroll {
  0% {
    opacity: 0;
    margin-right: 0;
  }
  50% {
    opacity: 1;
    margin-right: calc(100% - 9px);
  }
  75% {
    opacity: 0;
    margin-right: calc(100% - 9px);
  }
  100% {
    opacity: 0;
    margin-right: 0;
  }
}
.p-home-identity {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 767px) {
  .p-home-identity {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.p-home-identity[class] {
  margin-top: 0;
}
@media (min-width: 768px) {
  .p-home-identity__header + * {
    margin-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .p-home-identity__body-inner {
    gap: 5.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-home-identity__footer {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: -3rem;
}
@media (max-width: 767px) {
  .p-home-identity__footer {
    margin-bottom: -2rem;
  }
}
.p-home-identity__bg {
  text-align: right;
}

.p-home-news {
  position: relative;
  padding-top: 6.25rem;
}
@media (max-width: 767px) {
  .p-home-news {
    padding-top: 3.5rem;
  }
}
.p-home-news__body + * {
  margin-top: 2rem;
}
.p-home-news + .p-home-news[class] {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-home-news + .p-home-news[class] {
    margin-top: 2.5rem;
  }
}
.p-home-news__btn {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-home-business {
  background-color: #151D2F;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .p-home-business {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.p-home-business__body + * {
  margin-top: 5.75rem;
}
@media (max-width: 767px) {
  .p-home-business__body + * {
    margin-top: 3.5rem;
  }
}
@media (min-width: 768px) {
  .p-home-business__outline {
    gap: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-home-business__outline > * {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: calc(50% - 1.25rem);
        -ms-flex-preferred-size: calc(50% - 1.25rem);
            flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
.p-home-business__outline + * {
  margin-top: 5.75rem;
}
@media (max-width: 767px) {
  .p-home-business__outline + * {
    margin-top: 3.5rem;
  }
}
@media (max-width: 767px) {
  .p-home-business__outline-img + * {
    margin-top: 2rem;
  }
}
.p-home-business__title {
  color: #fff;
  line-height: 1.8;
  font-weight: 500;
  font-size: 2.25rem;
}
@media (max-width: 767px) {
  .p-home-business__title {
    font-size: 1.75rem;
  }
}
.p-home-business__title + * {
  margin-top: 1.5rem;
}
.p-home-business__desc {
  color: #fff;
}
.p-home-business__desc > * + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-home-business__desc > * + * {
    margin-top: 1.5rem;
  }
}
.p-home-business__desc + * {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-home-business__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-home-business__btn[class] > * {
  margin-left: 0;
}
@media (min-width: 768px) {
  .p-home-business__bnr-list {
    gap: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-home-business__bnr-list > * {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: calc(50% - 1.25rem);
        -ms-flex-preferred-size: calc(50% - 1.25rem);
            flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-home-business__bnr-item + .p-home-business__bnr-item {
    margin-top: 2rem;
  }
}
.p-home-business__bnr-top {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #fff;
}
.p-home-business__bnr-top + * {
  margin-top: 1.125rem;
}
@media (min-width: 768px) {
  .p-home-business__bnr-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-home-business__bnr-item:hover .p-home-business__bnr-top {
    background-color: #fff;
  }
}
.p-home-business__bnr-img {
  aspect-ratio: 260/128;
}
@media (min-width: 768px) {
  .p-home-business__bnr-img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: 260px;
        -ms-flex-preferred-size: 260px;
            flex-basis: 260px;
    max-width: 260px;
  }
}
.p-home-business__bnr-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-home-business__bnr-title {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  color: #fff;
}
.p-home-business__bnr-title a {
  display: block;
  text-decoration: none;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .p-home-business__bnr-title {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .p-home-business__bnr-item:hover .p-home-business__bnr-title {
    color: #333;
  }
}
.p-home-business__bnr-desc {
  color: #fff;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .p-home-business__bnr-desc {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .p-home-strengths__item {
    gap: 4.5rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-home-strengths__item + .p-home-strengths__item {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-home-strengths__item + .p-home-strengths__item {
    margin-top: 2rem;
  }
}
.p-home-strengths__img {
  aspect-ratio: 482/316;
}
.p-home-strengths__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .p-home-strengths__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .p-home-strengths__img + * {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-home-strengths__text {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.p-home-strengths__desc > * + * {
  margin-top: 2rem;
}
.p-home-strengths__title {
  position: relative;
  border-bottom: 1px solid #dddddd;
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.875rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .p-home-strengths__title {
    font-size: 1.75rem;
    padding-bottom: 0.75rem;
  }
}
.p-home-strengths__title + * {
  margin-top: 1.5rem;
}
.p-home-strengths__title::after {
  content: "";
  display: block;
  background-color: #151D2F;
  width: 2rem;
  height: 4px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  .p-home-strengths__title::after {
    height: 3px;
    margin-bottom: -2px;
  }
}

.p-home-company {
  position: relative;
  padding-top: 7.5rem;
}
@media (max-width: 767px) {
  .p-home-company {
    padding-top: 3.5rem;
  }
}
.p-home-company__header, .p-home-company__body {
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .p-home-company__body + * {
    margin-top: 5rem;
  }
}
.p-home-company__body-inner {
  position: relative;
}
* + .p-home-company__body-inner {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  * + .p-home-company__body-inner {
    margin-top: 2rem;
  }
}
.p-home-company__footer[class] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.p-home-company__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-home-company__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .p-home-company__bg img {
    -o-object-position: left center;
       object-position: left center;
  }
}
@media (min-width: 768px) {
  .p-home-company__img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin-left: -20rem;
  }
}
@media (max-width: 767px) {
  .p-home-company__img {
    text-align: center;
  }
  .p-home-company__img + * {
    margin-top: 0.25rem;
  }
}
@media (min-width: 768px) {
  .p-home-company__list {
    padding-left: 50%;
  }
}
.p-home-company__item {
  border-bottom: 1px solid #dddddd;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.625rem 0 1.5rem;
}
.p-home-company__title {
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .p-home-company__title {
    font-size: 1rem;
  }
}
.p-home-company__title a {
  text-decoration: none;
}
.p-home-company__title a:hover {
  text-decoration: none;
}
.p-home-company__subtitle {
  position: relative;
  color: #9F9F9F;
  font-weight: lighter;
  font-size: 1.5rem;
  gap: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .p-home-company__subtitle {
    gap: 1rem;
    font-size: 1.25rem;
  }
}
.p-home-company__subtitle::before {
  content: "";
  display: block;
  background-color: #9F9F9F;
  width: 2.5rem;
  height: 1px;
}
@media (max-width: 767px) {
  .p-home-company__subtitle::before {
    width: 2rem;
  }
}
.p-home-company__line {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #151D2F;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .p-home-company__title a:hover + .p-home-company__line {
    width: 100%;
  }
}

.p-home-recruit {
  overflow: hidden;
  position: relative;
}
.p-home-recruit__header {
  padding-top: 5.5rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 767px) {
  .p-home-recruit__header {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.p-home-recruit__body {
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-home-recruit__body {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 50%;
  }
}
.p-home-recruit__body-inner {
  gap: 3.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .p-home-recruit__body-inner {
    overflow: hidden;
    gap: 1.5rem;
    height: 40svh;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.p-home-recruit__footer[class] {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.p-home-recruit__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-home-recruit__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-home-recruit__title {
  line-height: 1.5;
  color: #151D2F;
  font-weight: 500;
  font-size: 3.75rem;
}
@media (max-width: 767px) {
  .p-home-recruit__title {
    font-size: 2.5rem;
  }
}
.p-home-recruit__title span {
  font-size: 5.25rem;
}
@media (max-width: 767px) {
  .p-home-recruit__title span {
    font-size: 4rem;
  }
}
* + .p-home-recruit__title {
  margin-top: 3rem;
}
.p-home-recruit__desc {
  color: #151D2F;
  font-weight: 500;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .p-home-recruit__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-home-recruit__btn[class] > * {
  margin-left: 0;
}
* + .p-home-recruit__btn {
  margin-top: 2rem;
}
.p-home-recruit__list + .p-home-recruit__list,
.p-home-recruit__list li + li {
  margin-top: 2.25rem;
}
.p-home-recruit__list li {
  overflow: hidden;
  aspect-ratio: 312/312;
}
.p-home-recruit__list li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-home-recruit__list.-type01 {
  -webkit-animation: recruit_slide01 30s infinite linear 1s both;
          animation: recruit_slide01 30s infinite linear 1s both;
}
.p-home-recruit__list.-type02 {
  -webkit-animation: recruit_slide02 30s infinite linear 1s both;
          animation: recruit_slide02 30s infinite linear 1s both;
}

@-webkit-keyframes recruit_slide01 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes recruit_slide01 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes recruit_slide02 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes recruit_slide02 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-contact-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-contact-list {
    grid-template-columns: 1fr;
    row-gap: 4rem;
    max-width: 82.5%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-contact-list__block {
  display: grid;
  row-gap: 1rem;
}
@media (max-width: 767px) {
  .p-contact-list__block {
    row-gap: 1.71rem;
  }
}

.p-contact-list__box {
  display: grid;
  row-gap: 0.5rem;
  padding-left: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-contact-list__box {
    padding-left: 1.14rem;
    row-gap: 0.57rem;
  }
}

.p-contact-list__item {
  position: relative;
}

.p-contact-list__item::before {
  position: absolute;
  content: "";
  width: 3px;
  height: calc(100% + 0.6rem);
  background-color: #151D2F;
  border-radius: 3px;
  top: 0;
  left: -16px;
  z-index: 1;
  overflow: hidden;
}

.p-contact-list__item.-download::before {
  display: none;
}

.p-contact-list__item:last-of-type::before {
  height: 100%;
}

.p-contact-list__item:has(+ .-download)::before {
  height: 100%;
}

.p-contact-list__item.-download {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-contact-list__item.-download {
    margin-top: 2.29rem;
    margin-left: -1.14rem;
  }
}