@charset "UTF-8";
/*テキスト用mixin*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
@media (max-width: 1460px) {
  html {
    font-size: 1.095890411vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
  main{
    overflow:hidden;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

* {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  letter-spacing: 0;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -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;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 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-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

.l-inner {
  width: 100%;
  margin-inline: auto;
  max-width: 1460px;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.img-wrap {
  opacity: 0;
}

.img-animation {
  -webkit-animation: img-opacity 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-opacity 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation::before {
  -webkit-animation: img-animation 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-animation 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@-webkit-keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes img-animation {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes img-animation {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/* 遅延パターン1 */
.img-animation.delay-1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.img-animation.delay-1::before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* 遅延パターン2 */
.img-animation.delay-2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.img-animation.delay-2::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* 遅延パターン3 */
.img-animation.delay-3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.img-animation.delay-3::before {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@media only screen and (max-width:768px){
  .img-animation.delay-1,
  .img-animation.delay-1::before,
  .img-animation.delay-2,
  .img-animation.delay-2::before,
  .img-animation.delay-3,
  .img-animation.delay-3::before{
    -webkit-animation-delay: .3s;
          animation-delay: .3s;
  }
}

.c-btn {
  display: block;
  width: 12.4375rem;
  padding: 0.625rem 0 0.4375rem 0;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 10rem;
    padding: 0.5rem 0 0.375rem 0;
  }
}

.c-btn.c-btn--white:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0 0.3125rem 0.3125rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn.c-btn--orange:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0 0.3125rem 0.3125rem;
  border-color: transparent transparent transparent #F76610;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn.c-btn--down:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  border-color: #F76610 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn--white {
  color: #fff;
  border: solid 1px #fff;
}

.c-btn--orange {
  color: #F76610;
  border: solid 1px #F76610;
}

.c-btn--ja {
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn--ja {
    font-size: 0.875rem;
  }
}

.c-btn--en {
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn--en {
    font-size: 0.625rem;
  }
}

.c-btn--white .c-btn--ja,
.c-btn--white .c-btn--en {
  color: #fff;
}

.c-btn--orange .c-btn--ja,
.c-btn--orange .c-btn--en {
  color: #F76610;
}

@media (hover: hover) {
  .c-btn--white:hover {
    border: solid 1px #F76610;
    background-color: #fff;
  }
  .c-btn--orange:hover {
    border: solid 1px #fff;
    background-color: #F76610;
  }
  .c-btn:hover.c-btn--orange:before {
    border-color: transparent transparent transparent #fff;
  }
  .c-btn:hover.c-btn--white:before {
    border-color: transparent transparent transparent #F76610;
  }
  .c-btn:hover.c-btn--white .c-btn--ja,
  .c-btn:hover.c-btn--white .c-btn--en {
    color: #F76610;
  }
  .c-btn:hover.c-btn--orange .c-btn--ja,
  .c-btn:hover.c-btn--orange .c-btn--en {
    color: #fff;
  }
  .c-btn:hover.c-btn.c-btn--down:before {
    border-color: #fff transparent transparent transparent;
  }
}
.c-contact-btn {
  display: block;
  width: 9.0625rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #F76610;
  background: #fff;
  border-radius: 0.1875rem;
}

@media (hover: hover) {
  .c-contact-btn:hover {
    color: #fff;
    background: #F76610;
  }
}
.c-contact-btn--big {
  width: 11rem;
  height: 2.875rem;
  line-height: 2.875rem;
}

.c-contact {
  background-image: url(../images/common/contact_img.webp);
  background-size: cover;
  aspect-ratio: 1920/264;
}
@media screen and (max-width: 768px) {
  .c-contact {
    aspect-ratio: initial;
    height: 9.375rem;
  }
}

.c-contact__title {
  width: 100%;
  height: 100%;
}

.c-contact__title a {
  font-family: "Jost", sans-serif;
  font-size: 8.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: -0.02em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-contact__title a {
    font-size: 3.125rem;
  }
}

@media (hover: hover) {
  .c-contact__title a:hover {
    color: #F76610;
  }
}
.c-contents-title {
  display: block;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.075em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-contents-title {
    font-size: 1.5rem;
  }
}

.c-contents-title:after {
  display: block;
  content: "";
  width: 4.75rem;
  height: 0.3125rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.6875rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-contents-title:after {
    width: 2.8125rem;
  }
}

.c-entry {
  background-color: #1c1717;
  height: 10.3125rem;
}
@media screen and (max-width: 768px) {
  .c-entry {
    height: 6.25rem;
  }
}

.c-entry__wrapper {
  position: relative;
  -webkit-transform: translateY(-37%);
          transform: translateY(-37%);
}

.c-entry__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.c-entry__title a {
  font-family: "Jost", sans-serif;
  font-size: 8.75rem;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-entry__title a {
    font-size: 3.125rem;
  }
}

@media (hover: hover) {
  .c-contact__entry a:hover {
    color: #F76610;
  }
}
.c-entry__img {
  width: 100%;
  max-width: 87.5rem;
  height: auto;
  aspect-ratio: 1400/264;
}
@media screen and (max-width: 768px) {
  .c-entry__img {
    height: 9.375rem;
  }
}

.c-entry__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-entry__img img {
    border-radius: 1.25rem;
  }
}

@media (hover: hover) {
  .c-entry__title a:hover {
    color: #F76610;
  }
}
.c-hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-hamburger {
    cursor: pointer;
    width: 2.5rem;
    display: block;
    height: 2.5rem;
    position: relative;
    z-index: 12;
  }
}

.c-hamburger__bar {
  position: relative;
  display: block;
  width: 25px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.c-hamburger__bar:nth-child(1) {
  top: 0;
}

.c-hamburger__bar:nth-child(2) {
  margin: 5px 0;
  left: 3px;
}

.c-hamburger__bar:nth-child(3) {
  top: 0;
}

@media screen and (max-width: 768px) {
  .c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-of-type(1) {
    top: 9px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-of-type(2) {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-of-type(3) {
    top: -9px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff;
  }
}

.c-page-fv {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1920/550;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-page-fv {
    height: 30vh;
  }
}

.c-page-fv--company {
  background-image: url(../images/company/fv.webp);
}

.c-page-recruit-fv {
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-page-fv--company{
    overflow:hidden;
  }
  .c-page-recruit-fv{
    overflow:hidden;
    
  }
  .c-page-recruit-fv.recruit-top-bg {
    overflow: initial;
    height: 80vh;
  }
}

.c-page-recruit-fv__img {
  width: 100%;
  max-width: 76.25rem;
  height: auto;
  aspect-ratio: 1220/540;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-page-recruit-fv__img {
    width: 80%;
    height: 250px;
  }
}

.c-page-recruit-fv__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-page-recruit-fv__img img {
    border-radius: 0 0 0 0.625rem;
  }
}

.c-page-recruit-fv__name {
  position: absolute;
  font-family: "Jost", sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.12em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  bottom: 45.7%;
  right: 5%;
  -webkit-transform: rotate(180deg) translateY(-100%);
          transform: rotate(180deg) translateY(-100%);
}
@media screen and (max-width: 768px) {
  .c-page-recruit-fv__name {
    font-size: 0.5rem;
    bottom: auto;
    bottom: initial;
    top: 30%;
    right: 3%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 500px) {
  .c-page-recruit-fv__name {
    top: 10%;
    right: 1%;
  }
}

.c-page-recruit-title {
  position: absolute;
  top: 32.2%;
  left: 10.4%;
}
@media screen and (max-width: 768px) {
  .c-page-recruit-title {
    left: 1.25rem;
    top:80px;
  }
}

/* recruit-slide-height */
.c-page-recruit-title02 {
  position: absolute;
  top: 12.2%;
  left: 10.4%;
}
@media screen and (max-width: 768px) {
  .c-page-recruit-title02 {
    left: 1.25rem;
  }
}

.c-page-recruit-title__sub-copy {
  font-family: "Jost", sans-serif;
  font-size: 9.375rem;
  font-weight: 500;
  font-style: italic;
  color: #F76610;
  text-transform: capitalize;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .c-page-recruit-title__sub-copy {
    font-size: 5rem;
  }

  .c-page-recruit-title__sub-copy {
/*    font-size: 5rem;*/
    font-size: 3.4rem;
  }
}

.c-page-recruit-title__main-copy {
  font-size: 1.75rem;
  font-weight: 700;
  color: #F76610;
  font-style: italic;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .c-page-recruit-title__main-copy {
    font-size: 1.125rem;
  }
}

.c-page-title {
  padding-top: 14.8%;
  margin-left: 8.6%;
}
@media screen and (max-width: 768px) {
  .c-page-title {
    padding-top: 100px;
  }
}

.c-page-title__sub-copy {
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-page-title__sub-copy {
    font-size: 0.5rem;
  }
}

.c-page-title__sub-copy::before {
  border-top: 1px solid #fff;
  content: "";
  width: 2.5rem;
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-page-title__sub-copy::before {
    width: 2rem;
    margin-right: 2rem;
  }
}

.c-page-title__main-copy {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  font-style: italic;
  margin-top: 3.625rem;
}
@media screen and (max-width: 768px) {
  .c-page-title__main-copy {
    font-size: 1.625rem;
    margin-top: 0;
  }
}

.c-page-title__main-copy::first-letter {
  color: #F76610;
}

.c-section-title--center {
  display: grid;
  place-items: center;
}

.c-section-title--left {
  display: grid;
  place-items: flex-start;
}

.c-section-title--en02 {
  font-family: "Jost", sans-serif;
  font-size: 4.9375rem;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .c-section-title--en02 {
    font-size: 2.75rem;
  }
}


.c-section-title--ja02 {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  position: relative;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-section-title--ja02 {
    font-size: 0.875rem;
    margin-top: 0.375rem;
  }
}

.c-section-title--en {
  font-family: "Jost", sans-serif;
  font-size: 4.9375rem;
  font-weight: 500;
  font-style: italic;
  color: #F76610;
  text-transform: capitalize;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .c-section-title--en {
    font-size: 3.75rem;
  }

  .p-top-policy__title .c-section-title--en{
    font-size: 2.8rem;
  }

}

.c-section-title--ja {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  position: relative;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-section-title--ja {
    font-size: 0.875rem;
    margin-top: 0.375rem;
  }
}

.c-section-title--ja:after {
  display: block;
  content: "";
  width: 4.75rem;
  height: 0.3125rem;
  background-color: #F76610;
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-section-title--ja:after {
    height: 0.25rem;
  }
}

.c-section-title--ja02:after {
  display: block;
  content: "";
  width: 4.75rem;
  height: 0.3125rem;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-section-title--ja02:after {
    height: 0.25rem;
  }
}

.c-section-title--white {
  color: #fff;
}

.c-section-title--white:after {
  background-color: #fff;
}

.c-section-title--black {
  color: #231815;
}

.c-section-title--black:after {
  background-color: #fff;
}

.c-section-title--orange {
  color: #fff;
}

.c-section-title--orange:after {
  background-color: #F76610;
}

.c-section-title--white .c-section-title--en {
  color: white;
}

.c-section-title--white .c-section-title--ja:after {
  background-color: #fff;
}

.c-section-title--left .c-section-title--ja:after {
  left: 0;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: initial;
          transform: initial;
}

.p-company-company {
  background-image: url(../images/company/company_bg.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  aspect-ratio: 1920/1268;
  position: relative;
  padding-top: 9.6875rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-company-company {
    /* padding-top: 6.25rem; */
    aspect-ratio: initial;
    background-position: center bottom;
  }
}

.p-company-company-info--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 87.5rem;
  margin-inline: auto;
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-company-company-info--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    margin-top: 4.375rem;
  }
}

.p-company-company__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company-company__info-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-company-company__info-list--bottom .p-company-company__info-term {
  width: 11%;
}
@media screen and (max-width: 768px) {
  .p-company-company__info-list--bottom .p-company-company__info-term {
    width: 100%;
  }
}

.p-company-company__info-list--bottom .p-company-company__info-description {
  width: 89%;
}
@media screen and (max-width: 768px) {
  .p-company-company__info-list--bottom .p-company-company__info-description {
    width: 100%;
  }
}

.p-company-company__info-term {
  width: 22%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: #999;
  border-top: 1px solid #999;
  padding: 2rem 0;
  padding-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-company-company__info-term {
    width: 100%;
    font-size: 0.9375rem;
    padding-top: 1.25rem;
    padding-bottom: 0;
  }
}

.p-company-company__info-list--bottom .p-company-company__info-term:last-of-type {
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .p-company-company__info-list--bottom .p-company-company__info-term:last-of-type {
    border-bottom: 0;
    border-bottom: initial;
  }
}

.p-company-company__info-description {
  width: 78%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.06em;
  color: #1c1717;
  border-top: 1px solid #999;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .p-company-company__info-description {
    width: 100%;
    border-top: 0;
    border-top: initial;
    padding-left: 0.625rem;
    font-size: 0.9375rem;
    padding-top: 0.3125rem;
    padding-bottom: 1.25rem;
  }
}

.p-company-company__info-list--bottom .p-company-company__info-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-company-company__info-list--bottom .p-company-company__info-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-company-company__info-list--bottom .p-company-company__info-description:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11.1875rem;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .p-company-company__info-list--bottom .p-company-company__info-description:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-company-company__info-item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.06em;
  color: #1c1717;
}
@media screen and (max-width: 768px) {
  .p-company-company__info-item {
    font-size: 0.9375rem;
  }
}

.p-company-company__info-item a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.06em;
  color: #fff;
  background: #F76610;
  border: 1px solid #F76610;
  padding: .5em;
  border-radius: 3px;
  transition: all .3s ease;
}
.p-company-company__info-item a:hover {
  color: #F76610;
  background: transparent;
  border: 1px solid #F76610;
}

