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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  overflow: auto;
}

body {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
}
body.is-open::before {
  opacity: 0.95;
  visibility: visible;
}
body::before {
  background-color: #353c46;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: opacity, visibility;
  visibility: hidden;
  width: 100vw;
  z-index: -1;
  z-index: 50;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

picture {
  display: block;
  line-height: 1.2;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

.pc-only-inline {
  display: inline;
}

.sp-only-inline {
  display: none;
}

/* -------------------------------------------*/
/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  border: none;
  border: none;
  border: none;
  border-radius: 5px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 17px 18px;
  position: relative;
  width: 100%;
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  border: none;
  border: none;
  border-radius: 5px;
  height: 300px;
  letter-spacing: 0.1em;
  padding: 10px;
  position: relative;
  width: 100%;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #1864be;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #1864be;
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

input[type=radio] + .mwform-radio-field-text {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 10px 10px 10px 40px;
  position: relative;
  transition: 0.5;
  transition-property: color;
  vertical-align: middle;
}

input[type=radio] + .mwform-radio-field-text::before {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
  width: 20px;
  z-index: 2;
}

input[type=radio] + .mwform-radio-field-text::after {
  background-color: #008ce0;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 12px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 5;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
input[type=checkbox] {
  opacity: 0;
  vertical-align: middle;
}

input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 35px;
  position: relative;
  transition: 0.5;
  transition-property: color;
}

input[type=checkbox] + label::before {
  background: #fff;
  border: 2px #818181 solid;
  box-sizing: border-box;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  z-index: 2;
}

input[type=checkbox] + label::after {
  border-bottom: 3px solid #1864be;
  border-left: 3px solid #1864be;
  content: "";
  display: block;
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  transition: 0.5s;
  transition-property: color;
  width: 10px;
  z-index: 3;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/**
 * tel(column)
 *
 */
.mwform-tel-field {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mwform-tel-field > input {
  flex: 1;
  width: 100% !important;
}

/**
 * select
 *
 */
.select-parts {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.select-parts::after {
  background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
  content: "";
  height: 10px;
  margin-top: 2px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  z-index: 5;
}
.select-parts select {
  background: #fbefe3;
  border: none;
  border: none;
  box-shadow: none;
  color: #7f7f7f;
  cursor: pointer;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding: 10px 20px 10px 15px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * file
 *
 */
input[type=file] + label {
  margin: 0 10px 0 0;
  padding: 15px 0;
  width: 160px;
}
input[type=file] + label:after {
  left: 170px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-cta {
  margin-bottom: 7rem;
}
.l-cta .l-cta__block {
  background: linear-gradient(45deg, #fed524, #f95a57);
  border-radius: 24px;
  display: block;
  padding: 6rem 7rem;
  transition: background 0.4s, opacity 0.4s;
}
.l-cta .l-cta__block:hover {
  background: linear-gradient(135deg, #fed524, #f95a57);
  opacity: 0.8;
}
.l-cta .l-cta__block:hover .c-btn__link--c-accent {
  background-color: #ff8426;
  color: #fff;
}
.l-cta .l-cta__block:hover .c-btn__link:before {
  background-image: url(../images/common/ico_mail-white.svg);
}
.l-cta .l-cta__block-inner {
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 5rem 3rem;
}
.l-cta__title {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.l-cta__messe {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.l-cta .l-cta__btn {
  align-items: center;
  display: flex;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  margin-top: 5.5rem;
}
.l-cta .l-cta__tell {
  font-size: 4.2rem;
  font-weight: 700;
}
.l-cta .l-cta__tell span {
  display: block;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}
.l-cta .c-btn__link {
  align-items: center;
  display: flex;
  font-size: 2.1rem;
  font-weight: 700;
  padding-bottom: 2.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 2.5rem;
  -moz-column-gap: 1rem;
  border: 3px solid #ff8426;
  border-radius: 52px;
  column-gap: 1rem;
  transition: bacground-color 0.3s, color 0.3s;
}
.l-cta .c-btn__link:before {
  background-image: url(../images/common/ico_mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 28px;
  width: 28px;
}
.l-cta .c-btn__link.u-pc_none {
  display: none;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  border-top: 1px solid #008ce0;
  padding-bottom: 14rem;
  padding-top: 5.5rem;
}
.l-footer__inner {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}
.l-footer__logo-link {
  display: block;
  width: 100%;
  width: 23rem;
}
.l-footer__logo-text {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
.l-footer__menu {
  align-items: center;
  display: flex;
}
.l-footer__menu-item {
  position: relative;
}
.l-footer__menu-item:after {
  background-color: #333333;
  content: "";
  height: 100%;
  position: absolute;
  width: 2px;
}
.l-footer__menu-item:last-of-type:after {
  content: none;
}
.l-footer__menu-link {
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
.l-footer__copyright {
  font-size: 1.6rem;
  margin-top: 2rem;
  text-align: center;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-header {
  background-color: #fff;
  left: 0;
  overflow-x: clip;
  padding-bottom: 4rem;
  padding-top: 2.5rem;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 5000;
}
.l-header__inner {
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 1.8rem;
  padding-top: 1.8rem;
}
.l-header__logo {
  position: relative;
  width: 141px;
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  display: block;
  height: 100%;
  width: 100%;
}
.l-header__menu {
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: space-between;
  margin-left: 6.5rem;
}
.l-header__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1rem;
  -moz-column-gap: 2vw;
  column-gap: 2vw;
}
.l-header__items-sub {
  align-items: center;
  display: flex;
}
.l-header__item {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 100%;
  position: relative;
}
.l-header__item.--tel {
  height: auto;
}
.l-header__item.--tel .l-header__link {
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
}
.l-header__item.--tel .l-header__link span {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}
.l-header__item.--contact {
  align-items: center;
  border: 2px solid #ff8426;
  border-radius: 40px;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  margin-left: 2.5rem;
  margin-left: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: background-color 0.3s;
}
.l-header__item.--contact:hover {
  background-color: #ff8426;
  color: #fff;
}
.l-header__item.--contact:hover .l-header__link:before {
  background-image: url(../images/common/ico_mail-white.svg);
}
.l-header__item.--contact .l-header__link {
  font-weight: 700;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  transition: opacity 0.4s;
}
.l-header__item.--contact .l-header__link:before {
  background-image: url(../images/common/ico_mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 15.5px;
  margin-right: 10px;
  width: 15.5px;
}
.l-header__item.--contact .l-header__link:after {
  content: none;
}
.l-header__link {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 100%;
  line-height: 1;
  position: relative;
}
.l-header__link:after {
  background-color: #008ce0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transition: transform 0.3s;
  width: 100%;
}
.l-header__link:hover:after {
  transform: scale(1, 1);
}

.l-drawer__hamburger {
  display: none;
}

.l-hamburger {
  cursor: pointer;
  position: relative;
  width: 54px;
  z-index: 9999;
}
.l-hamburger:before {
  content: "";
  height: 7rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7rem;
}

.l-hamburger span {
  background-color: #333333;
  border-radius: 50%;
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
}

.l-hamburger-span01 {
  top: 20%;
  transition: top 0.4s;
}

.l-hamburger-span02 {
  top: 45%;
}

.l-hamburger-span03 {
  top: 70%;
  transition: top 0.4s;
}

.l-hamburger-close {
  bottom: 10%;
  color: #fff;
  font-size: 1rem;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.4s;
  visibility: hidden;
  white-space: nowrap;
}

.js-hamburger.is-active .l-hamburger-close {
  opacity: 1;
  visibility: visible;
}

.js-hamburger.is-active .l-hamburger-span01 {
  height: 10px;
  top: 40%;
  width: 10px;
}

.js-hamburger.is-active .l-hamburger-span02 {
  height: 10px;
  top: 40%;
  width: 10px;
}

.js-hamburger.is-active .l-hamburger-span03 {
  height: 10px;
  top: 40%;
  width: 10px;
}

.js-drawer {
  background-color: #464646;
  transform: translateX(100vw);
  transition: all 0.3s linear;
}

.js-drawer.is-active {
  transform: translateX(0);
}

.l-drawer {
  background-color: #f5f5f5;
  overflow-y: auto;
  overscroll-behavior: none;
}
.l-drawer__top {
  align-items: center;
  background: #fff;
  display: flex;
  height: 70px;
  justify-content: space-between;
  padding-left: 2rem;
}
.l-drawer__logo {
  width: 14rem;
}
.l-drawer__logo img {
  display: block;
  height: 100%;
  width: 100%;
}
.l-drawer__menu {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.l-drawer__inner {
  height: calc(100vh + 1px);
}
.l-drawer__nav {
  height: 94%;
}
.l-drawer__item {
  position: relative;
}
.l-drawer__apply .l-apply__text {
  color: #fff;
}
.l-drawer__apply .l-apply__link {
  width: 90%;
}
.l-drawer__link {
  border-bottom: 1px solid #707070;
  position: relative;
  z-index: 0;
}
.l-drawer__item.is-active .l-drawer__link:after {
  border-bottom: none;
  border-left: solid 2px #ff8426;
  border-right: none;
  border-top: solid 2px #ff8426;
}
.l-drawer__item.--policy .l-drawer__link, .l-drawer__item.--sitemap .l-drawer__link {
  border-bottom: none;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.l-drawer__link {
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
  padding-top: 2rem;
}
.l-drawer__content {
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-top: 1rem;
}
.l-drawer__content-link {
  display: block;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 1rem;
  padding-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.l-drawer__content-link:before {
  background-image: url(../images/common/top-item-circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  margin-top: 5px;
  width: 12px;
}
.l-drawer__info {
  align-items: center;
  display: flex;
  margin-top: 3rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.l-drawer__contact {
  border: 2px solid #ff8426;
  border-radius: 40px;
  margin-bottom: 8rem;
  margin-top: 3rem;
}
.l-drawer__contact-link {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.l-drawer__contact-link:before {
  background-image: url(../images/common/ico_mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 16.6px;
  width: 16.6px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-wrapper {
  position: relative;
  text-align: left;
  width: 100%;
}

.l-main {
  position: relative;
  width: 100%;
}
.l-main__inner {
  padding: 0 20px;
  padding: 0 var(--content-both_space);
  position: relative;
  width: 100%;
  z-index: 1;
}
.l-main--404, .l-main--error {
  padding-bottom: 22.5rem;
  padding-top: 22rem;
}
.l-main--404 h1, .l-main--error h1 {
  margin-left: auto;
  margin-right: auto;
  width: 47rem;
}
.l-main--404 .error-text, .l-main--error .error-text {
  font-size: 1.7rem;
  margin-top: 7.5rem;
  text-align: center;
}
.l-main--404 .error-link, .l-main--error .error-link {
  display: block;
  font-feature-settings: "palt";
  font-size: 1.7rem;
  margin: 7.5rem auto 0;
  padding-bottom: 0.3rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.l-main--404 .error-link::after, .l-main--error .error-link::after {
  background: linear-gradient(to right, #1864be, #008ce0);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-main--404 .l-main__inner, .l-main--error .l-main__inner {
  padding: 120px 0;
}
.l-main--404 .c-btn, .l-main--error .c-btn {
  margin: 40px auto 0;
}

.no-link {
  opacity: 0.4 !important;
  pointer-events: none !important;
}
.no-link--ba {
  pointer-events: none !important;
}
.no-link--ba::before, .no-link--ba::after {
  opacity: 0.4 !important;
  pointer-events: none !important;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-company-heading {
  align-items: center;
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.c-company-title {
  color: #008ce0;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}

.c-company-title-en {
  border: 1px solid #008ce0;
  color: #008ce0;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-heading {
  padding-bottom: 3rem;
  padding-top: 5.5rem;
  position: relative;
}
.c-heading__ttl {
  color: #008ce0;
  font-size: 5rem;
  font-weight: 700;
}
.c-heading__ttl-en {
  font-size: 3rem;
  font-weight: 900;
  margin-top: 1rem;
}
.c-heading:after {
  background-color: #008ce0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 489px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-top-heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-top: 0.7rem;
}

.c-title-tag {
  border: 1px solid #008ce0;
  color: #008ce0;
  display: block;
  font-size: 1.9rem;
  padding: 5px 1rem;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-company__wrap {
  margin-left: auto;
  margin-right: auto;
  width: 83.5%;
}
.p-company .p-company-message {
  padding-top: 8rem;
}
.p-company .p-company-message__wrap {
  align-items: center;
  display: flex;
  margin-top: 2.5rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  row-gap: 3rem;
}
.p-company .p-company-message__img {
  width: 29.5%;
}
.p-company .p-company-message__img img {
  aspect-ratio: 401/648;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-company .p-company-message__text {
  flex: 1;
}
.p-company .p-company-message__message {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
.p-company .p-company-message__message + .p-company-message__message {
  margin-top: 1.5em;
}
.p-company .p-company-message__head-name {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 8.5rem;
  text-align: right;
}
.p-company .p-company-vision {
  padding-top: 17.5rem;
}
.p-company .p-company-vision__items {
  background-color: #f0f3f5;
  display: flex;
  margin-top: 4rem;
  padding: 5rem 2rem;
}
.p-company .p-company-vision__item {
  border-right: 1px solid #008ce0;
  padding-left: 4rem;
  padding-right: 4rem;
  width: 33.3%;
}
.p-company .p-company-vision__item:last-of-type {
  border-right: none;
}
.p-company .p-company-vision__item-icon {
  height: 132px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 133px;
}
.p-company .p-company-vision__item-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-company .p-company-vision__item-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 5rem;
  text-align: center;
}
.p-company .p-company-vision__item-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  margin-top: 1.5rem;
}
.p-company .p-company-about {
  padding-bottom: 8.5rem;
  padding-top: 10rem;
}
.p-company .p-company-about__info {
  margin-top: 3.5rem;
}
.p-company .p-company-about__data {
  display: flex;
}
.p-company .p-company-about__data dt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  padding-bottom: 1rem;
  padding-top: 2rem;
  position: relative;
  width: 143px;
}
.p-company .p-company-about__data dt:after {
  background: #008ce0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-company .p-company-about__data dd {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-top: 2rem;
  position: relative;
}
.p-company .p-company-about__data dd:after {
  background: #d9d9d9;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-company .p-company-about__data dd p {
  padding-left: 1em;
  text-indent: -1em;
}
.p-company .p-company-about__data dd a {
  transition: opacity 0.4s;
}
.p-company .p-company-about__data dd a span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.p-company .p-company-about__data dd a:hover {
  opacity: 0.6;
}
.p-company .p-company-about__data:last-of-type dt:after {
  content: none;
}
.p-company .p-company-about__data:last-of-type dd:after {
  content: none;
}
.p-company .p-company-map {
  padding-bottom: 9rem;
  width: 100%;
}
.p-company .p-company-map iframe {
  aspect-ratio: 1600/419;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-contact__content {
  display: flex;
  -moz-column-gap: 8.5rem;
  column-gap: 8.5rem;
  padding-bottom: 5rem;
}
.p-contact__content .p-company-heading {
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact__content .p-company-heading:after {
  width: 100%;
}
.p-contact__left {
  width: 34%;
}
.p-contact .p-contact-body__copy {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 2.5rem;
}
.p-contact .p-contact-body__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 2rem;
}
.p-contact .p-contact-body__documents {
  grid-row-gap: 2rem;
  row-gap: 2rem;
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}
.p-contact .p-contact__right {
  flex: 1;
  padding-top: 3rem;
}
.p-contact .p-contact-right__fukidashi {
  background-color: #1864be;
  color: #fff;
  margin-bottom: 1rem;
  padding: 2.5rem 1rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-contact .p-contact-right__fukidashi:after {
  background-color: #1864be;
  bottom: -20px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}
.p-contact .p-contact-right__form {
  padding: 3.2rem 0;
}
.p-contact .p-contact-index {
  background-color: #f5f5f5;
  padding-bottom: 8rem;
  padding-top: 6rem;
}
.p-contact .p-contact-index__ttl {
  border-bottom: 2px solid #1864be;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 2rem;
}
.p-contact .p-contact-index__pages {
  margin-top: 3.5rem;
}
.p-contact .p-contact-index__page {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
}
.p-contact .p-contact-index__pages-wrap + .p-contact-index__pages-wrap {
  margin-top: 4rem;
}
.p-contact .p-contact-index__pages-cate {
  font-size: 1.8rem;
  font-weight: 400;
}
.p-contact .p-contact-index__pages-detail {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.5rem;
  column-gap: 3.5rem;
  margin-top: 1rem;
}
.p-contact .p-contact-index__pages-detail-item {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.p-contact .p-contact-index__pages-detail-item:before {
  background-image: url(../images/contact/icon_circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 15px;
  width: 15px;
}
.p-contact .p-contact__form-item dl {
  align-items: center;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-contact .p-contact__form-item.--textarea dl {
  align-items: flex-start;
}
.p-contact .p-contact__form-item + .p-contact__form-item {
  margin-top: 3.5rem;
}
.p-contact .p-contact__form-label {
  width: 230px;
}
.p-contact .p-contact__form-label-text {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: space-between;
}
.p-contact .p-contact__form-label-text span.nessesary {
  background-color: #ff8426;
  color: #fff;
  display: block;
  flex-shrink: 0;
  font-size: 1.4rem;
  padding: 0.3rem 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact .p-contact__form-label-text span.optional {
  background-color: #f5f5f5;
  color: #333333;
  display: block;
  flex-shrink: 0;
  font-size: 1.4rem;
  padding: 0.3rem 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact .p-contact__form-select {
  position: relative;
}
.p-contact .p-contact__form-select:after {
  aspect-ratio: 1;
  background-image: url(../images/common/arrow-box.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: max(21px, min(2.3vw, 30px));
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: max(21px, min(2.3vw, 30px));
}
.p-contact .p-contact__form-input {
  flex: 1;
}
.p-contact .p-contact__form-input p:not(.p-contact__form-textarea-count) {
  border: 1px solid #cdd6dd;
}
.p-contact .p-contact__form-input.--radio {
  border: none;
}
.p-contact .p-contact__form-input.--radio .wpcf7-list-item-label {
  color: #333333;
  font-size: 1.9rem;
  font-weight: 400;
  margin-top: 0;
}
.p-contact .p-contact__form-input.--radio .wpcf7-list-item-label:before {
  border-radius: 50%;
}
.p-contact .p-contact__form-input.--radio input[type=radio] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.p-contact .p-contact__form-input.--radio .wpcf7-list-item.first {
  margin-left: 0;
}
.p-contact .p-contact__form-input.--radio span.wpcf7-list-item-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}
.p-contact .p-contact__form-input.--radio span.wpcf7-list-item-label::before {
  border: 1px solid #707070;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}
.p-contact .p-contact__form-input.--radio span.wpcf7-list-item-label::after {
  background-color: #1864be;
  border-radius: 50%;
  content: "";
  display: block;
  display: none;
  height: 12px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.p-contact .p-contact__form-input.--radio input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
.p-contact .p-contact__form-input-radio {
  display: block;
  height: 100%;
}
.p-contact .p-contact__form-input-text {
  font-size: 1.8rem;
  font-weight: 400;
}
.p-contact .p-contact__form-notice {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1rem;
  padding-left: 1em;
  text-align: right;
  text-indent: -1em;
}
.p-contact .p-contact__mark-nessessary {
  background-color: #008ce0;
  border-radius: 31px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 1rem;
  padding: 4px 1rem;
}
.p-contact .p-contact__mark-optional {
  border: 2px solid #1864be;
  border-radius: 31px;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 1rem;
  padding: 4px 1rem;
}
.p-contact .policy-confirm {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  width: 90%;
}
.p-contact .wpcf7-form-control-wrap {
  display: block;
}
.p-contact .p-contact__form-agree_policy {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.p-contact .wpcf7-list-item-label {
  color: #707f89;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 2rem;
}
.p-contact .p-contact__form-button-wrap {
  align-items: center;
  border: 2px solid #ff8426;
  border-radius: 45px;
  cursor: pointer;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  min-width: 200px;
  position: relative;
  transition: opacity 0.4s;
  width: 386px;
}
.p-contact .p-contact__form-button-wrap:after {
  background-image: url(../images/common/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.p-contact .p-contact__form-button-wrap:hover {
  opacity: 0.7;
}
.p-contact .p-contact__form-button {
  color: #333333;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  transition: opacity 0.4s;
  width: 100%;
}
.p-contact .p-contact__form-button:hover {
  opacity: 0.7;
}
.p-contact .wpcf7-spinner {
  display: none;
}
.p-contact .wpcf7-not-valid-tip {
  bottom: 0;
  left: 0;
  position: absolute;
}
.p-contact .wpcf7-form-control-wrap[data-name=agree] {
  text-align: center;
}
.p-contact .wpcf7-form-control-wrap[data-name=agree] .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.p-contact .wpcf7-form-control-wrap[data-name=agree] .wpcf7-list-item-label::before {
  border: 1px solid #707070;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 15px;
}
.p-contact .wpcf7-form-control-wrap[data-name=agree] .wpcf7-list-item-label::after {
  border-bottom: 2px solid #1864be;
  border-left: 2px solid #1864be;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 47%;
  transform: rotate(-45deg) translateY(-50%);
  width: 11px;
}
.p-contact .p-contact__form-accept:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact .p-contact__form-accept:checked + .wpcf7-list-item-label::before {
  border: 1px solid #1864be;
}
.p-contact .wpcf7-response-output {
  display: none;
}

.p-contact.p-confirm .p-contact__form-input p:not(.p-contact__form-textarea-count) {
  border: none;
}

.p-contact__form-button.p-contact__form-button-submit.p-contact__form-button-wrap {
  background-color: #ff8426;
  color: #fff;
  display: block;
  margin-bottom: 2rem;
  width: 384px;
}

.p-contact__form-button-wrap.--prev {
  margin-top: 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-policy {
  padding-bottom: 14rem;
}
.p-policy__content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.5rem;
  width: 83.5%;
}
.p-policy__content-ttl {
  color: #008ce0;
  font-size: 3.6rem;
  font-weight: 700;
}
.p-policy__content-ttl:nth-of-type(2) {
  margin-top: 7.5rem;
}
.p-policy__content-text-wrap {
  margin-top: 2rem;
}
.p-policy__content-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
.p-policy__content-text + .p-policy__content-text {
  margin-top: 1.5em;
}
.p-policy__content-text-indent {
  margin-bottom: 2em;
  margin-top: 2em;
  padding-left: 1em;
}
.p-policy__content-text-indent .p-policy__content-text {
  padding-left: 1em;
  text-indent: -1em;
}
.p-policy__content-text-indent .p-policy__content-text + .p-policy__content-text {
  margin-top: 0;
}
.p-policy__content-link {
  -webkit-text-decoration: underline;
  align-items: center;
  display: flex;
  text-decoration: underline;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
.p-policy__content-link:before {
  background-image: url(../images/common/ico_link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 19px;
  width: 19px;
}
.p-policy__content-link.--01, .p-policy__content-link.--03 {
  margin-top: 2em;
}
.p-policy__content-link.--02 {
  margin-bottom: 2em;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-service .p-service-mv {
  height: 546px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-service .p-service-mv__inner {
  -moz-column-gap: 3rem;
  align-items: center;
  column-gap: 3rem;
  display: flex;
  height: 100%;
  position: relative;
}
.p-service .p-service-mv__inner:after {
  background-image: url(../images/service/service-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  margin: 0 auto;
  max-width: 1400px;
  max-width: var(--content_width);
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-service .p-service-mv__head-bg {
  align-items: center;
  background: linear-gradient(to bottom, #00318c, #0c95fe);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 330px;
  justify-content: center;
  margin-left: -7rem;
  width: 422px;
}
.p-service .p-service-mv__head {
  border-bottom: 4px solid #fff;
  padding-bottom: 3rem;
}
.p-service .p-service-mv__ttl {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
}
.p-service .p-service-mv__en {
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  margin-top: 1rem;
  text-transform: uppercase;
}
.p-service .p-service-mv__copy-large {
  color: #fff;
  font-size: 5.2rem;
  font-weight: 900;
  line-height: 1.3653846154;
}
.p-service .p-service-mv__copy-small {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 3rem;
}
.p-service .p-service-support {
  padding-bottom: 5rem;
  padding-top: 6rem;
}
.p-service .p-service-support__catch {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.p-service .p-service-support__text {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 3rem;
  text-align: center;
}
.p-service .p-service-support__flow {
  margin-top: 5rem;
}
.p-service .p-service-support__img {
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
.p-service .p-service-support__img img {
  height: 100%;
  width: 100%;
}
.p-service .p-service-support__flow-text {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-top: 5rem;
  text-align: center;
}
.p-service .p-service-support__arrow {
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  width: 45px;
}
.p-service .p-service-support__company {
  align-items: center;
  border: 7px solid #008ce0;
  border-radius: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  min-width: 600px;
  padding-bottom: 3rem;
  padding-top: 2.5rem;
  transition: opacity 0.4s;
  width: 49%;
}
.p-service .p-service-support__company:hover {
  opacity: 0.7;
}
.p-service .p-service-support__company:hover .p-service-support__company-title:after {
  width: 100%;
}
.p-service .p-service-support__company-title {
  color: #008ce0;
  font-size: 3.2rem;
  font-weight: 900;
  position: relative;
}
.p-service .p-service-support__company-title span {
  font-size: 2.4rem;
  font-weight: 700;
}
.p-service .p-service-support__company-title:after {
  background-color: #008ce0;
  bottom: 5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 0px;
}
.p-service .p-service-support__company-text {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.p-service .p-service-menu {
  background-color: #f5f5f5;
  padding-bottom: 7.5rem;
  padding-top: 7rem;
}
.p-service .p-service-menu__items {
  display: grid;
  grid-column-gap: 6.5rem;
  -moz-column-gap: 6.5rem;
  column-gap: 6.5rem;
  grid-row-gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  margin-left: auto;
  margin-right: auto;
  row-gap: 2rem;
  width: 84%;
}
.p-service .p-service-menu__link {
  display: block;
}
.p-service .p-service-menu__link:hover {
  opacity: 0.8;
}
.p-service .p-service-menu__link:hover__img img {
  transform: scale(1.05);
}
.p-service .p-service-menu__link:hover__title:after {
  right: 8px;
}
.p-service .p-service-menu__img {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-service .p-service-menu__img img {
  aspect-ratio: 230/189;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s;
}
.p-service .p-service-menu__icon {
  aspect-ratio: 1/1;
  display: block;
  height: 91px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  position: relative;
  width: 91px;
  z-index: 2;
}
.p-service .p-service-menu__title {
  color: #008ce0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2.5rem;
  padding-right: 1rem;
  position: relative;
}
.p-service .p-service-content {
  padding-top: 6.5rem;
}
.p-service .p-service-content .p-service-item {
  padding-bottom: 13rem;
  padding-top: 9rem;
}
.p-service .p-service-content .p-service-item__title {
  font-size: 5rem;
  font-weight: 700;
  padding-bottom: 2.5rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-service .p-service-content .p-service-item__title:after {
  background-color: #008ce0;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-service .p-service-content .p-service-item__title span {
  color: #008ce0;
}
.p-service .p-service-content .p-service-item__catch {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  font-size: 3.6rem;
  font-weight: 700;
  height: 500px;
  justify-content: center;
  line-height: 1.3333333333;
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%;
}
.p-service .p-service-content .p-service-item__img {
  margin-top: 4rem;
  width: 100%;
}
.p-service .p-service-content .p-service-item__img img {
  aspect-ratio: 305/112;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-service .p-service-content .p-service-item__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 6.5rem;
  width: 86.5%;
  grid-column-gap: 4.5rem;
  -moz-column-gap: 4.5rem;
  column-gap: 4.5rem;
  grid-row-gap: 6.5rem;
  margin-left: auto;
  margin-right: auto;
  row-gap: 6.5rem;
}
.p-service .p-service-content .p-service-item__item-heading {
  align-items: center;
  display: flex;
}
.p-service .p-service-content .p-service-item__item-num {
  display: block;
  flex-shrink: 0;
  height: 77px;
  width: 52px;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-service .p-service-content .p-service-item__item-title {
  font-size: 3rem;
  font-weight: 700;
  margin-left: 2rem;
}
.p-service .p-service-content .p-service-item__item-title span {
  font-size: 2.4rem;
}
.p-service .p-service-content .p-service-item__item-title.--color {
  color: #ff8426;
}
.p-service .p-service-content .p-service-item__item-content {
  display: flex;
  margin-top: 3.5rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  padding-left: 1rem;
}
.p-service .p-service-content .p-service-item__item-img {
  flex-shrink: 0;
  height: 226px;
  width: 216px;
}
.p-service .p-service-content .p-service-item__item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-service .p-service-content .p-service-item__item-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
.p-service .p-service-content .p-service-item__item-text span {
  color: #ff8426;
}
.p-service .p-service-content .p-service-item.--01 {
  padding-top: 0;
}
.p-service .p-service-content .p-service-item.--01 .p-service-item__catch {
  background-image: url(../images/service/service-item-bg01.webp);
}
.p-service .p-service-content .p-service-item.--02 .p-service-item__catch {
  background-image: url(../images/service/service-item-bg02.webp);
}
.p-service .p-service-content .p-service-item.--03 .p-service-item__catch {
  background-image: url(../images/service/service-item-bg03.webp);
}
.p-service .p-service-content .p-service-item.--04 .p-service-item__catch {
  background-image: url(../images/service/service-item-bg04.webp);
}
.p-service .p-service-content .p-service-item.--02,
.p-service .p-service-content .p-service-item.--04 {
  position: relative;
}
.p-service .p-service-content .p-service-item.--02:after,
.p-service .p-service-content .p-service-item.--04:after {
  background-color: #f5f5f5;
  content: "";
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.p-service .p-service-message {
  padding-bottom: 8rem;
  padding-top: 8.8rem;
}
.p-service .p-service-message__large {
  font-size: 6.3rem;
  font-weight: 900;
  line-height: 1.4603174603;
  text-align: center;
}
.p-service .p-service-message__small {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-top: 3.5rem;
  text-align: center;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-sitemap {
  padding-bottom: 12rem;
}
.p-sitemap__content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8.5rem;
  width: 83.5%;
}
.p-sitemap__item {
  border: 1px solid #e1e1e1;
  border-radius: 45px;
  overflow: hidden;
}
.p-sitemap__link {
  align-items: center;
  display: flex;
  font-size: max(1.7rem, min(1.5vw, 2rem));
  font-weight: 700;
  height: 100%;
  justify-content: center;
  padding: 3rem 2rem;
  text-align: center;
  transition: opacity 0.4s, background-color 0.4s;
  width: 100%;
}
.p-sitemap__link:hover {
  background-color: #1864be;
  color: #fff;
}
.p-sitemap__link:hover {
  opacity: 0.8;
}
.p-sitemap__items {
  display: grid;
  grid-row-gap: 1rem;
  row-gap: 1rem;
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-thanks .p-thanks-body {
  padding-bottom: 7rem;
  padding-top: 7rem;
}
.p-thanks__title {
  color: #008ce0;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.p-thanks__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 5rem;
  text-align: center;
}
.p-thanks__button {
  align-items: center;
  border: 2px solid #ff8426;
  border-radius: 40px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 400px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-top .p-top-mv {
  height: calc(100vh - 163px);
  position: relative;
  width: 100%;
}
.p-top .p-top-mv__inner {
  height: 100%;
}
.p-top .p-top-mv__heading {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 8.5rem;
  padding-top: 8rem;
  position: absolute;
  right: 5%;
  top: 0;
}
.p-top .p-top-mv__ttl-sub {
  font-size: max(1.8rem, min(2vw, 2.4rem));
  font-weight: 900;
  line-height: 1.8333333333;
}
.p-top .p-top-mv__ttl {
  color: #008ce0;
  font-size: max(80px, min(3vw, 50px));
  font-weight: 900;
  line-height: 1.4320987654;
  margin-top: 3rem;
}
.p-top .p-top-mv__img {
  aspect-ratio: 1600/837;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-top .p-top-mv__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.p-top__sp {
  position: relative;
}
.p-top .p-top-mv__contact {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-left: auto;
  margin-right: 5rem;
  margin-top: auto;
  transition: opacity 0.4s;
  z-index: 10;
}
.p-top .p-top-mv__contact:before {
  background-color: #ff8426;
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.p-top .p-top-mv__contact:after {
  background-image: url(../images/top/rec-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 35px;
  width: 35px;
}
.p-top .p-top-mv__contact:hover {
  opacity: 0.7;
}
.p-top .p-top-mv__contact.u-md_none {
  display: flex;
}
.p-top .p-top-mv__contact.u-pc_none {
  display: none;
}
.p-top .p-top-solution {
  padding-bottom: 11.8rem;
  padding-top: 7rem;
}
.p-top .p-top-solution__block {
  align-items: flex-start;
  display: flex;
  max-width: 1120px;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.p-top .p-top-solution__img {
  width: 25%;
}
.p-top .p-top-solution__right {
  flex: 1;
}
.p-top .p-top-solution__heading-ttl {
  margin-top: 4rem;
}
.p-top .p-top-solution__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8888888889;
  margin-top: 5.5rem;
}
.p-top .p-top-service__img {
  width: 100%;
}
.p-top .p-top-service__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 1366/428;
  object-fit: cover;
}
.p-top .p-top-service__block {
  background-color: #f5f5f5;
  border-radius: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
  margin-top: -10rem;
  padding: 7.5rem 5.5rem 10.5rem;
  position: relative;
  width: 94.5%;
  z-index: 2;
}
.p-top .p-top-service__tag {
  margin-left: auto;
  margin-right: auto;
}
.p-top .p-top-service__heading-ttl {
  text-align: center;
}
.p-top .p-top-service__items {
  row-gap: 3rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  display: flex;
  justify-content: center;
  margin-top: 8.5rem;
}
.p-top .p-top-service__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-top .p-top-service__item-img {
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  width: 102px;
}
.p-top .p-top-service__item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-top .p-top-service__item-ttl {
  color: #008ce0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2rem;
  text-align: center;
}
.p-top .p-top-service__item-list {
  margin-top: 2rem;
}
.p-top .p-top-service__item-list-item {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 2rem;
  position: relative;
}
.p-top .p-top-service__item-list-item:before {
  background-image: url(../images/top/top-item-circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 17px;
}
.p-top .p-top-service__item-list-item + .p-top-service__item-list-item {
  margin-top: 1.5rem;
}
.p-top .p-top-service__item-link {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ff8426;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
  -moz-column-gap: 0.7rem;
  column-gap: 0.7rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.3rem;
  padding-top: 1.3rem;
  transition: color 0.4s;
  width: 175px;
}
.p-top .p-top-service__item-link:before {
  background-image: url(../images/common/arrow-right-orange.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 9px;
  transition: transform 0.4s;
  width: 9px;
}
.p-top .p-top-service__item-link:hover {
  color: #ff8426;
}
.p-top .p-top-service__item-link:hover:before {
  transform: translateX(5px);
}
.p-top .p-top-about {
  margin-top: 16.5rem;
}
.p-top .p-top-about__wrap {
  border-radius: 10px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 94.5%;
  -moz-column-gap: 5.5rem;
  align-items: center;
  column-gap: 5.5rem;
  padding: 7.5rem 6.5rem 7.8rem;
  position: relative;
}
.p-top .p-top-about__wrap:before {
  background: linear-gradient(to bottom right, #00318c, #0c95fe);
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-top .p-top-about__block {
  width: 50%;
}
.p-top .p-top-about__tag.c-title-tag {
  border: 1px solid #fff;
  color: #fff;
}
.p-top .p-top-about__lead {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.65;
  margin-bottom: 6.5rem;
  margin-top: 2rem;
}
.p-top .p-top-about__item {
  color: #fff;
}
.p-top .p-top-about__item + .p-top-about__item {
  margin-top: 3rem;
}
.p-top .p-top-about__item-title {
  font-size: 3rem;
  font-weight: 700;
}
.p-top .p-top-about__item-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: 2rem;
}
.p-top .p-top-about__item-link {
  align-items: center;
  border: 1px solid #ff8426;
  border-radius: 27px;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  -moz-column-gap: 0.7rem;
  column-gap: 0.7rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  transition: color 0.4s;
  width: 175px;
}
.p-top .p-top-about__item-link:before {
  background-image: url(../images/common/arrow-right-orange.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 9px;
  transition: transform 0.4s;
  width: 9px;
}
.p-top .p-top-about__item-link:hover {
  color: #ff8426;
}
.p-top .p-top-about__item-link:hover:before {
  transform: translateX(5px);
}
.p-top .p-top-about__imgs {
  margin-top: 3.5rem;
  position: relative;
}
.p-top .p-top-about__img-block {
  align-items: center;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-top .p-top-about__img {
  display: block;
}
.p-top .p-top-about__img.--01 {
  aspect-ratio: 432/345;
  position: absolute;
  right: -200px;
  top: -200px;
  width: 432px;
}
.p-top .p-top-about__img.--02 {
  aspect-ratio: 435/624;
  width: 435px;
}
.p-top .p-top-about__img.--03 {
  aspect-ratio: 345/232;
  bottom: -100px;
  position: absolute;
  right: -200px;
  width: 345px;
}
.p-top .p-top-news {
  padding-bottom: 8.5rem;
  padding-top: 14rem;
}
.p-top .p-top-news__wrap {
  margin-left: auto;
  margin-right: auto;
  width: 83.5%;
}
.p-top .p-top-news__block {
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-top .p-top-news__heading {
  flex: 1;
}
.p-top .p-top-news__link {
  align-items: center;
  border: 1px solid #ff8426;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  -moz-column-gap: 0.7rem;
  column-gap: 0.7rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 175px;
}
.p-top .p-top-news__link:before {
  background-image: url(../images/common/arrow-right-orange.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 9px;
  width: 9px;
}
.p-top .p-top-news__link.u-md_none {
  display: flex;
}
.p-top .p-top-news__link.u-pc_none {
  display: none;
}
.p-top .p-top-news__items {
  width: 70%;
}
.p-top .p-top-news__item {
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-top .p-top-news__item + .p-top-news__item {
  margin-top: 4.5rem;
  margin-top: 3rem;
}
.p-top .p-top-news__item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-top .p-top-news__item-img {
  width: 216px;
}
.p-top .p-top-news__item-img img {
  aspect-ratio: 216/143;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top .p-top-news__item-date {
  font-size: 2.4rem;
  font-weight: 700;
}
.p-top .p-top-news__item-text {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
  overflow: hidden;
}
.p-top .p-top-news__item-link {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration: underline;
  margin-top: 1rem;
  text-decoration: underline;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.u-db {
  display: block;
}

.u-dn {
  display: none;
}

.u-disp__less1023 {
  display: none;
}

.u-mask--c-black {
  filter: brightness(0);
}

.u-mask--c-white {
  filter: brightness(0) invert(1);
}

.u-con--md {
  margin: 0 auto;
  max-width: 1400px;
  max-width: var(--content_width);
  padding-left: 2rem;
  padding-right: 2rem;
}

.u-con--lg {
  margin: 0 auto;
  max-width: 90%;
}

.u-c-white {
  color: #fff;
}

.u-c--b-white {
  color: #fff;
}

.u-z-1 {
  z-index: -1;
}

.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z10 {
  z-index: 10;
}

.u-z50 {
  z-index: 50;
}

.u-z100 {
  z-index: 100;
}

.u-z999 {
  z-index: 999;
}

.u-md_none {
  display: block;
}

.u-lg_none {
  display: block;
}

.u-lg_show {
  display: none;
}

.u-pc_none {
  display: none;
}

@media only screen and (max-width: 1600px){
  .p-service .p-service-mv__head-bg {
    margin-left: 0;
  }
}

@media screen and (max-width: 1380px){
  html {
    font-size: 75.5%;
  }
  .l-cta .l-cta__btn {
    align-items: center;
    flex-direction: column;
    row-gap: 3.2rem;
  }
  .l-footer__logo-link {
    width: 20rem;
  }
  .l-footer__logo-text {
    font-size: 1.4rem;
  }
  .l-footer__menu-link {
    font-size: 1.3rem;
  }
  .l-header__item {
    font-size: max(14px, min(1vw, 16px));
  }
  .l-header__item.--contact {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .l-header__item.--contact .l-header__link:before {
    height: 20px;
    width: 20px;
  }
  .l-header__link {
    font-size: 1.2rem;
  }
  .p-company__wrap {
    width: 100%;
  }
  .p-contact__content {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .p-contact .p-contact__form-label {
    width: 200px;
  }
  .p-policy__content {
    width: 100%;
  }
  .p-service .p-service-mv {
    height: auto;
    padding-top: 5rem;
  }
  .p-service .p-service-mv__inner {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 4rem;
    row-gap: 4rem;
  }
  .p-service .p-service-mv__head-bg {
    margin-top: -3rem;
  }
  .p-service .p-service-mv__head {
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-service .p-service-menu__items {
    width: 100%;
  }
  .p-service .p-service-content .p-service-item__items {
    width: 100%;
  }
  .p-service .p-service-content .p-service-item__item-content {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .p-service .p-service-content .p-service-item__item-img {
    height: 120px;
    width: 130px;
  }
  .p-service .p-service-message__large {
    font-size: 5.5rem;
  }
  .p-sitemap__content {
    width: 100%;
  }
  .p-top .p-top-mv__ttl {
    font-size: 5rem;
  }
  .p-top .p-top-mv__contact {
    margin-top: 10rem;
  }
  .p-top .p-top-solution__block {
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  .p-top .p-top-service__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
}

@media only screen and (max-width: 1100px){
  .l-footer__inner {
    justify-content: center;
  }
  .l-footer__menu {
    display: none;
  }
}

@media not all and (max-width: 1000px){
  .l-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .u-st {
    display: none !important;
  }
}

@media only screen and (max-width: 1000px){
  .u-lg_none {
    display: none;
  }
  .u-lg_show {
    display: block;
  }
}

@media screen and (max-width: 1000px){
  :root {
    --content_width: 750px;
    --content-both_space: 15px;
    --header_height: 90px;
  }
  html {
    font-size: 53%;
  }
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] {
    padding: 10px;
  }
  textarea {
    height: 170px;
  }
  input[type=radio] + .mwform-radio-field-text {
    margin: 0;
    padding: 10px 5px 12px 23px;
  }
  input[type=radio] + .mwform-radio-field-text::before {
    height: 15px;
    width: 15px;
  }
  input[type=radio] + .mwform-radio-field-text::after {
    content: "";
    height: 9px;
    left: 3px;
    width: 9px;
  }
  input[type=checkbox] + label {
    padding-left: 30px;
  }
  .l-header {
    padding-bottom: 0;
    padding-top: 0;
    position: sticky;
  }
  .l-header__inner {
    border-bottom: none;
  }
  .l-header__items {
    -moz-column-gap: 0.7em;
    column-gap: 0.7em;
  }
  .l-header__item {
    display: none;
  }
  .l-header__item.--contact {
    display: none;
  }
  .l-drawer__hamburger {
    display: block;
  }
  .l-hamburger {
    display: block;
  }
  .l-hamburger:before {
    height: 4rem;
    width: 4rem;
  }
  .l-main--404 .l-main__inner, .l-main--error .l-main__inner {
    padding: 80px 15px;
  }
  .l-main--404 .c-btn, .l-main--error .c-btn {
    margin-top: 30px;
  }
  .p-contact__content {
    flex-direction: column;
    row-gap: 5rem;
  }
  .p-contact__left {
    width: 100%;
  }
  .p-contact .p-contact__right {
    padding-top: 0;
    width: 100%;
  }
  .p-contact .p-contact__form-button-wrap {
    width: 334px;
  }
  .p-contact__form-button.p-contact__form-button-submit.p-contact__form-button-wrap {
    width: 334px;
  }
  .p-service .p-service-mv__head-bg {
    height: auto;
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .p-service .p-service-support__img {
    width: 100%;
  }
  .p-service .p-service-content .p-service-item__items {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .p-sitemap__content {
    margin-top: 5rem;
  }
  .p-sitemap__link {
    font-size: 1.6rem;
  }
  .p-sitemap__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top .p-top-mv__heading {
    justify-content: center;
  }
  .p-top .p-top-mv__img img {
    -o-object-position: left;
    object-position: left;
  }
  .p-top .p-top-solution__img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
  }
  .p-top .p-top-service__item-list-item:before {
    top: 3px;
  }
  .p-top .p-top-news__wrap {
    width: 100%;
  }
  .u-pc {
    display: none;
  }
  .u-disp__less1023 {
    display: block !important;
  }
}

@media screen and (max-width: 767px){
  .pc-only-inline {
    display: none;
  }
  .sp-only-inline {
    display: inline;
  }
}

@media only screen and (max-width: 667px){
  .select-parts select {
    font-size: 1.6rem;
  }
}

@media not all and (max-width: 666px){
  a[href^="tel:"] {
    pointer-events: none;
  }
  .u-pt {
    display: none !important;
  }
}

@media only screen and (max-width: 666px){
  .u-md_none {
    display: none;
  }
  .u-pc_none {
    display: block;
  }
}

@media screen and (max-width: 666px){
  :root {
    --header_height: 90px;
  }
  html {
    font-size: 62.5%;
  }
  .l-cta {
    background: linear-gradient(45deg, #fed524, #f95a57);
    margin-bottom: 0;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }
  .l-cta .l-cta__block {
    background: none;
    background-color: #fff;
    border-radius: 8px;
    padding: 3rem 2rem;
  }
  .l-cta .l-cta__block:hover {
    background: #fff;
    opacity: 1;
  }
  .l-cta .l-cta__block-inner {
    padding: 0;
  }
  .l-cta__title {
    font-size: 2rem;
  }
  .l-cta__messe {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .l-cta .l-cta__body {
    width: 100%;
  }
  .l-cta .l-cta__btn {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    max-width: 375px;
    row-gap: 3.2rem;
  }
  .l-cta .l-cta__tell {
    font-size: 2.7rem;
  }
  .l-cta .l-cta__tell span {
    font-size: 1.5rem;
  }
  .l-cta .c-btn__link {
    font-size: 1.5rem;
    justify-content: center;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    width: 100%;
  }
  .l-cta .c-btn__link.u-md_none {
    display: none;
  }
  .l-cta .c-btn__link.u-pc_none {
    display: flex;
  }
  .l-footer {
    border-top: none;
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
  .l-footer__logo {
    display: none;
  }
  .l-footer__menu {
    display: none;
  }
  .l-header {
    height: 70px;
  }
  .l-header__item.--contact .l-header__link:before {
    margin-right: 5px;
  }
  .l-hamburger:before {
    height: 4rem;
    width: 4rem;
  }
  .l-main--404 h1, .l-main--error h1 {
    width: 80%;
  }
  .l-main--404 .error-text, .l-main--error .error-text {
    font-size: 1.5rem;
  }
  .l-main--404 .error-link, .l-main--error .error-link {
    font-size: 1.5rem;
  }
  .c-company-heading {
    flex-direction: column-reverse;
    row-gap: 1rem;
  }
  .c-company-title {
    font-size: 2.4rem;
    text-align: center;
  }
  .c-company-title-en {
    text-align: center;
  }
  .c-heading {
    padding-bottom: 1.5rem;
    padding-top: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-heading__ttl {
    font-size: 2rem;
  }
  .c-heading__ttl-en {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
  .c-heading:after {
    width: 100%;
  }
  .c-top-heading {
    font-size: 2rem;
    line-height: 1.7;
  }
  .p-company .p-company-message {
    padding-top: 4rem;
  }
  .p-company .p-company-message__wrap {
    flex-direction: column;
    margin-top: 3rem;
  }
  .p-company .p-company-message__img {
    width: 100%;
  }
  .p-company .p-company-message__img img {
    aspect-ratio: 302/213;
  }
  .p-company .p-company-message__message {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-company .p-company-message__head-name {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
  .p-company .p-company-vision {
    padding-top: 8rem;
  }
  .p-company .p-company-vision__items {
    align-items: center;
    flex-direction: column;
    row-gap: 5rem;
  }
  .p-company .p-company-vision__item {
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .p-company .p-company-vision__item-title {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 2rem;
  }
  .p-company .p-company-vision__item-text {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 2rem;
  }
  .p-company .p-company-about {
    padding-top: 5rem;
  }
  .p-company .p-company-about__info {
    margin-top: 3rem;
  }
  .p-company .p-company-about__data {
    flex-direction: column;
  }
  .p-company .p-company-about__data dt {
    padding-bottom: 0.5rem;
    padding-top: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-company .p-company-about__data dd {
    line-height: 1.6;
    padding-bottom: 1.5rem;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .p-company .p-company-about__data dd:after {
    content: none;
  }
  .p-company .p-company-map {
    padding-bottom: 3rem;
  }
  .p-company .p-company-map iframe {
    aspect-ratio: 375/419;
  }
  .p-contact .p-contact-body__copy {
    font-size: 2rem;
    margin-top: 3rem;
  }
  .p-contact .p-contact-body__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .p-contact .p-contact-body__documents {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .p-contact .p-contact-right__fukidashi {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .p-contact .p-contact-right__form {
    padding: 2.5rem 0;
  }
  .p-contact .p-contact-index {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .p-contact .p-contact-index__ttl {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
  .p-contact .p-contact-index__pages {
    margin-top: 2rem;
  }
  .p-contact .p-contact-index__page {
    font-size: 1.5rem;
  }
  .p-contact .p-contact-index__pages-detail-item {
    font-size: 1.6rem;
  }
  .p-contact .p-contact__form-item dl {
    align-items: flex-start;
    flex-direction: column;
  }
  .p-contact .p-contact__form-item + .p-contact__form-item {
    margin-top: 2rem;
  }
  .p-contact .p-contact__form-label {
    width: 100%;
  }
  .p-contact .p-contact__form-label-text {
    margin-bottom: 1rem;
  }
  .p-contact .p-contact__form-input {
    width: 100%;
  }
  .p-contact .p-contact__form-input.--radio {
    width: 100%;
  }
  .p-contact .p-contact__form-input-text {
    font-size: 1.6rem;
  }
  .p-contact .p-contact__form-notice {
    font-size: 1.4rem;
    text-align: left;
  }
  .p-contact .policy-confirm {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .p-contact .wpcf7-list-item-label {
    font-size: 1.5rem;
  }
  .p-contact .p-contact__form-button-wrap {
    width: 90%;
  }
  .p-contact .p-contact__form-button {
    font-size: 1.6rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .p-contact .wpcf7-form-control-wrap[data-name=agree] .wpcf7-list-item-label {
    text-align: left;
  }
  .p-contact__form-button.p-contact__form-button-submit.p-contact__form-button-wrap {
    width: 90%;
  }
  .p-policy {
    padding-bottom: 5rem;
  }
  .p-policy__content {
    margin-top: 3rem;
  }
  .p-policy__content-ttl {
    font-size: 1.6rem;
  }
  .p-policy__content-ttl:nth-of-type(2) {
    margin-top: 5rem;
  }
  .p-policy__content-text {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
  }
  .p-policy__content-text-indent {
    padding-left: 0;
  }
  .p-policy__content-link {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
  }
  .p-service .p-service-mv__inner {
    row-gap: 2rem;
  }
  .p-service .p-service-mv__head-bg {
    height: auto;
    padding-bottom: 3rem;
    padding-top: 3rem;
    width: 40%;
  }
  .p-service .p-service-mv__ttl {
    font-size: 2rem;
  }
  .p-service .p-service-mv__en {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .p-service .p-service-mv__copy-large {
    font-size: 1.8rem;
  }
  .p-service .p-service-mv__copy-small {
    display: none;
  }
  .p-service .p-service-support {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .p-service .p-service-support__catch {
    font-size: 2rem;
    line-height: 1.8;
  }
  .p-service .p-service-support__text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 4rem;
  }
  .p-service .p-service-support__flow {
    margin-top: 0;
    width: 45%;
  }
  .p-service .p-service-support__img {
    margin-left: 0;
    margin-right: 0;
  }
  .p-service .p-service-support__flow-text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 4rem;
    margin-top: 3rem;
    text-align: left;
  }
  .p-service .p-service-support__arrow {
    margin-top: 0;
    width: 24px;
  }
  .p-service .p-service-support__company {
    border: 3px solid #008ce0;
    border-radius: 8px;
    flex: 1;
    margin-top: 0;
    min-width: 0;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
    width: auto;
  }
  .p-service .p-service-support__company-title {
    font-size: 1.5rem;
    text-align: center;
  }
  .p-service .p-service-support__company-title span {
    display: block;
    font-size: 1rem;
  }
  .p-service .p-service-support__company-text {
    font-size: 1.4rem;
  }
  .p-service .p-service-support__sp-wrap {
    align-items: center;
    display: flex;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-top: 4rem;
  }
  .p-service .p-service-menu {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .p-service .p-service-menu__items {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-service .p-service-menu__icon {
    height: 50px;
    width: 50px;
  }
  .p-service .p-service-menu__title {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .p-service .p-service-content {
    padding-top: 0;
  }
  .p-service .p-service-content .p-service-item {
    cursor: pointer;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .p-service .p-service-content .p-service-item__title:after {
    height: 5px;
  }
  .p-service .p-service-content .p-service-item__title {
    font-size: 2.5rem;
    padding-bottom: 1.2rem;
    width: 100%;
  }
  .p-service .p-service-content .p-service-item__catch {
    color: #333333;
    display: block;
    font-size: 1.8rem;
    height: auto;
    line-height: 1.8888888889;
    margin-top: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-service .p-service-content .p-service-item__items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3rem;
    row-gap: 3rem;
  }
  .p-service .p-service-content .p-service-item__item-num {
    height: 40px;
    width: 20px;
  }
  .p-service .p-service-content .p-service-item__item-title span {
    font-size: 1.8rem;
  }
  .p-service .p-service-content .p-service-item__item-title {
    font-size: 1.8rem;
  }
  .p-service .p-service-content .p-service-item__item-content {
    margin-top: 1rem;
  }
  .p-service .p-service-content .p-service-item__item-img {
    height: 90px;
    width: 80px;
  }
  .p-service .p-service-content .p-service-item__item-text {
    font-size: 1.5rem;
  }
  .p-service .p-service-content .p-service-item__sp-wrap {
    display: none;
  }
  .p-service .p-service-content .p-service-item + .p-service-item {
    margin-top: 2rem;
  }
  .p-service .p-service-content .p-service-item.--01 {
    padding-top: 2rem;
  }
  .p-service .p-service-content .p-service-item.--01 .p-service-item__catch {
    background: none;
  }
  .p-service .p-service-content .p-service-item.--02 .p-service-item__catch {
    background: none;
  }
  .p-service .p-service-content .p-service-item.--03 .p-service-item__catch {
    background: none;
  }
  .p-service .p-service-content .p-service-item.--04 .p-service-item__catch {
    background: none;
  }
  .p-service .p-service-content .p-service-item.--01,
  .p-service .p-service-content .p-service-item.--03 {
    position: relative;
  }
  .p-service .p-service-content .p-service-item.--01:after,
  .p-service .p-service-content .p-service-item.--03:after {
    background-color: #f5f5f5;
    content: "";
    height: 100%;
    left: 0;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  .p-service .p-service-message {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .p-service .p-service-message__large {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
  .p-service .p-service-message__small {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.7692307692;
    margin-top: 1rem;
  }
  .p-sitemap {
    padding-bottom: 7rem;
  }
  .p-sitemap__link {
    font-size: 1.5rem;
    padding: 1.5rem 1rem;
  }
  .p-sitemap__items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1rem;
  }
  .p-thanks__title {
    font-size: 2rem;
  }
  .p-thanks__text {
    text-align: left;
  }
  .p-thanks__button {
    max-width: 375px;
    width: 100%;
  }
  .p-top .p-top-mv {
    height: auto;
  }
  .p-top .p-top-mv__heading {
    padding-bottom: 3rem;
    padding-top: 2rem;
    position: static;
  }
  .p-top .p-top-mv__ttl-sub {
    font-size: 1.4rem;
  }
  .p-top .p-top-mv__ttl {
    font-size: 3.2rem;
    margin-top: 1rem;
  }
  .p-top .p-top-mv__img {
    aspect-ratio: 375/371;
    height: 371px;
    position: static;
    width: 100%;
  }
  .p-top .p-top-mv__img img {
    -o-object-position: center;
    object-position: center;
  }
  .p-top .p-top-mv__contact {
    align-items: center;
    background-color: #fff;
    border-radius: 33px;
    bottom: 2rem;
    font-size: 1.5rem;
    justify-content: center;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
    position: absolute;
    transform: translateX(-50%);
    width: 90%;
  }
  .p-top .p-top-mv__contact:before {
    content: none;
  }
  .p-top .p-top-mv__contact:after {
    background-image: url(../images/top/rec-arrow-orange.svg);
    height: 23px;
    width: 22px;
  }
  .p-top .p-top-mv__contact.u-md_none {
    display: none;
  }
  .p-top .p-top-mv__contact.u-pc_none {
    display: flex;
  }
  .p-top .p-top-solution {
    padding-bottom: 5rem;
    padding-top: 4rem;
  }
  .p-top .p-top-solution__block {
    flex-direction: column;
  }
  .p-top .p-top-solution__img {
    margin-top: 3rem;
    width: 100%;
  }
  .p-top .p-top-solution__heading-ttl {
    margin-top: 2rem;
  }
  .p-top .p-top-solution__tag {
    margin-left: auto;
    margin-right: auto;
  }
  .p-top .p-top-solution__text {
    font-size: 1.5rem;
    margin-top: 3rem;
  }
  .p-top .p-top-service__img img {
    aspect-ratio: 375/162;
  }
  .p-top .p-top-service__block {
    border-radius: 8px;
    margin-top: -4rem;
    padding: 3rem 2rem;
    width: 100%;
  }
  .p-top .p-top-service__items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem;
  }
  .p-top .p-top-service__item-link {
    margin-top: 2rem;
    max-width: 375px;
    width: 100%;
  }
  .p-top .p-top-about {
    margin-top: 4rem;
  }
  .p-top .p-top-about__wrap {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4rem;
  }
  .p-top .p-top-about__wrap:before {
    border-radius: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-top .p-top-about__block {
    width: 100%;
  }
  .p-top .p-top-about__tag.c-title-tag {
    margin-left: auto;
    margin-right: auto;
  }
  .p-top .p-top-about__lead {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
  .p-top .p-top-about__item-title {
    font-size: 1.8rem;
  }
  .p-top .p-top-about__item-text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 1.5rem;
  }
  .p-top .p-top-about__item-link {
    font-weight: 400;
    max-width: 375px;
    width: 100%;
  }
  .p-top .p-top-about__img.--01 {
    aspect-ratio: 146/114;
    position: static;
    width: calc(50% - 0.5rem);
  }
  .p-top .p-top-about__img.--02 {
    aspect-ratio: 146/114;
    width: calc(50% - 0.5rem);
  }
  .p-top .p-top-about__img.--03 {
    aspect-ratio: 302/102;
    margin-top: 1rem;
    position: static;
    width: 100%;
  }
  .p-top .p-top-news {
    padding-bottom: 3rem;
    padding-top: 4rem;
  }
  .p-top .p-top-news__block {
    align-items: center;
    flex-direction: column;
  }
  .p-top .p-top-news__tag {
    margin-left: auto;
    margin-right: auto;
  }
  .p-top .p-top-news__link {
    margin-top: 3rem;
    max-width: 375px;
    width: 100%;
  }
  .p-top .p-top-news__link.u-md_none {
    display: none;
  }
  .p-top .p-top-news__link.u-pc_none {
    display: flex;
  }
  .p-top .p-top-news__items {
    margin-top: 3rem;
    width: 100%;
  }
  .p-top .p-top-news__item {
    align-items: flex-start;
  }
  .p-top .p-top-news__item-img {
    width: 25%;
  }
  .p-top .p-top-news__item-img img {
    aspect-ratio: 68/45;
  }
  .p-top .p-top-news__item-date {
    font-size: 1.5rem;
  }
  .p-top .p-top-news__item-text {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 0.7rem;
  }
  .p-top .p-top-news__item-link {
    font-size: 1.5rem;
  }
  .u-sp {
    display: none !important;
  }
  .u-pb-wide {
    padding-bottom: 8rem;
  }
}

@media (hover: hover) and (pointer: fine){
  .l-main--404 .error-link::after, .l-main--error .error-link::after {
    transition: 0.5s;
    transition-property: left;
  }
  .l-main--404 .error-link:hover::after, .l-main--error .error-link:hover::after {
    left: 1rem;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
