<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@media only screen and (min-width: 768px) {
  .header__nav ul a:after,
  .header__nav ul span:after {
    background-color: #343538;
  }
}

.mainvisual {
  padding: 17rem 0 0;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 6rem;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .mainvisual {
    padding-top: 10rem;
    margin-bottom: 4rem;
  }
}

.mainvisual .container {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 1175px;
  padding-bottom: 4rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mainvisual .container {
    flex-direction: column-reverse;
  }
}

.mainvisual__title {
  font-size: 2.8rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  padding-right: 3rem;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .mainvisual__title {
    font-size: 2rem;
  }
}

.mainvisual__en {
  font-size: 12rem;
  color: #eaeaea;
  font-family: "Shippori Mincho B1", serif;
  position: absolute;
  bottom: -0.8rem;
  right: 2rem;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .mainvisual__en {
    font-size: 18vw;
    bottom: -0.5rem;
  }
}

.mainvisual__img {
  width: 40%;
  transition: all 0.3s;
}

.mainvisual__img img {
  width: 100%;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .mainvisual__img {
    width: 100%;
  }
}

.breadcrumb .breadcrumb__inner {
  max-width: 1176px;
  margin: 5rem auto 0;
}

.breadcrumb .container {
  max-width: 1175px;
}

.breadcrumb li {
  font-size: 1.2rem;
  position: relative;
  margin-right: 2rem;
}

.breadcrumb li:after {
  content: "";
  position: absolute;
  top: 12px;
  right: -12px;
  width: 3px;
  height: 2px;
  background-color: #eaeaea;
}

.breadcrumb li:last-child:after {
  content: none;
}

.breadcrumb a {
  color: #343538;
}

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

.cm-category {
  gap: 2rem;
  margin-bottom: 6rem;
}

.cm-category a {
  text-decoration: none !important;
  color: #343538;
  border: 1px solid #343538;
  display: inline-block;
  border-radius: 5px;
  padding: 1rem 1.3rem 0.5rem 1.3rem;
  line-height: 1.7;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .cm-category a:hover {
    background-color: #343538;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .cm-category {
    gap: 0.5rem;
    margin-bottom: 3rem;
  }

  .cm-category a {
    padding: 0.7rem 1rem 0.5rem 1rem;
  }
}

.cm-btn01--back .cm-btn01__link:before {
  rotate: 180deg;
}

/*====================================================================================
■ 01.PAGE INTERVIEW
====================================================================================*/
@media only screen and (min-width: 768px) {
  .header_page .header__nav ul a,
  .header_page .header__nav ul span {
    color: #343538;
  }

  .single-interview .header__nav ul a,
  .single-interview .header__nav ul span {
    color: #fff;
  }
}

.sec-interview {
  padding: 8rem 0 14rem;
}

@media only screen and (max-width: 767px) {
  .sec-interview {
    padding: 2rem 0 6rem;
  }
}

.interview-txt01 {
  font-size: 2rem;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .interview-txt01 {
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
}

.interview__list a {
  text-decoration: none !important;
  color: #343538;
}

.interview__list-item {
  width: 48%;
  margin-bottom: 9rem;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .interview__list-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .interview__list-item {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.interview__list-img {
  aspect-ratio: 520/300;
  margin-bottom: 1.5rem;
}

.interview__list-img img {
  border-radius: 5px;
}

.interview__list-title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .interview__list-title {
    font-size: 1.6rem;
  }
}

.interview__list-name {
  font-size: 1.3rem;
}

.tags {
  margin-bottom: 1rem;
}

.tags li {
  color: #fff;
  background-color: #343538;
  border-radius: 30px;
  display: inline-block;
  padding: 0.2rem 2rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.tags--en {
  font-family: "Poppins";
}

.tags--en li {
  font-size: 1.1rem;
  padding: 0 1rem;
}

@media only screen and (max-width: 767px) {
  .tags {
    margin-bottom: 0.5rem;
  }

  .tags li {
    margin-bottom: 0.5rem;
  }
}

.recruitment-table {
  margin-bottom: 8rem;
}

.recruitment-table dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3.5rem 0;
  border-bottom: 1px dashed #c4c4c4;
}

.recruitment-table dt {
  width: 220px;
  font-weight: bold;
}

.recruitment-table dd {
  flex: 1;
  min-width: 0;
}

@media only screen and (max-width: 767px) {
  .recruitment-table {
    margin-bottom: 4rem;
  }

  .recruitment-table dl {
    padding: 2rem 0;
    display: block;
  }

  .recruitment-table dt {
    width: 100%;
  }
}

/*====================================================================================
■ 02.PAGE RECRUITMENT
====================================================================================*/

.page-recruitment.single .cm-title02 {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
  .page-recruitment.single .cm-title02 {
    margin-bottom: 2rem;
  }
}

.sec-recruitment {
  padding: 8rem 0 13rem;
}

.sec-recruitment .cm-title02 {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
  .sec-recruitment {
    padding: 4rem 0;
  }

  .sec-recruitment .cm-title02 {
    margin-bottom: 2rem;
  }
}

.recruitment-txt01 {
  font-size: 1.5rem;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .recruitment-txt01 {
    margin-bottom: 3rem;
  }
}

.recruitment-category__item {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .recruitment-category__item {
    margin: 0;
  }
}

.recruitment-category a {
  width: 100%;
  display: block;
  position: relative;
  color: #343538;
  text-decoration: none !important;
  padding: 1rem 0;
  border-bottom: 1px solid #eaeaea;
}

.recruitment-category a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  margin: auto;
  background: url(../common_img/arrow-right_bl.webp) no-repeat right 0.2rem
    center;
  background-size: 3.2rem auto;
  opacity: 0.6;
  width: 48px;
  height: 48px;
}

@media only screen and (max-width: 767px) {
  .recruitment-category a {
    padding: 1rem 0;
  }

  .recruitment-category a:after {
    background-size: 2rem;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .recruitment-category a:hover {
    border-bottom-color: #343538;
  }

  .recruitment-category a:hover:after {
    opacity: 1;
  }
}

.recruitment-category__item {
  width: 45.5%;
}

@media only screen and (max-width: 767px) {
  .recruitment-category__item {
    width: 100%;
  }
}

.recruitment-category__title {
  font-size: 2.6rem;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .recruitment-category__title {
    font-size: 2rem;
    margin-top: 1rem;
  }
}

.recruitment-category .tags {
  margin-bottom: 0;
}

.recruitment-category .tags li {
  margin-bottom: 0;
}

.recruitment-img-main {
  margin-bottom: 10rem;
  aspect-ratio: 1080/596;
}

.recruitment-img-main img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .recruitment-img-main {
    margin-bottom: 5rem;
  }
}

/*====================================================================================
■ 3.PAGE CONTACT
====================================================================================*/
.sec-entry {
  padding: 8rem 0;
}

@media only screen and (max-width: 767px) {
  .sec-entry {
    padding: 0 0 4rem;
  }
}

.entry-txt01 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.entry-txt02 {
  display: flex;
  align-items: center;
}

.entry-txt02 .hissu {
  width: 40px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background-color: #343538;
  border-radius: 10px;
  display: inline-block;
  font-size: 1.1rem;
  text-align: center;
  margin-right: 10px;
}

.contact-form {
  padding: 4rem 0;
}

@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 1rem 0 4rem;
  }
}

