.tatete {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
}

.hogehoge {
  padding-top: clamp(20px, 5.3333333333vw, 40.96px);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hogehoge {
    padding-top: clamp(60px, 7.8125vw, 80px);
  }
}
@media only screen and (min-width: 1025px) {
  .hogehoge {
    padding-top: clamp(76.8px, 7.5vw, 120px);
  }
}

main {
  width: 100% !important;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

@media screen and (max-width: 767px) {
  .project_visual {
    margin: 76px 0 0 0;
  }
  .project_visual img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 220px;
  }
}

section.project_index {
  background: url("/recruit/mid-career/assets/image/project/index/bg.png") no-repeat 0 0;
  background-size: cover;
  padding: 20rem 0;
}
@media screen and (max-width: 767px) {
  section.project_index {
    padding: 15vw 0 10vw 0;
  }
}
section.project_index .inner {
  padding: 0 8vw;
}

.project_btn {
  max-width: 1200px;
  margin: 0 auto 20rem auto;
}
@media screen and (max-width: 767px) {
  .project_btn {
    margin: 0 0 5rem 0;
  }
}
.project_btn a {
  display: block;
  position: relative;
}
.project_btn a:hover .images .viewmore_btn {
  background: #60C482;
  color: #ffffff;
}
.project_btn a .txt {
  position: absolute;
  top: 3vw;
}
@media screen and (max-width: 767px) {
  .project_btn a .txt {
    position: static;
  }
}
.project_btn a .txt.right {
  right: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .project_btn a .txt.right {
    text-align: left;
  }
}
.project_btn a .txt.left {
  left: 0;
}
.project_btn a .txt .entitle {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 6vw 0;
}
@media screen and (max-width: 767px) {
  .project_btn a .txt .entitle {
    margin: 0 0 0 0;
    font-size: 1.6rem;
  }
}
.project_btn a .txt .entitle span {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .project_btn a .txt .entitle span {
    font-size: 2rem;
  }
}
.project_btn a .txt .jptitle {
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .project_btn a .txt .jptitle {
    margin: 0 0 2rem 0;
  }
}
.project_btn a .txt .jptitle p {
  display: inline-block;
  background: #60C482;
  padding: 0.3rem 2rem;
  color: #ffffff;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .project_btn a .txt .jptitle p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.project_btn a .txt .copy {
  font-size: var(--font-size-l);
  line-height: var(--line-height-l);
}
@media screen and (max-width: 767px) {
  .project_btn a .txt .copy {
    font-size: 1.4rem;
  }
  .project_btn a .txt .copy br {
    display: none;
  }
}
.project_btn a .images {
  position: relative;
}
.project_btn a .images .viewmore_btn {
  background: #E4EDE4;
  position: absolute;
  right: 0;
  border-radius: 1rem 0 1rem 0;
  padding: 1rem 2rem;
  font-weight: 500;
  font-size: 0.9rem;
}
.project_btn a .images .viewmore_btn.bottom {
  bottom: 0;
}
.project_btn a .images .viewmore_btn.top {
  top: 0;
  border-radius: 0 1rem 0 1rem;
}
.project_btn a .images.right .image {
  margin: 0 auto 0 0;
}
.project_btn a .image {
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
  width: 80%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .project_btn a .image {
    width: 100%;
  }
}

