
@media screen and (min-width: 767px) {
    .pc-only {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .sp-only {
        display: none;
    }
}
html { 
    scroll-behavior: smooth;
}
body {
    color: #0c1d3a;
    background: #15b6bc;
}
.hidden {
    overflow: hidden;
    position: relative;
}
.zen-regular {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.zen-bold {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.slider-animation {
    display: flex;
    width: 105%;
    overflow: hidden;
}
.logo-slider {
    width: 100%;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .logo-slider {
        margin-bottom: 12px;
    }
}
.slider-top {
    transform:rotate(177.4deg); 
    margin-top: -9vw;
    margin-left: -5%;
}
@media screen and (max-width: 767px) {
    .slider-top {
        margin-top: -16vw;
    }
}
.slider {
    transform:rotate(-2.6deg); 
    margin-top: -10vw;
}
@media screen and (max-width: 767px) {
    .slider {
        margin-top: -16vw;
    }
}
.slider-2 {
    transform:rotate(-2.6deg); 
    margin-top: -340px;
    margin-left: -10px;
}
@media screen and (max-width: 767px) {
    .slider-2 {
        margin-top: -140px;
        margin-left: -5px;
    }
}
.slider-animation img {
    display: block;
    box-sizing: border-box;
    margin: 0 0 0 -1px;
    width: 100%;
    min-width: 100%; 
    padding: 0;
}
.logo-slider img {
    animation: slide-left 15s linear infinite; 
}
@media screen and (max-width: 767px) {
    .logo-slider img {
        min-width: 160%; 
    }
}
.slider-top img {
    animation: slide-right 15s linear infinite; 
}
@media screen and (max-width: 767px) {
    .slider-top img {
        min-width: 160%; 
    }
}
.slider img {
    animation: slide-left 15s linear infinite; 
}
@media screen and (max-width: 767px) {
    .slider img {
        min-width: 160%; 
    }
}
.slider-2 img {
    animation: slide-left 15s linear infinite; 
}
@media screen and (max-width: 767px) {
    .slider-2 img {
        min-width: 160%; 
    }
}

@keyframes slide-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%); /* 画像全体の半分だけ移動 */
    }
}
@keyframes slide-right {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%); 
    }
}

.kv-image {
    width: 100%;
    margin-top: -9vw;
}
@media screen and (max-width: 767px) {
    .kv-image {
        width: 100%;
        margin-top: -15vw;
    }
}
.lead {
    padding: 0px 80px 180px;
    background: #15b6bc;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .lead {
        margin-top: -40px;
        padding: 0px 0 84px;
        position: relative;
    }
}
.lead-text {
    text-align: center;
    font-size: 1.75rem;
    color: #0d1f3b;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .lead-text {
        font-size: 0.875rem;
    }
}
.lead_image {
    margin: 0 10px;
}
.lead_image-image {
    width: 362px;
}
@media screen and (max-width: 767px) {
    .lead_image-image {
        width: 181px;
    }
}
.lead_banner {
    margin-top: 120px;
    text-align: center;
    display: block;

}
@media screen and (max-width: 767px) {
    .lead_banner {
        margin: 40px 18px 0;
    }
}
.lead_banner:hover {
    opacity: 0.9;
}
.lead_banner-image {
    max-width: 1080px;
    width: 100%;
}
.entry {
    background: #0c1d3a;
    position: relative;
    border-top: 6px solid #FFFFFF;
    font-size: 28px;
    color: #FFFFFF;
}
@media screen and (max-width: 767px) {
    .entry {
        font-size: 0.875rem;
        border-top: 3px solid #FFFFFF;
    }
}
.entry:before{
    content: "";
    display: inline-block;
    background: url(../img/entry-head.png) 100% 100% / cover;
    height: 127px;
    width: 380px;
    position: absolute;
    top: -126px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .entry:before{
        background: url(../img/entry-head_sp.png) 100% 100% / cover;
        top: -59px;
        height: 60px;
        width: 180px;
    }
}
.entry-wrapper {
    padding: 134px 0 400px;
    outline: 2px solid #FFFFFF;
    outline-offset: -14px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .entry-wrapper {
        padding: 40px 0 150px;
    }
}
.entry-wrapper:before, .entry-wrapper:after{
    content: "";
    display: inline-block;
    background: url(../img/entry_border-corner.png) 100% 100% / cover;
    height: 47px;
    width: 47px;
    position: absolute;
    top: 0;
}
.entry-wrapper:after {
    right: 0;
}
.entry-wrapper:before {
    left: 0;
    transform: scale(-1, 1);
}
.entry_title {
    margin: 0 auto;
    width: 394px;
    position: relative;
}
@media screen and (max-width: 767px) { 
    .entry_title {
        width: 200px;
    }
}

