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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --font-en: "Roboto", sans-serif;
  --font-ja: "Noto Sans JP", serif;
  --font-mincho: "Noto Serif JP", serif;
  --c-primary: #c3e600;
  --c-second: #0032be;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}

.hidden {
  overflow: hidden;
}

body {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.8823529412;
  color: #333333;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

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

a {
  text-decoration: none;
  color: inherit;
  opacity: 1;
}

.underline {
  text-decoration: underline;
}

.container,
.container-sm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: calc(var(--max-width) + 4rem);
}

.container {
  --max-width: 110rem;
}

.bold {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

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

.return-top {
  position: fixed;
  right: 12rem;
  bottom: 24rem;
  right: 2rem;
  bottom: 2rem;
  z-index: 19;
  cursor: pointer;
  display: none;
}
.return-top span {
  display: block;
  width: 9.4rem;
  height: 6.2rem;
  color: #fff;
  background-color: var(--c-second);
  border: 1px solid var(--c-second);
  position: relative;
  text-indent: -999em;
  border-top-left-radius: 3.2rem;
  border-bottom-right-radius: 3.2rem;
}
.return-top span::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 2.7rem;
  -webkit-mask: url(../images/common/arrow.svg) 0 0 no-repeat;
          mask: url(../images/common/arrow.svg) 0 0 no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
  transform: rotate(90deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .return-top span {
    transition: ease-out 0.25s;
  }
  .return-top:hover span {
    background-color: #fff;
    color: var(--c-second);
  }
}
@media screen and (max-width: 767px) {
  .return-top span {
    width: 5.4rem;
    height: 3.5rem;
    border-top-left-radius: 1.6rem;
    border-bottom-right-radius: 1.6rem;
  }
  .return-top span::after {
    width: 1rem;
    height: 1.7rem;
  }
}

.icon-tel {
  width: 4rem;
  aspect-ratio: 27.56/27.37;
  display: block;
  -webkit-mask: url(../images/common/icon-call.svg) no-repeat center/contain;
          mask: url(../images/common/icon-call.svg) no-repeat center/contain;
  background-color: #0032be;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.5rem;
  max-width: 100%;
  height: 4.9rem;
  background-color: var(--c-second);
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border: 2px solid var(--c-second);
  margin: auto;
}
@media screen and (min-width: 768px) {
  .btn {
    transition: ease-out 0.25s;
  }
}
.btn.btn-c {
  color: var(--c-second);
  background-color: transparent;
  border-color: #0032be;
}
@media screen and (min-width: 768px) {
  .btn.btn-c:hover {
    background-color: var(--c-second);
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 20rem;
    font-size: 2rem;
  }
}

.page-content {
  padding-bottom: 23rem;
  padding-top: 17rem;
}
@media screen and (max-width: 767px) {
  .page-content {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}

.page-heading {
  height: 49.5rem;
  position: relative;
  background: var(--img) no-repeat center/cover;
  --img: url(../images/about/kv.jpg);
}
.page-heading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 37.97%, rgb(250, 251, 254) 38.63%, rgb(184, 198, 237) 47.12%, rgb(128, 153, 223) 55.48%, rgb(82, 116, 211) 63.5%, rgb(47, 87, 202) 71.11%, rgb(21, 67, 195) 78.23%, rgb(5, 54, 191) 84.64%, rgb(0, 50, 190) 89.76%);
  opacity: 0.2;
}
.page-heading .heading__inner {
  height: 100%;
  --max-width: 132.6rem;
  max-width: calc(var(--max-width) + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-top: 24rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.page-heading .title-ja {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #808080;
  position: relative;
  z-index: 1;
}
.page-heading .title-en {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 11.2rem;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  bottom: -0.6rem;
  right: 10rem;
}
.page-heading--contact {
  --img: url(../images/contact/kv.jpg);
}
.page-heading--business {
  --img: url(../images/business/kv.jpg);
}
@media screen and (max-width: 767px) {
  .page-heading {
    height: 24rem;
  }
  .page-heading .heading__inner {
    padding-top: 14rem;
  }
  .page-heading .title-ja {
    font-size: 2.4rem;
  }
  .page-heading .title-en {
    font-size: 3.2rem;
    bottom: -0.1rem;
    right: 2rem;
  }
}

.sec-title {
  text-align: center;
}
.sec-title_sub {
  font-weight: 900;
  font-size: 1.7rem;
  line-height: 3.3rem;
  letter-spacing: 0.1em;
  color: #333333;
}
.sec-title_main {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #0032be;
}
.sec-title_main.lt-0 {
  letter-spacing: 0;
}
.sec-title_main-02 {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 5rem;
  line-height: 1.5;
  color: #0032be;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec-title_main {
    font-size: 3rem;
  }
  .sec-title_main-02 {
    font-size: 3rem;
  }
}

.red {
  color: #ff0000;
}

.c-second {
  color: var(--c-second);
}

.l-main {
  overflow: hidden;
}

#form-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
  padding-bottom: 10vh;
}

#form-loading.active {
  display: flex;
}

.cv-spinner {
  width: 5rem;
  height: 5rem;
  border: 4px rgba(0, 50, 190, 0.25) solid;
  border-top: 4px #c3e600 solid;
  border-radius: 50%;
  animation: spCircRot 0.6s infinite linear;
}

