@charset "UTF-8";
/* =====================================================
FOUNDATION
===================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700&family=Montserrat:wght@400;500&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  color: #000;
  line-height: 1.6;
  font-size: 62.5%;
  font-weight: 400;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "YuGothic", "游ゴシック", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

button {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html,
body {
  position: relative;
  color: #1d1531;
  background: white;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 62.5%;
  line-height: 1;
  letter-spacing: 0.2em;
  -webkit-font-feature-settings: 1 "palt";
          font-feature-settings: 1 "palt";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


@media screen and (min-width: 1141px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

body {
  background: #f5f1f3;
}

.grecaptcha-badge {
  z-index: 999 !important;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.fade-in {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fade-in-active {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* =====================================================
OBJECT
===================================================== */
.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.c-btn {
  position: relative;
  z-index: 5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.c-btn a {
  position: relative;
  display: block;
  width: 350px;
  line-height: 56px;
  padding: 0 30px 0;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .c-btn a {
    width: 100%;
    line-height: 50px;
    margin: 30px 0 0;
    padding: 0 20px 0;
    font-size: 1.4rem;
  }
}
.c-btn a::before {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  background: url("../../dist/images/icn_information-arrow-right-white.svg") no-repeat center center;
  background-size: cover;
  width: 12px;
  height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-btn a:hover {
  color: white;
  background: #1d1531;
  opacity: 1;
}
.c-btn a:hover::before {
  right: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: url("../../dist/images/icn_information-arrow-right.svg") no-repeat center center;
}

.c-button {
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: 1.2rem;
  }
}
.c-button a {
  position: relative;
  display: block;
  padding: 12px 24px;
  background: #FFFFFF;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .c-button a {
    padding: 12px 24px;
  }
}
.c-button a::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: solid 2px #1d1531;
  border-right: solid 2px #1d1531;
}
.c-button.c-button--navy a {
  background-color: #1f1433;
  color: #fff;
}
.c-button.c-button--navy a::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.c-page {
  position: relative;
  width: 100%;
  padding: 184px 0 64px;
}
@media screen and (max-width: 768px) {
  .c-page {
    padding: 90px 0 40px;
  }
}
.c-page::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 60%;
  min-width: 700px;
  height: 400px;
  background: url("../../dist/images/recruitment/img-head-bg.png") no-repeat right bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-page::before {
    min-width: 320px;
    width: 100%;
    height: 220px;
  }
}
.c-page::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 55%;
  height: 400px;
  background: url("../../dist/images/recruitment/img-head-frame.png") no-repeat right bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-page::after {
    height: 300px;
    background: url("../../dist/images/recruitment/img-head-frame.png") no-repeat left bottom;
    background-size: cover;
  }
}
.c-page.-yellowBg::before {
  background: url("../../dist/images/cltr/img-head-bg.png") no-repeat right bottom;
  background-size: cover;
}
.c-page.-greenBg::before {
  background: url("../../dist/images/biz/img-head-bg.png") no-repeat right bottom;
  background-size: cover;
}
.c-page.-blueBg::before {
  background: url("../../dist/images/people/img-head-bg.png") no-repeat right bottom;
  background-size: cover;
}
.c-page.-orangeBg::before {
  background: url("../../dist/images/comment/img-head-bg.png") no-repeat right bottom;
  background-size: cover;
}
.c-page.-pinkBg::before {
  background: url("../../dist/images/mission/img-head-bg.png") no-repeat right bottom;
  background-size: cover;
}
.c-page.-darkblueBg::before {
  background: url("../../dist/images/data/img-head-bg.png") no-repeat right bottom;
  background-size: cover;
}
.c-page.-redBg::before {
  background: url("../../dist/images/news/img-head-bg.png") no-repeat right bottom;
  background-size: cover;
}
.c-page__inner {
  position: relative;
  width: 100%;
  padding: 0 5% 0 5%;
}
.c-page__inner.-polygon::before {
  position: absolute;
  content: "";
  right: 2%;
  top: 200px;
  display: block;
  width: 300px;
  height: 300px;
  background: url("../../dist/images/recruitment/img-polygon-01.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-page__inner.-polygon::before {
    right: 0;
    top: 180px;
    width: 150px;
    height: 150px;
  }
}
.c-page__inner.-polygon2::before {
  position: absolute;
  content: "";
  right: 5%;
  top: 260px;
  display: block;
  width: 230px;
  height: 255px;
  background: url("../../dist/images/data/img-polygon-01.png") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-page__inner.-polygon2::before {
    right: 0;
    top: 180px;
    width: 150px;
    height: 150px;
  }
}
.c-page__head {
  height: 200px;
}
@media screen and (max-width: 768px) {
  .c-page__head {
    height: 160px;
  }
}
.c-page__head-title {
  position: relative;
  z-index: 3;
  letter-spacing: 0.05em;
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  .c-page__head-title {
    font-size: 2.4rem;
  }
}
.c-page__head-caption {
  position: relative;
  z-index: 3;
  font-size: 2.6rem;
  padding-top: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-page__head-caption {
    padding-top: 16px;
    font-size: 1.8rem;
  }
}
.c-page__head-caption::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #1d1531;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .c-page__head-caption::before {
    margin-bottom: 16px;
  }
}

