@charset "UTF-8";
/*--------------------------------------------------
common
---------------------------------------------------*/
.c-page-mv {
  margin-top: var(--gap6);
}
.c-page-mv__head {
  width: 87%;
  margin: 0 auto;
}
.c-page-mv__head h2 {
  font-size: calc(2.5rem + 1.3vw);
}
.c-page-mv__head h2 span {
  display: inline-block;
  margin-left: 10px;
  font-size: calc(1rem + 0.8vw);
  vertical-align: middle;
  opacity: 0.7;
}
.c-page-mv__head h2 .ja {
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(1rem + 0.65vw);
}
.c-page-mv__img {
  font-size: 0;
}
.c-page-mv__body {
  width: 100%;
  margin-top: clamp(30px, 5vw, 55px);
}
.c-page-mv__body .c-head {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 5%;
  left: 8%;
}
.c-page-mv__body .c-head .under_catch span {
  text-indent: 0.05em;
}
.c-page-mv__body .c-head .under_catch span:nth-child(2) {
  margin-right: -32%;
}
.c-page-mv__title.interview, .c-page-mv__title.crosstalk, .c-page-mv__title.compare {
  position: absolute;
  left: 50%;
  transform: var(--tf-center);
  z-index: 1;
  width: 89%;
}
.c-page-mv__title.interview {
  top: 46%;
}
.c-page-mv__title.interview span {
  display: block;
  width: 9.6354166667vw;
  max-width: 185px;
}
@media (max-width: 767px) {
  .c-page-mv__title.interview span {
    width: 17.9487179487vw;
  }
}
.c-page-mv__title.crosstalk {
  bottom: 0.7em;
}
.c-page-mv__title.crosstalk span {
  display: block;
  max-width: 631px;
  width: 40%;
}
@media (max-width: 767px) {
  .c-page-mv__title.crosstalk span {
    width: 100%;
  }
}
.c-page-mv__title.compare {
  top: 48%;
}
.c-page-mv__title.compare span {
  display: block;
  width: auto;
  height: clamp(160px, 8vw + 158px, 330px);
  max-height: 330px;
  min-height: 160px;
}
.c-page-mv__title.compare span:nth-child(2) {
  margin-top: -5%;
  text-align: right;
}
@media (max-width: 896px) {
  .c-page-mv__title.compare span:nth-child(2) {
    margin-top: -30%;
  }
}
@media (max-width: 767px) {
  .c-page-mv__title.compare span:nth-child(2) {
    margin-top: -40%;
  }
}
.c-page-mv__title.compare img {
  width: auto;
  height: 100%;
}
@media (min-width: 2400px) {
  .c-page-mv__title.compare {
    width: 60%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .c-page-mv__title.compare {
    top: 44%;
  }
}

.c-breadcrumb li {
  display: inline-block;
}
.c-breadcrumb li a, .c-breadcrumb li span {
  color: var(--c_Blue);
}
@media (max-width: 767px) {
  .c-breadcrumb li a, .c-breadcrumb li span {
    font-size: 1.2rem;
  }
}
.c-breadcrumb li a {
  text-decoration: underline;
}
.c-breadcrumb li a span {
  transition: ease 0.3s;
}
.c-breadcrumb li a:hover span {
  opacity: 0.7;
}
.c-breadcrumb li a::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 0.27em;
  margin: 0 0.5em;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: translateY(-3px) skew(45deg);
  margin-left: 5px;
  vertical-align: middle;
  transition: ease 0.3s;
}

