@import url("/css/1.0.0/base.css");

section .recruit-block {
  position: relative;
  background: #fff;
  overflow: hidden;
  border-radius: 1.5rem 1.5rem 0 0;
}
section .recruit-block::before,
section .recruit-block::after {
  content: '';
  height: 2.5rem;
  width: 100%;
  position: absolute;
  left: 0;
  border: solid max(0.5rem, 5px) #008000;
}
section .recruit-block::before {
  top: 0;
  border-bottom: 0;
  border-radius: 1.5rem 1.5rem 0 0;
}
section .recruit-block::after {
  bottom: 0;
  border-top: 0;
  border-radius: 0 0 1.5rem 1.5rem;
}
@media screen and (min-width: 834px) {
}
@media screen and (max-width: 833px) {
}


@media screen and (min-width: 834px) {
  section.ptn03-message {
    background: url(/img/ptn03_message_bg.webp) 50% 51.5rem/min(100%, 256.0rem) auto no-repeat;
  }
  section.ptn03-message .container {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }
  section.ptn03-message .c-section-lead {
    margin-top: 4.1rem;
    margin-bottom: 10.0rem;
  }
  section.ptn03-message .recruit-block {
    max-width: 137.0rem;
    margin: 0 auto;
    padding: 12.2rem 8.5rem 10.9rem 8.5rem;
  }
  section.ptn03-message .recruit-block .wrap {
    position: relative;
  }
  section.ptn03-message .recruit-block h2 {
    font-size: 4.0rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    line-height: 1.4;
    margin-left: 52.5rem;
    padding-left: 7.5rem;
    margin-bottom: 4.3rem;
  }
  section.ptn03-message .recruit-block .image {
    width: 52.5rem;
    overflow: hidden;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    position: absolute;
    top: 0.7rem;
    left: 0;
  }
  section.ptn03-message .recruit-block .content {
    margin-left: 52.5rem;
    padding-left: 7.5rem;
    min-height: 42.5rem;;
  }
  section.ptn03-message .recruit-block .content .text {
    font-feature-settings: "palt";
    letter-spacing: -0.01em;
    line-height: 2.0;
  }
  section.ptn03-message .recruit-block .content .text .name {
    text-align: right;
    font-size: 2.2rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 1920px) and (min-width: 834px) {
  section.ptn03-message {
    background: url(/img/ptn03_message_bg.webp) 50% 51.5/192.0rem auto no-repeat;
  }
}
@media screen and (max-width: 833px) {
  section.ptn03-message {
    position: relative;
  }
  section.ptn03-message::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 750 / 1654;
    background: url(/img/sp_ptn03_message_bg.webp) 0 0/100% auto no-repeat;
    position: absolute;
    top: 35.2rem;
    left: 0;
    z-index: 0;
  }
  section.ptn03-message .container {
    padding-top: 6.9rem;
    padding-bottom: 11.5rem;
    position: relative;
    z-index: 1;
    overflow: visible;
  }
  section.ptn03-message .c-section-lead {
    margin-top: 4.1rem;
    margin-bottom: 12.0rem;
    font-feature-settings: "palt";
  }
  section.ptn03-message .recruit-block {
    padding: 9.9rem 2.1rem 9.9rem 2.1rem;
  }
  section.ptn03-message .recruit-block h2 {
    font-size: 4.2rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    line-height: 1.4;
    margin-bottom: 4.6rem;
  }
  section.ptn03-message .recruit-block .image {
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    overflow: hidden;
    margin-bottom: 6.3rem;
  }
  section.ptn03-message .recruit-block .content .text {
  }
  section.ptn03-message .recruit-block .content .text .name {
    text-align: right;
    font-size: 3.3rem;
    margin-top: 5.7rem;
  }
}