.c-bread {
  position: relative;
  z-index: 3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-bread {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    line-height: 1.75;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c-bread__item {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-bread__item {
    font-size: 1rem;
  }
}
.c-bread__item::after {
  content: "-";
  display: inline-block;
  position: relative;
  margin-left: 16px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-bread__item::after {
    margin-left: 8px;
    font-size: 1rem;
  }
}
.c-bread__item:last-child::after {
  display: none;
}

.p-viewBg {
  background: url("../../dist/images/common/img-page-bg.png") no-repeat right top;
  background-size: 95%;
}

.u-ta-l {
  text-align: left;
}

.u-ta-r {
  text-align: right;
}

.u-ta-c {
  text-align: center;
}

.u-d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-has-white {
  color: #FFFFFF;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show-pc {
  display: none;
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  .show-pc {
    display: block;
  }
}

.show-md {
  display: none;
}
@media screen and (max-width: 1140px) and (min-width: 769px) {
  .show-md {
    display: block;
  }
}

.show-sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .show-sm {
    display: block;
  }
}

.hide-sm {
  display: block;
}
@media screen and (max-width: 768px) {
  .hide-sm {
    display: none;
  }
}

.u-fadeIn-to-top,
.u-fadeIn-to-left,
.u-fadeIn-to-right,
.u-fadeIn-to-bottom,
.u-fadeIn {
  opacity: 0;
}

.u-fadeIn-to-top.scrollin {
  -webkit-animation: fadeIn-top 1.5s ease-in-out forwards;
          animation: fadeIn-top 1.5s ease-in-out forwards;
}

.u-fadeIn-to-left.scrollin {
  -webkit-animation: fadeIn-left 2s ease-in-out forwards;
          animation: fadeIn-left 2s ease-in-out forwards;
}

.u-fadeIn-to-right.scrollin {
  -webkit-animation: fadeIn-right 2s ease-in-out forwards;
          animation: fadeIn-right 2s ease-in-out forwards;
}

.u-fadeIn-to-bottom.scrollin {
  -webkit-animation: fadeIn-bottom 2s ease-in-out forwards;
          animation: fadeIn-bottom 2s ease-in-out forwards;
}

.u-fadeIn.scrollin {
  -webkit-animation: fadeIn 2s ease-in-out forwards;
          animation: fadeIn 2s ease-in-out forwards;
}

@-webkit-keyframes fadeIn-top {
  0% {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
}

@keyframes fadeIn-top {
  0% {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn-left {
  0% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
}
@keyframes fadeIn-left {
  0% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn-right {
  0% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
}
@keyframes fadeIn-right {
  0% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn-bottom {
  0% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
}
@keyframes fadeIn-bottom {
  0% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =====================================================
LAYOUT
===================================================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 70px;
  padding: 0 16px;
  background: #1d1531;
}
@media screen and (max-width: 1140px) {
  .l-header {
    height: 50px;
    padding: 0 8px;
  }
}
.l-header__logo {
  width: auto;
  height: 48px;
}
@media screen and (max-width: 1140px) {
  .l-header__logo {
    height: 32px;
  }
}
.l-header__logo a {
  width: auto;
  height: 48px;
}
@media screen and (max-width: 1140px) {
  .l-header__logo a {
    height: 32px;
  }
}
.l-header__logo img {
  width: auto;
  height: 48px;
}
@media screen and (max-width: 1140px) {
  .l-header__logo img {
    height: 32px;
  }
}
.l-header__bnr {
  display: none;
}
@media screen and (max-width: 1140px) {
  .l-header__bnr {
    display: block;
  }
  .l-header__bnr a {
    display: block;
  }
  .l-header__bnr a img {
    width: auto;
    height: 30px;
  }
}

.l-hMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (max-width: 1140px) {
  .l-hMenu {
    display: none;
  }
}
.l-hMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-hMenu__list-item a {
  padding: 0 24px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.2rem;
  border-right: 1px solid #FFFFFF;
}
.l-hMenu__list-item:last-child a {
  border-right: none;
}
.l-hMenu__list-entry a {
  display: block;
  width: 150px;
  background: #FFFFFF;
  color: #1d1531;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
}

.l-spMenu {
  display: none;
}
@media screen and (max-width: 1140px) {
  .l-spMenu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 160px;
    padding: 16px 0 16px 16px;
    background: #1d1531;
    color: #FFFFFF;
    border-radius: 0 36px 0 0;
    font-size: 1.6rem;
  }
  .l-spMenu::before {
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: inline-block;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 20px;
    background: #FFFFFF;
  }
  .l-spMenu.active::before {
    display: inline-block;
    content: "";
    width: 1.6rem;
    height: 1px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-spMenu.active::after {
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: inline-block;
    content: "";
    width: 1.6rem;
    height: 1px;
    background: #FFFFFF;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.l-menu {
  display: none;
}
@media screen and (max-width: 1140px) {
  .l-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100vw;
    height: 100lvh;
    padding: 80px 5% 100px;
    background: #FFFFFF;
    color: #1d1531;
    overflow-x: scroll;
  }
  .l-menu.active {
    display: block;
  }
}
.l-menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100lvh;
}
.l-menu__navList-item {
  margin-bottom: 20px;
  border-left: 1px solid #1d1531;
}
.l-menu__navList-item a {
  padding-left: 16px;
  font-weight: 600;
  font-size: 1.8rem;
}
.l-menu__navList-item a::after {
  content: attr(data-title);
  display: block;
  margin-top: 8px;
  margin-left: 16px;
  font-weight: 500;
  font-size: 1.3rem;
}
.l-menu__navList-entry {
  width: 280px;
  margin: 28px auto 0;
  background: url("../../dist/images/common/img-header-bg.png") no-repeat center center;
  background-size: cover;
  border-radius: 57px;
}
.l-menu__navList-entry a {
  background: none;
  font-size: 2.2rem;
}

.l-footer {
  position: relative;
  padding: 32px 5%;
  background: #f5f1f3;
}
@media screen and (max-width: 1140px) {
  .l-footer {
    padding: 32px 0 0;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 1.2rem;
}
@media screen and (max-width: 1140px) {
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 700px;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1140px) {
  .l-footer__navList {
    width: 47.5%;
  }
}
.l-footer__navList-item {
  margin-top: 32px;
  margin-bottom: 16px;
}
.l-footer__navList-itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  line-height: 1.5;
}
.l-footer__navList-itemInner::before {
  content: "";
  display: block;
  min-width: 8px;
  height: 1px;
  margin-right: 8px;
  background: #1d1531;
}
.l-footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 120px;
}
@media screen and (max-width: 1140px) {
  .l-footer__company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    padding-top: 32px;
    background: white;
  }
}
.l-footer__company-logo {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 1140px) {
  .l-footer__company-logo {
    min-width: 290px;
    width: 60%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.l-footer__company-logo figcaption {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 1140px) {
  .l-footer__company-logo figcaption {
    text-align: center;
    font-size: 1.2rem;
  }
}
.l-footer__company-logo img {
  width: 100%;
  height: auto;
}
.l-footer__company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
@media screen and (max-width: 1140px) {
  .l-footer__company-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 1140px) {
  .l-footer__company-info > p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.l-footer__company-info img {
  width: 200px;
  height: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 1140px) {
  .l-footer__company-info img {
    border: 1px solid #1d1531;
    margin-top: 24px;
    margin-bottom: 0;
  }
}
.l-footer__company-infoAdd {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1140px) {
  .l-footer__company-infoAdd {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    font-size: 1.2rem;
  }
}
.l-footer__company-infoNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1140px) {
  .l-footer__company-infoNum {
    margin-top: 8px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.l-footer__copyright {
  margin-top: 40px;
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (max-width: 1140px) {
  .l-footer__copyright {
    margin-top: 0;
    padding: 24px 16px;
    background: white;
    text-align: center;
    font-size: 1rem;
  }
}
.l-footer__top-btn {
  position: absolute;
  top: -80px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__top-btn {
    top: -60px;
  }
}
.l-footer__top-btn a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 70px;
}
@media screen and (max-width: 768px) {
  .l-footer__top-btn a {
    width: 50px;
    height: 50px;
  }
}
.l-footer__top-btn a::after {
  position: absolute;
  display: block;
  content: "";
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  width: 12px;
  height: 12px;
  border-top: solid 2px #1d1531;
  border-right: solid 2px #1d1531;
}
@media screen and (max-width: 768px) {
  .l-footer__top-btn a::after {
    width: 8px;
    height: 8px;
  }
}

main {
  overflow: hidden;
}

.p-hero {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
}
.p-hero__logo {
  width: 50%;
  max-width: 300px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.p-hero__logo img {
  width: 100%;
  height: auto;
}
.p-hero__movie {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-hero__movie {
    height: 100svh;
  }
}
.p-hero__movie::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../dist/images/top/hero-overlay.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-hero__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-hero .p-fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn 2s ease-in-out forwards;
          animation: fadeIn 2s ease-in-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-top-contents {
  background: url("../../dist/images/top/img-top-bg01.png") no-repeat left top;
  background-size: 70%;
}

.p-topNews {
  padding-top: 4rem;
}
.p-topNews__content {
  margin: 0 2%;
  padding: 10rem 2% 11.5rem;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .p-topNews__content {
    margin: 0 2.5%;
    padding: 8rem 2.5%;
  }
}
.p-topNews__content h2 {
  margin-bottom: 16px;
  font-size: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-topNews__content h2 {
    font-size: 3rem;
  }
}
.p-topNews__content h3 {
  position: relative;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  text-align: center;
}
.p-topNews__content h3::before {
  content: '';
  display: block;
  width: 3rem;
  height: .1rem;
  background: #1d1531;
  margin: 0 auto 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-topNews__content h3 {
    font-size: 1.6rem;
  }
}
.p-topNews__container {
  max-width: 120rem;
  margin: 0 auto;
}
.p-topNews__list {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .p-topNews__list {
    margin-top: 5rem;
  }
}
.p-topNews__link-btn {
  width: 30rem;
  margin: 6.5rem auto 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-topNews__link-btn {
    width: 25rem;
  }
}

.p-topAbout {
  position: relative;
  margin: 0 auto;
  padding: 240px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-topAbout {
    background-size: 150%;
    padding: 480px 0 20px;
  }
}
.p-topAbout__title {
  position: relative;
  z-index: 2;
  padding-left: 20%;
  font-size: 7rem;
  line-height: 1.5;
  letter-spacing: 0.1;
}
@media screen and (max-width: 768px) {
  .p-topAbout__title {
    padding-left: 5%;
    font-size: 4rem;
    letter-spacing: 0.1;
    line-height: 1.75;
  }
}
.p-topAbout__copy {
  position: relative;
  z-index: 2;
  padding-left: 20%;
  margin-top: 200px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .p-topAbout__copy {
    margin-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
  }
}
.p-topAbout__img {
  position: absolute;
  top: -160px;
  right: -120px;
  min-width: 700px;
  max-width: 900px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-topAbout__img {
    top: -80px;
    right: -130px;
    min-width: 450px;
    width: 80%;
  }
}
.p-topAbout__img img {
  width: 100%;
  height: auto;
}
.p-topAbout__img02 {
  position: absolute;
  top: 900px;
  right: 80px;
  min-width: 300px;
  max-width: 500px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-topAbout__img02 {
    top: 550px;
    right: -100px;
    min-width: 250px;
    width: 60%;
  }
}
.p-topAbout__img02 img {
  width: 100%;
  height: auto;
}
.p-topAbout__thumb {
  position: relative;
  top: -80px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(100px, 15vw, 340px) 0 0;
  background: url("../../dist/images/top/img-top-bg02.png") no-repeat left -50vw top;
  background-size: 80% auto;
}
@media screen and (max-width: 768px) {
  .p-topAbout__thumb {
    background-size: 180% auto;
    top: 0;
    padding: clamp(40px, 10vw, 240px) 0 0;
  }
}
.p-topAbout__thumb-img03 {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.p-topAbout__thumb-img03 img {
  width: 100%;
  height: auto;
}
.p-topAbout__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-topAbout__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-topAbout__link-mission, .p-topAbout__link-data {
  position: relative;
  right: -2%;
  width: 50%;
  padding: 10vw 0;
  background: url("../../dist/images/top/img-bg-red.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-topAbout__link-mission, .p-topAbout__link-data {
    top: 7vw;
    width: 95%;
    right: 0;
    margin: 0 auto;
    padding: clamp(40px, 20vw, 150px) 0;
  }
}
.p-topAbout__link-mission h3, .p-topAbout__link-data h3 {
  margin-bottom: 16px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .p-topAbout__link-mission h3, .p-topAbout__link-data h3 {
    font-size: 3rem;
  }
}
.p-topAbout__link-mission h4, .p-topAbout__link-data h4 {
  position: relative;
  margin-bottom: 24px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-topAbout__link-mission h4, .p-topAbout__link-data h4 {
    font-size: 1.6rem;
  }
}
.p-topAbout__link-mission h4::before, .p-topAbout__link-data h4::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #1d1531;
  margin: 0 auto 16px;
}
.p-topAbout__link-mission p, .p-topAbout__link-data p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-topAbout__link-mission p, .p-topAbout__link-data p {
    font-size: 1.2rem;
  }
}
.p-topAbout__link-data {
  right: 0;
  left: -2%;
  background: url("../../dist/images/top/img-bg-blue.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-topAbout__link-data {
    top: 0;
    left: 0;
  }
}
.p-topAbout__link-btn {
  width: 300px;
  margin: 24px auto 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-topAbout__link-btn {
    width: 250px;
  }
}

.p-topMessage {
  padding: 0 0 320px;
  background: url("../../dist/images/top/img-top-message_bg.png") no-repeat center bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .p-topMessage {
    padding: 0 0 120px;
    background-size: 200%;
  }
}
.p-topMessage__inner {
  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-topMessage__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-topMessage__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-topMessage__img {
    width: 95%;
  }
}
.p-topMessage__img img {
  width: 100%;
}
.p-topMessage__content {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-topMessage__content {
    width: 95%;
    margin-top: 24px;
  }
}
.p-topMessage__content h2 {
  margin-bottom: 16px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .p-topMessage__content h2 {
    font-size: 3rem;
  }
}
.p-topMessage__content h3 {
  position: relative;
  margin-bottom: 24px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-topMessage__content h3 {
    font-size: 1.6rem;
  }
}
.p-topMessage__content h3::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #1d1531;
  margin: 0 auto 16px;
}
.p-topMessage__content p {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-topMessage__content p {
    font-size: 1.2rem;
  }
}

.p-topPeople {
  position: relative;
  width: 100%;
  margin: 160px auto 0;
  padding: 0 0 320px;
  background: url("../../dist/images/top/img-top-bg03.png") no-repeat right -10vw bottom 3vw;
  background-size: max(65%, 800px);
}
@media screen and (max-width: 768px) {
  .p-topPeople {
    margin: 80px auto 0;
    padding: 0 0 240px;
  }
}
.p-topPeople__content, .p-fotEntry__content, .p-topRecruit__content, .p-topBusiness__content, .p-topCulture__content {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-topPeople__content, .p-fotEntry__content, .p-topRecruit__content, .p-topBusiness__content, .p-topCulture__content {
    padding: 0 5%;
  }
}
.p-topPeople__content h2, .p-fotEntry__content h2, .p-topRecruit__content h2, .p-topBusiness__content h2, .p-topCulture__content h2 {
  margin-bottom: 16px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .p-topPeople__content h2, .p-fotEntry__content h2, .p-topRecruit__content h2, .p-topBusiness__content h2, .p-topCulture__content h2 {
    font-size: 3rem;
  }
}
.p-topPeople__content h3, .p-fotEntry__content h3, .p-topRecruit__content h3, .p-topBusiness__content h3, .p-topCulture__content h3 {
  position: relative;
  margin-bottom: 24px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-topPeople__content h3, .p-fotEntry__content h3, .p-topRecruit__content h3, .p-topBusiness__content h3, .p-topCulture__content h3 {
    font-size: 1.6rem;
  }
}
.p-topPeople__content h3::before, .p-fotEntry__content h3::before, .p-topRecruit__content h3::before, .p-topBusiness__content h3::before, .p-topCulture__content h3::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #1d1531;
  margin: 0 auto 16px;
}
.p-topPeople__content p, .p-fotEntry__content p, .p-topRecruit__content p, .p-topBusiness__content p, .p-topCulture__content p {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-topPeople__content p, .p-fotEntry__content p, .p-topRecruit__content p, .p-topBusiness__content p, .p-topCulture__content p {
    font-size: 1.2rem;
  }
}
.p-topPeople__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.3333333333%;
     -moz-column-gap: 1.3333333333%;
          column-gap: 1.3333333333%;
  row-gap: 32px;
  width: 96%;
  max-width: 1200px;
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  .p-topPeople__list {
    width: 90%;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    margin: 0 auto;
  }
}
.p-topPeople__list-item {
  width: 24%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-topPeople__list-item {
    width: 47.5%;
  }
}
.p-topPeople__list-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-image: url("../../dist/images/people/img-mask-s.png");
  background-repeat: no-repeat;
  background-position: bottom 50px center;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .p-topPeople__list-item::before {
    background-position: bottom 30px center;
  }
}
.p-topPeople__list a {
  display: block;
}
.p-topPeople__list-mask {
  display: block;
  -webkit-mask-image: url("../../dist/images/people/img-mask-s.png");
          mask-image: url("../../dist/images/people/img-mask-s.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
}
.p-topPeople__list-mask img.-bg {
  width: 100%;
}
.p-topPeople__list-mask img.-people {
  width: 85%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.p-topPeople__list-department {
  margin-top: 16px;
  margin-bottom: 8px;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-topPeople__list-department {
    font-size: 1.4rem;
  }
}
.p-topPeople__list-join {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-topPeople__list-join {
    font-size: 1.2rem;
  }
}
.p-topPeople .c-button {
  width: 300px;
  margin: 64px auto 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-topPeople .c-button {
    margin: 32px auto 0;
    width: 250px;
  }
}
.p-topPeople__img {
  position: absolute;
  bottom: 0;
  left: 8%;
  min-width: 250px;
  max-width: 500px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-topPeople__img {
    min-width: 200px;
    width: 15%;
    left: -15%;
  }
}
.p-topPeople__img img {
  width: 100%;
  height: auto;
}

.p-topCulture {
  position: relative;
  padding: 0 0 320px;
}
@media screen and (max-width: 768px) {
  .p-topCulture {
    padding: 0 0 160px;
  }
}
@media screen and (max-width: 768px) {
  .p-topCulture__content {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-topCulture__content p {
    margin-bottom: 0;
  }
}
.p-topCulture__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 80px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-topCulture__thumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 40px;
  }
}
.p-topCulture__thumb-left, .p-topCulture__thumb-right {
  position: relative;
  right: -2%;
  width: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-topCulture__thumb-left, .p-topCulture__thumb-right {
    width: 95%;
    margin: 0 auto;
    top: 5vw;
    right: 0;
  }
}
.p-topCulture__thumb-left img, .p-topCulture__thumb-right img {
  width: 100%;
}
.p-topCulture__thumb-right {
  top: 0;
  right: 0;
  left: -2%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-topCulture__thumb-right {
    left: 0;
  }
}
.p-topCulture__img {
  position: absolute;
  bottom: 0;
  right: 8%;
  min-width: 400px;
  max-width: 600px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-topCulture__img {
    right: -10%;
    min-width: 250px;
  }
}
.p-topCulture__img img {
  width: 100%;
  height: auto;
}

.p-topBusiness {
  padding: 0 0 28vw;
  background: url("https://www.sst-web.com/sstcms/wp-content/themes/sst/recruit_assets/dist/images/top/img-top-business_bg.png") no-repeat center bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .p-topBusiness {
    padding: 0 0 60vw;
    background-size: 200%;
  }
}
.p-topBusiness .c-button {
  width: 300px;
  margin: 64px auto 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-topBusiness .c-button {
    width: 250px;
    margin: 32px auto 0;
  }
}

.p-topRecruit {
  position: relative;
  margin-top: -1px;
  padding: 120px 0 60px;
  background: #1d1531;
}
.p-topRecruit__content {
  color: #FFFFFF;
}
.p-topRecruit__content h3 {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-topRecruit__content h3 {
    font-size: 1.6rem;
  }
}
.p-topRecruit__content h3::before {
  background: #FFFFFF;
}
.p-topRecruit .p-topRecruit__btn {
  width: 300px;
  margin: 48px auto 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-topRecruit .p-topRecruit__btn {
    width: 250px;
  }
}
.p-topRecruit__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 48px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-topRecruit__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}
.p-topRecruit__link-new, .p-topRecruit__link-career {
  position: relative;
  right: -2%;
  width: 50%;
  padding: 13vw 0;
  background: url("../../dist/images/top/img-bg-green.png") no-repeat center center;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-topRecruit__link-new, .p-topRecruit__link-career {
    top: 8vw;
    right: 0;
    width: 95%;
    margin: 0 auto;
    padding: clamp(40px, 25vw, 170px) 0;
  }
}
.p-topRecruit__link-new h3, .p-topRecruit__link-career h3 {
  margin-bottom: 16px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-topRecruit__link-new h3, .p-topRecruit__link-career h3 {
    font-size: 3rem;
  }
}
.p-topRecruit__link-new h4, .p-topRecruit__link-career h4 {
  position: relative;
  margin-bottom: 40px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-topRecruit__link-new h4, .p-topRecruit__link-career h4 {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.p-topRecruit__link-new h4::before, .p-topRecruit__link-career h4::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #1d1531;
  margin: 0 auto 16px;
}
.p-topRecruit__link-career {
  right: 0;
  left: -2%;
  z-index: 1;
  background: url("../../dist/images/top/img-bg-orange.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-topRecruit__link-career {
    top: 0;
    left: 0;
  }
}
.p-topRecruit__link-btn {
  width: 300px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-topRecruit__link-btn {
    width: 250px;
  }
}
.p-topRecruit__img {
  position: absolute;
  top: -60px;
  left: 8%;
  min-width: 300px;
  max-width: 450px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-topRecruit__img {
    left: 0;
    min-width: 200px;
    max-width: 350px;
  }
}
.p-topRecruit__img img {
  width: 100%;
  height: auto;
}

.circle-bnr {
  width: 140px;
  position: fixed;
  bottom: 80px;
  right: 2%;
  z-index: 9999;
  display: block;
}
.circle-bnr.-bottom {
  display: none;
}
@media screen and (max-width: 1140px) {
  .circle-bnr {
    display: none;
  }
}
.circle-bnr a {
  display: block;
  position: relative;
}
.circle-bnr a::before {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background: url("../../dist/images/top/bnr-circle_txt.png") no-repeat center center;
  position: absolute;
  top: -12px;
  left: -12px;
  -webkit-animation: 20s linear infinite rotation;
          animation: 20s linear infinite rotation;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-recInfo {
  position: relative;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-recInfo {
    width: 90%;
  }
}
.p-recInfo::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -100px;
  left: -15vw;
  width: 300px;
  height: 300px;
  background: url("../../dist/images/recruitment/img-polygon-02.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-recInfo::before {
    bottom: -30px;
    left: -5vw;
    width: 150px;
    height: 150px;
  }
}
.p-recInfo__head {
  width: 100%;
  margin-bottom: 64px;
}
.p-recInfo__head-title {
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 1.5;
}
.p-recInfo__head-description {
  width: 55%;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-recInfo__head-description {
    width: 100%;
    font-size: 1.2rem;
  }
}
.p-recInfo__new, .p-recInfo__career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 105%;
}
@media screen and (max-width: 768px) {
  .p-recInfo__new, .p-recInfo__career {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recInfo__new > div, .p-recInfo__career > div {
  position: relative;
  left: 0%;
  width: 55%;
  padding: 180px 8% 180px 3%;
  background: url("../../dist/images/recruitment/img-new-bg.png") no-repeat left top;
  background-size: cover;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recInfo__new > div, .p-recInfo__career > div {
    width: 100%;
    padding: clamp(80px, 20vw, 130px) 5% 80px 5%;
  }
}
.p-recInfo__new h3, .p-recInfo__career h3 {
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-recInfo__new h3, .p-recInfo__career h3 {
    font-size: 2.4rem;
  }
}
.p-recInfo__new h4, .p-recInfo__career h4 {
  position: relative;
  margin-bottom: 32px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-recInfo__new h4, .p-recInfo__career h4 {
    font-size: 1.6rem;
  }
}
.p-recInfo__new h4::before, .p-recInfo__career h4::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #1d1531;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .p-recInfo__career {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-recInfo__career > div {
  right: 0;
  left: -5%;
  padding: 180px 3% 180px 8%;
  z-index: 1;
  background: url("../../dist/images/recruitment/img-career-bg.png") no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-recInfo__career > div {
    left: 0;
    padding: clamp(80px, 20vw, 130px) 5% 80px 5%;
  }
}
.p-recInfo__btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-recInfo__btn {
    width: 250px;
  }
}
.p-recInfo__img {
  position: relative;
  z-index: 2;
  left: -5%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-recInfo__img {
    left: 0;
    top: -30px;
    width: 100%;
  }
}
.p-recInfo__img img {
  width: 100%;
}
.p-recInfo__img.-career {
  left: 0;
  right: -5%;
}
@media screen and (max-width: 768px) {
  .p-recInfo__img.-career {
    right: 0;
  }
}

.p-fotEntry {
  position: relative;
  margin-top: 120px;
  padding: 64px 0 80px;
  background: #1d1531;
}
@media screen and (max-width: 768px) {
  .p-fotEntry {
    margin-top: 64px;
  }
}
.p-fotEntry__content {
  color: #FFFFFF;
}
.p-fotEntry__content h3 {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.p-fotEntry__content h3::before {
  background: #FFFFFF;
}
.p-fotEntry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 48px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-fotEntry__link {
    max-width: 600px;
    row-gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-fotEntry__link a {
  display: block;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .p-fotEntry__link a {
    width: 90%;
    margin: 0 auto;
  }
}
.p-fotEntry__link-new, .p-fotEntry__link-career {
  position: relative;
  width: 100%;
  padding: 40px 0;
  background: url("../../dist/images/common/img-fot-entry-new-bg.png") no-repeat center center;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-fotEntry__link-new, .p-fotEntry__link-career {
    padding: 32px 0;
  }
}
.p-fotEntry__link-new::before, .p-fotEntry__link-career::before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: block;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-fotEntry__link-new::before, .p-fotEntry__link-career::before {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}
.p-fotEntry__link-new::after, .p-fotEntry__link-career::after {
  position: absolute;
  top: 50%;
  right: 40px;
  content: "";
  display: block;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: solid 2px #1d1531;
  border-right: solid 2px #1d1531;
}
@media screen and (max-width: 768px) {
  .p-fotEntry__link-new::after, .p-fotEntry__link-career::after {
    right: 26px;
    width: 10px;
    height: 10px;
  }
}
.p-fotEntry__link-new h3, .p-fotEntry__link-career h3 {
  margin-bottom: 16px;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-fotEntry__link-new h3, .p-fotEntry__link-career h3 {
    font-size: 2.4rem;
  }
}
.p-fotEntry__link-new h4, .p-fotEntry__link-career h4 {
  position: relative;
  font-size: 1.6rem;
  font-size: 400;
}
@media screen and (max-width: 768px) {
  .p-fotEntry__link-new h4, .p-fotEntry__link-career h4 {
    font-size: 1.4rem;
  }
}
.p-fotEntry__link-new h4::before, .p-fotEntry__link-career h4::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #1d1531;
  margin: 0 auto 16px;
}
.p-fotEntry__link-career {
  background: url("../../dist/images/common/img-fot-entry-career-bg.png") no-repeat center center;
  background-size: cover;
}
.p-fotEntry__link-btn {
  width: 300px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-fotEntry__link-btn {
    width: 250px;
  }
}
.p-fotEntry__img {
  position: absolute;
  top: -60px;
  left: 8%;
  min-width: 300px;
  max-width: 450px;
  width: 25%;
}
.p-fotEntry__img img {
  width: 100%;
  height: auto;
}

.p-newHead {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-newHead {
    width: 90%;
  }
}
.p-newHead__titleEn {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-newHead__titleEn {
    font-size: 1.8rem;
  }
}
.p-newHead__titleJa {
  position: relative;
  z-index: 2;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-newHead__titleJa {
    font-size: 2.4rem;
  }
}
.p-newHead nav {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-newHead nav {
    margin-top: 48px;
  }
}
.p-newHead nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-newHead nav ul {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
}
.p-newHead nav ul li {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .p-newHead nav ul li {
    width: 48%;
  }
}
.p-newHead nav ul li a {
  position: relative;
  width: 100%;
  display: block;
  padding: 24px 24px;
  background: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-newHead nav ul li a {
    padding: 16px 24px;
  }
}
.p-newHead nav ul li a::before {
  position: absolute;
  top: 49%;
  right: 24px;
  content: "";
  display: block;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: solid 2px #1d1531;
  border-right: solid 2px #1d1531;
}

.p-gradJob,
.p-newGuide,
.p-treatment,
.p-newFlow,
.p-newBriefing {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 24px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-gradJob,
  .p-newGuide,
  .p-treatment,
  .p-newFlow,
  .p-newBriefing {
    width: 90%;
    margin: 0 auto;
  }
}
.p-gradJob h2,
.p-newGuide h2,
.p-treatment h2,
.p-newFlow h2,
.p-newBriefing h2 {
  padding: 12px 24px;
  background: #1d1531;
  color: #FFFFFF;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-gradJob h2,
  .p-newGuide h2,
  .p-treatment h2,
  .p-newFlow h2,
  .p-newBriefing h2 {
    padding: 12px 16px;
    font-size: 1.6rem;
  }
}
.p-gradJob dl,
.p-newGuide dl,
.p-treatment dl,
.p-newFlow dl,
.p-newBriefing dl {
  margin-top: 24px;
}
.p-gradJob dl > div,
.p-newGuide dl > div,
.p-treatment dl > div,
.p-newFlow dl > div,
.p-newBriefing dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(29, 21, 49, 0.05);
  border-left: 7px solid #1d1531;
  margin-bottom: 8px;
  padding: 24px 17px;
}
@media screen and (max-width: 768px) {
  .p-gradJob dl > div,
  .p-newGuide dl > div,
  .p-treatment dl > div,
  .p-newFlow dl > div,
  .p-newBriefing dl > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-gradJob dl dt,
.p-newGuide dl dt,
.p-treatment dl dt,
.p-newFlow dl dt,
.p-newBriefing dl dt {
  width: 120px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-gradJob dl dt,
  .p-newGuide dl dt,
  .p-treatment dl dt,
  .p-newFlow dl dt,
  .p-newBriefing dl dt {
    width: 100%;
  }
}
.p-gradJob dl dd,
.p-newGuide dl dd,
.p-treatment dl dd,
.p-newFlow dl dd,
.p-newBriefing dl dd {
  width: calc(100% - 120px);
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-gradJob dl dd,
  .p-newGuide dl dd,
  .p-treatment dl dd,
  .p-newFlow dl dd,
  .p-newBriefing dl dd {
    width: 100%;
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
.p-gradJob dl dd a,
.p-newGuide dl dd a,
.p-treatment dl dd a,
.p-newFlow dl dd a,
.p-newBriefing dl dd a {
  border-bottom: 1px solid #bf1531;
  color: #bf1531;
}
.p-gradJob dl dd a img,
.p-newGuide dl dd a img,
.p-treatment dl dd a img,
.p-newFlow dl dd a img,
.p-newBriefing dl dd a img {
  position: relative;
  top: -6px;
  left: -2px;
  width: 14px;
  height: auto;
}
.p-gradJob__attention,
.p-newGuide__attention,
.p-treatment__attention,
.p-newFlow__attention,
.p-newBriefing__attention {
  margin-top: 16px;
  line-height: 1.5;
  font-size: 1.6rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-gradJob__attention,
  .p-newGuide__attention,
  .p-treatment__attention,
  .p-newFlow__attention,
  .p-newBriefing__attention {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-newFlow dl {
    margin-top: 64px;
  }
}
.p-newFlow dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  border-left: none;
  margin-bottom: 8px;
  padding: 0;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .p-newFlow dl > div {
    position: relative;
    padding: 40px 0 24px;
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 80px;
  }
  .p-newFlow dl > div:last-child {
    margin-bottom: 0;
  }
}
.p-newFlow dl dt {
  width: 120px;
  line-height: 120px;
  background: #1d1531;
  color: #FFFFFF;
  text-align: center;
  border-radius: 60px;
  font-size: 2.1rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-newFlow dl dt {
    position: absolute;
    top: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 60px;
    line-height: 60px;
    font-size: 1.4rem;
  }
}
.p-newFlow dl dd {
  width: calc(100% - 140px);
  padding: 0 24px 0 0;
}
@media screen and (max-width: 768px) {
  .p-newFlow dl dd {
    width: 85%;
    padding: 0;
    text-align: center;
  }
}

.p-newEntry {
  text-align: center;
}
.p-newEntry h3 {
  margin: 80px 0 32px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-newEntry h3 {
    margin: 64px 0 32px;
    font-size: 1.8rem;
  }
}
.p-newEntry p {
  font-size: 1.2rem;
}
.p-newEntry__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-newEntry__bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
    max-width: 500px;
  }
}
.p-newEntry__bnr-img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-newEntry__bnr-img {
    width: 90%;
    margin: 0 auto;
  }
}
.p-newEntry__bnr-img img {
  width: 100%;
  height: auto;
}

.p-recContact {
  position: relative;
  width: 80%;
  max-width: 1000px;
  margin: 120px auto 0;
  padding: 80px 0;
  background: linear-gradient(150deg, #ecc4dd, #d3d5fb, #33daf0);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recContact {
    width: 90%;
    padding: 64px 0;
  }
}
.p-recContact__title {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFFFF;
  padding: 16px 0;
  width: 400px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-recContact__title {
    width: 240px;
    font-size: 1.6rem;
  }
}
.p-recContact__person {
  line-height: 1.75;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recContact__person {
    font-size: 1.6rem;
  }
}
.p-recContact__address {
  font-size: 1.8rem;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-recContact__address {
    font-size: 1.4rem;
  }
}
.p-recContact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  min-width: 550px;
  margin: 40px auto 0;
  gap: 0 45px;
}
@media screen and (max-width: 768px) {
  .p-recContact__list {
    min-width: 260px;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.p-recContact__list-item {
  width: 48%;
  width: 100%;
}
.p-recContact__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  width: 100%;
  line-height: 80px;
  border-radius: 80px;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-recContact__list-item a {
    line-height: 70px;
    font-size: 1.6rem;
  }
}
.p-recContact__list-item img {
  position: relative;
  top: 2px;
  width: 20px;
  margin-right: 8px;
}

.p-gradEntry {
  width: 500px;
  margin: 80px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-gradEntry {
    width: 300px;
    margin: 64px auto 0;
  }
}

.p-cltrInfo {
  position: relative;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 220px;
}
@media screen and (max-width: 768px) {
  .p-cltrInfo {
    width: 90%;
    padding-bottom: 120px;
  }
}
.p-cltrInfo::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: -15vw;
  width: 300px;
  height: 200px;
  background: url("../../dist/images/cltr/img-polygon-01.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-cltrInfo::before {
    bottom: -30px;
    left: -5vw;
    width: 220px;
    height: 150px;
  }
}
.p-cltrInfo__head {
  width: 100%;
  margin-bottom: 64px;
}
.p-cltrInfo__head-title {
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 2rem;
}
.p-cltrInfo__head-description {
  width: 55%;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-cltrInfo__head-description {
    width: 100%;
    font-size: 1.2rem;
  }
}
.p-cltrInfo__point1, .p-cltrInfo__point2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 105%;
}
@media screen and (max-width: 768px) {
  .p-cltrInfo__point1, .p-cltrInfo__point2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-cltrInfo__point1 > div, .p-cltrInfo__point2 > div {
  position: relative;
  left: 0%;
  width: 55%;
  padding: 140px 8% 140px 3%;
  background: url("../../dist/images/cltr/img-point1-bg.png") no-repeat left top;
  background-size: cover;
  z-index: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-cltrInfo__point1 > div, .p-cltrInfo__point2 > div {
    width: 100%;
    margin: 16px 0 0;
    padding: clamp(80px, 20vw, 130px) 5% 80px 5%;
  }
}
.p-cltrInfo__point1 h3, .p-cltrInfo__point2 h3 {
  color: #FFFFFF;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-cltrInfo__point1 h3, .p-cltrInfo__point2 h3 {
    font-size: 1.6rem;
  }
}
.p-cltrInfo__point1 h4, .p-cltrInfo__point2 h4 {
  position: relative;
  margin-bottom: 32px;
  color: #FFFFFF;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-cltrInfo__point1 h4, .p-cltrInfo__point2 h4 {
    font-size: 1.8rem;
  }
}
.p-cltrInfo__point1 h4::before, .p-cltrInfo__point2 h4::before {
  position: relative;
  left: -5px;
  top: -5px;
  display: inline-block;
  content: "「";
  font-size: 3rem;
}
.p-cltrInfo__point1 h4::after, .p-cltrInfo__point2 h4::after {
  position: relative;
  right: -10px;
  bottom: -10px;
  display: inline-block;
  content: "」";
  font-size: 3rem;
}
.p-cltrInfo__point1 p, .p-cltrInfo__point2 p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-cltrInfo__point2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-cltrInfo__point2 > div {
  right: 0;
  left: -5%;
  z-index: 1;
  padding: 140px 3% 140px 8%;
  background: url("../../dist/images/cltr/img-point2-bg.png") no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-cltrInfo__point2 > div {
    padding: clamp(80px, 20vw, 130px) 5% 80px 5%;
    left: 0;
  }
}
.p-cltrInfo__btn {
  width: 100%;
  max-width: 300px;
  margin: 32px 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-cltrInfo__btn {
    width: 250px;
  }
}
.p-cltrInfo__img {
  position: relative;
  z-index: 2;
  left: -5%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-cltrInfo__img {
    left: 0;
    top: -30px;
    width: 100%;
  }
}
.p-cltrInfo__img img {
  width: 100%;
}
.p-cltrInfo__img.-point2 {
  left: 0;
  right: -5%;
}
@media screen and (max-width: 768px) {
  .p-cltrInfo__img.-point2 {
    right: 0;
  }
}

