@charset "UTF-8";
/* ------------ colors ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
/* ------------------------------------

common

------------------------------------ */
.tbl01 {
  width: 100%;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
}
.tbl01 th {
  background: #eee;
  padding: 10px;
  text-align: center;
  width: 25%;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  font-weight: 700;
}
@media screen and (max-width: 740px) {
  .tbl01 th {
    width: 100%;
    display: block;
  }
}
.tbl01 td {
  padding: 10px;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  width: 75%;
}
@media screen and (max-width: 740px) {
  .tbl01 td {
    width: 100%;
    display: block;
  }
}
.tbl01 a {
  text-decoration: underline;
}

.pan {
  padding: 20px 40px;
}
.pan li {
  display: inline;
  font-size: 12px;
  list-style: none;
}
.pan li:after {
  content: "|";
  margin: 0 5px;
}
.pan li:last-child:after {
  content: none;
}

@media screen and (max-width: 760px) {
  .pan {
    display: none;
  }
}
/*  l-wrapper  */
.l-wrapper {
  position: relative;
  overflow-x: hidden;
}

.l-page .l-wrapper {
  background-size: 100% auto;
  margin-top: 60px;
}
.l-page .l-header {
  background: #fff;
  padding-bottom: 21px;
}
@media screen and (max-width: 740px) {
  .l-page .l-header {
    padding-bottom: 8px;
  }
}
.l-page .l-header.active {
  padding-bottom: 60px;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}
@media screen and (max-width: 740px) {
  .l-page .l-header.active {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 740px) {
  .l-page .l-wrapper {
    padding-top: 0;
    background-size: 190% auto;
  }
}
/*  list-page__main  */
.list-page__main {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 761px) {
  .list-page__main {
    width: 1200px;
  }

  .l-system .list-page__main {
    width: 1100px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 760px) {
  .list-page__main {
    width: 90%;
    margin-bottom: 20%;
  }

  .l-number .list-page__main {
    width: auto;
    margin-bottom: 18%;
  }
}
/*  slick-dots  */
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 12px;
  background: #808080;
}
.slick-dots li.slick-active {
  background: #0f38a7;
}

/* ------------------------------------

l-table

------------------------------------ */
.l-table dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3%;
}
.l-table dl dt {
  background: #0f38a7;
  color: #fff;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.l-table dl dd {
  background: #808080;
  width: 79.5%;
  padding: 10px 16px;
  font-weight: 400;
}

@media screen and (max-width: 740px) {
  .l-table dl dt {
    font-size: 3.6vw;
    text-align: center;
  }
  .l-table dl dd {
    font-size: 3.74vw;
  }
}
/* mobile */
/* ------------------------------------

access

------------------------------------ */
.l-access .l-container {
  background: url(../company/images/access/bg.jpg) no-repeat center top;
  background-size: 1309px auto;
  padding-top: 60px;
}
@media screen and (max-width: 760px) {
  .l-access .l-container {
    background-size: 100% auto;
    padding-top: 9%;
  }
}
.l-access .l-container__unit {
  width: 1100px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 760px) {
  .l-access .l-container__unit {
    width: 90%;
    margin: 0 5% 15%;
  }
}
.l-access .l-container__unit .box-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 105px;
}
@media screen and (max-width: 760px) {
  .l-access .l-container__unit .box-wrapper {
    margin-bottom: 15%;
    display: block;
  }
}
.l-access .l-container__unit .box-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .l-access .l-container__unit .box-wrapper:last-child {
    margin-bottom: 0;
  }
}
.l-access .l-container__unit .box-wrapper__map {
  width: 592px;
  float: right;
}
@media screen and (max-width: 760px) {
  .l-access .l-container__unit .box-wrapper__map {
    width: 100%;
    float: none;
  }
}
.l-access .l-container__unit .box-wrapper__map iframe {
  width: 100%;
  height: 318px;
  border: none;
}
@media screen and (max-width: 760px) {
  .l-access .l-container__unit .box-wrapper__map iframe {
    height: 60vw;
  }
}
.l-access .l-container__unit .box-wrapper__text {
  width: calc(100% - 592px);
  position: relative;
  float: left;
}
@media screen and (max-width: 760px) {
  .l-access .l-container__unit .box-wrapper__text {
    width: 100%;
    float: none;
    margin-bottom: 8%;
  }
}
.l-access .l-container__unit .box-wrapper__text h3 {
  margin-bottom: 30px;
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  line-height: 47px;
  border-left: 5px solid #0f38a7;
  padding-left: 25px;
}
@media screen and (max-width: 760px) {
  .l-access .l-container__unit .box-wrapper__text h3 {
    margin-bottom: 3%;
    font-size: 6.8vw;
    line-height: 1;
    padding: 2% 0 2% 5%;
  }
}
.l-access .l-container__unit .box-wrapper__text .p-item__text {
  font-size: 18px;
  text-align: left;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .l-access .l-container__unit .box-wrapper__text .p-item__text {
    font-size: 4vw;
  }
}
@media screen and (min-width: 761px) {
  .l-access .l-container__unit .box-wrapper__text .p-item__text a {
    pointer-events: none;
    text-decoration: none;
  }
}

/* ------------------------------------

philosophy

------------------------------------ */
.l-philosophy .l-container {
  background: url(../company/images/access/bg.jpg) no-repeat center top;
  background-size: 1200px auto;
  margin: -140px auto 130px;
}
@media screen and (max-width: 760px) {
  .l-philosophy .l-container {
    background-size: 100% auto;
    margin: -15vw 5% 15%;
  }
}
.l-philosophy .l-container__unit {
  width: 1200px;
  margin: 0 auto;
  padding-top: 180px;
}
@media screen and (max-width: 760px) {
  .l-philosophy .l-container__unit {
    width: 100%;
    padding-top: 15%;
  }
}
.l-philosophy .l-container__unit .unit_main {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 760px) {
  .l-philosophy .l-container__unit .unit_main {
    margin-bottom: 15%;
  }
}
.l-philosophy .l-container__unit .unit_main__title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .l-philosophy .l-container__unit .unit_main__title {
    font-size: 6.5vw;
    margin-bottom: 3%;
    letter-spacing: 2px;
  }
}
.l-philosophy .l-container__unit .unit_main__catch {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #0f38a7;
}
@media screen and (max-width: 760px) {
  .l-philosophy .l-container__unit .unit_main__catch {
    font-size: 7.2vw;
    margin-bottom: 5%;
    letter-spacing: 0;
    line-height: 1.3;
  }
}
.l-philosophy .l-container__unit .unit_main__catch.catch02 {
  font-size: 30px;
}
@media screen and (max-width: 760px) {
  .l-philosophy .l-container__unit .unit_main__catch.catch02 {
    font-size: 6.5vw;
  }
}
.l-philosophy .l-container__unit .unit_main__text {
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .l-philosophy .l-container__unit .unit_main__text {
    margin-bottom: 10%;
    line-height: 1.6;
    text-align: left;
  }
}
.l-philosophy .l-container__unit .p-item {
  margin-bottom: 80px;
}
@media screen and (max-width: 760px) {
  .l-philosophy .l-container__unit .p-item {
    margin-bottom: 15%;
  }
}
.l-philosophy .l-container__unit .p-item__title {
  background: #D9D9D9;
  text-align: center;
  padding: 3px 0;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .l-philosophy .l-container__unit .p-item__title {
    margin-bottom: 5%;
    font-size: 5.8vw;
  }
}
.l-philosophy .l-container__unit .p-item__list {
  font-size: 18px;
  width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .l-philosophy .l-container__unit .p-item__list {
    width: 90%;
    margin-bottom: 10%;
    font-size: 4.5vw;
  }
}
.l-philosophy .l-container__unit .p-item__list li {
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
}
.l-philosophy .l-container__unit .p-item__list li:before {
  position: absolute;
  content: "一、";
  top: 0;
  left: 0;
}
.l-philosophy .l-container__unit .p-item__catch {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #0f38a7;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-philosophy .l-container__unit .p-item__catch {
    font-size: 7.4vw;
    margin-bottom: 2%;
  }
}
.l-philosophy .l-container__unit .p-item__catch.catch02 {
  font-size: 30px;
}
@media screen and (max-width: 760px) {
  .l-philosophy .l-container__unit .p-item__catch.catch02 {
    font-size: 5.8vw;
  }
}
.l-philosophy .l-container__unit .p-item__main-catch {
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 760px) {
  .l-philosophy .l-container__unit .p-item__main-catch {
    font-size: 7.5vw;
  }
}
.l-philosophy .l-container__unit .p-item__main-catch span {
  background: #0f38a7;
  width: fit-content;
  padding: 8px 20px 12px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .l-philosophy .l-container__unit .p-item__main-catch span {
    margin-bottom: 5px;
    padding: 3px 10px 6px;
  }
}
.l-philosophy .l-container__unit .p-item__text {
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-philosophy .l-container__unit .p-item__text {
    margin-bottom: 10%;
    text-align: left;
  }
}

/* ------------------------------------

environment

------------------------------------ */
.l-environment .l-container__unit {
  width: 1200px;
  margin: 40px auto 130px;
}
@media screen and (max-width: 760px) {
  .l-environment .l-container__unit {
    width: 90%;
    margin: 0 5% 15%;
  }
}
.l-environment .l-container__unit .box-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 75px;
  padding: 45px;
  border: 2px solid #0f38a7;
}
@media screen and (max-width: 760px) {
  .l-environment .l-container__unit .box-wrapper {
    margin-bottom: 10%;
    display: block;
    padding: 6% 4%;
  }
}
.l-environment .l-container__unit .box-wrapper:nth-child(2n) {
  flex-direction: row-reverse;
}
.l-environment .l-container__unit .box-wrapper:nth-child(2n) .box-wrapper__inner {
  padding-left: 0;
  padding-right: 30px;
}
@media screen and (max-width: 760px) {
  .l-environment .l-container__unit .box-wrapper:nth-child(2n) .box-wrapper__inner {
    padding: 0;
  }
}
.l-environment .l-container__unit .box-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .l-environment .l-container__unit .box-wrapper:last-child {
    margin-bottom: 0;
  }
}
.l-environment .l-container__unit .box-wrapper__photo {
  width: 514px;
}
@media screen and (max-width: 760px) {
  .l-environment .l-container__unit .box-wrapper__photo {
    width: 100%;
    margin-bottom: 6%;
  }
}
.l-environment .l-container__unit .box-wrapper__text {
  width: calc(100% - 514px);
  position: relative;
}
@media screen and (max-width: 760px) {
  .l-environment .l-container__unit .box-wrapper__text {
    width: 100%;
  }
}
.l-environment .l-container__unit .box-wrapper__text h3 {
  margin-bottom: 10px;
  text-align: left;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.3;
  color: #0f38a7;
}
@media screen and (max-width: 760px) {
  .l-environment .l-container__unit .box-wrapper__text h3 {
    margin-bottom: 2%;
    text-align: center;
    font-size: 5.2vw;
  }
}
.l-environment .l-container__unit .box-wrapper__text .p-item__text {
  font-size: 15px;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .l-environment .l-container__unit .box-wrapper__text .p-item__text {
    font-size: 3.73vw;
  }
}
.l-environment .l-container__unit .box-wrapper__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 30px;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .l-environment .l-container__unit .box-wrapper__inner {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0%);
    padding: 0;
  }
}
.l-environment .l-container__text {
  margin-bottom: 90px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-environment .l-container__text {
    margin-bottom: 13%;
    font-size: 5vw;
  }
}

