@charset "UTF-8";
/* Scss Document */
/* Device Width */
/* font family */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Meddon&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

body {
  padding-top: 100px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media only, screen and (max-width: 1028px) {
  body {
    padding-top: 65px;
  }
}

@media print {
  body {
    width: 1366px;
  }

  a[href]:after {
    content: "" !important;
  }
}
* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  outline: none;
  color: #1b3596;
  transition: color 0.3s;
}
a:hover {
  color: #1b3596;
}

.blank {
  color: #000;
}
.blank:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  vertical-align: middle;
  background: url(../img/icn_blank.png) center center/18px auto no-repeat;
  border: solid 1px #cbcbcb;
  border-radius: 100%;
  transition: background 0.3s;
}
.blank:hover:after {
  background: url(../img/icn_blank_w.png) center center/18px auto no-repeat #1b3596;
}

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

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

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

.sp-inline {
  display: none;
}
@media only, screen and (max-width: 768px) {
  .sp-inline {
    display: inline;
  }
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

/* --------------------------------------------------------------------------------------------------- */
/* Content */
/* --------------------------------------------------------------------------------------------------- */
.content {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .content {
    width: 90%;
  }
}

.box-gray {
  background: #f3f3f3;
}

.box-white {
  background: #fff;
}

/* --------------------------------------------------------------------------------------------------- */
/* Second page */
/* --------------------------------------------------------------------------------------------------- */
body.archive,
body.single-news,
body.workstyle,
body.interview,
body.page-template-page-guideline,
body.page-template-page-graduate,
body.page-template-page-career,
body.page-template-page-internship,
body.entry {
  padding-top: 250px;
  background: #f3f3f3;
}
@media only, screen and (max-width: 1028px) {
  body.archive,
body.single-news,
body.workstyle,
body.interview,
body.page-template-page-guideline,
body.page-template-page-graduate,
body.page-template-page-career,
body.page-template-page-internship,
body.entry {
    padding-top: 80px;
  }
}
body.archive .guideline,
body.single-news .guideline,
body.workstyle .guideline,
body.interview .guideline,
body.page-template-page-guideline .guideline,
body.page-template-page-graduate .guideline,
body.page-template-page-career .guideline,
body.page-template-page-internship .guideline,
body.entry .guideline {
  margin: 0 auto 80px;
}

/* --------------------------------------------------------------------------------------------------- */
/* Flexbox */
/* --------------------------------------------------------------------------------------------------- */
.flex-box {
  display: flex;
}

.box-fix {
  justify-content: space-between;
}

.wrap {
  flex-wrap: wrap;
}

.reverse {
  flex-direction: row-reverse;
}

.harf {
  width: 48%;
}
@media only, screen and (max-width: 768px) {
  .harf {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------------------------------- */
/* Title */
/* --------------------------------------------------------------------------------------------------- */
.ttl-en01 {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #1b3596;
  letter-spacing: 0.05em;
}
@media only, screen and (max-width: 768px) {
  .ttl-en01 {
    font-size: 26px;
  }
}
.ttl-en01:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px 6px 0;
  background: #1b3596;
  border-radius: 100%;
}

.ttl-en02 {
  font-family: "Meddon", cursive;
  font-size: 9.5168374817vw;
  font-weight: 400;
  line-height: 1.2;
  color: #e9ebf4;
}
@media screen and (min-width: 1367px) {
  .ttl-en02 {
    font-size: 130px;
  }
}
@media only, screen and (max-width: 768px) {
  .ttl-en02 {
    font-size: 52px;
    text-shadow: 0 0 2px #e9ebf4;
  }
}

.ttl01 {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only, screen and (max-width: 768px) {
  .ttl01 {
    font-size: 28px;
  }
}

.ttl02 {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only, screen and (max-width: 768px) {
  .ttl02 {
    font-size: 35px;
  }
}

.ttl03 {
  margin: 0 auto 50px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  letter-sapcing: 0.05em;
}
@media only, screen and (max-width: 768px) {
  .ttl03 {
    margin: 0 auto 30px;
    font-size: 30px;
  }
}
.ttl03 span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  color: #1b3596;
}
@media only, screen and (max-width: 768px) {
  .ttl03 span {
    font-size: 16px;
  }
}

.ttl04 {
  margin: 0 0 40px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
@media only, screen and (max-width: 768px) {
  .ttl04 {
    font-size: 20px;
  }
}
.ttl04 span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #1b3596;
  letter-spacing: 0.05em;
}

.ttl05 {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only, screen and (max-width: 768px) {
  .ttl05 {
    font-size: 30px;
    line-height: 1.666;
  }
}
.ttl05 span {
  padding: 0;
  background-image: linear-gradient(0deg, #dde1ef 15px, transparent 15px);
  background-repeat: no-repeat;
  background-position: left bottom 5px;
  background-size: 100% 50%;
}
@media only, screen and (max-width: 768px) {
  .ttl05 span {
    padding: 0;
    background-position: left bottom;
  }
}

.ttl06 {
  font-size: 22px;
  font-weight: 300;
  line-height: 2;
  color: #1b3596;
  letter-spacing: 0.05em;
}
@media only, screen and (max-width: 768px) {
  .ttl06 {
    font-size: 20px;
    line-height: 1.8;
  }
}

.ttl07 {
  margin: 0 0 60px;
  padding-left: 20px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.76;
  letter-spacing: 0.05em;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .ttl07 {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.ttl07:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto;
  background: #1b3596;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 20px;
}
@media only, screen and (max-width: 768px) {
  .ttl07:before {
    top: 10px;
  }
}

.page-ttl {
  margin: 0 0 200px;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .page-ttl {
    margin: 40px 0 80px;
    font-size: clamp(32px, 9.3333333333vw, 35px);
  }
}
.page-ttl span {
  font-family: "Meddon", cursive;
  font-size: 90px;
  font-weight: 400;
  color: #e5e7f2;
  letter-spacing: 0;
  transform: rotate(-5deg) !important;
  position: absolute;
  left: 110px;
  top: 0;
  z-index: -1;
}
@media only, screen and (max-width: 768px) {
  .page-ttl span {
    font-size: clamp(32px, 10.6666666667vw, 40px);
    text-shadow: 2px 0 0 #e5e7f2;
    left: 16vw;
    top: 25px;
  }
}

/* --------------------------------------------------------------------------------------------------- */
/* Link */
/* --------------------------------------------------------------------------------------------------- */
.link01 {
  padding-right: 60px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.link01:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: auto;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  transform: rotate(45deg);
  z-index: 2;
  transition: border 0.3s;
}
.link01:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #1b3596;
  border: solid 1px #1b3596;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: background 0.3s;
}
.link01:hover:before {
  border-top: solid 1px #1b3596;
  border-right: solid 1px #1b3596;
}
.link01:hover:after {
  background: #fff;
}

.btn-back {
  display: block;
  margin: 0 0 170px;
  padding-left: 60px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .btn-back {
    margin: 0 0 100px;
  }
}
.btn-back:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: auto;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23px;
  transform: rotate(-45deg);
  z-index: 2;
  transition: border 0.3s;
}
.btn-back:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #1b3596;
  border: solid 1px #1b3596;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: background 0.3s;
}
.btn-back:hover:before {
  border-top: solid 1px #1b3596;
  border-left: solid 1px #1b3596;
}
.btn-back:hover:after {
  background: #fff;
}

/* --------------------------------------------------------------------------------------------------- */
/* Banner */
/* --------------------------------------------------------------------------------------------------- */
.bnr-entry {
  justify-content: space-between;
}
@media only, screen and (max-width: 768px) {
  .bnr-entry {
    display: block;
  }
}
.bnr-entry a {
  display: block;
  width: 50%;
  padding: 89px 0 77px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 60px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background: #1b3596;
}
@media only, screen and (max-width: 768px) {
  .bnr-entry a {
    width: 100%;
    padding: 50px 0;
    font-size: 50px;
  }
}
.bnr-entry a span {
  display: block;
}
.bnr-entry a span:first-of-type {
  margin: 20px 0 39px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
@media only, screen and (max-width: 768px) {
  .bnr-entry a span:first-of-type {
    margin: 12px 0 24px;
  }
}
@media screen and (max-width: 320px) {
  .bnr-entry a span:first-of-type {
    font-size: 14px;
  }
}
.bnr-entry a span:last-of-type {
  display: inline-block;
  padding: 0 63px 0 0;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.bnr-entry a span:last-of-type:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: auto;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  transform: rotate(45deg);
  z-index: 2;
  transition: border 0.3s;
}
.bnr-entry a span:last-of-type:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 1px #fff;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: background 0.3s;
}
.bnr-entry a:hover span:last-of-type:before {
  border-top: solid 1px #1b3596;
  border-right: solid 1px #1b3596;
}
.bnr-entry a:hover span:last-of-type:after {
  background: #fff;
}
.bnr-entry p {
  display: block;
  width: 50%;
  padding: 89px 0 77px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 60px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  background: #fa0000;
}
@media only, screen and (max-width: 768px) {
  .bnr-entry p {
    width: 100%;
    padding: 50px 0;
    font-size: 50px;
  }
}
.bnr-entry p span {
  display: block;
}
.bnr-entry p span:first-of-type {
  margin: 20px 0 39px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
@media only, screen and (max-width: 768px) {
  .bnr-entry p span:first-of-type {
    margin: 12px 0 24px;
  }
}
@media screen and (max-width: 320px) {
  .bnr-entry p span:first-of-type {
    font-size: 14px;
  }
}
.bnr-entry p span:last-of-type {
  display: inline-block;
  padding: 0 63px 0 0;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.bnr-entry p span:last-of-type:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: auto;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  transform: rotate(45deg);
  z-index: 2;
  transition: border 0.3s;
}
.bnr-entry p span:last-of-type:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 1px #fff;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: background 0.3s;
}
.bnr-entry p:hover span:last-of-type:before {
  border-top: solid 1px #fa0000;
  border-right: solid 1px #fa0000;
}
.bnr-entry p:hover span:last-of-type:after {
  background: #fff;
}

.bnr-insta {
  max-width: 1000px;
  margin: 0 auto;
  text-decoration: none;
}
@media screen and (min-width: 1367px) {
  .bnr-insta {
    padding: 70px 0;
  }
}
@media only, screen and (max-width: 768px) {
  .bnr-insta {
    max-width: 90%;
  }
}
.bnr-insta a {
  display: flex;
  height: 20.4978038067vw;
  background: url(../img/bnr_insta.jpg) center top/100% auto no-repeat;
  border: solid 10px #1b3596;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}
@media only, screen and (max-width: 768px) {
  .bnr-insta a {
    height: 66.6666666667vw;
    background: url(../img/bnr_insta_sp.jpg) center top/cover;
    border: solid 7px #1b3596;
  }
}
.bnr-insta a img {
  display: block;
  width: 32.2108345534vw;
  margin: 0 auto;
}
@media only, screen and (max-width: 768px) {
  .bnr-insta a img {
    width: 72vw;
  }
}
.bnr-insta p {
  margin: 0 auto 40px;
  text-align: center;
  color: #000;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only, screen and (max-width: 768px) {
  .bnr-insta p {
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.25;
  }
}
.bnr-insta p span {
  padding: 10px 20px 20px;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .bnr-insta p span {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px 20px;
  }
}
.bnr-insta p span:before, .bnr-insta p span:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  margin: auto;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media only, screen and (max-width: 768px) {
  .bnr-insta p span:before, .bnr-insta p span:after {
    height: 56%;
  }
}
.bnr-insta p span:before {
  left: 0;
  transform: rotate(-45deg);
}
.bnr-insta p span:after {
  right: 0;
  transform: rotate(45deg);
}
.bnr-insta:hover {
  color: #000;
}

.guideline .ttl03 {
  margin: 0 auto 50px;
}
@media only, screen and (max-width: 768px) {
  .guideline .ttl03 {
    margin: 0 auto 40px;
  }
}
.guideline .guideline-box {
  margin-bottom: 120px;
}
@media only, screen and (max-width: 1028px) {
  .guideline .guideline-box {
    display: block;
    margin-bottom: 80px;
  }
}
.guideline .guideline-box a {
  display: flex;
  height: 150px;
  align-items: center;
  width: 48.333%;
  padding: 0 40px 0 50px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
@media only, screen and (max-width: 1028px) {
  .guideline .guideline-box a {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 18px;
  }
}
@media only, screen and (max-width: 768px) {
  .guideline .guideline-box a {
    padding: 0 20px;
  }
}
.guideline .guideline-box a:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: auto;
  border-top: solid 1px #1b3596;
  border-right: solid 1px #1b3596;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 63px;
  transform: rotate(45deg);
  z-index: 2;
  transition: border 0.3s;
}
@media only, screen and (max-width: 768px) {
  .guideline .guideline-box a:before {
    width: 10px;
    height: 10px;
    right: 38px;
  }
}
.guideline .guideline-box a:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 1px #cbcbcb;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  transition: background 0.3s;
}
@media only, screen and (max-width: 768px) {
  .guideline .guideline-box a:after {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
.guideline .guideline-box a:hover {
  color: #fff;
  background: #1b3596;
}
.guideline .guideline-box a:hover:before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.guideline .guideline-box a:hover:after {
  border: solid 1px #fff;
}
.guideline .guideline-box a:first-of-type span, .guideline .guideline-box a:last-of-type span {
  padding: 0 0 0 75px;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .guideline .guideline-box a:first-of-type span, .guideline .guideline-box a:last-of-type span {
    padding: 0 0 0 55px;
  }
}
.guideline .guideline-box a:first-of-type span:before, .guideline .guideline-box a:last-of-type span:before {
  content: "";
  display: block;
  width: 55px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media only, screen and (max-width: 768px) {
  .guideline .guideline-box a:first-of-type span:before, .guideline .guideline-box a:last-of-type span:before {
    width: 40px;
    height: 26px;
  }
}
.guideline .guideline-box a:first-of-type span:before {
  background: url(../img/icn_graduate.png) left top/100% auto no-repeat;
}
.guideline .guideline-box a:last-of-type span:before {
  background: url(../img/icn_career.png) left top/100% auto no-repeat;
}
.guideline .guideline-box a:hover:first-of-type span:before {
  background: url(../img/icn_graduate_w.png) left top/100% auto no-repeat;
}
.guideline .guideline-box a:hover:last-of-type span:before {
  background: url(../img/icn_career_w.png) left top/100% auto no-repeat;
}

#entry {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  margin: auto;
  position: fixed;
  left: 0;
  top: 100px;
  z-index: -100;
}
@media only, screen and (max-width: 1028px) {
  #entry {
    top: 60px;
  }
}
#entry:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
}
#entry .entry-box-wrap {
  max-width: 1200px;
  height: 480px;
  margin: auto;
  padding: 50px;
  background: #f3f3f3;
  gap: 0 50px;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only, screen and (max-width: 1028px) {
  #entry .entry-box-wrap {
    height: 72vh;
    padding: 60px 20px 20px;
    overflow-y: scroll;
  }
}
@media only, screen and (max-width: 768px) {
  #entry .entry-box-wrap {
    padding: 40px 20px 20px;
    top: -16vw;
  }
}
#entry .entry-box-wrap .entry-box {
  height: 100%;
}
@media only, screen and (max-width: 1028px) {
  #entry .entry-box-wrap .entry-box {
    height: auto;
    padding: 20px 0 0;
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
@media only, screen and (max-width: 768px) {
  #entry .entry-box-wrap .entry-box {
    padding: 0;
  }
}
#entry .entry-box-wrap .entry-box .close-btn {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media only, screen and (max-width: 1028px) {
  #entry .entry-box-wrap .entry-box .close-btn {
    font-size: 32px;
  }
}
@media only, screen and (max-width: 768px) {
  #entry .entry-box-wrap .entry-box .close-btn {
    top: 0;
  }
}
#entry .entry-box-wrap .entry-box a {
  display: block;
  width: 38.7994143485vw;
  padding: 60px 0 0;
  color: #000;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border: solid 1px #fff;
  position: relative;
  transition: border 0.3s linear;
}
@media only, screen and (max-width: 1028px) {
  #entry .entry-box-wrap .entry-box a {
    width: 100%;
    padding: 25px 0 80px;
  }
}
#entry .entry-box-wrap .entry-box a.bnr-graduate:before, #entry .entry-box-wrap .entry-box a.bnr-graduate:after {
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
}
#entry .entry-box-wrap .entry-box a.bnr-graduate:before {
  width: 20px;
  height: 20px;
  bottom: 67px;
  left: 2px;
  right: 0;
  transition: background 0.3s;
  background: url(../img/icn_blank_br.png) left top/100% auto no-repeat;
  z-index: 1;
}
@media only, screen and (max-width: 1028px) {
  #entry .entry-box-wrap .entry-box a.bnr-graduate:before {
    bottom: 37px;
  }
}
#entry .entry-box-wrap .entry-box a.bnr-graduate:after {
  width: 50px;
  height: 50px;
  background: #fff;
  border: solid 1px #cbcbcb;
  border-radius: 100%;
  bottom: 50px;
  left: 0;
  right: 0;
  transition: background 0.3s;
}
@media only, screen and (max-width: 1028px) {
  #entry .entry-box-wrap .entry-box a.bnr-graduate:after {
    bottom: 20px;
  }
}
#entry .entry-box-wrap .entry-box a.bnr-graduate:hover:before {
  border-top: none;
  border-right: none;
  background: url(../img/icn_blank_w02.png) left top/100% auto no-repeat;
  z-index: 1;
}
#entry .entry-box-wrap .entry-box a.bnr-graduate:hover:after {
  background: #1b3596;
}
#entry .entry-box-wrap .entry-box a.bnr-career:before, #entry .entry-box-wrap .entry-box a.bnr-career:after {
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
}
#entry .entry-box-wrap .entry-box a.bnr-career:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: solid 1px #1b3596;
  border-right: solid 1px #1b3596;
  position: absolute;
  bottom: 68px;
  left: 0;
  right: 7px;
  transform: rotate(45deg);
  z-index: 2;
  transition: border 0.3s;
}
@media only, screen and (max-width: 1028px) {
  #entry .entry-box-wrap .entry-box a.bnr-career:before {
    bottom: 37px;
  }
}
#entry .entry-box-wrap .entry-box a.bnr-career:after {
  width: 50px;
  height: 50px;
  background: #fff;
  border: solid 1px #cbcbcb;
  border-radius: 100%;
  bottom: 50px;
  left: 0;
  right: 0;
  transition: background 0.3s;
}
@media only, screen and (max-width: 1028px) {
  #entry .entry-box-wrap .entry-box a.bnr-career:after {
    bottom: 20px;
  }
}
#entry .entry-box-wrap .entry-box a img {
  display: block;
  width: 55px;
  margin: 0 auto 10px;
}
#entry .entry-box-wrap .entry-box a img.mynavi {
  width: 16.8374816984vw;
  max-width: 230px;
  margin: -20px auto 30px;
}
@media only, screen and (max-width: 1028px) {
  #entry .entry-box-wrap .entry-box a img.mynavi {
    width: 172px;
    margin: -15px auto 20px;
  }
}
#entry .entry-box-wrap .entry-box a p {
  margin: 0 0 40px;
  font-size: 22px;
  font-weight: 500;
}
@media only, screen and (max-width: 1028px) {
  #entry .entry-box-wrap .entry-box a p {
    margin: 0 0 30px;
  }
}
@media only, screen and (max-width: 768px) {
  #entry .entry-box-wrap .entry-box a p {
    font-size: 18px;
  }
}
#entry .entry-box-wrap .entry-box a span {
  display: block;
  font-size: 15px;
}
@media only, screen and (max-width: 768px) {
  #entry .entry-box-wrap .entry-box a span {
    font-size: 14px;
  }
}
#entry .entry-box-wrap .entry-box a:hover {
  border: solid 1px #1b3596;
}
#entry .entry-box-wrap .entry-box a:hover:before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
#entry .entry-box-wrap .entry-box a:hover:after {
  background: #1b3596;
}
#entry .entry-box-wrap .entry-box div {
  display: block;
  width: 38.7994143485vw;
  padding: 60px 0 0;
  color: #000;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border: solid 1px #fff;
  position: relative;
  transition: border 0.3s linear;
}
@media only, screen and (max-width: 1028px) {
  #entry .entry-box-wrap .entry-box div {
    width: 100%;
    padding: 25px 0 80px;
  }
}
#entry .entry-box-wrap .entry-box div img {
  display: block;
  width: 55px;
  margin: 0 auto 10px;
}
#entry .entry-box-wrap .entry-box div img.mynavi {
  width: 16.8374816984vw;
  max-width: 230px;
  margin: -20px auto 30px;
}
@media only, screen and (max-width: 1028px) {
  #entry .entry-box-wrap .entry-box div img.mynavi {
    width: 172px;
    margin: -15px auto 20px;
  }
}
#entry .entry-box-wrap .entry-box div p {
  margin: 0 0 40px;
  font-size: 22px;
  font-weight: 500;
}
@media only, screen and (max-width: 1028px) {
  #entry .entry-box-wrap .entry-box div p {
    margin: 0 0 30px;
  }
}
@media only, screen and (max-width: 768px) {
  #entry .entry-box-wrap .entry-box div p {
    font-size: 18px;
  }
}
#entry .entry-box-wrap .entry-box div span {
  display: block;
  font-size: 15px;
}
@media only, screen and (max-width: 768px) {
  #entry .entry-box-wrap .entry-box div span {
    font-size: 14px;
  }
}
#entry.open {
  opacity: 1;
  z-index: 100;
}

