/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
}
#page-ttl .pgttl-bgimg {
  width: 100%;
  height: 37.5rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-bgimg {
    height: 60svh;
    transition: all 0.24s ease;
  }
}
#page-ttl .pgttl-bgimg::before {
  position: absolute;
  z-index: 2;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.4));
}
#page-ttl .pgttl-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-ttl .pgttl-inner {
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 3em;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner {
    margin-bottom: 2em;
  }
}
#page-ttl .pgttl-inner h2 span.__jp {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.__breadcrumbs ul li {
  color: #333;
  display: flex;
  align-items: center;
  padding: 0.6em 0;
  margin-left: 1em;
  font-size: 0.85em;
}
.__breadcrumbs ul li::after {
  content: ">";
  margin-left: 1em;
}
.__breadcrumbs ul li a {
  color: #333;
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.__labelstyle {
  display: inline-block;
  line-height: 1em;
  font-size: 0.9em;
  padding: 0.6em 2em;
  border-radius: 50vh;
  margin-right: 0.4em;
  margin-bottom: 0.7em;
}

.__overview-table dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__overview-table dl {
    display: block;
  }
}
.__overview-table dl:nth-of-type(odd) {
  background-color: #f0f0f0;
}
.__overview-table dl dt, .__overview-table dl dd {
  line-height: 1.6em;
  padding: 2.4em;
}
.__overview-table dl dt {
  width: 14em;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .__overview-table dl dt {
    width: 100%;
    padding: 2em 1.2em 0;
  }
}
.__overview-table dl dd {
  width: calc(100% - 14em);
}
@media screen and (max-width: 767px) {
  .__overview-table dl dd {
    width: 100%;
    padding: 0.8em 1.2em 2em;
  }
}
.__overview-table dl dd a {
  display: inline;
  font-size: 1em;
}