/* ------------------------------------

boardmember

------------------------------------ */
.l-boardmember .l-container__unit {
  width: 1200px;
  margin: 40px auto 130px;
}
@media screen and (max-width: 760px) {
  .l-boardmember .l-container__unit {
    width: 90%;
    margin: 0 5% 15%;
  }
}
.l-boardmember .l-container__unit h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
}
@media screen and (max-width: 760px) {
  .l-boardmember .l-container__unit h3 {
    font-size: 6.8vw;
  }
}
.l-boardmember .l-container__unit h3 small {
  text-transform: uppercase;
  font-family: bilo, sans-serif;
  font-weight: 500;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 760px) {
  .l-boardmember .l-container__unit h3 small {
    font-size: 3vw;
  }
}
.l-boardmember .l-container__unit .p-item__job {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .l-boardmember .l-container__unit .p-item__job {
    margin-top: 11vw;
    margin-bottom: 2%;
    font-size: 4vw;
  }
}
.l-boardmember .l-container__unit .p-item__history {
  margin-top: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
}
@media screen and (max-width: 760px) {
  .l-boardmember .l-container__unit .p-item__history {
    margin-top: 0;
    margin-bottom: 3%;
    font-size: 4vw;
  }
}
.l-boardmember .l-container__unit .p-item__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 20px;
}
@media screen and (max-width: 760px) {
  .l-boardmember .l-container__unit .p-item__text {
    margin-top: 0;
    font-size: 3.73vw;
  }
}
.l-boardmember .l-container__unit .box-wrapper {
  margin-bottom: 70px;
  width: 48%;
  float: left;
}
@media screen and (max-width: 760px) {
  .l-boardmember .l-container__unit .box-wrapper {
    margin-bottom: 15%;
    display: block;
    width: 100%;
    float: none;
  }
  .l-boardmember .l-container__unit .box-wrapper:last-child {
    margin-bottom: 0;
  }
}
.l-boardmember .l-container__unit .box-wrapper:nth-child(2n) {
  float: right;
}
@media screen and (max-width: 760px) {
  .l-boardmember .l-container__unit .box-wrapper:nth-child(2n) {
    float: none;
  }
}
.l-boardmember .l-container__unit .box-wrapper:nth-child(2n+1) {
  clear: left;
}
.l-boardmember .l-container__unit .box-wrapper__photo {
  width: 33%;
  float: left;
}
@media screen and (max-width: 760px) {
  .l-boardmember .l-container__unit .box-wrapper__photo {
    width: 100%;
    margin-bottom: 5%;
  }
  .l-boardmember .l-container__unit .box-wrapper__photo .photo {
    width: 35%;
    float: left;
  }
  .l-boardmember .l-container__unit .box-wrapper__photo .p-item__job,
.l-boardmember .l-container__unit .box-wrapper__photo h3 {
    width: 60%;
    float: right;
  }
}
.l-boardmember .l-container__unit .box-wrapper__text {
  width: 62%;
  float: right;
  position: relative;
}
@media screen and (max-width: 760px) {
  .l-boardmember .l-container__unit .box-wrapper__text {
    width: 100%;
  }
}
.l-boardmember .l-container__unit .box-wrapper__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 36px;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .l-boardmember .l-container__unit .box-wrapper__inner {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0%);
    padding: 0;
  }
}

/* ------------------------------------

message

------------------------------------ */
.l-message .l-container__unit {
  width: 1200px;
  margin: 40px auto 130px;
}
@media screen and (max-width: 760px) {
  .l-message .l-container__unit {
    width: 90%;
    margin: 0 5% 15%;
  }
}
.l-message .l-container__unit .p-item__main {
  margin-bottom: 70px;
}
@media screen and (max-width: 760px) {
  .l-message .l-container__unit .p-item__main {
    margin-bottom: 10%;
  }
}
.l-message .l-container__unit .p-item__name {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-message .l-container__unit .p-item__name {
    margin-bottom: 4%;
    font-size: 5.2vw;
  }
}
.l-message .l-container__unit .p-item__name small {
  text-transform: uppercase;
  font-family: bilo, sans-serif;
  font-weight: 500;
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 760px) {
  .l-message .l-container__unit .p-item__name small {
    margin-top: 2%;
    font-size: 3.47vw;
  }
}
.l-message .l-container__unit .p-item__text {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 760px) {
  .l-message .l-container__unit .p-item__text {
    text-align: left;
    font-size: 3.73vw;
  }
}
.l-message .l-container__unit h3 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-message .l-container__unit h3 {
    margin-bottom: 8%;
    font-size: 6.5vw;
  }
}
.l-message .l-container__unit .box-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .l-message .l-container__unit .box-wrapper {
    margin-bottom: 10%;
    display: block;
  }
}
.l-message .l-container__unit .box-wrapper:nth-child(2n) {
  flex-direction: row-reverse;
}
.l-message .l-container__unit .box-wrapper:nth-child(2n) .box-wrapper__inner {
  padding-left: 0;
  padding-right: 36px;
}
@media screen and (max-width: 760px) {
  .l-message .l-container__unit .box-wrapper:nth-child(2n) .box-wrapper__inner {
    padding: 0;
  }
}
.l-message .l-container__unit .box-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .l-message .l-container__unit .box-wrapper:last-child {
    margin-bottom: 0;
  }
}
.l-message .l-container__unit .box-wrapper__photo {
  width: 50%;
}
@media screen and (max-width: 760px) {
  .l-message .l-container__unit .box-wrapper__photo {
    width: 100%;
    margin-bottom: 6%;
  }
}
.l-message .l-container__unit .box-wrapper__text {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 760px) {
  .l-message .l-container__unit .box-wrapper__text {
    width: 100%;
  }
}
.l-message .l-container__unit .box-wrapper__text h4 {
  margin-bottom: 10px;
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 760px) {
  .l-message .l-container__unit .box-wrapper__text h4 {
    margin-bottom: 2%;
    text-align: center;
    font-size: 4.8vw;
  }
}
.l-message .l-container__unit .box-wrapper__text .p-item__text {
  font-size: 15px;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .l-message .l-container__unit .box-wrapper__text .p-item__text {
    font-size: 3.73vw;
  }
}
.l-message .l-container__unit .box-wrapper__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 36px;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .l-message .l-container__unit .box-wrapper__inner {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0%);
    padding: 0;
  }
}

/* ------------------------------------

overview

------------------------------------ */
.l-overview .l-container__unit {
  width: 100%;
  margin: 40px 0 130px;
}
@media screen and (max-width: 760px) {
  .l-overview .l-container__unit {
    margin: 0 0 15%;
  }
}
.l-overview .l-container__unit .tbl01 {
  width: 1100px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 760px) {
  .l-overview .l-container__unit .tbl01 {
    width: 90%;
    margin: 0 auto 10%;
  }
}
@media screen and (min-width: 761px) {
  .l-overview .l-container__unit .tbl01 a {
    pointer-events: none;
    text-decoration: none;
  }
}
.l-overview .l-container__unit .map {
  width: 1100px;
  height: 400px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 760px) {
  .l-overview .l-container__unit .map {
    width: 90%;
    height: 50vw;
    margin: 0 auto 15%;
  }
}
.l-overview .l-container__unit .map iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.l-overview .l-container__unit .design {
  text-align: center;
}
.l-overview .l-container__unit .design__title {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 4px;
  margin-bottom: 15px;
  color: #0f38a7;
  font-family: bilo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .l-overview .l-container__unit .design__title {
    font-size: 11vw;
    margin-bottom: 3%;
    letter-spacing: 0;
  }
}
.l-overview .l-container__unit .design__text {
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .l-overview .l-container__unit .design__text {
    margin: 0 auto 8%;
    line-height: 1.6;
    text-align: left;
    font-size: 4vw;
    width: 90%;
  }
}
.l-overview .l-container__unit .design__gallery {
  margin-bottom: 60px;
}
@media screen and (max-width: 760px) {
  .l-overview .l-container__unit .design__gallery {
    margin-bottom: 10%;
  }
}
.l-overview .l-container__unit .design__gallery li {
  margin-right: 10px;
}
.l-overview .l-container__unit .design__movie {
  width: 800px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .l-overview .l-container__unit .design__movie {
    width: 90%;
  }
}
.l-overview .l-container__unit .design__movie iframe {
  border: none;
  width: 100%;
  height: 100%;
}

/* ------------------------------------

404

------------------------------------ */
.l-404 .l-section_404 {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 760px) {
  .l-404 .l-section_404 {
    padding: 0 5%;
    margin-bottom: 20%;
  }
}
.l-404 .l-section_404 .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .l-404 .l-section_404 .tit {
    font-size: 5vw;
    margin-bottom: 5%;
  }
}
.l-404 .l-section_404 .section_sub {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .l-404 .l-section_404 .section_sub {
    font-size: 4vw;
    margin-bottom: 10%;
  }
}
.l-404 .l-section_404 .txt {
  font-size: 16px;
}
@media screen and (max-width: 760px) {
  .l-404 .l-section_404 .txt {
    font-size: 4vw;
  }
}