/* --------------------------------------------------------------------------------------------------- */
/* Animation */
/* --------------------------------------------------------------------------------------------------- */
.animTrigger {
  opacity: 0;
}
@media only, screen and (max-width: 768px) {
  .animTrigger {
    opacity: 0;
  }
}

.animFadeup01 {
  animation-name: fadeUpAnime;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateY(100px);
}

.animFadeup02 {
  animation-name: fadeUpAnime;
  animation-duration: 1.75s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateY(100px);
}

.animFadeup {
  animation-name: fadeUpAnime;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateY(100px);
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 20px 0 30px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
@media only, screen and (max-width: 1028px) {
  header {
    height: 65px;
    padding: 0 15px;
  }
}
header .h-logo,
header h1 {
  font-size: 0;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1252px) {
  header .h-logo,
header h1 {
    width: 172px;
  }
}
@media only, screen and (max-width: 1028px) {
  header .h-logo,
header h1 {
    width: 80%;
  }
}
header .h-logo a,
header h1 a {
  display: block;
  color: #000;
  text-decoration: none;
}
header .h-logo a img,
header h1 a img {
  width: 172px;
  margin: 0 12px 0 0;
}
@media only, screen and (max-width: 768px) {
  header .h-logo a img,
header h1 a img {
    width: 35.7333333333vw;
    max-width: 134px;
  }
}
header .h-logo a span,
header h1 a span {
  display: inline-block;
  padding: 4px 0 0;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  vertical-align: top;
}
@media only, screen and (max-width: 768px) {
  header .h-logo a span,
header h1 a span {
    padding: 7px 0 0;
    font-size: 11px;
  }
}
@media only, screen and (max-width: 1028px) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
  align-items: center;
  list-style: none;
}
header nav ul li {
  margin-left: 30px;
}
@media screen and (max-width: 1120px) {
  header nav ul li {
    margin-left: 15px;
  }
}
header nav ul li:first-of-type {
  margin-left: 0;
}
header nav ul li a {
  display: block;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
header nav ul li.h-btn-intern a {
  width: 120px;
  padding: 12px 20px 11px;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #1b3596;
}
header nav ul li.h-btn-entry {
  width: 120px;
  margin-left: 0;
  padding: 12px 20px 11px;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background: #fa0000;
}

.drawer {
  display: none;
  width: 40px;
  height: 10px;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  -webkit-tap-highlight-color: transparent;
  position: fixed;
  top: 28px;
  right: 15px;
}
@media only, screen and (max-width: 1028px) {
  .drawer {
    display: inline-block;
  }
}
.drawer div span {
  position: absolute;
  height: 1px;
  width: 40px;
  margin: auto;
  background: #000;
  left: 0;
  right: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.drawer div span:nth-child(1) {
  top: 0;
}
.drawer div span:nth-child(2) {
  top: 7px;
}

.open .drawer {
  background: transparent;
}
.open .drawer span {
  background: #000;
}
.open .drawer span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.open .drawer span:nth-child(2) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.spNav {
  width: 100%;
  margin: auto;
  padding: 0;
  transition: opacity 0.5s, top 0.3s ease-in-out;
  background-color: #f3f3f3;
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  top: -200vh;
  left: 0;
  z-index: 8;
  overflow-y: scroll;
}
.spNav div {
  width: 100%;
  margin: 0 auto;
}
.spNav ul {
  margin: 0;
  list-style: none;
}
.spNav ul li {
  margin: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: solid 1px #ddd;
}
.spNav ul li:last-of-type {
  border-bottom: none;
}
.spNav ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.spNav ul li a.blank:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 0 0 10px;
  padding: 0;
  background: url(../img/icn_blank_b.png) center center/100% auto no-repeat;
  border: none;
  border-radius: 0;
}
.spNav ul li > ul li {
  padding: 20px 0 0 30px;
  border-bottom: none;
}
.spNav ul li > ul li a:before {
  content: "ー";
  display: inline;
  padding-right: 0.5em;
}
.spNav .flex-box a {
  display: block;
  width: 50%;
  padding: 34px 0 35px;
  font-family: "Jost", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.spNav .flex-box a.sp-btn-intern {
  background: #1b3596;
}
.spNav .flex-box a.sp-btn-entry {
  background: #fa0000;
}
.spNav .flex-box a span {
  display: block;
  margin: 0 0 10px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #fff;
}
.spNav .flex-box p {
  display: block;
  width: 50%;
  padding: 34px 0 35px;
  font-family: "Jost", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.spNav .flex-box p.sp-btn-entry {
  background: #fa0000;
}
.spNav .flex-box p span {
  display: block;
  margin: 0 0 10px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #fff;
}

.open .spNav-box {
  overflow-y: scroll;
}
.open .spNav-box .spNav {
  opacity: 1;
  top: 65px;
  height: 100svh;
  padding-bottom: 65px;
  z-index: 8;
  transition: opacity 0.5s, top 0.3s ease-in-out;
}

footer {
  padding: 80px 0 70px;
  background: #fff;
}
@media screen and (max-width: 998px) {
  footer {
    padding: 60px 0 20px;
  }
}
footer .footer-box {
  display: flex;
  flex-wrap: wrap;
  width: 87.8477306003vw;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 998px) {
  footer .footer-box {
    display: block;
    width: 266px;
  }
}
footer .footer-ttl {
  margin: 0 0 30px;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 998px) {
  footer .footer-ttl {
    display: none;
  }
}
footer .footer-ttl:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 6px 10px 0 0;
  vertical-align: top;
  background: #1b3596;
  border-radius: 100%;
}
footer ul {
  padding-left: 20px;
  list-style: none;
}
footer ul li a {
  color: #000;
  line-height: 2.5;
  text-decoration: none;
}
footer ul li.entry-pop {
  line-height: 2.5;
  text-decoration: none;
  cursor: pointer;
}
footer ul li.entry-pop:hover {
  color: #1b3596;
}

@media screen and (max-width: 998px) {
  .footer-column1 {
    margin-bottom: 40px;
    text-align: center;
  }
}
.footer-column1 img {
  max-width: 220px;
  margin: 0 0 40px;
}
@media screen and (max-width: 998px) {
  .footer-column1 img {
    margin: 0 0 30px;
  }
}
.footer-column1 p {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.footer-column1 address {
  margin: 0 0 80px;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 998px) {
  .footer-column1 address {
    margin: 0 0 10px;
  }
}
.footer-column1 a {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-column2 {
  margin-left: auto;
}
@media screen and (max-width: 998px) {
  .footer-column2 {
    display: none;
  }
}

.footer-column3 {
  margin-left: 6.2957540264vw;
}
@media screen and (min-width: 1367px) {
  .footer-column3 {
    margin-left: 86px;
  }
}
@media screen and (max-width: 1028px) {
  .footer-column3 {
    margin-left: 26px;
  }
}
@media screen and (max-width: 998px) {
  .footer-column3 {
    display: none;
  }
}

.footer-column4 {
  width: 21.2298682284vw;
  max-width: 290px;
  margin-left: 6.588579795vw;
}
@media screen and (min-width: 1367px) {
  .footer-column4 {
    margin-left: 90px;
  }
}
@media screen and (max-width: 1028px) {
  .footer-column4 {
    width: 290px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 998px) {
  .footer-column4 {
    width: inherit;
    margin-left: 0;
    text-align: center;
  }
}
.footer-column4 p {
  margin: 0 0 20px;
}
.footer-column4 p.footer-ttl {
  margin: 0 0 30px;
}
.footer-column4 .btn-inquiry {
  display: block;
  max-width: 248px;
  margin: 0 0 20px;
  padding: 17px 20px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background: #1b3596;
  border: solid 1px #1b3596;
  border-radius: 50px;
  position: relative;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 998px) {
  .footer-column4 .btn-inquiry {
    text-align: left;
  }
}
.footer-column4 .btn-inquiry:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: auto;
  background: url(../img/icn_blank_w.png) left top/100% auto no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transition: background 0.3s;
}
.footer-column4 .btn-inquiry:hover {
  color: #1b3596;
  background: #fff;
}
.footer-column4 .btn-inquiry:hover:after {
  background: url(../img/icn_blank.png) left top/100% auto no-repeat;
}
.footer-column4 .phone-box {
  margin: 0 0 60px;
  align-items: flex-start;
}
@media screen and (max-width: 998px) {
  .footer-column4 .phone-box {
    margin: 0;
    justify-content: center;
  }
}
.footer-column4 .phone-box img {
  width: 40px;
  margin: 0 5px 0 0;
}
@media only, screen and (max-width: 768px) {
  .footer-column4 .phone-box img {
    margin: 3px 10px 0 -8vw;
  }
}
.footer-column4 .phone-box span:first-of-type {
  font-family: "Jost", sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
}
.footer-column4 .phone-box span:last-of-type {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: -7px;
}
@media only, screen and (max-width: 768px) {
  .footer-column4 .phone-box a {
    font-family: "Jost", sans-serif;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #000;
    text-decoration: none;
  }
}

.copyright {
  font-size: 1.0248901903vw;
  color: #878787;
  position: absolute;
  bottom: 15px;
  right: 3.074670571vw;
}
@media screen and (min-width: 1367px) {
  .copyright {
    font-size: 14px;
  }
}
@media screen and (max-width: 998px) {
  .copyright {
    margin: 0;
    font-size: 12px;
    position: static;
  }
}

.home main {
  margin-bottom: -70px;
  position: relative;
  z-index: 1;
}
@media only, screen and (max-width: 768px) {
  .home main {
    margin-bottom: -80vw;
  }
}
.home main picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.home main picture:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
}
.home main .front-copy {
  margin: 0 auto 130px;
  position: absolute;
  top: 9.1508052709vw;
  left: 0;
  right: 0;
  z-index: 2;
}
@media only, screen and (max-width: 768px) {
  .home main .front-copy {
    top: 64vw;
  }
}
.home main .front-copy h2 {
  max-width: 606px;
  margin: 0 0 20px;
  font-size: 65px;
  font-weight: 500;
  color: #fff;
  line-height: 1.23;
  letter-spacing: 0.05em;
}
@media only, screen and (max-width: 768px) {
  .home main .front-copy h2 {
    margin: 0;
    font-size: 30px;
  }
}
.home main .front-copy p {
  max-width: 492px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.03em;
}
.home main .front-news {
  height: 70px;
  margin: 0 auto;
  padding: 21px 30px;
  align-items: center;
  background: url(../img/top/bg_news.png) left top/50% auto;
  position: relative;
  top: -120px;
}
@media screen and (max-width: 1000px) {
  .home main .front-news {
    height: inherit;
    top: 20px;
  }
}
@media only, screen and (max-width: 768px) {
  .home main .front-news {
    flex-wrap: wrap;
    top: 38px;
  }
}
.home main .front-news .swiper {
  width: 920px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .home main .front-news .swiper {
    width: 67.3499267936vw;
  }
}
@media only, screen and (max-width: 768px) {
  .home main .front-news .swiper {
    width: 100%;
    margin: 0 0 20px;
  }
}
.home main .front-news .swiper .swiper-slide {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .home main .front-news .swiper .swiper-slide {
    display: block;
  }
}
.home main .front-news .swiper .swiper-slide span {
  display: inline-block;
  margin: 0 40px 0 0;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #1b3596;
}
@media screen and (max-width: 1000px) {
  .home main .front-news .swiper .swiper-slide span {
    display: block;
  }
}
.home main .front-news .swiper .swiper-slide a {
  display: inline;
  width: inherit;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.home main .front-news .swiper .swiper-slide a:before, .home main .front-news .swiper .swiper-slide a:after {
  content: none;
}
.home main .front-news .btn-prev {
  width: 10px;
  margin: 0 0 0 15px;
  cursor: pointer;
}
@media only, screen and (max-width: 768px) {
  .home main .front-news .btn-prev {
    margin: 0;
  }
}
.home main .front-news .btn-prev img {
  vertical-align: middle;
}
.home main .front-news .btn-next {
  width: 10px;
  margin: 0 0 0 15px;
  cursor: pointer;
}
.home main .front-news .btn-next img {
  vertical-align: middle;
}
.home main .front-news a {
  display: block;
  width: 120px;
  margin: 0 0 0 auto;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  position: relative;
}
.home main .front-news a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  transform: rotate(45deg);
  z-index: 2;
  transition: border 0.3s;
}
@media only, screen and (max-width: 768px) {
  .home main .front-news a:before {
    right: 18px;
  }
}
.home main .front-news a:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #1b3596;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: background 0.3s;
}
@media only, screen and (max-width: 768px) {
  .home main .front-news a:after {
    width: 40px;
    height: 40px;
  }
}
.home main .front-news a:hover:before {
  border-top: solid 1px #1b3596;
  border-right: solid 1px #1b3596;
}
.home main .front-news a:hover:after {
  background: #fff;
}
.home .about {
  margin: 0 auto 120px;
  padding: 120px 0 100px;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .home .about {
    margin: 0 auto 180px;
    padding: 112vw 0 0;
  }
}
.home .about:before {
  content: "";
  display: block;
  width: 69.5461200586vw;
  height: 100%;
  background: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
}
@media only, screen and (max-width: 768px) {
  .home .about:before {
    width: 86%;
    height: 100%;
  }
}
.home .about .about-box {
  max-width: 1366px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media only, screen and (max-width: 768px) {
  .home .about .about-box {
    display: block;
  }
}
.home .about .about-box div {
  max-width: 640px;
  padding: 45px 0 0 88px;
  flex: 1;
}
@media only, screen and (max-width: 768px) {
  .home .about .about-box div {
    width: 90%;
    margin: 0 auto 60px;
    padding: 0 0 0 20px;
  }
}
.home .about .about-box div .ttl-en01 {
  margin-bottom: 65px;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
@media only, screen and (max-width: 768px) {
  .home .about .about-box div .ttl-en01 {
    margin-bottom: 45px;
  }
}
.home .about .about-box div .ttl01 {
  margin-bottom: 30px;
}
.home .about .about-box div p {
  font-size: 22px;
  font-weight: 300;
  line-height: 2;
}
@media only, screen and (max-width: 768px) {
  .home .about .about-box div p {
    font-size: 20px;
  }
}
.home .about .about-box figure {
  max-width: 620px;
  margin: 0 0 0 60px;
  flex: 1;
}
@media only, screen and (max-width: 768px) {
  .home .about .about-box figure {
    width: 90%;
    margin: 0 0 0 auto;
  }
}
.home .company {
  margin: 0 auto 170px;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .home .company {
    display: block;
    margin: 0 auto 100px;
  }
}
.home .company div:first-of-type {
  width: 50%;
}
@media only, screen and (max-width: 768px) {
  .home .company div:first-of-type {
    width: 100%;
  }
}
.home .company div:first-of-type .ttl-en02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only, screen and (max-width: 768px) {
  .home .company div:first-of-type .ttl-en02 {
    top: -100px;
  }
}
@media only, screen and (max-width: 768px) {
  .home .company div:first-of-type .ttl02 {
    margin: 0 0 40px;
  }
}
.home .company div:last-of-type {
  width: 50%;
}
@media only, screen and (max-width: 768px) {
  .home .company div:last-of-type {
    width: 100%;
  }
}
.home .company div:last-of-type p:first-of-type {
  margin: 15px 0 40px;
  font-size: 22px;
  line-height: 2;
}
@media only, screen and (max-width: 768px) {
  .home .company div:last-of-type p:first-of-type {
    margin: 15px 0 30px;
    font-size: 20px;
  }
}
.home .company div:last-of-type p:last-of-type {
  font-size: 15px;
}
.home .business p {
  margin: 0 0 60px;
  font-size: 16px;
}
@media only, screen and (max-width: 768px) {
  .home .business p {
    margin: 0 0 35px;
    text-align: center;
  }
}
.home .business p span {
  font-size: 14px;
  color: #878787;
}
@media only, screen and (max-width: 768px) {
  .home .business p span {
    display: inline-block;
    padding-top: 20px;
  }
}
.home .business .business-list .swiper-wrapper {
  gap: 0 2px;
}
@media only, screen and (max-width: 768px) {
  .home .business .business-list .swiper-wrapper {
    flex-wrap: wrap;
    gap: 1px 0;
  }
}
.home .business .business-list .swiper-slide {
  text-align: center;
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media only, screen and (max-width: 768px) {
  .home .business .business-list .swiper-slide {
    display: block;
    width: 100% !important;
    margin: 0 0 1px;
  }
}
.home .business .business-list .swiper-slide picture:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.3s;
}
.home .business .business-list .swiper-slide p {
  height: 50px;
  margin: auto;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media only, screen and (max-width: 768px) {
  .home .business .business-list .swiper-slide p {
    font-size: 20px;
  }
}
.home .business .business-list .swiper-slide p span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media only, screen and (max-width: 768px) {
  .home .business .business-list .swiper-slide p span {
    padding-top: 0;
  }
}
.home .business .business-list .swiper-slide:hover picture:after {
  background: #1b3596;
  opacity: 0.7;
}
.home .business .business-list .swiper-slide:nth-of-type(3) p {
  line-height: 1.4;
}
@media only, screen and (max-width: 768px) {
  .home .business .business-list .swiper-slide:nth-of-type(3) p {
    line-height: 1.5;
  }
}
.home .job {
  margin: 0 0 160px;
  padding: 150px 0 60px;
  background: #f2f3f9;
}
@media only, screen and (max-width: 768px) {
  .home .job {
    margin: 0 0 80px;
    padding: 100px 0 80px;
  }
}
.home .job .ttl03 {
  margin: 0 auto 50px;
}
.home .job .job-box {
  justify-content: center;
  gap: 0 45px;
}
@media only, screen and (max-width: 1028px) {
  .home .job .job-box {
    gap: 40px 40px;
    flex-wrap: wrap;
  }
}
.home .job .job-box div {
  width: 27.0863836018vw;
  max-width: 370px;
  margin: 0 0 60px;
}
@media screen and (max-width: 1200px) {
  .home .job .job-box div {
    max-width: 29%;
    margin: 0;
  }
}
@media only, screen and (max-width: 768px) {
  .home .job .job-box div {
    max-width: 100%;
    width: 100%;
  }
}
.home .job .job-box div figure {
  margin: 0 0 20px;
}
@media only, screen and (max-width: 768px) {
  .home .job .job-box div figure {
    margin: 0 0 15px;
  }
}
.home .job .job-box div .ttl04 {
  margin: 0 0 15px;
}
@media only, screen and (max-width: 768px) {
  .home .job .job-box div .ttl04 {
    margin: 0 0 10px;
  }
}
.home .message .ttl-en01 {
  margin: 0 0 70px;
}
@media only, screen and (max-width: 768px) {
  .home .message .ttl-en01 {
    margin: 0 0 45px;
  }
}
.home .message .message-box {
  max-width: 1366px;
  margin: 0 auto 230px;
  gap: 0 105px;
}
@media only, screen and (max-width: 768px) {
  .home .message .message-box {
    display: block;
    width: 90%;
    margin: 0 auto 80px;
  }
}
.home .message .message-box figure {
  max-width: 460px;
  flex: 1;
}
@media only, screen and (max-width: 768px) {
  .home .message .message-box figure {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.home .message .message-box div {
  max-width: 720px;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .home .message .message-box div {
    padding: 0 20px 0 0;
  }
}
@media only, screen and (max-width: 768px) {
  .home .message .message-box div {
    padding: 0;
  }
}
.home .message .message-box div .ttl05 {
  margin: -13px 0 40px;
}
@media only, screen and (max-width: 768px) {
  .home .message .message-box div .ttl05 {
    margin: 0 0 20px;
  }
}
.home .message .message-box div .ttl06 {
  margin: 0 0 50px;
}
@media only, screen and (max-width: 768px) {
  .home .message .message-box div .ttl06 {
    margin: 0 0 40px;
  }
}
.home .message .message-box div p {
  margin: 0 0 1em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.05em;
}
.home .message .message-box div p:last-of-type {
  margin: 45px 0 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
@media only, screen and (max-width: 768px) {
  .home .message .message-box div p:last-of-type {
    margin: 15px 0 0;
  }
}
.home .people {
  margin: 0 0 100px;
  padding: 0 0 130px;
  background: #f3f3f3;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .home .people {
    margin: 0 0 10px;
    padding: 125px 0 70px;
  }
}
.home .people .content {
  position: relative;
}
.home .people .content .ttl-en02 {
  position: absolute;
  left: 8.78477306vw;
  top: -100px;
}
@media only, screen and (max-width: 768px) {
  .home .people .content .ttl-en02 {
    font-size: 80px;
    top: -85px;
    left: 0;
  }
}
.home .people .ttl02 {
  margin: 80px;
  position: relative;
  top: -40px;
}
@media only, screen and (max-width: 768px) {
  .home .people .ttl02 {
    margin: 0 0 40px;
  }
}
.home .people .people-wrap {
  overflow-x: hidden;
}
@media only, screen and (max-width: 768px) {
  .home .people .people-wrap {
    padding-left: 20px;
  }
}
.home .people .people-swiper {
  margin: 0;
}
@media only, screen and (max-width: 768px) {
  .home .people .people-swiper {
    margin: 0;
  }
}
.home .people .people-swiper .swiper-slide a {
  display: block;
  width: auto;
  transform: scale(0.85);
  transform-origin: top center;
  transition-delay: 1.5s;
  transition: transform 2s;
  padding: 72px 0 0;
  text-decoration: none;
}
@media only, screen and (max-width: 768px) {
  .home .people .people-swiper .swiper-slide a {
    /*width: 300px;*/
    padding: 0;
    transform: scale(1);
  }
}
.home .people .people-swiper .swiper-slide a figure {
  margin: 0 auto 20px;
}
.home .people .people-swiper .swiper-slide a div {
  margin: 0 auto;
}
.home .people .people-swiper .swiper-slide a div p.cat {
  width: 120px;
  margin: 0 0 11px;
  padding: 1px 0 2px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #1b3596;
}
@media only, screen and (max-width: 768px) {
  .home .people .people-swiper .swiper-slide a div p.cat {
    font-size: 14px;
  }
}
.home .people .people-swiper .swiper-slide a div p.catch {
  margin: 0 0 15px;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
}
@media only, screen and (max-width: 768px) {
  .home .people .people-swiper .swiper-slide a div p.catch {
    font-size: 18px;
  }
}
.home .people .people-swiper .swiper-slide a div p.data {
  font-size: 14px;
  color: #878787;
}
.home .people .people-swiper .swiper-slide-active a {
  min-width: auto;
  transform: scale(1);
  padding: 0;
}
@media only, screen and (max-width: 768px) {
  .home .people .people-swiper .swiper-slide-active a {
    /*min-width: 300px;*/
  }
}
.home .people .people-swiper .swiper-slide-active a figure {
  max-width: 400px;
}
@media only, screen and (max-width: 768px) {
  .home .people .people-swiper .swiper-slide-active a figure {
    max-width: inherit;
  }
}
.home .people .people-swiper .swiper-slide-active a div {
  max-width: 400px;
}
@media only, screen and (max-width: 768px) {
  .home .people .people-swiper .swiper-slide-active a div {
    max-width: inherit;
  }
}
.home .people .people-swiper .swiper-slide-active a div p.catch {
  font-size: 22px;
  color: #000;
}
@media only, screen and (max-width: 768px) {
  .home .people .people-swiper .swiper-slide-active a div p.catch {
    font-size: 18px;
  }
}
.home .people .people-swiper .swiper-slide-active a div p.data {
  font-size: 15px;
}
@media only, screen and (max-width: 768px) {
  .home .people .people-swiper .swiper-slide-active a div p.data {
    font-size: 14px;
  }
}
.home .people .people-swiper .swiper-pagination {
  width: 320px;
  margin: 0 auto 120px;
  right: 0;
}
@media only, screen and (max-width: 768px) {
  .home .people .people-swiper .swiper-pagination {
    width: 90%;
    text-align: left;
    margin: 30px auto 75px;
    position: static;
  }
}
.home .people .people-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #1b3596;
  opacity: 0.2;
}
.home .people .people-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media only, screen and (max-width: 768px) {
  .home .people .people-swiper + .content.txt-r {
    text-align: center;
  }
}
.home .people .link01 {
  position: relative;
  z-index: 1;
}
.home .workstyle {
  position: relative;
}
.home .workstyle .ttl-en02 {
  position: absolute;
  left: -20px;
  top: 0;
}
@media only, screen and (max-width: 768px) {
  .home .workstyle .ttl-en02 {
    font-size: 80px;
    line-height: 1;
    left: 20px;
    TOP: 30PX;
  }
}
.home .workstyle .ttl-en02 span {
  padding-left: 0.25em;
}
@media only, screen and (max-width: 768px) {
  .home .workstyle .ttl-en02 span {
    display: block;
    margin-top: -20px;
    padding-left: 0.75em;
  }
}
.home .workstyle .content {
  position: relative;
  z-index: 1;
}
.home .workstyle .content .ttl02 {
  margin: 0 0 100px;
  padding-top: 80px;
}
.home .workstyle .workstyle-box {
  margin: 0 auto 295px;
  gap: 1px;
}
@media only, screen and (max-width: 1028px) {
  .home .workstyle .workstyle-box {
    margin: 0 auto 180px;
    gap: 1px 0;
  }
}
@media only, screen and (max-width: 768px) {
  .home .workstyle .workstyle-box {
    margin: 0 auto 66.6666666667vw;
    flex-wrap: wrap;
  }
}
.home .workstyle .workstyle-box a {
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
}
.home .workstyle .workstyle-box a picture {
  display: block;
  position: relative;
}
.home .workstyle .workstyle-box a picture:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1b3596;
  mix-blend-mode: multiply;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s;
}
.home .workstyle .workstyle-box a p {
  height: 120px;
  margin: auto;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
}
.home .workstyle .workstyle-box a p img {
  display: block;
  width: 50px;
  margin: 0 auto 5px;
}
@media only, screen and (max-width: 768px) {
  .home .workstyle .workstyle-box a p {
    font-size: 20px;
    top: 8vw;
  }
}
.home .workstyle .workstyle-box a:hover picture:after {
  mix-blend-mode: normal;
  opacity: 0.9;
}
.home .box-gray {
  padding: 0 0 10px;
  background: #f3f3f3;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .home .box-gray {
    padding: 0 0 60px;
  }
}
.home .box-gray .bnr-insta {
  margin: 0 auto;
  position: relative;
  top: -14.2752562225vw;
}
@media only, screen and (max-width: 1028px) {
  .home .box-gray .bnr-insta {
    margin: 0 auto -40px;
  }
}
@media only, screen and (max-width: 768px) {
  .home .box-gray .bnr-insta {
    margin: 0 auto -36.2666666667vw;
    top: -52vw;
  }
}
.home .box-gray .faq-box {
  margin: 0 auto 150px;
}
@media only, screen and (max-width: 768px) {
  .home .box-gray .faq-box {
    display: block;
    margin: 0 auto 100px;
  }
}
@media only, screen and (max-width: 768px) {
  .home .box-gray .faq-box .ttl-en01 {
    margin: 0 0 40px;
  }
}
.home .box-gray .faq-box div {
  width: 65.8857979502vw;
  max-width: 900px;
  border-top: solid 1px #cbcbcb;
}
@media only, screen and (max-width: 768px) {
  .home .box-gray .faq-box div {
    width: 100%;
    max-width: inherit;
  }
}
.home .box-gray .faq-box div dl {
  border-bottom: solid 1px #cbcbcb;
}
.home .box-gray .faq-box div dl dt {
  margin: 0;
  padding: 30px 0 30px 50px;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  cursor: pointer;
}
@media only, screen and (max-width: 768px) {
  .home .box-gray .faq-box div dl dt {
    padding: 20px 0 20px 40px;
    font-size: 16px;
  }
}
.home .box-gray .faq-box div dl dt:before {
  content: "Q";
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #1b3596;
  position: absolute;
  left: 0;
  top: 24px;
}
@media only, screen and (max-width: 768px) {
  .home .box-gray .faq-box div dl dt:before {
    top: 12px;
  }
}
.home .box-gray .faq-box div dl dt span {
  display: block;
  padding: 0 70px 0 0;
  position: relative;
}
.home .box-gray .faq-box div dl dt span:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  margin: auto;
  background: #000;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}
.home .box-gray .faq-box div dl dt span:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  margin: auto;
  background: #000;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  transform: rotate(90deg);
  transform-origin: center center;
  transition: transform 0.3s;
}
.home .box-gray .faq-box div dl dt.open span:after {
  transform: rotate(720deg);
}
.home .box-gray .faq-box div dl dd {
  max-height: 0;
  padding: 0 0 0 50px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  transition: max-height 0.3s, padding 0.5s;
  overflow: hidden;
}
@media only, screen and (max-width: 768px) {
  .home .box-gray .faq-box div dl dd {
    padding: 0 0 0 40px;
    font-size: 14px;
  }
}
.home .box-gray .faq-box div dl dd:before {
  content: "A";
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #fa0000;
  position: absolute;
  left: 0;
  top: -5px;
}
.home .box-gray .faq-box div dl dt.open + dd {
  max-height: 100vh;
  padding: 0 0 30px 50px;
}
@media only, screen and (max-width: 768px) {
  .home .box-gray .faq-box div dl dt.open + dd {
    padding: 0 0 20px 40px;
  }
}
.home .business-detail {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  margin: auto;
  position: fixed;
  left: 0;
  top: 100px;
  z-index: -1;
}
.home .business-detail:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
}
.home .business-detail .business-detail-box {
  width: 65.8857979502vw;
  max-width: 900px;
  margin: auto;
  padding: 60px 60px 30px;
  background: #f3f3f3;
  overflow-x: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media only, screen and (max-width: 1028px) {
  .home .business-detail .business-detail-box {
    width: 90%;
    max-width: inherit;
    padding: 60px 20px;
    top: 52%;
  }
}
@media only, screen and (max-width: 768px) {
  .home .business-detail .business-detail-box {
    height: auto;
    padding: 60px 20px 30px;
    top: 57%;
  }
}
@media screen and (max-width: 375px) {
  .home .business-detail .business-detail-box {
    height: 90vh;
  }
}
.home .business-detail .business-detail-box .business-slider {
  width: 100%;
  position: relative;
  list-style: none;
  z-index: 1;
}
.home .business-detail .business-detail-box .flex-box {
  padding: 0 0 100px;
  gap: 0 30px;
}
@media only, screen and (max-width: 768px) {
  .home .business-detail .business-detail-box .flex-box {
    padding: 0 0 55px;
    flex-wrap: wrap;
    gap: 15px 0;
  }
}
.home .business-detail .business-detail-box .flex-box figure {
  width: 350px;
}
@media only, screen and (max-width: 768px) {
  .home .business-detail .business-detail-box .flex-box figure {
    width: 100%;
  }
}
.home .business-detail .business-detail-box .flex-box > div {
  width: 400px;
}
@media only, screen and (max-width: 768px) {
  .home .business-detail .business-detail-box .flex-box > div {
    width: 100%;
  }
}
.home .business-detail .business-detail-box .flex-box > div .ttl03 {
  margin: 0 0 20px;
  font-size: 22px;
}
.home .business-detail .business-detail-box .flex-box > div .ttl03 span {
  margin: 0 0 10px;
  font-size: 15px;
}
.home .business-detail .business-detail-box .business-button-next,
.home .business-detail .business-detail-box .business-button-prev {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}
.home .business-detail .business-detail-box .business-button-next {
  padding: 0 50px 0 0;
  right: 0;
}
.home .business-detail .business-detail-box .business-button-next:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  bottom: 7px;
  right: 18px;
  transform: rotate(45deg);
  z-index: 2;
  transition: border 0.3s;
}
.home .business-detail .business-detail-box .business-button-next:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  background: #1b3596;
  border: solid 1px #1b3596;
  transition: background 0.3s;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.home .business-detail .business-detail-box .business-button-next:hover:before {
  border-top: solid 1px #1b3596;
  border-right: solid 1px #1b3596;
}
.home .business-detail .business-detail-box .business-button-next:hover:after {
  background: #fff;
}
.home .business-detail .business-detail-box .business-button-prev {
  padding: 0 0 0 50px;
  left: 0;
}
.home .business-detail .business-detail-box .business-button-prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  position: absolute;
  bottom: 7px;
  left: 18px;
  transform: rotate(45deg);
  z-index: 2;
  transition: border 0.3s;
}
.home .business-detail .business-detail-box .business-button-prev:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  background: #1b3596;
  border: solid 1px #1b3596;
  transition: background 0.3s;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.home .business-detail .business-detail-box .business-button-prev:hover:before {
  border-bottom: solid 1px #1b3596;
  border-left: solid 1px #1b3596;
}
.home .business-detail .business-detail-box .business-button-prev:hover:after {
  background: #fff;
}
.home .business-detail .business-detail-box .swiper-pagination {
  width: initial !important;
  left: 45%;
  bottom: 5px;
}
.home .business-detail .business-detail-box .swiper-pagination .swiper-pagination-bullet {
  background: #1b3596;
  opacity: 0.2;
}
.home .business-detail .business-detail-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.home .business-detail .business-detail-box .business-close-btn {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}
@media only, screen and (max-width: 768px) {
  .home .business-detail .business-detail-box .business-close-btn {
    font-size: 32px;
    right: 15px;
    top: 15px;
  }
}
.home .business-detail.open {
  opacity: 1;
  z-index: 5;
}

.news-list-box {
  width: 73.2064421669vw;
  max-width: 1000px;
  margin: 0 auto;
}
@media only, screen and (max-width: 768px) {
  .news-list-box {
    width: 100%;
    max-width: inherit;
  }
}
.news-list-box .news-list {
  list-style: none;
}
.news-list-box .news-list li {
  display: flex;
  margin-bottom: 50px;
  gap: 0 40px;
}
@media only, screen and (max-width: 768px) {
  .news-list-box .news-list li {
    display: block;
    margin-bottom: 40px;
  }
}
.news-list-box .news-list li:last-of-type {
  margin-bottom: 120px;
}
@media only, screen and (max-width: 768px) {
  .news-list-box .news-list li:last-of-type {
    margin-bottom: 60px;
  }
}
.news-list-box .news-list li span {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #1b3596;
}
@media only, screen and (max-width: 768px) {
  .news-list-box .news-list li span {
    display: block;
    margin: 0 0 5px;
  }
}
.news-list-box .news-list li a {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  text-decoration: none;
}
.news-list-box .nav-links {
  display: flex;
  margin-bottom: 150px;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 10px;
}
@media only, screen and (max-width: 768px) {
  .news-list-box .nav-links {
    margin-bottom: 80px;
    gap: 0 5px;
  }
}
.news-list-box .nav-links span, .news-list-box .nav-links a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 20px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
@media only, screen and (max-width: 768px) {
  .news-list-box .nav-links span, .news-list-box .nav-links a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.news-list-box .nav-links span {
  color: #1b3596;
  background: #fff;
  border-radius: 100%;
}
.news-list-box .nav-links a {
  display: block;
  color: #000;
  text-decoration: none;
  border-radius: 100%;
  transition: background 0.3s;
}
.news-list-box .nav-links a:hover {
  background: #fff;
}
.news-list-box .nav-links a.prev, .news-list-box .nav-links a.next {
  background: #1b3596;
  border-radius: 100%;
  text-indent: -9999;
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
}
.news-list-box .nav-links a.prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  right: 0;
}
.news-list-box .nav-links a.prev:hover {
  text-indent: -9999px;
  background: #fff;
}
.news-list-box .nav-links a.prev:hover:before {
  border-top: solid 1px #1b3596;
  border-left: solid 1px #1b3596;
}
.news-list-box .nav-links a.next:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 3px;
}
.news-list-box .nav-links a.next:hover {
  text-indent: -9999px;
  background: #fff;
}
.news-list-box .nav-links a.next:hover:before {
  border-top: solid 1px #1b3596;
  border-right: solid 1px #1b3596;
}
.news-list-box .pagenation {
  margin-bottom: 150px;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 10px;
}
@media only, screen and (max-width: 768px) {
  .news-list-box .pagenation {
    margin-bottom: 80px;
    gap: 0 5px;
  }
}
.news-list-box .pagenation li {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 0 20px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}
@media only, screen and (max-width: 768px) {
  .news-list-box .pagenation li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.news-list-box .pagenation li a {
  display: block;
  color: #000;
  text-decoration: none;
  border-radius: 100%;
  transition: background 0.3s;
}
.news-list-box .pagenation li a:hover {
  background: #fff;
}
.news-list-box .pagenation li.current {
  color: #1b3596;
  background: #fff;
  border-radius: 100%;
}
.news-list-box .pagenation li.btn-prev, .news-list-box .pagenation li.btn-next {
  background: #1b3596;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
}
.news-list-box .pagenation li.btn-prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  right: 0;
}
.news-list-box .pagenation li.btn-prev:hover {
  background: #fff;
}
.news-list-box .pagenation li.btn-prev:hover:before {
  border-top: solid 1px #1b3596;
  border-left: solid 1px #1b3596;
}
.news-list-box .pagenation li.btn-next:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 3px;
}
.news-list-box .pagenation li.btn-next:hover {
  background: #fff;
}
.news-list-box .pagenation li.btn-next:hover:before {
  border-top: solid 1px #1b3596;
  border-right: solid 1px #1b3596;
}

