html {
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  color: #1a1a1a;
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}
a {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  border-style: solid;
  border-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  border-top-width: 1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled,
button:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
fieldset,
option {
  padding: 0;
}
fieldset {
  margin: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="number"] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-collapse: collapse;
  border-color: inherit;
}
caption {
  text-align: left;
}
td,
th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: 700;
  text-align: left;
}
.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -ms-flex-negative: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.l-header {
  position: relative;
  z-index: 50;
}
.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1206.6666px;
  padding-left: 3.3333%;
  padding-right: 3.3333%;
  width: 100%;
}
.l-scroll-top {
  bottom: 0.625rem;
  position: fixed;
  right: 0.625rem;
}
.l-section {
  margin-block: 2.8125rem;
}
.c-accordion {
  border: 0.125rem solid #1a1a1a;
}
.c-accordion summary::-webkit-details-marker {
  display: none;
}
.c-accordion__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  background: #1a1a1a;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1.25rem 2.5rem;
  text-decoration: none;
  width: 100%;
}
.c-accordion__icon i {
  font-size: 1rem;
  position: relative;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-accordion.is-open .c-accordion__icon i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.c-accordion__content {
  background: #fff;
  color: #1a1a1a;
  font-size: 1.125rem;
  overflow: hidden;
  text-decoration: none;
}
.c-accordion__content-inner {
  padding: 1.25rem 2.5rem;
}
.c-accordion--type1 .c-accordion__title {
  background: #fff;
  color: #1a1a1a;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.c-accordion--type1 .c-accordion__icon i {
  font-size: 1.25rem;
}
.c-accordion--type2 .c-accordion__title {
  position: relative;
}
.c-accordion--type2 .c-accordion__icon:after,
.c-accordion--type2 .c-accordion__icon:before {
  background: #fff;
  content: "";
  height: 0.125rem;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0.9375rem;
}
.c-accordion--type2 .c-accordion__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.c-accordion--type2.is-open .c-accordion__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.c-bg01 {
  border: 7px solid hsla(0, 0%, 86%, 0.53);
  height: 350px;
  width: 350px;
}
.c-bg01,
.c-bg02 {
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.c-bg02 {
  background: hsla(0, 0%, 86%, 0.53);
  height: 495px;
  width: 495px;
}
.c-bg03 {
  border: 14px solid hsla(0, 0%, 86%, 0.53);
  border-radius: 50%;
  height: 634px;
  position: absolute;
  width: 634px;
  z-index: -1;
}
.c-button {
  background: #e35037;
  border: 0.0625rem solid #e35037;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  max-width: 100%;
  padding: 1.25rem 2.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-button:hover {
  background: #fff;
  color: #e35037;
}
.c-button--arrow {
  padding-right: 3.125rem;
  position: relative;
}
.c-button--arrow:after {
  content: "";
  font-family: Font Awesome\6 Free;
  font-size: 1rem;
  font-weight: 900;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-card__body {
  padding: 0.9375rem;
}
.c-card__time {
  font-size: 0.875rem;
}
.c-card__title {
  font-size: 1.25rem;
  font-weight: 700;
}
.c-card__text,
.c-card__title {
  margin-top: 0.625rem;
}
.c-card--shadow {
  -webkit-box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.3);
}
.c-card--horizon {
  -ms-grid-columns: 20% 80%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 20% 80%;
}
.c-card--horizon .c-card__body {
  padding: 0.625rem 0.9375rem;
}
.c-drawer__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  background: #e35037;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2rem transparent;
  box-shadow: 0 0 2rem transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.125rem;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 3.125rem;
  z-index: 200;
}
.c-drawer__button:focus,
.c-drawer__button:hover {
  background: #ff5037;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
.c-drawer__line {
  font-size: 0;
}
.c-drawer__line,
.c-drawer__line:after,
.c-drawer__line:before {
  background-color: #fff;
  border-radius: 0.1875rem;
  content: "";
  display: block;
  height: 0.1875rem;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 1.5625rem;
}
.c-drawer__line:before {
  bottom: 0.5rem;
}
.c-drawer__line:after {
  top: 0.5rem;
}
.c-drawer__button[aria-expanded="true"] {
  background: #ff5037;
}
.c-drawer__button[aria-expanded="true"] .c-drawer__line {
  background-color: transparent;
}
.c-drawer__button[aria-expanded="true"] .c-drawer__line:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-drawer__button[aria-expanded="true"] .c-drawer__line:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-drawer__modal {
  background: hsla(0, 0%, 100%, 0.95);
  display: block;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
  width: 100vw;
  z-index: -1;
}
.c-drawer__modal.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.c-drawer__lists {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-drawer__link {
  color: #e35037;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  padding-block: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
.c-drawer--open-right .c-drawer__modal {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.c-drawer--open-right .c-drawer__modal.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.c-drawer--open-left .c-drawer__modal {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.c-drawer--open-left .c-drawer__modal.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.c-drawer--open-top .c-drawer__modal {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.c-drawer--open-top .c-drawer__modal.is-open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.c-heading02 {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 50px;
  position: relative;
  text-transform: uppercase;
  z-index: 0;
}
.c-heading02:before {
  background: #ff5037;
  -webkit-clip-path: polygon(75% 0, 100% 0, 25% 100%, 0 100%);
  clip-path: polygon(75% 0, 100% 0, 25% 100%, 0 100%);
  content: "";
  height: 89px;
  left: -15px;
  position: absolute;
  top: -38px;
  width: 114px;
  z-index: -1;
}
.c-heading02._thin {
  text-transform: none;
}
.c-heading03 {
  font-size: 2.5625rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-list,
.c-list li ul {
  list-style-type: disc;
  padding-left: 1.875rem;
  padding-right: 0.625rem;
}
.c-list li {
  margin-bottom: 0.9375rem;
}
.c-list li ul li {
  margin-top: 0.9375rem;
}
.c-list--decimal,
.c-list--decimal li ul {
  list-style-type: decimal;
}
.c-list--arrow-start,
.c-list--arrow-start li ul {
  list-style-type: none;
}
.c-list--arrow-start li {
  position: relative;
}
.c-list--arrow-start li:before {
  content: "";
  font-family: Font Awesome\6 Free;
  font-size: 0.75rem;
  font-weight: 900;
  left: -1rem;
  position: absolute;
  top: 0.125rem;
}
.c-lower-head {
  height: 28.75rem;
  position: relative;
}
.c-lower-head:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), to(#5a5a5a));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #5a5a5a);
  content: "";
  height: 9.375rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-lower-head__bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-lower-head__inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  left: 50%;
  margin-inline: auto;
  max-width: 48.75rem;
  padding-inline: 3.3333%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.c-lower-head__inner,
.c-lower-head__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-lower-head__title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  background: #1a1a1a;
  color: #fff;
  font-size: 2.0625rem;
  height: 19.375rem;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  letter-spacing: 0.3125rem;
  padding-block: 0.3125rem;
  padding-top: 1.25rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.c-scroll-top {
  display: inline-block;
}
.c-text {
  font-size: 1.0625rem;
  letter-spacing: -0.0625rem;
  line-height: 2.4705882353;
  text-align: justify;
}
.c-text__name {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}
.c-vertical-line {
  background: #1a1a1a;
  height: 6.25rem;
  margin-inline: auto;
  width: 0.0625rem;
}
.p-about {
  background: #fafafa;
  position: relative;
  z-index: 0;
}
.p-about__inner {
  -ms-grid-columns: (1fr) [2];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  max-width: 1450px;
}
.p-about__content {
  margin: 110px 0 0 auto;
  max-width: calc(530px + 3.3333%);
  padding-left: 3.3333%;
  padding-right: 110px;
  position: relative;
  width: 100%;
}
.p-about__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.p-about__heading .c-heading02 {
  margin-left: -4px;
}
.p-about__heading .c-heading02:before {
  left: -28px;
}
.p-about__heading .c-heading03 {
  margin-top: -2px;
}
.p-about__text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin-top: 40px;
  text-align: justify;
}
.p-about__image {
  height: 570px;
}
.p-about__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p-about__bg01 {
  right: 80px;
  top: -90px;
}
.p-about__bg02 {
  right: 300px;
  top: 80px;
}
.p-business {
  padding-block: 100px 115px;
  position: relative;
}
.p-business__inner {
  margin-inline: auto;
  max-width: calc(1070px + 6.6666%);
  padding-inline: 3.3333%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-business__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 53px;
}
.p-business__heading .c-heading02 {
  margin-left: -10px;
}
.p-business__heading .c-heading02 br {
  display: none;
}
.p-business__heading .c-heading03 {
  letter-spacing: 0.05em;
  margin-top: 30px;
}
.p-business__content {
  grid-gap: 100px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-columns: 56% auto;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -ms-grid;
  display: grid;
  gap: 100px;
  grid-template-columns: 56% auto;
  margin-top: 55px;
}
.p-business__boxes {
  grid-gap: 75px;
  -ms-grid-columns: (1fr) [2];
  display: -ms-grid;
  display: grid;
  gap: 75px;
  grid-template-columns: repeat(2, 1fr);
}
.p-business__box {
  background: #fff;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
  max-width: 270px;
  padding-top: 20px;
}
.p-business__boxHeading {
  background: #4a4a4a;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.7;
  margin-left: -25px;
  padding: 26px 40px 20px 60px;
  position: relative;
  white-space: nowrap;
  width: calc(100% + 25px);
}
.p-business__boxContent {
  grid-gap: 25px;
  -ms-grid-rows: 90px 1fr;
  display: -ms-grid;
  display: grid;
  gap: 25px;
  grid-template-rows: 90px 1fr;
  padding: 25px 20px 30px;
}
.p-business__boxImage {
  display: block;
  text-align: center;
}
.p-business__boxImage img {
  width: 100px;
}
.p-business__boxList {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2.1;
}
.p-business__text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 2.2;
  margin-top: 60px;
  position: relative;
  text-align: justify;
  z-index: 2;
}
.p-business__bg01 {
  bottom: -70px;
  right: calc(50vw - 410px);
  z-index: 1;
}
.p-cards {
  grid-gap: 1.25rem;
  -ms-grid-columns: (1fr) [3];
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}
.p-component__previewTitle {
  margin-top: 1.875rem;
}
.p-component__preview {
  margin-top: 1.25rem;
}
.p-contact {
  padding-block: 75px 160px;
}
.p-contact__inner {
  margin-inline: auto;
  max-width: calc(1070px + 6.6666%);
  padding-inline: 3.3333%;
  width: 100%;
}
.p-contact__form {
  margin-inline: auto;
  margin-top: -13px;
  max-width: 520px;
  width: 100%;
}
.p-contact__group + .p-contact__group {
  margin: 23px 0 10px;
}
.p-contact__group._center {
  text-align: center;
}
.p-contact__label {
  display: block;
  font-weight: 700;
}
.p-contact__checkbox {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  font-weight: 700;
}
.p-contact input,
.p-contact textarea {
  border: 1px solid #1a1a1a;
  margin-top: 9px;
  padding: 10px;
  width: 100%;
}
.p-contact textarea {
  height: 263px;
}
.p-detail {
  background: #e8e8e8;
  padding-block: 90px 100px;
  position: relative;
  z-index: 0;
}
.p-detail:before {
  background: #4d4d4d;
  -webkit-clip-path: polygon(49% 0, 0 100%, 100% 100%);
  clip-path: polygon(49% 0, 0 100%, 100% 100%);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  width: 147px;
  z-index: 1;
}
.p-detail__bg02 {
  right: -15px;
  top: -70px;
  z-index: 0;
}
.p-detail__bg03 {
  left: 20px;
  top: 32%;
  z-index: 0;
}
.p-detail__inner {
  margin-inline: auto;
  max-width: calc(1070px + 6.6666%);
  padding-inline: 3.3333%;
  position: relative;
  z-index: 1;
}
.p-detail__heading02.c-heading02 {
  margin-left: -10px;
}
.p-detail__heading03.c-heading03 {
  margin-top: 65px;
}
.p-detail__lists + .p-detail__heading03 {
  margin-top: 105px;
}
.p-detail__lists {
  grid-gap: 50px;
  display: -ms-grid;
  display: grid;
  gap: 50px;
  margin-top: 60px;
}
.p-detail__listHeading {
  position: relative;
}
.p-detail__listHeading04 {
  background: #4d4d4d;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  padding-block: 10px;
  text-align: center;
}
.p-detail__listIcon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  background: #4d4d4d;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 105px;
}
.p-detail__listHeading._reverse .p-detail__listIcon {
  left: -10px;
  right: auto;
}
.p-detail__listIcon img {
  width: auto;
}
.p-detail__listIcon._ojt img {
  height: 56px;
}
.p-detail__listIcon._book img {
  height: 70px;
}
.p-detail__listIcon._money img {
  height: 50px;
}
.p-detail__listIcon._muscle img {
  height: 62px;
}
.p-detail__listIcon._person img {
  height: 63px;
}
.p-detail__listIcon._handshake img {
  height: 55px;
}
.p-detail__listContent {
  background: #fff;
  padding: 37px 17% 45px 16%;
}
.p-detail__listText {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.p-detail__listText em {
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}
.p-detail__listText + .p-detail__listText {
  margin-top: 10px;
}
.p-footer {
  background: #ff5037;
  padding-block: 30px;
  position: relative;
}
.p-footer__inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-inline: auto;
  max-width: calc(1020px + 6.6666%);
  padding-inline: 3.3333%;
  width: 100%;
}
.p-footer__inner,
.p-footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-footer__sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 37px;
}
.p-footer__sns img {
  width: 34px;
}
.p-footer__copy {
  bottom: 33px;
  color: #fff;
  font-size: 0.8125rem;
  left: 50%;
  letter-spacing: 0.1em;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 42px 45px;
}
.p-header__logo {
  font-size: 0;
}
.p-header__logo img {
  width: 172px;
}
.p-header__drawer {
  display: none;
}
.p-main,
.p-mv {
  overflow: hidden;
}
.p-mv {
  -ms-grid-rows: 1fr auto;
  background: #e35037;
  display: -ms-grid;
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100vh;
  padding-bottom: 30px;
  position: relative;
}
.p-mv__bg {
  height: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.p-mv__bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p-mv__copy {
  display: -ms-grid;
  display: grid;
  place-items: center;
  z-index: 1;
}
.p-mv__copy img {
  max-width: 666px;
  position: relative;
  top: 27px;
  width: 34.68vw;
}
.p-mv__nav {
  z-index: 1;
}
.p-mv__lists {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-mv__list a {
  color: #fff;
  font-size: 14px;
  padding: 2px 22px;
  text-transform: uppercase;
}
.p-mv__list:not(:first-child) a {
  border-left: 3px solid #1a1a1a;
}
.p-profile {
  padding-block: 110px;
}
.p-profile__inner {
  margin-inline: auto;
  max-width: calc(1070px + 6.6666%);
  padding-inline: 3.3333%;
  width: 100%;
}
.p-profile__heading.c-heading02 {
  left: -10px;
}
.p-profile__body {
  grid-gap: 50px;
  -ms-grid-columns: 260px 1fr;
  display: -ms-grid;
  display: grid;
  gap: 50px;
  grid-template-columns: 260px 1fr;
  margin-inline: auto;
  margin-top: -22px;
  max-width: 900px;
}
.p-profile__figureText {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 10px;
  text-align: center;
}
.p-profile__content {
  margin-top: 5px;
}
.p-profile__text {
  font-size: 1.125rem;
/*  font-weight: 700; */
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: justify;
}
.p-profile__lists {
  margin-top: 23px;
}
.p-profile__list {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
.u-hidden-pc {
  display: none;
}
.u-hidden-sp {
  display: block;
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
@media screen and (max-width: 1440px) {
  .c-heading03 {
    font-size: 2.8125rem;
  }
  .p-about__inner {
    -ms-grid-columns: 55% 45%;
    grid-template-columns: 55% 45%;
  }
  .p-about__content {
    margin-inline: auto;
    margin-top: 100px;
    max-width: calc(560px + 3.3333%);
    padding-inline: 3.3333%;
  }
  .p-about__heading .c-heading02 {
    margin-left: 0;
  }
  .p-about__heading .c-heading03 {
    margin-top: 10px;
  }
  .p-business__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
  .p-business__heading .c-heading02 br {
    display: block;
  }
  .p-business__heading .c-heading03 {
    margin-top: 40px;
  }
  .p-business__text {
    margin-top: 0;
  }
  .p-profile__body {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .c-heading02 {
    font-size: 1.375rem;
    margin-top: 0;
  }
  .c-heading02:before {
    height: 78px;
    left: 50%;
    top: -25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
  }
  .p-about__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-about__content {
    margin-top: 100px;
    max-width: 100%;
  }
  .p-about__heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-about__heading .c-heading02 {
    margin-top: 0;
  }
  .p-about__heading .c-heading02:before {
    left: 50%;
  }
  .p-about__heading .c-heading03 br {
    display: none;
  }
  .p-about__text {
    font-size: 1rem;
    margin-top: 50px;
  }
  .p-about__image {
    height: 100vw;
    margin-top: 75px;
    max-height: 750px;
  }
  .p-business {
    padding-block: 100px;
  }
  .p-business__inner {
    padding-inline: 6%;
  }
  .p-business__heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 70px;
  }
  .p-business__heading .c-heading02 {
    margin-left: 0;
  }
  .p-business__heading .c-heading03 {
    margin-top: 0;
  }
  .p-business__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-grid-columns: 1fr;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 60px;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .p-business__boxes {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .p-business__box {
    max-width: 100%;
  }
  .p-business__boxHeading {
    font-size: 1.25rem;
    padding: 25px 25px 25px 50px;
  }
  .p-business__text {
    font-size: 1rem;
  }
  .p-contact {
    padding-block: 50px 200px;
  }
  .p-contact__inner {
    padding-inline: 6%;
  }
  .p-contact__heading.c-heading02 {
    margin-inline: auto;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .p-contact__form {
    margin-top: 100px;
  }
  .p-contact__group + .p-contact__group {
    margin-top: 25px;
  }
  .p-contact__label {
    font-size: 1rem;
  }
  .p-contact__checkbox {
    font-size: 1rem;
  }
  .p-contact input,
  .p-contact textarea {
    padding: 10px;
  }
  .p-detail:before {
    height: 60px;
    width: 120px;
  }
  .p-detail__inner {
    padding-inline: 6%;
  }
  .p-detail__heading02.c-heading02 {
    margin-inline: auto;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .p-detail__heading03.c-heading03 {
    margin-top: 70px;
    text-align: center;
  }
  .p-detail__lists {
    gap: 50px;
    margin-top: 40px;
  }
  .p-detail__listHeading04 {
    font-size: 1.25rem;
  }
  .p-detail__listIcon {
    height: 100px;
    width: 100px;
  }
  .p-detail__listIcon._ojt img {
    height: 55px;
  }
  .p-detail__listIcon._book img {
    height: 70px;
  }
  .p-detail__listIcon._money img {
    height: 50px;
  }
  .p-detail__listIcon._muscle img {
    height: 58px;
  }
  .p-detail__listIcon._person img {
    height: 60px;
  }
  .p-detail__listIcon._handshake img {
    height: 55px;
  }
  .p-detail__listContent {
    padding: 35px 10%;
  }
  .p-detail__listText {
    font-size: 1.15rem;
  }
  .p-footer__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .p-footer__sns {
    gap: 30px;
  }
  .p-footer__copy {
    font-size: 0.875rem;
    left: auto;
    position: inherit;
    -webkit-transform: none;
    transform: none;
  }
  .p-header__inner {
    padding: 25px;
  }
  .p-header__drawer {
    display: block;
    position: fixed;
    right: 20px;
    top: 15px;
    z-index: 200;
  }
  .p-mv__copy img {
    max-width: 666px;
    width: 100%;
    width: 80vw;
  }
  .p-mv__nav {
    display: none;
  }
  .p-profile {
    padding-block: 100px;
  }
  .p-profile__inner {
    padding-inline: 6%;
  }
  .p-profile__heading.c-heading02 {
    left: 0;
    margin-inline: auto;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .p-profile__body {
    -ms-grid-columns: 1fr;
    gap: 60px;
    grid-template-columns: 1fr;
    margin-top: 100px;
  }
  .p-profile__figure {
    margin-inline: auto;
    max-width: 500px;
  }
  .p-profile__text {
    font-size: 1.15rem;
  }
  .p-profile__list {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  a {
    opacity: 1;
  }
  .l-inner {
    max-width: 37.5rem;
    padding-left: 6%;
    padding-right: 6%;
  }
  .c-heading03 {
    font-size: 1.875rem;
  }
  .c-lower-head {
    height: 14.375rem;
  }
  .c-lower-head__title {
    font-size: 1.375rem;
    height: 13.125rem;
    padding-top: 0.625rem;
    position: relative;
    right: 1.25rem;
    top: -2.5rem;
  }
  .c-text {
    font-size: 1rem;
  }
  .c-vertical-line {
    height: 4.125rem;
  }
  .p-about__content {
    padding-inline: 6%;
  }
  .p-about__heading .c-heading03 br {
    display: block;
  }
  .p-business__boxes {
    -ms-grid-columns: 1fr;
    gap: 45px;
    grid-template-columns: 1fr;
    margin-inline: auto;
    max-width: 600px;
    width: 100%;
  }
  .p-cards {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .p-profile__list {
    margin-top: 5px;
  }
  .u-hidden-pc {
    display: block;
  }
  .u-hidden-sp {
    display: none;
  }
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