/* ------------------------------------

l-message

------------------------------------ */
.l-message.l-page .list-page__main {
  margin-top: 150px;
  margin-bottom: 250px;
}
@media screen and (max-width: 760px) {
  .l-message.l-page .list-page__main {
    margin-top: 5vw;
    margin-bottom: 0;
  }
}
.l-message.l-page .l-list__bg .inner {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .l-message.l-page .l-list__bg .inner {
    width: 100%;
    top: 15vw;
  }
}
.l-message.l-page .l-list__bg .photo {
  width: 560px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 760px) {
  .l-message.l-page .l-list__bg .photo {
    width: 80%;
    margin-right: 0;
    margin-left: auto;
    opacity: 0.7;
  }
}
.l-message.l-page .l-list__bg .photo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}
.l-message.l-page .l-list.message02 .l-list__bg .photo {
  margin-right: 0;
  margin-left: auto;
}
.l-message.l-page .l-list.message02 .l-list__content {
  margin-right: auto;
  margin-left: 0;
}
.l-message.l-page .l-list__content {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 220px;
}
@media screen and (max-width: 760px) {
  .l-message.l-page .l-list__content {
    width: 100%;
    margin-bottom: 25vw;
  }
}
.l-message.l-page .l-list__header {
  margin-bottom: 120px;
}
@media screen and (max-width: 760px) {
  .l-message.l-page .l-list__header {
    margin-top: -30vw;
    margin-bottom: 12vw;
  }
}
.l-message.l-page .l-list__header .catch {
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 760px) {
  .l-message.l-page .l-list__header .catch {
    font-size: 7.4vw;
    margin-bottom: 4vw;
  }
}
.l-message.l-page .l-list__header .name {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 760px) {
  .l-message.l-page .l-list__header .name {
    font-size: 4.8vw;
  }
}
.l-message.l-page .l-list__header .name span {
  font-size: 15px;
}
.l-message.l-page .l-list__title {
  font-size: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .l-message.l-page .l-list__title {
    font-size: 5.8vw;
  }
}
.l-message.l-page .l-list__text {
  line-height: 2;
}
.l-message.l-page .l-list__photo {
  width: 75vw;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: -20vw;
  position: relative;
  z-index: -1;
}
.l-message.l-page .l-list__photo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50vw;
  background: linear-gradient(rgba(16, 16, 16, 0), #101010);
}