.contact-form .txt01 {
  letter-spacing: 0;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .contact-form .txt01 {
    margin-bottom: 2rem;
  }
}

.contact-pp .inner-pp {
  padding: 3rem 1rem 3rem 2rem;
  margin-top: 2rem;
}

.contact-pp .inner-pp p.bold {
  margin-bottom: 0.5rem;
}

.contact-pp .inner-pp p,
.contact-pp .inner-pp ul {
  margin-bottom: 2.5rem;
}

.contact-pp .box {
  height: 245px;
  overflow-y: auto;
  padding-right: 1rem;
  font-size: 1.4rem;
}

.inner-pp {
  background-color: #f5f5f5;
}

.inner-pp .title {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 1rem;
}

.m-w360 {
  max-width: 360px;
}

/*====================================================================================
■ PAGE INTERVIEW
====================================================================================*/
.p-interview .main_interview {
  width: 100%;
  height: 721px;
  position: relative;
}
.p-interview .main_interview_bg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.p-interview .main_interview_bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

@media only screen and (max-width: 767px) {
  .p-interview .main_interview {
    height: 350px;
  }
}

.p-interview .main_interview__inner {
  max-width: 1176px;
  margin: auto;
  padding-top: 462px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-interview .main_interview__inner {
    padding: 12rem 5%;
  }
}

.p-interview .main_interview__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 4.8rem;
  color: #fff;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .p-interview .main_interview__title {
    font-size: 2.8rem;
  }
}

.p-interview .main_interview__title span {
  font-size: 2.4rem;
  display: block;
  margin: 0 0 36px 5px;
}

@media only screen and (max-width: 767px) {
  .p-interview .main_interview__title span {
    font-size: 1.4rem;
    margin: 0 0 1.5rem 0;
  }
}

.p-interview .main_interview__txt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 12rem;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -7px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .p-interview .main_interview__txt {
    font-size: 5rem;
    bottom: 0;
  }
}

/* .p-interview .breadcrumb {
  margin-bottom: 8.7rem;
} */

.p-interview .interview__content {
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .p-interview .interview__content {
    padding: 10% 5%;
  }
}

.p-interview .interview__content:after {
  content: "";
  clear: both;
  display: block;
}

.p-interview .interview__img {
  width: 465px;
  border-radius: 6px;
  height: 100vh;
  overflow: hidden;
  position: relative;
  float: left;
}

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

.p-interview .interview__img.fixed {
  position: fixed;
  width: 465px;
  z-index: 10;
  top: 103px;
}

.p-interview .interview__img img {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  /* object-fit: cover; */
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.p-interview .interview__img img.active {
  opacity: 1;
  transform: translateY(0);
}

.p-interview .interview__right {
  width: calc(50% + 10px);
  float: right;
}

@media only screen and (max-width: 767px) {
  .p-interview .interview__right {
    width: 100%;
    float: none;
  }
}

.p-interview .interview__right .img_box {
  display: none;
}

@media only screen and (max-width: 767px) {
  .p-interview .interview__right .img_box {
    display: block;
    width: 70%;
    margin: auto;
  }
}

.p-interview .interview__right .question_box {
  margin-bottom: 17.6rem;
}

@media only screen and (max-width: 767px) {
  .p-interview .interview__right .question_box {
    margin-bottom: 5rem;
  }
}

.p-interview .interview__right .question_box:last-child {
  margin-bottom: 0;
}

.p-interview .interview__right .question_box p {
  margin-bottom: 2.5rem;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-interview .interview__right .question_box p {
    font-size: 1.5rem;
  }
}

.p-interview .interview__right .question_box p:last-child {
  margin-bottom: 0;
}

.p-interview .interview__question {
  padding-bottom: 176px;
}

@media only screen and (max-width: 767px) {
  .p-interview .interview__question {
    padding-bottom: 5rem;
  }
}

.p-interview .interview__question.question2 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .p-interview .interview__question.question2 {
    padding-bottom: 0;
  }
}

.p-interview .interview__content2 {
  margin-top: 2.1rem;
  background: url(../images/bg-interview.png);
  padding-bottom: 0;
}

.p-interview .interview__content2 .inner {
  padding: 8.8rem 8rem 7.7rem;
}