.p-company-history {
  background-image: url(../images/company/history_bg.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  aspect-ratio: 1920/2222;
  position: relative;
  padding-top: 9.6875rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-company-history {
    padding-top: 6.25rem;
  }
}

.p-company-history__inner {
  overflow: hidden;
}

.p-company-history__img {
  width: 100%;
  max-width: 25rem;
  height: auto;
  /* aspect-ratio: 400.3/1628.2; */
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-company-history__img {
    max-width: 15rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-history__img {
    max-width: 10rem;
  }
}

.p-company-history__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company-history__wrapper {
  position: relative;
  margin-top: 7.5rem;
  width: 100%;
  max-width: 25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-company-history__wrapper {
    margin-top: 5rem;
    max-width: 18.75rem;
  }
}

.p-company-history__content {
  position: absolute;
}

.p-company-history__term {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  width: 17rem;
}
@media screen and (max-width: 768px) {
  .p-company-history__term {
    font-size: 1.125rem;
    width: 12.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-history__term {
    width: 32vw;
    font-size: 2.5vw;
  }
}

.p-company-history__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.06em;
  color: #fff;
  width: 17rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-company-history__text {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
    width: 12.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-history__text {
    font-size: 2vw;
    width: 32vw;
  }
}

.p-company-history__content--01 {
  right: -55%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-company-history__content--01 {
    right: -50%;
  }
}
@media screen and (max-width: 600px) {
  .p-company-history__content--01 {
    left: calc(50% + 3.75rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-company-history__content--02 {
  top: 15%;
  left: -45%;
}
@media screen and (max-width: 768px) {
  .p-company-history__content--02 {
    left: -40%;
  }
}
@media screen and (max-width: 600px) {
  .p-company-history__content--02 {
    left: auto;
    left: initial;
    right: calc(50% + 3.75rem);
  }
}

.p-company-history__content--03 {
  top: 29.5%;
  right: -55%;
}
@media screen and (max-width: 768px) {
  .p-company-history__content--03 {
    right: -50%;
  }
}
@media screen and (max-width: 600px) {
  .p-company-history__content--03 {
    left: calc(50% + 3.75rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-company-history__content--04 {
  top: 44%;
  left: -45%;
}
@media screen and (max-width: 768px) {
  .p-company-history__content--04 {
    left: -40%;
  }
}
@media screen and (max-width: 600px) {
  .p-company-history__content--04 {
    left: auto;
    left: initial;
    right: calc(50% + 3.75rem);
  }
}

.p-company-history__content--05 {
  top: 66%;
  right: -55%;
}
@media screen and (max-width: 768px) {
  .p-company-history__content--05 {
    right: -50%;
  }
}
@media screen and (max-width: 600px) {
  .p-company-history__content--05 {
    left: calc(50% + 3.75rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-company-history__content--06 {
  top: 88%;
  left: -55%;
}
@media screen and (max-width: 768px) {
  .p-company-history__content--06 {
    left: -40%;
  }
}
@media screen and (max-width: 600px) {
  .p-company-history__content--06 {
    left: auto;
    left: initial;
    right: calc(50% + 3.75rem);
  }
}

.p-company-map {
  background-image: url(../images/company/map_bg.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  aspect-ratio: 1920/1465;
  position: relative;
  padding-top: 9.6875rem;
  padding-bottom: 6.25rem;
}

.p-company-map__title .c-section-title--en {
  text-transform: none;
  text-transform: initial;
  color: #fff;
}
.p-company-map__title .c-section-title--ja::after {
  background: #fff;
}

.p-company-map__wrapper {
  margin-top: 4.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company-map__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-company-map__img {
  width: 100%;
  height: 100%;
  max-width: 50.1875rem;
  aspect-ratio: 803.3/542.3;
}

.p-company-map__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company-map__body {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .p-company-map__body {
    width: 100%;
    margin-top: 3.75rem;
  }
}

.p-company-map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.p-company-map__term {
  width: 44%;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-company-map__term:last-of-type {
  border-bottom: 1px solid #fff;
}

.p-company-map__term p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.06em;
  color: #fff;
  padding-left: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-company-map__term p {
    font-size: 0.9375rem;
    padding-left: 3.125rem;
  }
}

.p-company-map__icon {
  position: absolute;
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  z-index: 1;
  top: 30.8%;
  left: 13.4%;
}
@media screen and (max-width: 768px) {
  .p-company-map__icon {
    font-size: 1.125rem;
    top: 36.8%;
    left: 1.25rem;
  }
}

.p-company-map__icon:before {
  display: block;
  content: "";
  width: 3.75rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  top: -0.9375rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/common/pin_icon.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-company-map__icon:before {
    width: 2.25rem;
    height: 3rem;
    top: -0.5rem;
  }
}

.p-company-map__description {
  padding: 0.875rem 0;
  width: 56%;
  border-top: 1px solid #fff;
}
.p-company-map__description:last-child {
  padding: 0.875rem 0 3rem 0;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-company-map__term{
    width:100%;
    min-height: 3rem;
    padding-top: 20px;
  }
  .p-company-map__term:last-of-type{
    border-bottom:0;
  }
  .p-company-map__description,.p-company-map__description:last-child {
    padding: 30px 0;
    width: 100%;
    border-top: 0;
  }
}

.p-company-map__address {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  .p-company-map__address {
    font-size: 0.9375rem;
  }
}

.p-company-map__link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.06em;
  text-transform: capitalize;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company-map__link {
    font-size: 0.9375rem;
  }
}

.p-company-map__link:before {
  display: block;
  content: "";
  width: 6.5rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
}

.p-company-map__link:after {
  display: block;
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  right: -1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/link_icon.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.p-company-message {
  background-image: url(../images/company/message_img.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  aspect-ratio: 1920/1002;
  position: relative;
  padding-top: 9.6875rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-company-message {
    background-image: url(../images/company/company_bg.webp);
    height: 80%;
    aspect-ratio: initial;
    /* background-position: left -25.1875rem top; */
    color: #231815;
    padding-bottom: 0;
  }
}
/* @media screen and (max-width: 500px) {
  .p-company-message {
    background-position: left -37.5rem top;
  }
} */

.p-company-message__menu {
  position: absolute;
  top: 7.1%;
  left: 9.6%;
}
@media screen and (max-width: 768px) {
  .p-company-message__menu {
    display:none;
    left: auto;
    left: initial;
    right: 4%;
    top: 2%;
  }
}

.p-company-message__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-company-message__items {
    gap: 0.75rem;
  }
}

.p-company-message__item {
  font-family: "Jost", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  font-style: italic;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .p-company-message__item {
    font-size: 1.125rem;
  }
}

.p-company-message__item:first-child {
  font-family: "Jost", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  color: #F76610;
}
@media screen and (max-width: 768px) {
  .p-company-message__item:first-child {
    font-size: 1.125rem;
  }
}

.p-company-message__item:before {
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50vh;
  background-color: #fff;
  position: absolute;
  left: -1.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-company-message__item:first-child:before {
  background-color: #F76610;
}

.p-company-message__item:not(:first-child) a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-company-message__item:not(:first-child) a:hover {
  color: #F76610;
}

.p-top-message__title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-top-message__title {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .p-top-message__title.c-section-title--left {
    place-items: center;
  }
}

.p-company-message__wrapper {
  width: 100%;
  max-width: 43.75rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-company-message__wrapper {
    margin-left: 0;
    margin-left: initial;
    margin-inline: auto;
  }
}

.p-company-message__text {
  margin-top: 5.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.06em;
  color: #fff;
  padding-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-company-message__text {
    font-size: 0.9375rem;
  }
}

.p-company-message__name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-top: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-company-message__name-wrapper {
    gap: 0.9375rem;
    justify-content: center;
    margin-top: 2em;
  }
}

.p-company-message__name--ja {
  width: 100%;
  max-width: 6.25rem;
  height: auto;
  aspect-ratio: 99.5/23.6;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-company-message__name--ja {
    max-width: 5rem;
  }
}

.p-company-message__name--ja img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company-message__name--en {
  width: 100%;
  max-width: 20.25rem;
  height: auto;
  aspect-ratio: 324.3/79.4;
}
@media screen and (max-width: 768px) {
  .p-company-message__name--en {
    max-width: 16.1875rem;
  }
}

.p-company-message__name--en img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company-sdgs {
  background-image: url(../images/company/sdgs_img.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  aspect-ratio: 1920/943;
  position: relative;
  padding-top: 9.6875rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-company-sdgs {
    padding-top: 6.25rem;
    aspect-ratio: initial;
  }
}

.p-company-sdgs__title .c-section-title--en {
  text-transform: none;
  text-transform: initial;
}

.p-company-sdgs__copy {
  text-align: center;
  margin-top: 6.4375rem;
}
@media screen and (max-width: 768px) {
  .p-company-sdgs__copy {
    margin-top: 5rem;
  }
}

.p-company-sdgs__copy-img {
  width: 100%;
  max-width: 35.0625rem;
  height: auto;
  margin-inline: auto;
  aspect-ratio: 561/158;
}
@media screen and (max-width: 768px) {
  .p-company-sdgs__copy-img {
    max-width: 24.5rem;
  }
}

.p-company-sdgs__copy-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company-sdgs__text {
  font-size: 1.03125rem;
  font-weight: 700;
  text-align: center;
  margin-top: 6.125rem;
}
@media screen and (max-width: 768px) {
  .p-company-sdgs__text {
    margin-top: 3.75rem;
    font-size: 0.875rem;
  }
}

.p-company__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.3125rem;
}

.p-company__btn .c-btn {
  background-color: #fff;
  width: 15rem;
  padding: 1rem 0;
}

@media (hover: hover) {
  .p-company__btn .c-btn:hover {
    color: #fff;
    background-color: #F76610;
    border: 1px solid #fff;
  }
}
.p-footer {
  background-color: #1c1717;
  padding-top: 2.1875rem;
  padding-bottom: 2.375rem;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.p-footer__nav {
  width: 100%;
  max-width: 69.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer__items {
    /* -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 24px; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    text-align: center;
  }
}
@media screen and (max-width: 480px){
  .p-footer__items {
    /* -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 14px; */
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-footer__item {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  padding: 1.25rem 2rem;

}
@media screen and (max-width: 768px) {
  .p-footer__item {
    font-size: 0.875rem;
    padding: 0.625rem;
  }
}

@media (hover: hover) {
  .p-footer__item:hover {
    color: #F76610;
  }
}

/* 追加 */
.p-footer__list {
  color: #fff;
}
.p-footer__list__page, .p-footer__list__page__sub {
  color: inherit;
  font-weight: 700;
}
.p-footer__list__page:hover, .p-footer__list__page__sub:hover {
  color: #F76610;
}
.p-footer__list__page {
  font-size: 1rem;
  padding: 1rem;
}
@media screen and (max-width: 768px){
  .p-footer__list__page{
    padding:0;
  }
}
.p-footer__list__page__sub {
  font-size: .9rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
}
.p-footer__list__page__sub:last-child {
  padding-bottom: 0;
}
.p-footer__list__page__sub::before {
  content: "";
  border-top: 1px solid #fff;
  width: .5rem;
  margin-right: .5rem;
}

@media screen and (max-width: 768px){
  .p-footer__list__page__sub {
    display: none;
  }
}
/* 追加分終了 */

.p-footer__contact-btn {
  margin-inline: auto;
  margin-top: 3rem;
}
.p-footer__pp-btn{
  margin-top:1rem;
  text-align:center;
}
.p-footer__pp-btn a{
  font-size:13px;
  color:#F76610;
}

.p-footer__logo {
  width: 100%;
  max-width: 5rem;
  height: auto;
  aspect-ratio: 1/1;
  text-align: center;
  margin-inline: auto;
  margin-top: 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    margin-top: 1.25rem;
  }
}

.p-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: initial;
  }
}

.p-footer__address,
.p-footer__tel {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
}
.p-footer__tel a{
  color:#FFF;
}

@media screen and (max-width: 768px) {
  .p-footer__tel {
    margin-top: 0.625rem;
    line-height: 1.5;
  }
}

.p-footer__copyrights {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  text-align: right;
  margin-top: 3.125rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-footer__copyrights {
    font-size: 0.8125rem;
    text-align: center;
    padding-right: 0;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 6.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#231815), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #231815 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 5rem;
    overflow: hidden;
  }
}

.p-header__inner {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  padding: 0 1.625rem 0 1.25rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    padding: 0 1.25rem;
  }
}

.p-header__left-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo {
  max-width: 5rem;
  width: 100%;
  height: auto;
  aspect-ratio: 80/80;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    max-width: 4rem;
  }
}

.p-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__recruit {
  font-family: "Jost", sans-serif;
  font-size: 1.9375rem;
  font-weight: 500;
  font-style: italic;
  color: #F76610;
  margin-left: 2rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-header__recruit {
    font-size: 1.125rem;
    margin-left: 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  .p-header__hamburger {
    position: absolute;
    top: 1.25rem;
    right: 0.75rem;
    z-index: 1010;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-header__nav {
    z-index: 1000;
    position: fixed;
    top: 0%;
    right: -60%;
    width: 60%;
    height: 100vh;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    overflow: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-header__nav[aria-expanded=true] {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: rgba(35, 24, 21, .9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-header__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    margin-top: 5rem;
    padding: 0 1.25rem;
  }
}

.p-header__item {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-header__item {
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.25rem 1.25rem;
    border-bottom: 1px solid #fff;
  }
}

.p-header__item + .p-header__item {
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-header__item + .p-header__item {
    margin-left: 0;
    margin-left: initial;
  }
}

.p-header__item::after {
  content: "";
  display: inline-block;
  background-color: #F76610;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

@media (hover: hover) {
  .p-header__item:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.p-header__contact-btn {
  margin-left: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-header__contact-btn {
    margin-left: 0;
    margin-left: initial;
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-header__contact-btn--sp {
  margin-right: 3.125rem;
}

.no-scroll {
  overflow: hidden;
}

.p-learning-about {
  background-image: url(../images/learning/about_bg.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1920/2270;
  position: relative;
  padding-top: 9.75rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-learning-about {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-learning-about__menu {
  position: absolute;
  top: 7.1%;
  left: 9.6%;
}

/* 追従メニュー */
.sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.p-learning-about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-learning-about__items {
    gap: 0.75rem;
  }
}

.p-learning-about__item {
  font-family: "Jost", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  font-style: italic;
  text-transform: capitalize;
  position: relative;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .p-learning-about__item {
    font-size: 1.125rem;
  }
}
/*
.p-learning-about__item:first-child {
  font-family: "Jost", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  color: #F76610;
}
*/

.p-learning-about__item:before {
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50vh;
  background-color: #F76610;
  position: absolute;
  left: -1.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*
.p-learning-about__item:first-child:before {
  background-color: #F76610;
}
*/


.p-learning-about__item a {
  color: #F76610;
}
.p-learning-about__item a:hover {
  color: #F76610;
}
.p-learning-about__item.active a {
  color: #231815;
}
.p-learning-about__item a.active {
    color: #231815;
}
.p-learning-about__item:nth-of-type(2) a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*
.p-learning-about__item:nth-of-type(2) a:hover {
  color: #F76610;
}
*/
@media screen and (max-width: 768px) {

  .p-learning-about__menu {
      position: absolute;
      top: 2.1%;
  }
  .p-learning-about__menu.sticky {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    display: none; /* スマホ表示時は追従メニューを非表示に */
  }
}

.p-learning-about__copy {
  font-size: 3.75rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 5.4375rem;
}
@media screen and (max-width: 768px) {
  .p-learning-about__copy {
    font-size: 1.3rem;
    text-align: left;
  }
  .p-learning-about__copy br{
    display:none;
  }
}
/*
.p-learning-about__item:nth-of-type(2):hover::before {
  background-color: #F76610;
}
*/

.p-learning-about__copy--orange {
  color: #F76610;
}

.p-learning-about__copy--small {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-learning-about__copy--small {
    font-size: 1rem;
  }
}

.p-learning-about__heading {
  font-size: 2.6875rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #F76610;
  text-align: center;
  margin-top: 6.0625rem;
}
@media screen and (max-width: 768px) {
  .p-learning-about__heading {
    font-size: 1.4rem;
    margin-top: 3.75rem;
  }
}

.p-learning-about__heading--bottom {
  margin-top: 7.1875rem;
}
@media screen and (max-width: 768px) {
  .p-learning-about__heading--bottom {
    margin-top: 3.75rem;
  }
}

.p-learning-about__heading--small {
  font-size: 1.875rem;
  color: #F76610;
}
@media screen and (max-width: 768px) {
  .p-learning-about__heading--small {
    font-size: 1.25rem;
  }
}

.p-learning-about__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.06em;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-learning-about__text {
    font-size: 1rem;
    text-align: left;
  }
}

.p-learning-about__wrapper {
  margin-top: 5.625rem;
  position: relative;
  max-width: 87.5rem;
  width: 100%;
  border: 1px solid #231815;
  border-top: 0;
  border-top: initial;
  padding: 0 1.25rem;
  padding-bottom: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-learning-about__wrapper {
    margin-top: 3.125rem;
  }
}

.p-learning-about__wrapper:before {
  display: block;
  content: "";
  width: 31.25rem;
  height: 1px;
  background-color: #231815;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-learning-about__wrapper:before {
    width: 35.7%;
  }
}
@media screen and (max-width: 600px) {
  .p-learning-about__wrapper:before {
    width: 28%;
  }
}

.p-learning-about__wrapper:after {
  display: block;
  content: "";
  width: 31.25rem;
  height: 1px;
  background-color: #231815;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-learning-about__wrapper:after {
    width: 35.7%;
  }
}
@media screen and (max-width: 600px) {
  .p-learning-about__wrapper:after {
    width: 28%;
  }
}

.p-learning-about__img-title {
  display: block;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.075em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-learning-about__img-title {
    font-size: 1.5rem;
  }
}

.p-learning-about__img-title:after {
  display: block;
  content: "";
  width: 4.75rem;
  height: 0.3125rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.6875rem;
  background-color: #231815;
}
@media screen and (max-width: 768px) {
  .p-learning-about__img-title:after {
    width: 2.8125rem;
  }
}

.p-learning-about__img {
  width: 100%;
  max-width: 55.0625rem;
  height: auto;
  aspect-ratio: 881/296;
  margin-inline: auto;
  margin-top: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .p-learning-about__img {
    margin-top: 1.25rem;
    aspect-ratio: initial;
    overflow: auto;
  }
}

.p-learning-about__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-learning-about__img img {
    width: 37.5rem;
    overflow: scroll;
    aspect-ratio: 881/296;
    margin-bottom: 10px;
  }
}

.p-learning-fv {
  background-image: url(../images/learning/fv01.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1920/550;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-learning-fv {
    overflow:hidden;
    height: 30vh;
  }
}

.p-learning-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/learning/fv02.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1920/752;
  position: relative;
  padding-top: 9.625rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-learning-head {
    height: 70vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-learning__inner {
  text-align: center;
}

.p-learning-head__title {
  display: inline-block;
  width: 100%;
  max-width: 17.0625rem;
  height: auto;
  aspect-ratio: 273/49;
}
@media screen and (max-width: 768px) {
  .p-learning-head__title {
    max-width: 10.25rem;
  }
}

.p-learning-head__title img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-learning-head__text {
  width: 100%;
  max-width: 28.125rem;
  margin-inline: auto;
  font-size: 1.03125rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  margin-top: 5.5rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-learning-head__text {
    font-size: 0.875rem;
    margin-top: 3.75rem;
  }
}

.p-learning-process {
  background-image: url(../images/learning/process_bg.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1920/5716.5;
  padding-top: 6.25rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-learning-process {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.p-learning-process__copy {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 4.75rem;
  transform: skewX(-8deg);
}
@media screen and (max-width: 768px) {
  .p-learning-process__copy {
    font-size: 1.3rem;
    text-align: left;
  }
}

.p-learning-process__copy--white {
  color: #fff;
}

.p-learning-process__copy--small {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-learning-process__copy--small {
    font-size: 1rem;
  }
}

.p-learning-process__heading {
  font-size: 2.6875rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 6.6875rem;
}
@media screen and (max-width: 768px) {
  .p-learning-process__heading {
    font-size: 1.5rem;
    margin-top: 3.75rem;
  }
}

.p-learning-process__heading--small {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .p-learning-process__heading--small {
    font-size: 1.3rem;
  }
}

.p-learning-process__text {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.06em;
  color: #fff;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-learning-process__text {
    font-size: 1rem;
    text-align: left;
  }
}

.p-learning-process__wrapper {
  margin-top: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  border-top: 0;
  border-top: initial;
  padding: 0 1.25rem;
  padding-bottom: 4.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-learning-process__wrapper {
    margin-top: 3.125rem;
  }
}

.p-learning-process__wrapper:before {
  display: block;
  content: "";
  width: 31.25rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-learning-process__wrapper:before {
    width: 35.7%;
  }
}
@media screen and (max-width: 600px) {
  .p-learning-process__wrapper:before {
    width: 28%;
  }
}

.p-learning-process__wrapper:after {
  display: block;
  content: "";
  width: 31.25rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-learning-process__wrapper:after {
    width: 35.7%;
  }
}
@media screen and (max-width: 600px) {
  .p-learning-process__wrapper:after {
    width: 28%;
  }
}

.p-learning-process__img {
  width: 100%;
  max-width: 72.088125rem;
  height: auto;
  aspect-ratio: 1153.41/403.45;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-learning-process__img {
    margin-top: 1.25rem;
    aspect-ratio: initial;
    overflow: auto;
  }
}

.p-learning-process__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-learning-process__img img {
    width: 50rem;
    overflow: scroll;
    aspect-ratio: 1153.41/403.45;
    margin-bottom: 10px;
  }
}

.p-learning-process__heading--middle {
  margin-top: 9.8125rem;
}
@media screen and (max-width: 768px) {
  .p-learning-process__heading--middle {
    margin-top: 6.25rem;
  }
}

.p-learning-process__heading2 {
  margin-top: 5.3125rem;
}
@media screen and (max-width: 768px) {
  .p-learning-process__heading2 {
    margin-top: 3.75rem;
  }
}

.p-learning-process__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.75rem;
  margin-inline: auto;
  width: 100%;
  max-width: 83.75rem;
}
@media screen and (max-width: 768px) {
  .p-learning-process__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 0;
    max-width: 37.5rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-learning-process__items {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
  }
}

.p-learning-process__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  max-width: 20.3125rem;
  width: 100%;
  padding: 1.25rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-learning-process__item {
    padding: 1.25rem;
  }
}

.p-learning-process__item::before {
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-left: 1px solid #fff;
}

.p-learning-process__item:nth-child(odd)::before {
  background-color: rgba(255, 255, 255, .1);
}
@media screen and (max-width: 768px) {
  .p-learning-process__item:nth-child(odd)::before {
    border-right: 1px solid #fff;
  }
}

.p-learning-process__item:nth-child(odd):last-child:before {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-learning-process__item:nth-child(even)::before {
    border-right: 1px solid #fff;
  }
}

.p-learning-process__icon {
  width: 100%;
  max-width: 9.375rem;
  height: auto;
  aspect-ratio: 150/125;
}
@media screen and (max-width: 768px) {
  .p-learning-process__icon {
    max-width: 7.5rem;
  }
}

.p-learning-process__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-learning-process__merit {
  font-size: 1.875rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  color: #fff;
  margin-top: 1.125rem;
  padding-right: 11%;
}
@media screen and (max-width: 768px) {
  .p-learning-process__merit {
    font-size: 1.375rem;
  }
}

.p-learning-process__merit--big {
  font-size: 2.125rem;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .p-learning-process__merit--big {
    font-size: 1.625rem;
  }
}

.p-learning-process__merit--small {
  font-size: 1.375rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  color: #fff;
  margin-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-learning-process__merit--small {
    font-size: 1.125rem;
  }
}

.p-learning-process__merit--small span {
  font-size: 1.875rem;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .p-learning-process__merit--small span {
    font-size: 1.375rem;
  }
}

.p-learning-process__heading--bottom {
  margin-top: 8.5rem;
}
@media screen and (max-width: 768px) {
  .p-learning-process__heading--bottom {
    margin-top: 6.25rem;
  }
}

.p-learning-process_illust {
  position: relative;
  overflow: hidden;
}

.p-learning-process_illust-img {
  width: 100%;
  max-width: 87.5rem;
  height: auto;
  aspect-ratio: 1400/1970;
  margin-top: 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-learning-process_illust-img {
    margin-top: 3.75rem;
  }
}

.p-learning-process_illust-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-learning-process_illust-name {
  display: inline-block;
  position: absolute;
}

.p-learning-process_illust-name:nth-child(odd) {
  text-align: right;
}

.p-learning-process_illust-name--en {
  font-family: "Jost", sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .p-learning-process_illust-name--en {
    font-size: 1.125rem;
  }
}

.p-learning-process_illust-name--ja {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  position: relative;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-learning-process_illust-name--ja {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
}

.p-learning-process_illust-name--02 .p-learning-process_illust-name--ja {
  padding-left: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-learning-process_illust-name--02 .p-learning-process_illust-name--ja {
    padding-left: 0.3125rem;
  }
}

.p-learning-process_illust-name--04 .p-learning-process_illust-name--ja {
  padding-left: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .p-learning-process_illust-name--04 .p-learning-process_illust-name--ja {
    padding-left: 0;
  }
}

.p-learning-process_illust-name--ja:after {
  display: block;
  content: "";
  width: 4.75rem;
  height: 0.3125rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
}
@media screen and (max-width: 768px) {
  .p-learning-process_illust-name--ja:after {
    width: 2.8125rem;
    height: 0.1875rem;
  }
}

.p-learning-process_illust-name--01 {
  top: 17.3%;
  right: 2.5%;
}
@media screen and (max-width: 768px) {
  .p-learning-process_illust-name--01 {
    right: 7.4%;
  }
}
@media screen and (max-width: 600px) {
  .p-learning-process_illust-name--01 {
    top: 20%;
    right: 0;
  }
}

.p-learning-process_illust-name--02 {
  top: 41.4%;
  left: 4%;
}
@media screen and (max-width: 768px) {
  .p-learning-process_illust-name--02 {
    left: 8.3%;
  }
}
@media screen and (max-width: 600px) {
  .p-learning-process_illust-name--02 {
    left: 0;
  }
}

.p-learning-process_illust-name--03 {
  bottom: 33.3%;
  right: 4%;
}
@media screen and (max-width: 768px) {
  .p-learning-process_illust-name--03 {
    right: 6%;
  }
}
@media screen and (max-width: 600px) {
  .p-learning-process_illust-name--03 {
    right: 0;
  }
}

.p-learning-process_illust-name--04 {
  bottom: 11%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .p-learning-process_illust-name--04 {
    left: 15%;
  }
}
@media screen and (max-width: 600px) {
  .p-learning-process_illust-name--04 {
    left: 0;
  }
}

.p-learning-process__wrapper02 {
  margin-top: 7.5rem;
  border: 1px solid #fff;
  border-top: 0;
  border-top: initial;
  padding: 0 1.25rem;
  padding-bottom: 5rem;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-learning-process__wrapper02 {
    margin-top: 5rem;
  }
}

.p-learning-process__wrapper02:before {
  display: block;
  content: "";
  width: 26.875rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-learning-process__wrapper02:before {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .p-learning-process__wrapper02:before {
    width: 15%;
  }
}
@media screen and (max-width: 500px) {
  .p-learning-process__wrapper02:before {
    width: 5%;
  }
}

.p-learning-process__wrapper02:after {
  display: block;
  content: "";
  width: 26.875rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-learning-process__wrapper02:after {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .p-learning-process__wrapper02:after {
    width: 15%;
  }
}
@media screen and (max-width: 500px) {
  .p-learning-process__wrapper02:after {
    width: 5%;
  }
}

@media screen and (max-width: 768px) {
  .p-learning-process__img-title {
    font-size: 1.25rem;
  }
}

.p-learning-process_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  gap: 3.625rem 0;
  margin-top: 4.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-learning-process_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 0;
    max-width: 37.5rem;
    padding: 0 20px;
    margin-top: 3.75rem;
    gap: 3.625rem 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-learning-process_cards {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
  }
}

.p-learning-process_card {
  position: relative;
}

.p-learning-process_card-img {
  width: 100%;
  max-width: 23.75rem;
  height: auto;
  aspect-ratio: 380/230;
}

.p-learning-process_card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-learning-process_card-tag {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  color: #F76610;
  position: absolute;
  z-index: 1;
  padding: 0.375rem 1.375rem;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-learning-process_card-tag {
    padding: 0.25rem 0.9375rem;
  }
}

.p-learning-process_card-tag:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: skewX(-12deg) translateX(-50%) translateY(-50%);
          transform: skewX(-12deg) translateX(-50%) translateY(-50%);
  z-index: -1;
}

.p-recruit-company__bg {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  background-image: url(../images/recruit-company/bg.webp);
}

.p-recruit-company-career {
  padding-top: 9.6875rem;
  padding-bottom: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-company-career {
    padding-top: 6.25rem;
  }
}

.p-recruit-company-career__title .c-section-title--en {
  text-transform: none;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .p-recruit-company-career__title .c-section-title--en {
    text-align: center;
  }
}

.p-recruit-company-career__img {
  width: 100%;
  max-width: 87.5rem;
  height: auto;
  aspect-ratio: 1400/800;
  margin-inline: auto;
  margin-top: 5.75rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-company-career__img {
    margin-top: 3.75rem;
  }
}

.p-recruit-company-career__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-page-fv {
  position: relative;
}

.p-recruit-company-graphics {
  padding-top: 9.6875rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-company-graphics {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-recruit-company-graphics__wrapper {
  width: 100%;
  margin-inline: auto;
  padding: 2.5rem;
  margin-top: 5.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(239, 239, 239)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-company-graphics__wrapper {
    padding: 1.25rem;
  }
}

.p-recruit-company-graphics__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-recruit-company-graphics__items--top {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem; */
    flex-direction: column;
  }
}

.p-recruit-company-graphics__items--top .p-recruit-company-graphics__item:nth-child(3) {
  grid-column: span 2;
}

@media screen and (max-width: 768px) {
  .p-recruit-company-graphics__items--middle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .p-recruit-company-graphics__items--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.p-recruit-company-graphics__img {
  width: 100%;
}

.p-recruit-company-graphics__img--small {
  max-width: 19.6875rem;
  aspect-ratio: 315/424;
}

.p-recruit-company-graphics__img--big {
  max-width: 40.625rem;
  aspect-ratio: 650/424;
}

.p-recruit-company-graphics__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit-company-vision {
  padding-top: 12.1875rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-company-vision {
    padding-top: 6.25rem;
    padding-bottom: 9.375rem;
  }
}

.p-recruit-company-vision__map {
  width: 100%;
  max-width: 87.5rem;
  height: auto;
  aspect-ratio: 1400/990;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-company-vision__map {
    margin-top: 3.75rem;
    aspect-ratio: initial;
    overflow: scroll;
  }
}

.p-recruit-company-vision__map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-recruit-company-vision__map img {
    /* width: 50rem; */
    width: 100%;
    overflow: scroll;
    aspect-ratio: 1400/990;
    margin-bottom: 0.625rem;
  }
}

.p-recruit-company-welfare {
  padding-top: 9.6875rem;
  padding-bottom: 7.3125rem;
  background: rgba(235, 100, 0, .82);
}
@media screen and (max-width: 768px) {
  .p-recruit-company-welfare {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-recruit-company-welfare__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-recruit-company-welfare__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-recruit-company-welfare__img {
  width: 100%;
  max-width: 40.625rem;
  height: 100%;
  aspect-ratio: 650/500;
  margin-top: 6.9375rem;
  margin-left: calc(50% - 50vw);
  width: 90%;
}
@media screen and (max-width: 1750px) {
  .p-recruit-company-welfare__img {
    max-width: 34.375rem;
    margin-top: 3.75rem;
  }
}

.p-recruit-company-welfare__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit-company-welfare__list {
  margin-top: -7.3125rem;
  width: 100%;
  max-width: 56.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1750px) {
  .p-recruit-company-welfare__list {
    max-width: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-company-welfare__list {
    margin-top: 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-recruit-company-welfare__term {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: #fff;
  width: 23%;
  padding: 2.1875rem 0;
  padding-left: 1.875rem;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-recruit-company-welfare__term {
    width: 100%;
    font-size: 1.0625rem;
    padding: 1.25rem 0 0.625rem 1.25rem;
  }
}

.p-recruit-company-welfare__term:last-of-type {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-recruit-company-welfare__term:last-of-type {
    border-bottom: 0;
    border-bottom: initial;
  }
}

.p-recruit-company-welfare__description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  letter-spacing: -0.06em;
  color: #fff;
  padding: 2.1875rem 0;
  border-top: 1px solid #fff;
  width: 77%;
}
@media screen and (max-width: 768px) {
  .p-recruit-company-welfare__description {
    width: 100%;
    border-top: 0;
    border-top: initial;
    font-size: 1rem;
    padding: 0 0.625rem 1.25rem 1.25rem;
  }
}

.p-recruit-company-welfare__description:last-of-type {
  border-bottom: 1px solid #fff;
}

.p-top-bg {
  background-image: url(../images/top/bg_illust.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.p-top__bg2 {
  /* background: linear-gradient(21.3deg, #F76610 39.9%, #fff 40%); */
  /* 20251104 10件表示に伴って変更 */
  background: linear-gradient(16deg, #F76610 17.9%, #fff 18%);
}
@media screen and (max-width: 768px) {
  .p-top__bg2 {
    /* background: linear-gradient(21.3deg, #F76610 47.9%, #fff 48%); */
    /* 20251104 10件表示に伴って変更 */
    background: linear-gradient(16deg, #F76610 5.9%, #fff 6%);
  }
}
.p-top-company {
  position: relative;
  padding-top: 18.4375rem;
}
@media screen and (max-width: 768px) {
  .p-top-company {
    padding-top: 6.875rem;
  }
}

.p-top-company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-company__wrapper .p-top-company__body .p-top-company__title .c-section-title--en {
  color: #fff;
}
.p-top-company__wrapper .p-top-company__body .p-top-company__title .c-section-title--ja::after {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-company__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-company__wrapper .p-top-company__body .p-top-company__title .c-section-title--en{
    color:#000;
  }
}

.p-top-company__text {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  margin-top: 4.1875rem;
}
@media screen and (max-width: 768px) {
  .p-top-company__text {
    font-size: 1rem;
  }
}

.p-top-company__btn {
  margin-top: 3.625rem;
  margin-left: 5px;
}

.p-top-company__img {
  width: 100%;
  max-width: 39.8125rem;
  height: auto;
  aspect-ratio: 637/382;
  -webkit-transform: translateY(2.1875rem);
          transform: translateY(2.1875rem);
}
@media screen and (max-width: 1400px) {
  .p-top-company__img {
    -webkit-transform: translateY(1.1875rem);
            transform: translateY(1.1875rem);
  }
}
@media screen and (max-width: 768px) {
  .p-top-company__img {
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    max-width: none;
    max-width: initial;
    margin-top: 3.75rem;
  }
}

.p-top-company__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-fv {
  background-image: url(../images/top/fv.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1920/2794;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-fv {
    overflow:hidden;
    height: calc(100vh + 35rem);
  }
}
@media screen and (max-width: 600px) {
  .p-top-fv {
    /* height: calc(100vh + 1.875rem); */
    height: calc(100vh + 35rem);
  }
}

.p-top-fv__name {
  font-family: "Jost", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.12em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 4.2%;
  right: 3.2%;
  -webkit-transform: rotate(180deg) translateY(-100%);
          transform: rotate(180deg) translateY(-100%);
}
@media screen and (max-width: 768px) {
  .p-top-fv__name {
    /* top: 0; */
    top: 15%;
  }
}

.p-top-fv__copy-wrapper {
  padding-top: 17.5rem;
  margin-left: 10.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-fv__copy-wrapper {
    /* padding-top: 5.625rem; */
    padding-top: 15rem;
    margin-left: 1.25rem;
  }
}

.p-top-fv__sub-copy {
  font-family: "Jost", sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-fv__sub-copy {
    font-size: 0.5rem;
  }
}

.p-top-fv__sub-copy::before {
  border-top: 1px solid #fff;
  content: "";
  width: 2.5rem;
  margin-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-fv__sub-copy::before {
    width: 2rem;
    margin-right: 2rem;
  }
}

.p-top-fv__main-copy {
  font-size: 2.9375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  font-style: italic;
  margin-top: 3.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-fv__main-copy {
    font-size: 1.625rem;
    margin-top: 0;
  }
}

.p-top-fv__main-copy span {
  font-family: "Jost", sans-serif;
  font-size: 6.25rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #F76610;
  vertical-align: -1rem;
  padding: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-fv__main-copy span {
    font-size: 3.75rem;
    vertical-align: -0.625rem;
  }
}

.p-top-fv__message-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 55.2%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-fv__message-wrapper {
    position: static;
    position: initial;
    text-align: center;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    /* margin-top: 3.125rem; */
    margin-top: 20rem;
  }
}

.p-top-fv__top-message {
  width: 32.8125rem;
  aspect-ratio: 525/52;
}
@media screen and (max-width: 768px) {
  .p-top-fv__top-message {
    width: 19.6875rem;
  }
}

.p-top-fv__top-message img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-fv__middle-message {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6333333333;
  color: #fff;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-top-fv__middle-message {
    font-size: 1.375rem;
    /* margin-top: 1.25rem; */
    margin-top: 3rem;
  }
}

.p-top-fv__middle-message span {
  font-size: 1.5625rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-fv__middle-message span {
    font-size: 1.125rem;
  }
}

.p-top-fv__bottom-message {
  font-size: 1.03125rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  max-width: 25.75rem;
  width: 100%;
  text-align: justify;
  margin-top: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .p-top-fv__bottom-message {
    font-size: 0.875rem;
    max-width: 19.375rem;
    /* margin-top: 1.25rem; */
    margin-top: 2rem;
  }
}

.p-top-fv__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-fv__btn {
    margin-top: 1.75rem;
  }
}

.p-top-learning__top-contents {
  background-image: url(../images/top/learning_bg.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 31.25rem;
  padding-top: 10.125rem;
}
.p-top-learning__top-contents .c-section-title .c-section-title--en {
  color: #fff;
}
.p-top-learning__top-contents .c-section-title .c-section-title--ja::after {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-learning__top-contents {
    background-position: center center;
    height: 18.75rem;
    padding-top: 5rem;
  }
}

.p-top-learning__bottom-contents {
  background-color: #2f2b2b;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-top-learning__bottom-contents {
    padding-bottom: 2.8125rem;
  }
}

.p-top-learning__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -webkit-transform: translateY(-66px);
          transform: translateY(-66px);
}
@media screen and (max-width: 768px) {
  .p-top-learning__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .p-top-learning__card + .p-top-learning__card {
    margin-top: 4.375rem;
  }
}

.p-top-learning__card-img {
  position: relative;
  width: 100%;
  max-width: 40rem;
  height: auto;
  aspect-ratio: 633/510;
}
@media screen and (max-width: 768px) {
  .p-top-learning__card-img {
    max-width: none;
    max-width: initial;
  }
}

.p-top-learning__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-learning__number {
  font-family: "Jost", sans-serif;
  font-size: 9rem;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  position: absolute;
  left: 0.9375rem;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-learning__number {
    font-size: 6.25rem;
  }
}

.p-top-learning__card-title {
  font-size: 2.125rem;
  font-weight: 700;
  color: #fff;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-top-learning__card-title {
    margin-top: 1.5625rem;
    font-size: 1.625rem;
  }
}

.p-top-learning__btn {
  margin-top: 2.375rem;
  margin-left: 0.625rem;
}

.p-top-news {
  padding-top: 7.625rem;
}

.p-top-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-news__btn {
  margin-top: 4.625rem;
}

@media screen and (max-width: 768px) {
  .p-top-news__btn.u-sp-only {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-top-news__right-contents {
  max-width: 58.375rem;
  width: 100%;
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-top-news__right-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.p-top-news__date {
  width: 100%;
  border-top: 1px solid #999;
  padding-top: 1.5625rem;
  padding-left: 0.625rem;
}

.p-top-news__date time {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #999;
}
@media screen and (max-width: 768px) {
  .p-top-news__date time {
    font-size: 1rem;
  }
}

.p-top-news__text {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-top: 0.8125rem;
  padding-bottom: 1.625rem;
  padding-left: 0.625rem;
}
.p-top-news__text a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-top-news__text {
    font-size: 1rem;
  }
}

.p-top-news__text:last-child {
  border-bottom: 1px solid #999;
}

.p-top-recruit {
  background-color: #F76610;
  padding-top: 11.4375rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-recruit {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-top-recruit {
    padding-bottom: 11.25rem;
  }
}

.p-top-recruit__img {
  width: 100%;
  max-width: 87.1875rem;
  height: auto;
  aspect-ratio: 1395/364;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__img {
    max-width: none;
    max-width: initial;
  }
}

.p-top-recruit__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-recruit__title {
  position: absolute;
  top: 0.875rem;
  right: 4.375rem;
  font-family: "Jost", sans-serif;
  font-size: 13.4375rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__title {
    font-size: 6.25rem;
    top: -0.625rem;
    right: 1.875rem;
  }
}

.p-top-recruit__btn {
  position: absolute;
  bottom: 4.0625rem;
  right: 5rem;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__btn {
    bottom: 0.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-top-recruit__btn {
    right: auto;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -5rem;
  }
}

.p-top-service {
  padding-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding-top: 4.5rem;
  }
}

.p-top-service__copy {
  font-size: 2.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: italic;
  text-align: center;
  margin-top: 5rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-top-service__copy {
    font-size: 1.875rem;
    margin-top: 3.75rem;
    line-height: 1.6;
  }
}

.p-top-service__copy--orange {
  color: #F76610;
}

.p-top-service__text {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-top: 3rem;
}

.p-top-service__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.25rem;
}

.p-top-service__splide {
  margin-top: 5.625rem;
}

.splide__slide {
  width: 26.125rem;
  aspect-ratio: 418/387;
}
@media screen and (max-width: 768px) {
  .splide__slide {
    width: 20.9rem;
  }
}

.splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-works {
  padding-top: 10.8125rem;
  padding-bottom: 10.375rem;
}
@media screen and (max-width: 768px) {
  .p-top-works {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-top-works__top-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-works__top-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-works__body {
  margin-top: 2rem;
}

.p-top-works__text {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-works__text {
    font-size: 0.9375rem;
    margin-top: 3.75rem;
  }
}

.p-top-works__btn {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-works__btn {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-top-works__img {
  width: 100%;
  max-width: 58.8125rem;
  aspect-ratio: 941/544;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
/*  margin-right: calc(50% - 50vw);*/
}
@media screen and (max-width: 768px) {
  .p-top-works__img {
    margin-top: 3.75rem;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-top-works__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-works__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-works__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .p-top-works__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .p-top-works__item + .p-top-works__item {
    margin-top: 1.25rem;
  }
}

.p-top-works__card-img {
  position: relative;
  width: 100%;
  max-width: 27.25rem;
  aspect-ratio: 436/573;
  overflow: hidden;
}

.p-top-works__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: transform 0.5s ease-in-out, filter 0.3s ease-in-out;
  transition: transform 0.5s ease-in-out, filter 0.3s ease-in-out, -webkit-transform 0.5s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

@media (hover: hover) {
  .p-top-works__item:hover .p-top-works__card-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.7" /><feFuncG type="linear" slope="0.7" /><feFuncB type="linear" slope="0.7" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
}
.p-top-works__card-title {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  display: grid;
  place-items: center;
  z-index: 1;
}

.p-top-works__card-title--en {
  font-size: 4.9375rem;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  text-transform: capitalize;
  position: relative;
}

.p-top-works__card-title--en:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.375rem 0 0.375rem 0.375rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: -1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-top-works__card-title--ja {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  position: relative;
}

.p-top-works__card-title--ja:after {
  display: block;
  content: "";
  width: 110%;
  height: 0.3125rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -0.4375rem;
}

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

.u-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */



/*
*corporate
*/
.p-corporate-about {
  background-image: url(../images/corporate/about_bg.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1920/2270;
  position: relative;
  padding-top: 9.75rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-corporate-about {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-corporate-about__menu {
  position: absolute;
  top: 7.1%;
  left: 9.6%;
}

.p-corporate-about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-corporate-about__items {
    gap: 0.75rem;
  }
}

.p-corporate-about__item {
  font-family: "Jost", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  font-style: italic;
  text-transform: capitalize;
  position: relative;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .p-corporate-about__item {
    font-size: 1.125rem;
  }
}

.p-corporate-about__item:first-child {
  font-family: "Jost", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #F76610;
}

.p-corporate-about__item:before {
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50vh;
  background-color: #231815;
  position: absolute;
  left: -1.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-corporate-about__item:first-child:before {
  background-color: #F76610;
}

.p-corporate-about__item:nth-of-type(2) a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-corporate-about__item:nth-of-type(2) a:hover {
  color: #F76610;
}

.p-corporate-about__copy {
  font-size: 3.75rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 5.4375rem;
}
@media screen and (max-width: 768px) {
  .p-corporate-about__copy {
    font-size: 2.25rem;
    text-align: left;
  }
}

.p-corporate-about__item:nth-of-type(2):hover::before {
  background-color: #F76610;
}

.p-corporate-about__copy--orange {
  color: #F76610;
}

.p-corporate-about__copy--small {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-corporate-about__copy--small {
    font-size: 1.75rem;
  }
}
.p-corporate-about__heading {
  font-size: 2.6875rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #F76610;
  text-align: center;
  margin-top: 6.0625rem;
}
@media screen and (max-width: 768px) {
  .p-corporate-about__heading {
    font-size: 1.625rem;
    margin-top: 3.75rem;
  }
}

.p-corporate-about__heading--bottom {
  margin-top: 7.1875rem;
}
@media screen and (max-width: 768px) {
  .p-learning-about__heading--bottom {
    margin-top: 3.75rem;
  }
}

.p-corporate-about__heading--small {
  font-size: 1.875rem;
  color: #F76610;
}
@media screen and (max-width: 768px) {
  .p-corporate-about__heading--small {
    font-size: 1.25rem;
  }
}

.p-corporate-about__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.06em;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-corporate-about__text {
    font-size: 1rem;
    text-align: left;
  }
}

.p-corporate-about__wrapper {
  margin-top: 5.625rem;
  position: relative;
  max-width: 87.5rem;
  width: 100%;
  border: 1px solid #231815;
  border-top: 0;
  border-top: initial;
  padding: 0 1.25rem;
  padding-bottom: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-corporate-about__wrapper {
    margin-top: 3.125rem;
  }
}

.p-corporate-about__wrapper:before {
  display: block;
  content: "";
  width: 31.25rem;
  height: 1px;
  background-color: #231815;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-corporate-about__wrapper:before {
    width: 35.7%;
  }
}
@media screen and (max-width: 600px) {
  .p-corporate-about__wrapper:before {
    width: 28%;
  }
}

.p-corporate-about__wrapper:after {
  display: block;
  content: "";
  width: 31.25rem;
  height: 1px;
  background-color: #231815;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-corporate-about__wrapper:after {
    width: 35.7%;
  }
}
@media screen and (max-width: 600px) {
  .p-corporate-about__wrapper:after {
    width: 28%;
  }
}

.p-corporate-about__img-title {
  display: block;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.075em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-corporate-about__img-title {
    font-size: 1.5rem;
  }
}

.p-corporate-about__img-title:after {
  display: block;
  content: "";
  width: 4.75rem;
  height: 0.3125rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.6875rem;
  background-color: #231815;
}
@media screen and (max-width: 768px) {
  .p-corporate-about__img-title:after {
    width: 2.8125rem;
  }
}

.p-corporate-about__img {
  width: 100%;
  max-width: 55.0625rem;
  height: auto;
  aspect-ratio: 881/296;
  margin-inline: auto;
  margin-top: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .p-corporate-about__img {
    margin-top: 1.25rem;
    aspect-ratio: initial;
    overflow: auto;
  }
}

.p-corporate-about__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-corporate-about__img img {
    width: 37.5rem;
    overflow: scroll;
    aspect-ratio: 881/296;
    margin-bottom: 10px;
  }
}

.p-corporate-fv {
  background-image: url(../images/corporate/fv01.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1920/550;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-corporate-fv {
    overflow:hidden;
    height: 30vh;
  }
}
.p-corporate-vission {
  background-image: url(../images/corporate/bg01-2.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
/*  aspect-ratio: 1920/1642;*/
  position: relative;
  padding-top: 7.75rem;
  padding-bottom: 9.375rem;
  margin-top: -2rem;
}
@media screen and (max-width: 768px) {
  .p-corporate-vission{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-corporate-vission__menu {
  position: absolute;
  top: 7.1%;
  left: 9.6%;
}

@media screen and (max-width: 768px){
  .p-corporate-vission__menu{
    display:none;
  }
}

.p-corporate-vission__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-corporate-vission__items {
    gap: 0.75rem;
  }
}

.p-corporate-vission__item {
  font-family: "Jost", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  font-style: italic;
  text-transform: capitalize;
  position: relative;
  letter-spacing: -0.02em;
  color: #fff;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .p-corporate-vission__item {
    font-size: 1.125rem;
    color: #fff;
  }
  .p-corporate-vission{
    margin-top: -2rem;
  }
}

.p-corporate-vission__item:first-child {
  font-family: "Jost", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #231815;
}

.p-corporate-vission__item:before {
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50vh;
  background-color: #fff;
  position: absolute;
  left: -1.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-corporate-vission__item:first-child:before {
  background-color: #231815;
}

.p-corporate-vission__item:nth-of-type(2) a,
.p-corporate-vission__item:nth-of-type(3) a,
.p-corporate-vission__item:nth-of-type(4) a,
.p-corporate-vission__item:nth-of-type(5) a,
.p-corporate-vission__item:nth-of-type(6) a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-corporate-vission__item:nth-of-type(2) a:hover,
.p-corporate-vission__item:nth-of-type(3) a:hover,
.p-corporate-vission__item:nth-of-type(4) a:hover,
.p-corporate-vission__item:nth-of-type(5) a:hover,
.p-corporate-vission__item:nth-of-type(6) a:hover {
  color: #F76610;
}
.p-corporate-vission__copy {
    font-size: 3.5rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 5.4375rem;
}
.p-corporate-vission__copy--small{
  font-size: 2.75rem;
  color: #fff;
}
.p-corporate-vission__copy--white {
  color: #fff;
}
.p-corporate-vission__copy--black02{
  font-size: 3.75rem;
  color: #fff;
}
@media screen and (max-width: 768px){
.p-corporate-vission__copy {
    font-size: 1.75rem;
    /* text-align: left; */
  }
  .p-corporate-vission__copy--small{
    font-size: 1.65rem;
  }
  .p-corporate-vission__copy--black02{
    font-size: 2rem;
  }
}
.p-corporate-vission__heading {
    font-size: 2.6875rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.075em;
    text-align: center;
    margin-top: 6.6875rem;
}
.p-corporate-vission__heading--small {
    font-size: 1.875rem;
}
@media screen and (max-width: 768px){
.p-corporate-vission__heading {
    font-size: 1.875rem;
    margin-top: 3.75rem;
  }
  .p-corporate-vission__heading--small {
    font-size: 1.375rem;
}
}
.p-corporate-vission__text {
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.06em;
    color: #fff;
    margin-top: 0.625rem;
}
@media screen and (max-width: 768px){
.p-corporate-vission__text {
    font-size: 1rem;
    text-align: left;
}
  }
.p-corporate-vission__wrapper {
    margin-top: 5.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-top: 0;
    border-top: initial;
    padding: 0 1.25rem;
    position: relative;
}
.p-corporate-vission__wrapper:before {
    display: block;
    content: "";
    width: 31.25rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.p-corporate-vission__wrapper:after {
    display: block;
    content: "";
    width: 31.25rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
.c-contents-title02 {
    display: block;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.075em;
    position: relative;
}
.c-contents-title02:after {
    display: block;
    content: "";
    width: 4.75rem;
    height: 0.3125rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -0.6875rem;
    background-color: #231815;
}
.p-corporate-vission__img{
  width: 100%;
    max-width: 72.088125rem;
    height: auto;
    aspect-ratio: 1153.41 / 197;
    margin-top: 3rem;
    text-align: center;
}
.p-corporate-vission__img img{
  width: 100%;
  height: auto;
}

.p-corporate-vission_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    gap: 3.625rem 0;
    margin-top: 2.75rem;
    margin-inline: auto;
  column-gap: 30px;
      grid-template-columns: 20rem 20rem 20rem;
}
.p-corporate-vission_card  {
    position: relative;
    width: 100%;
    max-width: 23.75rem;
    height: auto;
    aspect-ratio: 380 / 230;
}
.p-corporate-vission_card-tag{
  text-align: center;
      font-size: 1.5rem;
    font-weight: 700;
    font-style: italic;
    color: #F76610;
    z-index: 1;
    padding: 0.375rem 1.375rem;
  display: inline-block;
     background-image: url("../images/corporate/bg_partner.webp");
  background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 30%;
  padding-top:1rem;
}
.p-corporate-vission_card-txt{
  text-align: center;
  color: #fff;
  letter-spacing: 0.08rem;
  line-height: 180%;
  margin-top: 5%;
}

@media screen and (max-width: 768px){
.p-corporate-vission__wrapper {
    margin-top: 3.125rem;
}
  .p-corporate-vission__wrapper:before {
    width: 35.7%;
}
  .p-corporate-vission__wrapper:after {
    width: 35.7%;
}
  .p-corporate-vission_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 0;
    max-width: 37.5rem;
    padding: 0 20px;
    margin-top: 1.75rem;
    gap: 0rem 1.25rem;
}
  .p-corporate-vission__img-title {
    font-size: 1.25rem;
}
  .p-corporate-vission_card-tag{
    font-size: 1.1rem;
    padding-top: 0.5rem;
  }
  .p-corporate-vission_card-txt{
    font-size: 0.6rem;
  }
}
  @media screen and (max-width: 600px){
.p-corporate-vission__wrapper:before {
    width: 22%;
}
    .p-corporate-vission__wrapper:after {
    width: 22%;
}
    .p-corporate-vission_cards {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
}
  }

.p-corporate-mission {
  background-image: url("../images/corporate/bg02.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1920/1752;
  position: relative;
  padding-top: 9.75rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-corporate-mission {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.c-section-title--en {
    font-family: "Jost", sans-serif;
    font-size: 4.9375rem;
    font-weight: 600;
    font-style: italic;
    color: #F76610;
    text-transform: capitalize;
    letter-spacing: -0.04em;
}
.c-section-title--ja {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    position: relative;
    margin-top: 0.75rem;
}
.c-section-title--ja:after {
    display: block;
    content: "";
    width: 4.75rem;
    height: 0.3125rem;
    background-color: #F76610;
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.p-corporate-mission__copy {
    font-size: 3.75rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    padding-top: 5.4375rem;
}
.p-corporate-mission__copy--orange {
    color: #F76610;
}
.p-corporate-mission__copy--small {
    font-size: 3rem;
}
.p-corporate-mission__heading{
  font-size: 2.6875rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.02em;
    color: #F76610;
    text-align: center;
    margin-top: 6.0625rem;
}
.p-corporate-mission__txt{
  font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.06em;
    text-align: center;
    margin-top: 0.5rem;
}
@media screen and (max-width: 768px){
.c-section-title--en {
    font-size: 3.75rem;
}
}
.p-corporate-mission__arrow{
  position: relative;
  margin-top: 2rem;
}
.p-corporate-mission__arrow::before{
  display: block;
    content: "";
    width: 50%;
    height: 60px;
   background-image: url("../images/corporate/arrow.webp");
  background-repeat: no-repeat;
  position: absolute;
    left: 27.5%;
    background-size: contain;
}
@media screen and (max-width: 768px){
.p-corporate-mission__copy {
    font-size: 1.75rem;
    /* text-align: left; */
}
  .p-corporate-mission__copy--small {
    font-size: 1.75rem;
}
  .p-corporate-mission__heading {
    font-size: 1.625rem;
    margin-top: 3.75rem;
}
  .p-corporate-mission__txt {
    font-size: 1rem;
    /* text-align: left; */
}
  .p-corporate-mission__arrow::before{
    width: 80%;
    left: 10.5%;
  }
}
.p-corporate-sprit{
  background: #2f2b2b;
  position: relative;
}
.p-corporate-sprit__inner{
   background-image: linear-gradient(0deg, rgba(227, 227, 227, 1) 13%, rgba(255, 251, 251, 1) 88%);
    padding: 2%;
      transform: translateY(-66px) !important;
}
.p-corporate-sprit__inner div{
    background-image: linear-gradient(270deg, rgba(248, 246, 246, 1) 13%, rgba(255, 251, 251, 1) 88%);
    padding: 3%;
    padding-top:0;
}
.p-corporate-sprit__heading{
  font-size: 2.6875rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.1em;
    color: #F76610;
    text-align: center;
    margin-top: 2.0625rem;
}
.p-corporate-sprit__heading--small {
    font-size: 1.875rem;
    letter-spacing: .5em;
    color: #F76610;
}
@media screen and (max-width: 768px){
.p-corporate-sprit__heading {
    font-size: 1.625rem;
  }
  .p-corporate-sprit__heading--small {
    font-size: 1.25rem;
}
}
.p-corporate-sprit__text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.06em;
    text-align: center;
    margin-top: 1.75rem;
}
@media screen and (max-width: 768px){
.p-corporate-sprit__text{
  font-size: 1.1rem;
}
}
.p-corporate-value__wrapper{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  column-gap: 30px;
  position: relative;
  z-index: 10;
}
.p-corporate-value__wrapper li{
  background-image: linear-gradient(0deg, rgba(227, 227, 227, 1) 13%, rgba(255, 251, 251, 1) 88%);
    padding: 2%;
  flex: 1;
}
@media screen and (max-width: 768px){
  .p-corporate-value__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 96%;
    margin: 0 auto;
  }
  .p-corporate-value__wrapper li{
    margin-bottom: 2rem;
  }
}
.l-inner02 {
    width: 100%;
    margin-inline: auto;
    max-width: 1460px;
}
@media screen and (max-width: 768px){
  .l-inner02{
    margin-top: -30px;
  }
}
.p-corporate-basis__inner{
  background-image: linear-gradient(270deg, rgba(248, 246, 246, 1) 13%, rgba(255, 251, 251, 1) 88%);
    padding: 3%;
    padding-top: 0;
    padding-bottom:3rem;
}
.p-corporate-value__heading{
  text-align: center;
  margin-top: 4rem;
  font-size: 1.5rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
.p-corporate-value__copy--orange{
  font-size: 1.875rem;
    color: #F76610;
}
.p-corporate-basis__inner{
  margin-top: 4rem;
}
.p-corporate-basis__heading{
  text-align: center;
  font-size: 1.2rem;
  color: #F76610;
    font-weight: 700;
    font-style: italic;
    position: relative;
}
.p-corporate-basis__heading img{
  max-width: 90px;
}
.p-corporate-basis__text{
  font-size: 0.85rem;
  margin-bottom: 2.4rem;
  text-align: center;
  line-height: 1.7;
}
.p-corporate-basis__text:last-child{
  margin-bottom: 0;
}
.p-corporate-vissionmap {
    background-color: #fff;
    background-image: url("../images/corporate/bg03.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1920 / 1524;
    position: relative;
    padding-top: 9.75rem;
    padding-bottom: 9.375rem;
    transform: translateY(-66px) !important;
    margin-bottom: -4rem;
    margin-top: 4rem;
}
.p-corporate-vissionmap__img{
  width: 100%;
  text-align: center;
  margin-top: 4.75rem;
}
.p-corporate-vissionmap__img img{
  display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-corporate-vissionmap__banner{
  width: 100%;
  text-align: center;
  margin-top: 4.75rem;
}
.p-corporate-vissionmap__banner img{
  display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-corporate-vissionmap__banner a:hover{
  opacity: 0.8;
}

@media only screen and (max-width:768px){
  .p-corporate-value__heading{
    font-size: 1rem;
  }
  .p-corporate-value__copy--orange {
    font-size: 1.5rem;
  }
}



/*
* service
*/
/*------追加css-----*/
.p-service-fv{
  background-image: url("../images/service/fv01.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1920/550;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service-fv {
    height: 30vh;
    overflow: hidden;
  }
}
.p-service-head{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../images/service/bg_service01.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1920 / 721;
    position: relative;
    padding-top: 8.625rem;
    padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px){
  .p-service-head{
    eight: 70vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.p-service-head__title{
    display: block;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.5rem;
    line-height: 1.6;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.075em;
    position: relative;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.p-service-head__text{
      width: 100%;
    max-width: 28.125rem;
    margin-inline: auto;
    font-size: 1.03125rem;
    font-weight: 700;
    line-height: 2;
    color: #fff;
    margin-top: 3.5rem;
    text-align: left;
  
}

@media screen and (max-width: 768px){
  .p-service-head__text{
        font-size: 2.15rem;
    text-align: left;
  }
  .p-p-service__copy--white{
      font-size: 2.3rem;
  }
  .p-service-head__title{
    font-size: 1.75rem;
  }
  .p-service-head__text{
    font-size: 0.875rem;
    margin-top: 3.75rem;
  }
}
.p-service{
    background-image: url("../images/service/bg_service02.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    /*aspect-ratio: 1920 / 5259;*/
    position: relative;
    padding-top: 6.75rem;
    padding-bottom: 9.375rem;
    position: relative;
}
.p-service--wrap{
  background: linear-gradient(to right, transparent 10%, #fff 35%, #ededed 100%);
  padding: 3rem 0;

}
.p-service__catewrap__category{
  width: 20%;
}
.p-service__catewrap__content{
  width: 80%;
}
.c-section-title--en{
  font-family: "Jost", sans-serif;
    font-size: 4.9375rem;
    font-weight: 400;
    font-style: italic;
    color: #F76610;
    text-transform: capitalize;
    letter-spacing: -0.04em;
}
.c-section-title--ja {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    position: relative;
    margin-top: 0.75rem;
}
.c-section-title--ja:after {
    display: block;
    content: "";
    width: 115%;
    height: 0.3125rem;
    background-color: #F76610;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.p-service__copy{
  font-size: 2.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-style: italic;
    text-align: center;
    margin-top: 5rem;
    letter-spacing: 0.06em;
}
.p-service__copy--orange {
    color: #F76610;
    padding: 0 .25em;
}
.p-service__copy--small{
  font-size: 1.875rem;
}
.p-service__btn{
    margin-top: 3.625rem;
}
.p-service__btn ul{
  display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
    gap: 1.625rem 1rem;
    margin: 5rem auto 6.5rem auto;
    max-width: 55.125rem;
}
.c-btn--black{
  color: #1c1717;
  border: solid 1px #1c1717;
}
.c-btn.c-btn--black:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
     border-top: 5px solid #1c1717;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (hover: hover) {
  .c-btn--black:hover {
    border: solid 1px #F76610;
    background-color: #fff;
  }
  .c-btn--orange:hover {
    border: solid 1px #fff;
    background-color: #F76610;
  }
  .c-btn:hover.c-btn--orange:before {
    border-color: transparent transparent transparent #fff;
  }
  .c-btn:hover.c-btn--black:before {
      border-top: 5px solid #F76610;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  }
  .c-btn:hover.c-btn--black .c-btn--ja,
  .c-btn:hover.c-btn--black .c-btn--en {
    color: #F76610;
  }
  .c-btn:hover.c-btn--orange .c-btn--ja,
  .c-btn:hover.c-btn--orange .c-btn--en {
    color: #fff;
  }
}
@media screen and (max-width: 768px){
  .c-section-title--en{
    font-size: 3.75rem;
  }
  .p-service{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .p-service__catewrap:not(:last-of-type){
    margin-bottom:3rem;
  }
  .p-service__copy{
    font-size: 1.5rem;
    text-align: center;
    margin-top: 3rem;
    padding: 0 20px;
  }
  .p-service__copy--small {
    font-size: 1.3rem;
  }
  .p-service__btn ul{
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3rem;
  }
  .p-service__catewrap__category{
    width: 100%;
    text-align:center;
    margin-bottom:2rem;
  }
  .p-service__catewrap__content {
    width: 100%;
  }
  .p-service__catewrap__img{
    display:block;
  }
  .p-service__catewrap__category .c-section-title--black{
    font-size:2.75rem !important;
  }
}
.p-service__catewrap{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-top: 1rem;
   justify-content:center;
align-items:center;
  column-gap: 5.5rem;
}
.p-service__catewrap:first-child{
  margin-top: 0;
}

.p-service__catewrap__category .c-section-title--black{
   font-family: "Jost", sans-serif;
    font-size: 3.75rem;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: -0.04em;
}
.p-service__catewrap__content ul{
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-top: 1.25rem;
   align-items:flex-start;
  column-gap: 3rem;
  background:#fff;
  padding: 2rem;
}
.p-service__catewrap__content ul:first-child {
  margin-top: 0;
}

.p-service__catewrap__img img{
  max-width: 420px;
  width: 100%;
}
.p-service__catewrap__copy{
  font-size: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    font-style: italic;
    text-align: left;
}
.p-service__catewrap__heading{
  font-size: 1.375rem;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.06em;
    color: #F76610;
    position: relative;
    padding-left: 1.3rem;
    margin-top: 2rem;
}
.p-service__catewrap__heading::before{
  display: block;
    content: "";
    background: url("../images/service/icon.svg") no-repeat;
    background-position: center center;
    height: 1rem;
    width: 1rem;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
}
.p-service__catewrap__list{
  line-height: 1.8;
  margin-top: 1rem;
}
.p-service__catewrap__list span{
  color: #F76610;
  font-size: 0.8rem;
}
.p-service__catewrap__txt{
  line-height: 1.6;
  margin-top: 2rem;
}
.p-service__catewrap__lcate{
  width: 60%;
}
@media screen and (max-width: 768px){
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
  .p-service__catewrap{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
  .p-service__catewrap__content ul{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.75rem;
    padding: 1rem;
    align-items: center;
  }
  .p-service__catewrap__copy{
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 2rem;
  }
  .p-service__catewrap__heading{
    font-size: 1.2rem;
  }
  .p-service__catewrap__content .p-service__catewrap__content__reverse{
    flex-direction: column-reverse;
}
  .p-service__catewrap__lcate{
    width: 100%;
  }
}
.p-service-works{
  background:url("../images/service/bg_service03.webp");
  background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1920 / 550;
    position: relative;
}
.p-service-works__img {
    width: 100%;
    max-width: 87.1875rem;
    height: auto;
    aspect-ratio: 1395 / 364;
    position: relative;
}
.p-service-works__title{
  position: absolute;
    top: 2.175rem;
    left: 35.375rem;
    font-family: "Jost", sans-serif;
    font-size: 5.1375rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #fff;
    text-transform: capitalize;
}
.p-service-works__subtitle{
  position: absolute;
    top: 8.175rem;
    left: 40.875rem;
        display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    margin-top: 0.75rem;
    color: #fff;
}
.p-service-works__subtitle::after{
      display: block;
    content: "";
    width: 4.75rem;
    height: 0.3125rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.p-service-works__txt{
    position: absolute;
    top: 12.175rem;
    left: 32.875rem;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 0.75rem;
    color: #fff;
    text-align: center;
    line-height: 1.8;
}
.p-service-works__btn{
    position: absolute;
    bottom: 1.175rem;
    left: 36.175rem;
}
.p-service-works__img img{
      display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 768px){
  .p-service-works{
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  .p-service-works .l-inner{
    padding:0;
  }
  .p-service-works__img{
    margin-top: 2rem;
    padding-left:0!;
    padding-right:0;
  }
  .p-service-works__img img{
    width: 100%;
    height: 180px;
  }
  .p-service-works__title{
    font-size: 2.75rem;
    top:0.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-service-works__subtitle{
    font-size: 0.75rem;
    top:3.2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-service-works__txt{
    display: none;
  }
  .p-service-works__btn{
    top:6.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
}




/*
* visionmap
*/
/*------追加css-----*/
.p-visionmap-fv{
  background-image: url("../images/visionmap/fv01.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1920/551;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-visionmape-fv {
    height: 30vh;
  }
}
.p-visionmap-head{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../images/visionmap/bg_vissionmap01.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1920 / 620;
    position: relative;
    padding-top: 12.625rem;
    padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px){
  .p-visionmap-head{
    /* height: 70vh; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.p-visionmap-head__title{
  display: block;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* font-size: 2rem; */
    font-size: clamp(1.5rem, 1.273rem + 0.97vw, 2rem);
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.075em;
    position: relative;
    color: #fff;
}
.p-visionmap-head__title:after{
  display: block;
    content: "";
    width: 4.75rem;
    height: 0.3125rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -0.6875rem;
    background-color: #fff;
}
.p-visionmap-head__text{
  font-size: 3.25rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 5.4375rem;
}
.p-p-visionmap__copy--white{
  font-size: 3.75rem;
    color: #fff;
}
@media screen and (max-width: 768px){
  .p-visionmap-head__text{
    font-size: 1.4em;
    text-align: left;
    margin-top: 30px;
  }
  .p-p-visionmap__copy--white{
      font-size: 1.5rem;
  }
}
.p-vision-chapter{
  background-image: url("../images/visionmap/bg_vissionmap02.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    padding-bottom: 8rem;
}
.p-vision-chapter__inner{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5rem;
    column-gap: 5.75rem;
}
.c-section-title--ja {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    position: relative;
    margin-top: 3rem;
}
.c-section-title--ja::after{
  display: block;
    content: "";
    width: 115%;
    height: 0.3125rem;
    background-color: #F76610;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.p-vision-chapter__copy{
  font-size: 2.375rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-style: italic;
    text-align: left;
    margin-top: 3rem;
    letter-spacing: 0.06em;
    color:#F76610;
}
.p-vision-chapter__text{
  text-align: left;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.06em;
  margin-top:1.75rem;
}
.p-vision-chapter__img img{
  display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-vision-chapter__bgorg{
  display: inline;
  background: linear-gradient(transparent 0%, #ffede1 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 768px){
  .p-vision-chapter__inner{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top:1.75rem;
  }
  .p-vision-chapter__img{
    margin-top: 2.75rem;
    object-fit: contain;
  }
  .p-vision-chapter__inner:nth-child(even){
    flex-direction: column-reverse;
  }
  .p-vision-chapter__copy{
    font-size: 1.5rem;
  }
}
.p-vision-change{
   background-image: url("../images/visionmap/bg_vissionmap03.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1920 / 1042;
    position: relative;
    padding-top: 4.25rem;
    padding-bottom: 9.375rem;
}
.c-section-title--ja--black{
    display: grid;
    place-items: center;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    position: relative;
    margin-top: 1.15rem;
}
.c-section-title--ja--black:after{
  display: block;
    content: "";
    width: 4.75rem;
    height: 0.3125rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.p-p-vision-change__title{
  display: block;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.075em;
    position: relative;
    color: #fff;
    margin-top:1.75rem;
    line-height: 1.6;
}
.p-vision-change__text{
  text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.06em;
    color: #fff;
    margin-top: 0.625rem;
    padding:0 20px;
}
.p-vision-chapter__bgbk{
  color: #fff;
  font-size: 1.35rem;
  adding: 0.375rem 1.375rem;
    right: 0;
    bottom: 0;
  position: relative;
}
.p-vision-chapter__bgbk::before{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #231815;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: skewX(-12deg) translateX(-50%) translateY(-50%);
  transform: skewX(-12deg) translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px){
  .p-p-vision-change__title{
    font-size: 1.3rem;
  }
  .p-vision-change__text{
    font-size:1rem;
  }
}

@media only screen and (max-width:768px){
  .p-visionmap-fv{
    padding-bottom:30px;
  }
}
/*# sourceMappingURL=styles.css.map */



/*
* recruit
*/
/*---------リクルートculture css----------*/
.p-recruit-culture__bg {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  background-image: url(../images/recruit-culture/bg.webp);
}

.p-recruit-culture-howto {
  padding-top: 9.6875rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-howto {
    padding-top: 6.25rem;
  }
}

.p-recruit-culture-howto__title .c-section-title--en {
  text-transform: none;
  text-transform: initial;
}

.p-recruit-culture-howto__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.25rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-howto__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.1875rem;
  }
}

.p-recruit-culture-howto__img {
  width: 100%;
  max-width: 47.6875rem;
  aspect-ratio: 762.7/722;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-howto__img {
    margin-top: 3.125rem;
    max-width: 37.5rem;
  }
}

.p-recruit-culture-howto__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit-culture-howto__items {
  padding-right: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-howto__items {
    padding-right: 0;
  }
}

.p-recruit-culture-howto__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.625rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-howto__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
  }
}

.p-recruit-culture-howto__icon {
  width: 6.875rem;
  height: 100%;
  aspect-ratio: 1/1;
}

.p-recruit-culture-howto__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit-culture-howto__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-recruit-culture-howto__item-title--ja {
  font-size: 1.25rem;
  font-weight: 700;
  color: #F76610;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-howto__item-title--ja {
    font-size: 1.125rem;
  }
}

.p-recruit-culture-howto__item-title--en {
  font-family: "Jost", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  font-style: italic;
  color: #F76610;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-howto__item-title--en {
    font-size: 1.875rem;
  }
}

.p-recruit-culture-howto__item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-howto__item-text {
    font-size: 1rem;
  }
}

.p-recruit-culture-person {
  padding-top: 9.6875rem;
  padding-bottom: 25rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-person {
    padding-top: 6.25rem;
    padding-bottom: 17.5rem;
  }
}

.p-recruit-culture-person__lists {
  width: 100%;
  max-width: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-top: 5.75rem;
}

.p-recruit-culture-person__term {
  width: 18%;
  padding: 1.6875rem 0;
  padding-left: 0.625rem;
  border-top: 1px solid #999;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: #999;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-person__term {
    width: 100%;
    font-size: 1.125rem;
    padding: 0.625rem 0 0 1.25rem;
  }
}

.p-recruit-culture-person__term:last-of-type {
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-person__term:last-of-type {
    border-bottom: none;
  }
}

.p-recruit-culture-person__description {
  width: 78%;
  padding: 1.6875rem 0;
  border-top: 1px solid #999;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-person__description {
    width: 100%;
    font-size: 1.25rem;
    border-top: none;
    padding: 0.3125rem 0 0.625rem 1.25rem;
  }
}

.p-recruit-culture-person__description:last-of-type {
  border-bottom: 1px solid #999;
}

.p-recruit-culture-person__wrap {
  position: absolute;
  -webkit-transform: translateY(-74%);
          transform: translateY(-74%);
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-person__wrap {
    -webkit-transform: translateY(-115%);
            transform: translateY(-115%);
    right: 0.3125rem;
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit-culture-person__wrap {
    right: auto;
    right: initial;
    left: 5%;
    top: 0;
  }
}

.p-recruit-culture-person__img {
  width: 100%;
  max-width: 27.5rem;
  aspect-ratio: 440/560;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-person__img {
    max-width: 13.4375rem;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit-culture-person__img {
    max-width: 11.25rem;
  }
}

.p-recruit-culture-person__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit-culture-person__bottom-contents {
  background-color: #F76610;
  margin: 0 calc(50% - 50vw);
  margin-top: 3.5625rem;
  width: 100vw;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-person__bottom-contents {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit-culture-person__bottom-contents {
    margin-top: 9.375rem;
  }
}

.p-recruit-culture-person__inner {
  position: relative;
}

.p-recruit-culture-person__text {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-person__text {
    font-size: 1.125rem;
  }
}

.p-recruit-culture-person__tag-wrapper {
  position: absolute;
  left: 5%;
  bottom: -9%;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-person__tag-wrapper {
    left: auto;
    left: initial;
    right: 4%;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit-culture-person__tag-wrapper {
    right: auto;
    right: initial;
    left: -2%;
  }
}

.p-recruit-culture-person__tag {
  float: left;
  clear: both;
  position: relative;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -0.06em;
  color: #fff;
  line-height: 1.55;
  padding: 0 1.875rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-person__tag {
    line-height: 1.2;
    font-size: 1.875rem;
    padding: 0 0.9375rem;
  }
}

.p-recruit-culture-person__tag + .p-recruit-culture-person__tag {
  margin-top: 0.625rem;
}

.p-recruit-culture-person__tag:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #231815;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  z-index: -1;
}

.p-recruit-culture-person__comment {
  padding: 3.75rem;
  padding-top: 3.125rem;
  background-color: #fff;
  border-radius: 1.25rem;
  border: solid 0.1875rem #F76610;
  position: relative;
  -webkit-transform: translateY(38%);
          transform: translateY(38%);
  margin-top: -3.125rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-person__comment {
    margin-top: 2.875rem;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    padding: 1.25rem;
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 500px) {
  .p-recruit-culture-person__comment {
    margin-top: 0;
  }
}

.p-recruit-culture-person__comment-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #F76610;
  border-bottom: 0.1875rem dashed #F76610;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-person__comment-title {
    font-size: 1.5rem;
    padding-bottom: 1.25rem;
    position: relative;
    z-index: -2;
  }
}

.p-recruit-culture-person__comment-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.06em;
  width: 100%;
  max-width: 60.625rem;
  margin-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-person__comment-text {
    font-size: 1.125rem;
    margin-top: 0.9375rem;
  }
}

.p-recruit-culture-person__comment-img {
  width: 100%;
  max-width: 13.75rem;
  aspect-ratio: 220/350;
  position: absolute;
  bottom: 0;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-person__comment-img {
    bottom: auto;
    bottom: initial;
    top: 0;
    max-width: 8.75rem;
    right: 2%;
    z-index: -1;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}

.p-recruit-culture-person__comment-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit-culture-position {
  padding-top: 9.6875rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-position {
    padding-top: 6.25rem;
  }
}

.p-recruit-culture-position__copy {
  text-align: center;
  font-size: 3.75rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.075em;
  margin-top: 5.25rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-position__copy {
    font-size: 2.25rem;
    margin-top: 3.75rem;
  }
}

.p-recruit-culture-position__copy--orange {
  color: #F76610;
}

.p-recruit-culture-position__text {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.06em;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-culture-position__text {
    font-size: 1.125rem;
    margin-top: 3.75rem;
  }
}


/*
* recruit
*/
/*---------リクルートworks css----------*/
.p-recruit-works__bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    background-image: url(../images/recruit-works/bg.webp);
    padding-bottom: 15rem;
}
.p-recruit-works-position {
    padding-top: 9.6875rem;
    padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px){
  .p-recruit-works-position{
    padding-top: 6.25rem;
  }
}
.p-recruit-works-position__copy {
    text-align: center;
    font-size: 3.75rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.075em;
    margin-top: 5.25rem;
}
@media screen and (max-width: 768px){
  .p-recruit-works-position__copy {
        font-size: 1.95rem;
    margin-top: 3.75rem;
  }
}
.p-recruit-works__inner__wrap{
  position: relative;
  margin-top: 4.25rem;
  height: 100%;
}
.p-recruit-works__inner__img{
  position: relative;
  width: 85%;
  top: 0;
  left: 0;
  height: auto;
 aspect-ratio: 1660 / 660;
}
.p-recruit-works__inner__img img{
  width: 100%;
}
.p-recruit-works__inner__massage{
   position: relative;
   z-index: 0;
}
.p-recruit-works__inner__massage__inner{
  position: absolute;
  width: 45%;
  top:-200px;
  right: 0;
  background:#fff;
  border-radius: 20px 0 0 0; 
  padding: 3%;
  z-index: 10;
  padding-bottom: 6rem;
}
.p-recruit-works__inner__massage__inner h2{
      font-family: "Jost", sans-serif;
    font-size: 4.9375rem;
    font-weight: 500;
    font-style: italic;
    color: #F76610;
    text-transform: capitalize;
    letter-spacing: -0.04em;
}
.p-recruit-works__inner__massage__inner h3{
  display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    position: relative;
    margin-top: 0.75rem;
}
.p-recruit-works__inner__massage__inner h3::after{
  display: block;
    content: "";
    width: 115%;
    height: 0.3125rem;
    background-color: #F76610;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.p-recruit-works__inner__massage__inner h4{
  font-family: "Jost", sans-serif;
    font-size: 3.9375rem;
    font-weight: 700;
    font-style: italic;
    text-transform: capitalize;
    margin-top: 3.75rem;
}
.p-recruit-works__inner__massage__inner h4::first-letter{
  color: #F76610;
}
.p-recruit-works__inner__box{
  position: relative;
  width: 38%;
  margin-left: 15%;
  display: flex;
  margin-top: 3rem;
  column-gap: 1.3rem;
}
.p-recruit-works__inner__box__img{
  width: 35%;
}
.p-recruit-works__inner__box__img img{
  max-width: 240px;
  width: 100%;
}
.p-recruit-works__inner__box__txt{
  width: 70%;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px){
  .p-recruit-works__inner__img{
    width: 100%;
  }
  .p-recruit-works__inner__massage__inner{
    width: 90%;
    top:-30px;
    right: 0;
    height: auto;
    padding-bottom: 3rem;
  }
  .p-recruit-works__inner__massage__inner h2{
        font-size: 3.175rem;
  }
  .p-recruit-works__inner__massage__inner h4{
    font-size: 2.75rem;
    margin-top: 1.5rem;
  }
  .p-recruit-works__inner__box{
    padding-top: 10rem;
    width: 100%;
    margin-left: 0; 
        padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

}
.p-recruit-works__inner__img02{
  position: relative;
  width: 85%;
  top: 0;
  left: 15%;
  height: auto;
 aspect-ratio: 1660 / 660;
  text-align: right;
}
.p-recruit-works__inner__img02 img{
  width: 100%;
}
.p-recruit-works__inner__massage__inner02{
    position: absolute;
    width: 45%;
    top: -200px;
    left: 0;
    background: #fff;
    border-radius: 0 20px 0 0;
    padding: 3%;
    z-index: 10;
    padding-bottom: 6rem;
    padding-left: 15%;
}
.p-recruit-works__inner__massage__inner02 h2{
      font-family: "Jost", sans-serif;
    font-size: 4rem;
    font-weight: 500;
    font-style: italic;
    color: #F76610;
    text-transform: capitalize;
    letter-spacing: -0.04em;
}
.p-recruit-works__inner__massage__inner02 h3{
  display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    position: relative;
    margin-top: 0.75rem;
}
.p-recruit-works__inner__massage__inner02 h3::after{
  display: block;
    content: "";
    width: 115%;
    height: 0.3125rem;
    background-color: #F76610;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.p-recruit-works__inner__massage__inner02 h4{
  font-family: "Jost", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    font-style: italic;
    text-transform: capitalize;
    margin-top: 3.75rem;
}
.p-recruit-works__inner__massage__inner02 h4::first-letter{
  color: #F76610;
}
.p-recruit-works__inner__box02{
      position: relative;
    width: 38%;
    margin-left: 49%;
    display: flex;
    margin-top: 3rem;
    column-gap: 1.3rem;
}
@media screen and (max-width: 768px){
  .p-recruit-works__inner__img02{
    width: 100%;
    left: 0;
  }
  .p-recruit-works__inner__massage__inner{
    width:100%;
    padding:1rem 20px;
  }
  .p-recruit-works__inner__massage__inner02{
    width: 100%;
    top:-30px;
    right: 0;
    height: auto;
    padding:1rem 20px;
  }
  .p-recruit-works__inner__massage__inner02 h2{
        font-size: 3.175rem;
  }
  .p-recruit-works__inner__massage__inner02 h4{
         font-size: 2.75rem;
    margin-top: 1.5rem;
  }
  .p-recruit-works__inner__box02{
    padding-top: 10rem;
    width: 100%;
    margin-left: 0;
        padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

}


/*
* recruit
*/
/*------リクルートinformation css--------*/
.p-recruit-information__bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    background-image: url("../images/recruit-information/bg_information.webp");
    padding-bottom: 5rem;
    padding-top: 15rem;
}
.p-information{
  width: 80%;
  margin: 0 auto;
  background-image: linear-gradient(0deg, rgba(227, 227, 227, 1) 13%, rgba(255, 251, 251, 1) 88%);
    padding: 2%;
    transform: translateY(-66px) !important;
}
.p-information__wrap{
  background:#fff;
  padding: 3rem 8rem;
}


.tabs {
  margin-top: 5rem;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  height: 68px;
  border: 1px solid #f76610;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-right: 15px;
  border-bottom: none;
  line-height: 1;
  padding: 1rem;
}
.tab_item:hover {
  opacity: 0.75;
}
.tab_item span::before{
   content:"\A";
 white-space:pre;
}
.tab_item span{
  font-size: 0.7rem;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 2rem 0;
  clear: both;
  overflow: hidden;
}
.tab_content:nth-of-type(1){
  display:block;
}


/*選択されているタブのコンテンツのみを表示*/
/*
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}
*/

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #f76610;
  color: #fff;
}
.tabs input:checked + .tab_item span {
  background-color: #f76610;
  color: #fff;
}
.p-information__tab{
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.p-information__tab dt{
  width: 22%;
  font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: -0.06em;
    color: #999;
    border-top: 1px solid #999;
    padding: 2rem 0;
    padding-left: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-information__tab dd{
  width: 78%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.06em;
    color: #1c1717;
    border-top: 1px solid #999;
    padding: 2rem 0;
}
.p-information__tab dt:last-of-type ,.p-information__tab dd:last-of-type{
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .p-recruit-information__bg{
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
  .p-information{
    width: 96%;
  }
  .p-information__wrap{
    padding: 2rem;
  }
  .tab_item{
    width: 100%;
    margin:0;
  }
  .p-information__tab{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-information__tab dt{
        width: 100%;
    font-size: 0.9375rem;
    padding-top: 1.25rem;
    padding-bottom: 0;
  }
  .p-information__tab dd{
    width: 100%;
    border-top: 0;
    border-top: initial;
    padding-left: 0.625rem;
    font-size: 0.9375rem;
    padding-top: 0.3125rem;
    padding-bottom: 1.25rem;
  }
  .p-information__tab dt:last-of-type{
    border-bottom:none;
  }
}
.p-information-entry{
  background:#f76610;
  padding: 7.75rem 0 17rem 0;
}
.p-information-entry__txt{
  display: block;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.25rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.075em;
    position: relative;
    color: #fff;
    margin-top: 7.25rem;
    line-height: 1.6;
}
.p-information-entry__form{
  background:#fff;
  border-radius: 20px;
  padding: 3.25rem 4rem;
  margin-top: 2rem;
  padding-bottom: 7rem;
}
.p-information-entry__form dl{
  osition: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.p-information-entry__form dt{
      width: 30%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: -0.06em;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 1rem 0;
    padding-left: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: top;
    background:#f76610;
     position: relative;
}
.p-information-entry__form dd{
    width: 70%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.06em;
    color: #1c1717;
    border-top: 1px solid #f76610;
    padding: 1rem 0;
    padding-left: 2rem;
}
.p-information-entry__form dd input{
  border: solid 1px #9e9e9f;
}
.p-information-entry__form dd:last-of-type{
  border-bottom: 1px solid #f76610;
}
input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #3096cb;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}
.man{
  margin-right: 2rem;
}
.p-information-entry__form dd .bordno{
  border: none;
}
.p-information-entry__form dd input[type='checkbox']{
  appearance: auto;
  margin-right: 0.5em;
}
.p-information-entry__form dd textarea{
  width: 100%;
  border: solid 1px #9e9e9f;
}
.p-information-entry__form dt span{
  font-size: 0.9rem;
  position: absolute;
  right: 2rem;
  top:1rem;
  background:#fff10c;
  padding: 0.2rem;
  font-weight: normal;
}
.p-information-entry__message{
  padding: 3rem 2rem;
  background: #f7f7f7;
  margin-top: 3rem;
}
.p-information-entry__message h3{
  font-size: 1.25rem;
}
.p-information-entry__message p{
  margin-top: 1.2rem;
  line-height: 1.5;
}
.p-information-entry__btn{
  margin-top: 3rem;
  text-align: center;
}
.reset{
  border: solid 1px #777777;
  padding:0.5rem 2.5rem 0.5rem 2.5rem;
  color: #777777;
  font-weight: bold;
  margin-right: 3rem;
  position: relative;
}
.reset::before{
  display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3125rem 0.3125rem 0.3125rem 0;
    border-color: transparent #777777 transparent transparent;
    position: absolute;
    top:50%;
    left: 0.625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.submit{
  border: solid 1px #f76610;
  padding:0.25rem 1.5rem 0.8rem 1.5rem;
  color: #f76610;
  font-weight: bold;
  position: relative;
}
.submit::before{
  display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3125rem 0 0.3125rem 0.3125rem;
    border-color: transparent transparent transparent #f76610;
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 768px){
  .p-information-entry{
    padding-top: 3.75rem;
    padding-bottom: 140px;
  }
  .p-information-entry__txt{
    font-size: 0.8rem;
    text-align: left;
  }
  .p-information-entry__form{
    padding: 10px;
    margin-top: 0;
    border-radius: 0;
  }
  .p-information-entry__form dl{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-information-entry__form dt{
        width: 100%;
    font-size: 0.9375rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;;
  }
  .p-information-entry__form dd{
    width: 100%;
    border-top: 0;
    border-top: initial;
    padding-left: 0.625rem;
    font-size: 0.9375rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .p-information-entry__form dd input{
    width: 100%;
  }
  .p-information-entry__form dd input[type="radio"]{
    width:16px;
  }
  .p-information-entry__form dd input.selectradio{
    width: 15px;
  }
  .p-information-entry__message h3{
    font-size: 1.1rem;
  }
  .p-information-entry__message p{
    font-size: 0.9rem;
  }
  .reset{
    display: inline-block;
    margin-right: 0;
    width: 100%;
    padding-top: 0.675rem;
    max-width: 400px;
  }
  .submit{
    display: inline-block;
    width: 100%;
    margin-top: 1rem;
    padding-top: 0.675rem;
    max-width: 400px;
    margin-right: 0;
  }
  .p-information-entry__form dd input[type='checkbox']{
    width: 1em;
  }
}


/*
* recruit
*/
/*---------リクルートトップページcss---------*/
.c-page-recruit-title02 {
  position: absolute;
  top: 12.2%;
  left: 10.4%;
}
@media screen and (max-width: 768px) {
  .c-page-recruit-title02 {
    left: 1.25rem;
    margin-top: 3rem;
  }
}
.c-page-recruit-fv__slide {
    width: 100%;
    max-width: 76.25rem;
    height: auto;
    aspect-ratio: 1220 / 1000;
    margin-left: auto;
}
.c-page-recruit-title__main-txt{
  width: 110%;
  margin-top: 8em;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-prev{
  display: none!important;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.slick-dots{
  bottom:30px!important;
}
.slick-dots li button:before{
      content: '' !important;
    width: 20px !important;
    height: 5px !important;
    background: #fff;
}
.slick-next{
  right: 10px!important;
  display: none!important;
}
.slick-slide{
  margin: 0!important;
}

.p-recruit-top__para {
    display: flex;
}
.one {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 20px;
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 1s ease 0s;
    z-index: -1;
}
.show .bg {
    opacity: 1;
}
.bg._01 {
   background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    background-image: url("../images/recruit-index/recruit_img01.webp");
    padding-bottom: 5rem;
    padding-top: 15rem;
    
}
.bg._02 {
     background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    background-image: url("../images/recruit-index/recruit_img02.webp");
    padding-bottom: 5rem;
    padding-top: 15rem;
    
}
.bg._03 {
     background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    background-image: url("../images/recruit-index/recruit_img03.webp");
    padding-bottom: 5rem;
    padding-top: 15rem;
}
.bg._04 {
     background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    background-image: url("../images/recruit-index/recruit_img04.webp");
    padding-bottom: 5rem;
    padding-top: 15rem;
}
.onebox{
   width: 100%;
    margin: 0 auto;
    margin-inline: auto;
    max-width: 1460px;
    padding-right: 1.875rem;
    padding-left: 1.875rem
}
.p-recruit-top__para__txt01, .p-recruit-top__para__txt03,
.p-recruit-top__para__txt02, .p-recruit-top__para__txt04 {
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: -0.04em;
  line-height: 1.7;
}
.p-recruit-top__para__txt01, .p-recruit-top__para__txt03{
  color: #fff;

}
.p-recruit-top__para__txt02, .p-recruit-top__para__txt04{
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-recruit-top__para__txt01, .p-recruit-top__para__txt03,
  .p-recruit-top__para__txt02, .p-recruit-top__para__txt04 {
    font-size: 1.2rem;
  }

  .p-recruit-top__para__txt01 {
    margin-top: 25vh;
  }

  .p-recruit-top__para__txt02,
  .p-recruit-top__para__txt04 {
    text-align: left;
  }

  .bg._01 {
    background-position: 68% top;
  }
}

/* .p-recruit-top__para__txt03{
   color: #fff;
   font-family: "Jost", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: -0.04em;
    line-height: 1.7;
}
.p-recruit-top__para__txt04{
   font-family: "Jost", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: -0.04em;
    line-height: 1.7;
    text-align: right;
} */
.p-recruit-top__para__txt04 span{
    color: #f76610;
    font-size: 2.75rem;
}
.p-bg-index{
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    background-image: url("../images/recruit-index/bg.webp");
    background-color: #fff;
    position: relative;
    z-index: 0;
}

.recruit-top-bg{
  background-color: #fff;
}
.p-people-slide{
  padding-top: 5rem;
}

.people-slider_wrap{
  margin:80px 0;
}
.people-slidebox.slick-slide{
  position:relative;
  z-index:1;
  padding: 0 30px;
  pointer-events:none;
}
.people-slidebox.slick-slide.slick-current{
  z-index:2;
  pointer-events:inherit;
}

.people-slide--arrow{
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9;
  cursor:pointer;
  top:calc(50% - 25px);
  width:50px;
  height:50px;
  background:#f76610;
  border-radius:50%;
}
.people-slide--arrow::before{
  content:'';
  pointer-events:none;
  display:block;
  width:10px;
  height:20px;
  background-image:url('../images/recruit-index/icon-slidetoggle.webp');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}
.people-slide--arrow.prev{
  left:100px;
}
.people-slide--arrow.next{
  right:100px;
}
.people-slide--arrow.next::before{
  transform:rotate(180deg);
}
.people-slide{
  cursor:pointer;
  background:#f76610;
  padding-bottom:4px;
  overflow:hidden;
  border-top-right-radius:22px;
  border-bottom-right-radius:22px;
  display: flex !important;
  width: 475px;
  transition:all .7s ease;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.people-slide__thumb{
  position:relative;
  width:435px;
  height:545px;
}
.people-slide__thumb--img img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.people-slide__thumb--title{
  position:absolute;
  top:30px;
  right:30px;
}
.people-slide__thumb--info{
  position:absolute;
  bottom:30px;
  left:30px;
}
.people-slide__thumb--info--title{
  color: #FFF;
  font-weight: bold;
  display: flex;
  gap: 12px;
  align-items: flex-end;
  margin-bottom: 20px;
}
.people-slide__thumb--info--title em{
  color: #FFF;
  font-size: 3em;
  font-style: normal;
  line-height: 1;
  font-weight: bold;
}
.people-slide__thumb--info--name{
  color:#FFF;
  font-size:32px;
  font-weight:bold;
  margin-bottom: 44px;
}
.people-slide__thumb--info--bottom{
  display:flex;
  align-items:center;
  gap:30px;
}
.people-slide__thumb--info--year{
  color:#FFF;
  font-size:22px;
  font-weight:bold;
}
.people-slide__thumb--info--nation{
  color:#FFF;
  font-size:22px;
  font-weight:bold;
  display:flex;
  align-items:center;
  gap:10px;
}
.people-slide__thumb--info--nation--icon img{
  width:30px;
}
.people-slide__data{
  position:relative;
  background:#EEE;
  padding:0;
  width:0;
  height:545px;
  overflow:hidden;
  transition:all .7s ease;
}
.people-slide__data::before{
  content:'';
  width:55px;
  height:131px;
  position:absolute;
  bottom:30px;
  right:20px;
  background-image:url('../images/recruit-index/title-data.webp');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  z-index:1;
}
.people-slide__data--graph{
  position:relative;
  z-index:2;
  text-align:center;
  display:none;
}
.people-slide__data--text{
  position:relative;
  z-index:2;
  margin-top:30px;
  line-height:1.8;
  display:none;
}
.people-slide__toggler{
  background:#f76610;
  width:40px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.people-slide__toggler--icon{
  display:block;
  width:10px;
  height:20px;
  background-image:url('../images/recruit-index/icon-slidetoggle.webp');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  transition:all .4s ease;
  transform:rotate(180deg);
}

.people-slide.open{
  width:910px;
}
.people-slide.open .people-slide__data{
  width:435px;
  padding:30px;
  height:545px;
}
.people-slide.open .people-slide__toggler--icon{
  transform:rotate(0deg);
}

/* RECRUIT PEOPLE SLIDER RSP  START*/
/* WRAP DOWN + PAD */
@media only screen and (max-width:1280px){

.people-slide__thumb--info--year,
.people-slide__thumb--info--nation{
  font-size:18px;
}


.people-slide--arrow.prev{
  left:20px;
}
.people-slide--arrow.next{
  right:20px;
}

.people-slide{
  width:390px;
}
.people-slide__thumb{
  width:350px;
  height:438px;
}
.people-slide__data{
  height:438px;
}
.people-slide.open{
  width:740px;
}
.people-slide.open .people-slide__data{
  width:350px;
  height:438px;
}

}

/* SP */
@media only screen and (max-width:767px){

.people-slide--arrow{
  width:30px;
  height:30px;
  top: 200px;
}
.people-slide--arrow::before{
  width:6px;
  height:14px;
}
.people-slide--arrow.prev {
  left: 10px;
}
.people-slide--arrow.next {
  right: 10px;
}

.people-slide{
  width:320px;
  flex-direction:column;
  border-top-right-radius:0;
  border-bottom-left-radius:22px;
}
.people-slide__thumb{
  width:320px;
  height:420px;
}
.people-slide__data{
  width:320px;
  height:0px;
}
.people-slide.open{
  width:320px;
}
.people-slide.open .people-slide__data{
  width:320px;
  height:auto;
}
.people-slide__toggler{
  width:100%;
  height:20px;
}
.people-slide__toggler--icon{
  transform:rotate(-90deg);
  width:6px;
  height:14px;
}
.people-slide.open .people-slide__toggler--icon{
  transform:rotate(90deg);
}

.people-slide__thumb--title img{
  width: 100%;
  max-width: 40px;
}
.people-slide__data--text{
  font-size:14px;
}
.people-slide__thumb--info--bottom{
  gap:20px;
}


}
/* RECRUIT PEOPLE SLIDER RSP  END*/


.p-recindex__company__inner{
  margin-top: 5rem;
  padding-bottom: 5rem;
}
.p-recindex__company__body{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.p-recindex__company__img{
  width: 50%;
}
.p-recindex__company__img img{
  width: 100%;
  height: auto;
}
.p-recindex__company__content{
  width: 45%;
}
.p-recindex__company__content h3{
  font-size: 2.375rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-style: italic;
    text-align: left;
    margin-top: 4rem;
    letter-spacing: 0.06em;
  line-height: 1.6;
}
.p-recindex__culture__inner{
  margin-top: 5rem;
  padding-bottom: 5rem;
}
.p-recindex__culture__body{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.p-recindex__culture__img{
  width: 50%;
}
.p-recindex__culture__img img{
  width: 100%;
  height: auto;
}
.p-recindex__culture__content{
  width: 45%;
  text-align: right;
  position: relative;
}
.p-recindex__culture__content h3{
  font-size: 2.375rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-style: italic;
    text-align: left;
    margin-top: 4rem;
    letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: right;
}
.p-recindex__culture__content .c-section-title--left{
  place-items: flex-end;
}
.p-recindex__culture__content .p-top-works__btn{
  position: absolute;
  right: 0;
}
.p-recindex__movie__area{
  padding-top: 56.25%;
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  z-index: 15;
  margin-top: 5rem;
}
.p-recindex__movie__area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-recindex__bgblk{
  background-color: #2f2b2b;
  position: relative;
  z-index: 10;
  margin-top: -30rem;
  padding-top: 35rem;
  padding-bottom: 15rem;
}
.p-recindex-works .c-section-title--ja{
  color: #fff;
}
.p-recindex-works h3{
  font-size: 2.6875rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.02em;
    color: #fff;
    text-align: center;
    margin-top: 6.0625rem;
}
.p-recindex__information{
  background:#f76610;
  padding: 5rem 0 16rem 0;
}
.p-top-information__body .c-section-title--en{
  color: #fff;
  padding-right: .5em;
}
@media screen and (max-width: 768px) {
  .p-top-information__body .c-section-title--en {
    padding-left: 0;
  }
}
.p-top-information__body .c-section-title--ja:after {
  background-color: #fff;
}
.p-top-information__btn{
      margin-top: 3.75rem;
}
.p-top-information__contents{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.p-top-information__img{
      margin-right: calc(50% - 50vw);
  margin-top: -12.75rem;
  position: relative;
  z-index: 20;
}
.p-top-information__img img{
  width: 100%;
  max-width: 1000px;
  height: auto;
}
@media screen and (max-width: 768px){
.sliderArea {
    padding-left:3rem;
  }
  /* .c-page-recruit-title__main-txt{
    font-size: 1.45rem;
    margin-top: 1rem;
  }

  .c-page-recruit-title__main-txt img{
    height:110px;
  } */

  .c-page-recruit-title__main-txt {
    /* font-size: 1.45rem; */
    /* margin-top: 1rem; */
    position: absolute;
    bottom: -300%;
    left: 10%;
  }

  .p-recindex__company__body{
        -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.75rem;
  }
  .p-recindex__company__img{
    width: 100%;
  }
  .p-recindex__company__img img{
    width: 100%;
    height: auto;
  }
  .p-recindex__company__content{
    width: 100%;
  }
  .p-recindex__company__content h3{
    font-size: 1.875rem;
    margin-top: 2rem;
  }
    .p-recindex__culture__body{
        -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.75rem;
  }
  .p-recindex__culture__img{
    width: 100%;
  }
  .p-recindex__culture__img img{
    width: 100%;
    height: auto;
  }
  .p-recindex__culture__content{
    width: 100%;
  }
  .p-recindex__culture__content h3{
    font-size: 1.875rem;
    margin-top: 2rem;
  }
  .p-recindex__culture__body{
    flex-direction: column-reverse;
    margin-top: 2ren;
  }
  .p-recindex__company__inner{
    padding-bottom: 0;
  }
  .p-recindex__culture__inner{
    margin-top: 0;
  }
  .p-recindex__bgblk{
    margin-top:-10rem;
    padding-top: 13rem;
    padding-bottom: 10rem;
  }
  .p-recindex__movie{
    margin-top: 3rem;
  }
  .p-recindex__culture__inner{
    padding-bottom: 7.75rem;
  }
  .p-recindex__movie__area{
    margin-top: 3rem;
  }

  .p-recindex-works h3{
    font-size: 1.875rem;
    margin-top: 3.25rem;
    text-align: left;
  }
  .p-top-information__contents{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.75rem;
     flex-direction: column-reverse;
  }
  .p-top-information__img img{
    width: 100%;
    height: auto;
  }
  .p-recindex__information{
    padding-bottom: 6.75rem;
  }
  .p-recindex-works{
        padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .p-top-information__btn{
    margin-top: 2.5rem;
  }
  .slide img {
    width: 100%;
  }
}
  .bxslider_wrap {
  overflow: hidden;
  margin-top: 5rem;
}
.bxslider_wrap .bx-wrapper {
  max-width: 910px!important;
  margin-left: auto;
  margin-right: auto;
  background: none;
  border: none;
  box-shadow: none;
}
.bxslider_wrap .bx-viewport {
  overflow: visible!important;
}
    .bxslider .slide {
    margin-right: 20px; /* 画像と画像の間の右側の余白 */
  }
  .bx-prev{
    display: none!important;
  }
.bx-wrapper .bx-next{
  background-image: none!important;
}







/*
* contact
*/
/*---------プライバシーポリシーページcss---------*/
.p-contact-fv{
  background-image: url("../images/contact/fv01.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1920/550;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact-fv {
    height: 30vh;
  }
}
@media screen and (max-width: 768px){
  .p-contact-head__text{
        font-size: 2.15rem;
    text-align: left;
  }
  .p-p-contact__copy--white{
      font-size: 2.3rem;
  }
  .p-contact-head__title{
    font-size: 1.75rem;
  }
  .p-contact-head__text{
    font-size: 0.875rem;
    margin-top: 3.75rem;
  }
}
.p-contact{
    background-image: url("../images/privacy-contact/privacy-contact_bg.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    /*aspect-ratio: 1920 / 5259;*/
    position: relative;
    padding-top: 6.75rem;
    padding-bottom: 9.375rem;
}
.p-contact--wrap{
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ededed 100%);
  padding-bottom: 3.75rem;
}


.p-contact-info--top {
  width: 100%;
  max-width: 87.5rem;
  margin-inline: auto;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-contact-info--top {
    margin-top: 4.375rem;
  }
}


.c-section-title--en{
  font-family: "Jost", sans-serif;
    font-size: 4.9375rem;
    font-weight: 600;
    font-style: italic;
    color: #F76610;
    text-transform: capitalize;
    letter-spacing: -0.04em;
}
.c-section-title--ja {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    position: relative;
    margin-top: 0.75rem;
}
.c-section-title--ja:after {
    display: block;
    content: "";
    width: 115%;
    height: 0.3125rem;
    background-color: #F76610;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.p-contact-text{
  text-align:center;
  padding: 0 20px;
}
@media screen and (max-width: 768px){
  .c-section-title--en{
    font-size: 3.75rem;
  }
  .p-policy{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .p-contact-text{
    text-align:left;
  }
}

@media screen and (max-width: 768px){
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.p-contact__entry__form{
  background:#fff;
  border-radius: 20px;
  padding: 3.25rem 4rem;
  margin-top: 2rem;
  padding-bottom: 7rem;
}
.p-contact__entry__form dl{
  osition: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.p-contact__entry__form dt{
      width: 30%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: -0.06em;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 1rem 0;
    padding-left: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: top;
    background:#f76610;
     position: relative;
}
.p-contact__entry__form dd{
    width: 70%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.06em;
    color: #1c1717;
    border-top: 1px solid #f76610;
    padding: 1rem 0;
    padding-left: 2rem;
}
.p-contact__entry__form dd input{
  border: solid 1px #9e9e9f;
}
.p-contact__entry__form dd:last-of-type{
  border-bottom: 1px solid #f76610;
}
.p-contact__entry__form dd .bordno{
  border: none;
}
.p-contact__entry__form dd input[type='checkbox']{
  appearance: auto;
  margin-right: 0.5em;
}

.p-contact__entry__form dd textarea{
  width: 100%;
  border: solid 1px #9e9e9f;
}
.p-contact__entry__form dt span{
  font-size: 0.9rem;
  position: absolute;
  right: 2rem;
  top:1rem;
  background:#fff10c;
  padding: 0.2rem;
  font-weight: normal;
}
.p-contact__form-entry__message{
  padding: 3rem 2rem;
  background: #f7f7f7;
  margin-top: 3rem;
}
.p-contact__form-entry__message h3{
  font-size: 1.25rem;
}
.p-contact__form-entry__message p{
  margin-top: 1.2rem;
  line-height: 1.5;
}
.p-contact__form-entry__btn{
  margin-top: 3rem;
  text-align: center;
}
.p-information-entry__btn .submit{
  border: solid 1px #f76610;
  padding:0.5rem 1.5rem 0.5rem 1.5rem;
  color: #f76610;
  font-weight: bold;
  position: relative;
}
.p-information-entry__btn .submit::before{
  display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3125rem 0 0.3125rem 0.3125rem;
    border-color: transparent transparent transparent #f76610;
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (max-width: 768px){
  .p-contact__form-entry{
    padding-top: 3.75rem;
  }
  .p-contact__form-entry__txt{
    font-size: 1.1rem;
    text-align: left;
  }
  .p-contact__entry__form{
    padding: 30px 20px;
    margin-top: 0;
  }
  .p-contact__entry__form dl{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-contact__entry__form dt{
        width: 100%;
    font-size: 0.9375rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;;
  }
  .p-contact__entry__form dd{
    width: 100%;
    border-top: 0;
    border-top: initial;
    padding-left: 0.625rem;
    font-size: 0.9375rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .p-contact__entry__form dd input{
    width: 100%;
  }
  .p-contact__entry__message h3{
    font-size: 1.1rem;
  }
  .p-contact__entry__message p{
    font-size: 0.9rem;
  }
  .p-information-entry__btn .submit{
    display: inline-block;
    width: 100%;
    margin-top: 1rem;
    padding-top: 0.675rem;
    max-width: 400px;
    margin-right: 0;
  }
  .p-contact__entry__form dd input[type='checkbox']{
    width: 1em;
  }
}

















/*
* privacy-policy

/*---------プライバシーポリシーページcss---------*/
.p-policy-fv{
  background-image: url("../images/privacy-policy/fv01.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1920/550;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-policy-fv {
    height: 30vh;
  }
}
@media screen and (max-width: 768px){
  .p-policy-head__text{
        font-size: 2.15rem;
    text-align: left;
  }
  .p-p-policy__copy--white{
      font-size: 2.3rem;
  }
  .p-policy-head__title{
    font-size: 1.75rem;
  }
  .p-policy-head__text{
    font-size: 0.875rem;
    margin-top: 3.75rem;
  }
}
.p-policy{
    background-image: url("../images/privacy-policy/privacy-policy_bg.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    /*aspect-ratio: 1920 / 5259;*/
    position: relative;
    padding-top: 6.75rem;
    padding-bottom: 9.375rem;
}
.p-policy--wrap{
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ededed 100%);
  padding-bottom: 3.75rem;
}


.p-policy-info--top {
  width: 100%;
  max-width: 87.5rem;
  margin-inline: auto;
  margin-top: 6.25rem;
}
.p-policy-info--top h2,
.p-policy-info--top p{
  margin-bottom:1rem;
}
@media screen and (max-width: 768px) {
  .p-policy-info--top {
    margin-top: 4.375rem;
  }
}


.c-section-title--en{
  font-family: "Jost", sans-serif;
    font-size: 4.9375rem;
    font-weight: 600;
    font-style: italic;
    color: #F76610;
    text-transform: capitalize;
    letter-spacing: -0.04em;
}
.c-section-title--ja {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    position: relative;
    margin-top: 0.75rem;
}
.c-section-title--ja:after {
    display: block;
    content: "";
    width: 115%;
    height: 0.3125rem;
    background-color: #F76610;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 768px){
  .c-section-title--en{
    font-size: 2.75rem;
  }
  .p-policy{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

@media screen and (max-width: 768px){
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}



/*
* works
*/
/*------works list-----*/
.p-works-fv{
  background-image: url("../images/works/fv01.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1920/550;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-works-fv {
    height: 190px;
    overflow:hidden;
  }
}
.p-works-head{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../images/service/bg_service01.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1920 / 721;
    position: relative;
    padding-top: 8.625rem;
    padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px){
  .p-works-head{
    eight: 70vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.p-works {
    background-image: url(../images/works/bg_works.webp);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    /*aspect-ratio: 1920 / 2500;*/
    position: relative;
    padding-top: 6.75rem;
    padding-bottom: 9.375rem;
}
.p-works .c-section-title--en {
    font-family: "Jost", sans-serif;
    font-size: 4.9375rem;
    font-weight: 600;
    font-style: italic;
    color: #F76610;
    text-transform: capitalize;
    letter-spacing: -0.04em;
}
@media screen and (max-width: 768px){
  .p-works .c-section-title--en{
    font-size: 3.75rem;
  }
}
.c-section-title--ja {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    position: relative;
    margin-top: 0.75rem;
}
.c-section-title--ja:after {
    display: block;
    content: "";
    width: 115%;
    height: 0.3125rem;
    background-color: #F76610;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.p-works__inner ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
    gap: 1.625rem 1rem;
    margin-top: 3.75rem;
    margin-inline: auto;
    max-width: 55.125rem;
    margin-bottom: 5rem;
}
.c-btn--black {
    color: #1c1717;
    border: solid 1px #1c1717;
}
.c-btn.c-btn--black:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid #1c1717;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (hover: hover) {
  .c-btn--black:hover {
    border: solid 1px #1c1717;
    background-color: #F76610; 
  }

  .c-btn--orange:hover {
    border: solid 1px #fff;
    background-color: #F76610;
  }
  .c-btn:hover.c-btn--orange:before {
    border-color: transparent transparent transparent #fff;
  }
  .c-btn:hover.c-btn--black:before {
      border-top: 5px solid #1c1717;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  }
  .c-btn:hover.c-btn--black .c-btn--ja,
  .c-btn:hover.c-btn--black .c-btn--en {
    color: #1c1717;
  }
  .c-btn:hover.c-btn--orange .c-btn--ja,
  .c-btn:hover.c-btn--orange .c-btn--en{
    color: #fff;
  }
}
.p-works__category{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:flex-start;
    align-items:center;
    position: relative;
}
.p-works__category__leftcont{
  background-color: #f76610;
  max-width: 500px;
  width: 55%;
  padding: 2%;
  min-height: 15rem;
  position: relative;
  z-index: 10;
  margin-top: 1rem;
  margin-bottom: 1rem;
  left: 3%;
}
.p-works__category__rightcont{
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(227, 227, 227, 1));
  max-width: 1020px;
  width: 100%;
  padding: 4% 5% 4% 10%;
  min-height: 19rem;
  position: relative;
  z-index: 0;
  right: 3%;
}
@media screen and (max-width: 768px) {
  .p-works__category__leftcont{
    left: 0;
    min-height: 0;
    max-width: none;
    padding: 5%;
  }
  .p-works__category__rightcont{
    right: 0;
    background-image: none;
    background-color: #dddddd;
    padding: 4%;
  }
}
.p-works__category__leftcont__catename span{
  border: solid 1px #fff;
  color: #fff;
  font-size: 0.9rem;
  padding: 0 0.1rem;
}
.p-works__category__leftcont__buildname{
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 1.3rem;
  line-height: 1.6;
}
.p-works__category__info{
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.p-works__category__info-term{
  width: 22%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: -0.06em;
    color: #999;
    border-top: 1px solid #999;
    padding: 2rem 0;
    padding-left: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-works__category__info-description{
  width: 78%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.06em;
    color: #1c1717;
    border-top: 1px solid #999;
    padding: 2rem 0;
}
.p-works__category__info-term:last-of-type, .p-works__category__info-description:last-of-type{
      border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px){
.p-works__inner ul {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 2rem;
  }
  .p-works__category{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.75rem;
    padding: 1rem;
    align-items: center;
  }
  .p-works__category__leftcont, .p-works__category__rightcont{
    width: 100%;
  }
  .p-works__category__info{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-works__category__info-term{
    width: 100%;
    font-size: 0.9375rem;
    padding-top: 1.25rem;
    padding-bottom: 0;
  }
  .p-works__category__info-description{
    width: 100%;
    border-top: 0;
    border-top: initial;
    padding-left: 0.625rem;
    font-size: 0.9375rem;
    padding-top: 0.3125rem;
    padding-bottom: 1.25rem;
  }
  .p-works__category__info-term:last-of-type{
    border-bottom: none;
  }
  .p-works__category__leftcont{
    margin-bottom: 0;
    padding-top: 2rem;
  }
 
}





/*
* news
*/
/*------news list-----*/
.a-news {
  padding-top: 7.625rem;
  padding-bottom: 30rem;
}
@media screen and (max-width: 768px) {
  .a-news {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.a-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .a-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .a-news__left-contents .c-section-title--en{
    color:#000;
  }
  .a-news__left-contents .c-section-title--left{
    margin-bottom:40px;
  }
}
.a-news__btn {
  margin-top: 4.625rem;
}
@media screen and (max-width: 768px) {
  .a-news__btn.u-sp-only {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.a-news__right-contents {
  max-width: 58.375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .a-news__right-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.a-news__item {
  font-weight: 700;
  margin-top: 2rem;
}
.a-news__item:first-child {
  margin-top: 0;
}

.a-news__category {
  padding: 10px;
}

.a-news__date {
  width: 100%;
  font-size: 1.0625rem;
  color: #000;
  border-top: 1px solid #999;
  padding-top: 1.5625rem;
  padding-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .a-news__date {
    font-size: 1rem;
  }
}

.a-news__title {
  font-size: 1.0625rem;
  margin-top: 0.8125rem;
  padding-bottom: 1.625rem;
  padding-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .a-news__title {
    font-size: 1rem;
  }
}
.a-news__title:last-child {
  border-bottom: 1px solid #999;
}





/*
* 404
*/
/*------404-----*/
.p-error__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.3125rem;
}

.p-error__btn .c-btn {
  background-color: #fff;
  width: 15rem;
  padding: 1rem 0;
}

@media (hover: hover) {
  .p-error__btn .c-btn:hover {
    color: #fff;
    background-color: #F76610;
    border: 1px solid #fff;
  }
}
.p-error__txt{
  font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.06em;
    text-align: center;
    margin-top: 0.5rem;
}





/*
* news
*/
/* ----------------------------------------
* news-detail
---------------------------------------- */
.p-information__title{
  margin-bottom:1rem;
}
.p-information__title .c-section-title--en{
  font-size:3rem;
}
@media only screen and (max-width:768px){
  .p-information .c-section-title--en {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.news__metaarea{
  margin-bottom:1rem;
}
.news__metaarea--cats{
  color:#F76610;
  font-weight:bold;
  margin-bottom:.4rem;
}
.news__list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news__txtarea {
  padding: 0 0 1em 0;
  text-align: left;
  line-height:2;
}
.news__txtarea h1 {
    font-size: 1.625em;
    line-height: 1.5;
    background: #f5f2f2;
    padding: 10px 1.2em;
    padding: 1rem 1.2em;
    width: 100%;
    border-left: 0.285em #ad9674 solid;
    margin: 10px auto 50px;
    margin: 1rem auto 5rem;
}
.news__txtarea h2 {
    font-size: 1.455em;
    line-height: 1.5;
    padding: 10px 1.2em;
    padding: 1rem 1.2em;
    width: 100%;
    border-left: 0.285em #fdf9ae solid;
    margin: 10px auto 20px;
    margin: 1rem auto 2rem;
    background: none;
    text-align: left;
}
.news__txtarea h3 {
    font-size: 1.375em;
    padding: 10px 0;
    padding: 1rem 0;
    margin: 10px auto 40px;
    margin: 1rem auto 4rem;
    border-bottom: 3px #ad9674 solid;
    line-height: 1em;
}
.news__txtarea h4 {
    font-size: 1.125em;
    color: #ad9674;
    background: #f5f2f2;
    padding: 0.66em 1.2em;
    margin: 10px auto 40px;
    margin: 1rem auto 4rem;
    width: 100%;
    border-left: 3px #ad9674 solid;
}
.news__txtarea h5 {
    font-size: 1.125em;
    margin: 10px 0 30px;
    margin: 1rem 0 3rem;
}
.news__txtarea h6 {
    margin: 10px 0 30px;
    margin: 1rem 0 3rem;
}
.news__txtarea hr {
    border-bottom: 1px solid #eee;
    margin: 20px 0;
    clear: both;
}
.news__txtarea img {
  margin-bottom: 2em; }
.news__txtarea p,
.news__txtarea ul,
.news__txtarea ol,
.news__txtarea dl,
.news__txtarea blockquote,
.news__txtarea pre,
.news__txtarea table {
  margin-bottom: 1em; }
.news__txtarea p {
  color: auto; }
.news__txtarea p.small {
  font-size: 0.75em;
}
.news__txtarea a.btn {
  text-align: center;
}
.news__txtarea ul {
  list-style: none;
}
.news__txtarea ul li {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
}
.news__txtarea ul li ul li {
  font-weight: normal;
}
.news__txtarea ul li:before {
  content: '';
  display: inline-block;
  background: #ad9674;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.news__txtarea ul li ul li:before {
  content: '';
  display: inline-block;
  background: #fff;
  width: 6px;
  height: 6px;
  border: solid 2px #ad9674;
  border-radius: 50%;
  position: absolute;
  top: 0.8em;
  left: 0;
}
.news__txtarea ol {
  list-style: decimal;
}
.news__txtarea li > ul,
.news__txtarea ul > ol,
.news__txtarea ol > ol,
.news__txtarea ol > ul {
  margin-bottom: 0px;
}
.news__txtarea dl dt {
  font-weight: bold;
}
.news__txtarea pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}
.news__txtarea a {
  text-decoration: underline;
}
.news__txtarea a:hover {
  text-decoration: none;
}
.news__txtarea blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
.news__txtarea blockquote:before {
  content: '\f10d';
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 10px;
}
.news__txtarea blockquote cite {
  position: relative;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}
.news__txtarea table {
  border: 1px #dadada solid;
  width: 100%;
}
.news__txtarea table th,
.news__txtarea table td {
  padding: 8px 10px;
  border: #dadada solid 1px;
}
.news__txtarea table th {
  background: #f5f2f2;
  font-weight: bold;
  text-align: center;
}
.news__txtarea img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.news__txtarea img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.news__txtarea .row {
  margin: 10px 0 40px;
  margin: 1rem 0 4rem;
}
.news__txtarea .gr1, .news__txtarea .gr2, .news__txtarea .gr3, .news__txtarea .gr4, .news__txtarea .gr5,
.news__txtarea .gr6, .news__txtarea .gr7, .news__txtarea .gr8, .news__txtarea .gr9, .news__txtarea .gr10,
.news__txtarea .gr11, .news__txtarea .gr12, .news__txtarea .gld-sub, .news__txtarea .gld-main,
.news__txtarea .gr1-5 {
  padding: 0 1%;
}
.news__txtarea .paging {
  padding-top: 40px;
  padding-top: 4rem;
}
.news__txtarea .paging .next a {
  float: right;
  background: #372b24;
  padding: 10px 20px;
  padding: 1rem 2rem;
}
.news__txtarea .paging .prev a {
  float: left;
  background: #372b24;
  padding: 10px 20px;
  padding: 1rem 2rem;
}



/*
* archive
*/
/* ----------------------------------------
* pagination
---------------------------------------- */
.pagination{
  margin: 4em auto;
  text-align: center;
}
.nav-links{
  display:flex;
  justify-content: center;
}
.pagination .page-numbers{
   display:inline-block;
   margin-right:0.8em ;
   padding:1em;
   color:#000;
   border-radius:3px;
   box-shadow:1px 2px 2px #1c1717;
   background:#fff;
}
.pagination .current{
   padding:1em 1.15em;
   background:#1c1717;
   color:#fff;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   padding:1em 1.15em;
   color:#000;
   box-shadow:1px 2px 2px #1c1717;
   background:#fff;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}

/*
* single
*/
/* ----------------------------------------
* pagination
---------------------------------------- */
.post__pagination{
  margin-bottom:50px;
  overflow:hidden;
}
.post__pagination nav ul{
  display:flex;
  justify-content: center;
}
.post__pagination__left,
.post__pagination__right{
  margin: 0 1em;
}
.post__pagination__left{}
.post__pagination__right{}

@media screen and (max-width: 768px) {
  .post__pagination nav ul{
    display: block;
  }
  .post__pagination nav ul li{
    text-align: center;
    margin: 0.5em auto;
  }
  .post__pagination nav ul li a{
    margin: 0 auto;
    padding: 0.8em;
  }
}



@media screen and (max-width: 768px) {
  [data-aos]{
    will-change:opacity, transform;
  }
}


/* 20240711 追加 */
.inline-block {
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.p-corporate-vission #vission,
.p-corporate-vission #mission,
.p-corporate-vission #vision-map {
  position: relative;
}

.vision-sec__back--title {
  position: absolute;
  top: 5%;
  width: 100%;
  font-size: clamp(3.75rem, 0.868rem + 12.3vw, 15.625rem);
  font-weight: bold;
  text-align: center;
  opacity: .1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.vision-sec__back--title--v1 {
  color: #fff;
}

.vision-sec__back--title--v2 {
  color: #F76610;
  font-size: clamp(3.125rem, 0.091rem + 12.94vw, 15.625rem);
}

.company-message__sp {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  margin-top: 1em;
}
.company-message__sp img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-company-message .c-section-title--orange {
    color: inherit;
  }
  .p-company-message__text {
    color: inherit;
  }
  .sp-only {
    display: block;
  }
  .p-company-message__name--ja svg path,
  .p-company-message__name--en svg .cls-1 {
    fill: #231815;
  }
  .p-corporate-vissionmap {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    margin-top: 0;
  }
  .vision-sec__back--title--sp--position {
    top: 11%;
  }
}
/* 20240711 ここまで */