/* ------------------------------------

l-philosophy

------------------------------------ */
.l-philosophy.l-page .bg .inner {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80vw;
  margin: 0 auto;
  opacity: 0.8;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .bg .inner {
    width: 100%;
  }
}
.l-philosophy.l-page .list-page__header {
  padding-top: 28px;
  padding-bottom: 45px;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .list-page__header {
    padding-top: 0;
    padding-bottom: 10vw;
  }
}
.l-philosophy.l-page .list-page__header .photo {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .list-page__header .photo {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .list-page__header .title {
    font-size: 12vw;
  }
}
.l-philosophy.l-page .list-page__main {
  width: 100%;
}
.l-philosophy.l-page .l-contents {
  width: 1200px;
  margin: 0 auto 110px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-contents {
    width: 90%;
    margin-bottom: 15vw;
  }
}
.l-philosophy.l-page .l-contents::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -450px;
  right: -70px;
  width: 670px;
  height: 670px;
  background-image: radial-gradient(#232323, #fff 80%);
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-contents::before {
    top: -80vw;
    right: -30vw;
    width: 100vw;
    height: 100vw;
  }
}
.l-philosophy.l-page .l-contents__title {
  font-size: 57px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-contents__title {
    font-size: 9vw;
    margin-bottom: 4vw;
  }
}
.l-philosophy.l-page .l-contents__text {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-contents__text {
    margin-bottom: 10vw;
    text-align: justify;
  }
}
.l-philosophy.l-page .l-contents__figure {
  width: 520px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-contents__figure {
    width: 94%;
  }
}
.l-philosophy.l-page .l-vision {
  background: #fff;
  color: #101010;
}
.l-philosophy.l-page .l-vision__container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 110px;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-vision__container {
    width: 90%;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
.l-philosophy.l-page .l-vision__header {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-vision__header {
    margin-bottom: 3vw;
  }
}
.l-philosophy.l-page .l-vision__header .title {
  font-size: 40px;
  margin-bottom: 5px;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-vision__header .title {
    font-size: 6vw;
    margin-bottom: 1vw;
  }
}
.l-philosophy.l-page .l-vision__header .subtitle {
  font-size: 18px;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-vision__header .subtitle {
    font-size: 4vw;
  }
}
.l-philosophy.l-page .l-vision__title {
  font-size: 45px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-vision__title {
    font-size: 7vw;
    margin-bottom: 2vw;
  }
}
.l-philosophy.l-page .l-vision__text {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-vision__text {
    margin-bottom: 10vw;
    text-align: justify;
  }
}
.l-philosophy.l-page .l-vision__photo {
  display: flex;
  justify-content: space-between;
}
.l-philosophy.l-page .l-vision__photo .photo {
  width: 48.5%;
}
.l-philosophy.l-page .l-value {
  width: 1200px;
  margin: 110px auto 150px;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-value {
    width: 90%;
    margin-top: 15vw;
    margin-bottom: 15vw;
  }
}
.l-philosophy.l-page .l-value__photo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-value__photo {
    margin-bottom: 10vw;
  }
}
.l-philosophy.l-page .l-value__photo .photo {
  width: 32%;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-value__photo .photo {
    width: 49%;
  }
  .l-philosophy.l-page .l-value__photo .photo:nth-child(3) {
    display: none;
  }
}
.l-philosophy.l-page .l-value__header {
  text-align: center;
  margin-bottom: 10px;
}
.l-philosophy.l-page .l-value__header .title {
  font-size: 40px;
  margin-bottom: 5px;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-value__header .title {
    font-size: 6vw;
    margin-bottom: 1vw;
  }
}
.l-philosophy.l-page .l-value__header .subtitle {
  font-size: 18px;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-value__header .subtitle {
    font-size: 4vw;
  }
}
.l-philosophy.l-page .l-value__title {
  font-size: 45px;
  line-height: 1.5;
  margin-bottom: 95px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-value__title {
    font-size: 7vw;
    margin-bottom: 5vw;
  }
}
.l-philosophy.l-page .l-value__list {
  counter-reset: number 0;
}
.l-philosophy.l-page .l-value__list .title {
  font-size: 28px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-value__list .title {
    font-size: 6vw;
    margin-bottom: 6vw;
  }
}
.l-philosophy.l-page .l-value__list .p-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-value__list .p-item {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.l-philosophy.l-page .l-value__list .p-item__title {
  font-size: 30px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-value__list .p-item__title {
    width: 100%;
    font-size: 5vw;
    padding: 4vw 3vw;
    position: relative;
  }
}
.l-philosophy.l-page .l-value__list .p-item__title::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: block;
  color: rgba(255, 255, 255, 0.24);
  font-size: 40px;
  line-height: 1.3;
  margin-right: 15px;
  font-family: bilo, sans-serif;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-value__list .p-item__title::before {
    font-size: 6.8vw;
    margin-right: 3vw;
  }
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-value__list .p-item__title::after {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    border-right: 1px solid rgba(255, 255, 255, 0.24);
    transform: rotate(45deg);
    cursor: pointer;
    transition: 0.3s;
  }
}
.l-philosophy.l-page .l-value__list .p-item__title .small {
  font-size: 28px;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-value__list .p-item__title .small {
    width: 100%;
    font-size: 4.8vw;
  }
}
.l-philosophy.l-page .l-value__list .p-item .p-item__title.active:after {
  cursor: pointer;
  transform: rotate(45deg) scale(-1, -1);
}
.l-philosophy.l-page .l-value__list .p-item__text {
  width: 727px;
  padding-top: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-value__list .p-item__text {
    width: 100%;
    display: none;
    padding: 0 2vw 8vw;
  }
}
.l-philosophy.l-page .l-value__list .catch {
  font-size: 18px;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 760px) {
  .l-philosophy.l-page .l-value__list .catch {
    font-size: 4.2vw;
    margin-top: 10vw;
  }
}

/* ------------------------------------

l-reason

------------------------------------ */
.l-reason.l-page {
  /*  horizontal
  *---------------------------------------------------------- */
}
.l-reason.l-page .bg .inner {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80vw;
  margin: 0 auto;
  opacity: 0.8;
}
@media screen and (max-width: 760px) {
  .l-reason.l-page .bg .inner {
    width: 100%;
  }
}
.l-reason.l-page .list-page__header {
  padding-top: 100px;
  padding-bottom: 42px;
}
@media screen and (max-width: 760px) {
  .l-reason.l-page .list-page__header {
    padding-top: 15vw;
    padding-bottom: 8vw;
  }
}
.l-reason.l-page .anc_area {
  position: relative;
  z-index: 1000;
}
.l-reason.l-page ul.horizontal {
  margin-bottom: 77px;
  opacity: 1;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 761px) {
  .l-reason.l-page ul.horizontal {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.l-reason.l-page ul.horizontal li {
  display: inline-block;
  margin-right: 10px;
  opacity: 1;
  background: #0f38a7;
  transition: 0.3s;
}
@media screen and (min-width: 761px) {
  .l-reason.l-page ul.horizontal li {
    margin-right: 0;
  }
}
.l-reason.l-page ul.horizontal li a {
  color: #fff;
}
.l-reason.l-page ul.horizontal li:hover {
  background: #808080;
}
.l-reason.l-page ul.horizontal li:last-child {
  margin-right: 0;
}
.l-reason.l-page ul.horizontal li a {
  display: block;
  padding: 22px 74px;
  text-align: center;
}
.l-reason.l-page ul.horizontal li label:hover {
  background: #0f38a7;
  border-radius: 4px;
  color: #FFF;
}
@media screen and (max-width: 760px) {
  .l-reason.l-page ul.horizontal {
    margin-bottom: 15%;
    padding: 0;
    border: none;
  }
  .l-reason.l-page ul.horizontal li {
    display: block;
    float: left;
    width: 49.5%;
    margin: 0 7px;
    opacity: 1;
    margin: 0;
    margin-right: 1%;
    margin-bottom: 1%;
    font-size: 12px;
  }
  .l-reason.l-page ul.horizontal li:nth-child(2n) {
    margin-right: 0;
  }
  .l-reason.l-page ul.horizontal li a {
    padding: 12px 5px;
    font-size: 12px;
  }
}
.l-reason.l-page .l-point {
  margin-bottom: 150px;
}
@media screen and (max-width: 760px) {
  .l-reason.l-page .l-point {
    margin-bottom: 30%;
  }
}
.l-reason.l-page .l-point__list .p-item {
  width: 100%;
  margin-bottom: 80px;
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 760px) {
  .l-reason.l-page .l-point__list .p-item {
    margin-bottom: 18vw;
    margin-top: -20vw;
    padding-top: 20vw;
  }
}
.l-reason.l-page .l-point__list .p-item:nth-child(2n) .p-item__inner {
  flex-direction: row-reverse;
  background: rgba(35, 35, 35, 0.75);
}
.l-reason.l-page .l-point__list .p-item__title {
  font-size: 57px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .l-reason.l-page .l-point__list .p-item__title {
    font-size: 9vw;
    margin-bottom: 5vw;
    line-height: 1.3;
  }
}
.l-reason.l-page .l-point__list .p-item__inner {
  background: rgba(15, 56, 167, 0.6);
  padding: 45px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .l-reason.l-page .l-point__list .p-item__inner {
    width: 100%;
    padding: 7vw 5vw 10vw;
    display: block;
  }
}
.l-reason.l-page .l-point__list .p-item__photo {
  width: 45%;
}
@media screen and (max-width: 760px) {
  .l-reason.l-page .l-point__list .p-item__photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
    min-height: 45vw;
  }
}
.l-reason.l-page .l-point__list .p-item__text {
  width: 50%;
  line-height: 1.8;
}
@media screen and (max-width: 760px) {
  .l-reason.l-page .l-point__list .p-item__text {
    width: 100%;
  }
}
.l-reason.l-page .l-point__list .p-item:nth-child(5) .p-item__inner {
  display: block;
  padding: 35px 45px;
}
@media screen and (max-width: 760px) {
  .l-reason.l-page .l-point__list .p-item:nth-child(5) .p-item__inner {
    padding: 6vw 5vw;
  }
}
.l-reason.l-page .l-point__list .p-item:nth-child(5) .p-item__text {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .l-reason.l-page .l-point__list .p-item:nth-child(5) .p-item__text {
    text-align: justify;
  }
}
.l-reason.l-page .l-point__list .p-item:nth-child(5) .p-item__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.l-reason.l-page .l-point__list .p-item:nth-child(5) .p-item__list li {
  background: rgba(255, 255, 255, 0.12);
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  padding: 15px 0;
}
@media screen and (min-width: 761px) {
  .l-reason.l-page .l-point__list .p-item:nth-child(5) .p-item__list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .l-reason.l-page .l-point__list .p-item:nth-child(5) .p-item__list li {
    font-size: 4vw;
    padding: 3vw 0;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .l-reason.l-page .l-point__list .p-item:nth-child(5) .p-item__list li:nth-child(2n) {
    margin-right: 0;
  }
}

/* ------------------------------------

l-personality

------------------------------------ */
.l-personality.l-page .list-page {
  background: #fff;
}
.l-personality.l-page .list-page__header {
  color: #101010;
  padding-top: 28px;
  padding-bottom: 80px;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .list-page__header {
    padding-top: 0;
    padding-bottom: 10vw;
  }
}
.l-personality.l-page .list-page__header .photo {
  width: 100%;
  height: 410px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .list-page__header .photo {
    height: 50vw;
  }
}
.l-personality.l-page .list-page__header .photo::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 200px;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .list-page__header .photo::before {
    height: 20vw;
  }
}
.l-personality.l-page .list-page__header .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-personality.l-page .list-page__header .title {
  color: #101010;
  margin-top: -65px;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .list-page__header .title {
    margin-top: -10vw;
    font-size: 14vw;
  }
}
.l-personality.l-page .list-page__header .text {
  color: #101010;
}
.l-personality.l-page .list-page__main {
  width: 1440px;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .list-page__main {
    width: 90%;
    margin-bottom: 6%;
  }
}
.l-personality.l-page .l-person__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .l-person__list {
    display: block;
  }
}
.l-personality.l-page .l-person__list .p-item {
  color: #101010;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .l-person__list .p-item {
    margin-bottom: 10vw;
  }
}
.l-personality.l-page .l-person__list .p-item.person01 {
  width: 627px;
  margin-left: 120px;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .l-person__list .p-item.person01 {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
.l-personality.l-page .l-person__list .p-item.person02 {
  width: 483px;
  margin-left: auto;
  margin-right: 120px;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .l-person__list .p-item.person02 {
    width: 100%;
    margin-right: 0;
  }
}
.l-personality.l-page .l-person__list .p-item.person03 {
  width: 447px;
  margin-left: 180px;
  margin-right: auto;
  margin-top: 120px;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .l-person__list .p-item.person03 {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
.l-personality.l-page .l-person__list .p-item.person04 {
  width: 708px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .l-person__list .p-item.person04 {
    width: 100%;
  }
}
.l-personality.l-page .l-person__list .p-item.person05 {
  width: 662px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .l-person__list .p-item.person05 {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
.l-personality.l-page .l-person__list .p-item.person05 .p-item__inner {
  margin-left: 120px;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .l-person__list .p-item.person05 .p-item__inner {
    margin-left: 0;
  }
}
.l-personality.l-page .l-person__list .p-item.person06 {
  width: 519px;
  margin-left: auto;
  margin-right: 120px;
  margin-top: 180px;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .l-person__list .p-item.person06 {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
}
.l-personality.l-page .l-person__list .p-item.person07 {
  width: 854px;
  margin: 100px auto 0;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .l-person__list .p-item.person07 {
    width: 100%;
    margin-top: 0;
  }
}
.l-personality.l-page .l-person__list .p-item__photo {
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .l-person__list .p-item__photo {
    margin-bottom: 5vw;
  }
}
.l-personality.l-page .l-person__list .p-item__title {
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .l-person__list .p-item__title {
    font-size: 6vw;
    margin-bottom: 2vw;
  }
}
.l-personality.l-page .l-person__catch {
  padding-top: 80px;
  text-align: center;
  font-size: 20px;
  color: #101010;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .l-person__catch {
    font-size: 5vw;
    padding-top: 10vw;
  }
}
.l-personality.l-page .list-page__link {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .list-page__link {
    margin-top: 0;
  }
}
.l-personality.l-page .list-page__link ul {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .list-page__link ul {
    width: 90%;
    padding: 10vw 0 10vw;
  }
}
.l-personality.l-page .list-page__link ul li {
  width: 353px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 761px) {
  .l-personality.l-page .list-page__link ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .list-page__link ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .l-personality.l-page .list-page__link ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.l-personality.l-page .list-page__link ul li a {
  display: block;
  font-size: 16px;
  background: #0f38a7;
  transition: 0.3s;
  padding: 32px 25px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-personality.l-page .list-page__link ul li a {
    font-size: 4vw;
    padding: 5.5vw 0;
  }
}
.l-personality.l-page .list-page__link ul li a:hover {
  background: #808080;
  opacity: 1;
}

/* ------------------------------------

l-tour

------------------------------------ */
.l-tour.l-page .list-page__header {
  position: relative;
  padding-top: 36px;
  padding-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .list-page__header {
    padding-top: 1vw;
    padding-bottom: 9vw;
  }
}
.l-tour.l-page .list-page__header .header__bg {
  width: 100vw;
  height: 520px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .list-page__header .header__bg {
    height: 109vw;
  }
}
.l-tour.l-page .list-page__header .header__bg video {
  position: absolute;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-tour.l-page .list-page__header .header__bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #101010;
  opacity: 0.6;
}
.l-tour.l-page .list-page__header .header__container {
  width: 1440px;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .list-page__header .header__container {
    width: 100%;
    top: 15%;
  }
}
.l-tour.l-page .list-page__header .header__container .inner {
  padding-bottom: 0;
}
.l-tour.l-page .list-page__header .header__container .inner:before {
  content: "";
  background-image: url("../images/top/tour_icon.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 55px;
  height: 74px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .list-page__header .header__container .inner:before {
    width: 13vw;
    height: 18vw;
    margin-bottom: 0;
  }
}
.l-tour.l-page .list-page__header .header__container .inner .catch {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 31px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .list-page__header .header__container .inner .catch {
    font-size: 6vw;
    margin-bottom: 0;
  }
}
.l-tour.l-page .list-page__header .header__container .inner .title {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 54px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .list-page__header .header__container .inner .title {
    font-size: 11vw;
    line-height: 1.2;
    letter-spacing: -0.1vw;
  }
}
.l-tour.l-page .list-page__header .header__container .inner .subtitle {
  font-size: 29px;
  text-align: center;
  color: #fff;
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  margin-top: 25px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .list-page__header .header__container .inner .subtitle {
    font-size: 6vw;
    margin-top: 4vw;
  }
}
.l-tour.l-page .list-page__main {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .list-page__main {
    margin-bottom: 10vw;
  }
}
.l-tour.l-page .l-concept__container {
  padding: 100px 0;
  margin: 0 auto 55px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-concept__container {
    font-size: 5vw;
    line-height: 1.8;
    letter-spacing: -0.1vw;
    margin-bottom: 10vw;
    padding: 10vw 0;
  }
}
@media screen and (min-width: 761px) {
  .l-tour.l-page .l-message {
    width: 100%;
    background: url(../tour/images/message.jpg) no-repeat center/cover;
    background-size: 100%;
    position: relative;
    margin-bottom: 110px;
  }
  .l-tour.l-page .l-message::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #101010;
    opacity: 0.4;
  }
}
.l-tour.l-page .l-message__photo {
  width: 100%;
  position: relative;
}
.l-tour.l-page .l-message__photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101010;
  opacity: 0.4;
}
.l-tour.l-page .l-message__inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-message__inner {
    width: 100%;
    text-align: center;
    padding: 8vw 5vw;
    border-bottom: 1px solid #232323;
  }
}
.l-tour.l-page .l-message__inner .title {
  width: 53%;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 25px;
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-size: 34px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-message__inner .title {
    width: 100%;
    font-size: 8vw;
    line-height: 1.4;
    margin-bottom: 3vw;
  }
}
.l-tour.l-page .l-message__inner .text {
  width: 53%;
  margin-right: 0;
  margin-left: auto;
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-message__inner .text {
    width: 100%;
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 4vw;
  }
  .l-tour.l-page .l-message__inner .text.last {
    font-size: 4.8vw;
    line-height: 1.6;
  }
}
.l-tour.l-page .l-message__inner .catch {
  width: 53%;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 2.15;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-message__inner .catch {
    width: 100%;
    font-size: 5.2vw;
    margin-bottom: 5vw;
  }
}
.l-tour.l-page .l-message__inner .catch span {
  background: #fff;
  color: #101010;
  padding: 2px 0 3px 8px;
}
.l-tour.l-page .l-schedule {
  width: 1200px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-schedule {
    width: 90%;
    margin-bottom: 25vw;
  }
}
.l-tour.l-page .l-schedule__header {
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-schedule__header {
    margin-bottom: 8vw;
    padding-top: 13vw;
  }
}
.l-tour.l-page .l-schedule__header .title {
  font-size: 90px;
  letter-spacing: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-schedule__header .title {
    font-size: 13vw;
    letter-spacing: 2vw;
    line-height: 0.95;
    margin-bottom: 2vw;
  }
}
.l-tour.l-page .l-schedule__header .subtitle {
  font-size: 34px;
  margin-bottom: 8px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-schedule__header .subtitle {
    font-size: 7vw;
    margin-bottom: 2vw;
  }
}
.l-tour.l-page .l-schedule__list .p-item {
  margin-bottom: 100px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-schedule__list .p-item {
    margin-bottom: 20vw;
  }
}
.l-tour.l-page .l-schedule__list .p-item:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-schedule__list .p-item:last-child {
    margin-bottom: 0;
  }
}
.l-tour.l-page .l-schedule__list .p-item__photo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-schedule__list .p-item__photo {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
}
.l-tour.l-page .l-schedule__list .p-item__photo .photo {
  width: 32%;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-schedule__list .p-item__photo .photo {
    width: 48.5%;
  }
  .l-tour.l-page .l-schedule__list .p-item__photo .photo:first-child {
    width: 100%;
    margin-bottom: 3%;
  }
}
.l-tour.l-page .l-schedule__list .p-item__agenda {
  display: flex;
  width: 1070px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-schedule__list .p-item__agenda {
    width: 100%;
    display: block;
    position: relative;
    margin-top: -6vw;
  }
}
.l-tour.l-page .l-schedule__list .p-item__agenda .title {
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 30px;
  border-radius: 100px;
  background: #fff;
  color: #101010;
  padding: 22px;
  margin-right: 80px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-schedule__list .p-item__agenda .title {
    width: 25vw;
    height: 25vw;
    font-size: 7.8vw;
    padding: 6vw;
    margin: 0 auto 7vw;
  }
}
.l-tour.l-page .l-schedule__list .p-item__agenda .inner {
  width: 370px;
  border-right: 1px solid #232323;
  margin-right: 70px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-schedule__list .p-item__agenda .inner {
    width: 100%;
    border: none;
  }
}
.l-tour.l-page .l-schedule__list .p-item__agenda .inner:last-child {
  width: 450px;
  border-right: none;
  margin-right: 0;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-schedule__list .p-item__agenda .inner:last-child {
    width: 100%;
  }
}
.l-tour.l-page .l-schedule__list .p-item__agenda .inner dl {
  display: flex;
  margin-bottom: 36px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-schedule__list .p-item__agenda .inner dl {
    margin-bottom: 6vw;
  }
}
.l-tour.l-page .l-schedule__list .p-item__agenda .inner dl dt {
  font-size: 18px;
  width: 85px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-schedule__list .p-item__agenda .inner dl dt {
    font-size: 4.6vw;
    width: 24%;
  }
}
.l-tour.l-page .l-schedule__list .p-item__agenda .inner dl dd {
  font-size: 18px;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-schedule__list .p-item__agenda .inner dl dd {
    font-size: 4.6vw;
    width: 77%;
  }
}
.l-tour.l-page .l-schedule__catch {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .l-schedule__catch {
    font-size: 5.8vw;
  }
}
.l-tour.l-page .list-page__link {
  width: 100%;
  margin-top: 70px;
  background: #1c1c1c;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .list-page__link {
    margin-top: 15vw;
  }
}
.l-tour.l-page .list-page__link ul {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .list-page__link ul {
    width: 90%;
    padding: 10vw 0 7vw;
  }
}
.l-tour.l-page .list-page__link ul li {
  width: 353px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 761px) {
  .l-tour.l-page .list-page__link ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .list-page__link ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .l-tour.l-page .list-page__link ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.l-tour.l-page .list-page__link ul li a {
  display: block;
  font-size: 16px;
  background: #0f38a7;
  transition: 0.3s;
  padding: 32px 25px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-tour.l-page .list-page__link ul li a {
    font-size: 4vw;
    padding: 5.5vw 0;
  }
}
.l-tour.l-page .list-page__link ul li a:hover {
  background: #353535;
  opacity: 1;
}

/* ------------------------------------

l-company

------------------------------------ */
.l-company.l-page .l-profile {
  margin-bottom: 100px;
}
@media screen and (max-width: 760px) {
  .l-company.l-page .l-profile {
    margin-top: -5%;
    margin-bottom: 20%;
  }
}
.l-company.l-page .l-profile__logo {
  width: 200px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 760px) {
  .l-company.l-page .l-profile__logo {
    width: 50%;
    margin-bottom: 5%;
  }
}
.l-company.l-page .l-profile__list {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .l-company.l-page .l-profile__list {
    width: 100%;
    margin: 0 auto;
  }
}
.l-company.l-page .l-profile__list dl {
  display: flex;
  flex-wrap: wrap;
  height: 55px;
}
.l-company.l-page .l-profile__list dl:last-child {
  border-bottom: none;
}
@media screen and (min-width: 761px) {
  .l-company.l-page .l-profile__list dl {
    border-bottom: 3px solid #101010;
  }
}
@media screen and (max-width: 760px) {
  .l-company.l-page .l-profile__list dl {
    height: auto;
    display: block;
  }
}
.l-company.l-page .l-profile__list dl dt {
  text-align: center;
  background: #353535;
}
@media screen and (min-width: 761px) {
  .l-company.l-page .l-profile__list dl dt {
    border-right: 3px solid #101010;
    width: 250px;
    padding: 3.85vw 3.08vw 0 0;
    padding: 15px 12px 0 0;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 760px) {
  .l-company.l-page .l-profile__list dl dt {
    width: 100%;
    text-align: center;
    padding: 2.5vw 0;
  }
}
.l-company.l-page .l-profile__list dl dd {
  background: #232323;
}
@media screen and (min-width: 761px) {
  .l-company.l-page .l-profile__list dl dd {
    width: calc(100% - 250px);
    padding: 15px 0 0 17px;
  }
  .l-company.l-page .l-profile__list dl dd.tel {
    pointer-events: none;
  }
}
@media screen and (max-width: 760px) {
  .l-company.l-page .l-profile__list dl dd {
    width: 100%;
    height: auto;
    padding: 3.6vw 3% 5vw;
    text-align: center;
    background: none;
  }
}
.l-company.l-page .l-history {
  margin-bottom: 150px;
}
@media screen and (max-width: 760px) {
  .l-company.l-page .l-history {
    margin-bottom: 30%;
  }
}
.l-company.l-page .l-history__header {
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 760px) {
  .l-company.l-page .l-history__header {
    padding-bottom: 15%;
  }
}
.l-company.l-page .l-history__header .title {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 760px) {
  .l-company.l-page .l-history__header .title {
    font-size: 7.2vw;
    margin-bottom: 2%;
    letter-spacing: 1px;
    padding: 0 4px;
  }
}
.l-company.l-page .l-history__header .subtitle {
  font-family: bilo, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1px;
  font-size: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .l-company.l-page .l-history__header .subtitle {
    line-height: 0.9;
    font-size: 6vw;
  }
}
.l-company.l-page .l-history__list {
  position: relative;
  margin-bottom: -17px;
}
@media screen and (max-width: 760px) {
  .l-company.l-page .l-history__list {
    margin-bottom: -5vw;
  }
}
.l-company.l-page .l-history__list::before {
  content: "";
  position: absolute;
  top: calc(0% - 40px);
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% + 53px);
  background: #232323;
}
@media screen and (max-width: 760px) {
  .l-company.l-page .l-history__list::before {
    top: calc(0% - 6vw);
    left: 2vw;
    height: calc(100% + 7.7vw);
  }
}
.l-company.l-page .l-history__list dl {
  position: relative;
}
@media screen and (min-width: 761px) {
  .l-company.l-page .l-history__list dl {
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 760px) {
  .l-company.l-page .l-history__list dl {
    padding-left: 8vw;
    margin-bottom: 7vw;
  }
}
.l-company.l-page .l-history__list dl::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #0f38a7;
  border-radius: 50%;
}
@media screen and (max-width: 760px) {
  .l-company.l-page .l-history__list dl::after {
    width: 3vw;
    height: 3vw;
    top: 26%;
    left: 2vw;
  }
}
@media screen and (min-width: 761px) {
  .l-company.l-page .l-history__list dl {
    display: flex;
    align-items: center;
  }
  .l-company.l-page .l-history__list dl:nth-child(odd) {
    text-align: right;
    padding-right: calc(50% + 50px);
    justify-content: flex-end;
  }
  .l-company.l-page .l-history__list dl:nth-child(even) {
    text-align: left;
    padding-left: calc(50% + 42px);
    padding-bottom: 26px;
  }
}
.l-company.l-page .l-history__list dl dt {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 50px;
  font-weight: 500;
  color: #808080;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .l-company.l-page .l-history__list dl dt {
    font-size: 13vw;
  }
}
.l-company.l-page .l-history__list dl dd {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 760px) {
  .l-company.l-page .l-history__list dl dd {
    font-size: 3.8vw;
    padding: 2vw 0 0 0;
  }
}

/* ------------------------------------

l-training

------------------------------------ */
.l-training.l-page .bg .inner {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 95vw;
  margin: 0 auto;
  opacity: 0.8;
}
@media screen and (max-width: 760px) {
  .l-training.l-page .bg .inner {
    width: 100%;
  }
}
.l-training.l-page .list-page__header {
  padding-top: 100px;
  padding-bottom: 42px;
}
@media screen and (max-width: 760px) {
  .l-training.l-page .list-page__header {
    padding-top: 15vw;
    padding-bottom: 8vw;
  }
}
.l-training.l-page .list-page__header .catch {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 9px;
}
@media screen and (max-width: 760px) {
  .l-training.l-page .list-page__header .catch {
    font-size: 5vw;
    margin-bottom: 2%;
    padding: 0 4px;
  }
}
.l-training.l-page .list-page__describe {
  text-align: center;
  margin-bottom: 160px;
}
@media screen and (max-width: 760px) {
  .l-training.l-page .list-page__describe {
    margin-bottom: 20vw;
    margin-top: 2vw;
  }
}
.l-training.l-page .list-page__describe .catch {
  width: 1200px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 760px) {
  .l-training.l-page .list-page__describe .catch {
    font-size: 5vw;
    width: 90%;
  }
}
.l-training.l-page .l-program {
  margin-bottom: 150px;
}
@media screen and (max-width: 760px) {
  .l-training.l-page .l-program {
    margin-bottom: 30%;
  }
}
.l-training.l-page .l-program__list .p-item {
  width: 100%;
  background: #232323;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
@media screen and (max-width: 760px) {
  .l-training.l-page .l-program__list .p-item {
    padding: 6vw 6vw 10vw;
    display: block;
    margin-bottom: 8vw;
  }
}
.l-training.l-page .l-program__list .p-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.l-training.l-page .l-program__list .p-item__photo {
  width: 480px;
}
@media screen and (max-width: 760px) {
  .l-training.l-page .l-program__list .p-item__photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
}
.l-training.l-page .l-program__list .p-item__inner {
  width: 50%;
}
@media screen and (max-width: 760px) {
  .l-training.l-page .l-program__list .p-item__inner {
    width: 100%;
  }
}
.l-training.l-page .l-program__list .p-item__title {
  font-size: 26px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 760px) {
  .l-training.l-page .l-program__list .p-item__title {
    font-size: 5vw;
    margin-bottom: 4vw;
    letter-spacing: -0.8px;
    line-height: 1.3;
    padding-bottom: 4vw;
  }
}
.l-training.l-page .l-program__list .p-item__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #808080;
}
.l-training.l-page .l-program__list .p-item__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  border-bottom: 1px solid #0f38a7;
}

/* ------------------------------------

l-career

------------------------------------ */
.l-career.l-page .list-page__main {
  width: 100%;
}
.l-career.l-page .l-message {
  width: 1200px;
  margin: 33px auto 140px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-message {
    width: 90%;
    margin-bottom: 20vw;
    margin-top: 2vw;
  }
}
.l-career.l-page .l-message__header .title {
  font-size: 33px;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-message__header .title {
    font-size: 7.6vw;
  }
}
.l-career.l-page .l-message__header .subtitle {
  margin-top: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-message__header .subtitle {
    letter-spacing: -0.8px;
    line-height: 1.6;
  }
}
.l-career.l-page .l-message__header .text {
  font-size: 20px;
  margin-top: 12px;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-message__header .text {
    text-align: center;
    font-size: 5vw;
    margin-top: 3%;
  }
}
.l-career.l-page .l-message__list {
  width: 960px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-message__list {
    width: 100%;
    display: block;
    margin-top: 10%;
  }
}
.l-career.l-page .l-message__list ul {
  display: flex;
  flex-wrap: wrap;
}
.l-career.l-page .l-message__list ul li {
  width: 48%;
  font-size: 17px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
  margin-right: 4%;
  border-bottom: 1px solid #353535;
  padding-bottom: 15px;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-message__list ul li {
    font-size: 4.5vw;
    padding-left: 32px;
    width: 100%;
    margin-right: 0;
  }
}
.l-career.l-page .l-message__list ul li:nth-child(2n) {
  margin-right: 0;
}
.l-career.l-page .l-message__list ul li:before {
  content: "";
  position: absolute;
  background: url(../career/images/icon_check.png) no-repeat center;
  background-size: 100%;
  width: 27px;
  height: 27px;
  top: 0;
  left: 15px;
  z-index: 1000;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-message__list ul li:before {
    left: 0;
    top: 0.4vw;
  }
}
.l-career.l-page .l-message__catch {
  font-size: 20px;
  margin-top: 70px;
  line-height: 2.2;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-message__catch {
    font-size: 5vw;
    margin-top: 8vw;
    line-height: 2;
  }
}
.l-career.l-page .l-point {
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-point {
    text-align: justify;
    margin-bottom: 20vw;
  }
}
.l-career.l-page .l-point__container {
  padding: 90px 0;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-point__container {
    padding: 15vw 0;
  }
}
.l-career.l-page .l-point__container:nth-child(odd) {
  background: #fff;
  color: #101010;
}
.l-career.l-page .l-point__title {
  font-size: 33px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 25px;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-point__title {
    text-align: center;
    font-size: 7.2vw;
    padding-bottom: 8%;
  }
}
.l-career.l-page .l-point__title:after {
  content: "";
  display: block;
  text-align: center;
  width: 50px;
  margin: 16px auto 0;
  border-bottom: 1px solid #0f38a7;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-point__title:after {
    width: 20%;
  }
}
.l-career.l-page .l-point__catch {
  width: 1200px;
  margin: 0 auto;
  font-size: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-point__catch {
    width: 90%;
    font-size: 6vw;
    margin-bottom: 2%;
  }
}
.l-career.l-page .l-point__text {
  width: 1200px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 2;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-point__text {
    width: 90%;
    font-size: 15px;
  }
}
.l-career.l-page .l-member {
  width: 1200px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-member {
    width: 90%;
    margin-bottom: 30%;
  }
}
.l-career.l-page .l-member__header {
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-member__header {
    padding-bottom: 8vw;
  }
}
.l-career.l-page .l-member__header .title {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-member__header .title {
    font-size: 7.2vw;
    margin-bottom: 2%;
    letter-spacing: 1px;
    padding: 0 4px;
  }
}
.l-career.l-page .l-member__list .p-item {
  width: 100%;
  background: #232323;
  padding: 59px;
  display: flex;
  margin-bottom: 55px;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-member__list .p-item {
    padding: 6vw 6vw 10vw;
    display: block;
    margin-bottom: 8vw;
  }
}
.l-career.l-page .l-member__list .p-item__photo {
  width: 360px;
  margin-right: 50px;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-member__list .p-item__photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.5vw;
  }
}
.l-career.l-page .l-member__list .p-item__inner {
  width: 670px;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-member__list .p-item__inner {
    width: 100%;
  }
}
.l-career.l-page .l-member__list .p-item__inner .title {
  font-size: 20px;
  position: relative;
  margin-bottom: 8px;
  margin-top: 25px;
  padding-bottom: 5px;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-member__list .p-item__inner .title {
    font-size: 5vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    letter-spacing: -0.8px;
  }
}
.l-career.l-page .l-member__list .p-item__inner .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #808080;
}
.l-career.l-page .l-member__list .p-item__inner .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  border-bottom: 1px solid #0f38a7;
}
.l-career.l-page .l-member__list .p-item__name {
  font-size: 36px;
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-member__list .p-item__name {
    font-size: 7.2vw;
  }
}
@media screen and (max-width: 760px) {
  .l-career.l-page .l-member__list .p-item__message {
    margin-bottom: 8%;
  }
}