.project_intro {
  position: relative;
  width: 100%;
  padding: 0 5vw 5vw 5vw;
}
.project_intro .bg01 {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-17vw);
}
.project_intro .number {
  position: absolute;
  top: -20vw;
  right: 5vw;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  font-weight: 500;
  font-size: 1.5rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .project_intro .number {
    top: -30vw;
  }
}
.project_intro .number p.num {
  font-size: clamp(5rem, 7vw, 9rem);
  margin: 0 0 0 0.2em;
}
.project_intro .titles {
  position: relative;
  z-index: 10;
  margin: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  .project_intro .titles {
    margin: 0 0 2rem 0;
  }
}
.project_intro .titles p.cat {
  display: inline-block;
  background: #60C482;
  color: #ffffff;
  padding: 0.2rem 2rem;
  border-radius: 3rem;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 767px) {
  .project_intro .titles p.cat {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .project_intro .titles h1 br {
    display: none;
  }
}
.project_intro .detailtxt {
  text-align: right;
  font-size: 0.875rem;
  margin: 2rem 5vw 0 0;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  .project_intro .detailtxt {
    font-size: 1rem;
  }
}

.intro_box {
  background: #ffffff;
  border-radius: 30vw;
  width: 100%;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .intro_box {
    border-radius: 10px;
  }
}
.intro_box .in {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding: 8vw;
}
@media screen and (max-width: 767px) {
  .intro_box .in {
    display: block;
  }
}
.intro_box .in .txt {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .intro_box .in .txt {
    width: 100%;
  }
}
.intro_box .in .image {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .intro_box .in .image {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
.intro_box .in .image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  overflow: hidden;
}

.titless {
  margin: 0 0 2rem 0;
}
.titless p.en {
  position: relative;
  font-weight: 500;
}
.titless p.en:after {
  content: "";
  width: 2rem;
  height: 5px;
  display: block;
  background: #60C482;
  margin: 1rem 0;
}
.titless p.jp {
  font-size: 1.2rem;
}

section.member {
  background: url("/recruit/mid-career/assets/image/project/bgs.png") no-repeat 0 0;
  background-size: cover;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  section.member {
    padding: 5vw 0 0 0;
  }
}
section.member .inner {
  padding: 8vw;
}

.project_member_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4vw;
  position: relative;
  z-index: 100;
  padding: 5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .project_member_grid {
    display: block;
    padding: 0 5vw;
  }
}
.project_member_grid .box {
  border-bottom: 1px dotted #333;
  padding: 0 0 2rem 0;
}
@media screen and (max-width: 767px) {
  .project_member_grid .box {
    padding: 2rem 0;
  }
}
.project_member_grid .box .job p {
  display: inline-block;
  background: #86A9D3;
  color: #ffffff;
  padding: 0.3rem 1rem;
  border-radius: 3rem;
  margin: 0 0 1rem 0;
}
.project_member_grid .box .photo_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 767px) {
  .project_member_grid .box .photo_flex {
    align-items: center;
  }
}
.project_member_grid .box .photo_flex .photo {
  width: 48%;
  line-height: 0;
  border-radius: 50%;
  overflow: hidden;
}
.project_member_grid .box .photo_flex .txt {
  flex: 1;
  padding: 0 0 0 2rem;
}
.project_member_grid .box .photo_flex .prof {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
}
@media screen and (max-width: 767px) {
  .project_member_grid .box .photo_flex .prof {
    font-size: 1rem;
  }
}
.project_member_grid .box .photo_flex .name {
  font-size: 1.3rem;
}
.project_member_grid .box .profile {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
}
@media screen and (max-width: 767px) {
  .project_member_grid .box .profile {
    font-size: 1rem;
  }
}

