@charset "UTF-8";
.top-wrap {
    padding-top:48px;
    display:flex;
    background-color: rgb(136, 136, 136);
    height:100%;
}
.top-wrap__left {
    width:50%;
    height:700px;
    background-size: cover;
    background-position: center;
    position:relative;
}
.about-wrap__body__block__left img {
    display: block;
    height:clamp(36.25rem, -7.3864rem + 54.5455vw, 43.75rem);
    object-fit: cover;
    width:clamp(36.25rem, -7.3864rem + 54.5455vw, 43.75rem);
}
.about-wrap__body__block2__left img {
    width: clamp(36.25rem, -7.3864rem + 54.5455vw, 43.75rem);
    display: block;
    height:clamp(34.375rem, -27.4432rem + 77.2727vw, 45rem);
    object-fit: cover;
}
.top-wrap__left__title {
    position:absolute;
    left:5%;
    bottom:10%;
}
.top-wrap__left__title p{
    padding: 0 10px;
    background-color: black;
    font-size:46px;
    line-height: 1.8;
    display: inline;
}
.top-wrap__left__title2 {
    position:absolute;
    left:5%;
    bottom:5%;
}
.top-wrap__left__title2 p{
    padding: 0 10px;
    background-color: black;
    font-size:46px;
}
.top-wrap__right {
    position: relative;
    width:50%;
    background-color: black;
}
.top-wrap__right__txt {
    position: absolute;
    color:#fff;
    font-size:16px;
    line-height: 1.8;
    letter-spacing: 1px;
    word-break: break-all;
    top:20%;
    left:10%;
}
.top-wrap__right__txt__enname {
    font-family: "Bebas Neue", sans-serif;
    font-size:54px;
    color:#DB1517;
}
.top-wrap__right__txt__enname p{
    font-weight:lighter;
}
.top-wrap__right__txt__jpname {
    font-size:25px;
}
.top-wrap__right__txt__job {
    font-size:14px;
}
.top-wrap__right__txt__writing {
    width:420px;
    margin-top:20px;
    font-size:16px; 
    line-height: 2;
}
.top-wrap__right__flag {
    font-family: "Bebas Neue", sans-serif;
    background-color: #DB1517;
    width:110px;
    height:170px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right:0;
    line-height: 0.78;
}
.top-wrap__right__flag__top {
    font-size:26px;
}
.top-wrap__right__flag__middle {
    font-size:47px;
}
.top-wrap__right__flag__under {
    font-size:100px;
}
.about-wrap {
    margin:100px 0;
}
.about-wrap__body__title {
    width:clamp(70rem, 40.9091rem + 36.3636vw, 75rem);
    position: relative;  
    font-size:36px;
    text-align: left;   /* テキストを左寄せ */
    margin-bottom:40px;
}
.about-wrap__body__title:before {
content: "";                 /* ← これがないと何も描画されない */
  position: absolute;
  top: 66%;
  left:-6%;
  transform: translateY(-50%); /* 縦中央合わせ（任意） */
  width: 50px;
  height: 80px;
  background:linear-gradient(90deg,#DB1517, #AD0002);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 80%, 0 100%);
  z-index: -1;
}
.about-wrap__body__title2 {
    width:1200px;
    position: relative;  
    font-size:36px;
    text-align: left;   /* テキストを左寄せ */
    margin-bottom:40px;
}
.about-wrap__body__title2:before {
    content: "";                 /* ← これがないと何も描画されない */
  position: absolute;
  top: 66%;
  left:-6%;
  transform: translateY(-50%); /* 縦中央合わせ（任意） */
  width: 50px;
  height: 80px;
  background:linear-gradient(90deg,#DB1517, #AD0002);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 80%, 0 100%);
  z-index: -1;
}
.about-wrap__body {
    display: flex;
    flex-direction: column;   /* 縦に積む */
    align-items: center;    /* 横（交差軸）を右寄せ */
    margin: 0 auto;
}
.about-wrap__body__block2 {
    max-width: 1200px;
    display: flex;
    justify-content: flex-start;  /* 行方向の終端＝右側へ */
    gap: 40px;
}
.about-wrap__body__block {
    display:flex;
    max-width:1200px;
    flex-direction: row-reverse;
    gap:40px;
}
.about-wrap__body__section__profile__url li {
    list-style: none;
    margin-top: 20px;
}
.about-wrap__body__section__profile__url a {
    text-decoration: none;
    color: #fff;
    font-size:14px;
}
@media screen and (max-width: 1500px) {
.about-wrap__body__right {
    width:100%;
}
:root {
    --container-width: 1100px;
  }
.about-wrap__body__block__left { 
    position: relative;
  }
  .about-wrap__body__right { 
    width:45%;
  }
  .about-wrap__body__block {
    width:100%;
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    margin: 0 auto;
    float: left;
}
.about-wrap__body__block2 {
    gap: 10px;
}
.about-wrap__body__block__left img {
    display: block;
    height:clamp(36.25rem, -7.3864rem + 54.5455vw, 43.75rem);
    object-fit: cover;
    /* コンテナ中央配置分だけ右へ移動して右端にピタッ */
    position: relative;
    right: calc((100vw - var(--container-width)) / -2);
    width:clamp(36.25rem, -7.3864rem + 54.5455vw, 43.75rem);
    max-width: none;
}
.about-wrap__body__block2__left img {
    display: block;
    height:clamp(34.375rem, -27.4432rem + 77.2727vw, 45rem);
    object-fit: cover;
    /* コンテナ中央配置分だけ右へ移動して右端にピタッ */
    position: relative;
    left: calc((100vw - var(--container-width)) / -2);
    width:clamp(34.375rem, -27.4432rem + 77.2727vw, 45rem);
    max-width: none;
}
}
.about-wrap__img {
    width:100%;
    aspect-ratio: 2.35 /1;
    background-size: cover;
    margin:120px 0;
    background-position: center;
}
.about-wrap__body__txtonly  {
    font-size:18px;
    line-height: 1.8;
    letter-spacing: 1px;
    word-break: break-all;
    font-weight: 500;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    margin-left:0;
}
.about-wrap__body1 {
    display: flex;
    flex-direction: column;
        align-items: center;
        max-width: 1100px;
        margin: 0 auto;
        margin-bottom: 100px;
}
.about-wrap__body__block__right__txt {
    width:100%;
    font-size:18px;
    line-height: 1.8;
    letter-spacing: 1px;
    word-break: break-all;
    font-weight: 500;
}
@media screen and (max-width: 1280px) {
    .about-wrap__body__title {
        width: clamp(53.125rem, 38.3224rem + 26.3158vw, 59.375rem);
        position: relative;
        font-size: 36px;
        text-align: left;
        margin-bottom: 40px;
    }
    .about-wrap__body__title2 {
        width: clamp(53.125rem, 38.3224rem + 26.3158vw, 59.375rem);
        position: relative;
        font-size: 36px;
        text-align: left;
        margin-bottom: 40px;
    }
    .about-wrap__body__block__left img {
        display: block;
        height: clamp(31.25rem, 19.4079rem + 21.0526vw, 36.25rem);
        object-fit: cover;
        position: relative;
        right: calc((100vw - var(--container-width)) / -2);
        width:clamp(31.25rem, 19.4079rem + 21.0526vw, 36.25rem);
        max-width: none;
    }
    .about-wrap__body__block2__left img {
        display: block;
        height: clamp(31.25rem, 19.4079rem + 21.0526vw, 36.25rem);
        object-fit: cover;
        position: relative;
        right: calc((100vw - var(--container-width)) / -2);
        width:clamp(31.25rem, 19.4079rem + 21.0526vw, 36.25rem);
        max-width: none;
    }

    .about-wrap__body1 {
        max-width: 800px;
    }
    .about-wrap__body__txtonly {
        font-size:16px;
        font-weight: 400;
    }
    .about-wrap__body__block__right {
        width:65%;
    }
    .about-wrap__body__block__right__txt {
        font-size:16px;
        font-weight: 400;
    }
    .about-wrap__body__title:before {
          left:-7%;
        }
        .about-wrap__body__title2:before {
            left:-7%;
          }
        .about-wrap__body__block {
        gap: clamp(0.625rem, 6.9408rem + -7.8947vw, 2.5rem);
        }
        .about-wrap__body__right {
            width: 40%;
        } 
}
@media screen and (max-width: 1100px) {
    .about-wrap__body__block {
        gap: 10px;
    }
    :root {
        --container-width: 900px;
      }
    .about-wrap__body__block__left img {
        display: block;
        height:clamp(25rem, 1.6667rem + 46.6667vw, 33.75rem);
        object-fit: cover;
        /* コンテナ中央配置分だけ右へ移動して右端にピタッ */
        position: relative;
        right: calc((100vw - var(--container-width)) / -2);
        width:clamp(25rem, 1.6667rem + 46.6667vw, 33.75rem);;
        max-width: none;
    }
    .about-wrap__body__title {
        width:clamp(46.875rem, 28.5417rem + 36.6667vw, 53.75rem);
        position: relative;
        font-size: 32px;
        text-align: left;
        margin-bottom: 40px;
}
.about-wrap__body__title2 {
    width:clamp(46.875rem, 28.5417rem + 36.6667vw, 53.75rem);
    position: relative;
    font-size: 32px;
    text-align: left;
    margin-bottom: 40px;
    margin-left:10px;
}
.about-wrap__body__title2 {
    margin-left:10px;
}

.about-wrap__body__block2__left img {
    display: block;
    height:clamp(25rem, 1.6667rem + 46.6667vw, 33.75rem);
    object-fit: cover;
    /* コンテナ中央配置分だけ右へ移動して右端にピタッ */
    position: relative;
    right: calc((100vw - var(--container-width)) / -2);
    width:clamp(25rem, 1.6667rem + 46.6667vw, 33.75rem);;
    max-width: none;
}
}
@media screen and (max-width: 950px) {
    .top-wrap {
        flex-direction: column;
    }
    .top-wrap__left {
        width: 100%;
        aspect-ratio: 1/1;
        height:auto;
    }
    .top-wrap__right {
        width: 100%;
    }
    .top-wrap__right__txt {
        position:static;
        color: #fff;
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 1px;
        word-break: break-all;
        width:90%;
        margin:0 auto;
    }
    .top-wrap__right__txt__writing {
        width: 100%;
        margin-bottom:20px;
    }
    .top-wrap__right__flag {
        display: none;
    }
    .about-wrap__img {
        width: 100%;
        height: 400px;
        background-size: cover;
        margin: 100px 0;
        background-position: center;
}
@media screen and (max-width: 920px) {
    :root {
        --container-width: 700px;
      }
    .about-wrap__body__title  {
        width:clamp(41.25rem, 34.5833rem + 13.3333vw, 43.75rem);;
    }
    .about-wrap__body__title:before {
        left: -9%;
    }
    .about-wrap__body__block__right__txt {
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 1px;
        word-break: break-all;
        font-weight: 400;
    }
    .about-wrap__body__block__left img {
        display: block;
        height: 400px;
        object-fit: cover;
        position: relative;
        right: calc((100vw - var(--container-width)) / -4);
        width: 400px;
        max-width: none;
    }
    .about-wrap__body__title2  {
        width:clamp(41.25rem, 34.5833rem + 13.3333vw, 43.75rem);;
    }
    .about-wrap__body__title2:before {
        left: -9%;
    }
    .about-wrap__body__block2__right__txt {
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 1px;
        word-break: break-all;
        font-weight: 400;
    }
    .about-wrap__body__block2__left img {
        display: block;
        height: 400px;
        object-fit: cover;
        position: relative;
        right: calc((100vw - var(--container-width)) / -4);
        width: 400px;
        max-width: none;
    }
}
@media screen and (max-width:780px) {
    .about-wrap__body__title{
        width:80%;
    }
    .about-wrap__body__title:before {
        content: "";
        position: absolute;
        top: 68%;
        left: -8%;
        transform: translateY(-50%);
        width: 30px;
        height:50px;
        background: linear-gradient(90deg, #DB1517, #AD0002);
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 80%, 0 100%);
        z-index: -1;
    }
    .about-wrap__body__block {
        display: flex;
        flex-direction: column;
    }
    .about-wrap__body__block__left{
        position: static;
        width:100%;
        margin-right:0 ;
    }
    .about-wrap__body__block__left img {
        position: static;
        display: block;
        aspect-ratio: 16 /13;
        object-fit: cover;
        margin-right:0;
        width: 80%;
        max-width: none;
        height: auto;
        margin: 0 0 20px auto !important; /* 右寄せ */  

    }
    .about-wrap__body__title2{
        width:80%;
    }
    .about-wrap__body__title2:before {
        content: "";
        position: absolute;
        top: 68%;
        left: -8%;
        transform: translateY(-50%);
        width: 30px;
        height:50px;
        background: linear-gradient(90deg, #DB1517, #AD0002);
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 80%, 0 100%);
        z-index: -1;
    }
    .about-wrap__body__block2 {
        display: flex;
        flex-direction: column;
    }
    .about-wrap__body__block2__left{
        position: static;
        width:100%;
        margin-right:0 ;
    }
    .about-wrap__body__block2__left img {
        position: static;
        display: block;
        aspect-ratio: 16 /13;
        object-fit: cover;
        margin-right:0;
        width: 80%;
        max-width: none;
        height: auto;
        margin: 0 0 20px auto !important; /* 右寄せ */                  
    }
    .about-wrap__body__right {
        width: 100%;
    }
    .about-wrap__body__block__right__txt {
        width: 90%;
        margin: 0 auto;
    }
    .about-wrap__body__txtonly {
        width:90%;
    }
    .about-wrap__img {
        width: 100%;
        height: 300px;
        background-size: cover;
        margin: 50px 0;
        background-position: center; 
    }
    .about-wrap__body__section__profile__url li {
        margin-top: 10px;
        margin-bottom:20px;
    }
}
}
@media screen and (max-width:540px) {
    .top-wrap {
        padding-top: 50px;
    }
    .top-wrap__left__title p {
        padding: 0 10px;
        background-color: black;
        font-size: 24px;
    }
    .top-wrap__left__title2 p {
        padding: 0 10px;
        background-color: black;
        font-size: 24px;
    }
    .top-wrap__right__txt__writing {
        font-size:14px;
        width: 100%;
        margin-bottom: 20px;
    }
    .about-wrap__body__title {
        font-size:20px;
    }
    .about-wrap__body__title:before {
        content: "";
        position: absolute;
        top: 60%;
        left: -8%;
        transform: translateY(-50%);
        width: 20px;
        height: 35px;
        background: linear-gradient(90deg, #DB1517, #AD0002);
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 80%, 0 100%);
        z-index: -1;
    }
    .about-wrap__body__title2 {
        font-size:20px;
    }
    .about-wrap__body__title2:before {
        content: "";
        position: absolute;
        top: 60%;
        left: -8%;
        transform: translateY(-50%);
        width: 20px;
        height: 35px;
        background: linear-gradient(90deg, #DB1517, #AD0002);
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 80%, 0 100%);
        z-index: -1;
    }
}