.c-scroll {
  position: absolute;
  bottom: -2.5em;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.c-scroll span {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .c-scroll span {
    font-size: 1.2rem;
  }
}
.c-scroll::before {
  content: "";
  position: absolute;
  top: -5em;
  right: 0;
  left: 0;
  width: 1px;
  height: 5em;
  margin: auto;
  animation: scroll-line 2s infinite;
  background-color: var(--c_Blue);
}
@media (max-width: 767px) {
  .c-scroll::before {
    top: -3em;
    height: 3em;
  }
}

@keyframes scroll-line {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*--------------------------------------------------
interview
---------------------------------------------------*/
.p-interview__sec {
  padding-top: var(--gap5);
}
.p-interview__sec .txtarea {
  margin-top: 3em;
  flex: 1;
}
.p-interview__sec .txtarea h3 {
  padding-bottom: 1em;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .p-interview__sec .txtarea h3 {
    font-size: 1.8rem;
  }
}
.p-interview__sec .txtarea p {
  margin-bottom: 15px;
  letter-spacing: 0.15em;
}
.p-interview__sec .c-head {
  text-align: center;
}
.p-interview .info {
  margin-top: 1.5em;
}
.p-interview .info > div {
  padding: 2em 0;
  background: var(--c_Light-Blue);
  border: var(--bor);
  position: relative;
  z-index: 2;
}
.p-interview .info .inner {
  width: 90%;
  margin: 0 auto;
  align-items: center;
  gap: 5vw;
}
@media (max-width: 767px) {
  .p-interview .info .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-interview .info__data {
  flex: none;
}
.p-interview .info__data span {
  font-size: 1.8rem;
  font-weight: 600;
}
.p-interview .info__data .name {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 0;
}
.p-interview .info__data .name span {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  transform: translateY(-3px);
}
.p-interview .info__description {
  padding: 0 0;
}
.p-interview .q1 .c-head {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-interview .q1 .c-head p {
  padding-bottom: 0.5em;
  text-align: center;
  font-size: calc(1.5rem + 0.35vw);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-interview .q1 .c-head h3 span {
    padding: 0.3em 12vw;
  }
}
@media (max-width: 767px) {
  .p-interview .q1 .c-head {
    overflow: hidden;
  }
}
.p-interview .q2__block {
  display: flex;
  align-items: center;
}
.p-interview .q2__block:nth-child(1) .q2__img {
  width: 70%;
}
@media (max-width: 767px) {
  .p-interview .q2__block:nth-child(1) .q2__img {
    width: 100%;
  }
}
.p-interview .q2__block:nth-child(2) {
  flex-direction: row-reverse;
  margin: 7vw 0;
}
@media (max-width: 767px) {
  .p-interview .q2__block:nth-child(2) {
    gap: 7vw;
    padding-top: 30vw;
  }
}
@media (min-width: 769px) {
  .p-interview .q2__block:nth-child(2) .txtarea {
    margin-right: 11.6666666667vw;
  }
}
@media (min-width: 1200px) {
  .p-interview .q2__block:nth-child(2) .txtarea {
    margin-right: 140px;
  }
}
@media (min-width: 769px) {
  .p-interview .q2__block:nth-child(3) .txtarea {
    margin-left: 5vw;
  }
}
@media (min-width: 1200px) {
  .p-interview .q2__block:nth-child(3) .txtarea {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .p-interview .q2__block:nth-child(2) .q2__img, .p-interview .q2__block:nth-child(3) .q2__img {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .p-interview .q2__block {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .p-interview .q2__block:nth-child(2) {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .p-interview .q2__block .txtarea h3 {
    text-align: center;
  }
}
.p-interview .q2__block .txtarea {
  max-width: 580px;
}
@media (max-width: 768px) {
  .p-interview .q2__block .txtarea {
    max-width: unset;
  }
}
.p-interview .q3 .txtarea {
  padding-top: 2em;
}
@media (max-width: 767px) {
  .p-interview .q3 .txtarea {
    padding-top: 0;
  }
}
.p-interview .q3 .txtarea h3 {
  text-align: center;
}
.p-interview .slider {
  margin-top: 2em;
}

/*--------------------------------------------------
cross talk
---------------------------------------------------*/
.p-crosstalk__sec {
  padding-top: var(--gap1);
}
.p-crosstalk__sec .c-head {
  text-align: center;
}
.p-crosstalk .slider {
  margin-top: 2em;
}
.p-crosstalk .slider .control {
  width: 100%;
  max-width: 200px;
  position: absolute;
  left: auto !important;
  bottom: 10%;
  right: 7%;
}
@media (max-width: 767px) {
  .p-crosstalk .slider .control {
    bottom: -10%;
  }
}
.p-crosstalk .slider .control__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-crosstalk .slider .control__contents .swiper-pagination,
.p-crosstalk .slider .control__contents .swiper-button-prev,
.p-crosstalk .slider .control__contents .swiper-button-next {
  position: relative;
}
.p-crosstalk .slider .control__contents .swiper-pagination {
  z-index: 0;
}
.p-crosstalk .slider .control__contents .swiper-button-prev,
.p-crosstalk .slider .control__contents .swiper-button-next {
  width: 20px !important;
  height: 20px !important;
  z-index: 1;
}
.p-crosstalk .slider .control__contents .swiper-button-prev:after,
.p-crosstalk .slider .control__contents .swiper-button-next:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid var(--c_Blue);
  border-left: 0;
  border-bottom: 0;
}
.p-crosstalk .slider .control__contents .swiper-button-prev:after {
  transform: scale(-1, 1) rotate3d(0, 0, 1, 45deg);
}
.p-crosstalk .slider .control__contents .swiper-button-next:after {
  transform: rotate3d(0, 0, 1, 45deg);
}
.p-crosstalk .member .w1200 {
  position: relative;
  padding: 2.5em 0;
  border: var(--bor);
  background: var(--c_Light-Blue);
  z-index: 2;
}
.p-crosstalk .member .w1200 h3 {
  margin-bottom: 1em;
  text-align: center;
  color: var(--c_Light-Blue);
  font-size: calc(2.5rem + 0.75vw);
}
.p-crosstalk .member .inner {
  max-width: 935px;
  width: 90%;
  justify-content: center;
  gap: 6vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-crosstalk .member .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-crosstalk .member__ps {
  text-align: center;
}
@media (max-width: 767px) {
  .p-crosstalk .member__ps {
    width: 45.4545454545%;
  }
}
.p-crosstalk .member__ps .data {
  margin-top: 15px;
}
.p-crosstalk .member__ps .data p, .p-crosstalk .member__ps .data span {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-crosstalk .member__ps .data p {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .p-crosstalk .member__ps .data p {
    text-align: center;
  }
}
.p-crosstalk .member__ps .assignment {
  font-size: 1.4rem;
}
.p-crosstalk .member__ps .co {
  display: inline-block;
  margin-right: 7px;
  vertical-align: baseline;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .p-crosstalk .member__ps .co {
    display: block;
  }
}
.p-crosstalk .member__ps .name {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .p-crosstalk .member__ps .name {
    font-size: 1.8rem;
  }
}
.p-crosstalk .theme__title {
  padding: 0.5em 1em;
  text-align: center;
  font-size: calc(1.7rem + 0.35vw);
  background: var(--c_Blue);
  color: var(--c_White);
  letter-spacing: 0.15em;
}
.p-crosstalk .theme__img {
  margin-bottom: var(--gap1);
}
.p-crosstalk .theme__talk-list {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  padding-top: var(--gap4);
}
.p-crosstalk .theme__talk-item {
  align-items: flex-start;
  gap: 2.5em;
}
.p-crosstalk .theme__talk-item .ps {
  flex: none;
  width: clamp(80px, 20vw, 112px);
  text-align: center;
}
.p-crosstalk .theme__talk-item .ps span {
  display: block;
}
.p-crosstalk .theme__talk-item .ps .name {
  margin-top: 0.3vw;
  font-size: calc(1rem + 0.3vw);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-crosstalk .theme__talk-item .txtarea {
  position: relative;
  width: 100%;
  padding: 2vw;
  background: var(--c_White);
  border: var(--bor);
}
.p-crosstalk .theme__talk-item .txtarea::before {
  content: "";
  position: absolute;
  top: 35%;
  left: -1.44em;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.p-crosstalk .theme__talk-item .txtarea::after {
  content: "";
  position: absolute;
  top: 35%;
  left: -1.75em;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid var(--c_Blue);
  z-index: 1;
}
@media (max-width: 767px) {
  .p-crosstalk .theme__talk-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-crosstalk .theme__talk-item:nth-child(even) .txtarea::before, .p-crosstalk .theme__talk-item:nth-child(even) .txtarea::after {
    left: auto;
    transform: rotate(180deg);
  }
  .p-crosstalk .theme__talk-item:nth-child(even) .txtarea::before {
    right: -1.44em;
  }
  .p-crosstalk .theme__talk-item:nth-child(even) .txtarea::after {
    right: -1.75em;
  }
}

/*--------------------------------------------------
Q&A
---------------------------------------------------*/
.p-faq {
  padding-top: var(--gap1);
}
.p-faq .c-head {
  text-align: center;
}
.p-faq .c-head span {
  font-weight: 600;
}
.p-faq .c-tab {
  margin-top: 1.5em;
}
.p-faq__sec {
  margin-top: 7vw;
  background: var(--c_White);
  border: var(--bor);
}
.p-faq__sec .inner {
  width: 90%;
  margin: 0 auto;
  padding: 5vw 0;
}
.p-faq__sec .inner h3 {
  margin-bottom: 3vw;
  text-align: center;
  font-size: calc(1.8rem + 0.75vw);
  letter-spacing: 3px;
}
.p-faq__sec .inner h3 span {
  display: block;
  font-size: calc(1.5rem + 1vw);
  color: var(--c_White);
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-faq__sec .inner h3 {
    margin-bottom: 7vw;
  }
  .p-faq__sec .inner h3 span {
    margin-bottom: 7px;
  }
}
.p-faq__sec .details {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: dashed 1px var(--c_Blue);
}
.p-faq__sec .details .en {
  font-size: calc(2rem + 0.85vw);
}
.p-faq__sec .details .txt-stroke {
  color: var(--c_White);
}
.p-faq__sec .summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1.3em;
}
.p-faq__sec .summary .txt {
  font-size: calc(1.4rem + 0.35vw);
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-faq__sec .summary .txt {
    line-height: 1.5;
  }
}
.p-faq__sec .answer {
  display: flex;
  align-items: center;
  gap: 1.3em;
  padding: 0 0;
}
.p-faq__sec .answer .txt {
  padding: 1.2em;
  background: rgba(220, 239, 245, 0.6);
}
@media (max-width: 768px) {
  .p-faq__sec .answer .txt {
    margin-top: 1em;
  }
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

/*--------------------------------------------------
ENTRY
---------------------------------------------------*/
.p-entry {
  padding-top: var(--gap1);
}
.p-entry .c-head {
  text-align: center;
}
.p-entry .c-head span {
  font-weight: 600;
}
.p-entry .inner {
  margin-top: 5vw;
  padding: 5vw 0;
  border: var(--bor);
  background: var(--c_White);
}
@media (max-width: 767px) {
  .p-entry .inner {
    padding: 9vw 0;
  }
}
.p-entry .form {
  width: 90%;
  margin: 0 auto;
}
.p-entry .note {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5vw;
}
.p-entry .note a {
  display: inline-block;
  text-decoration: underline;
  color: var(--c_Blue);
  transition: var(--tr-ease3);
}
.p-entry .note a:hover {
  opacity: 0.7;
}
.p-entry dl {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1.7em;
  padding-bottom: 1.7em;
  border-bottom: dashed 1px var(--c_Blue);
}
@media (max-width: 767px) {
  .p-entry dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-entry dt {
  max-width: 286px;
  width: 32%;
  flex: none;
  font-size: calc(1.4rem + 0.3vw);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.p-entry dt.-required {
  position: relative;
}
.p-entry dt.-required::after {
  content: "必 須";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 5px;
  font-size: calc(0.8rem + 0.3vw);
  transform: var(--tf-center);
  background: var(--c_Blue);
  color: var(--c_White);
}
@media (max-width: 767px) {
  .p-entry dt {
    max-width: none;
    width: 100%;
  }
}
.p-entry dd p {
  display: block;
  font-size: 1.4rem;
}
.p-entry dd, .p-entry input, .p-entry textarea {
  width: 100%;
}
.p-entry select, .p-entry input, .p-entry textarea {
  padding: 0.5em 1em;
  border: solid 1px var(--c_Blue);
  color: #333333 !important;
}
.p-entry select {
  width: 70%;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
@media (max-width: 767px) {
  .p-entry select {
    width: 100%;
  }
}
.p-entry .birth .flex {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.p-entry .birth .flex > div {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.p-entry .birth .flex > div:nth-child(1) {
  width: 230px;
}
.p-entry .birth .flex > div:not(:nth-child(1)) {
  width: 125px;
}
.p-entry .birth span {
  display: inline-block;
  flex: none;
}
@media (max-width: 895px) {
  .p-entry .birth {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-entry .radio {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.p-entry .radio input {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid var(--c_Blue);
  border-radius: 50%;
  transition: var(--tr-ease3);
  padding: 0;
  transform: scale(0.9);
}
.p-entry .radio input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.p-entry .radio input:checked::after {
  background-color: var(--c_Blue);
}
.p-entry .radio input:hover {
  border-color: var(--c_Blue);
  box-shadow: 0 0 0 4px rgba(0, 77, 203, 0.3);
}
.p-entry .radio label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
}
.p-entry .submit {
  text-align: center;
}
.p-entry .submit span {
  font-weight: 500;
}
.p-entry .submit__btn {
  margin-top: 2.5rem;
  padding: 0.5em 3em;
  font-size: 2rem;
  font-weight: 600;
  background-color: var(--c_Gray);
  color: var(--c_White);
  letter-spacing: 0.1em;
  transition: var(--tr-ease3);
  cursor: not-allowed;
}
.p-entry .submit__btn.enabled {
  background-color: var(--c_Blue);
  cursor: pointer;
}
.p-entry .submit__btn:hover {
  transform: scale(1.05);
}
.p-entry .checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.p-entry .checkbox_icon {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFFFFF;
  border: solid 1px var(--c_Blue);
  box-shadow: 0 0 0 0 transparent;
  transition-duration: 0.2s;
  transition-property: background-color, border, box-shadow, color;
}
@media (forced-colors: none) and (any-hover: hover) {
  .p-entry .checkbox_icon:hover:enabled {
    border-color: var(--c_Blue);
    box-shadow: 0 0 0 4px rgba(0, 77, 203, 0.3);
  }
}
.p-entry .checkbox_icon:checked {
  background: var(--c_Blue);
  border-color: var(--c_Blue);
}
.p-entry .checkbox_icon::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url(../img/entry/check-icon.svg);
  background-size: contain;
  transition: opacity 0.3s;
}
.p-entry .checkbox_icon:checked::before {
  opacity: 1;
}
.p-entry .error-message {
  font-size: 1.35rem;
  color: #ff0000;
}
.p-entry .popup-message {
  width: 90%;
  margin: 0 auto;
}
.p-entry .popup-message p:nth-child(1) {
  font-size: calc(1.8rem + 0.3vw);
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-entry .popup-message p:nth-child(1) span {
    display: block;
    font-size: calc(1.8rem + 0.3vw);
  }
}
.p-entry .popup-message p:nth-child(2) {
  text-align: center;
}
.p-entry .popup-message.hidden {
  display: none;
}

/*--------------------------------------------------
data
---------------------------------------------------*/
.p-data__sec {
  padding-top: var(--gap1);
}
.p-data .c-head {
  text-align: center;
}
.p-data .c-head span {
  font-weight: 600;
}
.p-data .num__list {
  display: grid;
  gap: 1.5em;
  grid-template-columns: repeat(3, 1fr);
  margin-top: var(--gap4);
}
@media (max-width: 767px) {
  .p-data .num__list {
    gap: 1em;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-data .num__item {
  border: var(--bor);
  background: var(--c_White);
  height: 150px;
}
.p-data .honne__block:nth-of-type(2) {
  margin-top: var(--gap4);
}
.p-data .honne__block:nth-of-type(3) {
  margin-top: var(--gap1);
}
.p-data .honne h4 {
  padding: 0.5em 1em;
  text-align: center;
  font-size: calc(1.7rem + 0.35vw);
  background: var(--c_Blue);
  color: var(--c_White);
  letter-spacing: 0.15em;
}
.p-data .honne .flex {
  flex-direction: column;
  gap: 2.5em;
  margin-top: var(--gap4);
}
.p-data .honne .txtarea {
  position: relative;
  max-width: 846px;
  width: 85%;
  padding: 2vw;
  background: var(--c_White);
  border: var(--bor);
}
.p-data .honne .txtarea:nth-child(even) {
  margin-left: auto;
}
.p-data .honne .txtarea::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.p-data .honne .txtarea::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid var(--c_Blue);
  z-index: 1;
}

/*--------------------------------------------------
compare-years
---------------------------------------------------*/
.p-compare__sec {
  padding-top: var(--gap1);
}
.p-compare__sec .head {
  width: 32%;
  margin: 0 auto;
  position: relative;
  padding: 0.3em;
  background: var(--c_Blue);
  color: var(--c_White);
  text-align: center;
  font-size: calc(1.4rem + 0.45vw);
  font-weight: 700;
}
.p-compare__sec .head span {
  display: inline-block;
  font-size: calc(2.3rem + 0.3vw);
  margin-right: 3px;
  line-height: 1.5;
}
.p-compare__sec .head::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -9px;
  border: 9px solid rgba(0, 0, 0, 0);
  border-top: 9px solid var(--c_Blue);
  z-index: 2;
}
.p-compare .c-head {
  text-align: center;
}
.p-compare .c-head h3 span {
  font-weight: 700;
}
.p-compare .faq .c-head {
  margin-bottom: var(--gap4);
}
@media (max-width: 767px) {
  .p-compare .faq__head {
    display: none;
  }
}
.p-compare .faq__list {
  flex-direction: column;
  margin-top: 2em;
  gap: 1.5em;
}
.p-compare .faq__item {
  background: var(--c_White);
  border: var(--bor);
  align-items: center;
}
.p-compare .faq__item li {
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.p-compare .faq__item li span {
  display: block;
  font-weight: 600;
  padding: 1.2em;
  font-size: calc(1.6rem + 0.15vw);
}
.p-compare .faq__item li small {
  display: block;
}
.p-compare .faq__item li:not(:nth-child(3)) {
  border-right: dashed 0.17em var(--c_Blue);
}
@media (max-width: 767px) {
  .p-compare .faq__item {
    align-items: stretch;
    flex-wrap: wrap;
  }
  .p-compare .faq__item .ques {
    width: 100%;
    border-right: none !important;
  }
  .p-compare .faq__item .ans-4, .p-compare .faq__item .ans-8 {
    width: 50%;
  }
}
.p-compare .job__head {
  margin-top: var(--gap4);
  margin-bottom: min(3vw + 10px, 30px);
}
.p-compare .job__head .head {
  width: 45%;
}
@media (max-width: 767px) {
  .p-compare .job__head {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-compare .job__list {
    margin-top: var(--gap4);
  }
}
.p-compare .job__item {
  background: var(--c_White);
  border: var(--bor);
}
.p-compare .job__item li {
  width: 100%;
  text-align: center;
}
.p-compare .job__item li:first-child {
  border-right: dashed 0.17em var(--c_Blue);
}
@media (max-width: 767px) {
  .p-compare .job__item li:first-child {
    border-right: none;
  }
}
.p-compare .job__item li span {
  display: block;
  padding: 2em 1em;
  font-weight: 600;
  font-size: calc(1.6rem + 0.15vw);
}
@media (max-width: 767px) {
  .p-compare .job__item {
    flex-direction: column;
  }
}
.p-compare .job__img {
  padding-top: var(--gap1);
  width: 100%;
}
.p-compare .job__img .flex {
  gap: 4vw;
  width: 100% !important;
}
.p-compare .job__img span {
  display: block;
}
.p-compare .job__img span:nth-child(2) {
  transform: translateY(35%);
}
.p-compare .job__img span img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .p-compare .job__img span {
    height: 12em;
  }
}
.p-compare .day {
  margin-top: var(--gap5);
}
.p-compare .day .c-tab {
  margin-top: var(--gap4);
}
.p-compare .day .c-tab li {
  padding: 0;
}
.p-compare .day .c-tab li span {
  font-size: calc(2.3rem + 0.3vw);
  font-weight: 700;
}
.p-compare .day .c-tab__item:not(:nth-child(1)) {
  border-left: unset;
}
.p-compare .day__ph {
  padding-top: var(--gap5);
  font-size: 0;
}
.p-compare .day__ph p {
  position: absolute;
  top: 55%;
  left: 30%;
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: clamp(160px, 8vw + 180px, 330px);
  max-height: 330px;
  min-height: 160px;
}
.p-compare .day__ph p img {
  width: auto;
  height: 100%;
}
.p-compare .day__schedule {
  margin-top: var(--gap5);
  background: var(--c_White);
  border: var(--bor);
}
.p-compare .day__schedule.w1200 {
  width: 100% !important;
}
.p-compare .day__schedule .inner {
  width: 89%;
  margin: 0 auto;
  padding: 5vw 0;
}
@media (max-width: 767px) {
  .p-compare .day__schedule .inner {
    padding: 10vw 0;
  }
}
.p-compare .day__schedule h3 {
  margin-bottom: 3vw;
  text-align: center;
  font-size: calc(1.8rem + 0.75vw);
  letter-spacing: 3px;
}
.p-compare .day__schedule h3 span {
  display: block;
  font-size: calc(1.5rem + 1vw);
  color: var(--c_White);
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-compare .day__schedule h3 {
    margin-bottom: 8vw;
  }
  .p-compare .day__schedule h3 span {
    margin-bottom: 7px;
  }
}
.p-compare .day__schedule table {
  width: 100%;
  margin: 0 auto;
}
.p-compare .day__schedule table tbody, .p-compare .day__schedule table tr, .p-compare .day__schedule table td {
  display: flex;
}
.p-compare .day__schedule table tr, .p-compare .day__schedule table td {
  align-items: center;
}
.p-compare .day__schedule table tbody {
  flex-direction: column;
  gap: 4rem;
}
.p-compare .day__schedule table tr:last-child .time::after {
  display: none;
}
@media (max-width: 767px) {
  .p-compare .day__schedule table tr {
    gap: 5px;
  }
}
.p-compare .day__schedule table td {
  width: 100%;
}
@media (max-width: 767px) {
  .p-compare .day__schedule table td {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-compare .day__schedule table .time {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  flex: none;
  border-radius: 50%;
  text-align: center;
  background: var(--c_Blue);
}
.p-compare .day__schedule table .time span {
  position: relative;
  line-height: 1;
  font-size: calc(1.9rem + 0.4vw);
  color: var(--c_White);
  z-index: 2;
}
.p-compare .day__schedule table .time::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 50%;
  width: 2px;
  height: 100%;
  background: var(--c_Blue);
  transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 767px) {
  .p-compare .day__schedule table .time::after {
    bottom: -175%;
    height: 208%;
  }
}
@media (max-width: 767px) {
  .p-compare .day__schedule table .time {
    width: 7rem;
    height: 7rem;
  }
}
.p-compare .day__schedule table .title {
  max-width: 220px;
  width: 35%;
  flex: none;
  text-align: center;
  font-size: calc(1.6rem + 0.3vw);
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-compare .day__schedule table .title {
    width: 100%;
    text-align: left;
  }
}
.p-compare .day__faq h4 {
  padding: 0.5em 1em;
  font-size: calc(1.7rem + 0.35vw);
  font-weight: 500;
  text-align: center;
  background: var(--c_Blue);
  color: var(--c_White);
  letter-spacing: 0.15em;
}
.p-compare .day__faq .block {
  margin-top: var(--gap5);
}
.p-compare .day__faq .block:first-child .txtarea::before {
  content: "";
  position: absolute;
  top: 35%;
  left: -1.44em;
  margin-top: -12px;
  border: 12px solid rgba(0, 0, 0, 0);
  border-right: 12px solid #fff;
  z-index: 2;
}
.p-compare .day__faq .block:first-child .txtarea::after {
  content: "";
  position: absolute;
  top: 35%;
  left: -1.75em;
  margin-top: -14px;
  border: 14px solid rgba(0, 0, 0, 0);
  border-right: 14px solid var(--c_Blue);
  z-index: 1;
}
.p-compare .day__faq .block:last-child .txtarea {
  margin-top: var(--gap4);
}
.p-compare .day__faq .block:last-child .txtarea p {
  text-align: center;
}
.p-compare .day__faq .block:last-child .txtarea::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid rgba(0, 0, 0, 0);
  border-top: 12px solid #fff;
  z-index: 2;
}
.p-compare .day__faq .block:last-child .txtarea::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid rgba(0, 0, 0, 0);
  border-top: 14px solid var(--c_Blue);
  z-index: 1;
}
.p-compare .day__faq .flex {
  align-items: center;
  margin-top: var(--gap4);
  gap: 4vw;
}
.p-compare .day__faq .img {
  margin-top: 1.5vw;
  width: clamp(153px, 32vw, 442px);
  flex: none;
}
@media (max-width: 767px) {
  .p-compare .day__faq .img {
    width: 50%;
  }
}
.p-compare .day__faq .txtarea {
  position: relative;
  padding: 2vw;
  background: var(--c_White);
  border: var(--bor);
}
@media (max-width: 767px) {
  .p-compare .day__faq .txtarea {
    width: 100% !important;
  }
}
.p-compare .day__loop {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: var(--gap5);
}
.p-compare .day__loop ul {
  display: flex;
  animation: scroll 20s linear infinite;
}
.p-compare .day__loop li {
  flex-shrink: 0;
  width: 35%;
}
@media (max-width: 767px) {
  .p-compare .day__loop li {
    width: 75%;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*--------------------------------------------------
recruit
---------------------------------------------------*/
.p-recruit {
  padding-top: var(--gap1);
}
.p-recruit .c-head {
  text-align: center;
}
.p-recruit .c-head span {
  font-weight: 600;
}
.p-recruit .block {
  margin-top: var(--gap4);
  background: var(--c_White);
  border: var(--bor);
}
.p-recruit .block.soon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-recruit__sec {
  margin-top: var(--gap1);
}
@media (max-width: 767px) {
  .p-recruit__list .c-tab__item {
    width: 100%;
  }
}
.p-recruit .line__001 {
  width: 37%;
  max-width: 440px;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .p-recruit .line__001 {
    width: 50%;
  }
}
.p-recruit .line__002 {
  width: 31%;
  max-width: 363px;
  bottom: -2px;
  right: 0;
}
.p-recruit .person .mb {
  display: none;
}
@media (max-width: 767px) {
  .p-recruit .person .mb {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-recruit .person .pc {
    display: none;
  }
}
.p-recruit .person .block {
  margin-bottom: var(--gap6);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-recruit .person .block {
    margin-bottom: var(--gap5);
  }
}
.p-recruit .person__pickup {
  padding: 4vw;
  flex-direction: column;
  gap: 1.5vw;
  text-align: center;
}
@media (max-width: 767px) {
  .p-recruit .person__pickup {
    padding: 10vw 0 18vw;
  }
}
.p-recruit .person__pickup h4 {
  margin-bottom: var(--gap4);
  font-size: calc(1.5rem + 0.7vw);
  font-weight: 500;
  text-shadow: 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue);
  color: var(--c_White);
}
@media (max-width: 767px) {
  .p-recruit .person__pickup h4 {
    font-size: calc(1.8rem + 0.7vw);
  }
}
.p-recruit .person__pickup p, .p-recruit .person__pickup p .bold {
  font-size: calc(1.5rem + 0.4vw);
}
.p-recruit .person__pickup p {
  text-align: center;
}
.p-recruit .person__pickup p .bold {
  font-weight: 700;
}
.p-recruit .person__other .contents {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-recruit .person__other .contents {
    display: block;
  }
}
.p-recruit .person__other .contents .item {
  width: 48%;
}
@media (max-width: 767px) {
  .p-recruit .person__other .contents .item {
    width: 100%;
    margin-bottom: 4em;
  }
}
.p-recruit .person__other .contents .item:last-child {
  margin-bottom: 0;
}
.p-recruit .person__other .contents .item .head {
  margin-bottom: 2em;
  position: relative;
  padding: 0.3em;
  background: var(--c_Blue);
  color: var(--c_White);
  text-align: center;
  font-size: calc(1.4rem + 0.45vw);
  font-weight: 700;
}
.p-recruit .person__other .contents .item .head span {
  display: inline-block;
  font-size: calc(1.8rem + 0.5vw);
  margin-right: 3px;
  line-height: 1.5;
}
@media (min-width: 2000px) {
  .p-recruit .person__other .contents .item .head span {
    font-size: 1.8rem;
  }
}
.p-recruit .person__other .contents .item .head::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -9px;
  border: 9px solid rgba(0, 0, 0, 0);
  border-top: 9px solid var(--c_Blue);
  z-index: 2;
}
.p-recruit .person__other .contents .item .list dl {
  margin-bottom: 2em;
}
.p-recruit .person__other .contents .item .list dl .pc {
  display: block;
}
@media (max-width: 767px) {
  .p-recruit .person__other .contents .item .list dl .pc {
    display: none;
  }
}
.p-recruit .person__other .contents .item .list dl:last-child {
  margin-bottom: 0;
}
.p-recruit .person__other .contents .item .list dl dt {
  display: flex;
  align-items: center;
}
.p-recruit .person__other .contents .item .list dl dt .en {
  display: inline-block;
  margin-right: 0.5em;
  font-size: calc(3.5rem + 0.85vw);
  color: var(--c_White);
}
@media (max-width: 767px) {
  .p-recruit .person__other .contents .item .list dl dt .en {
    margin-right: 0;
    font-size: calc(3.8rem + 0.85vw);
  }
}
@media (min-width: 2000px) {
  .p-recruit .person__other .contents .item .list dl dt .en {
    font-size: 1.8rem;
  }
}
.p-recruit .person__other .contents .item .list dl dt .ttl_ja, .p-recruit .person__other .contents .item .list dl dt .ttl_ja .small {
  line-height: 1.25;
}
.p-recruit .person__other .contents .item .list dl dt .ttl_ja {
  font-size: calc(1.4rem + 0.65vw);
}
@media (max-width: 767px) {
  .p-recruit .person__other .contents .item .list dl dt .ttl_ja {
    font-size: calc(1.6rem + 0.6vw);
  }
}
.p-recruit .person__other .contents .item .list dl dt .ttl_ja .small {
  font-size: calc(1.2rem + 0.6vw);
}
@media (max-width: 767px) {
  .p-recruit .person__other .contents .item .list dl dt .ttl_ja .small {
    font-size: calc(1.4rem + 0.65vw);
  }
}
.p-recruit .person__other .contents .item .list dl dt .ttl_en {
  font-size: 1.8rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-recruit .person__other .contents .item .list dl dt .ttl_en {
    font-size: 1.4rem;
  }
}
.p-recruit .person__other .contents .item .list dl dd {
  font-weight: 500;
  line-height: 2;
}
.p-recruit .person__item {
  display: flex;
  align-items: center;
  gap: 4vw;
}
.p-recruit .person__item .en {
  font-size: calc(3.5rem + 0.85vw);
  color: var(--c_White);
}
.p-recruit .person__item .txtarea h4 {
  font-size: calc(1.6rem + 0.35vw);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-recruit .person__item {
    gap: 0;
    flex-direction: column;
  }
  .p-recruit .person__item .txtarea h4 {
    text-align: center;
  }
  .p-recruit .person__item .txtarea p {
    padding: 0;
  }
}
.p-recruit .career .block {
  height: 300px;
}
.p-recruit .benefits .benefits_title {
  margin-bottom: 1em;
  font-size: calc(1.5rem + 0.7vw);
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue), 0 0 2px var(--c_Blue);
  color: var(--c_White);
}
@media (max-width: 767px) {
  .p-recruit .benefits .benefits_title {
    font-size: calc(1.8rem + 0.7vw);
  }
}
.p-recruit .benefits .top_text_wrap {
  margin-top: var(--gap4);
  padding: 3em 0;
  background: #B8DCEF;
}
.p-recruit .benefits .top_text_wrap p {
  font-size: calc(1.4rem + 0.7vw);
  text-align: center;
}
@media (max-width: 767px) {
  .p-recruit .benefits .top_text_wrap p {
    font-size: calc(1.6rem + 0.7vw);
  }
}
@media (min-width: 2000px) {
  .p-recruit .benefits .top_text_wrap p {
    font-size: 2.4rem;
  }
}
.p-recruit .benefits__block {
  padding: 4vw;
  margin-top: var(--gap1);
  background: var(--c_White);
  border: var(--bor);
}
@media (max-width: 767px) {
  .p-recruit .benefits__block {
    padding: 10vw 4vw;
  }
}
.p-recruit .benefits__block .contents {
  display: flex;
  justify-content: space-between;
  margin-top: var(--gap4);
}
@media (max-width: 767px) {
  .p-recruit .benefits__block .contents {
    display: block;
  }
}
.p-recruit .benefits__block .contents .item {
  width: 32%;
}
@media (max-width: 767px) {
  .p-recruit .benefits__block .contents .item {
    width: 100%;
    margin-bottom: 4em;
  }
  .p-recruit .benefits__block .contents .item:last-child {
    margin-bottom: 0;
  }
}
.p-recruit .benefits__block .contents .item .head {
  margin-bottom: 2em;
  position: relative;
  padding: 0.3em;
  background: var(--c_Blue);
  color: var(--c_White);
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-recruit .benefits__block .contents .item .head {
    width: 74%;
    margin: 0 auto 1.5em;
  }
}
.p-recruit .benefits__block .contents .item .head span {
  display: inline-block;
  font-size: calc(1.4rem + 0.45vw);
  margin-right: 3px;
  line-height: 1.5;
}
@media (min-width: 2000px) {
  .p-recruit .benefits__block .contents .item .head span {
    font-size: 2rem;
  }
}
.p-recruit .benefits__block .contents .item .head::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -9px;
  border: 9px solid rgba(0, 0, 0, 0);
  border-top: 9px solid var(--c_Blue);
  z-index: 2;
}
.p-recruit .benefits__block .contents .item ul li {
  margin-bottom: 1em;
  font-size: calc(1.4rem + 0.25vw);
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-recruit .benefits__block .contents .item ul li {
    font-size: calc(1.6rem + 0.25vw);
  }
}
@media (min-width: 2000px) {
  .p-recruit .benefits__block .contents .item ul li {
    font-size: 1.8rem;
  }
}
.p-recruit .benefits__block .contents .item ul li:last-child {
  margin-bottom: 0;
}
.p-recruit .benefits__block .contents .item ul li:before {
  content: "● ";
}
.p-recruit .benefits__block .contents .item ul li .small {
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-recruit .benefits__block .contents .item ul li .small {
    font-size: calc(1.4rem + 0.25vw);
  }
}
@media (min-width: 2000px) {
  .p-recruit .benefits__block .contents .item ul li .small {
    font-size: 1.4rem;
  }
}
.p-recruit .description .flex {
  max-width: 900px;
  width: 87%;
  margin: 0 auto;
  padding-top: var(--gap4);
  gap: 1em;
}
@media (max-width: 767px) {
  .p-recruit .description .flex {
    flex-direction: column;
  }
}
.p-recruit .description a {
  width: 100%;
  padding: 1.5em;
}
.p-recruit .description a span {
  display: block;
  width: 100%;
  font-size: calc(1.6rem + 0.3vw);
  font-weight: 700;
}
.p-recruit .description a span::after {
  position: absolute;
  top: 50%;
  right: 0;
}
.p-recruit .description a span small {
  display: inline-block;
  margin-left: 5px;
  font-size: calc(1.3rem + 0.1vw);
  vertical-align: middle;
}
.p-recruit .description a:hover span {
  transform: scale(1) !important;
  color: var(--c_White);
}
.p-recruit .entry {
  text-align: center;
}
.p-recruit .entry a {
  width: 100%;
  padding: 4.5em 0;
  background: var(--c_Blue);
}
.p-recruit .entry a span {
  font-size: calc(4rem + 1.7vw);
}

/*--------------------------------------------------
career
---------------------------------------------------*/
.p-career {
  padding-top: var(--gap1);
}
.p-career .c-head {
  margin-bottom: var(--gap4);
  text-align: center;
}
.p-career .c-head span {
  font-weight: 600;
}
.p-career__industry {
  margin-bottom: var(--gap6);
}
.p-career__industry .item {
  margin-bottom: var(--gap6);
}
.p-career__industry .item:last-child {
  margin-bottom: 0;
}
.p-career__industry .item .list dl {
  padding: 20px 10px;
  border-bottom: solid 1px var(--c_Blue);
}
@media (min-width: 769px) {
  .p-career__industry .item .list dl {
    display: flex;
    padding: 16px 20px;
  }
}
.p-career__industry .item .list dl:first-child {
  border-top: solid 1px var(--c_Blue);
}
.p-career__industry .item .list dl dt, .p-career__industry .item .list dl dd {
  line-height: 2;
}
.p-career__industry .item .list dl dt {
  margin-bottom: 10px;
  font-weight: 600;
}
@media (min-width: 769px) {
  .p-career__industry .item .list dl dt {
    width: 16%;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.p-career__flow {
  margin: 0 auto;
  padding: 8vw;
  flex-direction: column;
  background: var(--c_White);
  border: var(--bor);
  gap: 4vw;
}
@media (min-width: 769px) {
  .p-career__flow {
    padding: 2vw 4vw;
  }
}
.p-career__flow .item {
  margin-bottom: 1em;
}
.p-career__flow .item:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .p-career__flow .item dl {
    display: flex;
    align-items: center;
    gap: 4vw;
  }
}
.p-career__flow .item dl dt {
  margin-bottom: 10px;
  font-size: calc(3.5rem + 0.85vw);
  color: var(--c_White);
}
@media (min-width: 769px) {
  .p-career__flow .item dl dt {
    margin-bottom: 0;
  }
}
.p-career__flow .item dl dd {
  font-size: calc(1.6rem + 0.35vw);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-career__flow .item dl dd span {
  padding-top: 5px;
  display: inline-block;
  line-height: 1.5;
}
.p-career__flow .item:first-child dl {
  align-items: flex-start;
}

/*--------------------------------------------------
privacy policy
---------------------------------------------------*/
.p-privacypolicy {
  padding-top: var(--gap1);
}
.p-privacypolicy .top_text {
  margin-bottom: 2em;
}
.p-privacypolicy .contents dl {
  margin-bottom: 2em;
}
.p-privacypolicy .contents dl:last-child {
  margin-bottom: 0;
}
.p-privacypolicy .contents dl dt {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: solid 1px var(--c_Blue);
}
.p-privacypolicy .contents dl dd {
  line-height: 2;
}

/*--------------------------------------------------
information
---------------------------------------------------*/
.p-info {
  margin-top: var(--gap5);
}
.p-info .info__list {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}
@media (max-width: 767px) {
  .p-info .info__list {
    gap: 7vw;
  }
}
.p-info__block {
  width: 100% !important;
  margin-top: var(--gap6);
  background: var(--c_White);
}
.p-info__block .inner {
  width: 89%;
  margin: 0 auto;
  padding: 3.5em 0;
}
.p-info__block .txtarea {
  margin-top: 1.5em;
}
.p-info__block .txtarea h2 {
  margin-bottom: 1em;
  text-align: center;
  font-size: calc(1.6rem + 0.6vw);
}
.p-info__block .txtarea p {
  padding: 0 1em;
}
.p-info__block .time {
  position: absolute;
  top: 10%;
  left: -4%;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-info__block .time {
    top: 15%;
  }
}
.p-info__btn {
  text-align: center;
  margin-top: 6vw;
}
.p-info__btn a {
  padding: 0.5em 3em !important;
}
@media (max-width: 767px) {
  .p-info__btn {
    margin-top: 10vw;
  }
}
.p-info .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: var(--gap4);
  gap: 0.5em;
}
@media (max-width: 767px) {
  .p-info .pagination {
    flex-wrap: wrap;
    padding-top: 3em;
  }
}
.p-info .pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  font-size: calc(1.3rem + 0.3vw);
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--c_Blue);
}
.p-info .pagination .prev, .p-info .pagination .next {
  display: inline-block;
  width: 1em;
  height: 0.4em;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: translateY(-3px) skew(45deg);
  vertical-align: middle;
  transition: var(--tr-ease3);
}
.p-info .pagination .prev {
  transform: rotateY(180deg) translateY(-3px) skew(45deg);
}

/*--------------------------------------------------
message
---------------------------------------------------*/
.p-message__sec {
  padding-top: 10em;
}
@media (max-width: 767px) {
  .p-message__sec {
    padding-top: 8em;
  }
}
.p-message__sec .txtarea p:nth-child(2) {
  margin-top: 1.5rem;
}
.p-message .line-wrapper {
  width: 100%;
  min-height: 50vw;
  padding-top: var(--gap1);
  overflow: hidden;
}
.p-message .line-wrapper .line {
  position: relative !important;
}
.p-message .lead .c-head {
  width: auto !important;
  justify-content: center !important;
}
.p-message .lead .txtarea {
  padding-top: var(--gap1);
}
.p-message .philosophy {
  padding-top: 0;
}
.p-message .philosophy .txtarea {
  text-align: center;
}
.p-message .philosophy .txtarea h3 {
  margin-bottom: var(--gap4);
  font-size: calc(2.3rem + 0.55vw);
  font-weight: 700;
  letter-spacing: 0.15em;
}
.p-message .philosophy .txtarea h3 span {
  display: block;
  font-size: calc(1.4rem + 0.65vw);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.p-message .philosophy .mission, .p-message .philosophy .vision, .p-message .philosophy .value {
  padding-top: var(--gap5);
}
.p-message .philosophy .mission .c-head, .p-message .philosophy .vision .c-head, .p-message .philosophy .value .c-head {
  text-align: center;
}
.p-message .philosophy .mission .c-head h2, .p-message .philosophy .vision .c-head h2, .p-message .philosophy .value .c-head h2 {
  font-size: calc(3.3rem + 0.45vw);
}
.p-message .philosophy .mission .c-head h2 .ja, .p-message .philosophy .vision .c-head h2 .ja, .p-message .philosophy .value .c-head h2 .ja {
  font-size: calc(1.35rem + 0.15vw);
  line-height: 0.5;
}
.p-message .philosophy .mission .sub-head {
  margin-top: 4rem;
  text-align: center;
  font-size: calc(1.5rem + 0.3vw);
  font-weight: 700;
  letter-spacing: 0.15em;
}
.p-message .philosophy .mission ul {
  margin-top: 2rem;
  gap: 1.5rem;
  align-items: stretch;
}
@media (max-width: 767px) {
  .p-message .philosophy .mission ul {
    flex-direction: column;
    align-items: center;
  }
}
.p-message .philosophy .mission li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 2rem;
  border: var(--bor);
  background: var(--c_White);
}
@media (max-width: 767px) {
  .p-message .philosophy .mission li {
    padding: 4rem 2rem;
  }
}
.p-message .philosophy .mission li .img {
  display: block;
  max-width: 135px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-message .philosophy .mission li .img {
    max-width: 90px;
  }
}
.p-message .philosophy .mission li p {
  margin-top: 7px;
  font-size: calc(1.8rem + 0.2vw);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.p-message .philosophy .mission li p span {
  font-size: calc(1.1rem + 0.2vw);
  display: block;
}
@media (max-width: 767px) {
  .p-message .philosophy .mission li {
    width: 86%;
  }
}
.p-message .philosophy .vision {
  gap: 6rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-message .philosophy .vision {
    gap: 4rem;
    flex-direction: column;
  }
}
.p-message .philosophy .vision .c-head h2 {
  letter-spacing: 0.05em;
  color: var(--c_Light-Blue);
}
.p-message .philosophy .vision .c-head h2 span {
  color: var(--c_Blue);
  text-shadow: none;
}
.p-message .philosophy .vision ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  counter-reset: num;
}
.p-message .philosophy .vision li {
  display: flex;
  align-items: center;
}
.p-message .philosophy .vision li span {
  font-size: calc(1.7rem + 0.25vw);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-message .philosophy .vision li::before {
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  padding: 0.3rem 0.5em;
  margin-right: 2rem;
  font-size: calc(1.7rem + 0.25vw);
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: var(--c_Blue);
  background: var(--c_White);
  border: solid 0.1em var(--c_Blue);
  vertical-align: middle;
}
.p-message .philosophy .value .c-head {
  margin-bottom: 2em;
  align-items: center;
}
@media (max-width: 767px) {
  .p-message .philosophy .value .c-head {
    flex-direction: column;
  }
}
.p-message .philosophy .value .c-head h2 {
  margin-right: 1em;
  letter-spacing: 0.05em;
  color: var(--c_Light-Blue);
}
@media (max-width: 767px) {
  .p-message .philosophy .value .c-head h2 {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.p-message .philosophy .value .c-head h2 span {
  color: var(--c_Blue);
  text-shadow: none;
}
.p-message .philosophy .value .contents .item {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .p-message .philosophy .value .contents .item {
    display: block;
    margin-bottom: 2em;
  }
}
.p-message .philosophy .value .contents .item:last-child {
  margin-bottom: 0;
}
.p-message .philosophy .value .contents .item h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16%;
  margin-right: 1em;
  padding: 1.5rem 0;
  text-align: center;
  color: var(--c_White);
  background: var(--c_Blue);
}
@media (max-width: 767px) {
  .p-message .philosophy .value .contents .item h3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
    padding: 0.5rem 0;
  }
}
.p-message .philosophy .value .contents .item h3 span {
  display: block;
  font-size: calc(1.2rem + 0.25vw);
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-message .philosophy .value .contents .item h3 span {
    font-size: calc(1.8rem + 0.25vw);
  }
}
@media (min-width: 2000px) {
  .p-message .philosophy .value .contents .item h3 span {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-message .philosophy .value .contents .item h3 .pc {
    display: none;
  }
}
.p-message .philosophy .value .contents .item .list {
  width: 84%;
}
@media (max-width: 767px) {
  .p-message .philosophy .value .contents .item .list {
    width: 100%;
  }
}
.p-message .philosophy .value .contents .item001 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-message .philosophy .value .contents .item001 .list dl {
  width: 24%;
  text-align: center;
}
@media (max-width: 767px) {
  .p-message .philosophy .value .contents .item001 .list dl {
    width: 48.5%;
    margin-bottom: 1em;
  }
  .p-message .philosophy .value .contents .item001 .list dl:nth-child(3) {
    margin-bottom: 0;
  }
}
.p-message .philosophy .value .contents .item001 .list dl:last-child {
  margin-bottom: 0;
}
.p-message .philosophy .value .contents .item001 .list dl dt {
  margin-bottom: 0.5em;
  padding: 0.25em 0;
  font-weight: 600;
  background: var(--c_White);
}
.p-message .philosophy .value .contents .item001 .list dl dd {
  font-weight: 500;
  line-height: 1.75;
}
.p-message .philosophy .value .contents .item002 .list ul li {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-message .philosophy .value .contents .item002 .list ul li:before {
  content: "・";
}
.p-message .funada .c-head {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-message .funada .c-head h2 span:nth-child(2) {
  margin-right: 0;
  margin-left: 4.7em;
}
.p-message .funada .txtarea {
  padding: var(--gap4) 0;
}

/*--------------------------------------------------
work
---------------------------------------------------*/
.p-work .c-head {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-work .c-head {
    overflow: hidden;
  }
}
.p-work .line-wrapper {
  width: 100%;
  overflow: hidden;
}
.p-work__sec {
  padding-top: var(--gap1);
}
.p-work__sec .txtarea {
  padding-top: var(--gap4);
}
.p-work__sec .txtarea h3 {
  text-align: center;
  font-size: calc(2rem + 0.65vw);
  font-weight: 700;
}
@media (min-width: 2880px) {
  .p-work__sec .txtarea h3 {
    font-size: 2.8rem;
  }
}
.p-work__sec .txtarea p {
  padding-top: var(--gap4);
}
.p-work__sec .txtarea.w1000 {
  width: 100%;
}
@media (max-width: 767px) {
  .p-work .lead .txtarea {
    margin-top: 1.5em;
  }
}
.p-work .lead .block {
  position: relative;
  margin-top: min(5vw + 20px, 80px);
  padding: 4vw 0;
  background: var(--c_White);
  border: var(--bor);
  z-index: 2;
}
.p-work .lead .block::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid var(--c_White);
  z-index: 2;
}
.p-work .lead .block::after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid var(--c_Blue);
  z-index: 1;
}
.p-work .lead .block ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5vw;
}
@media (max-width: 767px) {
  .p-work .lead .block ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-work .lead .block li h4, .p-work .lead .block li p {
  font-weight: 700;
}
.p-work .lead .block li h4 {
  font-size: calc(1.5rem + 0.35vw);
  letter-spacing: 0.1em;
}
.p-work .lead .block li h4::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: var(--c_Blue);
  margin-right: 5px;
}
.p-work .lead .block li p {
  margin-top: 5px;
  padding: 0 0;
  margin-left: calc(0.8em + 5px);
}
@media (max-width: 767px) {
  .p-work .lead .block {
    padding: 9vw 0;
  }
}
.p-work .detail {
  padding-top: var(--gap3) !important;
}
@media (max-width: 767px) {
  .p-work .detail .strength {
    margin-top: 3rem;
  }
}
.p-work .detail .model {
  padding-top: var(--gap1);
}
.p-work .detail .model h3 {
  margin-bottom: min(5vw + 20px, 80px);
  text-align: center;
  font-size: calc(1.8rem + 0.75vw);
  letter-spacing: 3px;
}
.p-work .detail .model h3 span {
  display: block;
  font-size: calc(1.5rem + 1vw);
  color: var(--c_Light-Blue);
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-work .detail .model h3 span {
    margin-bottom: 7px;
  }
}
.p-work .detail .business {
  text-align: center;
}
.p-work .detail .business .txtarea {
  padding-top: 0;
}
.p-work .detail .business .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3vw;
  margin-top: min(5vw + 20px, 80px);
}
@media (max-width: 767px) {
  .p-work .detail .business .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-work .detail .business .item {
  border: var(--bor);
  background: var(--c_White);
  padding: 3.5rem 0;
  font-weight: 600;
}
.p-work .detail .business .item > p {
  text-align: center;
  font-size: calc(1.5rem + 0.35vw);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-work .detail .business .item ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
  padding-top: 1em;
}
.p-work .detail .business .item ul li p {
  letter-spacing: 0.1em;
}
.p-work .detail .business .item ul li p::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: var(--c_Blue);
  margin-right: 5px;
}
.p-work .detail .business .c-btn {
  margin-top: var(--gap5);
  background: transparent;
  border: none;
}
.p-work .detail .business .c-btn::before, .p-work .detail .business .c-btn::after {
  content: none;
}
.p-work .detail .business .c-btn span {
  color: var(--c_Blue);
}
@media (max-width: 767px) {
  .p-work .detail .business {
    margin-top: 1em;
  }
}
.p-work .detail .role {
  padding-top: var(--gap1);
}
.p-work .detail .role .txtarea {
  padding-top: 0;
  margin-bottom: min(5vw + 20px, 80px);
}
.p-work .detail .role .list {
  position: relative;
}
.p-work .detail .role .list:last-of-type {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .p-work .detail .role .list:last-of-type .division {
    top: 38%;
    height: 68%;
  }
}
.p-work .detail .role .division {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: none;
  width: -moz-fit-content;
  width: fit-content;
}
.p-work .detail .role .division span {
  font-weight: 700;
}
.p-work .detail .role .division::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 100%;
  border-top: dashed 1px var(--c_Blue);
  border-left: dashed 1px var(--c_Blue);
  border-bottom: dashed 1px var(--c_Blue);
}
@media (max-width: 767px) {
  .p-work .detail .role .division {
    top: 33%;
    height: 50%;
  }
}
.p-work .detail .role ul, .p-work .detail .role li {
  display: flex;
}
.p-work .detail .role ul {
  width: calc(100% - 4.9rem);
  margin-left: auto;
  flex-direction: column;
  gap: 3em;
}
@media (max-width: 767px) {
  .p-work .detail .role ul {
    gap: 2em;
  }
}
.p-work .detail .role li {
  gap: 1.7em;
}
.p-work .detail .role li .unit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  flex: none;
  font-size: calc(1.5rem + 0.15vw);
  font-weight: 700;
  text-align: center;
  background: var(--c_White);
  border: var(--bor);
}
@media (max-width: 767px) {
  .p-work .detail .role li {
    gap: 1em;
    flex-direction: column;
  }
  .p-work .detail .role li .unit {
    padding: 0.7em 0;
  }
  .p-work .detail .role li p {
    padding: 0;
  }
}/*# sourceMappingURL=sub.css.map */