.projects {
  position: relative;
  z-index: 100;
  padding: 130px 0 0;
}
@media screen and (max-width: 767px) {
  .projects {
    padding: 80px 0 0;
  }
}
.projects.bgs02 {
  background: url("/recruit/mid-career/assets/image/project/bgs02.png") no-repeat 0 0;
  background-size: cover;
}
.projects.last {
  padding: 10rem 0;
}
.projects .chapter {
  color: #ffffff;
  font-size: 4rem;
  transform: rotate(90deg);
  line-height: 1;
  position: absolute;
  right: -3vw;
  top: 10vw;
}
@media screen and (max-width: 767px) {
  .projects .chapter {
    transform: none;
    position: static;
    font-size: 1.4rem;
    color: #60C482;
    margin: 0 0 2rem 0;
  }
}
.projects .left .chapter {
  right: auto;
  left: -3vw;
}
.projects .pvisual {
  margin: 0 auto 8rem 0;
  width: 87%;
  position: relative;
  z-index: 100;
}
.projects .pvisual.left {
  width: 85%;
  margin: 0 0 5rem auto;
}
@media screen and (max-width: 767px) {
  .projects .pvisual.left {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
.projects .pvisual.right {
  width: 85%;
  margin: 0 auto 5rem 0;
}
@media screen and (max-width: 767px) {
  .projects .pvisual.right {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
.projects .pvisual img {
  overflow: hidden;
  border-radius: 1rem;
}
.projects .pcont {
  padding: 8vw;
  position: relative;
}
.projects .pcont.left {
  padding: 0 0 0 15vw;
}
@media screen and (max-width: 767px) {
  .projects .pcont.left {
    padding: 10vw 5vw 0 5vw;
  }
}
.projects .pcont.right {
  padding: 0 15vw 0 0;
}
@media screen and (max-width: 767px) {
  .projects .pcont.right {
    padding: 10vw 5vw 0 5vw;
  }
}
.projects .pcont.right .lead {
  padding: 0 0 0 19vw;
}
@media screen and (max-width: 767px) {
  .projects .pcont.right .lead {
    padding: 0;
  }
}
.projects .pcont.right .title {
  padding: 0 0 0 15vw;
  transform: translateX(-5vw);
}
@media screen and (max-width: 767px) {
  .projects .pcont.right .title {
    padding: 0;
    transform: none;
  }
}
.projects .pcont .bg03 {
  position: absolute;
  z-index: -1;
  width: 80%;
  top: 20%;
  right: -20%;
  transform: translateY(-33vw);
}
.projects .pcont .bg04 {
  position: absolute;
  z-index: -1;
  width: 80%;
  top: 0%;
  left: -20%;
  transform: translateY(-33vw);
}
.projects .pcont .title {
  margin: 0 0 2rem 0;
  display: flex;
  align-items: center;
  transform: translateX(-5vw);
}
@media screen and (max-width: 767px) {
  .projects .pcont .title {
    transform: none;
    display: block;
  }
}
.projects .pcont .title p.en {
  color: #60C482;
  width: 10em;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .projects .pcont .title p.en {
    width: 100%;
  }
}
.projects .pcont .title h2 {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .projects .pcont .title h2 {
    font-size: 1.6rem;
  }
}
.projects .pcont .lead {
  margin: 0 0 5rem 0;
  padding: 0 15vw 0 5vw;
}
@media screen and (max-width: 767px) {
  .projects .pcont .lead {
    padding: 0;
    margin: 0 0 5rem 0;
  }
}
.projects .project_talk {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .projects .project_talk {
    display: block;
  }
}
.projects .project_talk.rv {
  flex-direction: row-reverse;
}
.projects .project_talk.single {
  justify-content: flex-end;
  padding: 0 5vw 0 0;
}
@media screen and (max-width: 767px) {
  .projects .project_talk.single {
    padding: 0;
  }
}
.projects .project_talk.single .left {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .projects .project_talk.single .left {
    width: 100%;
  }
}
.projects .project_talk .left {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .projects .project_talk .left {
    width: 100%;
  }
}
.projects .project_talk .left dl {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2em 0;
}
.projects .project_talk .left dl dt {
  width: 80px;
  text-align: center;
  font-size: 0.775rem;
  font-feature-settings: "palt";
}
.projects .project_talk .left dl dt .image {
  line-height: 0;
  border-radius: 50%;
  overflow: hidden;
}
.projects .project_talk .left dl dt .job {
  display: inline-block;
  background: #000;
  color: #ffffff;
  padding: 0 0.5rem;
}
.projects .project_talk .left dl dd {
  flex: 1;
  padding: 0 0 0 3rem;
}
.projects .project_talk .left .bodylead {
  margin-bottom: 2rem;
}
.projects .project_talk .right {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .projects .project_talk .right {
    width: 100%;
  }
}
.projects .project_talk .right img {
  overflow: hidden;
  border-radius: 5rem 0 0 0;
}
.projects .project_talk .right.r {
  transform: translateX(2vw);
}
.projects .project_talk .right.l {
  transform: translateX(-2vw);
}
.projects .project_talk .right.l img {
  overflow: hidden;
  border-radius: 0 5rem 0 0;
}

.project_last_photo {
  max-width: 1100px;
  margin: 0 auto 10rem auto;
}
@media screen and (max-width: 767px) {
  .project_last_photo {
    margin: 0 auto 0rem auto;
  }
}