@media only screen and (max-width: 767px) {
  .p-interview .interview__content2 .inner {
    padding: 5% 0;
  }
}

.p-interview .interview__content2 .inner img {
  width: 100%;
  display: block;
}

.p-interview .interview__content2 p {
  margin-bottom: 3rem;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-interview .interview__content2 p {
    font-size: 1.5rem;
  }
}

.p-interview .interview__content2 p:last-child {
  margin-bottom: 0;
}

.p-interview .interview__content2 .link {
  background: rgba(34, 34, 34, 0.2);
  margin-top: 159px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5.8rem;
  padding-bottom: 5.6rem;
}

@media only screen and (max-width: 767px) {
  .p-interview .interview__content2 .link {
    margin-top: 5rem;
    padding: 3rem;
  }
}

.p-interview .interview__content2 .link a {
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 600;
  color: #343538;
  position: relative;
  padding-left: 4rem;
  transition: 0.3s all;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-interview .interview__content2 .link a:hover:before {
    background: #fff;
  }

  .p-interview .interview__content2 .link a:hover:after {
    background: url(../common_img/arrow-right_bl.webp) no-repeat center center;
    background-size: 100% auto;
  }
}

.p-interview .interview__content2 .link a:before {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #343538;
  border: 1px solid #343538;
  transition: 0.3s all;
}

@media only screen and (max-width: 767px) {
  .p-interview .interview__content2 .link a:before {
    width: 24px;
    height: 24px;
  }
}

.p-interview .interview__content2 .link a:after {
  content: "";
  background: url(../common_img/arrow-right.webp) no-repeat center center;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .p-interview .interview__content2 .link a:after {
    width: 15px;
    height: 15px;
  }
}

.p-interview .title_interview {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .p-interview .title_interview {
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-top: 3rem;
  }
}

.p-interview .title_interview span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  display: block;
  margin-top: -3px;
  margin-bottom: 68px;
  margin-left: 3px;
}

@media only screen and (max-width: 767px) {
  .p-interview .title_interview span {
    margin-bottom: 2%;
    margin-top: 0;
    margin-left: 0;
  }
}

/*====================================================================================
■ 04.PAGE crosstalk
====================================================================================*/

@media only screen and (max-width: 767px) {
  .p-crosstalk .main_crosstalk {
    position: relative;
    height: 35rem;
    background: #000;
    padding-top: 15rem;
  }
}

.p-crosstalk .main_crosstalk__inner {
  max-width: 1175px;
  margin: auto auto 1.8rem;
  padding-top: 19.5rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .main_crosstalk__inner {
    padding: 0 5% 0;
  }
}

.p-crosstalk .main_crosstalk__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 8.4rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .main_crosstalk__title {
    font-size: 2.8rem;
    position: relative;
    z-index: 9;
    color: #fff;
  }
}

.p-crosstalk .main_crosstalk__title span {
  font-size: 2.6rem;
  display: block;
  margin: 0 0 0.7rem 0.7rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .main_crosstalk__title span {
    font-size: 1.4rem;
  }
}

.p-crosstalk .main_crosstalk img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .main_crosstalk img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0.7;
  }
}

.p-crosstalk .breadcrumb {
  background: url(../crosstalk/images/bg_cross.png);
  margin-top: 0;
  padding-top: 3.7rem;
  color: #fff;
}

.p-crosstalk .breadcrumb a,
.p-crosstalk .breadcrumb li {
  color: #fff !important;
}

.p-crosstalk .member_profile {
  background: url(../crosstalk/images/bg_cross.png);
  padding-bottom: 14.7rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .member_profile {
    padding-bottom: 5rem;
  }
}

.p-crosstalk .member_profile__inner {
  color: #fff;
  position: relative;
  padding-top: 8.3rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .member_profile__inner {
    padding-top: 3rem;
  }
}

.p-crosstalk .member_profile__inner .text {
  font-weight: 700;
  padding-left: 18.9rem;
  max-width: 1178px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .member_profile__inner .text {
    padding: 0 5%;
  }
}

.p-crosstalk .member_profile__flex {
  margin-top: 7.9rem;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .member_profile__flex {
    margin-top: 3rem;
    padding: 0 5%;
    display: block;
  }
}