.news-detail-box {
  margin: 0 auto 40px;
  padding: 120px 100px;
  background: #fff;
}
@media only, screen and (max-width: 768px) {
  .news-detail-box {
    padding: 40px 20px;
  }
}
.news-detail-box h1,
.news-detail-box h2 {
  margin: 0 0 40px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.8;
}
@media only, screen and (max-width: 768px) {
  .news-detail-box h1,
.news-detail-box h2 {
    margin: 0 0 30px;
    font-size: 20px;
  }
}
.news-detail-box h3, .news-detail-box h4, .news-detail-box h5, .news-detail-box h6 {
  margin: 0 0 30px;
  padding-left: 20px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.76;
  letter-spacing: 0.05em;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .news-detail-box h3, .news-detail-box h4, .news-detail-box h5, .news-detail-box h6 {
    font-size: 18px;
  }
}
.news-detail-box h3:before, .news-detail-box h4:before, .news-detail-box h5:before, .news-detail-box h6:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto;
  background: #1b3596;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 20px;
}
@media only, screen and (max-width: 768px) {
  .news-detail-box h3:before, .news-detail-box h4:before, .news-detail-box h5:before, .news-detail-box h6:before {
    top: 12px;
  }
}
.news-detail-box p {
  margin: 0 0 60px;
  line-height: 2;
}
@media only, screen and (max-width: 768px) {
  .news-detail-box p {
    marign: 0 0 40px;
  }
}
.news-detail-box p.date {
  margin: 0 0 80px;
  font-size: 15px;
  color: #1b3596;
}
@media only, screen and (max-width: 768px) {
  .news-detail-box p.date {
    margin: 0 0 40px;
  }
}
.news-detail-box .flex-box,
.news-detail-box .wp-block-column {
  margin: 0 0 80px;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 768px) {
  .news-detail-box .flex-box,
.news-detail-box .wp-block-column {
    margin: 0;
    gap: 0;
  }
}
@media only, screen and (max-width: 768px) {
  .news-detail-box .is-layout-flex {
    gap: 0;
  }
}
.news-detail-box .align-c,
.news-detail-box .aligncenter {
  text-align: center;
}
.news-detail-box .align-c img,
.news-detail-box .aligncenter img {
  max-width: 700px;
}