@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.25s;
  color: #fff;
  padding: 4.5rem 7rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-header {
    padding: 4.5rem 2rem;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  gap: 10%;
}
.l-header__logo {
  width: 26rem;
}
.l-header__logo img {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    position: relative;
    z-index: 101;
  }
}
.l-header__right {
  flex: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__right {
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-top: 3rem;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    transition: visibility 0.3s linear, opacity 0.3s linear;
    background: #fff;
    padding: 8rem 2rem;
  }
}
.l-header__nav {
  flex: 1;
}
.l-header__nav .menu-list {
  display: flex;
  align-items: center;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
}
.l-header__nav .menu-list .menu-item {
  flex: 1;
  text-align: center;
}
.l-header__nav .menu-list .menu-item__link {
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  color: #4d4d4d;
}
@media screen and (min-width: 768px) {
  .l-header__nav .menu-list .menu-item__link {
    transition: color 0.25s ease-in;
  }
  .l-header__nav .menu-list .menu-item__link:hover {
    color: var(--c-primary) !important;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav .menu-list {
    display: block;
  }
  .l-header__nav .menu-list .menu-item {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(77, 77, 77, 0.1921568627);
  }
  .l-header__nav .menu-list .menu-item__link {
    color: var(--c-second);
  }
}
.l-header__tel {
  width: 34rem;
  max-width: 100%;
}
.l-header__tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 5rem;
  background-color: #c3e600;
  font-weight: bold;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  color: #0032be;
  border-top-left-radius: 2.6rem;
  border-bottom-right-radius: 2.6rem;
}
.l-header__tel a .icon {
  width: 2.57rem;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .l-header__tel a {
    transition: 0.25s ease-out;
  }
  .l-header__tel a:hover {
    background-color: var(--c-second);
    color: var(--c-primary);
  }
}
@media screen and (max-width: 767px) {
  .l-header__tel {
    width: 25rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
  }
  .l-header__tel a {
    font-size: 2.6rem;
  }
  .l-header__tel a .icon {
    width: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 2rem;
  }
  .l-header__logo {
    width: 19rem;
  }
}

.mobile-icon {
  width: 4rem;
  transition: all 0.3s ease;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  height: 4rem;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mobile-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  border-radius: 0.3rem;
}
.mobile-icon span:before, .mobile-icon span:after {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  transition: transform 0.3s;
}
.mobile-icon span:before {
  transform: translateX(-50%);
  top: -0.5rem;
}
.mobile-icon span:after {
  transform: translateX(-50%);
  bottom: -0.5rem;
  /* right: 0;
  left: auto; */
}
.mobile-icon small {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  font-family: var(--font-en);
  color: #000;
  line-height: 1;
}
.mobile-icon.mobile-close small {
  opacity: 1;
  visibility: visible;
}
.mobile-icon.mobile-close span {
  background-color: transparent;
}
.mobile-icon.mobile-close span:before, .mobile-icon.mobile-close span:after {
  width: 100%;
  width: 2.7rem;
  background-color: #000;
}
.mobile-icon.mobile-close span:before {
  transform: translateX(-50%) translateY(0) rotate(20deg);
  top: 0.2rem;
}
.mobile-icon.mobile-close span:after {
  transform: translateX(-50%) translateY(0) rotate(-20deg);
  bottom: -0.2rem;
}