/* business.html
---------------------------------------------------- */
@media screen and (max-width: 1199px) {
  .sec-business {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-business {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-business {
    padding-bottom: 40px;
  }
}
.sec-business::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  content: "";
  width: 100%;
  height: calc(100% - 7.5rem - 2em - 4.5rem);
  background-image: url(../images/bg-pattern_lgray02.png);
  background-size: 100px;
  background-repeat: repeat;
}
@media screen and (max-width: 1199px) {
  .sec-business::before {
    height: calc(100% - 80px - 3em - 5.5em);
  }
}
@media screen and (max-width: 991px) {
  .sec-business::before {
    height: calc(100% - 60px - 3em - 7.5em);
  }
}
@media screen and (max-width: 767px) {
  .sec-business::before {
    height: calc(100% - 60px - 20em);
  }
}
.sec-business .sec-inner {
  align-items: stretch;
}
.sec-business .sec-inner .txt-wrap .sec-txt {
  margin-top: 2em;
}
.sec-business .sec-inner .txt-wrap .sec-detail {
  margin-top: 3em;
}
.sec-business .sec-inner .txt-wrap .sec-detail .__labelstyle {
  background-color: #fff;
  border: solid 1px #eaebe8;
}
@media screen and (max-width: 991px) {
  .sec-business .sec-inner .img-wrap {
    margin-top: 2em;
  }
}
.sec-business .sec-inner .img-wrap .__imgstyle {
  aspect-ratio: auto;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .sec-business .sec-inner .img-wrap .__imgstyle {
    aspect-ratio: 3/2;
    height: auto;
  }
}

.sec-business_client .sec-ttl {
  text-align: center;
}
.sec-business_client .sec-txt {
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-business_client .sec-txt {
    text-align: start;
    margin-top: 2em;
  }
}
.sec-business_client .sec-txt ul.__note {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-business_client .sec-txt ul.__note {
    margin: 1em 0 0;
  }
}
.sec-business_client .sec-txt ul.__note li {
  font-size: 0.9em;
}
.sec-business_client .client-list {
  margin-top: 1em;
}
.sec-business_client .client-list ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-business_client .client-list ul li {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  width: calc(25% - 1.5em);
  margin-right: 2em;
  margin-top: 2em;
}
.sec-business_client .client-list ul li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-business_client .client-list ul li {
    width: calc(33.3333333333% - 1.3333333333em);
  }
  .sec-business_client .client-list ul li:nth-of-type(4n) {
    margin-right: 2em;
  }
  .sec-business_client .client-list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-business_client .client-list ul li {
    width: calc(50% - 1em);
  }
  .sec-business_client .client-list ul li:nth-of-type(3n) {
    margin-right: 2em;
  }
  .sec-business_client .client-list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.sec-business_client .client-list ul li img {
  width: 100%;
  height: auto;
}

/* case.html
---------------------------------------------------- */
.sec-case-list .case-list ul .case-list-item .item-year {
  margin-bottom: 2em;
}
.sec-case-list .case-list ul .case-list-item .item-year h3 {
  font-weight: 800;
  font-size: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-case-list .case-list ul .case-list-item .item-year h3 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-case-list .case-list ul .case-list-item .item-year h3 {
    font-size: 1.25em;
  }
}
.sec-case-list .case-list ul .case-list-item .item-year h3 span.__num {
  color: #333;
  font-size: 1.75em;
  display: inline-block;
  margin-right: 0.1em;
}
.sec-case-list .case-list ul .case-list-item .item-content {
  overflow-x: auto;
}
.sec-case-list .case-list ul .case-list-item .item-content table {
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
}
.sec-case-list .case-list ul .case-list-item .item-content table th {
  font-weight: 800;
  background-color: #eaebe8;
  padding: 1em 1.2em;
}
@media screen and (max-width: 767px) {
  .sec-case-list .case-list ul .case-list-item .item-content table th {
    font-size: 0.9em;
  }
}
.sec-case-list .case-list ul .case-list-item .item-content table td {
  line-height: 1.4em;
  border-bottom: solid 1px #aeb1a8;
  padding: 1.6em 1.2em;
}
@media screen and (max-width: 767px) {
  .sec-case-list .case-list ul .case-list-item .item-content table td {
    font-size: 0.9em;
  }
}
.sec-case-list .case-list ul .case-list-item .item-content table td.__separate {
  border-bottom-width: 2px;
}
.sec-case-list .case-list ul .case-list-item .js-scrollable .scroll-hint-icon {
  z-index: 2;
  height: 90px !important;
}

/* company.html
---------------------------------------------------- */
.sec-company {
  border-bottom: solid 1px #aeb1a8;
}
.sec-company.__greeting .sec-inner {
  align-items: flex-start;
}
.sec-company.__greeting .sec-inner .txt-wrap {
  width: calc(100% - 16em - 7.5rem);
}
@media screen and (max-width: 991px) {
  .sec-company.__greeting .sec-inner .txt-wrap {
    width: 100%;
  }
}
.sec-company.__greeting .sec-inner .txt-wrap .sec-txt p {
  margin-top: 1em;
}
.sec-company.__greeting .sec-inner .img-wrap {
  width: 16em;
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  .sec-company.__greeting .sec-inner .img-wrap {
    width: min(100%, 270px);
    margin: 0 auto;
    margin-top: 3em;
  }
}
.sec-company.__greeting .sec-inner .img-wrap .__imgstyle {
  aspect-ratio: auto;
  height: auto;
}
.sec-company.__greeting .sec-inner .img-wrap .__imgstyle img {
  height: auto;
}
.sec-company.__greeting .sec-inner .img-wrap .sign-txt {
  width: 60%;
  margin: 0 auto;
  margin-top: 2em;
}
.sec-company.__greeting .sec-inner .img-wrap .sign-txt img {
  width: 100%;
  height: auto;
}
.sec-company.__overview .__overview-table {
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .sec-company.__overview .__overview-table {
    margin-top: 2em;
  }
}
.sec-company.__access .sec-ttl span.__en {
  color: #aeb1a8;
}
.sec-company.__access .access-info .info-wrap {
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-company.__access .access-info .info-wrap {
    margin-top: 3em;
  }
}
.sec-company.__access .access-info .info-wrap:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .sec-company.__access .access-info .info-wrap:nth-of-type(1) {
    margin-top: 3em;
  }
}
.sec-company.__access .access-info .info-wrap .txt-wrap {
  width: 48em;
}
@media screen and (max-width: 991px) {
  .sec-company.__access .access-info .info-wrap .txt-wrap {
    width: 100%;
  }
}
.sec-company.__access .access-info .info-wrap .txt-wrap .office-name h4 {
  font-weight: 800;
  font-size: 2.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-company.__access .access-info .info-wrap .txt-wrap .office-name h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company.__access .access-info .info-wrap .txt-wrap .office-name h4 {
    font-size: 1.25em;
  }
}
.sec-company.__access .access-info .info-wrap .txt-wrap .office-info {
  margin-top: 1em;
}
.sec-company.__access .access-info .info-wrap .txt-wrap .office-info h5 {
  font-weight: 800;
  margin-top: 2em;
}
.sec-company.__access .access-info .info-wrap .txt-wrap .office-info p a {
  display: inline;
}
.sec-company.__access .access-info .info-wrap .map-wrap {
  width: calc(100% - 48em);
  aspect-ratio: 3/2;
}
@media screen and (max-width: 991px) {
  .sec-company.__access .access-info .info-wrap .map-wrap {
    width: 100%;
    margin-top: 2em;
  }
}
.sec-company.__access .access-info .info-wrap .map-wrap iframe {
  width: 100%;
  height: 100%;
}
.sec-company.__award .award-list > ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sec-company.__award .award-list > ul .award-list-item {
  width: calc(50% - 2em);
  margin-right: 4em;
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  .sec-company.__award .award-list > ul .award-list-item {
    width: calc(50% - 1.5em);
    margin-right: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company.__award .award-list > ul .award-list-item {
    width: 100%;
    margin-right: 0;
  }
}
.sec-company.__award .award-list > ul .award-list-item:nth-of-type(2n) {
  margin-right: 0;
}
.sec-company.__award .award-list > ul .award-list-item .item-img {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.sec-company.__award .award-list > ul .award-list-item .item-img img {
  width: 100%;
  height: auto;
}
.sec-company.__award .award-list > ul .award-list-item .item-txt {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-company.__award .award-list > ul .award-list-item .item-txt {
    margin-top: 1em;
  }
}
.sec-company.__award .award-list > ul .award-list-item .item-txt ul {
  margin-top: 0.2em;
}
.sec-company.__award .award-list > ul .award-list-item .item-txt ul li {
  font-size: 0.9em;
}
.sec-company.__qualification {
  border-bottom: none;
}
.sec-company.__qualification .qualification-list {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-company.__qualification .qualification-list {
    display: block;
  }
}
.sec-company.__qualification .qualification-list .list-wrap {
  width: calc(50% - 2em);
}
@media screen and (max-width: 991px) {
  .sec-company.__qualification .qualification-list .list-wrap {
    width: calc(50% - 1.5em);
  }
}
@media screen and (max-width: 767px) {
  .sec-company.__qualification .qualification-list .list-wrap {
    width: 100%;
  }
}
.sec-company.__qualification .qualification-list .list-wrap dl {
  display: flex;
}
.sec-company.__qualification .qualification-list .list-wrap dl dt, .sec-company.__qualification .qualification-list .list-wrap dl dd {
  padding: 1.6em 1.2em;
  border-bottom: solid 1px #aeb1a8;
}
.sec-company.__qualification .qualification-list .list-wrap dl dt {
  width: calc(100% - 5em);
}
.sec-company.__qualification .qualification-list .list-wrap dl dd {
  text-align: center;
  width: 5em;
}
.sec-company.__qualification .qualification-list .list-wrap dl.__head {
  font-weight: 800;
  background-color: #f0f0f0;
}
.sec-company.__qualification .qualification-list .list-wrap dl.__head dt, .sec-company.__qualification .qualification-list .list-wrap dl.__head dd {
  padding: 1em 1.2em;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .sec-company.__qualification .qualification-list .list-wrap dl.__sp-hidden {
    display: none;
  }
}
.sec-company.__history {
  border-bottom: none;
}
.sec-company.__history .__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sec-company.__history .__inner {
    display: block;
  }
}
.sec-company.__history .sec-ttl {
  position: sticky;
  flex-shrink: 0;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 991px) {
  .sec-company.__history .sec-ttl {
    position: relative;
    top: 0 !important;
  }
}
.sec-company.__history .sec-ttl span.__en {
  color: #aeb1a8;
}
.sec-company.__history .history-list {
  padding-left: 10rem;
}
@media screen and (max-width: 991px) {
  .sec-company.__history .history-list {
    padding-left: 0;
    margin-top: 2em;
  }
}
.sec-company.__history .history-list dl {
  position: relative;
  z-index: 2;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-company.__history .history-list dl {
    display: block;
  }
}
.sec-company.__history .history-list dl::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-left: 0.4em;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #aeb1a8;
}
.sec-company.__history .history-list dl dt, .sec-company.__history .history-list dl dd {
  line-height: 1.4em;
  padding: 2.4em 1.2em;
}
.sec-company.__history .history-list dl dt {
  width: 16em;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .sec-company.__history .history-list dl dt {
    width: 100%;
    padding: 2em 0 0;
  }
}
.sec-company.__history .history-list dl dt span.__txtstyle02::before {
  margin-right: 1em;
}
.sec-company.__history .history-list dl dd {
  width: calc(100% - 16em);
}
@media screen and (max-width: 767px) {
  .sec-company.__history .history-list dl dd {
    width: 100%;
    padding: 0.8em 2em 2em;
  }
}
.sec-company.__history .history-list dl dd a {
  display: inline;
  font-size: 1em;
}

