.pageheader {
  height: 24rem;
  width: 80%;
  top: 0;
  margin-right: 0;
  margin-top: 10vh;
  margin-left: auto;
  position: relative;
}

@media screen and (max-width: 540px) {
  .pageheader {
    height: 10rem;
    width: 70%;
    margin-top: 5vh;
  }
}

.pageheader img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pageheader_recruit img {
  object-position: left;
}

.pageheader .shadow {
  position: absolute;
  width: 100%;
  height: 24rem;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 540px) {
  .pageheader .shadow {
    height: 10rem;
    width: 100%;
  }
}
.pageheader .pagename {
  position: absolute;
  left: -20%;
  top: 50%;
  font-size: 2.5rem;
  padding: 3rem 5vw;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  line-height: 1;
}

.pageheader .pagename small {
  font-size: 1rem;
  color: #2499a8;
}
@media screen and (max-width: 540px) {
  .pageheader .pagename {
    position: absolute;
    left: -25%;
    top: 50%;
    font-size: 1.2rem;
    padding: 1rem 2rem;
  }
  .pageheader .pagename small {
    font-size: 0.8rem;
    display: block;
    margin-top: 0.5rem;
  }
}
.about_message {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 540px) {
  .about_message {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.page_sec_head1 .flex {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.page_sec_head1 .flex .eng {
  font-size: 2.4rem;
  background: linear-gradient(270deg, #3f7f9c 0%, #3e5f98 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page_sec_head1 .flex .jpn {
  font-size: 1rem;
  margin-left: 1rem;
}
.about_message .left .line {
  width: 4.5rem;
  height: 1px;
  background-color: #3f7f9c;
  margin: 3rem 0;
}
@media screen and (max-width: 540px) {
  .page_sec_head1 .flex .eng {
    font-size: 1.5rem;
  }
  .page_sec_head1 .flex .jpn {
    font-size: 0.8rem;
    margin-left: 1rem;
  }
  .about_message .left .line {
    width: 3rem;
    margin: 2rem 0;
  }
}
.about_message .left .lead {
  font-size: 2vw;
  color: #333;
  margin-bottom: 2rem;
  font-weight: bold;
}
.about_message .left .text {
  font-weight: 400;
  line-height: 2.1;
  font-size: 1.2vw;
}
@media screen and (min-width: 1500px) {
  .about_message .left .lead {
    font-size: 38px;
  }
  .about_message .left .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .about_message .left .lead {
    font-size: 1.2rem;
  }
  .about_message .left .text {
    font-size: 0.9rem;
  }
}
.about_message .sec_inner {
  display: flex;
  align-items: stretch; /* 高さを揃える */
  justify-content: space-between;
}

.about_message .sec_inner .left {
  width: 50%;
}

.about_message .sec_inner .right {
  flex: 0 0 45%; /* 固定幅（必要に応じて調整） */
  position: relative;
}
@media screen and (max-width: 540px) {
  .about_message .sec_inner {
    flex-direction: column;
  }
  .about_message .sec_inner .left {
    width: 100%;
    margin-bottom: 4rem;
  }

  .about_message .sec_inner .right {
    flex: initial;
    width: 100%;
    height: 18rem;
  }
}
.about_message .sec_inner .right img {
  flex: 0 0 100%; /* 固定幅（必要に応じて調整） */
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover; /* はみ出しをトリミング */
  display: block;
}
.sec1_underimage {
  height: 34vw;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .sec1_underimage {
    height: 40vw;
    width: 100%;
  }
}
.sec1_underimage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.our_vision .sec_inner {
  display: flex;
  flex-direction: row-reverse;
}

.our_vision .sec_inner .left {
  flex: 0 0 40%; /* 固定幅（必要に応じて調整） */
  position: relative;
}
.our_vision .sec_inner .left img {
  flex: 0 0 100%; /* 固定幅（必要に応じて調整） */
  position: relative;
  width: 100%;
  height: 100%;

  object-fit: cover; /* はみ出しをトリミング */
  display: block;
}

.our_vision .sec_inner .right {
  flex: 0 0 60%; /* 固定幅（必要に応じて調整） */
  position: relative;
}
.our_vision .right {
  padding: 10vw;
}
@media screen and (min-width: 1350px) {
  .our_vision .right {
    padding: 160px;
  }
}
@media screen and (max-width: 540px) {
  .our_vision .sec_inner {
    flex-direction: column-reverse;
  }
  .our_vision .page_sec_head1 .flex {
    display: block;
  }
  .our_vision .page_sec_head1 .flex .jpn {
    margin-left: initial;
    margin-top: 0.8rem;
  }
  .our_vision .right {
    padding: 3rem 2rem;
  }
}
.our_vision .right .line {
  width: 4.5rem;
  height: 1px;
  background-color: #3f7f9c;
  margin: 3rem 0;
}
@media screen and (max-width: 540px) {
  .our_vision .right .line {
    width: 3rem;
    margin: 2rem 0;
  }
}
.our_vision .right .lead {
  font-size: 2.5vw;
  color: #333;
  margin-bottom: 2rem;
  font-weight: bold;
}
.our_vision .right .text {
  font-weight: 400;
  line-height: 2.4;
  font-size: 1.3vw;
  width: 80%;
}
@media screen and (min-width: 1350px) {
  .our_vision .right .lead {
    font-size: 33px;
  }
  .our_vision .right .text {
    font-size: 17px;
  }
}
@media screen and (min-width: 1500px) {
  .our_vision .right .lead {
    font-size: 38px;
  }
  .our_vision .right .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .our_vision .right .lead {
    font-size: 1.2rem;
  }
  .our_vision .right .text {
    font-size: 0.8rem;
    width: 100%;
  }
}

.sec_3goal {
  padding: 10rem 0;
  background-color: #f4fafb;
}
@media screen and (max-width: 540px) {
  .sec_3goal {
    padding: 5rem 0;
  }
}
.sechead_3goal {
  font-size: 3rem;
  font-weight: bold;
  background: linear-gradient(270deg, #3f7f9c 0%, #3e5f98 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 540px) {
  .sechead_3goal {
    font-size: 1.7rem;
    margin-bottom: 4rem;
  }
}
.sec_3goal .sec_s {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
@media screen and (max-width: 540px) {
  .sec_3goal .sec_s {
    flex-direction: column;
    margin-bottom: 7rem;
  }
}
.sec_3goal .sec_s:last-child {
  margin-bottom: 0rem;
}
.sec_3goal .sec_s.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 540px) {
  .sec_3goal .sec_s.reverse {
    flex-direction: column;
  }
}
.sec_3goal .sec_s .headarea {
  position: relative;
  margin-bottom: 3rem;
}
.sec_3goal .sec_s .left {
  width: 45%;
  position: relative;
}
.sec_3goal .sec_s .right {
  width: 45%;
}
@media screen and (max-width: 540px) {
  .sec_3goal .sec_s .headarea {
    margin-bottom: 2rem;
  }
  .sec_3goal .sec_s .left {
    width: 100%;
    position: relative;
  }
  .sec_3goal .sec_s .right {
    width: 100%;
  }
}

.sec_3goal .sec_s .left .number {
  color: #1387a4;
  position: relative;
  z-index: 1;
}
.sec_3goal .sec_s .left .head {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.sec_3goal .sec_s .left .backnumber {
  font-size: 9rem;
  font-weight: bolder;
  position: absolute;
  z-index: 0;
  transform: translate(-40%, -40%);
  color: #fff;
  text-shadow: 0px 4px 50px rgba(19, 135, 164, 0.1);
}
.sec_3goal .sec_s .left .sentence {
  font-size: 1.1rem;
  line-height: 2;
  font-weight: 400;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 540px) {
  .sec_3goal .sec_s .left .head {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }
  .sec_3goal .sec_s .left .backnumber {
    font-size: 7rem;
    font-weight: bolder;
    position: absolute;
    transform: translate(-30%, -50%);
  }
  .sec_3goal .sec_s .left .sentence {
    font-size: 0.9rem;
    line-height: 2;
    font-weight: 400;
    width: 100%;
    margin-bottom: 3.5rem;
  }
}
.sec_3goal .btn_s {
  bottom: 0rem;
  right: 2rem;
}
@media screen and (max-width: 540px) {
  .sec_3goal .btn_s {
    bottom: 1.5rem;
    right: 2rem;
  }
}
.sec_recommend .sec_head {
  font-weight: 500;
  font-size: 2.2rem;
  background: var(--Linear, linear-gradient(270deg, #3f7f9c 0%, #3e5f98 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.sec_contents_pagehead {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 540px) {
  .sec_contents_pagehead {
    width: 90%;
    margin: auto;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.sec_recommend .sec_head small {
  background: initial;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  font-size: 1.2rem;
  color: #7f7671;
  margin-left: 1rem;
  color: #2499a8;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .sec_recommend .sec_head {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
  .sec_recommend .sec_head small {
    font-size: 0.9rem;
  }
}
.sec_recommend .secOuter-l {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 540px) {
  .sec_recommend .secOuter-l {
    padding: 5rem 0;
  }
}

.sec_recommend_list {
  display: flex;
}

.sec_recommend_list .item {
  width: 31%;
}

.sec_recommend_list .item:nth-child(3n-1) {
  margin: 0 3.5%;
}

.sec_recommend_list .item .thamnail {
  height: 11rem;
  width: 100%;
  margin-bottom: 1.5rem;
}

.sec_recommend_list .item .thamnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
@media screen and (max-width: 540px) {
  .sec_recommend_list {
    flex-direction: column;
    justify-content: space-between;
  }
  .sec_recommend_list .item {
    width: 90%;
    margin: auto;
    margin-bottom: 3rem;
  }

  .sec_recommend_list .item:nth-child(3n-1) {
    margin: auto;
    margin-bottom: 3rem;
  }
  .sec_recommend_list .item:last-child {
    margin-bottom: 0rem;
  }
  .sec_recommend_list .item .thamnail {
    height: 13rem;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.sec_recommend .category_area .category {
  font-size: 0.8rem;
  padding: 0.35rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 1rem;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
}
@media screen and (max-width: 540px) {
  .sec_recommend .category_area .category {
    font-size: 1rem;
  }
}
.sec_recommend .category_area .category.cat_colmn {
  background-color: #ffc400;
}
.sec_recommend .category_area .category.cat_interview {
  background-color: #a16deb;
  color: #fff;
}
.sec_recommend .category_area .category.cat_attempt {
  background-color: #5f72dc;
  color: #fff;
}
.sec_recommend .category_area .category.cat_colmn_recruit {
  background-color: #49aa4b;
  color: #fff;
}
.sec_recommend .category_area .category.cat_case {
  background-color: #e97c28;
  color: #fff;
}
/*---------------------------------------------

	事業内容

---------------------------------------------*/
.service_first {
  padding: 10rem 0;
}
@media screen and (max-width: 540px) {
  .service_first {
    padding: 4rem 0 4rem;
  }
}
.service_first .catch {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 6rem;
}

.service_first .catch .sub {
  font-size: 1rem;
}

.service_first .catch .sub span {
  vertical-align: middle;
  display: inline-block;
  width: 5vw;
  height: 1px;
  margin: 2rem;
  background-color: #0d87e5;
}
@media screen and (max-width: 540px) {
  .service_first .catch {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .service_first .catch .sub {
    font-size: 0.9rem;
  }
  .service_first .catch .sub span {
    margin: 1.5rem 2rem;
  }
}
.sec_feature .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
.sec_feature .item:last-child {
  margin-bottom: 0rem;
}
@media screen and (max-width: 540px) {
  .sec_feature .item {
    flex-direction: column;
    justify-content: initial;
    align-items: initial;
    margin-bottom: 4rem;
  }
}
.sec_feature .item.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 540px) {
  .sec_feature .item.reverse {
    flex-direction: column;
  }
}
.sec_feature .item .left {
  width: 50%;
  padding-left: 14vw;
}
@media screen and (max-width: 540px) {
  .sec_feature .item .left {
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
}
.sec_feature .item.reverse .left {
  padding-left: 3vw;
  padding-right: 4vw;
}
@media screen and (max-width: 540px) {
  .sec_feature .item.reverse .left {
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
}
.sec_feature .item .left .head {
  display: flex;
  align-items: center;
}
.sec_feature .item .left .head .number {
  display: flex;
  width: 4rem;
  margin-right: 1.5rem;
}
.sec_feature .item .left .head .text {
  font-size: 2rem;
  font-weight: bold;
}
.sec_feature .item .left .sentence {
  font-size: 1.3vw;
  margin-top: 2.5rem;
  font-weight: 400;
  line-height: 2.2;
}
@media screen and (max-width: 540px) {
  .sec_feature .item .left .head .number {
    width: 3rem;
  }
  .sec_feature .item .left .head .text {
    font-size: 1.5rem;
  }
  .sec_feature .item .left .sentence {
    font-size: 0.9rem;
    margin-top: 1.5rem;
    font-weight: 400;
    line-height: 2;
  }
}
@media screen and (min-width: 1400px) {
  .sec_feature .item .left .sentence {
    font-size: 18px;
  }
}

.sec_feature .item .right {
  width: 48%;
  height: 25vw;
}
.sec_feature .item .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  border-radius: 20rem 0 0 20rem;
}
@media screen and (max-width: 540px) {
  .sec_feature .item .right {
    width: 90%;
    margin-right: 0;
    margin-left: auto;
    height: 45vw;
  }
  .sec_feature .item .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 20rem 0 0 20rem;
  }
}
.sec_feature .item.reverse .right img {
  border-radius: 0 20rem 20rem 0;
}
@media screen and (max-width: 540px) {
  .sec_feature .item.reverse .right img {
    border-radius: 20rem 0 0 20rem;
  }
}
.job_type {
  padding: 7rem 0;
  background-color: #f4fafb;
}
@media screen and (max-width: 540px) {
  .job_type {
    padding: 4rem 0;
    background-color: #f4fafb;
  }
}
.job_type .sec_head {
  text-align: center;
}
.job_type .sec_head .jpn {
  font-size: 2rem;
}
.job_type .sec_head .eng {
  font-weight: 400;
}
.job_type .sec_head .line {
  width: 5rem;
  height: 1px;
  background-color: #2499a8;
  margin: 3rem auto;
}
@media screen and (max-width: 540px) {
  .job_type .sec_head .jpn {
    font-size: 1.5rem;
  }
  .job_type .sec_head .line {
    width: 3rem;
    height: 1px;
    margin: 2rem auto;
  }
  .job_type .sec_head .disc {
    width: 80%;
    margin: auto;
  }
}
.sec_jobtype_l {
  background-color: #fff;
  padding: 5rem;
  width: 90%;
  max-width: 1024px;
  margin: auto;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 540px) {
  .sec_jobtype_l {
    background-color: #fff;
    padding: 1rem;
    width: 90%;
    margin-bottom: 3rem;
  }
}
.job_type .headarea {
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 540px) {
  .job_type .headarea {
    position: relative;
    margin-bottom: 2rem;
    margin-left: 1rem;
  }
}

@media screen and (max-width: 540px) {
  .job_type .headarea {
    margin-bottom: 2rem;
  }
  .job_type .sec_jobtype_l .headarea {
    margin-left: 2rem;
    margin-top: 1rem;
  }
}

.job_type .headarea .number {
  color: #1387a4;
  position: relative;
  z-index: 1;
}
.job_type .headarea .head {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}
.job_type .headarea .backnumber {
  font-size: 9rem;
  font-weight: bolder;
  position: absolute;
  z-index: 0;
  top: 25%;
  left: -3rem;
  transform: translateY(-50%);
  color: #eef8fb;
}
.job_type .disc_s {
  font-size: 0.9rem;
  line-height: 2;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px dotted #2499a8;
}
@media screen and (max-width: 540px) {
  .job_type .headarea .head {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }
  .job_type .headarea .backnumber {
    font-size: 7rem;
    font-weight: bolder;
    position: absolute;
    transform: translateY(-50%);
  }
  .job_type .headarea .sentence {
    font-size: 0.9rem;
    line-height: 2;
    font-weight: 400;
    width: 100%;
    margin-bottom: 3.5rem;
  }
  .job_type .disc_s {
    line-height: 2;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px dotted #2499a8;
  }
}

.job_item_flex {
  display: flex;
}
.job_item_flex .item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.job_item_flex .job_item1 {
  width: 50%;
  padding-right: 2rem;
  border-right: 2px dotted #2499a8;
}
@media screen and (max-width: 540px) {
  .job_item_flex .job_item1 {
    padding-right: 1rem;
  }
}
.job_item_flex .job_item2 {
  width: 50%;
  padding-left: 2rem;
}
@media screen and (max-width: 540px) {
  .job_item_flex .job_item2 {
    padding-left: 1rem;
  }
}
.job_item_flex .item .head {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .job_item_flex .item .head {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    font-weight: bold;
  }
}
.job_item_flex .item .sentence {
  font-size: 0.9rem;
}
@media screen and (max-width: 540px) {
  .job_item_flex .item .sentence {
    font-size: 0.8rem;
  }
}
.job_item_flex .item .image {
  margin-top: 1.5rem;
}

.sec_jobtype_s_area {
  width: 90%;
  max-width: 1024px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 540px) {
  .sec_jobtype_s_area {
    flex-direction: column;
  }
}
.sec_jobtype_s_area .sec_jobtype_s {
  background-color: #fff;
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec_jobtype_s_area .sec_jobtype_s .info_inner {
  padding: 2rem;
}

.sec_jobtype_s_area .sec_jobtype_s .headarea {
  transform: scale(0.75);
  left: -1rem;
}
@media screen and (max-width: 540px) {
  .sec_jobtype_s_area .sec_jobtype_s {
    width: 100%;
    margin-bottom: 3rem;
  }
  .sec_jobtype_s_area .sec_jobtype_s:last-child {
    margin-bottom: 0rem;
  }
  .sec_jobtype_s_area .sec_jobtype_s .info_inner {
    padding: 2rem;
  }

  .sec_jobtype_s_area .sec_jobtype_s .headarea {
    transform: scale(1);
    left: initial;
  }
}
.sec_jobtype_s_area .sec_jobtype_s .sentence {
  font-size: 0.9rem;
  margin-top: -1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .sec_jobtype_s_area .sec_jobtype_s .sentence {
    font-size: 0.9rem;
    margin-top: 0rem;
    font-weight: 400;
  }
}
.digitazation {
  color: #3c3c3c;
}
.digitazation .lead {
  font-size: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .digitazation .lead {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
.digitazation .contents .flex {
  display: flex;
  justify-content: space-between;
}
.digitazation .contents .flex .left {
  width: 55%;
  padding-right: 2rem;
}
.digitazation .contents .flex .right {
  width: 40%;
}
@media screen and (max-width: 540px) {
  .digitazation .contents .flex {
    flex-direction: column;
  }
  .digitazation .contents .flex .left {
    width: 100%;
    padding-right: initial;
  }
  .digitazation .contents .flex .right {
    width: 100%;
  }
}
.digitazation .contents .flex .left .lead_s {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 540px) {
  .digitazation .contents .flex .left .lead_s {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
.digitazation .contents .flex .left .sentence {
  font-size: 0.9rem;
  line-height: 2;
  font-weight: 400;
  width: 85%;
}
@media screen and (max-width: 540px) {
  .digitazation .contents .flex .left .sentence {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.job_type.disaster {
  background-color: #fff;
}

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

	新3Kについて

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

@media screen and (max-width: 540px) {
  .about_new3k {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
}
.about_new3k .flex {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.page_sec_head1 .flex .eng {
  font-size: 2.4rem;
  background: linear-gradient(270deg, #3f7f9c 0%, #3e5f98 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page_sec_head1 .flex .jpn {
  font-size: 1rem;
  margin-left: 1rem;
}
.about_new3k .left .line {
  width: 4.5rem;
  height: 1px;
  background-color: #3f7f9c;
  margin: 3rem 0;
}
@media screen and (max-width: 540px) {
  .page_sec_head1 .flex .eng {
    font-size: 1.5rem;
  }
  .page_sec_head1 .flex .jpn {
    font-size: 0.8rem;
    margin-left: 1rem;
  }
  .about_new3k .left .line {
    width: 3rem;
    margin: 2rem 0;
  }
}
.about_new3k .left .lead {
  font-size: 2.5vw;
  color: #333;
  margin-bottom: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.about_new3k .left .lead small {
  font-size: 1.1vw;
  font-weight: 400;
}
.about_new3k .left .text {
  font-weight: 400;
  line-height: 2.4;
  font-size: 1vw;
  width: 90%;
}
@media screen and (min-width: 1500px) {
  .about_new3k .left .lead {
    font-size: 38px;
  }
  .about_new3k .left .lead small {
    font-size: 18px;
  }
  .about_new3k .left .text {
    font-size: 16px;
    width: 80%;
  }
}
@media screen and (max-width: 540px) {
  .about_new3k .left .lead {
    font-size: 1.8rem;
    margin: auto;
    width: 80%;
    margin-bottom: 3rem;
    text-align: center;
  }
  .about_new3k .left .lead small {
    font-size: 1rem;
    font-weight: 400;
  }
  .about_new3k .left .text {
    font-size: 0.9rem;
    width: 80%;
    margin: auto;
  }
}
.about_new3k .sec_inner {
  display: flex;
  align-items: stretch; /* 高さを揃える */
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .about_new3k .sec_inner {
    flex-direction: column;
  }
}
.about_new3k .sec_inner .left {
  width: 50%;
  padding-left: 10vw;
}

.about_new3k .sec_inner .right {
  width: 47%;
}
.about_new3k .sec_inner .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 540px) {
  .about_new3k .sec_inner .left {
    width: 100%;
    padding-left: initial;
    margin-bottom: 3rem;
  }

  .about_new3k .sec_inner .right {
    width: 100%;
  }
  .about_new3k .sec_inner .right img {
    width: 100%;
    height: 100%;
  }
}
.new3k_contents {
  padding: 5rem 0;
  background-color: #f4fafb;
}
@media screen and (max-width: 540px) {
  .new3k_contents {
    padding: 4rem 0;
  }
}
.new3k_contents .promiss ul {
  display: flex;
  justify-content: space-between;
}
.new3k_contents .promiss ul li {
  width: 28%;
}
@media screen and (max-width: 540px) {
  .new3k_contents .promiss ul {
    flex-direction: column;
  }
  .new3k_contents .promiss ul li {
    width: 90%;
    margin: auto;
    margin-bottom: 4rem;
  }
  .new3k_contents .promiss ul li:last-child {
    margin-bottom: 0rem;
  }
}
.new3k_contents .head {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .new3k_contents .head {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.new3k_contents .headarea {
  position: relative;
  margin-bottom: 2.5rem;
}
.new3k_contents .left {
  width: 45%;
  position: relative;
}
.new3k_contents .right {
  width: 45%;
}
@media screen and (max-width: 540px) {
  .new3k_contents .headarea {
    margin-bottom: 2rem;
  }
  .new3k_contents .left {
    width: 100%;
    position: relative;
  }
  .new3k_contents .right {
    width: 100%;
  }
}

.new3k_contents .number {
  color: #3c3c3c;
  position: relative;
  z-index: 1;
}
.new3k_contents .head_s {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  background: var(--Linear, linear-gradient(270deg, #3f7f9c 0%, #3e5f98 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.new3k_contents .backnumber {
  font-size: 8rem;
  font-weight: bolder;
  position: absolute;
  z-index: 0;
  transform: translate(-40%, -40%);
  color: #fff;
  text-shadow: 0px 4px 50px rgba(19, 135, 164, 0.1);
}
.new3k_contents .sentence {
  font-size: 1.1rem;
  line-height: 2;
  font-weight: 400;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .new3k_contents .head_s {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }
  .new3k_contents .backnumber {
    font-size: 7rem;
    font-weight: bolder;
    position: absolute;
    transform: translate(-30%, -50%);
  }
  .new3k_contents .sentence {
    font-size: 0.9rem;
    line-height: 2;
    font-weight: 400;
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .about_message.ceo_message .sec_inner .right {
    flex: initial;
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
}
.about_message.ceo_message .line {
  width: 4.5rem;
  height: 1px;
  background-color: #3f7f9c;
  margin: 3rem 0;
}
.about_message.ceo_message .sec_inner .left {
  width: 50%;
}
.about_message.ceo_message .sec_inner .right {
  flex: 0 0 40%;
  position: relative;
}
@media screen and (max-width: 540px) {
  .about_message.ceo_message .sec_inner .left {
    width: 100%;
  }
  .about_message.ceo_message .sec_inner .right {
    flex: 0 0 100%;
    position: relative;
  }
}
.about_message.ceo_message .left .text {
  font-weight: 400;
  line-height: 2;
  font-size: 1rem;
  margin-bottom: 3rem;
  letter-spacing: 0rem;
}

.about_message.ceo_message .left .head_m {
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-left: 3px solid #0d87e5;
  padding-left: 1rem;
}
@media screen and (max-width: 540px) {
  .about_message.ceo_message .left .head_m {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
.about_message.ceo_message .left small {
  font-size: 10px;
}
@media screen and (min-width: 1500px) {
  .about_message.ceo_message .left .lead {
    font-size: 32px;
  }
}
@media screen and (max-width: 540px) {
  .about_message.ceo_message .left .text {
    font-size: 0.9rem;
  }
  .about_message.ceo_message .left .lead {
    font-size: 1.6rem;
  }
}
.about_message.ceo_message .sec_inner .right img {
  flex: 0 0 100%;
  position: relative;
  width: 100%;
  height: 80%;
  object-fit: cover;
  display: block;
}
.namearea {
  text-align: right;
  font-weight: 400;
  font-size: 0.9rem;
}
.namearea .name {
  font-size: 1.2rem;
  font-weight: 500;
}

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

	採用情報

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

.recruit_message {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 540px) {
  .recruit_message {
    padding-top: 3em;
    padding-bottom: 4rem;
  }
}
.page_sec_head1 .flex {
  display: flex;
  align-items: baseline;
  line-height: 1.5;
}
.page_sec_head1 .flex .eng {
  font-size: 2.4rem;
  background: linear-gradient(270deg, #3f7f9c 0%, #3e5f98 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page_sec_head1 .flex .jpn {
  font-size: 1rem;
  margin-left: 1rem;
}
.recruit_message .left .line {
  width: 4.5rem;
  height: 1px;
  background-color: #3f7f9c;
  margin: 3rem 0;
}
@media screen and (max-width: 540px) {
  .page_sec_head1 .flex .eng {
    font-size: 1.5rem;
  }
  .page_sec_head1 .flex .jpn {
    font-size: 0.8rem;
    margin-left: 1rem;
  }
  .recruit_message .left .line {
    width: 3rem;
    margin: 2rem 0;
  }
}
.recruit_message .left {
  font-weight: 400;
  line-height: 2.4;
  font-size: 1.2vw;
  padding-left: 4vw;
}
.recruit_message .left .lead {
  font-size: 2.5vw;
  color: #333;
  margin-bottom: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
.recruit_message .left .text {
  font-weight: 400;
  line-height: 2.2;
  font-size: 1.3vw;
}
@media screen and (min-width: 1500px) {
  .recruit_message .left .lead {
    font-size: 38px;
  }
  .recruit_message .left .text {
    font-size: 19px;
  }
}
@media screen and (max-width: 540px) {
  .recruit_message .left .lead {
    font-size: 1.4rem;
  }
  .recruit_message .left .text {
    font-size: 0.9rem;
    letter-spacing: 0;
  }
}
.recruit_message .sec_inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center; /* 高さを揃える */
  justify-content: space-between;
}

.recruit_message .sec_inner .left {
  width: 50%;
  z-index: 10;
}

.recruit_message .sec_inner .right {
  flex: 0 0 50%; /* 固定幅（必要に応じて調整） */
  position: relative;
}
@media screen and (max-width: 540px) {
  .recruit_message .sec_inner {
    flex-direction: column;
  }
  .recruit_message .sec_inner .left {
    width: 100%;
    margin-bottom: 4rem;
  }

  .recruit_message .sec_inner .right {
    flex: initial;
    width: 100%;
    height: 18rem;
  }
}
.recruit_message .sec_inner .right img {
  flex: 0 0 100%; /* 固定幅（必要に応じて調整） */
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover; /* はみ出しをトリミング */
  display: block;
}

.back_circle {
  position: absolute;
  top: 50%;
  width: 55vw;
}

.back_circle_recruit1 {
  right: 0;
  transform: translate(50%, -50%);
}
.timeline_area {
  margin-top: 5rem;
  padding: 5rem 3rem;
  padding-left: 7rem;
  border-radius: 1rem;
  box-shadow: 0px 4px 30px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 540px) {
  .timeline_area {
    margin-top: 3rem;
    padding: 2rem 1rem;
    padding-left: 4.5rem;
  }
}
.timeline {
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
}
@media screen and (max-width: 540px) {
  .timeline {
    padding-left: 1rem;
  }
}
.timeline_border {
  position: absolute;
  height: 91%;
  width: 2px;
  top: 1rem;
  background-color: #2499a8;
  left: 0rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 540px) {
  .timeline_border {
    height: 87%;
  }
}
.timeline-item {
  position: relative;
  margin-bottom: 3rem;
}
.timeline-item:last-child {
  margin-bottom: 0rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -2.5rem;
  top: 0.75rem;
  width: 1rem;
  height: 1rem;
  background: #fff; /* ← 白塗りに */
  border: 2px solid #42a5f5; /* ← 青い枠線を追加 */
  border-radius: 50%;
}
@media screen and (max-width: 540px) {
  .timeline-item::before {
    content: "";
    position: absolute;
    left: -1.5rem;
    top: 4px;
    width: 1rem;
    height: 1rem;
    background: #fff; /* ← 白塗りに */
    border: 2px solid #42a5f5; /* ← 青い枠線を追加 */
    border-radius: 50%;
  }
}
.time {
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.5rem;
  position: absolute;
  left: -7rem;
  top: 0;
  width: 3.5rem;
  text-align: right;
}
@media screen and (max-width: 540px) {
  .time {
    left: -5.5rem;
  }
}
.event_box {
  width: 60%;
  padding-right: 2rem;
}

.event_box h3 {
  margin-top: -1rem;
  color: #0e4e80;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

@media screen and (max-width: 540px) {
  .event_box h3 {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
    font-weight: 500;
  }
}
.event_flex {
  position: relative;
  display: flex;
  background: #eaf4fb;
  padding: 2.5rem 2rem;
  border-radius: 8px;
}

.event_box p {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  line-height: 1.9;
  color: #333;
}
@media screen and (max-width: 540px) {
  .event_box p {
    margin-top: 0;
    font-size: 0.9rem;
  }
}

.event_flex .photo {
  align-items: center;
  width: 40%;
}
@media screen and (max-width: 540px) {
  .event_flex {
    flex-direction: column;
    padding: 1rem;
    padding-top: 1.5rem;
  }
  .event_box {
    width: 100%;
    padding-right: 0rem;
  }
  .event_flex .photo {
    align-items: center;
    margin-top: 1rem;
    width: 100%;
  }
}
.event.nobox h3 {
  margin-top: 0;
  font-size: 1.4rem;
  margin-bottom: 0em;
  font-weight: 500;
}
.event.nobox .text {
  font-size: 1rem;
}
@media screen and (max-width: 540px) {
  .event.nobox h3 {
    font-size: 1.1rem;
  }
}

.with-image img {
  border-radius: 4px;
  object-fit: cover;
}

.oneday {
  padding: 8rem 0;
}
@media screen and (max-width: 540px) {
  .oneday {
    padding: 5rem 0;
  }
}

.center_head_sec {
  padding: 7rem 0;
}
@media screen and (max-width: 540px) {
  .center_head_sec {
    padding: 4rem 0;
  }
}
.center_head_sec .sec_head {
  text-align: center;
}
.center_head_sec .sec_head .jpn {
  font-size: 2rem;
}
.center_head_sec .sec_head .eng {
  font-weight: 400;
}
.center_head_sec .sec_head .line {
  width: 5rem;
  height: 1px;
  background-color: #2499a8;
  margin: 3rem auto;
}
.leadarea {
  display: flex;
  align-items: center;
}
.leadarea .lead {
  width: 50%;
  padding: 0 0 0 8vw;
  font-size: 1.1rem;
  line-height: 2.4;
}

.leadarea .photo {
  width: 50%;
  height: 23rem;
}
.leadarea .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .leadarea .lead {
    padding: 0 0 0 4vw;
    font-size: 1.05rem;
  }
}

@media screen and (max-width: 540px) {
  .leadarea {
    flex-direction: column;
  }

  .leadarea .lead {
    width: 100%;
    font-size: 1.1rem;
    padding: 0;
    text-align: center;
  }

  .leadarea .photo {
    width: 100%;
    height: 15rem;
    margin-bottom: 2rem;
  }
  .leadarea .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.career_catch_br {
  display: none;
}
@media screen and (max-width: 1350px) {
  .career_catch_br {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .center_head_sec .sec_head .jpn {
    font-size: 1.5rem;
  }
  .center_head_sec .sec_head .line {
    width: 3rem;
    height: 1px;
    margin: 2rem auto;
  }
  .center_head_sec .sec_head .disc {
    width: 80%;
    margin: auto;
  }
}

.course_item {
  display: flex;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 540px) {
  .course_item {
    flex-direction: column;
    margin-top: 6rem;
    margin-bottom: 0;
  }
}
.sec_course {
  padding-bottom: 0;
}
.sec_course .headarea {
  position: relative;
  margin-bottom: 2.5rem;
}
.sec_course .left {
  width: 50%;
  padding: 0 4vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec_course .right {
  width: 50%;
  padding: 0 4vw;
  height: 100%;
}
.sec_course .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 540px) {
  .sec_course .headarea {
    margin-bottom: 2rem;
  }
  .sec_course .left {
    width: 100%;
    position: relative;
  }
  .sec_course .right {
    width: 100%;
  }
}

.sec_course .number {
  color: #3c3c3c;
  position: relative;
  z-index: 1;
}
.sec_course .head_s {
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  background: var(--Linear, linear-gradient(270deg, #3f7f9c 0%, #3e5f98 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec_course .backnumber {
  font-size: 8rem;
  font-weight: bolder;
  position: absolute;
  z-index: 0;
  transform: translate(-40%, -40%);
  color: #eef8fb;
}
.sec_course .sentence {
  font-size: 1.1rem;
  line-height: 2;
  font-weight: 400;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .sec_course .head_s {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }
  .sec_course .backnumber {
    font-size: 7rem;
    font-weight: bolder;
    position: absolute;
    transform: translate(-30%, -50%);
  }
  .sec_course .sentence {
    font-size: 0.9rem;
    line-height: 2;
    font-weight: 400;
    width: 100%;
    margin-bottom: 3.5rem;
  }
}

.job_info .item {
  padding: 2.3rem 3rem;
  background-color: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 540px) {
  .job_info .item {
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
  }
}
.job_info .item:last-child {
  margin-bottom: 0rem;
}
.job_info .item .recinfo_head_s {
  font-size: 1.6rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 540px) {
  .job_info .item .recinfo_head_s {
    font-size: 1.2rem;
  }
}
.job_info .item .recinfo_head_s:hover {
  color: #2499a8;
  transition: 0.3s ease;
}

.job_info .item .recinfo_head_s {
  position: relative;
  padding-right: 2rem; /* 右側にスペース確保 */
  cursor: pointer;
}

.job_info .item .recinfo_head_s .arrow {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  color: #2499a8; /* ★ココ！colorで指定する */
}
@media screen and (max-width: 540px) {
  .job_info .item .recinfo_head_s .arrow {
    right: 0rem;
    width: 24px;
    height: 24px;
  }
}
.job_info .recinfo_head_s .arrow svg {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  transform-origin: center center;
  fill: none;
  stroke: #2499a8;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.job_info .recinfo_head_s.open .arrow svg {
  transform: rotate(180deg);
}

.job_info .item .accordion_inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.job_info .item .inner_list {
  margin-top: 1rem;
}
.job_info .item .inner_list li {
  display: flex;
  font-weight: 400;
  font-size: 1.1rem;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (max-width: 540px) {
  .job_info .item .inner_list li {
    font-size: 0.9rem;
  }
}
.job_info .item .inner_list li .left {
  width: 20%;
  padding: 1.5rem;
  position: relative;
}

.job_info .item .inner_list li .left span {
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #2499a8;
  bottom: -1px;
  left: 0;
}

.job_info .item .inner_list li .right {
  padding: 1.5rem;
  width: 80%;
}
@media screen and (max-width: 540px) {
  .job_info .item .inner_list li .left {
    width: 30%;
    padding: 1rem 0.5rem;
  }
  .job_info .item .inner_list li .right {
    width: 70%;
    padding: 1rem 0.5rem;
  }
}
.job_info .btn {
  margin-top: 4rem;
  margin-bottom: 2rem;
  text-align: center;
}
.job_info .btn a {
  padding: 1.2rem 10rem;
  font-size: 1.4rem;
  line-height: 1.1;
}
@media screen and (max-width: 540px) {
  .job_info .btn {
    margin-top: 2rem;
  }
  .job_info .btn a {
    padding: 1.2rem 5rem;
    font-size: 1.1rem;
  }
}
.job_info .btn a small {
  font-size: 0.9rem;
}

.benefits_list {
  display: flex;
  justify-content: space-between;
}

.benefits_list .left,
.benefits_list .right {
  width: 47%;
}
@media screen and (max-width: 540px) {
  .benefits_list {
    flex-direction: column;
  }
  .benefits_list .left,
  .benefits_list .right {
    width: 100%;
  }
}
.benefits_list ul li {
  padding: 2rem;
  border-bottom: 1px solid #c7c7c7;
}
.benefits_list ul li:first-child {
  border-top: 1px solid #c7c7c7;
}
@media screen and (max-width: 540px) {
  .benefits_list {
    flex-direction: column;
  }
  .benefits_list ul li {
    padding: 1rem;
    border-bottom: 1px solid #c7c7c7;
  }
  .benefits_list .right ul li:first-child {
    border-top: initial;
  }
}

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

	保有車両・重機/保有資格者


---------------------------------------------*/
.sec_macnine_list {
  padding: 8rem 0;
}
@media screen and (max-width: 540px) {
  .sec_macnine_list {
    padding: 5rem 0;
  }
}
.sec_macnine_list .list_item {
  margin-bottom: 6rem;
}
.sec_macnine_list .list_item:last-child {
  margin-bottom: initial;
}

.list_head {
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 5px solid #2499a8;
  padding-left: 1.5rem;
  line-height: 1;
  margin-bottom: 2rem;
}

.list_head small {
  font-size: 1rem;
  font-weight: 500;
}

.sec_macnine_list .list_item .macnine_list {
  border: 1px solid #c7c7c7;
}
.sec_macnine_list .list_item .macnine_list li {
  display: flex;
  border-bottom: 1px solid #c7c7c7;
}
.sec_macnine_list .list_item .macnine_list li:last-child {
  border-bottom: initial;
}
.sec_macnine_list .list_item .macnine_list li .left {
  width: 30%;
  padding: 1.5rem;
  background-color: #d8e8f4;
}
.sec_macnine_list .list_item .macnine_list li .right {
  width: 70%;
  padding: 1.5rem;
}
@media screen and (max-width: 540px) {
  .sec_macnine_list .list_item .macnine_list li .left {
    width: 50%;
    padding: 1rem;
  }
  .sec_macnine_list .list_item .macnine_list li .right {
    width: 50%;
    padding: 1rem;
  }
}

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

会社概要


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

.company_info {
  display: flex;
  justify-content: space-between;
}

.company_list {
  width: 46%;
}
@media screen and (max-width: 540px) {
  .company_info {
    flex-direction: column;
  }
  .company_list {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.company_list li {
  display: flex;
  padding: 1rem;
  border-bottom: 1px solid #c7c7c7;
}

.company_list li .left {
  width: 35%;
  margin-right: 5%;
}
.company_list li .right {
  width: 60%;
}

.access {
  width: 46%;
}
@media screen and (max-width: 540px) {
  .access {
    width: 100%;
  }
}
.access .map {
  width: 100%;
}
.access .map iframe {
  width: 100%;
  height: 25rem;
}

.office_flex {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 540px) {
  .office_flex {
    flex-direction: column;
  }
}
.sec_disc_s {
  max-width: 40rem;
  margin-bottom: 3rem;
  font-weight: 400;
}
.sec_office .photo_s {
  display: flex;
  justify-content: space-between;
}
.sec_office .photo_s img {
  width: 47.5%;
}
.sec_office .photo_s img:first-child {
  margin-right: 5%;
}
.office_flex .right {
  padding-left: 2.75%;
}
.sec_certification {
  padding-bottom: 6rem;
}
@media screen and (max-width: 540px) {
  .sec_certification {
    padding-bottom: 3rem;
  }
}
.banner_certification {
  display: flex;
  flex-wrap: wrap;
}
.banner_certification .item {
  height: 11rem;
  margin: 0 2rem;
  margin-bottom: 5%;
}
.banner_certification .item a {
  height: 100%;
}

.banner_certification .row::marker {
  content: none;
}

.banner_certification .item img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 540px) {
  .banner_certification {
    align-items: center;
  }
  .banner_certification .item {
    height: initial;
    width: 30%;
    margin: 0 1.5%;
    margin-bottom: 2rem;
  }

  .banner_certification .item a {
    height: initial;
    width: 100%;
    display: block;
  }
  .banner_certification .item a img {
    height: initial;
    width: 100%;
  }
}
/*---------------------------------------------

お問い合わせ

---------------------------------------------*/
.sec_contact {
  padding: 4rem 0 8rem;
}
.contact_list {
  margin-top: 5rem;
}
@media screen and (max-width: 540px) {
  .sec_contact {
    padding: 3rem 0 6rem;
  }
  .contact_list {
    margin-top: 2rem;
  }
}
.contact_list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

.contact_list ul li .head_s {
  width: 25%;
}

.contact_list ul li .form {
  width: 75%;
}

@media screen and (max-width: 540px) {
  .contact_list ul li {
    display: block;
    margin-bottom: 2rem;
  }

  .contact_list ul li .head_s {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .contact_list ul li .form {
    width: 100%;
  }
}

.contact_list ul label {
  position: relative;
  cursor: pointer;
  margin-right: 1rem;
  white-space: nowrap;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: initial !important;
}

@media screen and (max-width: 540px) {
  .contact_list label {
    margin-bottom: 0.5rem;
    display: inline-block;
  }
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.c-form-text {
  width: 100%;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  border: none;
  box-shadow: 0 0 0 2px #cfcfcf inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.c-form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.contact_list ul .textarea_row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.contact_list ul .textarea_row:last-child {
  margin-bottom: 5rem;
}

.contact_list ul .textarea_row .head_s {
  padding-top: 1rem;
}

@media screen and (max-width: 540px) {
  .contact_list ul .textarea_row {
    display: block;
    align-items: flex-start;
  }

  .contact_list ul .textarea_row .head_s {
    padding-top: 1rem;
  }
}

textarea {
  width: 100%;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  border: none;
  box-shadow: 0 0 0 2px #cfcfcf inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.policytext {
  text-align: center;
  margin-bottom: 1rem;
}

.policytext a {
  color: #00c17c;
  text-decoration: underline;
}

.kiyaku_check {
  text-align: center;
  margin-bottom: 2.5rem;
}

.submitbutton {
  display: inline-flex;
  padding: 2rem 8rem;
  align-items: center;
  color: #fff;
  border-radius: 50px;
  background: linear-gradient(270deg, #3f7f9c, #3e5f98);
  background-size: 200% 100%;
  background-position: left center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  font-size: 1rem;
  transition: background-position 0.5s ease, color 0.3s ease;
  border: initial;
  transition: 0.3s ease;
}
@media screen and (max-width: 540px) {
  .submitbutton {
    padding: 2rem 7rem;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 1.1rem;
    transition: 0.3s;
    background: linear-gradient(270deg, #3f7f9c, #3e5f98);
  }
}
.submitbutton::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../img/arrow.svg);
  width: 0.8rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  right: 1.25rem;
  transition: transform 0.3s ease;
}

.submitbutton::before {
  background: #62503f;
  z-index: -1;
  transition: transform ease 0.3s, opacity 0.3s;
}

.submitbutton:hover {
  transform: scale(1.05);
  transition: 0.3s ease;
}

.submitbutton:hover::before {
  transform: scale(0);
  opacity: 0;
}

.validation {
  color: red;
}

.contact_buttonArea {
  text-align: center;
  margin: auto;
  justify-content: center;
}
.radio {
  width: 75%;
}

.contents_area {
  display: flex;
  flex-wrap: wrap;
}

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

コラム

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

.contents_area .item {
  width: 30%;
  margin-bottom: 3rem;
}

.contents_area .item:nth-child(3n-1) {
  margin: 0 5%;
  margin-bottom: 3rem;
}

/* --------- 特集カテゴリ設定 --------- */

.contents_area .category {
  font-size: 0.8rem;
  padding: 0.35rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 1rem;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
}
@media screen and (max-width: 540px) {
  .contents_area .category {
    font-size: 1rem;
  }
}
.contents_area .category.cat_colmn {
  background-color: #ffc400;
}
.contents_area .category.cat_interview {
  background-color: #a16deb;
  color: #fff;
}
.contents_area .category.cat_attempt {
  background-color: #5f72dc;
  color: #fff;
}
.contents_area .category.cat_colmn_recruit {
  background-color: #49aa4b;
  color: #fff;
}
.contents_area .category.cat_case {
  background-color: #e97c28;
  color: #fff;
}
/* --------------------------- */

.contents_area .item .thamnail {
  height: 16rem;
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden; /* 画像のはみ出し防止 */
  border-radius: 0.75rem;
}

.contents_area .item .thamnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
  transition: transform 0.3s ease; /* スムーズに拡大 */
}

.contents_area .item:hover .thamnail img {
  transform: scale(1.05);
}
@media screen and (max-width: 540px) {
  .contents_area {
    flex-direction: column;
    justify-content: space-between;
  }
  .contents_area .item {
    width: 90%;
    margin: auto;
    margin-bottom: 3rem;
  }
  .contents_area .item:last-child {
    margin-bottom: 0rem;
  }
  .contents_area .item .thamnail {
    height: 16rem;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.contents_area .item .title {
  font-size: 1.2rem;
}
.contetns_date {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.contetns_date .category {
  background-color: #00a933;
  padding: 0.2rem 2rem;
  font-size: 0.8rem;
  margin-left: 1rem;

  color: #fff;
  border-radius: 2rem;
}

/* ------ news詳細カテゴリカラー ------*/

.contetns_date .category.cat_news {
  background-color: #ffc400;
  color: #333;
}
.contetns_date .category.cat_pr {
  background-color: #a16deb;
  color: #fff;
}
.contetns_date .category.cat_recruit {
  background-color: #5f72dc;
  color: #fff;
}

/* ------ コンテンツ詳細カテゴリカラー ------*/
.contetns_date .category.cat_colmn {
  background-color: #ffc400;
  color: #333;
}
.contetns_date .category.cat_interview {
  background-color: #a16deb;
  color: #fff;
}
.contetns_date .category.cat_recruit {
  background-color: #5f72dc;
  color: #fff;
}
/* ------------------------------------*/
.contetns_info h1 {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.contetns_info {
  margin-top: 10vh;
  padding: 6rem 0;
}
@media screen and (max-width: 540px) {
  .contetns_info {
    margin-top: initial;
    padding: 7rem 0;
  }
}
.contetns_info p {
  margin-bottom: 2.4rem;
  line-height: 1.9;
  font-size: 1.05rem;
}
.contetns_info img {
  margin-bottom: 3rem;
}
.contetns_info h2 {
  margin-bottom: 1.5rem;
  position: relative;
  font-size: 1.5rem;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 0.5rem;
}
.contetns_info h2::after {
  content: "";
  width: 8rem;
  height: 2px;
  background-color: #2499a8;
  display: inline-block;
  bottom: -1.5px;
  left: 0;
  position: absolute;
}
.contetns_info h3 {
  margin-bottom: 1.5rem;
  position: relative;
  font-size: 1.3rem;
  padding-left: 0.75rem;
  border-left: 3px solid #2499a8;
  line-height: 1.8;
}

.btn_center {
  text-align: center;
}
.btn_back {
  margin-top: 5rem;
}

.btn_back a {
  display: inline-flex;
  padding: 2rem 4rem;
  align-items: center;
  color: #fff;
  border-radius: 50px;
  background: linear-gradient(270deg, #3f7f9c, #3e5f98);
  background-size: 200% 100%;
  background-position: left center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  font-size: 1rem;
  transition: background-position 0.5s ease, color 0.3s ease;
}

.btn_back a::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../img/arrow.svg);
  width: 0.8rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  left: 1.25rem;
  transition: transform 0.3s ease;
  transform: scaleX(-1); /* 最初は左右反転だけ */
}

.btn_back a:hover {
  background-position: right center;
}

.btn_back a:hover::after {
  transform: scaleX(-1) translateX(5px); /* scaleXとtranslateXを同時に指定！ */
}

.page_news .contents {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.mw_wp_form_send_error {
  text-align: center;
}

.wp-pagenavi {
  width: auto;
  display: block;
  text-align: center;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (max-width: 540px) {
  .wp-pagenavi {
    display: flex;
    justify-content: center;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #c1c1c1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.3rem !important;
  cursor: pointer;
  border: initial;
}
.wp-pagenavi .current {
  background: linear-gradient(270deg, #3f7f9c 0%, #3e5f98 100%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: initial;
}
.wp-pagenavi span:hover {
  background: linear-gradient(270deg, #3f7f9c 0%, #3e5f98 100%);
  border: initial;
  opacity: 1;
}
.wp-pagenavi a:hover {
  background: linear-gradient(270deg, #3f7f9c 0%, #3e5f98 100%);
  border: initial;
  opacity: 1;
}

.nextpostslink {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #c1c1c1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nextpostslink:hover {
  background: linear-gradient(270deg, #3f7f9c 0%, #3e5f98 100%);
}

.service_list_wrap {
  position: relative;
}

.sec_praivacy p {
  margin-bottom: 3rem;
}

.sec_praivacy h2 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.sec_praivacy .wp-block-list {
  margin-bottom: 3rem;
}
.sec_praivacy a {
  color: #0d87e5;
}

.sec_praivacy {
  padding: 5rem 0;
}