.p-carPoint1 {
  position: relative;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-carPoint1 {
    width: 90%;
  }
}
.p-carPoint1__head {
  width: 100%;
  margin-bottom: 64px;
}
.p-carPoint1__head-point {
  margin-bottom: 24px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-carPoint1__head-point {
    font-size: 1.6rem;
  }
}
.p-carPoint1__head-title {
  margin-bottom: 24px;
  line-height: 1.5;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-carPoint1__head-title {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
.p-carPoint1__head-description {
  width: 55%;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-carPoint1__head-description {
    width: 100%;
    font-size: 1.2rem;
  }
}

.p-carEffort__title, .p-carInduction__title {
  background: #1d1531;
  color: #FFFFFF;
  padding: 8px 24px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-carEffort__title, .p-carInduction__title {
    font-size: 1.6rem;
    padding: 8px 16px;
  }
}
.p-carEffort__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 104px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-carEffort__list {
    row-gap: 64px;
    margin-top: 64px;
  }
}
.p-carEffort__list-item {
  width: 48%;
  background: url("../../dist/images/cltr/img-point1-effort-bg.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-carEffort__list-item {
    width: 100%;
  }
}
.p-carEffort__list-item.-environment {
  background: url("../../dist/images/cltr/img-point2-effort-bg.png") no-repeat center center;
  background-size: cover;
}
.p-carEffort__list-item h4 {
  position: relative;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 90%;
  margin: 0 auto;
  padding: 16px 0;
  background: #FFFFFF;
  color: #1d1531;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-carEffort__list-item h4 {
    width: 280px;
    padding: 12px 0;
    font-size: 1.6rem;
  }
}
.p-carEffort__list-item figure {
  width: 80%;
  margin: 48px auto;
}
@media screen and (max-width: 768px) {
  .p-carEffort__list-item figure {
    width: 90%;
    margin: 0 auto 32px;
  }
}
.p-carEffort__list-item figure img {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-carEffort__list-item figure img {
    margin-bottom: 16px;
  }
}
.p-carEffort__list-item figure figcaption {
  font-size: 1.4rem;
  line-height: 2;
}