/* ------------------------------------

interview index

------------------------------------ */
.l-interview #people-slide {
  display: flex;
  justify-content: flex-start;
  width: 1170px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .l-interview #people-slide {
    width: 90%;
  }
}
.l-interview #people-slide .people-slide__item {
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .l-interview #people-slide .people-slide__item {
    margin-bottom: 10%;
    width: 100%;
  }
}
@media (max-width: 760px) {
  .l-interview #people-slide .people-slide__txt {
    padding: 5vw;
  }
}
@media (max-width: 760px) {
  .l-interview #people-slide .people-slide__txt p {
    font-size: 5.8vw;
  }
}
@media (max-width: 760px) {
  .l-interview #people-slide .people-slide__txt span:nth-of-type(1) {
    font-size: 4.4vw;
  }
}
.l-interview #people-slide .people-slide__txt span:nth-of-type(2) {
  font-size: 1.2rem;
}
@media (max-width: 760px) {
  .l-interview #people-slide .people-slide__txt span:nth-of-type(2) {
    font-size: 3.7vw;
  }
}

/* ------------------------------------

peek

------------------------------------ */
.l-peek .l-section-sub {
  margin-bottom: 34vw;
}
@media (min-width: 761px) {
  .l-peek .l-section-sub {
    margin-bottom: 14em;
  }
}
.l-peek .l-section-sub__container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .l-peek .l-section-sub__container {
    max-width: 100%;
  }
}
.l-peek .l-peek__contents .l-content-text {
  text-align: justify;
}
.l-peek .l-peek__contents:last-child .l-peek__block {
  border-bottom: none;
}
.l-peek .l-peek__block {
  margin-bottom: 15vw;
  padding-bottom: 3.5em;
  border-bottom: 1px solid #555555;
  display: block;
}
@media (min-width: 761px) {
  .l-peek .l-peek__block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.5em;
    align-items: center;
  }
}
.l-peek .l-peek__block.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 760px) {
  .l-peek .l-peek__block .l-peek__image {
    margin-bottom: 6.6vw;
  }
}
@media (min-width: 761px) {
  .l-peek .l-peek__block .l-peek__image {
    width: 46.8%;
  }
}
.l-peek .l-peek__block .l-peek__text {
  font-weight: 400;
}
@media (min-width: 761px) {
  .l-peek .l-peek__block .l-peek__text {
    width: 47.75%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 760px) {
  .l-peek .l-peek__block .l-peek__text .title01 {
    margin-bottom: 0.3em;
  }
}
.l-peek .l-peek__block .l-peek__text .title01 .en {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-size: 2.7rem;
  font-family: bilo, sans-serif;
  color: #0f38a7;
}
@media (max-width: 760px) {
  .l-peek .l-peek__block .l-peek__text .title01 .en {
    font-size: 5vw;
  }
}
.l-peek .l-peek__block .l-peek__text .title01 .ja {
  font-size: 2.8rem;
  margin-top: 0.3em;
  display: inline-block;
}
@media (min-width: 761px) {
  .l-peek .l-peek__block .l-peek__text .title01 .ja {
    font-size: 4.5rem;
  }
}
@media (max-width: 760px) {
  .l-peek .l-peek__block .l-peek__text .title01 .ja {
    margin-top: 0.4em;
  }
}
.l-peek .l-peek__block .l-peek__text .more-btn {
  margin: 10vw auto 0;
}
@media (min-width: 761px) {
  .l-peek .l-peek__block .l-peek__text .more-btn {
    margin: 30px auto 25px 0;
  }
}
.l-peek .l-peek__block .l-peek__text .more-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #101010;
  position: relative;
  color: #fff;
  min-width: 268px;
  height: 50px;
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.l-peek .l-peek__block .l-peek__text .more-btn span:after {
  margin-left: 14px;
  display: block;
  content: "";
  width: 25px;
  height: 5px;
  background: url(../images/cmn/arrow.svg) center/contain no-repeat;
}
@media (max-width: 760px) {
  .l-peek .peek__btn {
    text-align: center;
  }
}

/* ------------------------------------

gallery

------------------------------------ */
.l-gallery .gallery {
  margin-bottom: 196px;
}
@media (max-width: 760px) {
  .l-gallery .gallery {
    margin: 0 5.1282051282vw 25.641025641vw;
  }
}
.l-gallery .gallery__ttl {
  margin-bottom: 62px;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  line-height: 1.7222;
}
@media (max-width: 760px) {
  .l-gallery .gallery__ttl {
    margin-bottom: 9.7435897436vw;
    font-size: 4.6153846154vw;
  }
}
.l-gallery .gallery-list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  gap: 24px;
}
@media (max-width: 760px) {
  .l-gallery .gallery-list {
    gap: 2.5641025641vw;
  }
}
.l-gallery .gallery-list li {
  width: calc((100% - 48px) / 3);
}
@media (max-width: 760px) {
  .l-gallery .gallery-list li {
    width: 48.5%;
  }
}
.l-gallery .gallery-list p {
  margin-top: 10px;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: -0.02em;
}
@media (max-width: 760px) {
  .l-gallery .gallery-list p {
    margin: 1.5384615385vw 0;
    font-size: 4.1025641026vw;
    line-height: 1.3125;
  }
}
.l-gallery h4 {
  text-align: center;
  font-size: 26px;
  margin: 100px auto 30px;
  font-weight: 700;
  color: #0f38a7;
}
@media (max-width: 760px) {
  .l-gallery h4 {
    font-size: 5.6vw;
    margin: 10% auto 5%;
    line-height: 1.4;
  }
}