.p-crosstalk .member_profile__flex .member_profile__title {
  width: calc(50% - 44.7rem);
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .member_profile__flex .member_profile__title {
    width: 100%;
    display: block;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-crosstalk .member_profile__flex .member_profile__title .title__crss {
    position: relative;
    height: 44.1rem;
    width: 14.1rem;
  }
}

.p-crosstalk .member_profile__flex .crosstalk_ct {
  width: calc(50% + 44.7rem);
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .member_profile__flex .crosstalk_ct {
    width: 100%;
  }
}

.p-crosstalk .member_profile__flex .my-slider-progress {
  background: #ccc;
  height: 0.4rem;
  width: 48.9rem;
  margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .member_profile__flex .my-slider-progress {
    width: 100%;
    margin-top: 1rem;
    height: 0.2rem;
  }
}

.p-crosstalk .member_profile__flex .my-slider-progress-bar {
  background: #343538;
  height: 100%;
  transition: width 400ms ease;
  width: 0;
}

.p-crosstalk .crosstalk__flex {
  display: flex;
  max-width: 1178px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .crosstalk__flex {
    display: block;
  }
}

.p-crosstalk .crosstalk__flex .title__crss {
  width: 14.1rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .crosstalk__flex .title__crss {
    width: 100%;
  }
}

.p-crosstalk .crosstalk__flex .crosstalk_ct {
  width: calc(100% - 14.1rem);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .crosstalk__flex .crosstalk_ct {
    width: 100%;
  }
}

.p-crosstalk .title__crss {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  color: #fff;
  position: relative;
  line-height: 1;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-crosstalk .title__crss {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 3.6rem;
  }

  .p-crosstalk .title__crss_ja {
    display: block;
    position: absolute;
    top: 0.3rem;
    left: 4.2rem;
    font-size: 1.6rem;
    letter-spacing: 0.61rem;
  }

  .p-crosstalk .title__crss_en {
    position: absolute;
    top: 0.4rem;
    left: 0;
  }

  .p-crosstalk .title__crss.title_fixed {
    position: fixed !important;
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .title__crss {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.p-crosstalk .title__crss_ja {
  display: block;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .title__crss_ja {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
}

.p-crosstalk .member_slide .item {
  background: #222222;
  border-radius: 0.2rem;
  overflow: hidden;
  width: 28.8rem !important;
  flex: 0 0 28.8rem !important;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .member_slide .item {
    width: 18rem !important;
    flex: 0 0 18rem !important;
  }
}

.p-crosstalk .member_slide .img {
  background: #9ba0a2;
  background: linear-gradient(90deg, #9ba0a2 0%, #98988f 100%);
  border-radius: 0.2rem;
  overflow: hidden;
}

.p-crosstalk .member_slide .item_ct {
  padding: 2.1rem 2.8rem 4.9rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .member_slide .item_ct {
    padding: 1.5rem 1rem;
  }
}

.p-crosstalk .member_slide .item_ct p {
  font-weight: 700;
  font-size: 1.3rem;
}

.p-crosstalk .member_slide .item_ct .name {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 1.9rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .member_slide .item_ct .name {
    margin-bottom: 0.5rem;
  }
}

.p-crosstalk .member_slide .item_ct .year {
  opacity: 0.6;
  font-weight: 500;
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .member_slide .item_ct .year {
    margin-top: 0.5rem;
  }
}

.p-crosstalk .talktheme {
  margin-top: 11.4rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .talktheme {
    padding: 5rem 5%;
    margin-top: 0;
  }
}

.p-crosstalk .talktheme .crosstalk__title {
  width: 14.1rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .talktheme .crosstalk__title {
    width: 100%;
  }
}

.p-crosstalk .talktheme .crosstalk__title .title__crss {
  color: #343538;
  height: 44rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .talktheme .crosstalk__title .title__crss {
    height: auto;
  }
}

.p-crosstalk .talktheme__inner {
  max-width: 1178px;
  margin: auto;
}

.p-crosstalk .talktheme .tit {
  display: flex;
  font-size: 2.8rem;
  font-weight: 700;
  gap: 1.6rem;
  align-items: flex-start;
  padding-top: 0.4rem;
  margin-bottom: 4.7rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .talktheme .tit {
    font-size: 2rem;
    gap: 1rem;
    padding-top: 0;
    margin-bottom: 3rem;
  }
}

.p-crosstalk .talktheme .tit span {
  font-size: 6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: 0.7rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .talktheme .tit span {
    font-size: 3rem;
    top: 0;
  }
}

.p-crosstalk .talktheme .talktheme_box01 {
  margin-bottom: 12.2rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .talktheme .talktheme_box01 {
    margin-bottom: 5rem;
  }
}

.p-crosstalk .talktheme .talktheme_ct {
  padding-left: 2rem;
  padding-right: 4.7rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .talktheme .talktheme_ct {
    padding: 0;
  }
}

.p-crosstalk .talktheme .talktheme_ct ul li {
  display: flex;
  gap: 4rem;
  margin-bottom: 4.4rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .talktheme .talktheme_ct ul li {
    margin-bottom: 2rem;
    gap: 0 1.5rem;
    align-items: flex-start;
  }
}

.p-crosstalk .talktheme .talktheme_ct ul li:last-child {
  margin-bottom: 0;
}

.p-crosstalk .talktheme .talktheme_ct ul li &gt; p {
  width: calc(100% - 15rem);
  font-size: 1.5rem;
  line-height: calc(27 / 15);
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .talktheme .talktheme_ct ul li &gt; p {
    width: calc(100% - 10rem);
    font-size: 1.4rem;
  }
}

.p-crosstalk .talktheme .talktheme_ct ul li .img {
  width: 11rem;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .talktheme .talktheme_ct ul li .img {
    width: 10rem;
  }
}

.p-crosstalk .talktheme .talktheme_ct ul li .img .photo {
  width: 100%;
  background: #92979a;
  border-radius: 0.2rem;
  overflow: hidden;
}

.p-crosstalk .talktheme .talktheme_ct ul li .img p {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  margin-top: 0.3rem;
}

.p-crosstalk .talktheme .talktheme_ct .crosstalk_img_main {
  margin: 7.6rem 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-crosstalk .talktheme .talktheme_ct .crosstalk_img_main {
    margin: 3rem 0;
  }
}

.cm-application #application_slide {
  margin-top: 0;
  padding-top: 11.7rem;
}

@media only screen and (max-width: 767px) {
  .cm-application #application_slide {
    padding-top: 5rem;
  }
}

.main_content {
  margin-top: 17rem;
  border-bottom: 0.1rem solid #eaeaea;
  padding-bottom: 4.1rem;
}

@media only screen and (max-width: 767px) {
  .main_content {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.main_content__inner {
  max-width: 1175px;
  margin: auto;
  position: relative;
}

.main_content__img {
  width: 46rem;
  height: 21rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .main_content__img {
    width: 100%;
    height: auto;
  }
}

.main_content__img img {
  width: 100%;
  height: 100%;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .main_content__img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
  }
}

.main_content__title {
  position: absolute;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  color: #eaeaea;
  font-size: 12rem;
  right: 0;
  bottom: -5rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .main_content__title {
    font-size: 6rem;
    bottom: -0.5rem;
  }
}

.main_content__title span {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  color: #343538;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .main_content__title span {
    position: absolute;
    bottom: 5.5rem;
    right: 5.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .main_content__title span {
    color: #fff;
    font-size: 1.4rem;
    display: block;
    line-height: 1;
  }
}

.fix_content {
  margin-top: 7.7rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .fix_content {
    margin-top: 5rem;
  }
}

.fix_content__inner {
  width: 1080px;
  margin: auto;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .fix_content__inner {
    display: block;
    padding-left: 4%;
    padding-right: 4%;
  }
}

.fix_content .sidebar {
  width: 25rem;
  float: left;
  padding-left: 4.8rem;
}

@media only screen and (max-width: 767px) {
  .fix_content .sidebar {
    width: auto;
    margin-top: 0;
    float: none;
    margin: 0 auto 3rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.fix_content .sidebar__fix {
  padding-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .fix_content .sidebar__fix {
    width: 100%;
    padding: 0 4%;
  }
}

.fix_content .sidebar__fix.fixed {
  position: fixed;
  top: 11rem;
}

@media only screen and (max-width: 767px) {
  .fix_content .sidebar__fix.fixed {
    position: inherit;
    top: auto;
  }
}

.fix_content .sidebar__fix.fixed.hidden {
  position: absolute;
}

.fix_content .sidebar__fix a {
  font-size: 1.3rem;
  line-height: 1.82rem;
  display: block;
  padding-left: 1rem;
  transition: 0.3s;
  position: relative;
  width: 100%;
  color: #343538;
  text-decoration: none;
  margin-bottom: 2.8rem;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .fix_content .sidebar__fix a:hover,
  .fix_content .sidebar__fix a.active {
    font-size: 1.5rem;
    font-weight: 700;
    color: #005dff;
  }

  .fix_content .sidebar__fix a:hover:before,
  .fix_content .sidebar__fix a.active:before {
    height: 0.2rem;
    background: #005dff;
  }
}

.fix_content .sidebar__fix a:before {
  content: "";
  width: 0.5rem;
  height: 0.1rem;
  background: #343538;
  position: absolute;
  left: 0;
  top: 0.9rem;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .fix_content .sidebar__fix a {
    margin-bottom: 0;
    padding: 1rem;
    width: 48%;
    background-color: #eaeaea;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
  }
  .fix_content .sidebar__fix a:after {
    content: "";
    background: url(../common_img/arrow-right_bl.webp) no-repeat center center;
    background-size: 100%;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    right: 0.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transition: 0.4s cubic-bezier(0.6, 0, 0.16, 1);
    transform: rotate(90deg);
  }
  .fix_content .sidebar__fix a:last-child {
    border-bottom: none;
  }

  .fix_content .sidebar__fix a:before {
    content: none;
  }
  .sidebar__fix div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.fix_content__ct {
  max-width: 1176px;
  margin: auto;
}

.fix_content__ct::after {
  content: "";
  clear: both;
  display: block;
}

.fix_content__ct .inner {
  width: calc(100% - 25rem);
  float: right;
}

@media only screen and (max-width: 767px) {
  .fix_content__ct .inner {
    width: 100%;
  }
}

/*====================================================================================
■ 05.PAGE message
====================================================================================*/

.p-message .message_box01 {
  padding-bottom: 9.8rem;
}
@media only screen and (min-width: 768px) {
  .p-message .header__nav ul a {
    color: #343538;
  }
}

@media only screen and (max-width: 767px) {
  .p-message .message_box01 {
    padding: 5% 0 5rem;
  }

  .p-message .message_box01 .inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.p-message .message_box01 .tit {
  font-size: 2rem;
  font-weight: 700;
  margin: 3.8rem 0 0.8rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box01 .tit {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-message .message_box01 .text {
    font-size: 1.5rem;
    line-height: calc(30 / 15);
  }
}

.p-message .message_box01 .box {
  margin-top: 7.2rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box01 .box {
    text-align: center;
    margin: 6rem auto 0;
    width: 30rem;
  }

  .p-message .message_box01 .box img {
    width: 100%;
    margin: auto;
  }
}

.p-message .message_box01 .box .txt {
  font-size: 1.7rem;
  line-height: calc(26 / 17);
  position: absolute;
  left: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box01 .box .txt {
    font-size: 1.2rem;
    line-height: 1.5;
    left: 0;
  }
}

.p-message .message_box01 .box .txt span {
  font-weight: 700;
}

.p-message .message_box01 .box .txt.txt1 {
  top: 5.9rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box01 .box .txt.txt1 {
    top: 1rem;
    text-align: left;
  }
}

.p-message .message_box01 .box .txt.txt2 {
  top: 15.1rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box01 .box .txt.txt2 {
    top: 6rem;
    text-align: left;
  }
}

.p-message .message_box01 .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  position: absolute;
  top: 27.5rem;
  left: 1rem;
  width: 20rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box01 .box ul {
    width: 13.5rem;
    gap: 0 1rem;
    top: 11rem;
    left: 0;
  }
}

.p-message .message_box01 .box ul li {
  padding-left: 1.5rem;
  position: relative;
  font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box01 .box ul li {
    font-size: 1.2rem;
    padding-left: 1rem;
  }
}

.p-message .message_box01 .box ul li:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #dbe0e5;
  position: absolute;
  left: 0;
  top: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box01 .box ul li:before {
    width: 0.3rem;
    height: 0.3rem;
    top: 0.8rem;
  }
}

.p-message .message_box01 .box .bx {
  position: absolute;
  top: 0;
  left: 65.4rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box01 .box .bx {
    left: auto;
    right: 0;
  }
}

.p-message .message_box01 .box .bx p {
  font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box01 .box .bx p {
    font-size: 1.1rem;
    text-align: left;
  }
}

.p-message .message_box01 .box .bx p.tt_smal {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box01 .box .bx p.tt_smal {
    font-size: 1rem;
  }
}

.p-message .message_box01 .box .bx p.tt {
  font-size: 2.9rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin: -0.4rem 0 1rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box01 .box .bx p.tt {
    font-size: 1.4rem;
    margin: -0.4rem 0 0.2rem;
  }
}

.p-message .message_box01 .box .bx.bx01 {
  top: -2.2rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box01 .box .bx.bx01 {
    top: -4.1rem;
  }
}

.p-message .message_box01 .box .bx.bx02 {
  top: 10.3rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box01 .box .bx.bx02 {
    top: 2.1rem;
  }
}

.p-message .message_box01 .box .bx.bx03 {
  top: 22.6rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box01 .box .bx.bx03 {
    top: 7.7rem;
  }
}

.p-message .message_box02 {
  padding: 9.8rem 0;
  background: #eff0f3;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box02 {
    padding: 4rem 5%;
  }
}

.p-message .message_box02 img {
  width: 100%;
  display: block;
  margin: 4.3rem 0 3.4rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box02 img {
    margin: 3rem 0;
  }
}

.p-message .message_box02 .tit {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box02 .tit {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-message .message_box02 p {
    font-size: 1.5rem;
    line-height: calc(30 / 15);
  }
}

.p-message p.text_right {
  text-align: right;
  line-height: calc(30 / 15);
  margin-top: 4.5rem !important;
}

@media only screen and (max-width: 767px) {
  .p-message p.text_right {
    margin-top: 3rem !important;
    line-height: 1.5;
  }
}

.p-message .message_box03 {
  padding: 9.6rem 0 10.6rem;
}

@media only screen and (max-width: 767px) {
  .p-message .message_box03 {
    padding: 4rem 4%;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-message .message_box03 p {
    font-size: 1.5rem;
    line-height: calc(30 / 15);
    margin-top: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-message .message_box03 p {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 480px) {
  .p-message .message_box01 .box .txt {
    font-size: 1.1rem;
  }
  .p-message .message_box01 .box .txt.txt1 {
    top: 2rem;
  }
  .p-message .message_box01 .box .txt.txt2 {
    top: 6.5rem;
  }
  .p-message .message_box01 .box ul {
    top: 12rem;
  }
  .p-message .message_box01 .box ul li {
    font-size: 1.1rem;
  }
  .p-message .message_box01 .box .bx.bx01 {
    top: -3.8rem;
  }
  .p-message .message_box01 .box .bx.bx02 {
    top: 2.5rem;
  }
  .p-message .message_box01 .box .bx.bx03 {
    top: 8.4rem;
  }
}
/*====================================================================================
■ 06.PAGE work
====================================================================================*/

@media only screen and (min-width: 768px) {
  .p-work .header__nav ul a,
  .p-crosstalk .header__nav ul a,
  .p-about .header__nav ul a,
  .page-recruitment .header__nav ul a {
    color: #343538;
  }
}
.p-work .work_box01 {
  padding-bottom: 10.2rem;
}

@media only screen and (max-width: 767px) {
  .p-work .work_box01 {
    padding-bottom: 5rem;
    padding-left: 4%;
    padding-right: 4%;
  }
}

.p-work .work_box01 .tit {
  font-size: 2rem;
  font-weight: 700;
  margin: 3.8rem 0 0.8rem;
}

@media only screen and (max-width: 767px) {
  .p-work .work_box01 .tit {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .work_box01 .text {
    font-size: 1.5rem;
    line-height: calc(30 / 15);
  }
}

.p-work .work_box01 .box {
  margin: 7.6rem 0 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-work .work_box01 .box {
    margin: 3rem 0 0;
  }
}

.p-work .work_box02 {
  padding: 9.6rem 0 10.2rem;
  background: #eff0f3;
}

@media only screen and (max-width: 767px) {
  .p-work .work_box02 {
    padding: 3rem 5%;
  }
}

.p-work .list_item {
  margin-top: 4.3rem;
  position: relative;
}

.p-work .list_item:after {
  content: "";
  width: 0.6rem;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .p-work .list_item {
    margin-top: 3rem;
  }
}

.p-work .list_item dl {
  background: #fff;
  display: flex;
  margin-bottom: 2.8rem;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .p-work .list_item dl {
    display: block;
  }
}

.p-work .list_item dl:last-child {
  margin-bottom: 0;
}

.p-work .list_item dl dt {
  border-right: 0.1rem solid #eff0f3;
  width: 6.1rem;
  font-family: "Poppins", sans-serif;
  color: #005dff;
  font-size: 2rem;
  padding-top: 5rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-work .list_item dl dt {
    width: 100%;
    border-bottom: 0.1rem solid #eff0f3;
    border-right: none;
    padding: 1rem;
  }
}

.p-work .list_item dl dd {
  width: calc(100% - 6.1rem);
  padding: 5rem 4rem 5.6rem;
}

@media only screen and (max-width: 767px) {
  .p-work .list_item dl dd {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}

.p-work .list_item .tit {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 1.1rem;
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .tit {
    font-size: 1.6rem;
  }
}

.p-work .list_item .txt_flx {
  display: flex;
  gap: 3.4rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5.5rem;
  padding-right: 6.7rem;
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .txt_flx {
    padding-right: 0;
    margin-bottom: 2rem;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .p-work .list_item .txt_flx img {
    margin: auto;
  }
}

.p-work .list_item .txt_flx_end {
  margin-bottom: 0;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .txt_flx p {
    font-size: 1.5rem;
    line-height: calc(27 / 15);
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .txt_flx p {
    width: 100%;
    order: 2;
  }
}

.p-work .list_item .tt {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 0.8rem;
  margin-top: 4.3rem;
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .tt {
    font-size: 1.5rem;
    gap: 0.5rem;
    align-items: flex-start;
  }
}

.p-work .list_item .tt span {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  display: block;
  background: #f2f7fa;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .tt span {
    width: 0.8rem;
    height: 0.8rem;
    top: 0.5rem;
  }
}

.p-work .list_item .tt span:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #005dff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-work .list_item .box_gray {
  background: #f7f7f7;
  border-radius: 0.6rem;
  padding: 3.6rem 4.4rem;
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .box_gray {
    padding: 2rem 1.5rem;
    position: relative;
    width: 28rem;
    margin: auto;
  }

  .p-work .list_item .box_gray .step1,
  .p-work .list_item .box_gray .step2,
  .p-work .list_item .box_gray .step3 {
    width: 25rem;
    margin: auto;
  }
}

.p-work .list_item .box_gray .step1 img,
.p-work .list_item .box_gray .step2 img,
.p-work .list_item .box_gray .step3 img {
  margin: auto;
}

.p-work .list_item .box_gray .txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: calc(22.5 / 15);
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .box_gray .txt {
    font-size: 1.1rem;
    width: 14.5rem;
    text-align: center;
  }
}

.p-work .list_item .box_gray .txt_big {
  text-align: center;
  font-size: 2.8rem;
  margin-top: -0.4rem;
  margin-bottom: -0.6rem;
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .box_gray .txt_big {
    font-size: 1.8rem;
    position: absolute;
    left: 21.3rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}

.p-work .list_item .step1 {
  position: relative;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step1 {
    height: 12.2rem;
    margin-top: 3.6rem;
  }
}

.p-work .list_item .step1 .text {
  font-size: 1.3rem;
  line-height: calc(16 / 13);
  position: absolute;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step1 .text {
    top: -3.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step1 .text {
    font-size: 1.1rem;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step1 .text.text1 {
    left: 0.2rem;
    width: 17.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step1 .text.text1 {
    left: 17.5rem;
    top: 2rem;
    width: 8rem;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step1 .text.text2 {
    left: 25.9rem;
    width: 15rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step1 .text.text2 {
    left: 17.5rem;
    top: 9.2rem;
    width: 8rem;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step1 .txt {
    top: 7.9rem;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step1 .txt.txt1 {
    left: 4.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step1 .txt.txt1 {
    top: 5.4rem;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step1 .txt.txt2 {
    left: 30rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step1 .txt.txt2 {
    top: 13.6rem;
  }
}

.p-work .list_item .step1 .txt.txt3 {
  color: #fff;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step1 .txt.txt3 {
    left: 51.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step1 .txt.txt3 {
    top: 20.5rem;
  }
}

.p-work .list_item .step2 {
  position: relative;
  text-align: center;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step2 {
    height: 12.2rem;
    margin-top: 1.6rem;
  }
}

.p-work .list_item .step2 .number {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #343538;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step2 .number {
    top: -1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step2 .number {
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
    left: -0.8rem;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step2 .number.number1 {
    left: 4.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step2 .number.number1 {
    top: 0;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step2 .number.number2 {
    left: 26rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step2 .number.number2 {
    top: 6.5rem;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step2 .number.number3 {
    left: 47.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step2 .number.number3 {
    top: 13rem;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step2 .txt {
    top: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step2 .txt {
    left: 0;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step2 .txt.txt1 {
    left: 6.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step2 .txt.txt1 {
    top: 5.5rem;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step2 .txt.txt2 {
    left: 27.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step2 .txt.txt2 {
    top: 12.5rem;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step2 .txt.txt3 {
    left: 49rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step2 .txt.txt3 {
    top: 19rem;
  }
}

.p-work .list_item .step3 {
  position: relative;
  text-align: center;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step3 {
    height: 12.2rem;
    margin-top: 1.6rem;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step3 .txt {
    top: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step3 .txt {
    left: 0;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step3 .txt.txt1 {
    left: 4.3rem;
    top: 1.3rem;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step3 .txt.txt1 {
    top: 4.7rem;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step3 .txt.txt2 {
    left: 23.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step3 .txt.txt2 {
    top: 11rem;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step3 .txt.txt3 {
    left: 44.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step3 .txt.txt3 {
    top: 18rem;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .list_item .step3 .txt.txt4 {
    left: 54.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-work .list_item .step3 .txt.txt4 {
    top: 23.8rem;
  }
}

.p-work .work_box03 {
  padding: 9.7rem 0 14.1rem;
}

@media only screen and (max-width: 767px) {
  .p-work .work_box03 {
    padding: 5rem 4%;
  }
}

.p-work .work_box03_list {
  margin-top: 4.3rem;
}

@media only screen and (max-width: 767px) {
  .p-work .work_box03_list {
    margin-top: 3rem;
  }
}

.p-work .work_box03 .item {
  margin-bottom: 7.9rem;
}

@media only screen and (max-width: 767px) {
  .p-work .work_box03 .item {
    margin-bottom: 3rem;
  }
}

.p-work .work_box03 .item:last-child {
  margin-bottom: 0;
}

.p-work .work_box03 .item:nth-child(2) ul li {
  width: 100%;
}

.p-work .work_box03 .item_tt {
  background: #eaeaea;
  border-radius: 0.6rem;
  padding: 1rem 1.5rem 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .p-work .work_box03 .item_tt {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.p-work .work_box03 .item_ct {
  display: flex;
  gap: 6.8rem;
}

@media only screen and (max-width: 767px) {
  .p-work .work_box03 .item_ct {
    display: block;
  }
}

.p-work .work_box03 .item .left {
  width: calc(100% - 32.6rem);
}

@media only screen and (max-width: 767px) {
  .p-work .work_box03 .item .left {
    width: 100%;
  }
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .work_box03 .item .left p {
    font-size: 1.5rem;
    line-height: calc(30 / 15);
  }
}

.p-work .work_box03 .item .left ul {
  border-top: 0.1rem dotted #c4c4c4;
  padding-top: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.9rem 2.4rem;
  margin-top: 4.4rem;
}

@media only screen and (max-width: 767px) {
  .p-work .work_box03 .item .left ul {
    margin-top: 2rem;
  }
}

.p-work .work_box03 .item .left ul li {
  position: relative;
  padding-left: 1.8rem;
  line-height: 22.5px;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .p-work .work_box03 .item .left ul li {
    font-size: 1.5rem;
  }
}

.p-work .work_box03 .item .left ul li:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #dbe0e5;
  position: absolute;
  left: 0;
  top: 0.6rem;
}

.p-work .work_box03 .item .left .nado {
  margin-top: 1.2rem;
}

.p-work .work_box03 .item .right {
  width: 25.8rem;
  margin-top: 0.3rem;
}

@media only screen and (max-width: 767px) {
  .p-work .work_box03 .item .right {
    width: 100%;
    margin-top: 2rem;
  }

  .p-work .work_box03 .item .right img {
    width: 100%;
  }
}

/*====================================================================================
■ 07.PAGE ABOUTUS
====================================================================================*/

.about-list {
  counter-reset: item-counter;
  margin-right: 5rem;
}

.about-list__item {
  padding: 5rem 0 0.5rem;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  counter-increment: item-counter;
  padding-left: 5.6rem;
}

.about-list__item-title {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.about-list__item-title::before {
  content: counter(item-counter, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: -5.6rem;
  font-family: "Poppins", sans-serif;
  color: #005dff;
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
}

.about-list__item-txt02 {
  font-size: 1.2rem;
  color: #dcdcdc;
  margin-top: 5rem;
  text-align: right;
  font-family: "Poppins", sans-serif;
}

.about-list--line {
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}

.about-list--line:after {
  content: "";
  width: 0.6rem;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.about-list--line .about-list__item {
  background-color: #fff;
  padding: 5rem 3rem;
  padding-left: 8rem;
  margin-bottom: 2.5rem;
  position: relative;
  border: none;
}

.about-list--line .about-list__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6rem;
  height: 100%;
  background-color: #eff0f3;
  width: 1px;
}

.about-list--line .about-list__item-title:before {
  left: -6.5rem;
}

@media only screen and (max-width: 767px) {
  .about-list {
    margin: 0;
  }

  .about-list__item {
    padding: 3rem 0 0.5rem;
    padding-left: 4rem;
  }

  .about-list__item-title {
    font-size: 1.6rem;
  }

  .about-list__item-title::before {
    top: -5px;
    left: -4rem;
    font-size: 2rem;
  }

  .about-list__item-txt02 {
    margin-top: 2rem;
  }

  .about-list--line {
    margin-top: 3rem;
    position: relative;
  }

  .about-list--line .about-list__item {
    padding: 3rem;
    padding-left: 8rem;
  }
}

.sec-about01 {
  padding-bottom: 10rem;
}

@media only screen and (max-width: 767px) {
  .sec-about01 {
    padding-bottom: 5rem;
  }

  .sec-about01 .inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.sec-about02 {
  padding: 10rem 0;
  background: #eff0f3;
}

@media only screen and (max-width: 767px) {
  .sec-about02 {
    padding: 4rem 4% 2rem;
  }
}

.sec-about03 {
  padding: 10rem 0;
}

.sec-about03 .cm-title02 {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
  .sec-about03 {
    padding: 4rem 4% 2rem;
  }
}

.about-flex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.about-flex01 li {
  width: 44%;
}

.about-flex01 p {
  padding-left: 2.5rem;
}

.about-flex02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-flex02__item {
  width: 48%;
  border-top: 1px dashed #eaeaea;
  padding: 2rem 0 5rem;
}

.about-flex02__item-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: none;
}

.about-flex02__item-img .about-flex02__txt {
  flex: 1;
  min-width: 0;
  border-top: 1px dashed #eaeaea;
  padding-top: 1.5rem;
}

.about-flex02__item-img .about-flex02__img {
  width: 33%;
  margin-left: 3rem;
}

@media only screen and (max-width: 767px) {
  .about-flex02__item {
    padding-bottom: 3rem;
  }
}

.about-flex02__title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.cm-title03 {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 0.8rem;
}

.cm-title03 span {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  display: block;
  background: #f2f7fa;
  position: relative;
}

.cm-title03 span:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #005dff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cm-title04 {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 1.8rem;
  background-color: #eaeaea;
  margin-bottom: 2rem;
}
.interview__flex {
  display: flex;
  padding-top: 103px;
  margin-bottom: 197px;
}
.interview__flex .photo-column {
  width: 465px;
}
.interview__flex .interview__flex__right {
  width: calc(100% - 465px);
  padding-left: 55px;
}

.interview__flex #preview-img {
  transition: opacity 0.5s ease;
  opacity: 1;
}
.interview__flex #preview-img.fade-out {
  opacity: 0;
}

.interview__flex #preview-img.fade-in {
  opacity: 1;
}
.interview__flex .photo-preview {
  position: relative;
  width: 465px;
  height: 100%;
  transition: position 0.5s ease;
}

.interview__flex .photo-preview.fixed {
  position: fixed;
  top: 103px;
  z-index: 1000;
}

.interview__flex .item {
  margin-bottom: 176px;
}
.interview__flex .item:last-child {
  margin-bottom: 0;
}
.interview__flex .photo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .interview__flex {
    display: block;
    padding-top: 0;
    margin-bottom: 17%;
  }
  .interview__flex .photo-column {
    display: none;
  }
  .interview__flex .interview__flex__right {
    width: 100%;
    padding-left: 0;
  }
  .interview__flex .item {
    margin-bottom: 5rem;
  }
  .interview__flex .photo {
    display: block;
  }
}
</pre></body></html>