.p-carInduction__title {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-carInduction__title {
    margin-top: 64px;
  }
}
.p-carInduction__subtitle {
  position: relative;
  margin-top: 48px;
  font-size: 2rem;
  background: #f5f1f3;
}
@media screen and (max-width: 768px) {
  .p-carInduction__subtitle {
    margin-top: 32px;
    font-size: 1.6rem;
  }
}
.p-carInduction__subtitle::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: inline-block;
  width: calc(100% - 450px);
  height: 1px;
  background: #1d1531;
}
@media screen and (max-width: 768px) {
  .p-carInduction__subtitle::after {
    width: calc(100% - 380px);
  }
}
.p-carInduction__careerup {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-carInduction__careerup {
    overflow-x: scroll;
  }
}
.p-carInduction__img {
  width: 100%;
  margin: 40px 0 0;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-carInduction__img {
    margin: 30px 0 0;
  }
}
.p-carInduction__img img {
  max-width: auto; /* 画像がコンテナの幅に収まるようにする */
  height: 700px; /* 高さを自動調整する */
}
@media screen and (max-width: 768px) {
  .p-carInduction__img img {
    height: 600px;
  }
}
.p-carInduction__txt {
  margin-top: 8px;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  line-height: 2;
}

.p-carCominduction,
.p-carTarget {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-carCominduction,
  .p-carTarget {
    margin-top: 64px;
  }
}
.p-carCominduction h5,
.p-carTarget h5 {
  position: relative;
  margin-bottom: 16px;
  font-size: 1.6rem;
  background: #f5f1f3;
}
.p-carCominduction h5::after,
.p-carTarget h5::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: inline-block;
  width: calc(100% - 120px);
  height: 1px;
  background: #1d1531;
}
.p-carCominduction p,
.p-carTarget p {
  line-height: 1.75;
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.p-carCominduction p:last-child,
.p-carTarget p:last-child {
  margin-bottom: 0;
}

.p-envOther__btn {
  width: 500px;
  margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
  .p-envOther__btn {
    width: 320px;
    margin: 64px auto 0;
  }
}
.p-envOther__btn a {
  background: #1d1531;
  color: #FFFFFF;
}
.p-envOther__btn a::after {
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
}

.p-carIndex__btn {
  width: 300px;
  margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
  .p-carIndex__btn {
    width: 250px;
    margin: 64px auto 0;
  }
}

.p-envIndex__btn {
  width: 300px;
  margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
  .p-envIndex__btn {
    width: 250px;
    margin: 32px auto 0;
  }
}

.p-biz {
  position: relative;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-biz {
    width: 90%;
  }
}
.p-biz__head {
  width: 100%;
  margin-bottom: 64px;
}
.p-biz__head-point {
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 2rem;
}
.p-biz__head-description {
  width: 55%;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-biz__head-description {
    width: 100%;
    font-size: 1.2rem;
  }
}
.p-biz__strong-title {
  padding: 8px 24px;
  background: #1d1531;
  color: #FFFFFF;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-biz__strong-title {
    font-size: 1.6rem;
    padding: 8px 16px;
  }
}
.p-biz__strong-point {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-biz__strong-point {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}
.p-biz__strong-description {
  margin-top: 8px;
  line-height: 2;
  font-size: 1.4rem;
}
.p-biz__areas-title {
  margin-top: 80px;
  padding: 8px 24px;
  background: #1d1531;
  color: #FFFFFF;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-biz__areas-title {
    margin-top: 64px;
  }
}
.p-biz__areas-img {
  margin: 40px 0 0;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-biz__areas-img {
    margin: 30px 0 0;
  }
}
.p-biz__areas-img img {
  max-width: auto; /* 画像がコンテナの幅に収まるようにする */
  height: auto; /* 高さを自動調整する */
}
@media screen and (max-width: 768px) {
  .p-biz__areas-img img {
    height: 360px;
  }
}
.p-biz__areas ul {
  margin: 30px 0 0;
  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-biz__areas ul {
    margin: 20px 0 0;
  }
}
.p-biz__areas ul li {
  width: 30%;
  background-color: rgba(29, 21, 49, 0.8);
  color: white;
  text-align: center;
  font-size: 1.6rem;
  line-height: 35px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-biz__areas ul li {
    width: 32%;
    font-size: 1.4rem;
  }
}
.p-biz__our-title {
  margin-top: 120px;
  margin-bottom: 40px;
  padding: 8px 24px;
  background: #1d1531;
  color: #FFFFFF;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-biz__our-title {
    margin-top: 64px;
  }
}
.p-biz__business1, .p-biz__business2, .p-biz__business3, .p-biz__business4, .p-biz__business5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 105%;
}
@media screen and (max-width: 768px) {
  .p-biz__business1, .p-biz__business2, .p-biz__business3, .p-biz__business4, .p-biz__business5 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-biz__business1 > div, .p-biz__business2 > div, .p-biz__business3 > div, .p-biz__business4 > div, .p-biz__business5 > div {
  position: relative;
  left: 0%;
  width: 55%;
  margin: 16px 0;
  padding: 180px 8% 180px 3%;
  background: url("../../dist/images/biz/img-biz-bg-01.png") no-repeat left top;
  background-size: cover;
  z-index: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-biz__business1 > div, .p-biz__business2 > div, .p-biz__business3 > div, .p-biz__business4 > div, .p-biz__business5 > div {
    width: 100%;
    margin: 16px 0 0;
    padding: clamp(80px, 20vw, 130px) 5% 80px 5%;
  }
  .p-biz__business1 > div:first-child, .p-biz__business2 > div:first-child, .p-biz__business3 > div:first-child, .p-biz__business4 > div:first-child, .p-biz__business5 > div:first-child {
    margin: 0;
  }
}
.p-biz__business1 h3, .p-biz__business2 h3, .p-biz__business3 h3, .p-biz__business4 h3, .p-biz__business5 h3 {
  color: #FFFFFF;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-biz__business1 h3, .p-biz__business2 h3, .p-biz__business3 h3, .p-biz__business4 h3, .p-biz__business5 h3 {
    font-size: 1.6rem;
  }
}
.p-biz__business1 h4, .p-biz__business2 h4, .p-biz__business3 h4, .p-biz__business4 h4, .p-biz__business5 h4 {
  position: relative;
  margin-bottom: 32px;
  color: #FFFFFF;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-biz__business1 h4, .p-biz__business2 h4, .p-biz__business3 h4, .p-biz__business4 h4, .p-biz__business5 h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-biz__business2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-biz__business2 > div {
  right: 0;
  left: -5%;
  z-index: 1;
  padding: 180px 3% 180px 8%;
  background: url("../../dist/images/biz/img-biz-bg-02.png") no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-biz__business2 > div {
    left: 0;
    padding: clamp(80px, 20vw, 130px) 5% 80px 5%;
  }
}
.p-biz__business3 > div {
  padding: 180px 8% 180px 3%;
  background: url("../../dist/images/biz/img-biz-bg-03.png") no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-biz__business3 > div {
    padding: clamp(80px, 20vw, 130px) 5% 80px 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-biz__business4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-biz__business4 > div {
  right: 0;
  left: -5%;
  z-index: 1;
  padding: 180px 3% 180px 8%;
  background: url("../../dist/images/biz/img-biz-bg-04.png") no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-biz__business4 > div {
    left: 0;
    padding: clamp(80px, 20vw, 130px) 5% 80px 5%;
  }
}
.p-biz__business5 > div {
  padding: 180px 8% 180px 3%;
  background: url("../../dist/images/biz/img-biz-bg-05.png") no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-biz__business5 > div {
    padding: clamp(80px, 20vw, 130px) 5% 80px 5%;
  }
}
.p-biz__btn {
  width: 100%;
  max-width: 300px;
  margin: 32px 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-biz__btn {
    width: 250px;
  }
}
.p-biz__img {
  position: relative;
  z-index: 2;
  left: -5%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-biz__img {
    width: 100%;
    top: -30px;
    left: 0;
  }
}
.p-biz__img img {
  width: 100%;
}
.p-biz__img.-business2 {
  left: 0;
  right: -5%;
}
@media screen and (max-width: 768px) {
  .p-biz__img.-business2 {
    right: 0;
  }
}
.p-biz__img.-business4 {
  left: 0;
  right: -5%;
}
@media screen and (max-width: 768px) {
  .p-biz__img.-business4 {
    right: 0;
  }
}

.p-bizDetail {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-bizDetail {
    width: 90%;
  }
}
.p-bizDetail__head {
  width: 100%;
  margin-bottom: 64px;
}
.p-bizDetail__head::before {
  content: "";
  display: block;
  position: absolute;
  top: 800px;
  left: 5%;
  width: 300px;
  height: 210px;
  background: url("../../dist/images/biz/img-biz-head-polygon.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-bizDetail__head::before {
    width: 200px;
    height: 150px;
    top: 600px;
    left: -5%;
    z-index: 2;
  }
}
.p-bizDetail__head-business {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  font-size: 2rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-bizDetail__head-business {
    font-size: 1.6rem;
  }
}
.p-bizDetail__head-title {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
  line-height: 1.5;
  font-size: 2rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-bizDetail__head-title {
    margin-bottom: 16px;
  }
}
.p-bizDetail__head-description {
  position: relative;
  width: 55%;
  font-size: 1.4rem;
  line-height: 2;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-bizDetail__head-description {
    width: 100%;
    margin-top: 16px;
  }
}
.p-bizDetail__head-img {
  position: absolute;
  width: 40vw;
  max-width: 700px;
  min-width: 550px;
  right: 0;
  top: 450px;
}
@media screen and (max-width: 768px) {
  .p-bizDetail__head-img {
    position: relative;
    width: 95vw;
    min-width: 300px;
    top: 0;
  }
}
.p-bizDetail__head-img img {
  width: 100%;
}
.p-bizDetail__headContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-biz1Job {
  margin-top: 400px;
}
@media screen and (max-width: 768px) {
  .p-biz1Job {
    margin-top: 64px;
  }
}
.p-biz1Job h3 {
  position: relative;
  font-size: 2rem;
  background: #f5f1f3;
}
@media screen and (max-width: 768px) {
  .p-biz1Job h3 {
    font-size: 1.6rem;
  }
}
.p-biz1Job h3::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: inline-block;
  width: calc(100% - 170px);
  height: 1px;
  background: #1d1531;
}
@media screen and (max-width: 768px) {
  .p-biz1Job h3::after {
    width: calc(100% - 120px);
  }
}
.p-biz1Job ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-biz1Job ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    margin-top: 24px;
  }
}
.p-biz1Job ul li {
  padding: 12px 24px;
  background: #FFFFFF;
  color: #1d1531;
  font-size: 1.6rem;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-biz1Job ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
  }
}