/* ------------------------------------

recruit

------------------------------------ */
.l-recruit .l-section-sub {
  margin-bottom: 34vw;
}
@media (min-width: 761px) {
  .l-recruit .l-section-sub {
    margin-bottom: 14em;
  }
}
.l-recruit .l-section-sub__container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .l-recruit .l-section-sub__container {
    max-width: 100%;
  }
}
.l-recruit .l-recruit__contents .l-content-text {
  text-align: justify;
}
.l-recruit .l-recruit__contents:last-child .l-recruit__block {
  border-bottom: none;
}
.l-recruit .l-recruit__block {
  margin-bottom: 15vw;
  padding-bottom: 3.5em;
  border-bottom: 1px solid #555555;
  display: block;
}
@media (min-width: 761px) {
  .l-recruit .l-recruit__block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.5em;
    align-items: center;
  }
}
.l-recruit .l-recruit__block.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 760px) {
  .l-recruit .l-recruit__block .l-recruit__image {
    margin-bottom: 6.6vw;
  }
}
@media (min-width: 761px) {
  .l-recruit .l-recruit__block .l-recruit__image {
    width: 46.8%;
  }
}
.l-recruit .l-recruit__block .l-recruit__text {
  font-weight: 400;
}
@media (min-width: 761px) {
  .l-recruit .l-recruit__block .l-recruit__text {
    width: 47.75%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 760px) {
  .l-recruit .l-recruit__block .l-recruit__text .title01 {
    margin-bottom: 0.3em;
  }
}
.l-recruit .l-recruit__block .l-recruit__text .title01 .en {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-size: 2.7rem;
  font-family: bilo, sans-serif;
  color: #0f38a7;
}
@media (max-width: 760px) {
  .l-recruit .l-recruit__block .l-recruit__text .title01 .en {
    font-size: 5vw;
  }
}
.l-recruit .l-recruit__block .l-recruit__text .title01 .ja {
  font-size: 2.8rem;
  margin-top: 0.3em;
  display: inline-block;
}
@media (min-width: 761px) {
  .l-recruit .l-recruit__block .l-recruit__text .title01 .ja {
    font-size: 4.5rem;
  }
}
@media (max-width: 760px) {
  .l-recruit .l-recruit__block .l-recruit__text .title01 .ja {
    margin-top: 0.4em;
  }
}
.l-recruit .l-recruit__block .l-recruit__text .more-btn {
  margin: 10vw auto 0;
}
@media (min-width: 761px) {
  .l-recruit .l-recruit__block .l-recruit__text .more-btn {
    margin: 30px auto 25px 0;
  }
}
.l-recruit .l-recruit__block .l-recruit__text .more-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #101010;
  position: relative;
  color: #fff;
  min-width: 268px;
  height: 50px;
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.l-recruit .l-recruit__block .l-recruit__text .more-btn span:after {
  margin-left: 14px;
  display: block;
  content: "";
  width: 25px;
  height: 5px;
  background: url(../images/cmn/arrow.svg) center/contain no-repeat;
}
@media (max-width: 760px) {
  .l-recruit .recruit__btn {
    text-align: center;
  }
}

/* ------------------------------------

faq

------------------------------------ */
.l-faq .section_qa {
  margin-bottom: 110px;
}
@media (max-width: 760px) {
  .l-faq .section_qa {
    margin-bottom: 13%;
  }
}
.l-faq .section_qa .faq_box {
  border-bottom: 1px solid #bcbcbc;
}
.l-faq .section_qa .faq_box .question {
  box-sizing: border-box;
  max-width: 1120px;
  width: 100%;
  padding: 30px 3% 30px 4.5%;
  display: inline-block;
  text-align: left;
  position: relative;
}
@media (max-width: 760px) {
  .l-faq .section_qa .faq_box .question {
    /* for sp Device Only */
    width: 100%;
    padding: 4vw 7vw 4vw 13vw;
    font-size: 3.8vw;
  }
}
.l-faq .section_qa .faq_box .question::before {
  display: block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-top: solid 2px #0f38a7;
  border-right: solid 2px #0f38a7;
  transform: rotate(135deg) translateY(-50%);
  right: 18px;
  left: auto;
  top: 35%;
  content: "";
  position: absolute;
}
@media (max-width: 760px) {
  .l-faq .section_qa .faq_box .question::before {
    /* for sp Device Only */
    top: 50%;
    right: 1vw;
    width: 2.5vw;
    height: 2.5vw;
    transform: rotate(135deg) translateY(90%);
  }
}
.l-faq .section_qa .faq_box .question.active::before {
  top: 40%;
  transform: rotate(-45deg) translateY(30%);
}
@media (max-width: 760px) {
  .l-faq .section_qa .faq_box .question.active::before {
    top: 50%;
    transform: rotate(-45deg) translateY(-70%);
  }
}
.l-faq .section_qa .faq_box .question::after {
  position: absolute;
  top: 35%;
  left: 1%;
  color: #fff;
  font-size: 16px;
  content: "Q";
  text-align: center;
  width: 29px;
  height: 29px;
  line-height: 25px;
  background: #0f38a7;
  border-radius: 50%;
}
@media (max-width: 760px) {
  .l-faq .section_qa .faq_box .question::after {
    /* for sp Device Only */
    top: 3vw;
    left: 3vw;
  }
}
.l-faq .section_qa .faq_box .question p {
  padding: 0;
  font-size: 2rem;
}
@media (max-width: 760px) {
  .l-faq .section_qa .faq_box .question p {
    /* for sp Device Only */
    padding: 0;
    line-height: 1.4;
    font-size: 4.2vw;
  }
}
.l-faq .section_qa .faq_box .answer {
  box-sizing: border-box;
  max-width: 1120px;
  width: 95%;
  margin-bottom: 40px;
  padding: 18px 30px 18px 45px;
  text-align: left;
  display: inline-block;
  position: relative;
}
@media (max-width: 760px) {
  .l-faq .section_qa .faq_box .answer {
    /* for sp Device Only */
    width: 100%;
    padding: 4vw 5vw 5vw 13vw;
    margin-bottom: 4vw;
    font-size: 3.8vw !important;
  }
}
.l-faq .section_qa .faq_box .answer::before {
  position: absolute;
  top: 14px;
  left: 1%;
  color: #fff;
  font-size: 16px;
  content: "A";
  text-align: center;
  width: 29px;
  height: 29px;
  line-height: 27px;
  background: #808080;
  border-radius: 50%;
}
@media (max-width: 760px) {
  .l-faq .section_qa .faq_box .answer::before {
    /* for sp Device Only */
    top: 3vw;
    left: 3.5vw;
  }
}
.l-faq .section_qa .faq_box .inner {
  display: none;
}
@media (max-width: 760px) {
  .l-faq .section_qa .faq_box .system_article p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }
}