.l-header._scroll {
  background-color: #fff;
  box-shadow: 0px 0.2rem 1rem 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .l-header._scroll {
    padding: 1rem 7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-header._scroll {
    padding: 2rem 2rem;
  }
}

.l-gnav__btn {
  width: 6rem;
  height: 6rem;
  border: 1px solid var(--c-second);
  border-radius: 0.4rem;
  position: relative;
  background: #fff;
  z-index: 102;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  border-top-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}
.l-gnav__btn span {
  display: block;
  position: absolute;
  height: 0;
  width: 2.7rem;
  border-top: 1px solid var(--c-second);
  border-radius: 0.3rem;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: margin 0.1s 0.2s ease, transform 0.3s, background 0.3s;
  width: 3.1rem;
  width: 37%;
}
.l-gnav__btn span:nth-child(1) {
  margin-top: -1rem;
  margin-top: -0.6em;
}
.l-gnav__btn span:nth-child(2) {
  transition: opacity 0.2s 0.2s;
}
.l-gnav__btn span:nth-child(3) {
  margin-top: 1rem;
  margin-top: 0.6em;
}
.l-gnav__btn.is-nav-open span {
  transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  width: 2.8rem;
}
.l-gnav__btn.is-nav-open span:nth-child(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-gnav__btn.is-nav-open span:nth-child(2) {
  width: 0;
}
.l-gnav__btn.is-nav-open span:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .l-gnav__btn {
    width: 5rem;
    height: 5rem;
  }
  .l-gnav__btn span {
    width: 2.2rem;
    width: 38%;
    border-top-width: 0.2rem;
  }
  .l-gnav__btn span:nth-child(1) {
    margin-top: -0.7rem;
  }
  .l-gnav__btn span:nth-child(3) {
    margin-top: 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  .l-gnav__btn {
    display: none;
  }
}

.l-gnav-nav {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  background: #fff;
  padding: 6rem 2rem;
}

.is-gnav-open .gnav {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .p-top .l-header:not(._scroll) .l-header__nav .menu-list .menu-item__link {
    color: #ffffff;
  }
}

.l-footer {
  padding-top: 6rem;
  padding-bottom: 24rem;
  background-color: #c3e600;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 14rem;
  }
}
.l-footer__inner {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    display: grid;
    align-items: center;
    grid-template-columns: 26rem 1fr 26rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-footer__inner {
    display: flex;
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-footer__menu {
    width: calc(100% - 22rem);
  }
}
.l-footer__menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__menu ul .menu-item {
  flex: 1;
  text-align: center;
}
.l-footer__menu ul .menu-item__link {
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  color: #0032be;
  position: relative;
  padding-left: 3.2rem;
}
.l-footer__menu ul .menu-item__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 2.2rem;
  -webkit-mask: url(../images/common/arrow.svg) no-repeat center/contain;
          mask: url(../images/common/arrow.svg) no-repeat center/contain;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .l-footer__menu ul .menu-item__link {
    transition: 0.25s ease;
  }
  .l-footer__menu ul .menu-item__link:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    margin-top: 3rem;
    padding-left: 4rem;
    padding-right: 3rem;
  }
  .l-footer__menu ul {
    gap: 2rem 0;
  }
  .l-footer__menu ul .menu-item {
    width: 50%;
    flex: auto;
    text-align: left;
  }
  .l-footer__menu ul .menu-item__link {
    padding-left: 1.8rem;
    font-size: 1.5rem;
  }
  .l-footer__menu ul .menu-item__link::before {
    width: 0.8rem;
    height: 1.8rem;
  }
}
.l-footer__logo {
  text-align: center;
  width: 26rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-footer__logo {
    width: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-notfound {
  padding-bottom: 7rem;
  padding-top: 4rem;
}
.p-notfound p {
  letter-spacing: 0.08em;
}
.p-notfound__title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
}
.p-notfound__text {
  text-align: center;
  margin-bottom: 2rem;
}
.p-notfound .more {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-notfound__title {
    font-size: 2rem;
  }
}

.kv {
  height: 98.9rem;
  background: url(../images/top/kv-bg.jpg) no-repeat center/cover;
  position: relative;
  overflow: hidden;
  /*   &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 900px;
    background: url(../images/top/kv-overlay.svg) no-repeat top left/contain;
  } */
}
@media screen and (max-width: 767px) {
  .kv {
    height: 66.7rem;
    background-position-x: 67%;
  }
}
.kv__inner {
  position: relative;
  z-index: 1;
  max-width: 142rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100%;
}
.kv .text-01 {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-size: 12.2rem;
  line-height: 0.89;
  letter-spacing: -0.075em;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 23%;
}
.kv .text-01 .outer {
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  font-style: italic;
  vertical-align: bottom;
  letter-spacing: 0.12em;
  margin: 0 -0.06em;
}
@media screen and (max-width: 767px) {
  .kv .text-01 .outer {
    letter-spacing: 0.14em;
    margin: 0 -0.1em;
  }
}
.kv .text-01--01 {
  display: block;
  padding-left: 2.7rem;
}
.kv .text-01--02 {
  display: block;
}
.kv .text-01 .text-large--01 {
  font-size: 23.8rem;
}
.kv .text-01 .text-large--02 {
  font-size: 20.5rem;
}
.kv .text-01 .c-yellow {
  color: #c3e600;
}
@media screen and (max-width: 767px) {
  .kv .text-01 {
    font-size: 4rem;
    line-height: 0.94;
    left: 2rem;
    top: 39%;
    right: 0;
  }
  .kv .text-01--01 {
    padding-left: 1.7rem;
  }
  .kv .text-01--02 {
    display: block;
  }
  .kv .text-01 .text-large--01 {
    font-size: 7rem;
  }
  .kv .text-01 .text-large--02 {
    font-size: 5.2rem;
  }
}
.kv .text-02 {
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 2.6315789474;
  color: #ffffff;
  position: absolute;
  bottom: 9rem;
  right: 14rem;
}
.kv .text-02--01 {
  letter-spacing: 0.13em;
}
.kv .text-02--02 {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .kv .text-02 {
    font-size: 1.4rem;
    line-height: 2;
    left: 2rem;
    right: 2rem;
    bottom: 4rem;
  }
}
.kv .kv-overlay {
  position: absolute;
  z-index: 1;
  width: 150vw;
  transform: translateX(-117.3vw);
  top: 0;
  bottom: 0;
}
.kv .kv-overlay-inner {
  background-color: #0032be;
  width: 100%;
  height: 100%;
  transform: skew(158.8deg, 0);
}
@media screen and (max-width: 767px) {
  .kv .kv-overlay {
    left: -20vw;
    width: 180vw;
  }
}

.news {
  padding-top: 28rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.news .news__inner {
  max-width: 91.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .news .news__inner {
    display: block;
  }
}
.news .news-title {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  color: #808080;
  position: relative;
  align-self: baseline;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1rem;
}
.news .news-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 5.3rem;
  height: 0.2rem;
  background-color: var(--c-second);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .news .news-title {
    margin-left: auto;
    margin-right: auto;
  }
}
.news .news-left {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .news .news-left {
    padding-top: 6rem;
  }
}
.news .news-content {
  width: 67.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .news .news-content {
    margin-top: 4rem;
  }
}
.news .news-list .news-item + .news-item {
  margin-top: 4rem;
}
.news .news-list .news-item__head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  border-bottom: 1px solid #808080;
  padding-bottom: 1rem;
  position: relative;
  cursor: pointer;
}
.news .news-list .news-item__head::before {
  content: "";
  position: absolute;
  width: 0.9rem;
  height: 0.5rem;
  background: url(../images/common/arrow-02.svg) no-repeat center/contain;
  right: 1rem;
  top: 50%;
  transform: translateY(calc(-50% - 0.5rem));
  transition: transform 0.25s;
}
.news .news-list .news-item__head.is_active::before {
  transform: translateY(calc(-50% - 0.5rem)) rotate(180deg);
}
.news .news-list .news-item__head ._date,
.news .news-list .news-item__head ._cat,
.news .news-list .news-item__head ._title {
  font-weight: bold;
  line-height: 1.8823529412;
}
.news .news-list .news-item__head ._date {
  width: 11rem;
}
.news .news-list .news-item__head ._cat {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 6.5rem;
  height: 2rem;
  background-color: var(--c-second);
  margin-right: 2.5rem;
}
.news .news-list .news-item__body {
  display: none;
  font-size: 1.3rem;
  color: #231815;
  padding-top: 2.2rem;
  width: calc(100% - 20rem);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .news .news-list .news-item__body {
    width: 100%;
  }
}