.p-biz1System {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-biz1System {
    margin-top: 64px;
  }
}
.p-biz1System h3 {
  position: relative;
  font-size: 2rem;
  background: #f5f1f3;
}
@media screen and (max-width: 768px) {
  .p-biz1System h3 {
    font-size: 1.6rem;
  }
}
.p-biz1System h3::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: inline-block;
  width: calc(100% - 200px);
  height: 1px;
  background: #1d1531;
}
@media screen and (max-width: 768px) {
  .p-biz1System h3::after {
    width: calc(100% - 160px);
  }
}
.p-biz1System__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  margin-bottom: 32px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-biz1System__nav {
    font-size: 1.2rem;
    margin-bottom: 64px;
  }
}
.p-biz1System__nav-01, .p-biz1System__nav-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-biz1System__nav-01::before, .p-biz1System__nav-02::before {
  display: inline-block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 4px;
  background: #FFFFFF;
  border: 1px solid #1d1531;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-biz1System__nav-01::before, .p-biz1System__nav-02::before {
    font-size: 1rem;
  }
}
.p-biz1System__nav-02::before {
  background: #bbb9c1;
  border: 1px solid #bbb9c1;
}
.p-biz1System__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 120px;
  margin-bottom: 8px;
  padding-right: 40px;
  background: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 60px;
  gap: 0 60px;
}
@media screen and (max-width: 768px) {
  .p-biz1System__list {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    max-width: 500px;
    height: auto;
    margin: 0 auto 64px;
    padding: 56px 0 24px;
    border-radius: 16px;
  }
}
.p-biz1System__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  color: #FFFFFF;
  background: url("../../dist/images/biz/img-biz1-system-01.png") no-repeat center center;
  background-size: cover;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-biz1System__list-title {
    position: absolute;
    top: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 80px;
    height: 80px;
    font-size: 1.4rem;
  }
}
.p-biz1System__list-title.-system02 {
  background: url("../../dist/images/biz/img-biz1-system-02.png") no-repeat center center;
  background-size: cover;
}
.p-biz1System__list-title.-system03 {
  background: url("../../dist/images/biz/img-biz1-system-03.png") no-repeat center center;
  background-size: cover;
}
.p-biz1System__list-title.-system04 {
  background: url("../../dist/images/biz/img-biz1-system-04.png") no-repeat center center;
  background-size: cover;
}
.p-biz1System__list-title.-system05 {
  background: url("../../dist/images/biz/img-biz1-system-05.png") no-repeat center center;
  background-size: cover;
}
.p-biz1System__list-title.-system06 {
  background: url("../../dist/images/biz/img-biz1-system-06.png") no-repeat center center;
  background-size: cover;
}
.p-biz1System__list-item {
  width: 35%;
  line-height: 70px;
  font-size: 1.4rem;
  border: 1px solid #1d1531;
  text-align: center;
  border-radius: 40px;
  /*
  &:last-child {
      background: #bbb9c1;
      border: 1px solid #bbb9c1;
  }
  */
}
@media screen and (max-width: 768px) {
  .p-biz1System__list-item {
    width: 80%;
    line-height: 45px;
  }
}
.p-biz1System__list-item.-long {
  padding: 0 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-biz1Method {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-biz1Method {
    margin-top: 48px;
  }
}
.p-biz1Method h3 {
  position: relative;
  font-size: 2rem;
  background: #f5f1f3;
}
@media screen and (max-width: 768px) {
  .p-biz1Method h3 {
    font-size: 1.6rem;
  }
}
.p-biz1Method h3::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: inline-block;
  width: calc(100% - 120px);
  height: 1px;
  background: #1d1531;
}
@media screen and (max-width: 768px) {
  .p-biz1Method h3::after {
    width: calc(100% - 90px);
  }
}
.p-biz1Method ul {
  margin-top: 24px;
}
.p-biz1Method ul li {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-biz1Method ul li {
    font-size: 1.4rem;
  }
}