/* ------------------------------------

job

------------------------------------ */
.l-job__wrap {
  position: relative;
  max-width: 1366px;
  margin: 0 auto 174px;
}
@media screen and (max-width: 760px) {
  .l-job__wrap {
    width: 90%;
    margin: 0 auto 20%;
  }
}
.l-job__title {
  font-size: 2.7rem;
  font-weight: bold;
  margin: 76px 0 28px;
  text-align: center;
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 760px) {
  .l-job__title {
    margin: 10% 0 5%;
  }
}
@media (min-width: 761px) {
  .l-job__tab-list ul {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
}
.l-job__tab-list ul li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
@media (max-width: 760px) {
  .l-job__tab-list ul li {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 3%;
  }
}
.l-job__tab-list ul li a {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 17px;
  color: #fff;
  background: #f0bd39;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
}
.l-job__tab-list ul li a span {
  display: block;
  font-size: 24px;
}
@media (max-width: 760px) {
  .l-job__tab-list ul li a span {
    font-size: 5.5vw;
  }
}
.l-job__tab-list ul li a:after {
  position: absolute;
  top: calc(50% + 2px);
  right: 9px;
  transform: translateY(-50%) scale(0.7) rotate(90deg);
  z-index: 1000;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 10px;
  border-style: solid;
  content: "";
  border-color: transparent transparent transparent #fff;
  opacity: 1;
}
@media (min-width: 761px) {
  .l-job__tab-list ul li:last-child {
    margin-right: 0;
  }
}
.l-job .tab-content {
  margin-top: -30px;
  padding-top: 30px;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .l-job .tab-content {
    margin-top: -0.05%;
    padding-top: 0.05%;
    width: 100%;
  }
}
.l-job .tab-content__title {
  width: 100%;
  position: relative;
}
@media (min-width: 761px) {
  .l-job .tab-content__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
    margin: 130px auto 30px;
  }
}
@media (max-width: 760px) {
  .l-job .tab-content__title {
    margin: 20% auto 5%;
    padding-bottom: 6%;
  }
}
.l-job .tab-content__title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
  height: 1px;
  width: 80%;
  background-color: #0f38a7;
  z-index: -1;
}
@media (max-width: 760px) {
  .l-job .tab-content__title:before {
    width: 100%;
  }
}
.l-job .tab-content__title h4 {
  font-size: 3rem;
  font-weight: 600;
  margin-right: 30px;
}
@media (max-width: 760px) {
  .l-job .tab-content__title h4 {
    font-size: 6.4vw;
    margin-right: 0;
    line-height: 1.2;
  }
}
.l-job .tab-content__title__btn a {
  background: #111;
  color: #fff;
  padding: 6px 30px 8px 15px;
  line-height: 1;
  display: block;
  position: relative;
}
@media (max-width: 760px) {
  .l-job .tab-content__title__btn a {
    width: 50%;
    margin-top: 8%;
    font-size: 3.3vw;
  }
}
.l-job .tab-content__title__btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  display: block;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  margin: auto;
  content: "";
  border: 3px solid transparent;
  border-left: 4px solid #fff;
}
.l-job .tab-content__text {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1875;
  margin-bottom: 70px;
}
@media (max-width: 760px) {
  .l-job .tab-content__text {
    margin-bottom: 10%;
  }
}
.l-job .tab-content__unit dl {
  display: flex;
  margin: 0 0 10px;
}
@media (max-width: 760px) {
  .l-job .tab-content__unit dl {
    display: block;
    margin: 0 0 2vw;
  }
}
.l-job .tab-content__unit dl:last-child {
  margin: 0;
}
.l-job .tab-content__unit dl dt, .l-job .tab-content__unit dl dd {
  font-size: 17px;
  font-weight: 500;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 760px) {
  .l-job .tab-content__unit dl dt, .l-job .tab-content__unit dl dd {
    font-size: 3.8vw;
    padding: 4vw;
  }
}
.l-job .tab-content__unit dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  color: #fff;
  background: #0f38a7;
}
@media (max-width: 760px) {
  .l-job .tab-content__unit dl dt {
    width: 100%;
  }
}
.l-job .tab-content__unit dl dd {
  flex: 1;
  background: #fff;
  line-height: 1.8;
}
.l-job .tab-content__unit dl dd .parts {
  margin-top: 15px;
}
@media (min-width: 761px) {
  .l-job .tab-content__tabletitle {
    text-align: center;
    padding-bottom: 30px;
    margin: 130px auto 30px;
  }
}
@media (max-width: 760px) {
  .l-job .tab-content__tabletitle {
    margin: 30% auto 5%;
    padding-bottom: 6%;
  }
}
.l-job .tab-content__tabletitle h4 {
  margin-bottom: 23px;
  text-align: center;
  font-weight: bold;
  font-size: 3.8rem;
  color: #0f38a7;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 760px) {
  .l-job .tab-content__tabletitle h4 {
    margin-bottom: 5.8974358974vw;
    font-size: 29px;
    font-size: 7.4358974359vw;
  }
}
@media (max-width: 760px) {
  .l-job div#tab03 {
    margin-top: -0.04%;
    padding-top: 0.04%;
    width: 100%;
  }
}
.l-job .job-entry__btn {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 760px) {
  .l-job .job-entry__btn {
    margin-top: 5%;
  }
}
.l-job .job-entry__btn a {
  width: 500px;
  margin: 0 auto;
  height: 70px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  border-radius: 50px;
  letter-spacing: 0.02em;
  font-size: 2.2rem;
  font-weight: bold;
  box-sizing: border-box;
  font-family: bilo, sans-serif;
  background: #879bd3;
  background: linear-gradient(90deg, #879bd3 0%, #0f38a7 100%);
  transition: 0.3s;
}
@media (max-width: 760px) {
  .l-job .job-entry__btn a {
    width: 100%;
  }
}
.l-job .job-entry__btn a:hover {
  opacity: 1;
  background: #0f38a7;
  background: linear-gradient(90deg, #0f38a7 0%, #879bd3 100%);
}
.l-job__flow {
  width: 100%;
  background: rgba(240, 189, 56, 0.7);
  padding: 10px 0 120px;
}
@media (max-width: 760px) {
  .l-job__flow {
    padding: 5% 0 15%;
  }
}
.l-job__flow-wrap {
  max-width: 1366px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .l-job__flow-wrap {
    width: 90%;
  }
}
.l-job__flow-body ul li {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 30px;
  margin: 0 0 60px;
}
.l-job__flow-body ul li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 18px 20px 0 20px;
  border-color: #0f38a7 transparent transparent transparent;
}
.l-job__flow-body ul li:last-child {
  margin: 0;
}
.l-job__flow-body ul li:last-child:before {
  content: none;
}
.l-job__flow-body ul .content {
  flex: 1;
  text-align: center;
}
.l-job__flow-body ul .content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0f38a7;
  margin: 0 0 10px;
}
@media (max-width: 760px) {
  .l-job__flow-body ul .content h3 {
    font-size: 5vw;
  }
}
.l-job__flow-body ul .content p {
  font-size: 17px;
  line-height: 2;
}