.contact {
  padding-bottom: 31rem;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 10rem;
  }
}
.contact .contact-box {
  background: #e2e2e2;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .contact .contact-box {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.contact .contact-box .contact-title {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.2;
  color: #808080;
  color: rgb(128, 128, 128);
  text-align: center;
  position: relative;
  padding-bottom: 1.2rem;
}
.contact .contact-box .contact-title::after {
  content: "";
  height: 2px;
  width: 5.2rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-color: var(--c-second);
}
@media screen and (max-width: 767px) {
  .contact .contact-box .contact-title {
    font-size: 3rem;
  }
}
.contact .contact-box .contact-tel_wrap {
  margin-top: 5.3rem;
}
@media screen and (max-width: 767px) {
  .contact .contact-box .contact-tel_wrap {
    margin-top: 3rem;
  }
}
.contact .contact-box .contact-tel {
  font-weight: bold;
  font-size: 4.9rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--c-second);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.contact .contact-box .contact-tel .icon {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .contact .contact-box .contact-tel {
    font-size: 3.2rem;
  }
  .contact .contact-box .contact-tel .icon {
    width: 2.6rem;
  }
}
.contact .contact-box .contact-text {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2.2352941176;
  color: var(--c-second);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .contact-box .contact-text {
    font-size: 1.4rem;
  }
}
.contact .contact-box .contact-more {
  margin-top: 1.7rem;
}

.t-title {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.575;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .t-title {
    font-size: 2.5rem;
    text-align: center;
  }
}