@media screen and (min-width: 834px) {
  section.ptn03-interview .container {
    padding-top: 10.5rem;
  }
  section.ptn03-interview .c-section-title {
    margin-bottom: 8.5rem;
  }
  section.ptn03-interview .recruit-block {
    max-width: 137.0rem;
    margin: 0 auto;
    padding: 9.7rem 8.5rem 4.7rem 8.5rem;
  }
  section.ptn03-interview ul.list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 0.2rem;
  }
  section.ptn03-interview ul.list::after {
    content: '';
    display: block;
    width: 33.0rem;
    height: 0;
  }
  section.ptn03-interview ul.list li {
    display: block;
    width: 33.0rem;
    overflow: hidden;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    margin-bottom: 5.0rem;
  }
  section.ptn03-interview ul.list li a {
    cursor: pointer;
    user-select: none;
    position: relative;
    display: block;
    text-decoration: none;
    background: #f3f3f3;
    transition: opacity 200ms 0s ease;
  }
  section.ptn03-interview ul.list li a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0.9rem;
    right: 0.9rem;
    width: 1.0rem;
    height: 1.0rem;
    border-right: solid 0.2rem #222;
    border-bottom: solid 0.2rem #222;
  }
  section.ptn03-interview ul.list li a:hover {
    opacity: 0.6;
  }
  section.ptn03-interview ul.list .image {
    width: 33.0rem;
    height: 22.0rem;
  }
  section.ptn03-interview ul.list .text {
    min-height: 11.0rem;
    padding: 1.5rem 2.0rem 3.0rem 2.0rem;
  }
}
@media screen and (max-width: 833px) {
  section.ptn03-interview .container {
    padding-top: 17.5rem;
    padding-bottom: 11.5rem;
  }
  section.ptn03-interview .c-section-title {
    margin-bottom: 5.2rem;
  }
  section.ptn03-interview .recruit-block {
    padding: 9.7rem 2.2rem;
  }
  section.ptn03-interview ul.list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.ptn03-interview ul.list li {
    display: block;
    width: 30.0rem;
    overflow: hidden;
    margin-bottom: 5.1rem;
  }
  section.ptn03-interview ul.list li a {
    cursor: pointer;
    user-select: none;
    position: relative;
    display: block;
    text-decoration: none;
    transition: opacity 200ms 0s ease;
  }
  section.ptn03-interview ul.list .image {
    position: relative;
    padding-bottom: 3.5rem;
    background: #f3f3f3;
    overflow: hidden;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    margin-bottom: 0.5rem;
  }
  section.ptn03-interview ul.list .image .inner {
    display: block;
    width: 100%;
    aspect-ratio: 300 / 265;
  }
  section.ptn03-interview ul.list .image::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 1.1rem;
    right: 1.5rem;
    width: 0.9rem;
    height: 1.0rem;
    border-right: solid max(0.2rem, 2px) #222;
    border-bottom: solid max(0.2rem, 2px) #222;
  }
  section.ptn03-interview ul.list .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.ptn03-interview ul.list .text {
    line-height: 1.7;
  }
}