.workstyle .kv {
  margin: 0;
  position: relative;
}
.workstyle .kv .kv-txt {
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.workstyle .kv .kv-txt:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, black, rgba(255, 255, 255, 0));
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
.workstyle .kv .kv-txt .flex-box {
  max-width: 87.8477306003vw;
  height: 35.1390922401vw;
  flex-wrap: wrap;
  align-content: center;
  gap: 60px 0;
}
@media only, screen and (max-width: 768px) {
  .workstyle .kv .kv-txt .flex-box {
    height: 106.6666666667vw;
    padding-bottom: 30px;
    gap: 15px 0;
    align-content: flex-end;
  }
}
.workstyle .kv .kv-txt .kv-txt-catch {
  width: 100%;
  margin: 0;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
@media only, screen and (max-width: 768px) {
  .workstyle .kv .kv-txt .kv-txt-catch {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
  }
}
.workstyle .kv .kv-txt .kv-txt-read {
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
@media only, screen and (max-width: 768px) {
  .workstyle .kv .kv-txt .kv-txt-read {
    font-size: 14px;
    line-height: 1.8;
  }
}
.workstyle .training {
  margin: 0;
  padding: 120px 0;
  background: #f3f3f3;
}
@media only, screen and (max-width: 768px) {
  .workstyle .training {
    padding: 60px 0;
  }
}
.workstyle .training .training-box {
  flex-wrap: wrap;
}
.workstyle .training .training-box div {
  width: 48%;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: solid 1px #cbcbcb;
}
@media only, screen and (max-width: 768px) {
  .workstyle .training .training-box div {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
.workstyle .training .training-box div.noborder {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
@media only, screen and (max-width: 768px) {
  .workstyle .training .training-box div.noborder {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: solid 1px #cbcbcb;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle .training .training-box div.sp-noborder {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
}
.workstyle .training .training-box div h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 500;
  color: #1b3596;
}
@media only, screen and (max-width: 768px) {
  .workstyle .training .training-box div h3 {
    font-size: 20px;
  }
}
.workstyle .training .training-box div p {
  text-align: justify;
}
.workstyle .benefits {
  padding: 120px 0;
}
@media only, screen and (max-width: 768px) {
  .workstyle .benefits {
    padding: 60px 0;
  }
}
.workstyle .benefits .benefits-box {
  margin: 0 0 15px;
  padding: 20px 40px;
  gap: 0 80px;
  align-items: center;
  background: #f2f3f9;
}
@media only, screen and (max-width: 768px) {
  .workstyle .benefits .benefits-box {
    padding: 20px;
    flex-wrap: wrap;
    gap: 0;
  }
}
.workstyle .benefits .benefits-box:last-of-type {
  margin: 0;
}
.workstyle .benefits .benefits-box h3 {
  width: 17.5695461201vw;
  max-width: 240px;
  font-size: 22px;
  font-weight: 500;
}
@media only, screen and (max-width: 768px) {
  .workstyle .benefits .benefits-box h3 {
    width: 100%;
    max-width: inherit;
    margin: 0 0 10px;
    font-size: 20px;
    text-align: center;
  }
}
.workstyle .benefits .benefits-box h3 img {
  display: inline-block;
  width: 50px;
  margin: 0 25px 0 0;
  vertical-align: middle;
}
@media only, screen and (max-width: 768px) {
  .workstyle .benefits .benefits-box h3 img {
    display: block;
    margin: 0 auto 10px;
  }
}
.workstyle .benefits .benefits-box p {
  max-width: 800px;
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}
@media only, screen and (max-width: 768px) {
  .workstyle .benefits .benefits-box p {
    font-size: 14px;
  }
}
.workstyle .benefits .benefits-box ul {
  max-width: 800px;
  list-style: none;
}
.workstyle .benefits .benefits-box ul li {
  margin-left: 0.5em;
}
.workstyle .benefits .benefits-box ul li:before {
  content: "・";
  display: inline-block;
  text-indent: -0.5em;
}
.workstyle .workstyle-read {
  margin: 0 0 100px;
  font-size: 16px;
}
@media only, screen and (max-width: 768px) {
  .workstyle .workstyle-read {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 360px) {
  .workstyle .workstyle-read {
    font-size: 14px;
  }
}
.workstyle .infograph {
  padding: 120px 0;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph {
    padding: 80px 0;
  }
}
.workstyle .infograph .infograph-box {
  margin: 0 0 70px;
}
@media only, screen and (max-width: 768px) {
  .workstyle .infograph .infograph-box {
    margin: 0 0 40px;
  }
}
.workstyle .infograph .infograph-box div {
  padding: 30px;
  position: relative;
  background: #fff;
}
@media only, screen and (max-width: 768px) {
  .workstyle .infograph .infograph-box div {
    padding: 20px 20px 10px;
  }
}
.workstyle .infograph .infograph-box div.item {
  padding: 0;
}
@media only, screen and (max-width: 768px) {
  .workstyle .infograph .infograph-box div.item {
    padding: 0;
  }
}
.workstyle .infograph .infograph-box div p:first-of-type {
  font-size: 22px;
}
@media only, screen and (max-width: 768px) {
  .workstyle .infograph .infograph-box div p:first-of-type {
    font-size: 15px;
  }
}
.workstyle .infograph .infograph-box div p.num {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.workstyle .infograph .infograph-box div p.num span {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.workstyle .infograph .infograph-box div p.att {
  margin: 0;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
@media only, screen and (max-width: 768px) {
  .workstyle .infograph .infograph-box div p.att {
    font-size: 11px;
  }
}
.workstyle .infograph .about-company {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 240px);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-company {
    display: block;
  }
}
.workstyle .infograph .about-company .about-company-graph01 {
  grid-area: 1/1/3/2;
}
.workstyle .infograph .about-company .about-company-graph02 {
  grid-area: 1/2/2/3;
}
.workstyle .infograph .about-company .about-company-graph03 {
  grid-area: 2/2/3/3;
}
.workstyle .infograph .about-company .about-company-graph01 {
  text-align: center;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-company .about-company-graph01 {
    margin: 0 0 20px;
  }
}
.workstyle .infograph .about-company .about-company-graph01 .counter {
  height: 21.6691068814vw;
  margin: 0;
  padding: 10.2489019034vw 0 0;
  background: url(../img/workstyle/icn_info01.png) center bottom/31.9180087848vw auto no-repeat;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-company .about-company-graph01 .counter {
    height: 296px;
    padding: 160px 0 0;
    background: url(../img/workstyle/icn_info01.png) center bottom/436px auto no-repeat;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-company .about-company-graph01 .counter {
    height: inherit;
    margin: 0 0 30px;
    padding: 24.5333333333vw 0 0;
    background: url(../img/workstyle/icn_info01.png) center bottom/69.3333333333vw auto no-repeat;
  }
}
.workstyle .infograph .about-company .about-company-graph01 .counter p.num {
  display: inline-block;
  font-size: 11.7130307467vw;
  color: #fa0000;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-company .about-company-graph01 .counter p.num {
    font-size: 160px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-company .about-company-graph01 .counter p.num {
    font-size: 24.5333333333vw;
  }
}
.workstyle .infograph .about-company .about-company-graph01 .counter span {
  font-size: 35px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-company .about-company-graph01 .counter span {
    font-size: 5.3333333333vw;
  }
}
.workstyle .infograph .about-company .about-company-graph01 p {
  margin: 0 0 30px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-company .about-company-graph01 p {
    margin: 0;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-company .about-company-graph02 {
    margin: 0 0 20px;
  }
}
.workstyle .infograph .about-company .about-company-graph02 p:first-of-type {
  margin: 0 0 20px;
  text-align: center;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-company .about-company-graph02 p:first-of-type {
    margin: 0 0 10px;
  }
}
.workstyle .infograph .about-company .about-company-graph02 .counter {
  width: 33.2357247438vw;
  margin: 0 auto 30px;
  padding: 0;
  text-align: right;
  color: #1b3596;
  background: url(../img/workstyle/icn_info02.png) left top 7px/12.0058565154vw auto no-repeat;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-company .about-company-graph02 .counter {
    width: 454px;
    background: url(../img/workstyle/icn_info02.png) left top 7px/164px auto no-repeat;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-company .about-company-graph02 .counter {
    width: 72.5333333333vw;
    margin: 0 auto 40px;
    background: url(../img/workstyle/icn_info02.png) left top/28.8vw auto no-repeat;
  }
}
.workstyle .infograph .about-company .about-company-graph02 .counter .num {
  display: inline-block;
  font-size: 7.3206442167vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-company .about-company-graph02 .counter .num {
    font-size: 100px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-company .about-company-graph02 .counter .num {
    font-size: 15.4666666667vw;
  }
}
.workstyle .infograph .about-company .about-company-graph02 .counter span {
  font-size: 30px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-company .about-company-graph02 .counter span {
    font-size: 4.5333333333vw;
  }
}
.workstyle .infograph .about-company .about-company-graph03 p:first-of-type {
  margin: 0 0 20px;
  text-align: center;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-company .about-company-graph03 p:first-of-type {
    margin: 0 0 10px;
  }
}
.workstyle .infograph .about-company .about-company-graph03 .counter {
  width: 26.6471449488vw;
  margin: 0 auto 30px;
  padding: 0;
  text-align: right;
  color: #1b3596;
  background: url(../img/workstyle/icn_info02.png) left top 7px/12.0058565154vw auto no-repeat;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-company .about-company-graph03 .counter {
    width: 364px;
    background: url(../img/workstyle/icn_info02.png) left top 7px/164px auto no-repeat;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-company .about-company-graph03 .counter {
    width: 72.5333333333vw;
    margin: 0 auto 40px;
    background: url(../img/workstyle/icn_info02.png) left top/28.8vw auto no-repeat;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle .infograph .about-company .about-company-graph03 .counter {
    width: 58.6666666667vw;
  }
}
.workstyle .infograph .about-company .about-company-graph03 .counter .num {
  display: inline-block;
  font-size: 7.3206442167vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-company .about-company-graph03 .counter .num {
    font-size: 100px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-company .about-company-graph03 .counter .num {
    font-size: 15.4666666667vw;
  }
}
.workstyle .infograph .about-company .about-company-graph03 .counter span {
  font-size: 30px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-company .about-company-graph03 .counter span {
    font-size: 4.5333333333vw;
  }
}
.workstyle .infograph .about-workspace {
  display: grid;
  grid-template-columns: 585px 1fr;
  grid-template-rows: repeat(2, 240px);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-workspace {
    display: block;
  }
}
.workstyle .infograph .about-workspace .about-workspace-graph01 {
  grid-area: 1/1/2/2;
}
.workstyle .infograph .about-workspace .about-workspace-graph02 {
  grid-area: 2/1/3/2;
}
.workstyle .infograph .about-workspace .about-workspace-graph03 {
  grid-area: 1/2/3/3;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-workspace .about-workspace-graph01 {
    margin: 0 0 20px;
  }
}
.workstyle .infograph .about-workspace .about-workspace-graph01 p:first-of-type {
  margin: 0 0 20px;
  text-align: center;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-workspace .about-workspace-graph01 p:first-of-type {
    margin: 0 0 10px;
  }
}
.workstyle .infograph .about-workspace .about-workspace-graph01 .counter {
  width: 23.4260614934vw;
  margin: 0 auto 30px;
  padding: 0;
  text-align: right;
  background: url(../img/workstyle/icn_info03.png) left top 14px/6.588579795vw auto no-repeat;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-workspace .about-workspace-graph01 .counter {
    width: 320px;
    background: url(../img/workstyle/icn_info03.png) left top 14px/90px auto no-repeat;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-workspace .about-workspace-graph01 .counter {
    width: 48vw;
    margin: 0 auto 40px;
    background: url(../img/workstyle/icn_info03.png) left top/13.8666666667vw auto no-repeat;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle .infograph .about-workspace .about-workspace-graph01 .counter {
    background: url(../img/workstyle/icn_info03.png) left top 1.3333333333vw/13.8666666667vw auto no-repeat;
  }
}
.workstyle .infograph .about-workspace .about-workspace-graph01 .counter .num {
  display: inline-block;
  font-size: 8.0527086384vw;
  color: #1b3596;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-workspace .about-workspace-graph01 .counter .num {
    font-size: 110px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-workspace .about-workspace-graph01 .counter .num {
    font-size: 15.4666666667vw;
  }
}
.workstyle .infograph .about-workspace .about-workspace-graph01 .counter span {
  font-size: 30px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-workspace .about-workspace-graph01 .counter span {
    font-size: 4.5333333333vw;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-workspace .about-workspace-graph02 {
    margin: 0 0 20px;
  }
}
.workstyle .infograph .about-workspace .about-workspace-graph02 p:first-of-type {
  margin: 0 0 20px;
  text-align: center;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-workspace .about-workspace-graph02 p:first-of-type {
    margin: 0 0 10px;
  }
}
.workstyle .infograph .about-workspace .about-workspace-graph02 .counter {
  width: 28.5505124451vw;
  margin: 0 auto 30px;
  padding: 0;
  text-align: right;
  color: #1b3596;
  background: url(../img/workstyle/icn_info04.png) left top 10px/6.7349926794vw auto no-repeat;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-workspace .about-workspace-graph02 .counter {
    width: 390px;
    background: url(../img/workstyle/icn_info04.png) left top 16px/92px auto no-repeat;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-workspace .about-workspace-graph02 .counter {
    width: 54.9333333333vw;
    margin: 0 auto 40px;
    background: url(../img/workstyle/icn_info04.png) left top/13.8666666667vw auto no-repeat;
  }
}
.workstyle .infograph .about-workspace .about-workspace-graph02 .counter .num {
  display: inline-block;
  font-size: 8.78477306vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-workspace .about-workspace-graph02 .counter .num {
    font-size: 120px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-workspace .about-workspace-graph02 .counter .num {
    font-size: 15.4666666667vw;
  }
}
.workstyle .infograph .about-workspace .about-workspace-graph02 .counter span {
  font-size: 30px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-workspace .about-workspace-graph02 .counter span {
    font-size: 4.5333333333vw;
  }
}
.workstyle .infograph .about-workspace .about-workspace-graph03 {
  text-align: center;
}
.workstyle .infograph .about-workspace .about-workspace-graph03 p {
  margin: 0 0 30px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-workspace .about-workspace-graph03 p {
    margin: 0;
  }
}
.workstyle .infograph .about-workspace .about-workspace-graph03 p:first-of-type {
  margin: 0 0 10px;
}
.workstyle .infograph .about-workspace .about-workspace-graph03 .counter {
  height: 23.4260614934vw;
  margin: 0;
  padding: 40px 0 0;
  color: #fa0000;
  background: url(../img/workstyle/icn_info05.png) center top/29.4289897511vw auto no-repeat;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-workspace .about-workspace-graph03 .counter {
    height: 320px;
    background: url(../img/workstyle/icn_info05.png) center top/402px auto no-repeat;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-workspace .about-workspace-graph03 .counter {
    height: 51.7333333333vw;
    margin: 0 0 30px;
    padding: 8vw 0 0;
    background: url(../img/workstyle/icn_info05.png) center top/61.8666666667vw auto no-repeat;
  }
}
.workstyle .infograph .about-workspace .about-workspace-graph03 .counter .num {
  display: inline-block;
  font-size: 11.7130307467vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-workspace .about-workspace-graph03 .counter .num {
    font-size: 160px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-workspace .about-workspace-graph03 .counter .num {
    font-size: 24.5333333333vw;
  }
}
.workstyle .infograph .about-workspace .about-workspace-graph03 .counter span {
  font-size: 35px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-workspace .about-workspace-graph03 .counter span {
    font-size: 5.3333333333vw;
  }
}
.workstyle .infograph .about-people01 {
  display: grid;
  grid-template-columns: 580px repeat(2, 280px);
  grid-template-rows: repeat(2, 240px);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  margin: 0 0 30px;
}
@media screen and (max-width: 1200px) {
  .workstyle .infograph .about-people01 {
    grid-template-columns: 1fr repeat(2, 280px);
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
    margin: 0;
  }
}
.workstyle .infograph .about-people01 p {
  text-align: center;
}
.workstyle .infograph .about-people01 .about-people01-graph01 {
  grid-area: 1/1/3/2;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph01 {
    grid-area: 1/1/2/3;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph02 {
  grid-area: 1/2/2/4;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 {
    grid-area: 2/1/3/3;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph03 {
  grid-area: 2/2/3/3;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph03 {
    grid-area: 3/1/4/2;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph04 {
  grid-area: 2/3/3/4;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph04 {
    grid-area: 3/2/4/3;
  }
}
@media screen and (max-width: 1160px) {
  .workstyle .infograph .about-people01 .about-people01-graph01 {
    margin: 0 0 20px;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle .infograph .about-people01 .about-people01-graph01 {
    padding: 20px;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph01 p {
  margin: 0 0 20px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph01 p {
    margin: 0;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph01 .counter {
  padding: 0 0 13.0307467057vw;
  text-align: center;
  background: url(../img/workstyle/icn_info06.png) center bottom/33.0893118594vw auto no-repeat;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people01 .about-people01-graph01 .counter {
    padding-bottom: 178px;
    background: url(../img/workstyle/icn_info06.png) center bottom/452px auto no-repeat;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph01 .counter {
    margin: 0 0 30px;
    padding-bottom: 26.6666666667vw;
    background: url(../img/workstyle/icn_info06.png) center bottom/69.3333333333vw auto no-repeat;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph01 .counter .num {
  display: inline-block;
  font-size: 11.7130307467vw;
  color: #fa0000;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people01 .about-people01-graph01 .counter .num {
    font-size: 160px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph01 .counter .num {
    font-size: 24.5333333333vw;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph01 .counter span {
  padding-bottom: 13.0307467057vw;
  font-size: 2.5622254758vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people01 .about-people01-graph01 .counter span {
    padding-bottom: 178px;
    font-size: 35px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph01 .counter span {
    font-size: 5.3333333333vw;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 {
    margin: 0 0 20px;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph02 p {
  margin: 0 0 30px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 p {
    margin: 0 0 8vw;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat {
  padding: 0;
  justify-content: center;
  gap: 0 30px;
  background: url(../img/workstyle/icn_info07.png) center bottom 30px/35.1390922401vw auto no-repeat;
  position: relative;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat {
    background: url(../img/workstyle/icn_info07.png) center bottom 30px/480px auto no-repeat;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat {
    margin: 0 0 10.6666666667vw;
    gap: 0 5.3333333333vw;
    background: url(../img/workstyle/icn_info07.png) center bottom 5.3333333333vw/73.6vw auto no-repeat;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat p {
  margin: 0 0 20px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat p:first-of-type {
    margin: 0;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item {
  padding: 0;
  background: none;
}
.workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item .counter {
  padding: 0;
  background: none;
}
.workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item .counter .num {
  display: inline-block;
  padding: 0;
  font-size: 3.6603221083vw;
  color: #1b3596;
  position: relative;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item .counter .num {
    font-size: 50px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item .counter .num {
    font-size: 7.4666666667vw;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item .counter span {
  font-size: 1.8301610542vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item .counter span {
    padding-bottom: 178px;
    font-size: 25px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item .counter span {
    font-size: 14px;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item .counter p:last-child {
  margin: 0;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item .counter p:last-child {
    font-size: 12px;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item:first-of-type .counter .num {
  display: inline-block;
  top: -48px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item:first-of-type .counter .num {
    top: -7.4666666667vw;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item:first-of-type .counter span {
  position: relative;
  top: -48px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item:first-of-type .counter span {
    top: -7.4666666667vw;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item:nth-of-type(2) .counter .num {
  display: inline-block;
  top: -19px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item:nth-of-type(2) .counter .num {
    top: -5.0666666667vw;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item:nth-of-type(2) .counter span {
  position: relative;
  top: -19px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item:nth-of-type(2) .counter span {
    top: -5.0666666667vw;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item:nth-of-type(3) .counter .num {
  display: inline-block;
  top: -15px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item:nth-of-type(3) .counter .num {
    top: -4.2666666667vw;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item:nth-of-type(3) .counter span {
  position: relative;
  top: -15px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item:nth-of-type(3) .counter span {
    top: -4.2666666667vw;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item:last-of-type .counter .num {
  display: inline-block;
  top: -36px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item:last-of-type .counter .num {
    top: -7.4666666667vw;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item:last-of-type .counter span {
  position: relative;
  top: -36px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph02 .graph-cat .item:last-of-type .counter span {
    top: -7.4666666667vw;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph03 {
    margin: 0 0 20px;
    padding: 20px 20px 0;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle .infograph .about-people01 .about-people01-graph03 {
    padding: 20px 10px 0;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph03 p.att {
    bottom: 10px;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle .infograph .about-people01 .about-people01-graph03 p.att {
    font-size: 11px;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph03 .counter {
  height: 12.4450951684vw;
  padding: 15px 0 0;
  text-align: center;
  color: #1b3596;
  background: url(../img/workstyle/icn_info08.png) center bottom/9.5168374817vw auto no-repeat;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people01 .about-people01-graph03 .counter {
    height: 170px;
    background: url(../img/workstyle/icn_info08.png) center bottom/130px auto no-repeat;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph03 .counter {
    height: 26.1333333333vw;
    margin: 0;
    background: url(../img/workstyle/icn_info08.png) center bottom/auto 100% no-repeat;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph03 .counter .num {
  display: inline-block;
  font-size: 5.8565153734vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people01 .about-people01-graph03 .counter .num {
    font-size: 80px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph03 .counter .num {
    font-size: 12.2666666667vw;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph03 .counter span {
  font-size: 2.196193265vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people01 .about-people01-graph03 .counter span {
    padding-bottom: 178px;
    font-size: 30px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph03 .counter span {
    padding: 0;
    font-size: 4.5333333333vw;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph04 {
    margin: 0 0 20px;
    padding: 20px 20px 0;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle .infograph .about-people01 .about-people01-graph04 {
    padding: 20px 10px 0;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph04 p.att {
    bottom: 10px;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle .infograph .about-people01 .about-people01-graph04 p.att {
    font-size: 11px;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph04 .counter {
  height: 12.4450951684vw;
  padding: 15px 0 0;
  text-align: center;
  color: #1b3596;
  background: url(../img/workstyle/icn_info08.png) center bottom/9.5168374817vw auto no-repeat;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people01 .about-people01-graph04 .counter {
    height: 170px;
    background: url(../img/workstyle/icn_info08.png) center bottom/130px auto no-repeat;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph04 .counter {
    height: 26.1333333333vw;
    margin: 0;
    background: url(../img/workstyle/icn_info08.png) center bottom/auto 100% no-repeat;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph04 .counter .num {
  display: inline-block;
  font-size: 5.8565153734vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people01 .about-people01-graph04 .counter .num {
    font-size: 80px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph04 .counter .num {
    font-size: 12.2666666667vw;
  }
}
.workstyle .infograph .about-people01 .about-people01-graph04 .counter span {
  padding-bottom: 13.0307467057vw;
  font-size: 2.196193265vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people01 .about-people01-graph04 .counter span {
    padding-bottom: 178px;
    font-size: 30px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people01 .about-people01-graph04 .counter span {
    font-size: 4.5333333333vw;
  }
}
.workstyle .infograph .about-people02 {
  display: grid;
  grid-template-columns: 585px 585px;
  grid-template-rows: repeat(3, 240px);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 {
    display: block;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle .infograph .about-people02 {
    margin: 0;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph01 {
  grid-area: 1/1/2/2;
}
.workstyle .infograph .about-people02 .about-people02-graph02 {
  grid-area: 2/1/3/2;
}
.workstyle .infograph .about-people02 .about-people02-graph03 {
  grid-area: 1/2/3/3;
}
.workstyle .infograph .about-people02 .about-people02-graph04 {
  grid-area: 3/1/4/2;
}
.workstyle .infograph .about-people02 .about-people02-graph05 {
  grid-area: 3/2/4/3;
}
.workstyle .infograph .about-people02 p:first-of-type {
  margin: 0 0 30px;
  text-align: center;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph01 {
    margin: 0 0 20px;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph01 .ratio01 {
  padding: 40px 0 0;
  background: url(../img/workstyle/icn_info09.png) left top/100% auto no-repeat;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph01 .ratio01 {
    padding: 8vw 0 0;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph01 .ratio01 p {
  width: 50%;
}
.workstyle .infograph .about-people02 .about-people02-graph01 .ratio01 .item {
  background: none;
}
.workstyle .infograph .about-people02 .about-people02-graph01 .ratio01 .item .counter {
  padding: 0;
  background: none;
}
.workstyle .infograph .about-people02 .about-people02-graph01 .ratio01 .item .counter .num {
  display: inline-block;
  width: auto;
  font-size: 5.1244509517vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people02 .about-people02-graph01 .ratio01 .item .counter .num {
    font-size: 70px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph01 .ratio01 .item .counter .num {
    font-size: 10.6666666667vw;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph01 .ratio01 .item .counter span {
  font-size: 30px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph01 .ratio01 .item .counter span {
    font-size: 17px;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph01 .ratio01 .item:first-of-type .num {
  text-align: left;
  color: #7b8ac3;
}
.workstyle .infograph .about-people02 .about-people02-graph01 .ratio01 .item:last-of-type .num {
  text-align: right;
  color: #1b3596;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph02 {
    margin: 0 0 20px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph02 p:first-of-type {
    margin: 0 0 2.6666666667vw;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph02 .ratio02 {
  padding: 0;
  background: url(../img/workstyle/icn_info10.png) center center/18.3016105417vw auto no-repeat;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people02 .about-people02-graph02 .ratio02 {
    background: url(../img/workstyle/icn_info10.png) center center/250px auto no-repeat;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph02 .ratio02 {
    margin: 0 0 10.6666666667vw;
    background: url(../img/workstyle/icn_info10.png) center center/38.4vw auto no-repeat;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph02 .ratio02 p {
  margin: 0;
}
.workstyle .infograph .about-people02 .about-people02-graph02 .ratio02 .item {
  background: none;
}
.workstyle .infograph .about-people02 .about-people02-graph02 .ratio02 .item .counter {
  padding: 0;
  background: none;
}
.workstyle .infograph .about-people02 .about-people02-graph02 .ratio02 .item .counter .num {
  display: inline-block;
  font-size: 5.1244509517vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people02 .about-people02-graph02 .ratio02 .item .counter .num {
    font-size: 70px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph02 .ratio02 .item .counter .num {
    font-size: 10.6666666667vw;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph02 .ratio02 .item .counter span {
  font-size: 30px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph02 .ratio02 .item .counter span {
    font-size: 17px;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph02 .ratio02 .item:first-of-type .num {
  color: #1b3596;
}
.workstyle .infograph .about-people02 .about-people02-graph02 .ratio02 .item:last-of-type .num {
  color: #fa0000;
}
.workstyle .infograph .about-people02 .about-people02-graph03 {
  background: url(../img/workstyle/icn_info11.png) center 7.3206442167vw/17.5695461201vw auto no-repeat #fff;
  position: relative;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 {
    background: url(../img/workstyle/icn_info11.png) center 100px/240px auto no-repeat #fff;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 {
    height: 85.3333333333vw;
    background: url(../img/workstyle/icn_info11.png) center 16vw/37.3333333333vw auto no-repeat #fff;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 {
    margin: 0 0 20px;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph03 p:first-of-type {
  margin: 0;
}
.workstyle .infograph .about-people02 .about-people02-graph03 .age {
  width: 11.7130307467vw;
  margin: auto;
  padding: 0;
  background: none;
  position: absolute;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age {
    width: 160px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age {
    width: 24vw;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph03 .age p:first-of-type {
  margin: 0;
  font-size: 20px;
  text-align: center;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age p:first-of-type {
    font-size: 2.6666666667vw;
  }
}
@media only, screen and (max-width: 768px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age p:first-of-type {
    font-size: 12px;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph03 .age .item {
  background: none;
}
.workstyle .infograph .about-people02 .about-people02-graph03 .age .item .counter {
  padding: 0;
  background: none;
}
.workstyle .infograph .about-people02 .about-people02-graph03 .age .item .counter .num {
  display: inline-block;
  font-size: 4.39238653vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age .item .counter .num {
    font-size: 60px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age .item .counter .num {
    font-size: 9.0666666667vw;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph03 .age .item .counter span {
  font-size: 25px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age .item .counter span {
    font-size: 3.7333333333vw;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph03 .age.age60 {
  top: 6.3689604685vw;
  left: 2.9282576867vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age.age60 {
    top: 87px;
    left: 40px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age.age60 {
    top: 13.3333333333vw;
    left: 5.3333333333vw;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph03 .age.age60 .num {
  color: #7b8ac3;
}
.workstyle .infograph .about-people02 .about-people02-graph03 .age.age50 {
  top: 18.3016105417vw;
  left: 2.9282576867vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age.age50 {
    top: 250px;
    left: 40px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age.age50 {
    top: 38.4vw;
    left: 5.3333333333vw;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph03 .age.age50 .num {
  color: #495eac;
}
.workstyle .infograph .about-people02 .about-people02-graph03 .age.age40 {
  top: 25.6222547584vw;
  right: 0;
  left: 0;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age.age40 {
    top: 350px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age.age40 {
    top: 56vw;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph03 .age.age40 .num {
  color: #1b3596;
}
.workstyle .infograph .about-people02 .about-people02-graph03 .age.age30 {
  top: 18.3016105417vw;
  right: 2.196193265vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age.age30 {
    top: 250px;
    right: 30px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age.age30 {
    top: 13.3333333333vw;
    right: 4vw;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph03 .age.age30 .num {
  color: #fa0000;
}
.workstyle .infograph .about-people02 .about-people02-graph03 .age.age20 {
  top: 6.3689604685vw;
  right: 2.196193265vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age.age20 {
    top: 87px;
    right: 30px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph03 .age.age20 {
    top: 38.4vw;
    right: 4vw;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph03 .age.age20 .num {
  color: #ff6f7e;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph04 {
    margin: 0 0 20px;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph04 p:first-of-type {
  margin: 0 0 10px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph04 p:first-of-type {
    margin: 0;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph04 .item .counter {
  width: 21.9619326501vw;
  height: 7.3206442167vw;
  margin: 0 auto;
  padding: 0;
  text-align: right;
  background: url(../img/workstyle/icn_info12.png) left center/auto 100% no-repeat;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people02 .about-people02-graph04 .item .counter {
    width: 300px;
    height: 100px;
    background: url(../img/workstyle/icn_info12.png) left center/auto 100% no-repeat;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph04 .item .counter {
    width: 45.8666666667vw;
    height: 15.4666666667vw;
    margin: 0 auto 10.6666666667vw;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph04 .item .counter .num {
  display: inline-block;
  color: #1b3596;
  font-size: 8.0527086384vw;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people02 .about-people02-graph04 .item .counter .num {
    font-size: 110px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph04 .item .counter .num {
    font-size: 16.8vw;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph04 .item .counter span {
  font-size: 30px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph04 .item .counter span {
    font-size: 4.5333333333vw;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph05 p:first-of-type {
  margin: 0 0 10px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph05 p:first-of-type {
    margin: 0;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph05 .item .counter {
  width: 22.6939970717vw;
  height: 7.3206442167vw;
  margin: 0 auto;
  padding: 0;
  text-align: right;
  background: url(../img/workstyle/icn_info13.png) left center/auto 100% no-repeat;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people02 .about-people02-graph05 .item .counter {
    width: 310px;
    height: 100px;
    background: url(../img/workstyle/icn_info13.png) left center/auto 100% no-repeat;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph05 .item .counter {
    width: 47.4666666667vw;
    height: 15.4666666667vw;
    margin: 0 auto 10.6666666667vw;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph05 .item .counter .num {
  display: inline-block;
  font-size: 8.0527086384vw;
  color: #1b3596;
}
@media screen and (min-width: 1367px) {
  .workstyle .infograph .about-people02 .about-people02-graph05 .item .counter .num {
    font-size: 110px;
  }
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph05 .item .counter .num {
    font-size: 16.8vw;
  }
}
.workstyle .infograph .about-people02 .about-people02-graph05 .item .counter span {
  font-size: 30px;
}
@media only, screen and (max-width: 1028px) {
  .workstyle .infograph .about-people02 .about-people02-graph05 .item .counter span {
    font-size: 4.5333333333vw;
  }
}

.interview .interview-box {
  margin: 0 0 150px;
}
@media only, screen and (max-width: 1028px) {
  .interview .interview-box {
    margin: 0 0 60px;
  }
}
.interview .interview-box p {
  margin: 0 0 80px;
  font-size: 16px;
  line-height: 1.8;
}
@media only, screen and (max-width: 1028px) {
  .interview .interview-box p {
    margin: 0 0 60px;
  }
}
.interview .interview-box .interview-list {
  gap: 80px 60px;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 1028px) {
  .interview .interview-box .interview-list {
    justify-content: space-between;
    gap: 40px 15px;
  }
}
.interview .interview-box .interview-list a {
  display: block;
  width: 26.3543191801vw;
  max-width: 360px;
  color: #000;
  text-decoration: none;
}
@media only, screen and (max-width: 1028px) {
  .interview .interview-box .interview-list a {
    width: 42.6666666667vw;
    max-width: inherit;
  }
}
.interview .interview-box .interview-list a figure {
  margin: 0 0 20px;
  overflow: hidden;
}
@media only, screen and (max-width: 768px) {
  .interview .interview-box .interview-list a figure {
    margin: 0 0 10px;
  }
}
.interview .interview-box .interview-list a figure img {
  opacity: 1;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 1.5s, opacity 0.5s;
}
.interview .interview-box .interview-list a div p {
  margin: 0;
}
.interview .interview-box .interview-list a div p.cat {
  width: 120px;
  margin: 0 0 11px;
  padding: 1px 0 2px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #1b3596;
}
@media only, screen and (max-width: 768px) {
  .interview .interview-box .interview-list a div p.cat {
    width: 70px;
    margin: 0 0 5px;
    font-size: 14px;
  }
}
.interview .interview-box .interview-list a div p.catch {
  margin: 0 0 15px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
@media only, screen and (max-width: 768px) {
  .interview .interview-box .interview-list a div p.catch {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.3;
  }
}
.interview .interview-box .interview-list a div p.data {
  font-size: 14px;
  line-height: 1.5;
  color: #878787;
}
@media only, screen and (max-width: 768px) {
  .interview .interview-box .interview-list a div p.data {
    font-size: 13px;
  }
}
.interview .interview-box .interview-list a:hover figure img {
  opacity: 0.8;
  transform: scale(1.1);
}
.interview .interview-content {
  background: #fff;
}
.interview .interview-content .kv {
  position: relative;
}
.interview .interview-content .kv picture {
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
.interview .interview-content .kv picture:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, black, rgba(255, 255, 255, 0));
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
@media only, screen and (max-width: 768px) {
  .interview .interview-content .kv picture:before {
    background-image: linear-gradient(0deg, black, rgba(255, 255, 255, 0));
  }
}
.interview .interview-content .kv .txt-kv {
  padding: 0 80px;
  align-items: center;
  gap: 4.39238653vw 0;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 19.0336749634vw;
  z-index: 2;
}
@media only, screen and (max-width: 1028px) {
  .interview .interview-content .kv .txt-kv {
    gap: 20px 0;
  }
}
@media only, screen and (max-width: 768px) {
  .interview .interview-content .kv .txt-kv {
    gap: 10px 0;
    padding: 0 20px;
    top: inherit;
    bottom: 30px;
  }
}
.interview .interview-content .kv .txt-kv .txt-kv-catch {
  width: 100%;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only, screen and (max-width: 768px) {
  .interview .interview-content .kv .txt-kv .txt-kv-catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .interview .interview-content .kv .txt-kv .txt-kv-catch {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .interview .interview-content .kv .txt-kv .txt-kv-catch {
    font-size: 17px;
  }
}
.interview .interview-content .kv .txt-kv .txt-kv-data {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only, screen and (max-width: 768px) {
  .interview .interview-content .kv .txt-kv .txt-kv-data {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .interview .interview-content .kv .txt-kv .txt-kv-data {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .interview .interview-content .kv .txt-kv .txt-kv-data {
    font-size: 12px;
  }
}
.interview .interview-content .kv .txt-kv .txt-kv-data span {
  font-size: 25px;
  letter-spacing: 0;
}
@media only, screen and (max-width: 768px) {
  .interview .interview-content .kv .txt-kv .txt-kv-data span {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .interview .interview-content .kv .txt-kv .txt-kv-data span {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .interview .interview-content .kv .txt-kv .txt-kv-data span {
    font-size: 17px;
  }
}
.interview .voice {
  margin: 0 0 100px;
  justify-content: space-between;
  gap: 0 clamp(60px, 8.78477306vw, 120px);
}
@media only, screen and (max-width: 768px) {
  .interview .voice {
    flex-wrap: wrap;
    margin: 0 0 60px;
  }
}
.interview .voice figure {
  width: 40.9956076135vw;
  max-width: 560px;
}
@media only, screen and (max-width: 768px) {
  .interview .voice figure {
    width: 74.6666666667vw;
    max-width: inherit;
  }
}
.interview .voice .voice-l {
  width: 40.2635431918vw;
  max-width: 550px;
  margin: 0 0 0 auto;
  padding: 110px 0 0;
}
@media only, screen and (max-width: 1028px) {
  .interview .voice .voice-l {
    width: 46.8521229868vw;
    padding: 80px 0 0;
  }
}
@media only, screen and (max-width: 768px) {
  .interview .voice .voice-l {
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
    padding: 40px 0 0;
  }
}
.interview .voice .voice-r {
  width: 40.9956076135vw;
  max-width: 550px;
  margin: 0 auto 0 0;
  padding: 40px 0 0;
}
@media only, screen and (max-width: 1028px) {
  .interview .voice .voice-r {
    width: 46.8521229868vw;
  }
}
@media only, screen and (max-width: 768px) {
  .interview .voice .voice-r {
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
  }
}
.interview .voice .ttl07 {
  margin: 0 0 25px;
  line-height: 1.3;
}
@media only, screen and (max-width: 768px) {
  .interview .voice .ttl07 {
    margin: 0 0 20px;
    line-height: 1.5;
  }
}
.interview .voice .ttl07:before {
  top: 14px;
}
@media only, screen and (max-width: 768px) {
  .interview .voice .ttl07:before {
    top: 10px;
  }
}
.interview .voice p {
  margin: 0 0 60px;
  font-size: 15px;
  line-height: 2;
  text-align: justify;
}
@media only, screen and (max-width: 768px) {
  .interview .voice p {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.interview .voice p:last-of-type {
  margin: 0;
}
.interview .schedule {
  margin: 0 0 100px;
  padding: 100px 0 70px;
  background: #f3f3f3;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .interview .schedule {
    margin: 36vw 0 60px;
    padding: 71.4666666667vw 0 60px;
  }
}
.interview .schedule .schedule-img figure {
  position: absolute;
}
.interview .schedule .schedule-img figure:first-of-type {
  width: 43.9238653001vw;
  max-width: 600px;
  right: 0;
  top: 100px;
}
@media only, screen and (max-width: 768px) {
  .interview .schedule .schedule-img figure:first-of-type {
    width: 80vw;
    max-width: inherit;
    top: -21.3333333333vw;
  }
}
.interview .schedule .schedule-img figure:last-of-type {
  width: 32.9428989751vw;
  max-width: 450px;
  right: 15.7393850659vw;
  top: 30.7467057101vw;
}
@media only, screen and (max-width: 768px) {
  .interview .schedule .schedule-img figure:last-of-type {
    width: 60vw;
    max-width: inherit;
    right: inherit;
    left: 8vw;
    top: 20vw;
  }
}
.interview .schedule .content .ttl07 {
  margin: 0 0 40px;
}
@media only, screen and (max-width: 768px) {
  .interview .schedule .content .ttl07 {
    margin: 0 0 20px;
  }
}
.interview .schedule .content dl {
  width: 40.9956076135vw;
  max-width: 560px;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 768px) {
  .interview .schedule .content dl {
    width: 100%;
    max-width: inherit;
  }
}
.interview .schedule .content dl dt {
  width: 14%;
  min-width: 78px;
  margin: 0;
  padding: 0 0 30px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #1b3596;
  border-right: solid 1px #ccc;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .interview .schedule .content dl dt {
    width: 17.3333333333vw;
    font-size: 16px;
    line-height: 1.35;
  }
}
.interview .schedule .content dl dt:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  margin: auto;
  background: #fff;
  border: solid 2px #1b3596;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  right: -11.5px;
}
@media only, screen and (max-width: 768px) {
  .interview .schedule .content dl dt:after {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}
.interview .schedule .content dl dt:first-of-type {
  padding: 10px 0 25px;
}
@media only, screen and (max-width: 768px) {
  .interview .schedule .content dl dt:first-of-type {
    padding: 15px 0 25px;
  }
}
.interview .schedule .content dl dt:first-of-type:after {
  top: 16px;
  right: -10.5px;
}
.interview .schedule .content dl dt:last-of-type {
  padding: 0 0 10px;
}
.interview .schedule .content dl dd {
  width: 32.9428989751vw;
  max-width: 450px;
  padding: 0 0 20px 30px;
  font-size: 16px;
  line-height: 1.875;
}
@media only, screen and (max-width: 1028px) {
  .interview .schedule .content dl dd {
    width: 29.2825768668vw;
  }
}
@media only, screen and (max-width: 768px) {
  .interview .schedule .content dl dd {
    width: 64vw;
    font-size: 15px;
    line-height: 1.5;
  }
}
.interview .schedule .content dl dd:first-of-type {
  padding: 10px 0 30px 30px;
}
.interview .schedule .content dl dd:last-of-type {
  padding: 0 0 0 30px;
}
.interview .message {
  padding: 0 0 100px;
  justify-content: center;
  align-items: center;
  gap: 0 7.3206442167vw;
}
@media only, screen and (max-width: 768px) {
  .interview .message {
    padding: 0 0 60px;
    flex-wrap: wrap;
    gap: 60px 0;
  }
}
.interview .message figure {
  width: 400px;
}
@media only, screen and (max-width: 768px) {
  .interview .message figure {
    width: 74.6666666667vw;
    margin: 0 auto;
  }
}
.interview .message .message-box {
  width: 51.2445095168vw;
  max-width: 700px;
  padding: 50px;
  background: #f2f3f9;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .interview .message .message-box {
    width: 90%;
    margin: 0 auto;
    padding: 25px 20px;
  }
}
.interview .message .message-box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 40px 20px 0;
  border-color: transparent #f2f3f9 transparent transparent;
  position: absolute;
  top: 50px;
  left: -40px;
}
@media only, screen and (max-width: 768px) {
  .interview .message .message-box:before {
    border-width: 0 15px 25px 15px;
    border-color: transparent transparent #f2f3f9 transparent;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
  }
}
.interview .message .message-box .ttl07 {
  margin: 0 0 25px;
}
@media only, screen and (max-width: 768px) {
  .interview .message .message-box .ttl07 {
    margin: 0 0 20px;
  }
}
.interview .message .message-box p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media only, screen and (max-width: 768px) {
  .interview .message .message-box p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.interview .other-box {
  padding: 170px 0 0;
}
@media only, screen and (max-width: 768px) {
  .interview .other-box {
    padding: 60px 0 0;
  }
}
.interview .other-box .other-interview {
  margin: 0 0 70px;
}
.interview .other-box .other-interview .interview-swiper {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .interview .other-box .other-interview .swiper-slide {
    width: 16.1054172767vw;
    max-width: 220px;
    height: auto;
  }
}
.interview .other-box .other-interview a {
  display: block;
  width: 16.1054172767vw;
  max-width: 220px;
  color: #000;
  text-decoration: none;
}
@media only, screen and (max-width: 768px) {
  .interview .other-box .other-interview a {
    width: inherit;
    max-width: inherit;
  }
}
.interview .other-box .other-interview a figure {
  margin: 0 0 10px;
  overflow: hidden;
}
.interview .other-box .other-interview a figure img {
  opacity: 1;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 1.5s, opacity 0.5s;
}
.interview .other-box .other-interview a div p {
  margin: 0;
}
.interview .other-box .other-interview a div p.cat {
  width: 85px;
  margin: 0 0 5px;
  padding: 1px 0 2px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #1b3596;
}
@media only, screen and (max-width: 768px) {
  .interview .other-box .other-interview a div p.cat {
    font-size: 14px;
  }
}
.interview .other-box .other-interview a div p.data {
  font-size: 14px;
  line-height: 1.5;
  color: #878787;
}
.interview .other-box .other-interview a:hover figure img {
  transform: scale(1.1);
  opacity: 0.9;
}
@media screen and (min-width: 769px) {
  .interview .swiper-button-prev,
.interview .swiper-button-next {
    display: none;
  }
  .interview .swiper-wrapper {
    display: flex;
    gap: 0 25px;
    justify-content: space-between;
  }
}

.page-template-page-guideline .guide-box,
.page-template-page-graduate .guide-box,
.page-template-page-career .guide-box,
.guideline .guide-box {
  margin: 0 0 200px;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box,
.page-template-page-graduate .guide-box,
.page-template-page-career .guide-box,
.guideline .guide-box {
    margin: 0 0 100px;
  }
}
.page-template-page-guideline .guide-box #tab,
.page-template-page-graduate .guide-box #tab,
.page-template-page-career .guide-box #tab,
.guideline .guide-box #tab {
  justify-content: center;
  gap: 0 30px;
  list-style: none;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box #tab,
.page-template-page-graduate .guide-box #tab,
.page-template-page-career .guide-box #tab,
.guideline .guide-box #tab {
    justify-content: space-between;
    gap: 0 10px;
  }
}
.page-template-page-guideline .guide-box #tab li,
.page-template-page-graduate .guide-box #tab li,
.page-template-page-career .guide-box #tab li,
.guideline .guide-box #tab li {
  width: 46%;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box #tab li,
.page-template-page-graduate .guide-box #tab li,
.page-template-page-career .guide-box #tab li,
.guideline .guide-box #tab li {
    width: 48%;
  }
}
.page-template-page-guideline .guide-box #tab li a,
.page-template-page-graduate .guide-box #tab li a,
.page-template-page-career .guide-box #tab li a,
.guideline .guide-box #tab li a {
  display: block;
  padding: 20px 0;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #1b3596;
  text-decoration: none;
  background: #e5e7f2;
  border-radius: 10px 10px 0 0;
  transition: background 0.3s;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box #tab li a,
.page-template-page-graduate .guide-box #tab li a,
.page-template-page-career .guide-box #tab li a,
.guideline .guide-box #tab li a {
    padding: 11px 0;
    font-size: 20px;
  }
}
.page-template-page-guideline .guide-box #tab li a:hover,
.page-template-page-graduate .guide-box #tab li a:hover,
.page-template-page-career .guide-box #tab li a:hover,
.guideline .guide-box #tab li a:hover {
  background: #fff;
}
.page-template-page-guideline .guide-box #tab li.present a,
.page-template-page-graduate .guide-box #tab li.present a,
.page-template-page-career .guide-box #tab li.present a,
.guideline .guide-box #tab li.present a {
  background: #fff;
}
.page-template-page-guideline .guide-box .panel #page2,
.page-template-page-graduate .guide-box .panel #page2,
.page-template-page-career .guide-box .panel #page2,
.guideline .guide-box .panel #page2 {
  display: none;
  margin: 0 0 280px;
  padding: 7.3206442167vw;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1367px) {
  .page-template-page-guideline .guide-box .panel #page2,
.page-template-page-graduate .guide-box .panel #page2,
.page-template-page-career .guide-box .panel #page2,
.guideline .guide-box .panel #page2 {
    padding: 100px;
  }
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page2,
.page-template-page-graduate .guide-box .panel #page2,
.page-template-page-career .guide-box .panel #page2,
.guideline .guide-box .panel #page2 {
    margin: 0 0 200px;
    padding: 30px 20px;
  }
}
.page-template-page-guideline .guide-box .panel #page1,
.page-template-page-graduate .guide-box .panel #page1,
.page-template-page-career .guide-box .panel #page1,
.guideline .guide-box .panel #page1 {
  padding: 7.3206442167vw;
  background: #fff;
}
@media screen and (min-width: 1367px) {
  .page-template-page-guideline .guide-box .panel #page1,
.page-template-page-graduate .guide-box .panel #page1,
.page-template-page-career .guide-box .panel #page1,
.guideline .guide-box .panel #page1 {
    padding: 100px;
  }
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page1,
.page-template-page-graduate .guide-box .panel #page1,
.page-template-page-career .guide-box .panel #page1,
.guideline .guide-box .panel #page1 {
    padding: 30px 20px;
  }
}
.page-template-page-guideline .guide-box .panel #page1 p,
.page-template-page-graduate .guide-box .panel #page1 p,
.page-template-page-career .guide-box .panel #page1 p,
.guideline .guide-box .panel #page1 p {
  margin: 0 0 80px;
  font-size: 18px;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page1 p,
.page-template-page-graduate .guide-box .panel #page1 p,
.page-template-page-career .guide-box .panel #page1 p,
.guideline .guide-box .panel #page1 p {
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 1.8;
  }
}
.page-template-page-guideline .guide-box .panel #page1 p b,
.page-template-page-graduate .guide-box .panel #page1 p b,
.page-template-page-career .guide-box .panel #page1 p b,
.guideline .guide-box .panel #page1 p b {
  padding-right: 1em;
  font-weight: 700;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page1 p b,
.page-template-page-graduate .guide-box .panel #page1 p b,
.page-template-page-career .guide-box .panel #page1 p b,
.guideline .guide-box .panel #page1 p b {
    display: block;
    padding-right: 0;
  }
}
.page-template-page-guideline .guide-box .panel #page1 p:first-of-type,
.page-template-page-graduate .guide-box .panel #page1 p:first-of-type,
.page-template-page-career .guide-box .panel #page1 p:first-of-type,
.guideline .guide-box .panel #page1 p:first-of-type {
  margin: 0 0 60px;
  font-size: 15px;
  line-height: 2;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page1 p:first-of-type,
.page-template-page-graduate .guide-box .panel #page1 p:first-of-type,
.page-template-page-career .guide-box .panel #page1 p:first-of-type,
.guideline .guide-box .panel #page1 p:first-of-type {
    amrgin: 0 0 30px;
    font-size: 14px;
  }
}
.page-template-page-guideline .guide-box .panel #page1 .btn-mynavi,
.page-template-page-graduate .guide-box .panel #page1 .btn-mynavi,
.page-template-page-career .guide-box .panel #page1 .btn-mynavi,
.guideline .guide-box .panel #page1 .btn-mynavi {
  display: block;
  padding: 45px 40px;
  color: #000;
  text-decoration: none;
  text-align: center;
  border: solid 10px #1b3596;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page1 .btn-mynavi,
.page-template-page-graduate .guide-box .panel #page1 .btn-mynavi,
.page-template-page-career .guide-box .panel #page1 .btn-mynavi,
.guideline .guide-box .panel #page1 .btn-mynavi {
    padding: 30px 30px 100px;
    border: solid 7px #1b3596;
  }
}
.page-template-page-guideline .guide-box .panel #page1 .btn-mynavi img,
.page-template-page-graduate .guide-box .panel #page1 .btn-mynavi img,
.page-template-page-career .guide-box .panel #page1 .btn-mynavi img,
.guideline .guide-box .panel #page1 .btn-mynavi img {
  display: block;
  max-width: 390px;
  margin: 0 auto 10px;
}
.page-template-page-guideline .guide-box .panel #page1 .btn-mynavi span,
.page-template-page-graduate .guide-box .panel #page1 .btn-mynavi span,
.page-template-page-career .guide-box .panel #page1 .btn-mynavi span,
.guideline .guide-box .panel #page1 .btn-mynavi span {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page1 .btn-mynavi span,
.page-template-page-graduate .guide-box .panel #page1 .btn-mynavi span,
.page-template-page-career .guide-box .panel #page1 .btn-mynavi span,
.guideline .guide-box .panel #page1 .btn-mynavi span {
    font-size: 13px;
  }
}
.page-template-page-guideline .guide-box .panel #page1 .btn-mynavi:before, .page-template-page-guideline .guide-box .panel #page1 .btn-mynavi:after,
.page-template-page-graduate .guide-box .panel #page1 .btn-mynavi:before,
.page-template-page-graduate .guide-box .panel #page1 .btn-mynavi:after,
.page-template-page-career .guide-box .panel #page1 .btn-mynavi:before,
.page-template-page-career .guide-box .panel #page1 .btn-mynavi:after,
.guideline .guide-box .panel #page1 .btn-mynavi:before,
.guideline .guide-box .panel #page1 .btn-mynavi:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.page-template-page-guideline .guide-box .panel #page1 .btn-mynavi:before,
.page-template-page-graduate .guide-box .panel #page1 .btn-mynavi:before,
.page-template-page-career .guide-box .panel #page1 .btn-mynavi:before,
.guideline .guide-box .panel #page1 .btn-mynavi:before {
  width: 15px;
  height: 15px;
  border-top: solid 1px #1b3596;
  border-right: solid 1px #1b3596;
  transform: rotate(45deg);
  right: 66px;
  z-index: 1;
  transition: border 0.3s;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page1 .btn-mynavi:before,
.page-template-page-graduate .guide-box .panel #page1 .btn-mynavi:before,
.page-template-page-career .guide-box .panel #page1 .btn-mynavi:before,
.guideline .guide-box .panel #page1 .btn-mynavi:before {
    left: 0;
    right: 7px;
    top: inherit;
    bottom: 48px;
  }
}
.page-template-page-guideline .guide-box .panel #page1 .btn-mynavi:after,
.page-template-page-graduate .guide-box .panel #page1 .btn-mynavi:after,
.page-template-page-career .guide-box .panel #page1 .btn-mynavi:after,
.guideline .guide-box .panel #page1 .btn-mynavi:after {
  width: 60px;
  height: 60px;
  background: #fff;
  border: solid 1px #cbcbcb;
  border-radius: 100%;
  right: 40px;
  transition: background 0.3s;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page1 .btn-mynavi:after,
.page-template-page-graduate .guide-box .panel #page1 .btn-mynavi:after,
.page-template-page-career .guide-box .panel #page1 .btn-mynavi:after,
.guideline .guide-box .panel #page1 .btn-mynavi:after {
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: inherit;
    bottom: 30px;
  }
}
.page-template-page-guideline .guide-box .panel #page1 .btn-mynavi:hover:before,
.page-template-page-graduate .guide-box .panel #page1 .btn-mynavi:hover:before,
.page-template-page-career .guide-box .panel #page1 .btn-mynavi:hover:before,
.guideline .guide-box .panel #page1 .btn-mynavi:hover:before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.page-template-page-guideline .guide-box .panel #page1 .btn-mynavi:hover:after,
.page-template-page-graduate .guide-box .panel #page1 .btn-mynavi:hover:after,
.page-template-page-career .guide-box .panel #page1 .btn-mynavi:hover:after,
.guideline .guide-box .panel #page1 .btn-mynavi:hover:after {
  background: #1b3596;
}
.page-template-page-guideline .guide-box .panel #page2 table,
.page-template-page-graduate .guide-box .panel #page2 table,
.page-template-page-career .guide-box .panel #page2 table,
.guideline .guide-box .panel #page2 table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ededed;
}
.page-template-page-guideline .guide-box .panel #page2 table th, .page-template-page-guideline .guide-box .panel #page2 table td,
.page-template-page-graduate .guide-box .panel #page2 table th,
.page-template-page-graduate .guide-box .panel #page2 table td,
.page-template-page-career .guide-box .panel #page2 table th,
.page-template-page-career .guide-box .panel #page2 table td,
.guideline .guide-box .panel #page2 table th,
.guideline .guide-box .panel #page2 table td {
  padding: 25px 30px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #ededed;
  border-top: none;
  border-left: none;
  border-right: none;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page2 table th, .page-template-page-guideline .guide-box .panel #page2 table td,
.page-template-page-graduate .guide-box .panel #page2 table th,
.page-template-page-graduate .guide-box .panel #page2 table td,
.page-template-page-career .guide-box .panel #page2 table th,
.page-template-page-career .guide-box .panel #page2 table td,
.guideline .guide-box .panel #page2 table th,
.guideline .guide-box .panel #page2 table td {
    display: block;
    width: 100%;
    padding: 15px 15px;
  }
}
.page-template-page-guideline .guide-box .panel #page2 table tr td:first-child,
.page-template-page-graduate .guide-box .panel #page2 table tr td:first-child,
.page-template-page-career .guide-box .panel #page2 table tr td:first-child,
.guideline .guide-box .panel #page2 table tr td:first-child {
  width: 17%;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background: #f2f3f9;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page2 table tr td:first-child,
.page-template-page-graduate .guide-box .panel #page2 table tr td:first-child,
.page-template-page-career .guide-box .panel #page2 table tr td:first-child,
.guideline .guide-box .panel #page2 table tr td:first-child {
    width: 100%;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
  }
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page2 table tr td:last-of-type,
.page-template-page-graduate .guide-box .panel #page2 table tr td:last-of-type,
.page-template-page-career .guide-box .panel #page2 table tr td:last-of-type,
.guideline .guide-box .panel #page2 table tr td:last-of-type {
    line-height: 1.5;
  }
}
.page-template-page-guideline .guide-box .panel #page2 table th,
.page-template-page-graduate .guide-box .panel #page2 table th,
.page-template-page-career .guide-box .panel #page2 table th,
.guideline .guide-box .panel #page2 table th {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background: #f2f3f9;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page2 table th,
.page-template-page-graduate .guide-box .panel #page2 table th,
.page-template-page-career .guide-box .panel #page2 table th,
.guideline .guide-box .panel #page2 table th {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
  }
}
.page-template-page-guideline .guide-box .panel #page2 table td,
.page-template-page-graduate .guide-box .panel #page2 table td,
.page-template-page-career .guide-box .panel #page2 table td,
.guideline .guide-box .panel #page2 table td {
  font-size: 15px;
  font-weight: 400;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page2 table td,
.page-template-page-graduate .guide-box .panel #page2 table td,
.page-template-page-career .guide-box .panel #page2 table td,
.guideline .guide-box .panel #page2 table td {
    font-size: 14px;
  }
}
.page-template-page-guideline .guide-box .panel #page2 table td dl,
.page-template-page-graduate .guide-box .panel #page2 table td dl,
.page-template-page-career .guide-box .panel #page2 table td dl,
.guideline .guide-box .panel #page2 table td dl {
  flex-wrap: wrap;
  gap: 0 30px;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page2 table td dl,
.page-template-page-graduate .guide-box .panel #page2 table td dl,
.page-template-page-career .guide-box .panel #page2 table td dl,
.guideline .guide-box .panel #page2 table td dl {
    display: block;
  }
}
.page-template-page-guideline .guide-box .panel #page2 table td dl dt,
.page-template-page-graduate .guide-box .panel #page2 table td dl dt,
.page-template-page-career .guide-box .panel #page2 table td dl dt,
.guideline .guide-box .panel #page2 table td dl dt {
  width: 44%;
  margin: 0;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page2 table td dl dt,
.page-template-page-graduate .guide-box .panel #page2 table td dl dt,
.page-template-page-career .guide-box .panel #page2 table td dl dt,
.guideline .guide-box .panel #page2 table td dl dt {
    width: 100%;
  }
}
.page-template-page-guideline .guide-box .panel #page2 table td dl dd,
.page-template-page-graduate .guide-box .panel #page2 table td dl dd,
.page-template-page-career .guide-box .panel #page2 table td dl dd,
.guideline .guide-box .panel #page2 table td dl dd {
  width: 50%;
  margin: 0;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page2 table td dl dd,
.page-template-page-graduate .guide-box .panel #page2 table td dl dd,
.page-template-page-career .guide-box .panel #page2 table td dl dd,
.guideline .guide-box .panel #page2 table td dl dd {
    width: 100%;
  }
}
.page-template-page-guideline .guide-box .panel #page2 .btn-entry,
.page-template-page-graduate .guide-box .panel #page2 .btn-entry,
.page-template-page-career .guide-box .panel #page2 .btn-entry,
.guideline .guide-box .panel #page2 .btn-entry {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 10px 20px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  text-decoration: none;
  background: #1b3596;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  bottom: -133px;
  transform: translateX(-50%);
}
@media only, screen and (max-width: 768px) {
  .page-template-page-guideline .guide-box .panel #page2 .btn-entry,
.page-template-page-graduate .guide-box .panel #page2 .btn-entry,
.page-template-page-career .guide-box .panel #page2 .btn-entry,
.guideline .guide-box .panel #page2 .btn-entry {
    bottom: -110px;
  }
}
.page-template-page-guideline .guide-box .panel #page2 .btn-entry:hover:after,
.page-template-page-graduate .guide-box .panel #page2 .btn-entry:hover:after,
.page-template-page-career .guide-box .panel #page2 .btn-entry:hover:after,
.guideline .guide-box .panel #page2 .btn-entry:hover:after {
  right: 15px;
}
.page-template-page-guideline .guide-box .panel #page2 .btn-entry:after,
.page-template-page-graduate .guide-box .panel #page2 .btn-entry:after,
.page-template-page-career .guide-box .panel #page2 .btn-entry:after,
.guideline .guide-box .panel #page2 .btn-entry:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: right 0.3s;
  position: absolute;
  top: 50%;
  right: 20px;
}
.page-template-page-guideline footer,
.page-template-page-graduate footer,
.page-template-page-career footer,
.guideline footer {
  background: #fff;
}

.page-template-page-career .guide-box .panel #page2 {
  display: block;
}

.page-template-page-internship .intern-box,
.internship .intern-box {
  width: 73.2064421669vw;
  max-width: 1000px;
  margin: 0 auto 200px;
}
@media only, screen and (max-width: 1028px) {
  .page-template-page-internship .intern-box,
.internship .intern-box {
    width: 100%;
    margin: 0 auto 100px;
  }
}
.page-template-page-internship .intern-box p,
.internship .intern-box p {
  margin: 0 0 80px;
  font-size: 16px;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-internship .intern-box p,
.internship .intern-box p {
    margin: 0 0 40px;
  }
}
.page-template-page-internship .intern-box a.btn-mynavi,
.internship .intern-box a.btn-mynavi {
  display: block;
  padding: 50px 40px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: #fff;
  border: solid 10px #1b3596;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-internship .intern-box a.btn-mynavi,
.internship .intern-box a.btn-mynavi {
    padding: 40px 50px 100px;
  }
}
.page-template-page-internship .intern-box a.btn-mynavi img,
.internship .intern-box a.btn-mynavi img {
  display: block;
  width: 28.5505124451vw;
  max-width: 390px;
  margin: 0 auto 10px;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-internship .intern-box a.btn-mynavi img,
.internship .intern-box a.btn-mynavi img {
    width: 62.4vw;
  }
}
.page-template-page-internship .intern-box a.btn-mynavi span,
.internship .intern-box a.btn-mynavi span {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-internship .intern-box a.btn-mynavi span,
.internship .intern-box a.btn-mynavi span {
    font-size: 13px;
  }
}
.page-template-page-internship .intern-box a.btn-mynavi:before, .page-template-page-internship .intern-box a.btn-mynavi:after,
.internship .intern-box a.btn-mynavi:before,
.internship .intern-box a.btn-mynavi:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.page-template-page-internship .intern-box a.btn-mynavi:before,
.internship .intern-box a.btn-mynavi:before {
  width: 15px;
  height: 15px;
  border-top: solid 1px #1b3596;
  border-right: solid 1px #1b3596;
  transform: rotate(45deg);
  right: 66px;
  z-index: 1;
  transition: border 0.3s;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-internship .intern-box a.btn-mynavi:before,
.internship .intern-box a.btn-mynavi:before {
    left: 0;
    right: 7px;
    top: inherit;
    bottom: 48px;
  }
}
.page-template-page-internship .intern-box a.btn-mynavi:after,
.internship .intern-box a.btn-mynavi:after {
  width: 60px;
  height: 60px;
  background: #fff;
  border: solid 1px #cbcbcb;
  border-radius: 100%;
  right: 40px;
  transition: background 0.3s;
}
@media only, screen and (max-width: 768px) {
  .page-template-page-internship .intern-box a.btn-mynavi:after,
.internship .intern-box a.btn-mynavi:after {
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: inherit;
    bottom: 30px;
  }
}
.page-template-page-internship .intern-box a.btn-mynavi:hover:before,
.internship .intern-box a.btn-mynavi:hover:before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.page-template-page-internship .intern-box a.btn-mynavi:hover:after,
.internship .intern-box a.btn-mynavi:hover:after {
  background: #1b3596;
}

.entry .entry-box .entry-form {
  margin: 0 0 200px;
  padding: 100px;
  background: #fff;
}
@media only, screen and (max-width: 1028px) {
  .entry .entry-box .entry-form {
    margin: 0 0 100px;
    padding: 30px 20px;
  }
}
.entry .entry-box .entry-form table {
  width: 100%;
  margin: 0 0 80px;
  border-collapse: collapse;
}
@media only, screen and (max-width: 1028px) {
  .entry .entry-box .entry-form table {
    margin: 0 0 20px;
  }
}
.entry .entry-box .entry-form table tr th {
  width: 24%;
  padding: 7px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
@media only, screen and (max-width: 1028px) {
  .entry .entry-box .entry-form table tr th {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
}
.entry .entry-box .entry-form table tr th span:after {
  content: "必須";
  display: inline-block;
  margin-left: 1em;
  padding: 3px 9px 4px;
  font-size: 13px;
  line-height: 1;
  color: #fa0000;
  border: solid 1px #fa0000;
}
.entry .entry-box .entry-form table tr th.arrenge {
  padding: 0;
}
.entry .entry-box .entry-form table tr td {
  padding: 0 0 60px;
  font-size: 16px;
}
@media only, screen and (max-width: 1028px) {
  .entry .entry-box .entry-form table tr td {
    display: block;
    width: 100%;
    padding: 0 0 30px;
  }
}
.entry .entry-box .entry-form table tr td input[type=text],
.entry .entry-box .entry-form table tr td input[type=tel],
.entry .entry-box .entry-form table tr td input[type=num],
.entry .entry-box .entry-form table tr td input[type=email],
.entry .entry-box .entry-form table tr td textarea {
  width: 100%;
  padding: 15px 25px;
  font-size: 16px;
  background: #f3f3f3;
  border: solid 1px #f3f3f3;
  outline: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #fff;
  transition: background 0.3s, border 0.3s;
}
.entry .entry-box .entry-form table tr td input[type=text]:focus,
.entry .entry-box .entry-form table tr td input[type=tel]:focus,
.entry .entry-box .entry-form table tr td input[type=num]:focus,
.entry .entry-box .entry-form table tr td input[type=email]:focus,
.entry .entry-box .entry-form table tr td textarea:focus {
  border: solid 1px #00b4ae;
  background: #fff;
}
.entry .entry-box .entry-form table tr td input[type=text]::placeholder,
.entry .entry-box .entry-form table tr td input[type=tel]::placeholder,
.entry .entry-box .entry-form table tr td input[type=num]::placeholder,
.entry .entry-box .entry-form table tr td input[type=email]::placeholder,
.entry .entry-box .entry-form table tr td textarea::placeholder {
  color: #cbcbcb;
}
.entry .entry-box .entry-form table tr td input[type=text].harf,
.entry .entry-box .entry-form table tr td input[type=tel].harf,
.entry .entry-box .entry-form table tr td input[type=num].harf,
.entry .entry-box .entry-form table tr td input[type=email].harf,
.entry .entry-box .entry-form table tr td textarea.harf {
  width: 49%;
}
@media only, screen and (max-width: 768px) {
  .entry .entry-box .entry-form table tr td input[type=text].harf,
.entry .entry-box .entry-form table tr td input[type=tel].harf,
.entry .entry-box .entry-form table tr td input[type=num].harf,
.entry .entry-box .entry-form table tr td input[type=email].harf,
.entry .entry-box .entry-form table tr td textarea.harf {
    width: 100%;
  }
}
.entry .entry-box .entry-form table tr td input[type=radio] {
  display: none;
}
.entry .entry-box .entry-form table tr td input[type=radio]:first-of-type + label {
  margin: 0;
}
.entry .entry-box .entry-form table tr td input[type=radio] + label {
  display: inline-block;
  margin: 0 0 0 25px;
  padding: 0 0 0 35px;
  position: relative;
  cursor: pointer;
}
.entry .entry-box .entry-form table tr td input[type=radio] + label::before, .entry .entry-box .entry-form table tr td input[type=radio] + label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.entry .entry-box .entry-form table tr td input[type=radio] + label::before {
  background-color: #fff;
  border: 2px solid #cbcbcb;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  left: 0;
  box-sizing: border-box;
}
.entry .entry-box .entry-form table tr td input[type=radio] + label::after {
  background-color: #1b3596;
  border-radius: 50%;
  opacity: 0;
  width: 15px;
  height: 15px;
  left: 5px;
}
.entry .entry-box .entry-form table tr td input[type=radio]:checked + label::after {
  opacity: 1;
}
.entry .entry-box .entry-form table tr td textarea {
  height: 13em;
}
.entry .entry-box .entry-form table tr td .flex-box {
  gap: 0 15px;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 768px) {
  .entry .entry-box .entry-form table tr td .flex-box {
    gap: 10px 0;
  }
}
.entry .entry-box .entry-form table tr td .harf {
  width: 49%;
}
@media only, screen and (max-width: 768px) {
  .entry .entry-box .entry-form table tr td .harf {
    width: 100%;
  }
}
.entry .entry-box .entry-form table tr td .column-3 {
  width: 31%;
}
.entry .entry-box .entry-form table tr td .column-3 span {
  padding: 0 20px 0 10px;
}
.entry .entry-box .entry-form table tr td .column-3 input[type=text],
.entry .entry-box .entry-form table tr td .column-3 input[type=num],
.entry .entry-box .entry-form table tr td .column-3 input[type=email],
.entry .entry-box .entry-form table tr td .column-3 textarea {
  width: 80%;
}
@media only, screen and (max-width: 1028px) {
  .entry .entry-box .entry-form table tr td .column-3 input[type=text],
.entry .entry-box .entry-form table tr td .column-3 input[type=num],
.entry .entry-box .entry-form table tr td .column-3 input[type=email],
.entry .entry-box .entry-form table tr td .column-3 textarea {
    width: 76%;
  }
}
@media only, screen and (max-width: 768px) {
  .entry .entry-box .entry-form table tr td .column-3#year {
    width: 100%;
    margin: 0;
  }
}
@media only, screen and (max-width: 768px) {
  .entry .entry-box .entry-form table tr td .column-3#year input[type=text] {
    width: 75%;
  }
}
@media only, screen and (max-width: 768px) {
  .entry .entry-box .entry-form table tr td .column-3#month {
    width: 48%;
  }
}
@media only, screen and (max-width: 768px) {
  .entry .entry-box .entry-form table tr td .column-3#month input[type=text] {
    width: 56%;
  }
}
@media only, screen and (max-width: 768px) {
  .entry .entry-box .entry-form table tr td .column-3#day {
    width: 48%;
  }
}
@media only, screen and (max-width: 768px) {
  .entry .entry-box .entry-form table tr td .column-3#day input[type=text] {
    width: 56%;
  }
}
.entry .entry-box .entry-form table tr td .harf {
  width: 49%;
}
@media only, screen and (max-width: 768px) {
  .entry .entry-box .entry-form table tr td .harf {
    width: 100%;
  }
}
.entry .entry-box .entry-form table tr td .harf .f2m_err p {
  margin: 0 0 10px;
}
.entry .entry-box .entry-form table tr td .column-3 {
  width: 31%;
}
@media only, screen and (max-width: 768px) {
  .entry .entry-box .entry-form table tr td .column-3 {
    width: 100%;
  }
}
.entry .entry-box .entry-form .submit-box .submit-check {
  margin: 0 auto 40px;
  text-align: center;
}
@media only, screen and (max-width: 1028px) {
  .entry .entry-box .entry-form .submit-box .submit-check {
    margin: 0 auto 20px;
  }
}
.entry .entry-box .entry-form .submit-box .submit-check label {
  position: relative;
  cursor: pointer;
}
.entry .entry-box .entry-form .submit-box .submit-check label input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
}
.entry .entry-box .entry-form .submit-box .submit-check label input[type=checkbox] + span {
  font-size: 15px;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .entry .entry-box .entry-form .submit-box .submit-check label input[type=checkbox] + span {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .entry .entry-box .entry-form .submit-box .submit-check label input[type=checkbox] + span {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .entry .entry-box .entry-form .submit-box .submit-check label input[type=checkbox] + span {
    font-size: 12px;
  }
}
.entry .entry-box .entry-form .submit-box .submit-check label input[type=checkbox] + span:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid #E8E8E8;
  box-sizing: border-box;
  margin-right: 10px;
  vertical-align: middle;
}
.entry .entry-box .entry-form .submit-box .submit-check label input[type=checkbox] + span a {
  font-weight: 500;
  color: #1b3596;
  text-decoration: underline;
}
.entry .entry-box .entry-form .submit-box .submit-check label input[type=checkbox] + span a:hover {
  text-decoration: none;
}
.entry .entry-box .entry-form .submit-box .submit-check label input[type=checkbox]:checked + span:after {
  content: "";
  display: block;
  width: 32px;
  height: 24px;
  background: url("../img/icn_checked.png") left top/100% auto no-repeat;
  opacity: 1;
  position: absolute;
  left: 2px;
  top: -2px;
}
.entry .entry-box .entry-form .btn-submit {
  display: block;
  width: 300px;
  margin: 0 auto;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .entry .entry-box .entry-form .btn-submit {
    width: 100%;
  }
}
.entry .entry-box .entry-form .btn-submit:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  transition: right 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
.entry .entry-box .entry-form .btn-submit input[type=submit] {
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  background: #cdcdcd;
  border: none;
  -webkit-appearance: none;
  border-radius: 25px;
  -webkit-tap-highlight-color: #fff;
}
.entry .entry-box .entry-form .btn-submit.active:hover:after {
  right: 15px;
}
.entry .entry-box .entry-form .btn-submit.active input[type=submit] {
  cursor: pointer;
  background: #1b3596;
}
.entry .entry-box p:first-of-type {
  margin: 0 0 60px;
  font-size: 16px;
  line-height: 1.8;
}
@media only, screen and (max-width: 768px) {
  .entry .entry-box p:first-of-type {
    margin: 0 0 40px;
  }
}
.entry .entry-box .submit-btn-box {
  justify-content: center;
  gap: 0 30px;
}
.entry .entry-box .submit-btn-box .submit-bnt-submit {
  display: block;
  width: 300px;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .entry .entry-box .submit-btn-box .submit-bnt-submit {
    width: 100%;
  }
}
.entry .entry-box .submit-btn-box .submit-bnt-submit:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  transition: right 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
.entry .entry-box .submit-btn-box .submit-bnt-submit input[type=submit] {
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #1b3596;
  border: none;
  -webkit-appearance: none;
  border-radius: 25px;
  -webkit-tap-highlight-color: #fff;
}
.entry .entry-box .submit-btn-box .submit-bnt-submit:hover:after {
  right: 15px;
}
.entry .entry-box .submit-btn-box .submit-bnt-back {
  display: block;
  width: 300px;
  margin: 0;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .entry .entry-box .submit-btn-box .submit-bnt-back {
    width: 100%;
  }
}
.entry .entry-box .submit-btn-box .submit-bnt-back:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: rotate(-45deg);
  transition: left 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}
.entry .entry-box .submit-btn-box .submit-bnt-back input[type=button] {
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #999;
  border: none;
  -webkit-appearance: none;
  border-radius: 25px;
  -webkit-tap-highlight-color: #fff;
}
.entry .entry-box .submit-btn-box .submit-bnt-back:hover:before {
  left: 15px;
}

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