.p-biz1Process {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-biz1Process {
    margin-top: 48px;
  }
}
.p-biz1Process h3 {
  position: relative;
  font-size: 2rem;
  background: #f5f1f3;
}
@media screen and (max-width: 768px) {
  .p-biz1Process h3 {
    font-size: 1.6rem;
  }
}
.p-biz1Process h3::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: inline-block;
  width: calc(100% - 160px);
  height: 1px;
  background: #1d1531;
}
@media screen and (max-width: 768px) {
  .p-biz1Process h3::after {
    width: calc(100% - 120px);
  }
}
.p-biz1Process__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-biz1Process__step {
    -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-biz1Process__step-item {
  position: relative;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 24px;
}
@media screen and (max-width: 768px) {
  .p-biz1Process__step-item {
    width: 100%;
    max-width: 500px;
    padding: 24px 16px;
  }
}
.p-biz1Process__step-item:nth-child(1) {
  background: url("../../dist/images/biz/img-biz1-process-01.png") no-repeat center center;
  background-size: cover;
}
.p-biz1Process__step-item:nth-child(1)::before {
  position: absolute;
  top: 50%;
  right: -26px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  background: #1d1531;
  height: 27.7128129211px;
  width: 14px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 768px) {
  .p-biz1Process__step-item:nth-child(1)::before {
    position: absolute;
    top: unset;
    bottom: -22px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    content: "";
    display: block;
    background: #1d1531;
    height: 13.8564064606px;
    width: 26px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.p-biz1Process__step-item:nth-child(2) {
  background: url("../../dist/images/biz/img-biz1-process-02.png") no-repeat center center;
  background-size: cover;
}
.p-biz1Process__step-item:nth-child(2)::before {
  position: absolute;
  bottom: -22px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  content: "";
  display: block;
  background: #1d1531;
  height: 13.8564064606px;
  width: 26px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-biz1Process__step-item:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background: url("../../dist/images/biz/img-biz1-process-03.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-biz1Process__step-item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.p-biz1Process__step-item:nth-child(3)::before {
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  content: "";
  display: block;
  background: #1d1531;
  height: 13.8564064606px;
  width: 26px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .p-biz1Process__step-item:nth-child(3)::before {
    display: none;
  }
}
.p-biz1Process__step-item:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  background: url("../../dist/images/biz/img-biz1-process-04.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-biz1Process__step-item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-biz1Process__step-item:nth-child(4)::before {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  background: #1d1531;
  height: 27.7128129211px;
  width: 14px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media screen and (max-width: 768px) {
  .p-biz1Process__step-item:nth-child(4)::before {
    position: absolute;
    top: unset;
    left: unset;
    bottom: -22px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    content: "";
    display: block;
    background: #1d1531;
    height: 13.8564064606px;
    width: 26px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.p-biz1Process__step-head {
  background: #FFFFFF;
  color: #1d1531;
  padding: 8px;
  text-align: center;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-biz1Process__step-head {
    font-size: 1.4rem;
  }
}
.p-biz1Process__step-txt {
  margin-left: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-biz1Process__step-txt {
    font-size: 1.4rem;
  }
}

.p-bizIndex__btn {
  width: 300px;
  margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
  .p-bizIndex__btn {
    margin: 64px auto 0;
  }
}

.p-biz2Content {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-biz2Content {
    margin-top: 64px;
  }
}
.p-biz2Content.-first {
  margin-top: 400px;
}
@media screen and (max-width: 768px) {
  .p-biz2Content.-first {
    margin-top: 64px;
  }
}
.p-biz2Content__title {
  padding: 8px 24px;
  background: #1d1531;
  color: #FFFFFF;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-biz2Content__title {
    padding: 8px 16px;
    font-size: 1.6rem;
  }
}
.p-biz2Content__description {
  margin-top: 24px;
  font-size: 1.4rem;
  line-height: 2;
}
.p-biz2Content__subtitle {
  margin-top: 64px;
  position: relative;
  font-size: 2rem;
  background: #f5f1f3;
}
@media screen and (max-width: 768px) {
  .p-biz2Content__subtitle {
    margin-top: 40px;
    font-size: 1.6rem;
  }
}
.p-biz2Content__subtitle::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: inline-block;
  width: calc(100% - 160px);
  height: 1px;
  background: #1d1531;
}
@media screen and (max-width: 768px) {
  .p-biz2Content__subtitle::after {
    width: calc(100% - 130px);
  }
}
.p-biz2Content__subtitle.-support::after {
  width: calc(100% - 200px);
}
.p-biz2Content__subtitle.-digital::after {
  width: calc(100% - 350px);
}
.p-biz2Content__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-biz2Content__service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    margin-top: 24px;
  }
}
.p-biz2Content__service-item {
  width: 290px;
  padding: 12px 0;
  background: #FFFFFF;
  color: #1d1531;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-biz2Content__service-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 24px;
    font-size: 1.4rem;
  }
}
.p-biz2Content__service-item span {
  font-size: 1rem;
}
.p-biz2Content__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-biz2Content__detail {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-biz2Content__detail-title {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-biz2Content__detail-title {
    font-size: 1.6rem;
  }
}
.p-biz2Content__detail-title::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 8px;
  background: #1d1531;
}
@media screen and (max-width: 768px) {
  .p-biz2Content__detail-title::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.p-biz2Content__detail > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-biz2Content__detail > div {
    width: 100%;
  }
}
.p-biz2Content__detailList {
  margin-top: 8px;
}
.p-biz2Content__detailList-item {
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-biz2Content__detailList-item {
    font-size: 1.4rem;
  }
}
.p-biz2Content__detail-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-biz2Content__detail-img {
    width: 90%;
    margin: 16px auto 0;
  }
}
.p-biz2Content__detail-img img {
  width: 100%;
}
.p-biz2Content__detail-logiTxt {
  line-height: 2;
  width: 50%;
  font-size: 1.6rem;
}
.p-biz2Content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-biz2Content__content {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-biz2Content__content-txt {
  width: 45%;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-biz2Content__content-txt {
    width: 100%;
  }
}
.p-biz2Content__content-img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-biz2Content__content-img {
    width: 80%;
    max-width: 400px;
    margin: 16px auto 0;
  }
}
.p-biz2Content__content-img img {
  width: 100%;
}
.p-biz2Content__content-step {
  width: 100%;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-biz2Content__content-step {
    margin-top: 24px;
  }
}
.p-biz2Content__content-step img {
  width: 100%;
}

.p-biz4Content__rpa {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-biz4Content__rpa {
    margin-top: 64px;
  }
}
.p-biz4Content__rpa > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  border-left: none;
  margin-bottom: 8px;
  padding: 0;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .p-biz4Content__rpa > div {
    position: relative;
    padding: 40px 0 24px;
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 80px;
  }
}
.p-biz4Content__rpa dt {
  width: 120px;
  line-height: 120px;
  background: #1d1531;
  color: #FFFFFF;
  text-align: center;
  border-radius: 60px;
  font-size: 2.1rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-biz4Content__rpa dt {
    position: absolute;
    top: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 60px;
    line-height: 60px;
    font-size: 1.4rem;
  }
}
.p-biz4Content__rpa dd {
  width: calc(100% - 140px);
  padding: 0 24px 0 0;
}
@media screen and (max-width: 768px) {
  .p-biz4Content__rpa dd {
    width: 85%;
    padding: 0;
    text-align: center;
  }
}
.p-biz4Content__rpa-title {
  margin-bottom: 16px;
  margin-left: -1rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-biz4Content__rpa-title {
    margin-left: 0;
    text-align: center;
    font-size: 1.6rem;
  }
}
.p-biz4Content__rpa-description {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-biz4Content__rpa-description {
    font-size: 1.4rem;
  }
}
.p-biz4Content__rpaGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  width: 100%;
}
.p-biz4Content__rpaGroup-img {
  position: relative;
  width: 100%;
}
.p-biz4Content__rpaGroup-img.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-biz4Content__rpaGroup-img {
    max-width: 500px;
    margin: 0 auto;
  }
  .p-biz4Content__rpaGroup-img.-pc {
    display: none;
  }
  .p-biz4Content__rpaGroup-img.-sp {
    display: block;
  }
}
.p-biz4Content__rpaGroup-img img {
  width: 100%;
}