@media screen and (min-width: 834px) {
  section.ptn03-office .container {
    padding-top: 9.0rem;
  }
  section.ptn03-office ul.list {
    max-width: 120.0rem;
    margin: 0 auto;
    margin-top: 5.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.ptn03-office ul.list::after {
    content: '';
    display: block;
    width: 33.0rem;
    height: 0;
  }
  section.ptn03-office ul.list li {
    width: 33.0rem;
  }
  section.ptn03-office ul.list .caption {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    margin-bottom: 0.6rem;
  }
  section.ptn03-office ul.list .image {
    overflow: hidden;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
  }
  section.ptn03-office ul.list .text {
    margin-top: 1.7rem;
    font-size: 1.6rem;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 833px) {
  section.ptn03-office .container {
    padding-top: 10.0rem;
    padding-bottom: 11.5rem;
  }
  section.ptn03-office .c-section-lead {
    margin-top: 6.2rem;
  }
  section.ptn03-office ul.list {
    margin-top: 7.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.ptn03-office ul.list li {
    padding-bottom: 6.7rem;
    margin-bottom: 6.9rem;
    border-bottom: solid 1px #999;
  }
  section.ptn03-office ul.list li:last-child {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    border: none;
  }
  section.ptn03-office ul.list .caption {
    font-size: 3.6rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    margin-bottom: 2.2rem;
  }
  section.ptn03-office ul.list .image {
    overflow: hidden;
    aspect-ratio: 691 / 525;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    background: #f3f3f3;
    margin-bottom: 5.5rem;
  }
  section.ptn03-office ul.list .image img {
    width: auto;
    height: 100%;
    margin-left: 10.9rem;
  }
  section.ptn03-office ul.list li:nth-child(1) .image img {
    margin-left: 10.9rem;
  }
  section.ptn03-office ul.list li:nth-child(2) .image img {
    margin-left: 4.0rem;
  }
  section.ptn03-office ul.list li:nth-child(3) .image img {
    margin-left: 13.0rem;
  }
  section.ptn03-office ul.list.career li:nth-child(1) .image img {
    margin-left: 5.0rem;
  }
  section.ptn03-office ul.list.career li:nth-child(2) .image img {
    margin-left: 11.0rem;
  }
  section.ptn03-office ul.list.career li:nth-child(3) .image img {
    margin-left: 10.9rem;
  }
  section.ptn03-office ul.list .text {
    padding: 0 0.5rem;
    margin-top: 1.7rem;
    font-feature-settings: "palt";
  }
}

@media screen and (min-width: 834px) {
  section.ptn03-data .container {
    padding-top: 9.0rem;
  }
  section.ptn03-data ul.list {
    max-width: 125.0rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5.4rem;
  }
  section.ptn03-data ul.list li {
    margin: 0 2.5rem;
    margin-bottom: 5.0rem;
    width: 26.2rem;
    aspect-ratio: 1/1;
  }
  section.ptn03-data ul.list li span.wrap {
    display: block;
    text-decoration: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.0rem;
    padding-top: 3.1rem;
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: -0.4rem -0.3rem 0 0 #ccc;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    transition: box-shadow 200ms 0s ease,
                border 200ms 0s ease;
  }
  section.ptn03-data ul.list .caption {
    color: #008000;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    padding-left: 1.2rem;
    letter-spacing: -0.02em;
    margin-bottom: 3.2rem;
  }
  section.ptn03-data ul.list .data {
    text-align: center;
    line-height: 1.6;
    white-space: nowrap;
    font-feature-settings: "palt";
  }
  section.ptn03-data ul.list .data .value {
    position: relative;
    display: inline-block;
    font-size: 4.7rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    letter-spacing: -0.02em;
  }
  section.ptn03-data ul.list .data .value sup {
    font-size: 1.8rem;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 0em;
  }
  section.ptn03-data ul.list .data .suffix {
    display: inline-block;
    font-size: 3.0rem;
    margin: 0 -0.5rem;
  }
  section.ptn03-data ul.list .memo {
    color: #999;
    font-size: 1.2rem;
    position: absolute;
    bottom: 0.8rem;
    right: 1.2rem;
    text-align: right;
  }
}
@media screen and (max-width: 833px) {
  section.ptn03-data .container {
    padding-top: 10.0rem;
    padding-bottom: 0rem;
  }
  section.ptn03-data ul.list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 7.4rem;
    padding-left: 0.4rem;
  }
  section.ptn03-data ul.list li {
    margin: 0 2.5rem;
    margin-bottom: 7.2rem;
    width: 29.4rem;
    aspect-ratio: 1/1;
  }
  section.ptn03-data ul.list li:nth-child(even) {
    transform: translate(0, 18.3rem);
  }
  section.ptn03-data ul.list li span.wrap {
    display: block;
    text-decoration: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    padding-top: 3.7rem;
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: -0.4rem -0.3rem 0 0 #ccc;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    transition: box-shadow 200ms 0s ease,
                border 200ms 0s ease;
  }
  section.ptn03-data ul.list .caption {
    color: #008000;
    font-size: 3.0rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    padding-left: 1.2rem;
    letter-spacing: -0.02em;
    margin-bottom: 2.2rem;
  }
  section.ptn03-data ul.list .data {
    text-align: center;
    line-height: 1.6;
    white-space: nowrap;
    font-feature-settings: "palt";
  }
  section.ptn03-data ul.list .data .value {
    position: relative;
    display: inline-block;
    font-size: 5.3rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    letter-spacing: -0.02em;
  }
  section.ptn03-data ul.list .data .value sup {
    font-size: 1.8rem;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 0em;
  }
  section.ptn03-data ul.list .data .suffix {
    display: inline-block;
    font-size: 3.0rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    margin: 0 -0.5rem;
  }
  section.ptn03-data ul.list .memo {
    color: #999;
    font-size: 1.7rem;
    position: absolute;
    bottom: 0.8rem;
    right: 1.2rem;
    text-align: right;
    line-height: 1.7;
  }

  section.ptn03-data ul.list li:nth-child(3) span.wrap {
    padding-top: 2.2rem;
  }
  section.ptn03-data ul.list li:nth-child(3) .caption {
    margin-bottom: 4.6rem;
  }
  section.ptn03-data ul.list li:nth-child(4) span.wrap {
    padding-top: 2.4rem;
  }
  section.ptn03-data ul.list li:nth-child(4) .caption {
    margin-bottom: 3.8rem;
    font-size: 2.6rem;
  }
  section.ptn03-data ul.list li:nth-child(5) span.wrap {
    padding-top: 2.9rem;
  }
  section.ptn03-data ul.list li:nth-child(5) .caption {
    margin-bottom: -0.2rem;
    font-size: 3.0rem;
    line-height: 1.2;
  }

}

@media screen and (min-width: 834px) {
  section.ptn03-navi .container {
    padding-top: 7.5rem;
    padding-bottom: 24.5rem;
  }
  section.ptn03-navi .wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;
    max-width: 120.0rem;
    margin: 0 auto;
    padding: 0 0.1rem;
  }
  section.ptn03-navi .item {
    position: relative;
    background: #fff;
    border: solid 0.5rem #008000;
    width: 54.0rem;
    overflow: hidden;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    box-shadow: -0.6rem -0.5rem 0 0 #d6d6d6;
    padding: 7.9rem 1.0rem 2.0rem 1.0rem;
    font-feature-settings: "palt";
  }
  section.ptn03-navi .item.shinsotsu {
    background: #008000;
    color: #fff;
  }
  section.ptn03-navi .item .icon {
    margin: 0 auto;
    margin-bottom: 0.3rem;
    width: 8.3rem;
  }
  section.ptn03-navi .item .caption {
    font-size: 4.0rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    margin-bottom: 3.0rem;
    text-align: center;
  }
  section.ptn03-navi .item.career .caption {
    color: #008000;
  }
  section.ptn03-navi .item .lead {
    font-size: 2.6rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    text-align: center;
  }
  section.ptn03-navi .item .text {
  }
  section.ptn03-navi .item.shinsotsu .text {
    text-align: center;
    margin-top: 1.9rem;
  }
  section.ptn03-navi .item.career .text {
    text-align: left;
    margin-top: 1.6rem;
    margin-left: 4.7rem;
  }
  section.ptn03-navi .item .content {
    min-height: 27.5rem;
  }
  section.ptn03-navi .item ul.info {
    text-align: left;
    margin-top: 1.6rem;
    margin-left: 5.2rem;
  }
  section.ptn03-navi .item ul.info li {
    margin-bottom: 0.3rem;
    text-indent: -1em;
    padding-left: 1em;
  }
  section.ptn03-navi .item .button {
    padding-right: 1.6rem;
    padding-bottom: 6.0rem;
  }
  section.ptn03-navi .item .button a.c-button {
    display: block;
    text-decoration: none;
    margin: 0 auto;
    padding: 1.2rem 0.2rem;
  }
  section.ptn03-navi .item.shinsotsu .button a.c-button {
    background: #fff;
    box-shadow: -0.6rem -0.5rem 0 0 #006600;
  }
  section.ptn03-navi .item.shinsotsu .button a.c-button::before {
    border-right: solid 0.2rem #222;
    border-bottom: solid 0.2rem #222;
  }
  section.ptn03-navi .item.shinsotsu .button a.c-button:hover {
    box-shadow: -0.6rem -0.5rem 0 0 #003300;
  }
  section.ptn03-navi .item.career .button a.c-button {
    background: #222;
    color: #fff;
  }
  section.ptn03-navi .item.career .button a.c-button::before {
    border-right: solid 0.2rem #fff;
    border-bottom: solid 0.2rem #fff;
  }
}
@media screen and (max-width: 833px) {
  section.ptn03-navi .container {
    padding-top: 18.9rem;
    padding-bottom: 26.5rem;
  }
  section.ptn03-navi .item {
    position: relative;
    background: #fff;
    border: solid 0.5rem #008000;
    width: 58.5rem;
    margin: 0 auto;
    margin-bottom: 9.7rem;
    overflow: hidden;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    box-shadow: -0.6rem -0.5rem 0 0 #d6d6d6;
    padding: 7.0rem 1.0rem 10.9rem 1.0rem;
    font-feature-settings: "palt";
  }
  section.ptn03-navi .item.career {
    padding-top: 6.0rem;
    padding-bottom: 8.0rem;
  }
  section.ptn03-navi .item.shinsotsu {
    background: #008000;
    color: #fff;
  }
  section.ptn03-navi .item .icon {
    margin: 0 auto;
    margin-bottom: 1.3rem;
    width: 8.3rem;
  }
  section.ptn03-navi .item .caption {
    font-size: 4.8rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    margin-bottom: 3.8rem;
    text-align: center;
  }
  section.ptn03-navi .item.career .caption {
    margin-bottom: 2.4rem;
    color: #008000;
  }
  section.ptn03-navi .item .lead {
    font-size: 3.3rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    text-align: center;
    line-height: 1.6;
  }
  section.ptn03-navi .item .text {
    font-size: 2.7rem;
  }
  section.ptn03-navi .item.shinsotsu .text {
    text-align: center;
    margin-top: 2.4rem;
  }
  section.ptn03-navi .item.career .text {
    text-align: left;
    margin-top: 3.6rem;
    margin-left: 2.7rem;
  }
  section.ptn03-navi .item ul.info {
    text-align: left;
    margin-top: 2.2rem;
    margin-left: 2.7rem;
    font-size: 2.7rem;
  }
  section.ptn03-navi .item ul.info li {
    line-height: 1.6;
    margin-bottom: 0.1rem;
    text-indent: -1em;
    padding-left: 1em;
  }
  section.ptn03-navi .item .button {
    max-width: 48.0rem;
    margin: 0 auto;
    margin-top: 5.7rem;
  }
  section.ptn03-navi .item .button a.c-button {
    display: block;
    text-decoration: none;
    margin: 0 auto;
    padding: 1.7rem 0.2rem;
  }
  section.ptn03-navi .item.shinsotsu .button a.c-button {
    background: #fff;
    box-shadow: -0.6rem -0.5rem 0 0 #006600;
  }
  section.ptn03-navi .item.shinsotsu .button a.c-button::before {
    border-right: solid 0.2rem #222;
    border-bottom: solid 0.2rem #222;
  }
  section.ptn03-navi .item.shinsotsu .button a.c-button:hover {
    box-shadow: -0.6rem -0.5rem 0 0 #003300;
  }
  section.ptn03-navi .item.career .button a.c-button {
    background: #222;
    color: #fff;
  }
  section.ptn03-navi .item.career .button a.c-button::before {
    border-right: solid 0.2rem #fff;
    border-bottom: solid 0.2rem #fff;
  }
}


.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  position: relative;
  background-color: #fff;
  margin: 0 1.0rem;
  max-width: 150.0rem;
  max-height: calc(100dvh - 4.0rem);
  height: 80%;
  width: 80%;
  border-radius: 1.5rem;
  overflow-y: hidden;
}
.modal__close {
  background: transparent;
  border: 0;
  display: block;
  position: absolute;
  top: 3.5rem;
  right: 4.2rem;
  width: 2.5rem;
  height: 2.4rem;
  background: url(/img/ptn03_icon_close.webp) 0 0/100% auto no-repeat;
  transition: opacity 200ms 0s ease;
}
.modal__close:hover {
  opacity: 0.6;
}
@media screen and (min-width: 834px) {
  .modal__container {
    /*height: 121.8rem;*/
    padding: 8.0rem 2.0rem 2.0rem 2.0rem;
  }
}
@media screen and (max-width: 833px) {
  .modal__container {
    padding: 11.7rem 2.0rem 8.2rem 2.0rem;
    height: calc(100dvh - 14.0rem);
    width: 95%;
  }
}