.t-section {
  padding-top: 22rem;
  padding-bottom: 22rem;
}
.t-section__inner {
  display: flex;
  align-items: center;
}
.t-section--rev .t-section__inner {
  flex-direction: row-reverse;
}
.t-section--rev .text {
  padding-left: 0;
}
.t-section--rev .text__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.t-section .desc {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2.4705882353;
  color: #333333;
  margin-top: 4rem;
}
.t-section .more {
  margin-top: 4rem;
}
.t-section .more .btn {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .t-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .t-section__inner {
    display: block;
  }
  .t-section .text {
    margin-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .t-section .desc {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
  .t-section .more {
    margin-top: 2rem;
  }
  .t-section .more .btn {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .t-section .img {
    width: 48.43%;
  }
  .t-section .text {
    width: 51.57%;
    padding-left: 10rem;
  }
}

.t-company {
  padding-bottom: 33.7rem;
}
@media screen and (max-width: 767px) {
  .t-company {
    padding-bottom: 12rem;
  }
}
.t-company .t-section__inner {
  position: relative;
}
.t-company .t-section__inner::after {
  content: "";
  position: absolute;
  top: -14rem;
  bottom: -16rem;
  right: 23.958333vw;
  width: 100%;
  background-color: rgba(195, 230, 0, 0.46);
  z-index: -1;
  border-bottom-right-radius: 30rem;
}
@media screen and (max-width: 767px) {
  .t-company .t-section__inner::after {
    top: 14rem;
    bottom: -8rem;
    right: 0;
    width: 100%;
    border-bottom-right-radius: 16rem;
  }
}

.t-recruit {
  overflow: hidden;
  padding-top: 33.7rem;
}
.t-recruit .t-section__inner {
  position: relative;
  align-items: flex-start;
}
.t-recruit .t-section__inner::after {
  content: "";
  position: absolute;
  top: -19rem;
  bottom: 4rem;
  left: 36.770833vw;
  width: 62.5vw;
  background: url(../images/top/bg-recruit.jpg) no-repeat top center/cover;
  z-index: -1;
}
.t-recruit .text {
  padding-top: 2rem;
}
.t-recruit .text .desc {
  line-height: 1.8823529412;
}
@media screen and (max-width: 767px) {
  .t-recruit {
    padding-top: 12rem;
  }
  .t-recruit .t-section__inner::after {
    top: 19rem;
    bottom: 4rem;
    left: 0rem;
    width: 100vw;
  }
}

.p-top .l-header {
  opacity: 0;
}
.p-top .text-01,
.p-top .text-02 {
  opacity: 0;
}

.history {
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .history {
    padding-top: 6rem;
  }
}
.history .history-content {
  margin-top: 6rem;
}
.history .history-list {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.history .history-item {
  display: flex;
}
.history .history-item + .history-item {
  margin-top: 4rem;
}
.history .history-item:last-child ._year::before {
  content: none;
}
.history .history-item.item-mark ._year::after {
  background-color: #fff;
  width: 2.8rem;
  height: 2.8rem;
  border: 0.7rem solid var(--c-second);
}
.history .history-item ._year {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #94c3e2;
  padding-right: 7rem;
  position: relative;
  white-space: nowrap;
}
.history .history-item ._year::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: var(--c-second);
  right: 0;
  top: 2rem;
  transform: translate(50%, 0);
}
@media screen and (max-width: 767px) {
  .history .history-item ._year::after {
    top: 0.8rem;
  }
}
.history .history-item ._year::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 2rem;
  right: 0;
  width: 0.1rem;
  height: 13rem;
  transform: translate(50%, 0);
  background-color: var(--c-second);
}
@media screen and (max-width: 767px) {
  .history .history-item ._year::before {
    top: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .history .history-item ._year {
    font-size: 2.6rem;
    padding-right: 2rem;
    letter-spacing: 0.1em;
    width: 10rem;
  }
}
.history .history-item ._cnt {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333333;
  padding-left: 4.5rem;
  margin-top: 1.2rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .history .history-item ._cnt {
    padding-left: 3rem;
    margin-top: 0;
  }
}

.top-message {
  padding-bottom: 13rem;
}
.top-message .sec-title {
  text-align: left;
}
.top-message .container {
  --max-width: 132rem;
}
.top-message__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9rem;
  margin-top: 4rem;
}
.top-message__content .text {
  font-weight: bold;
  line-height: 2.4705882353;
}
.top-message__content .text ._pos {
  margin-top: 5rem;
  line-height: 1.9411764706;
}
.top-message__content .text ._pos__01 {
  font-size: 2.2rem;
}
.top-message__content .text ._sign {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .top-message__content {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  .top-message__content .text ._pos {
    margin-top: 3rem;
  }
  .top-message__content .text ._pos__01 {
    font-size: 1.8rem;
  }
  .top-message__content .text ._sign {
    margin-top: 1rem;
  }
}

.outline {
  padding-top: 13rem;
  padding-bottom: 11rem;
}
.outline .container {
  --max-width: 70rem;
}
.outline-content {
  margin-top: 4.5rem;
}
.outline-content table th,
.outline-content table td {
  font-weight: bold;
  color: #4d4d4d;
  padding: 0.9em 0;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
.outline-content table th {
  width: 8.5rem;
}
@media screen and (max-width: 767px) {
  .outline-content table th {
    width: 7.5rem;
  }
}
.outline-content table td {
  padding-left: 2rem;
}
.outline .maps-info {
  margin-top: 4rem;
}
.outline .maps-info__title {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #4d4d4d;
}
.outline .maps-info__map {
  margin-top: 1rem;
}
.outline .maps-info__map iframe {
  height: 40rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .outline .maps-info__map iframe {
    height: 33rem;
  }
}
.outline .maps-info__item + .maps-info__item {
  margin-top: 4rem;
}

.group-company {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .group-company {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.group-company .container {
  --max-width: 70rem;
}
.group-company__content {
  margin-top: 4.5rem;
}
.group-company__content table {
  width: 100%;
}
.group-company__content table th,
.group-company__content table td {
  font-weight: bold;
  color: #4d4d4d;
  padding: 0.9em 0;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
.group-company__content table th {
  letter-spacing: 0.015em;
  width: 10.5rem;
}
.group-company__content table td {
  padding-left: 2rem;
}

.management {
  background-color: #e2e2e2;
  padding-top: 10rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .management {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.management__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .management__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.management .item ._title {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.575;
  letter-spacing: 0.1em;
  color: #808080;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .management .item ._title {
    font-size: 2.8rem;
  }
}
.management .item ._text {
  font-weight: bold;
  line-height: 1.9411764706;
}
@media screen and (min-width: 768px) {
  .management .item ._text {
    min-height: 6.6rem;
  }
}
@media screen and (max-width: 767px) {
  .management .item ._text {
    margin-bottom: 1rem;
  }
}
.management .item ._img {
  margin-top: 2.7rem;
}
.management .item ._list {
  counter-reset: item;
  background: #ffffff;
  border-radius: 0.4rem;
  padding: 3rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .management .item ._list {
    padding: 3rem 2rem;
  }
}
.management .item ._list li {
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6616666667;
  letter-spacing: 0.1em;
  color: #808080;
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 8.8rem;
}
.management .item ._list li::before {
  counter-increment: item;
  content: counter(item);
  width: 4.65rem;
  height: 4.65rem;
  border-radius: 50%;
  background: #94c3e2;
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 2.9rem;
  line-height: 1;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.management .item ._list li .txt {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .management .item ._list li {
    font-size: 1.4rem;
    height: auto;
  }
  .management .item ._list li + li {
    margin-top: 2rem;
  }
}

.contact-form__desc {
  color: #333333;
  margin-top: 4rem;
}
.contact-form__body {
  max-width: 99rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .contact-form__body {
    margin-top: 6rem;
  }
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  border: 1px solid #c8c8c8;
  background-color: #fff;
  border-radius: 0;
  outline: none;
  padding: 0.375em 0.5em;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel] {
  height: 5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel] {
    height: 4rem;
  }
}
.contact-form textarea {
  width: 100%;
  display: block;
  height: 34rem;
}
@media screen and (max-width: 767px) {
  .contact-form textarea {
    height: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .contact-form .form-item {
    display: flex;
    align-items: baseline;
  }
}
.contact-form .form-item + .form-item {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .contact-form .form-item + .form-item {
    margin-top: 2.5rem;
  }
}
.contact-form .form-item.-custom1 {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact-form .form-item.-custom1 .form-item__title {
    align-self: flex-start;
    padding-top: 4rem;
  }
}
.contact-form .form-item__title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contact-form .form-item__title {
    width: 28.9898989899%;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .form-item__title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .contact-form .form-item__input {
    width: 71.0101010101%;
  }
}
.contact-form .form-control-wrap {
  display: block;
}
.contact-form .form-control-wrap.mt15 {
  margin-top: 1.5rem;
}
.contact-form .form-control-note {
  font-weight: bold;
}
.contact-form .form-list-item {
  display: inline-block;
  margin-right: 6rem;
}
.contact-form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.contact-form input[type=checkbox] + .form-list-item-label {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.contact-form input[type=checkbox] + .form-list-item-label:before {
  content: "";
  border: 1px solid #c8c8c8;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  position: relative;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}
.contact-form input[type=checkbox] + .form-list-item-label:empty:before {
  margin-right: 0;
}
.contact-form input[type=checkbox]:checked + .form-list-item-label:before {
  background: url(../images/common/icon_check.svg) no-repeat center/contain;
  background-size: 1.9rem 1.7rem;
}
@media screen and (max-width: 767px) {
  .contact-form input[type=checkbox]:checked + .form-list-item-label:before {
    background-size: 1.8rem 1.6rem;
  }
}
.contact-form input[type=checkbox]:focus + .form-list-item-label:before {
  outline: none;
}
.contact-form input[type=checkbox]:disabled + .form-list-item-label:before {
  box-shadow: inset 0 0 0 0.25em #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.contact-form .required {
  color: #f00;
}
.contact-form .form-addr-item-02 {
  margin-top: 1rem;
}
.contact-form .form-addr-item + .form-addr-item:not(.form-addr-item-02) {
  margin-top: 2.5rem;
}
.contact-form .form-control-wrap-02 {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.contact-form .form-control-wrap-02 .form-control__txt {
  font-weight: bold;
}
.contact-form .form-control-wrap-03 input {
  width: 9.7rem;
}
.contact-form .form-control-wrap-pref input {
  width: 14.4rem;
}
.contact-form .form-addr-note {
  font-weight: bold;
  margin-top: 1.5;
}
.contact-form .form-item-agree {
  margin-top: 6.5rem;
  border-top: 1px solid #c8c8c8;
  padding-top: 6rem;
}
.contact-form .form-item-agree .form-item__title {
  width: 100%;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .contact-form .form-item-agree .form-item__input {
    width: 71.0101010101%;
    margin-left: auto;
  }
}
.contact-form .form-item-agree .form-item__input-box {
  border: 1px solid #c8c8c8;
  padding: 2.5rem 1.7rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
  color: #000000;
  margin-bottom: 2rem;
  height: 23rem;
  overflow: auto;
}
.contact-form .form-item-agree .form-item__input-box p + p {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .contact-form .form-item-agree .form-item__input-box {
    font-size: 1.4rem;
  }
}
.contact-form .form-action {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .contact-form .form-action {
    margin-top: 6rem;
  }
}
.contact-form .form-action .btn {
  width: 37rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contact-form .form-action .btn {
    width: 27rem;
  }
}
.contact-form .form-action--confirm {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.contact-form .form-action--confirm .btn {
  width: 22rem;
  margin: 0;
}
.contact-form .human-check-wrap .form-control-wrap {
  width: 14rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-form .human-check-wrap .form-control__txt {
    flex: 1;
  }
  .contact-form .human-check-wrap .form-control-wrap {
    width: 48rem;
  }
}
.contact-form .form-control-wrap-etc .form-control-wrap {
  width: calc(100% - 7.8rem);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .contact-form .form-control-wrap-etc .form-control-wrap {
    width: calc(100% - 5.6rem);
  }
}
.contact-form div.error {
  color: #f00;
  font-size: 0.9em;
  line-height: 1.4;
  margin-top: 0.5em;
}

.form-confirm .form-item + .form-item {
  margin-top: 3rem;
}

.thanks-content .thanks-title {
  font-size: 3rem;
  line-height: 1.7333333333;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks-content .thanks-title {
    font-size: 2rem;
  }
}
.thanks-content .thanks-text {
  margin-top: 4rem;
  text-align: center;
}
.thanks-content .btn {
  margin-top: 5rem;
}

.p-business .container {
  --max-width: 120rem;
}
.p-business .business-heading .container {
  --max-width: 132.6rem;
}
.p-business .business-heading .business-nav {
  margin-top: 2.4rem;
}
.p-business .business-heading .business-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
.p-business .business-heading .business-nav__item a {
  width: 100%;
  letter-spacing: 0.0252941176em;
  font-weight: bold;
  color: var(--c-second);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.1rem;
  border: 1px solid var(--c-second);
  border-top-left-radius: 2.6rem;
  border-bottom-right-radius: 2.6rem;
  position: relative;
  padding-right: 2rem;
  text-align: center;
  line-height: 1.5;
}
.p-business .business-heading .business-nav__item a::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1.9rem;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-mask: url(../images/common/arrow.svg) no-repeat center/contain;
          mask: url(../images/common/arrow.svg) no-repeat center/contain;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .p-business .business-heading .business-nav__list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .p-business .business-heading .business-nav__item a {
    letter-spacing: 0.0252941176em;
    height: 4.7rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding-right: 1.7rem;
    font-size: 1.4rem;
  }
  .p-business .business-heading .business-nav__item a::after {
    width: 0.6rem;
    height: 1.4rem;
    right: 1.2rem;
  }
}
.p-business .business-body {
  margin-top: 21rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-business .business-body {
    margin-top: 11rem;
  }
}
.p-business .business-item .container {
  --max-width: 120rem;
}
.p-business .business-item__inner {
  display: flex;
  gap: 9rem;
}
@media screen and (max-width: 767px) {
  .p-business .business-item__inner {
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business .business-item.-rev .business-item__inner {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-business .business-item.-rev .img {
    margin-right: -36rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-business .business-item--01 .business-item__inner {
    gap: 7.4rem;
  }
  .p-business .business-item--01 .text {
    padding-top: 7rem;
  }
}
.p-business .business-item + .business-item {
  margin-top: 30rem;
}
@media screen and (max-width: 767px) {
  .p-business .business-item + .business-item {
    margin-top: 10rem;
  }
}
.p-business .business-item .img {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-business .business-item .img {
    margin-left: -36rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business .business-item .img {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business .business-item .text {
    width: 51rem;
    max-width: 42.5%;
  }
}
.p-business .business-item__ttl {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #808080;
  border-bottom: 1px solid #0032be;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-business .business-item__ttl {
    font-size: 2.2rem;
  }
}
.p-business .business-item__txt {
  font-weight: bold;
  line-height: 2.4705882353;
  letter-spacing: 0.05em;
  color: #333333;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-business .business-item__txt {
    margin-bottom: 2rem;
  }
}
.p-business .business-item__box1 {
  background: rgba(226, 226, 226, 0.46);
  border-radius: 0.2rem;
  padding: 4rem 2rem;
  padding-left: 6rem;
}
.p-business .business-item__box1 .txt-01 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #808080;
}
.p-business .business-item__box1 .txt-02 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-business .business-item__box1 {
    padding: 3rem 2rem;
  }
  .p-business .business-item__box1 .txt-01 {
    font-size: 2rem;
  }
  .p-business .business-item__box1 .txt-02 {
    font-size: 1.4rem;
  }
}
.p-business .business-item__box2 {
  background: #0032be;
  border-radius: 0.2rem;
  padding: 4rem 2rem;
  padding-left: 6rem;
  margin-top: 2rem;
}
.p-business .business-item__box2 .txt-01 {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.p-business .business-item__box2 .txt-02 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-business .business-item__box2 {
    padding: 3rem 2rem;
  }
  .p-business .business-item__box2 .txt-01 {
    font-size: 2rem;
  }
  .p-business .business-item__box2 .txt-02 {
    font-size: 1.4rem;
  }
}
.p-business .business-item__txt02 {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.1em;
  color: #808080;
  margin-top: 2.4remrem;
}
@media screen and (max-width: 767px) {
  .p-business .business-item__txt02 {
    font-size: 1.7rem;
    margin-top: 4.8rem;
  }
  .p-business .business-item__txt02::before {
    border-left-width: 3.6rem;
    border-right-width: 3.6rem;
    border-top-width: 2rem;
    left: 5.4rem;
    top: -3rem;
  }
}
.p-business .business-item ._item-arrow {
  text-indent: -9999em;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  position: relative;
  width: 8.4rem;
  height: 2.4rem;
  margin-left: 8.4rem;
}
.p-business .business-item ._item-arrow::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4.2rem solid transparent;
  border-right: 4.2rem solid transparent;
  border-top: 2.4rem solid #0032be;
  display: inline-block;
  left: 0;
  top: 0;
}
.p-business .business-work {
  padding-top: 6rem;
  padding-bottom: 12rem;
  background: rgba(226, 226, 226, 0.46);
  margin-top: 17rem;
}
@media screen and (max-width: 767px) {
  .p-business .business-work {
    margin-top: 7rem;
    padding-bottom: 7rem;
  }
}
.p-business .business-work__ttl {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0032be;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-business .business-work__ttl {
    font-size: 1.8rem;
  }
}
.p-business .business-work__cnt {
  margin-top: 7rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-business .business-work__cnt {
    flex-direction: column;
  }
}
.p-business .business-work__cnt .list-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-business .business-work__cnt .list-img {
    width: 58.33%;
    gap: 3rem;
  }
}
.p-business .business-work__cnt .list-img .item figcaption {
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-business .business-work__cnt .list-img .item figcaption {
    margin-top: 1rem;
  }
}
.p-business .business-work__cnt .list-text {
  counter-reset: item;
}
@media screen and (min-width: 768px) {
  .p-business .business-work__cnt .list-text {
    width: 41.67%;
    padding-left: 4rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business .business-work__cnt .list-text {
    margin-top: 3rem;
  }
}
.p-business .business-work__cnt .list-text li {
  font-weight: bold;
  color: #333333;
  display: flex;
  gap: 2rem;
  align-items: center;
}
.p-business .business-work__cnt .list-text li + li {
  margin-top: 3rem;
}
.p-business .business-work__cnt .list-text li::before {
  counter-increment: item;
  content: counter(item);
  width: 4.65rem;
  height: 4.65rem;
  border-radius: 50%;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-second);
}
.p-business .business-work__cnt .list-text li .txt {
  flex: 1;
}
.p-business .business-feature {
  padding-top: 13rem;
  padding-bottom: 33rem;
}
@media screen and (max-width: 767px) {
  .p-business .business-feature {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.p-business .business-feature__item:not(:last-child) {
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-business .business-feature__item:not(:last-child) {
    margin-bottom: 7rem;
  }
}
.p-business .business-feature__title {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  min-width: 35rem;
  max-width: 100%;
  padding: 1rem 1rem;
  background-color: var(--c-second);
  border-radius: 4.7rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-business .business-feature__title {
    font-size: 1.6rem;
    min-width: 22rem;
    margin-bottom: 3rem;
  }
}
.p-business .business-feature__content ._flow .item {
  background: #e2e2e2;
  border-radius: 0.2rem;
  padding: 1.5rem 5rem;
}
.p-business .business-feature__content ._flow .item + .item {
  margin-top: 5rem;
  position: relative;
}
.p-business .business-feature__content ._flow .item + .item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4.2rem solid transparent;
  border-right: 4.2rem solid transparent;
  border-top: 2.4rem solid #0032be;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  top: -3.6rem;
}
.p-business .business-feature__content ._flow .item .item-text-01 {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0032be;
}
.p-business .business-feature__content ._flow .item .item-text-02 {
  font-weight: bold;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-business .business-feature__content ._flow ._flow-text {
    width: 41%;
  }
}
.p-business .business-feature__content ._flow ._flow-img {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-business .business-feature__content ._flow {
    display: flex;
    align-items: center;
    gap: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business .business-feature__content ._flow ._flow-img {
    margin-top: 3rem;
  }
}
.p-business .business-feature__subtitle {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.p-business .business-feature__subtitle .-m {
  font-size: 2.2rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #0032be;
}
.p-business .business-feature__subtitle .-s {
  font-weight: bold;
  color: #333333;
}
.p-business .business-feature__subtitle.s--02 {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-business .business-feature__subtitle {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.p-business .business-feature__image {
  margin-top: 3rem;
  display: flex;
}
.p-business .business-feature__image .img {
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-business .business-feature__image .img {
    width: 41%;
  }
}
.p-business .business-feature__image .img-02 {
  background: rgba(226, 226, 226, 0.46);
  padding: 3rem 4.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-business .business-feature__image .img-02 {
    width: 59%;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-business .business-feature__image .img-02 {
    padding: 3rem 2rem;
    margin-top: 2rem;
  }
}
.p-business .business-feature__image .img-02 .img-02_i-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-business .business-feature__image .img-02 .img-02_i-wrap {
    width: 50%;
  }
}
.p-business .business-feature__image .img-02 .img-02_i figcaption {
  font-weight: bold;
  font-size: 1.6rem;
  color: #333333;
  text-align: center;
  margin-top: 1rem;
}
.p-business .business-feature__image .img-02 .img-02_t {
  padding-left: 3rem;
  padding-top: 4rem;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.1em;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .p-business .business-feature__image .img-02 .img-02_t {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-business .business-feature__image .img-02 .img-02_t {
    padding-left: 0;
    padding-top: 2rem;
    font-size: 1.6rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-business .business-feature__image {
    flex-direction: column;
  }
}
.p-business .business-feature__add {
  margin-top: 1.2rem;
  background: rgb(226, 226, 226);
  padding: 3.5rem 4rem;
}
@media screen and (min-width: 768px) {
  .p-business .business-feature__add {
    display: flex;
    max-width: 79rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business .business-feature__add {
    padding: 3rem 2rem;
  }
}
.p-business .business-feature__add .add_list {
  counter-reset: item;
}
@media screen and (min-width: 768px) {
  .p-business .business-feature__add .add_list {
    width: 45%;
  }
}
.p-business .business-feature__add .add_list li {
  font-weight: bold;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.p-business .business-feature__add .add_list li + li {
  margin-top: 1rem;
}
.p-business .business-feature__add .add_list li::before {
  counter-increment: item;
  content: counter(item);
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-second);
}
.p-business .business-feature__add .text {
  font-weight: bold;
  line-height: 2.1764705882;
}
@media screen and (min-width: 768px) {
  .p-business .business-feature__add .text {
    border-left: 1px solid #333;
    width: 55%;
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business .business-feature__add .text {
    border-top: 1px solid #333;
    padding-top: 2rem;
    margin-top: 2rem;
  }
}
.p-business .business-feature__image02 {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-business .business-feature__image02 {
    overflow: auto;
  }
  .p-business .business-feature__image02 img {
    width: 80rem;
    max-width: 80rem;
  }
}