.p-people {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-people {
    padding-bottom: 80px;
  }
}
.p-people::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  right: -10vw;
  width: 300px;
  height: 250px;
  background: url("../../dist/images/people/img-polygon-01.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-people::before {
    width: 150px;
    height: 100px;
  }
}
.p-people__head {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 64px;
}
.p-people__head-point {
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 1.5;
}
.p-people__head-description {
  width: 55%;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-people__head-description {
    width: 100%;
    font-size: 1.2rem;
  }
}
.p-people__list {
  width: min(100%, 1200px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-people__list-item {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-people__list-item {
    width: 100%;
  }
}
.p-people__list-mask {
  display: block;
  -webkit-mask-image: url("../../dist/images/people/img-mask-l.png");
          mask-image: url("../../dist/images/people/img-mask-l.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
}
.p-people__list-mask img.-bg {
  width: 100%;
}
.p-people__list-mask img.-people {
  width: 48%;
  position: absolute;
  bottom: 0;
  right: 5%;
}
.p-people__list-content {
  position: absolute;
  top: 55%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-people__list-content-department {
  padding-left: 24px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-people__list-content-department {
    font-size: 1.4rem;
  }
}
.p-people__list-content-join {
  margin-top: 8px;
  padding-left: 24px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-people__list-content-join {
    font-size: 1rem;
  }
}
.p-people__list-content-name {
  margin-top: 24px;
  padding-left: 24px;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-people__list-content-name {
    margin-top: 8px;
    font-size: 2rem;
  }
}
.p-people__list-content-comment {
  margin-top: 40px;
  padding: 12px 12px 12px 24px;
  background: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-people__list-content-comment {
    margin-top: 24px;
    font-size: 1.2rem;
  }
}

.p-peopleDetail {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail {
    width: 90%;
  }
}
.p-peopleDetail__head {
  width: 100%;
  margin-bottom: 64px;
}
.p-peopleDetail__head::before {
  content: "";
  display: block;
  position: absolute;
  top: 800px;
  left: 5%;
  width: 300px;
  height: 210px;
  background: url("../../dist/images/biz/img-biz-head-polygon.png") no-repeat center center;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__head::before {
    top: 600px;
    left: 0;
    width: 150px;
    height: 200px;
  }
}
.p-peopleDetail__head-people {
  width: 55%;
  margin-bottom: 16px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__head-people {
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-peopleDetail__head-join {
  width: 55%;
  margin-bottom: 16px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__head-join {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.p-peopleDetail__head-name {
  width: 55%;
  font-size: 3rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__head-name {
    width: 100%;
    font-size: 2rem;
  }
}
.p-peopleDetail__head-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  width: 70%;
  margin-top: 48px;
  font-size: 2.8rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__head-comment {
    width: 100%;
    margin-top: 0;
    font-size: 2rem;
  }
}
.p-peopleDetail__head-comment span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFFFF;
  padding: 12px;
  font-weight: 600;
}
.p-peopleDetail__head-img {
  position: absolute;
  width: 40vw;
  max-width: 700px;
  min-width: 550px;
  right: 0;
  top: 450px;
}
.p-peopleDetail__head-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__head-img {
    position: relative;
    top: 0;
    width: 95vw;
    min-width: 300px;
  }
}
.p-peopleDetail__headContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10vw;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__headContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-peopleDetail__interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 105%;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__interview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__interview.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin-top: 0;
  }
}
.p-peopleDetail__interview > div {
  position: relative;
  left: -5%;
  width: 55%;
  margin: 16px 0;
  padding: 140px 3% 140px 8%;
  background: url("../../dist/images/people/img-comment-bg-left.png") no-repeat left top;
  background-size: cover;
  z-index: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__interview > div {
    width: 100%;
    margin: 0;
    padding: 110px 5% 110px 5%;
    left: 0;
  }
}
.p-peopleDetail__interview > div.-right {
  left: 0%;
  padding: 140px 8% 140px 3%;
  background: url("../../dist/images/people/img-comment-bg-right.png") no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__interview > div.-right {
    padding: 110px 5% 110px 5%;
  }
}
.p-peopleDetail__interview > div.-polygon01 {
  position: relative;
}
.p-peopleDetail__interview > div.-polygon01::before {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(60%, 40%);
          transform: translate(60%, 40%);
  display: inline-block;
  content: "";
  width: 220px;
  height: 260px;
  background: url("../../dist/images/people/img-polygon-02.png") no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__interview > div.-polygon01::before {
    width: 150px;
    height: 180px;
    -webkit-transform: translate(0, 40%);
            transform: translate(0, 40%);
  }
}
.p-peopleDetail__interview-txt {
  font-size: 1.4rem;
  line-height: 2;
}
.p-peopleDetail__interview-img {
  position: relative;
  z-index: 2;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__interview-img {
    width: 100%;
    top: 80px;
  }
}
.p-peopleDetail__interview-img img {
  width: 100%;
}
.p-peopleDetail__interview-img.-right {
  left: -5%;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__interview-img.-right {
    left: 0;
  }
}
.p-peopleDetail__interview-subtitle {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__interview-subtitle {
    font-size: 1.4rem;
  }
}
.p-peopleDetail__interview-copy {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px 0 40px 20px;
  text-align: left;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__interview-copy {
    margin: 24px 0 24px 20px;
    font-size: 1.8rem;
  }
}
.p-peopleDetail__interview-copy::before {
  position: absolute;
  left: -3.5rem;
  top: -2rem;
  display: inline-block;
  content: "「";
  font-size: 3rem;
}
.p-peopleDetail__interview-copy::after {
  position: absolute;
  right: -3.5rem;
  bottom: -1.5rem;
  display: inline-block;
  content: "」";
  font-size: 3rem;
}
.p-peopleDetail__question {
  margin-top: 80px;
}
.p-peopleDetail__question-title {
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__question-title {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-peopleDetail__question-title::before {
  display: inline-block;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("../../dist/images/people/icn-question.png") no-repeat left top;
  background-size: cover;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__question-title::before {
    display: block;
    margin: 0 auto 8px;
  }
}
.p-peopleDetail__question > div {
  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-peopleDetail__question > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-peopleDetail__question-answer {
  width: 45%;
  margin-top: 24px;
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__question-answer {
    width: 100%;
  }
}
.p-peopleDetail__question-answer.-w100 {
  width: 100%;
}
.p-peopleDetail__question-img {
  width: 50%;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__question-img {
    width: 100%;
  }
}
.p-peopleDetail__question-img.-polygon02 {
  position: relative;
}
.p-peopleDetail__question-img.-polygon02::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  display: inline-block;
  content: "";
  width: 400px;
  height: 220px;
  background: url("../../dist/images/people/img-polygon-03.png") no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__question-img.-polygon02::before {
    -webkit-transform: translate(-20%, -30%);
            transform: translate(-20%, -30%);
    width: 200px;
    height: 110px;
  }
}
.p-peopleDetail__question-img img {
  width: 100%;
}
.p-peopleDetail__question-img.-w100 {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-peopleDetail__question-img.-w100 {
    margin-top: 24px;
  }
}

.p-peopleSchedule {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
  .p-peopleSchedule {
    width: 90%;
  }
}
.p-peopleSchedule::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(30%, -50%);
          transform: translate(30%, -50%);
  width: 220px;
  height: 250px;
  background: url("../../dist/images/people/img-polygon-04.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-peopleSchedule::before {
    width: 160px;
    height: 190px;
  }
}
.p-peopleSchedule__title {
  position: relative;
  z-index: 2;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  width: 300px;
  margin: 0 auto;
  padding: 16px 0;
  background: #FFFFFF;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-peopleSchedule__title {
    width: 200px;
    padding: 12px 0;
    font-size: 1.6rem;
  }
}
.p-peopleSchedule__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 64px 100px;
  background: url("../../dist/images/people/img-people-01-scheduleBg.png") no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-peopleSchedule__inner {
    padding: 64px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-peopleSchedule__timeline {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-peopleSchedule__timeline {
    width: 100%;
  }
}
.p-peopleSchedule__timeline ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .p-peopleSchedule__timeline ul {
    row-gap: 24px;
  }
}
.p-peopleSchedule__timeline ul::after {
  position: absolute;
  top: 0;
  left: 9px;
  display: block;
  content: "";
  height: 100%;
  width: 2px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p-peopleSchedule__timeline ul::after {
    left: 7px;
  }
}
.p-peopleSchedule__timeline ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-peopleSchedule__timeline ul li {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    font-size: 1.4rem;
  }
}
.p-peopleSchedule__timeline ul li::before {
  display: block;
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-peopleSchedule__timeline ul li::before {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
  }
}
.p-peopleSchedule__timeline ul li p {
  font-weight: 600;
}
.p-peopleSchedule__timeline ul li p:first-child {
  width: 5rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-peopleSchedule__timeline ul li p:first-child {
    width: 4rem;
  }
}
.p-peopleSchedule__comment {
  margin-top: 40px;
  line-height: 1.75;
  font-size: 1.4rem;
}
.p-peopleSchedule__img {
  position: absolute;
  bottom: 0;
  right: 100px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-peopleSchedule__img {
    display: none;
  }
}
.p-peopleSchedule__img img {
  width: 100%;
}

.p-peopleOther__list {
  width: min(100%, 1200px);
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-peopleOther__list {
    width: min(100%, 500px);
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    row-gap: 12px;
  }
}
.p-peopleOther__list-item {
  width: 15%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-peopleOther__list-item {
    width: 47.5%;
  }
}
.p-peopleOther__list-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-image: url("../../dist/images/people/img-mask-s.png");
  background-repeat: no-repeat;
  background-position: bottom 24px center;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-peopleOther__list a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-peopleOther__list-mask {
  display: block;
  -webkit-mask-image: url("../../dist/images/people/img-mask-s.png");
          mask-image: url("../../dist/images/people/img-mask-s.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
}
.p-peopleOther__list-mask img.-bg {
  width: 100%;
}
.p-peopleOther__list-mask img.-people {
  width: 85%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.p-peopleOther__list-department {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
  font-size: 1.4rem;
}
.p-peopleOther__list-join {
  text-align: center;
  font-size: 1.2rem;
}

.p-comment {
  position: relative;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-comment {
    width: 90%;
  }
}
.p-comment::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: -10vw;
  width: 200px;
  height: 250px;
  background: url("../../dist/images/recruitment/img-polygon-02.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-comment::before {
    bottom: -30px;
    left: -5vw;
    width: 150px;
    height: 150px;
  }
}
.p-comment__head {
  width: 100%;
  margin-bottom: 64px;
}
.p-comment__head-point {
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 2rem;
}
.p-comment__head-description {
  width: 55%;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-comment__head-description {
    width: 100%;
    font-size: 1.2rem;
  }
}
.p-comment__message1, .p-comment__message2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 105%;
}
@media screen and (max-width: 768px) {
  .p-comment__message1, .p-comment__message2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-comment__message1 > div, .p-comment__message2 > div {
  position: relative;
  left: 0%;
  width: 55%;
  margin: 16px 0;
  padding: clamp(80px, 13vw, 180px) 8% clamp(80px, 13vw, 180px) 3%;
  background: url("../../dist/images/comment/img-com-bg-01.png") no-repeat left top;
  background-size: cover;
  z-index: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-comment__message1 > div, .p-comment__message2 > div {
    width: 100%;
    margin: 16px 0 0;
    padding: clamp(80px, 20vw, 130px) 5% 80px 5%;
  }
}
.p-comment__message1 h3, .p-comment__message2 h3 {
  color: #FFFFFF;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-comment__message1 h3, .p-comment__message2 h3 {
    font-size: 1.6rem;
  }
}
.p-comment__message1 h4, .p-comment__message2 h4 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px 0 40px 20px;
  color: #FFFFFF;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-comment__message1 h4, .p-comment__message2 h4 {
    font-size: 1.8rem;
  }
}
.p-comment__message1 h4::before, .p-comment__message2 h4::before {
  position: absolute;
  left: -3.5rem;
  top: -2rem;
  display: inline-block;
  content: "「";
  font-size: 3rem;
}
.p-comment__message1 h4::after, .p-comment__message2 h4::after {
  position: absolute;
  bottom: -1.5rem;
  display: inline-block;
  content: "」";
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-comment__message1 h4::after, .p-comment__message2 h4::after {
    right: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-comment__message2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-comment__message2 > div {
  right: 0;
  left: -5%;
  z-index: 1;
  padding: 180px 3% 180px 8%;
  background: url("../../dist/images/comment/img-com-bg-02.png") no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-comment__message2 > div {
    left: 0;
    padding: clamp(80px, 20vw, 130px) 5% 80px 5%;
  }
}
.p-comment__btn {
  width: 100%;
  max-width: 300px;
  margin: 32px 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-comment__btn {
    width: 250px;
  }
}
.p-comment__img {
  position: relative;
  z-index: 2;
  left: -5%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-comment__img {
    width: 100%;
    top: -30px;
    left: 0;
  }
}
.p-comment__img img {
  width: 100%;
}
.p-comment__img.-message2 {
  left: 0;
  right: -5%;
}
@media screen and (max-width: 768px) {
  .p-comment__img.-message2 {
    right: 0;
  }
}
.p-commentIndex__btn {
  width: 300px;
  margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
  .p-commentIndex__btn {
    width: 250px;
    margin: 0 auto;
  }
}

.p-comCeo {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-comCeo {
    width: 90%;
  }
}
.p-comCeo__head {
  width: 100%;
}
.p-comCeo__head-message {
  position: relative;
  z-index: 3;
  width: 55%;
  margin-bottom: 16px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-comCeo__head-message {
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-comCeo__head-name {
  position: relative;
  z-index: 3;
  width: 55%;
  font-size: 3rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-comCeo__head-name {
    width: 100%;
    font-size: 2rem;
  }
}
.p-comCeo__head-name span {
  margin-left: 24px;
}
.p-comCeo__head-comment {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  width: 70%;
  margin-top: 48px;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-comCeo__head-comment {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 0;
    font-size: 2rem;
  }
}
.p-comCeo__head-comment span {
  position: relative;
  z-index: 2;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFFFF;
  padding: 6px 12px;
  font-weight: 600;
}
.p-comCeo__head-comment::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: -15vw;
  width: 300px;
  height: 320px;
  background: url("../../dist/images/comment/img-polygon-01.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-comCeo__head-comment::before {
    top: -150px;
    width: 150px;
    height: 170px;
  }
}
.p-comCeo__head-interview {
  position: relative;
  z-index: 3;
  margin-top: 64px;
  width: 70%;
  max-width: 600px;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-comCeo__head-interview {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }
}
.p-comCeo__head-interview b {
  font-size: 2rem;
}
.p-comCeo__head-img {
  position: absolute;
  width: 40vw;
  max-width: 700px;
  min-width: 550px;
  right: 0;
  top: 450px;
}
@media screen and (max-width: 768px) {
  .p-comCeo__head-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    width: 95vw;
    top: 0;
    min-width: 300px;
  }
}
.p-comCeo__head-img img {
  width: 100%;
}
.p-comCeo__headContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-comCeo__headContent {
    margin-bottom: 44px;
  }
}
.p-comCeo__headWish {
  background-color: white;
  padding: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-comCeo__headWish {
    padding: 30px;
    margin-bottom: 64px;
  }
}
.p-comCeo__headWish .title {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-comCeo__headWish .title {
    font-size: 1.8rem;
  }
}
.p-comCeo__headWish ul {
  margin: 20px 0;
  padding: 0 0 0 4em;
}
.p-comCeo__headWish ul li {
  list-style: disc;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-comCeo__headWish ul li {
    font-size: 1.4rem;
  }
}
.p-comCeo__headWish .txt {
  font-size: 1.4rem;
}

.p-comRec__inner {
  position: relative;
}
.p-comRec__head {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-comRec__head {
    width: 90%;
  }
}
.p-comRec__head-message {
  position: relative;
  z-index: 3;
  width: 55%;
  margin-bottom: 16px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-comRec__head-message {
    font-size: 1.6rem;
  }
}
.p-comRec__head-name {
  position: relative;
  z-index: 3;
  width: 55%;
  font-size: 3rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-comRec__head-name {
    width: 100%;
    font-size: 2rem;
  }
}
.p-comRec__head-name span {
  margin-left: 24px;
}
.p-comRec__head-comment {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  width: 70%;
  margin-top: 48px;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-comRec__head-comment {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 0;
    font-size: 2rem;
  }
}
.p-comRec__head-comment span {
  position: relative;
  z-index: 2;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFFFF;
  padding: 6px 12px;
  font-weight: 600;
}
.p-comRec__head-comment.-first::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: -15vw;
  width: 300px;
  height: 320px;
  background: url("../../dist/images/comment/img-polygon-01.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-comRec__head-comment.-first::before {
    top: -150px;
    width: 150px;
    height: 170px;
  }
}
.p-comRec__head-interview {
  position: relative;
  z-index: 2;
  margin-top: 64px;
  width: 70%;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-comRec__head-interview {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 32px;
  }
}
.p-comRec__head-img {
  position: absolute;
  width: 40vw;
  max-width: 700px;
  min-width: 550px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-comRec__head-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    width: 95vw;
    min-width: 300px;
  }
}
.p-comRec__head-img img {
  width: 100%;
}
.p-comRec__headContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-comRec__headContent {
    margin-bottom: 64px;
  }
}

.p-videoCeo {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-videoCeo {
    margin-top: 64px;
  }
}
.p-videoCeo .parallax_box {
  position: relative;
}
.p-videoCeo .parallax_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../dist/images/top/hero-overlay.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-videoCeo .parallax_box .parallax_content {
  width: 100%;
  min-height: 700px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-videoCeo .parallax_box .parallax_content {
    min-height: auto;
  }
}
.p-videoCeo .parallax_box .parallax_content video {
  position: fixed;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-videoCeo .parallax_box .parallax_content video {
    width: 100%;
    position: static;
    -webkit-transform: unset;
            transform: unset;
  }
}