/* ------------------------------------

crosstalk

------------------------------------ */
.l-crosstalk .cross {
  margin-bottom: 165px;
}
@media (max-width: 760px) {
  .l-crosstalk .cross {
    margin-bottom: 28.2vw;
  }
}
.l-crosstalk .cross__flex {
  margin: 0 auto 94px;
  max-width: 1440px;
}
@media (min-width: 761px) {
  .l-crosstalk .cross__flex {
    display: flex;
    flex-flow: row-reverse;
    align-items: flex-end;
  }
}
@media (max-width: 760px) {
  .l-crosstalk .cross__flex {
    margin: 0 auto 15vw;
  }
}
.l-crosstalk .cross__flex.reverse {
  flex-direction: row;
}
@media (min-width: 761px) {
  .l-crosstalk .cross__img {
    flex: 1;
    max-width: 69.58%;
  }
}
@media (max-width: 760px) {
  .l-crosstalk .cross__img {
    margin-bottom: 6.6vw;
  }
}
@media (min-width: 761px) {
  .l-crosstalk .cross__txt {
    margin: 0 3.125% 44px 7.152%;
  }
}
@media (max-width: 760px) {
  .l-crosstalk .cross__txt {
    text-align: center;
  }
}
.l-crosstalk .cross__txt p {
  font-size: 1.8rem;
  line-height: 1.777;
  letter-spacing: -0.02em;
}
@media (max-width: 760px) {
  .l-crosstalk .cross__txt p {
    font-size: 4.6vw;
  }
}
.l-crosstalk .cross__ttl {
  margin-bottom: 17px;
  font-size: 9.4rem;
  font-weight: bold;
  font-family: bilo, sans-serif;
  color: #0f38a7;
  line-height: 0.8913;
}
@media (max-width: 760px) {
  .l-crosstalk .cross__ttl {
    margin-bottom: 3vw;
    font-size: 12.5vw;
  }
}
.l-crosstalk .cross__catch {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-crosstalk .cross__catch {
    font-size: 5.5vw;
  }
}
.l-crosstalk .cross__btn {
  margin-top: 32px;
}
@media (max-width: 760px) {
  .l-crosstalk .cross__btn {
    margin-top: 5vw;
  }
}

/* ------------------------------------

policy

------------------------------------ */
.l-policy__title {
  font-size: 24px;
  margin-bottom: 30px;
  background: #0f38a7;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
}
@media (max-width: 760px) {
  .l-policy__title {
    font-size: 5vw;
    margin-bottom: 5%;
    padding: 2% 5%;
  }
}
.l-policy__wrap {
  width: 1200px;
  margin: 0 auto;
  line-height: 1.73;
  font-size: 17px;
  margin-bottom: 100px;
}
@media (max-width: 760px) {
  .l-policy__wrap {
    margin-bottom: 20%;
    width: 100%;
  }
}
.l-policy__wrap .post-text {
  margin-bottom: 50px;
}
@media (max-width: 760px) {
  .l-policy__wrap .post-text {
    margin-bottom: 10%;
  }
}
.l-policy__wrap .title {
  font-weight: 600;
  font-size: 19px;
}
.l-policy__wrap h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-policy__wrap h3 {
    margin-bottom: 5%;
    font-size: 5.3vw;
    line-height: 1.4;
  }
}
.l-policy__list {
  margin-bottom: 30px;
}
@media (max-width: 760px) {
  .l-policy__list {
    margin-bottom: 5%;
  }
}
.l-policy__list .text a.link {
  text-decoration: underline;
}
@media (min-width: 761px) {
  .l-policy__list .text a.tel_link {
    pointer-events: none;
  }
}

/* ------------------------------------

l-number

------------------------------------ */
.l-number .list-page {
  padding: 0;
}
.l-number .number__img {
  margin-bottom: 50px;
}
@media (max-width: 760px) {
  .l-number .number__img {
    margin-bottom: 5%;
  }
}
.l-number__inner {
  width: 1200px;
  margin: 0 auto;
  height: 2240px;
  position: relative;
}
@media (max-width: 760px) {
  .l-number__inner {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 761px) {
  .l-number__inner .images {
    position: absolute;
    z-index: 1000;
    content: "";
  }
  .l-number__inner .images.images01 {
    top: 0;
    left: 0;
    width: 100%;
    height: 551px;
  }
  .l-number__inner .images.images02 {
    top: 551px;
    left: 0;
    width: 588px;
    height: 330px;
  }
  .l-number__inner .images.images03 {
    top: 453px;
    right: 0;
    width: 612px;
    height: 328px;
  }
  .l-number__inner .images.images04 {
    top: 881px;
    left: 0;
    width: 100%;
    height: 625px;
  }
  .l-number__inner .images.images05 {
    top: 1506px;
    right: 0;
    width: 100%;
    height: 726px;
  }
}

/* ------------------------------------

l-policy

------------------------------------ */
.l-policy.l-page .list-page__header {
  padding-top: 120px;
  margin-top: -60px;
}
@media screen and (max-width: 760px) {
  .l-policy.l-page .list-page__header {
    padding-top: 20%;
    margin-top: -10%;
  }
}
.l-policy.l-page .list-page__main.cookie {
  margin-bottom: 150px;
}
@media screen and (max-width: 760px) {
  .l-policy.l-page .list-page__main.cookie {
    margin-bottom: 15%;
  }
}
.l-policy.l-page dl {
  width: 1200px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 760px) {
  .l-policy.l-page dl {
    width: 100%;
    margin: 0 auto 12vw;
  }
}
.l-policy.l-page dt {
  font-size: 18px;
  margin-bottom: 20px;
  background: #232323;
  padding: 9px 0 9px 16px;
  font-weight: 700;
  text-align: left;
  border-left: 4px solid #0f38a7;
}
@media screen and (max-width: 760px) {
  .l-policy.l-page dt {
    font-size: 4.6vw;
    line-height: 1.5;
    border-left: 3px solid #0f38a7;
  }
}
.l-policy.l-page dd {
  margin: 0 0 70px;
  padding: 0 10px;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .l-policy.l-page dd {
    padding: 0;
    margin: 0 0 10%;
    font-size: 3.8vw;
    line-height: 1.8;
  }
}
.l-policy.l-page dd:last-child {
  margin: 0;
}
.l-policy.l-page dd a {
  text-decoration: underline;
}

/* ------------------------------------

entry

------------------------------------ */
@media (min-width: 761px) {
  .l-entry .l-entry-link__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 100px;
  }
}
@media (max-width: 760px) {
  .l-entry .l-entry-link__list {
    margin-bottom: 15vw;
  }
}
.l-entry .l-entry-link__list li {
  width: 450px;
}
@media (max-width: 760px) {
  .l-entry .l-entry-link__list li {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 4vw;
  }
}
.l-entry .l-entry-link__title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 50px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-entry .l-entry-link__title {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
}
.l-entry__navi .l-entry-link__list li {
  width: 360px;
}
@media (max-width: 760px) {
  .l-entry__navi .l-entry-link__list li {
    width: 90%;
  }
}
.l-entry__navi .l-entry-link__list .navi-btn a {
  height: 85px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  letter-spacing: 0.02em;
  font-size: 2.2rem;
  font-weight: bold;
  box-sizing: border-box;
  font-family: bilo, sans-serif;
  background: #879bd3;
  background: linear-gradient(90deg, #879bd3 0%, #0f38a7 100%);
  transition: 0.3s;
}
@media (max-width: 760px) {
  .l-entry__navi .l-entry-link__list .navi-btn a {
    height: 20vw;
  }
}
.l-entry__navi .l-entry-link__list .navi-btn a:hover {
  opacity: 1;
  background: #0f38a7;
  background: linear-gradient(90deg, #0f38a7 0%, #879bd3 100%);
}

/*# sourceMappingURL=page.css.map */