.entry_title-image {
    width: 394px;
}
@media screen and (max-width: 767px) {
    .entry_title-image {
        width: 200px;
    }
}
.entry_title:before, .entry_title:after{
    content: "";
    display: inline-block;
    background: url(../img/entry-star.webp) 100% 100% / cover;
    height: 34px;
    width: 124px;
    position: absolute;
}
@media screen and (max-width: 767px) {
    .entry_title:before, .entry_title:after{
        content: "";
        display: inline-block;
        background: url(../img/entry-star.webp) 100% 100% / cover;
        height: 17px;
        width: 62px;
        position: absolute;
    }
}
.entry_title:after {
    right: -11.6vw;
    bottom: 0;
}
.entry_title:before {
    left: -11.6vw;
    top: 0;
}
.entry_list-area {
    position: relative;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.entry_list-area:before, .entry_list-area:after{
    content: "";
    display: inline-block;
    background: url(../img/entry-x.webp) 100% 100% / cover;
    height: 10px;
    width: 10px;
    position: absolute;
    top: -5px;
}
.entry_list-area:after {
    right: 25px;
}
.entry_list-area:before {
    left: 25px;
}
.entry_list {
    margin: 120px 40px 0;
    padding: 90px 0 90px;
    border-top: #FFFFFF solid 2px;
    border-bottom: #FFFFFF solid 2px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .entry_list {
        margin: 40px 40px 0;
        padding: 40px 0 40px;
    }
}
.entry_list:before, .entry_list:after{
    content: "";
    display: inline-block;
    background: url(../img/entry-x.webp) 100% 100% / cover;
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: -5px;
}
.entry_list:after {
    right: 25px;
}
.entry_list:before {
    left: 25px;
}
.entry_list-item {
    width: 56px;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    line-height: 2;
    font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
    .entry_list-item {
        width: 26px;
        font-size: 0.875rem;
    }
}
.entry_list-anchor {
    width: 56px;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
@media screen and (max-width: 767px) {
    .entry_list-anchor {
        width: 26px;
    }
}
.entry_list-anchor:hover {
    opacity: 0.8;
}
.entry_list-number, .entry_list-co, .entry_list-name, .entry_list-arrow {
    display: inline-block;
    margin: 0 auto;
}
.entry_list-number-image {
    width: 56px;
}
@media screen and (max-width: 767px) {
    .entry_list-number-image {
        width: 26px;
    }
}
.entry_list-co {
    margin-top: 28px;
    height: 95px;
}
@media screen and (max-width: 767px) {
    .entry_list-co {
        margin-top: 15px;
        height: 50px;
    }
}
.entry_list-name {
    height: 610px;
}
@media screen and (max-width: 767px) {
    .entry_list-name {
        height: 350px;
    }
}
.entry_list-arrow-image {
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 767px) {
    .entry_list-arrow-image {
        width: 10px;
    }
}
.team {
    margin: -8vw auto 0;
    z-index: 10;
    position: relative;
    padding: 20px 240px 120px 0;
    background: #f091a2;
    display: flex;
}
@media screen and (max-width: 1080px) {
    .team {
        padding: 20px 40px 120px 0;
    }
}
@media screen and (max-width: 767px) {
    .team {
        margin-top: -50px;
        padding: 10px 0 40px;
        flex-wrap: wrap;
    }
}
.team_current {
    position: sticky;
    width: 240px;
    min-width: 240px;
    height: 100vh;
    top: 0;
    left: 0;
    display: block;
    z-index: 20000;
}
@media screen and (max-width: 767px) {
    .team_current {
        position: fixed;
        width: 100%;
        height: auto;
        top: auto;
        bottom: 20px;
        z-index: 2;
        overflow: hidden;
        pointer-events: none; /* 初期状態ではクリックイベント無効 */
        transition: opacity 0.5s ease-in-out, pointer-events 0.5s ease-in-out; /* 透明度とクリックイベント変化に0.5秒かける */
        z-index: 20000;
    }
}
.team_current_list {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .team_current_list {
        position: relative;
        top: auto;
        left: auto;
        transform: translateY(0);
        display: flex;
        align-items: flex-end;
        width: 10000px;
    }
}
.team_current_list-item {
    padding: 8px 0 8px 0;
}
@media screen and (max-width: 767px) {
    .team_current_list-item {
        padding: 0 18px 0;
        display: flex;
        flex-wrap: wrap;
        order: 3
    }
    .team_current_list-item:has(> .active) {
        order: 1;
    }
    .team_current_list-item:has(> .post-active) {
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    .team_current_list-link {
        width: 45px;
    }
}
@media screen and (max-width: 767px) {
    .team_current_list-link.active {
        width: 60px;
    }
}
.active .team_current_list-image {
    height: 45px;
    margin-left: 18px;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .active .team_current_list-image {
        height: 60px;
        margin: 0;
    }
}
.team_current_list-image {
   height: 20px;
   margin-left: 30px;
   transition: all 0.5s;
   opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .team_current_list-image {
        height: 40px;
        margin: 0;
    }
}
.team_current_list-text {
    white-space: nowrap;
    font-size: 0.8125rem;
    margin: 10px auto 0;
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 767px) {
    .team_current_list-text {
        display: none;
    }
}
.team_list {
    text-align: center;
    margin: 0 auto;
}
@media screen and (max-width: 1080px) {
    .team_list {
        width: 480px;
    }
}
@media screen and (max-width: 767px) {
    .team_list {
        margin:0 ;
        width: 100%;
    }
}
.team_list-item {
    margin-top: 50px;
    margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
    .team_list-item {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .team_list-item:nth-child(n+2) {
        margin-top: 90px;
    }
}
.team_list-number {
    font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
    .team_list-number {
        font-size: 0.75rem;
    }
}
.team_list-name {
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .team_list-name {
        margin-top: 20px;
    }
}
.team_list-name-image {
    max-height: 63px;
}
.team_list-name-image-mnb {
    max-height: 140px;
}
@media screen and (max-width: 1080px) {
    .team_list-name-image {
        max-height: 45px;
    }
    .team_list-name-image-mnb {
        max-height: 105px;
    }
}
@media screen and (max-width: 767px) {
    .team_list-name-image {
        max-height: 31px;
    }
    .team_list-name-image-mnb {
        max-height: 70px;
    }
}
.team_list_from {
    margin-top: 40px;
    font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
    .team_list_from {
        margin-top: 12px;
        font-size: 0.8125rem;
    }
}
.team_list_from-logo {
    padding: 0 20px 0;
}
@media screen and (max-width: 767px) {
    .team_list_from-logo {
        padding: 0 12px 0;
    }
}
.team_list_from-logo-image {
    height: 28px;
}
@media screen and (max-width: 1080px) {
    .team_list_from-logo-image {
        height: 20px;
        margin-bottom: 4px;
    }
}
@media screen and (max-width: 767px) {
    .team_list_from-logo-image {
        height: 16px;
        margin-bottom: 0;
    }
}
.team_list-photo {
    margin-top: 60px;
    position: relative;
}
.image-mask {
    width: 100%;
    height: auto;
    display: block;

}
.team_list_star-image {
    display: block;
    height: 528px;
    width: 1173px;
    max-width: 95vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: opacity 2s; 
    transition: clip-path 2s ease-in-out; /* アニメーションの速さとイージング */
    z-index: 1;
} 
@media screen and (max-width: 1080px) {
    .team_list_star-image {
        height: 400px;
        width: auto;
        max-width: 95vw;
        aspect-ratio: 1500/1056;
        overflow: hidden;
    }
}
@media screen and (max-width: 767px) {
    .team_list_star-image {
        height: 88%;
        width: auto;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .team_list-photo {
        margin: 30px 0 0;
    }
}
.team_list-photo-image-wrapper {
    margin: 0 35px 0;
}
.team_list-photo-image {
    max-width: 600px;
    width: 100%;
}

.team_list-song-area {
    height: 150px;
    max-width: 1070px;
    margin: 60px auto 0;
    display: grid;
    place-items: center;
    position: relative;
    padding: 0 10px 0;
}
@media screen and (max-width: 767px) {
    .team_list-song-area {
        margin: 40px 35px 0;
        height: 60px;
    }
}
.team_list-song-area:before, .team_list-song-area:after{
    content: "";
    display: inline-block;
    background: url(../img/team-song-border.webp) 100% 100% / cover;
    height: 82px;
    width: 82px;
    position: absolute;
}
@media screen and (max-width: 767px) {
    .team_list-song-area:before, .team_list-song-area:after{
        height: 42px;
        width: 42px;
    }
}
.team_list-song-area:before {
    left: -5px;
    top: -5px;
}
.team_list-song-area:after {
    right: -5px;
    bottom: -5px;
    transform: rotate(180deg);
}
.team_list-song {
    font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
    .team_list-song {
        font-size: 1.125rem;
    }
}
.team_list_accordion {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-out;
    margin: 0 20px 100px;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .team_list_accordion {
        margin:0 0 40px 0;
    }
}
.team_list_accordion.active {
    max-height: 9900px; 
}
.team_list_accordion-member {
    padding-top: 80px;
}
@media screen and (max-width: 767px) {
    .team_list_accordion-member {
        padding-top: 40px;
    }
}
.team_list_accordion-member-image {
    width: 283px;
}
@media screen and (max-width: 767px) {
    .team_list_accordion-member-image {
        width: 142px;
    }
}
.team_list_accordion-title {
    font-size: 1.5rem;
    margin-top: 14px;
}
@media screen and (max-width: 767px) {
    .team_list_accordion-title {
        font-size: 0.75rem;
        margin-top: 8px;
    }
}
.team_list_accordion-text {
    font-size: 1rem;
    margin: 40px auto 0;
    max-width: 770px;
    text-align: left;
    padding: 0 40px 0;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .team_list_accordion-text {
        margin: 20px auto 0;
        font-size: 0.875rem;
        padding: 0 30px 0;
    }
}
.team_list_accordion-comment {
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
    .team_list_accordion-comment {
        margin-top: 40px;
    }
}
.team_list_accordion-comment-image {
    width: 347px;
}
@media screen and (max-width: 767px) {
    .team_list_accordion-comment-image {
        width: 175px;
    }
}
.team_list_accordion-appeal {
    margin-top: 57px;
}
@media screen and (max-width: 767px) {
    .team_list_accordion-appeal {
        margin-top: 40px;
    }
}
.team_list_accordion-appeal-image {
    width: 299px;
}
@media screen and (max-width: 767px) {
    .team_list_accordion-appeal-image {
        width: 150px;
    }
}
.team_list_accordion-list {
    font-size: 1.25rem;
    margin: 40px auto 0;
    display: block;
}
@media screen and (max-width: 767px) {
    .team_list_accordion-list {
        margin: 20px auto 0;
        font-size: 0.875rem;
    }
}
.team_list_accordion-list-item {
    display: block;
}
.team_list_accordion-list-point {
    width: 220px;
    display: inline-block;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .team_list_accordion-list-point {
        width: 100px;
    }
}
.team_list_accordion-list-star {
    margin-left: 35px;
}
.team_list_button {
    width: 480px;
    height: 72px;
    background: #0c1d3a;
    border-radius: 240px;
    color: #FFFFFF;
    font-size: 1.25rem;
    position: relative;
}
@media screen and (max-width: 767px) {
    .team_list_button {
        width: 240px;
        height: 48px;
        font-size: 0.875rem;
    }
}
.team_list_button::after {
    content:"";
    width: 480px;
    height: 72px;
    border-radius: 240px;
    border: #FFFFFF 2px solid;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-8px, -8px);
    transition: transform 0.4s ease-out;
}
@media screen and (max-width: 767px) {
    .team_list_button::after  {
        width: 240px;
        height: 48px;
        border: #FFFFFF 1px solid;
    }
}
.team_list_button:hover::after {
    transform: translate(0px, 0px);
}
.team_list_button-text {
    display: block;
    transform: translate(-8px, -8px);
    transition: transform 0.4s ease-out;
}
.team_list_button:hover .team_list_button-text{
    transform: translate(0px, 0px);
}
.team_list_button.active .team_list_button-text {
    font-size: 0;
}
.team_list_button.active .team_list_button-text::before {
    content: "閉じる";
    font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
    .team_list_button.active .team_list_button-text::before {
        font-size: 0.875rem;
    }
}
.team_list_button-puls {
    position: absolute;
    top: 20px;
    right: 50px;
    transition: all 0.4s ease-out;
}
@media screen and (max-width: 767px) {
    .team_list_button-puls {
        top: 9px;
    }
}
.team_list_button:hover .team_list_button-puls {
    top: 28px;
    right: 42px;
}
@media screen and (max-width: 767px) {
    .team_list_button:hover .team_list_button-puls {
        top: 19px;
        right: 42px;
    }
}
.team_list_button-puls::before,.team_list_button-puls::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: #FFFFFF;
    transition: transform 0.4s ease-out;
}
@media screen and (max-width: 767px) {
    .team_list_button-puls::before,.team_list_button-puls::after  {
        height: 12px;
        width: 1px;
    }
}
.team_list_button-puls::after {
    transform: rotate(90deg);
    transition: transform 0.4s ease-out;
}
.team_list_button.active .team_list_button-puls::before {
    transform: rotate(90deg);
}
.form {
    z-index: 100;
    position: relative;
}
.form-wrapper {
    background: url(../img/form-back.webp);
    background-position: center;
    background-size: cover;
    padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
    .form-wrapper {
        padding: 24px 0 60px;
    }
}
.form_campaign {
    text-align: center;
}
.form_campaign-image {
    width: 774px;
}
@media screen and (max-width: 767px) {
    .form_campaign-image {
        width: 362px;
    }
}
.form_get {
    text-align: center;
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .form_get {
        margin-top: 35px;
    }
}
.form_get-image {
    width: 424px;
}
@media screen and (max-width: 767px) {
    .form_get-image {
        width: 260px;
    }
}
.form_button {
    width: 680px;
    height: 90px;
    background: url(../img/form_button-back.webp) 100% 100% / cover;
    border-radius: 240px;
    color: #FFFFFF;
    font-size: 1.25rem;
    position: relative;
    display: block;
    text-align: center;
    margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
    .form_button {
        width: 300px;
        height: 60px;
        font-size: 1rem;
        background: url(../img/form_button-back_sp.png) 100% 100% / cover;
    }
}
.form_button::after {
    content:"";
    width: 680px;
    height: 90px;
    border-radius: 240px;
    border: #FFFFFF 2px solid;
    position: absolute;
    bottom: 8px;
    right: 8px;
    transition: all 0.4s ease-out;
}
@media screen and (max-width: 767px) {
    .form_button::after {
        width: 300px;
        height: 60px;
        border: #FFFFFF 1px solid;
    }
}
.form_button:hover::after {
    bottom: 0px;
    right: 0px;
}
.form_button::after {
    transform: translate(0px, 0px);
}
.form_button-text {
    display: block;
    transform: translate(-8px, -8px);
    transition: transform 0.4s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 680px;
    height: 90px;
}
@media screen and (max-width: 767px) {
    .form_button-text {
        width: 300px;
        height: 60px;
    }
}
.form_button:hover .form_button-text{
    transform: translate(0px, 0px);
}
.form_button-arrow {
    background: url(../img/button_arrow.webp) 100% 100% / cover;
    position: absolute;
    width: 25px;
    height: 9px;
    transition: all 0.4s ease-out;
    right: 42px;
    top: 32px;
}
@media screen and (max-width: 767px) {
    .form_button-arrow {
        top: 21px;
        width: 15px;
        height: 5px;
    }
}
.form_button:hover .form_button-arrow {
    top: 40px;
    right: 34px;
}
@media screen and (max-width: 767px) {
    .form_button:hover .form_button-arrow {
        top: 29px;
        right: 34px;
    }
}
.about {
    padding: 120px 0 120px;
    background: #15b6bc;
    text-align: center;
    position: relative;
    z-index: 100;
}
@media screen and (max-width: 767px) {
    .about {
        padding: 60px 0 120px;
    }
}
.about_title-image {
    width: 232px;
}
@media screen and (max-width: 767px) {
    .about_title-image {
        width: 120px;
    }
}
.about_subtitle {
    margin-top: 14px;
    font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
    .about_subtitle {
        margin-top: 8px;
        font-size: 0.75rem;
    }
}
.about_list {
    margin: 40px auto 0;
    text-align: left;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .about_list {
        font-size: 0.875rem;
        margin: 20px auto 0;
    }
}
.about_list-item {
    display: block;
}
@media screen and (max-width: 767px) {
    .about_list-item-1 {
        text-align: center;
    }
}
.about_35year {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about_35year-image {
    width: 283px;
}
@media screen and (max-width: 767px) {
    .about_35year-image {
        width: 140px;
    }
}