/* recruit-career
---------------------------------------------------- */
.sec-recruit .recruit-link {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-recruit .recruit-link {
    display: block;
  }
}
.sec-recruit .recruit-link .__linkbtn a {
  margin: 0 auto;
  padding: 0.8em 2.4em;
}
@media screen and (max-width: 767px) {
  .sec-recruit .recruit-link .__linkbtn a {
    text-align: center;
    width: 100%;
    padding: 0.6em;
  }
}
.sec-recruit .recruit-link .__linkbtn a i {
  margin-left: 2em;
}
.sec-recruit .recruit-link .__linkbtn:nth-of-type(1) {
  margin-right: 3em;
}
@media screen and (max-width: 767px) {
  .sec-recruit .recruit-link .__linkbtn:nth-of-type(1) {
    margin-right: auto;
    margin-bottom: 1em;
  }
}
.sec-recruit .recruit-link .__linkbtn:nth-of-type(1) a {
  padding-top: 1em;
  padding-bottom: 1em;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  .sec-recruit .recruit-link .__linkbtn:nth-of-type(1) a {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
.sec-recruit .recruit-link .__linkbtn:nth-of-type(1) a:hover {
  opacity: 0.7;
}
.sec-recruit .recruit-link .__linkbtn:nth-of-type(2) a .__hover-style {
  padding: 0.2em 0;
}
.sec-recruit .recruit-link .__linkbtn:nth-of-type(2) a .__hover-style::before {
  background-color: #6da8c7;
}
.sec-recruit.__intro::before {
  position: absolute;
  z-index: -1;
  top: 0;
  content: "";
  width: 100%;
  height: 30rem;
  background-image: url(../images/bg-pattern_dgray02.png);
  background-size: 100px;
  background-repeat: repeat;
}
@media screen and (max-width: 1199px) {
  .sec-recruit.__intro::before {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit.__intro::before {
    height: 320px;
  }
}
.sec-recruit.__intro .sec-inner .txt-wrap {
  position: relative;
  z-index: 4;
}
.sec-recruit.__intro .sec-inner .txt-wrap .sec-ttl {
  color: #fff;
}
.sec-recruit.__intro .sec-inner .txt-wrap .sec-ttl h3 span.__en {
  font-size: 5rem;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit.__intro .sec-inner .txt-wrap .sec-ttl h3 span.__en {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit.__intro .sec-inner .txt-wrap .sec-ttl h3 span.__en {
    font-size: min(10vw, 3.5em);
  }
}
.sec-recruit.__intro .sec-inner .txt-wrap .sec-ttl h3 span.__en .__txtgradation {
  background: linear-gradient(135deg, #6da8c7, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-recruit.__intro .sec-inner .txt-wrap .sec-ttl h3 span.__jp {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit.__intro .sec-inner .txt-wrap .sec-ttl h3 span.__jp {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit.__intro .sec-inner .txt-wrap .sec-ttl h3 span.__jp {
    font-size: 1.25em;
  }
}
.sec-recruit.__intro .sec-inner .txt-wrap .sec-ttl h3 span.__jp em {
  font-size: 1.25em;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-left: 0.1em;
}
.sec-recruit.__intro .sec-inner .txt-wrap .sec-detail {
  margin-top: 3em;
  padding: 1.6em 2.4em 0;
}
@media screen and (max-width: 767px) {
  .sec-recruit.__intro .sec-inner .txt-wrap .sec-detail {
    padding-left: min(6.4vw, 30px);
    padding-right: min(6.4vw, 30px);
  }
}
.sec-recruit.__intro .sec-inner .txt-wrap .sec-detail ul li {
  margin-top: 0.2em;
}
.sec-recruit.__intro .sec-inner .txt-wrap .sec-detail ul li::before {
  color: #6da8c7;
}
@media screen and (max-width: 1199px) {
  .sec-recruit.__intro .sec-inner .img-wrap .__imgstyle {
    aspect-ratio: 1/1;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit.__intro .sec-inner .img-wrap .__imgstyle {
    aspect-ratio: 3/2;
  }
}
.sec-recruit.__intro .sec-inner .img-wrap .__imgstyle img {
  -o-object-position: 30% 50%;
     object-position: 30% 50%;
}
.sec-recruit.__intro .sec-txt {
  margin: 2em 0;
}
.sec-recruit.__intro .sec-txt p {
  text-align: center;
  font-size: 1.125em;
  line-height: 3em;
}
@media screen and (max-width: 767px) {
  .sec-recruit.__intro .sec-txt p {
    font-size: 1em;
    line-height: 2em;
    margin-top: 1em;
  }
}
.sec-recruit.__intro .sec-txt p .__catch {
  font-weight: 800;
  display: inline-block;
  line-height: 1em;
  letter-spacing: 0.2em;
  padding: 0.8em 1.4em;
  border: solid 1px #222;
  margin: 0 0.2em;
}
.sec-recruit.__intro .sec-txt p .__catch em {
  color: #8abd1b;
}
.sec-recruit.__confidence .confidence-list {
  margin-top: 2em;
}
.sec-recruit.__confidence .confidence-list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .sec-recruit.__confidence .confidence-list ul {
    display: block;
  }
}
.sec-recruit.__confidence .confidence-list ul .confidence-list-item {
  width: calc(33.3333333333% - 1.3333333333em);
}
@media screen and (max-width: 991px) {
  .sec-recruit.__confidence .confidence-list ul .confidence-list-item {
    width: min(100%, 480px);
    margin: 0 auto;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit.__confidence .confidence-list ul .confidence-list-item {
    margin-top: 2em;
  }
}
.sec-recruit.__confidence .confidence-list ul .confidence-list-item .item-img {
  position: relative;
  border-top-left-radius: 11.71875rem;
  border-bottom-right-radius: 11.71875rem;
  box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.2);
  overflow: clip;
  width: 100%;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 1199px) {
  .sec-recruit.__confidence .confidence-list ul .confidence-list-item .item-img {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit.__confidence .confidence-list ul .confidence-list-item .item-img {
    border-top-left-radius: 72px;
    border-bottom-right-radius: 72px;
  }
}
.sec-recruit.__confidence .confidence-list ul .confidence-list-item .item-img::before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 20%;
  background: linear-gradient(0deg, transparent, #cbe8f1);
  opacity: 0.9;
}
.sec-recruit.__confidence .confidence-list ul .confidence-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-recruit.__confidence .confidence-list ul .confidence-list-item .item-txt {
  margin-top: 1em;
}
.sec-recruit.__confidence .confidence-list ul .confidence-list-item .item-txt p::before {
  color: #aeb1a8;
}
.sec-recruit.__schedule .schedule-person {
  margin-top: 2em;
  padding: 0.6em;
}
.sec-recruit.__schedule .schedule-person .border-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #aeb1a8;
  padding: 2.4em;
}
@media screen and (max-width: 767px) {
  .sec-recruit.__schedule .schedule-person .border-wrap {
    display: block;
    padding: min(6.4vw, 30px);
  }
}
.sec-recruit.__schedule .schedule-person .person-img {
  width: 14em;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 767px) {
  .sec-recruit.__schedule .schedule-person .person-img {
    width: min(100%, 270px);
    aspect-ratio: 1/1;
    margin: 0 auto;
    margin-bottom: 2em;
  }
}
.sec-recruit.__schedule .schedule-person .person-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-recruit.__schedule .schedule-person .person-info {
  width: calc(100% - 14em - 7.5rem);
  padding-right: calc(7.5rem - 2.4em);
}
@media screen and (max-width: 767px) {
  .sec-recruit.__schedule .schedule-person .person-info {
    width: 100%;
    padding-right: 0;
  }
}
.sec-recruit.__schedule .schedule-person .person-info .person-name h4 {
  border-left-color: #6da8c7;
}
.sec-recruit.__schedule .schedule-person .person-info .person-name h4 span.__name {
  display: inline-block;
  font-weight: 800;
  font-size: 2em;
  margin-top: 0.4em;
  margin-right: 0.2em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit.__schedule .schedule-person .person-info .person-name h4 span.__name {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit.__schedule .schedule-person .person-info .person-name h4 span.__name {
    font-size: 1.5em;
  }
}
.sec-recruit.__schedule .schedule-person .person-info .person-comment {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-recruit.__schedule .schedule-person .person-info .person-comment {
    margin-top: 1em;
  }
}
.sec-recruit.__schedule .schedule-list {
  margin-top: 4em;
}
.sec-recruit.__schedule .schedule-list ul .schedule-list-item {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4em;
}
.sec-recruit.__schedule .schedule-list ul .schedule-list-item:nth-of-type(1) {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .sec-recruit.__schedule .schedule-list ul .schedule-list-item {
    display: block;
    padding-top: 3em;
  }
}
.sec-recruit.__schedule .schedule-list ul .schedule-list-item::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-left: 4.875em;
  content: "";
  display: block;
  width: 0.25em;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-recruit.__schedule .schedule-list ul .schedule-list-item::before {
    margin-left: 0;
  }
}
.sec-recruit.__schedule .schedule-list ul .schedule-list-item .item-time {
  color: #fff;
  background-color: #333;
  font-size: 1em;
  letter-spacing: 0.1em;
  width: 10em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-recruit.__schedule .schedule-list ul .schedule-list-item .item-time {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 1em;
  }
}
.sec-recruit.__schedule .schedule-list ul .schedule-list-item .item-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 12em - 1em);
}
@media screen and (max-width: 991px) {
  .sec-recruit.__schedule .schedule-list ul .schedule-list-item .item-content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit.__schedule .schedule-list ul .schedule-list-item .item-content {
    width: 100%;
    padding-left: 2em;
  }
}
.sec-recruit.__schedule .schedule-list ul .schedule-list-item .item-content .content-txt h5 {
  color: #333;
  font-weight: 800;
  font-size: 1.25em;
}
.sec-recruit.__schedule .schedule-list ul .schedule-list-item .item-content .content-img {
  width: 16em;
  margin-left: 4em;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .sec-recruit.__schedule .schedule-list ul .schedule-list-item .item-content .content-img {
    width: min(100%, 480px);
    margin-left: 0;
    margin-top: 2em;
  }
}
.sec-recruit.__schedule .schedule-list ul .schedule-list-item .item-content .content-img .__imgstyle {
  width: 100%;
  aspect-ratio: 4/3;
}
.sec-recruit.__schedule .schedule-list ul .schedule-list-item .item-content .content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-recruit.__flow .sec-ttl span.__en {
  color: #aeb1a8;
}
.sec-recruit.__flow .flow-list {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit.__flow .flow-list {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit.__flow .flow-list {
    margin-top: 2em;
  }
}
.sec-recruit.__flow .flow-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec-recruit.__flow .flow-list ul .flow-list-item {
  position: relative;
  width: calc(20% - 3rem);
  margin-right: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-recruit.__flow .flow-list ul .flow-list-item {
    width: calc(33.3333333333% - 4em);
    margin-right: 4em;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit.__flow .flow-list ul .flow-list-item {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 6em;
  }
}
.sec-recruit.__flow .flow-list ul .flow-list-item::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: calc(-1.875rem - 0.5em);
  content: "\f178";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .sec-recruit.__flow .flow-list ul .flow-list-item::before {
    margin-right: -2.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit.__flow .flow-list ul .flow-list-item::before {
    font-size: 1.25em;
    top: initial;
    right: initial;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0;
    margin-bottom: -3.5em;
    content: "\f063";
  }
}
.sec-recruit.__flow .flow-list ul .flow-list-item:nth-of-type(5) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec-recruit.__flow .flow-list ul .flow-list-item:nth-of-type(5) {
    margin-bottom: 0;
  }
}
.sec-recruit.__flow .flow-list ul .flow-list-item:nth-of-type(5)::before {
  display: none;
}
.sec-recruit.__flow .flow-list ul .flow-list-item .item-icon {
  width: min(65%, 110px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-recruit.__flow .flow-list ul .flow-list-item .item-icon {
    width: 90px;
  }
}
.sec-recruit.__flow .flow-list ul .flow-list-item .item-icon img {
  width: 100%;
  height: auto;
}
.sec-recruit.__flow .flow-list ul .flow-list-item .item-ttl {
  margin-top: 1em;
}
.sec-recruit.__flow .flow-list ul .flow-list-item .item-ttl h4 {
  text-align: center;
}
.sec-recruit.__flow .flow-list ul .flow-list-item .item-ttl h4 span.__en {
  display: block;
  padding-bottom: 0.2em;
  margin-bottom: 0.4em;
  border-bottom: solid 1px #fff;
}
.sec-recruit.__flow .flow-list ul .flow-list-item .item-ttl h4 span.__ttl {
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .sec-recruit.__flow .flow-list ul .flow-list-item .item-ttl h4 span.__ttl {
    font-size: 1.125em;
  }
}
.sec-recruit.__flow .recruit-link {
  margin-top: 6em;
}
.sec-recruit.__flow .recruit-link .__linkbtn a {
  border: solid 1px #fff;
}
.sec-recruit.__flow .recruit-link .__linkbtn:nth-of-type(2) a {
  color: #222;
  background-color: #fff;
}
.sec-recruit.__job-description .__overview-table {
  margin-top: 2em;
}
.sec-recruit.__job-description .__overview-table .table-ttl h4 {
  font-weight: 800;
  font-size: 1.25em;
  background-color: #f0f0f0;
  padding: 1.2em;
}
@media screen and (max-width: 991px) {
  .sec-recruit.__job-description .__overview-table .table-ttl h4 {
    font-size: 1.125em;
  }
}
.sec-recruit.__job-description .__overview-table dl:nth-of-type(odd) {
  background-color: initial;
}
.sec-recruit.__job-description .__overview-table dl dt, .sec-recruit.__job-description .__overview-table dl dd {
  padding-left: 0;
  padding-right: 0;
  border-bottom: solid 1px #aeb1a8;
}
@media screen and (max-width: 767px) {
  .sec-recruit.__job-description .__overview-table dl dt {
    border-bottom: none;
  }
}
.sec-recruit.__job-description .__overview-table dl dd span.__note {
  font-size: 0.9em;
}
.sec-recruit.__job-description .__overview-table dl dd ul {
  margin-top: 0.2em;
}
.sec-recruit.__job-description .__overview-table dl dd ul li::before {
  color: #aeb1a8;
}
.sec-recruit.__job-description .__overview-table dl dd ul.__note li {
  font-size: 0.9em;
}
.sec-recruit.__job-description .__overview-table dl dd ul.__note li::before {
  color: #222;
}
.sec-recruit.__job-description .recruit-link {
  margin-top: 4em;
}
.sec-recruit.__job-description .recruit-link .__linkbtn a {
  border: solid 1px #222;
}
.sec-recruit.__job-description .recruit-link .__linkbtn:nth-of-type(2) a {
  color: #fff;
  background-color: #333;
}/*# sourceMappingURL=sub.css.map */