@media screen and (min-width: 834px) {
  section.modal-section {
    overflow-y: auto;
    height: 100%;
    padding: 0 5.0rem;
    padding-top: 2.9rem;
    padding-bottom: 8.9rem;
  }
  section.modal-section .recruit-block {
    max-width: 136.6rem;
    margin: 0 auto;
    padding-top: 7.3rem;
    padding-bottom: 6.1rem;
  }
  section.modal-section .wrap {
    max-width: 123.6rem;
    margin: 0 auto;
    position: relative;
  }
  section.modal-section .heading {
    font-size: 4.0rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    margin-bottom: 3.9rem;
    padding-left: 47.5rem;
  }
  section.modal-section .leftblock {
    width: 40.0rem;
    font-feature-settings: "palt";
    position: absolute;
    top: 11.7rem;
    left: 1.8rem;
  }
  section.modal-section .leftblock .image {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    margin-bottom: 1.4rem;
  }
  section.modal-section .leftblock .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.modal-section .leftblock .name {
    display: block;
    text-align: right;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
  }
  section.modal-section .leftblock .post {
    display: block;
    text-align: right;
    font-size: 1.6rem;
  }
  section.modal-section .content {
    padding-left: 47.5rem;
    min-height: 50.0rem;
  }
  section.modal-section .content .caption {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    color: #008000;
    margin-bottom: 1.2rem;
  }
  section.modal-section .content .text {
    margin-bottom: 4.0rem;
    font-feature-settings: "palt";
    letter-spacing: -0.01em;
  }
  section.modal-section .content .text:last-child {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 833px) {
  section.modal-section {
    overflow-y: auto;
    height: 100%;
    padding-top: 0.0rem;
    padding-bottom: 3.0rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  section.modal-section .recruit-block {
    padding-top: 6.5rem;
    padding-bottom: 12.6rem;
  }
  section.modal-section .wrap {
    padding: 1.5rem 1.5rem;
  }
  section.modal-section .heading {
    font-size: 4.3rem;
    font-feature-settings: "palt";
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    margin-bottom: 3.9rem;
  }
  section.modal-section .leftblock {
    font-feature-settings: "palt";
  }
  section.modal-section .leftblock .image {
    width: 100%;
    max-width: 63.3rem;
    margin: 0 auto;
    aspect-ratio: 650/525;
    overflow: hidden;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    margin-bottom: 2.6rem;
    background: #f3f3f3;
  }
  section.modal-section .leftblock .image img {
    width: auto;
    height: 100%;
    padding-left: 3.4rem;
    max-width: unset;
  }
  section.modal-section .leftblock .name {
    display: block;
    text-align: right;
    font-size: 3.7rem;
    padding-right: 0.9rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
  }
  section.modal-section .leftblock .post {
    display: block;
    text-align: right;
    font-size: 3.1rem;
  }
  section.modal-section .content {
    margin-top: 5.7rem;
    padding-left: 0.4rem;
  }
  section.modal-section .content .caption {
    font-size: 3.8rem;
    font-feature-settings: "palt";
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
    color: #008000;
    margin-bottom: 1.2rem;
  }
  section.modal-section .content .text {
    font-size: 3.0rem;
    margin-bottom: 4.0rem;
    font-feature-settings: "palt";
    letter-spacing: -0.01em;
  }
  section.modal-section .content .text:last-child {
    margin-bottom: 0rem;
  }
}