.entry-noMgn {
  margin-top: 0;
}

.p-mission {
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .p-mission {
    padding: 0;
  }
}
.p-mission__inner {
  position: relative;
}
.p-mission__head {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-mission__head {
    width: 90%;
  }
}
.p-mission__head-message {
  position: relative;
  z-index: 3;
  width: 55%;
  margin-bottom: 16px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-mission__head-message {
    font-size: 1.6rem;
  }
}
.p-mission__head-name {
  position: relative;
  z-index: 3;
  width: 55%;
  font-size: 3rem;
  z-index: 2;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-mission__head-name {
    width: 100%;
    font-size: 2rem;
  }
}
.p-mission__head-name span {
  margin-left: 24px;
}
.p-mission__head-comment {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  width: 70%;
  margin-top: 30px;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-mission__head-comment {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 0;
    font-size: 2rem;
  }
}
.p-mission__head-interview {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  width: 70%;
  max-width: 600px;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-mission__head-interview {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 32px;
  }
}
.p-mission__head-interview.-mission02::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -270px;
  left: -220px;
  width: 200px;
  height: 250px;
  background: url("../../dist/images/comment/img-polygon-01.png") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-mission__head-interview.-mission02::before {
    bottom: -50px;
    left: -12vw;
    width: 150px;
    height: 150px;
  }
}
.p-mission__head-img {
  position: absolute;
  width: 40vw;
  max-width: 700px;
  min-width: 550px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-mission__head-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    width: 95vw;
    min-width: 300px;
  }
}
.p-mission__head-img img {
  width: 100%;
}
.p-mission__headContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-mission__headContent {
    margin-bottom: 64px;
  }
}
.p-mission__lists {
  margin: 268px 0 145px;
}
@media screen and (max-width: 768px) {
  .p-mission__lists {
    margin: 80px 0;
  }
}
.p-mission__listsInner {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mission__listsInner {
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
  }
}
.p-mission__listsInner::before {
  content: "";
  display: block;
  position: absolute;
  top: -200px;
  left: -180px;
  width: 200px;
  height: 250px;
  background: url("../../dist/images/recruitment/img-polygon-02.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-mission__listsInner::before {
    top: -140px;
    left: -20vw;
    width: 150px;
    height: 150px;
  }
}
.p-mission__listsInner-box {
  width: 31.5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mission__listsInner-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}
.p-mission__listsInner-box figure {
  min-height: 120px;
  max-height: 120px;
}
@media screen and (max-width: 768px) {
  .p-mission__listsInner-box figure {
    width: 35%;
    text-align: center;
  }
}
.p-mission__listsInner-box figure img {
  width: auto;
  max-height: 120px;
}
@media screen and (max-width: 768px) {
  .p-mission__listsInner-box figure img {
    max-height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-mission__listsInner-box div {
    width: 75%;
    padding: 0 0 0 5%;
  }
}
.p-mission__listsInner-box div .title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 25px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-mission__listsInner-box div .title {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
.p-mission__listsInner-box div .txt {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.8;
}
.p-mission__listsInner-box:nth-of-type(2) figure {
  padding: 10px 0 0;
}
.p-mission__listsInner-box:nth-of-type(2) figure img {
  max-height: 87px;
}
@media screen and (max-width: 768px) {
  .p-mission__listsInner-box:nth-of-type(2) figure img {
    max-height: 65px;
  }
}

.p-data {
  padding: 0 0 200px;
  background-image: url("../../dist/images/data/content-bg.png");
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: left bottom;
}
@media screen and (max-width: 768px) {
  .p-data {
    padding: 0 0 50px;
    background-image: unset;
  }
}
.p-data__inner {
  position: relative;
}
.p-data__head {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-data__head {
    width: 90%;
  }
}
.p-data__head-txt {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  width: 70%;
  max-width: 600px;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-data__head-txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 32px;
    font-size: 1.4rem;
  }
}
.p-data__headContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-data__headContent {
    margin-bottom: 64px;
  }
}
.p-data__content {
  width: 1200px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .p-data__content {
    width: 100%;
    margin: 40px 0 0;
    padding: 0 5%;
  }
}
.p-data__content-title {
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 0 20px;
  border-bottom: 1px solid #1D1531;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-data__content-title {
    font-size: 1.8rem;
    padding: 0 0 12px;
    margin-bottom: 25px;
  }
}
.p-data__content-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px 0;
}
@media screen and (max-width: 768px) {
  .p-data__content-lists {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 25px 0;
  }
}
.p-data__content-lists p {
  margin: 0;
  padding: 0;
}
.p-data__content-lists p br {
  display: none;
}
.p-data__content-lists .box-title {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-data__content-lists .box-title {
    font-size: 1.6rem;
    line-height: 45px;
    padding: 0 10px;
  }
}
.p-data__content-lists .box-title.-bs {
  background-image: url("../../dist/images/data/title-bg_b-s.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-data__content-lists .box-title.-bs {
    background-size: 150%;
  }
}
.p-data__content-lists .box-title.-bm {
  background-image: url("../../dist/images/data/title-bg_b-m.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-data__content-lists .box-title.-bm {
    background-image: url("../../dist/images/data/title-bg_b-s.png");
    background-size: 150%;
  }
}
.p-data__content-lists .box-title.-bl {
  background-image: url("../../dist/images/data/title-bg_b-l.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-data__content-lists .box-title.-bl {
    background-image: url("../../dist/images/data/title-bg_b-s.png");
    background-size: 150%;
  }
}
.p-data__content-lists .box-title.-gs {
  background-image: url("../../dist/images/data/title-bg_g-s.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-data__content-lists .box-title.-gs {
    background-size: 150%;
  }
}
.p-data__content-lists .box-title.-ps {
  background-image: url("../../dist/images/data/title-bg_p-s.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-data__content-lists .box-title.-ps {
    background-size: 150%;
  }
}
.p-data__content-lists .box-title.-pm {
  background-image: url("../../dist/images/data/title-bg_p-m.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-data__content-lists .box-title.-pm {
    background-image: url("../../dist/images/data/title-bg_p-s.png");
    background-size: 150%;
  }
}
.p-data__content-lists .box-title.-pl {
  background-image: url("../../dist/images/data/title-bg_p-l.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-data__content-lists .box-title.-pl {
    background-image: url("../../dist/images/data/title-bg_p-s.png");
    background-size: 150%;
  }
}
.p-data__content-lists .box-title.-pxl {
  background-image: url("../../dist/images/data/title-bg_p-xl.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-data__content-lists .box-title.-pxl {
    background-image: url("../../dist/images/data/title-bg_p-s.png");
    background-size: 150%;
  }
}
@media screen and (max-width: 768px) {
  .p-data__content-lists img {
    width: 100%;
  }
}

.p-news {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}
.p-news article .ttlbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.p-news article .ttlbox span.cat {
  min-width: 10rem;
  padding: .5rem 1em;
  background-color: #101531;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}
.p-news article .ttlbox span.date {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 20px;
}
.p-news article .ttlbox h3 {
  width: 100%;
  font-size: 3.0rem;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1.6;
}
.p-news article .row {
  margin-bottom: 30px;
}
.p-news article .wp-block-heading {
  margin: 30px 0;
}
.p-news article .wp-block-image {
  margin: 30px 0;
}
.p-news article img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.p-news article .imgbox.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-news article .imgbox.col2 img {
  max-width: 49%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 959px) {
  .p-news {
    font-size: 1.3rem;
  }
  .p-news article .ttlbox {
    margin-bottom: 30px;
  }
  .p-news article .ttlbox span.cat {
    min-width: 8rem;
    font-size: 1.2rem;
  }
  .p-news article .ttlbox span.date {
    font-size: 1.2rem;
    margin-right: 10px;
  }
  .p-news article .ttlbox h3 {
    font-size: 1.6rem;
    font-weight: 700;
  }
}

.p-news-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 6rem;
  -webkit-column-gap: 3.3333333333%;
          column-gap: 3.3333333333%;
}
.p-news-list__item {
  grid-column: span 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  color: #101531;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.075em;
  font-variant-numeric: normal;
}
.p-news-list__item .info {
  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;
  -webkit-column-gap: 1em;
          column-gap: 1em;
}
.p-news-list__item .date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.p-news-list__item .cat {
  min-width: 8rem;
  background-color: #101531;
  padding: 0 .5em;
  color: #fff;
  font-size: 1.2rem;
  font-weight: inherit;
  text-align: center;
}
.p-news-list__item .thumb {
  position: relative;
  margin: 0 0 .5rem;
}
.p-news-list__item .thumb .new_label {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 5rem;
  padding: .25em .5em;
  background-color: #ff0000;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: inherit;
  text-align: center;
}
.p-news-list__item .thumb img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.p-news-list__item .title {
  font-weight: inherit;
}
.p-news-list__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  color: #101531;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.p-news-list__a .thumb {
  overflow: hidden;
}
.p-news-list__a .thumb img {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.p-news-list__a .title {
  -webkit-transition: color .3s;
  transition: color .3s;
}
.p-news-list__a:hover {
  opacity: 1;
}
.p-news-list__a:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-news-list__a:hover .title {
  color: #ff0000;
}
@media screen and (max-width: 999px) {
  .p-news-list {
    row-gap: 6rem;
    -webkit-column-gap: 5.7142857143%;
            column-gap: 5.7142857143%;
  }
  .p-news-list__item {
    grid-column: span 6;
  }
}
@media screen and (max-width: 959px) {
  .p-news-list__item {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news-list {
    row-gap: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .p-news-list__item {
    grid-column: span 12;
  }
}

.c-sortbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1rem;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  margin: 6rem auto 8rem;
}
.c-sortbtn li {
  min-width: 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-sortbtn li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px;
  line-height: 1.4;
  font-size: 1.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #0f1533;
  color: #0f1533;
}
.c-sortbtn li a:hover, .c-sortbtn li.current a {
  opacity: 1;
  background: #1f1433;
  color: #fff;
  border: 1px solid #1f1433;
  -webkit-box-shadow: 2px 4px 6px -4px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 4px 6px -4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 959px) {
  .c-sortbtn {
    margin: 0 auto 5rem;
    max-width: 600px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-sortbtn li {
    width: auto;
  }
  .c-sortbtn li a {
    padding: 5px 15px;
    font-size: 1.1rem;
  }
}

.c-pager {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
}
.c-pager .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.c-pager a,
.c-pager ul li > span {
  display: block;
  position: relative;
  line-height: 3rem;
  height: 3rem;
  width: 3rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  text-align: center;
  color: #1f1433;
}
.c-pager a.current, .c-pager a:hover {
  color: #fff;
  opacity: 1;
  background: #1f1433;
}
.c-pager a.prev, .c-pager a.next {
  width: 120px;
  margin: 0 3px;
  color: #1f1433;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-pager a.prev:hover, .c-pager a.next:hover {
  opacity: .75;
  background: none;
  color: #1f1433;
}
.c-pager a.page {
  display: block;
  position: relative;
  line-height: 3rem;
  height: 3rem;
  width: 3rem;
  margin: 0 5px;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  text-align: center;
  color: #101531;
}
.c-pager a.page:hover {
  color: #fff;
  opacity: 1;
  background: #1f1433;
}
.c-pager span.current {
  margin: 0 5px;
  text-align: center;
  display: block;
  position: relative;
  line-height: 3rem;
  height: 3rem;
  width: 3rem;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #fff;
  opacity: 1;
  background: #1f1433;
}
.c-pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 .3rem;
}
.c-pager ul li {
  margin: 0 .5rem;
}
.c-pager ul li.ind a {
  width: auto;
  font-size: 1.2rem;
  padding: 0 50px;
  background-color: #1f1433;
  border: 1px solid #1f1433;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pager ul li.ind a:hover {
  opacity: .75;
}
@media screen and (max-width: 959px) {
  .c-pager {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  .c-pager a.prev, .c-pager a.next {
    width: auto;
    padding: 0;
  }
  .c-pager ul li a,
  .c-pager ul li > span {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}

.dt-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .dt-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

.-noMgn {
  margin-top: 0;
}
/*# sourceMappingURL=style.css.map */