.ryunoji-h2 {
    font-size: 2.4rem;
    transform: rotate(-16deg);
}
.h2-text-style {
    font-style: italic;
    font-weight: bold;
    font-size: 3.6rem;
    color: var(--accent-color);
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 1.8rem;
}
.conA {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    min-height: 450px;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.5)),
        url('/images/work-style-index1-1.webp');
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.conA h1 > p {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10vw;
    letter-spacing: 0.2em;
    margin-left: 0.2em;
}
.conA p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}
.conA img {
    width: 20%;
}
.conA a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    border: solid 3px currentColor;
    border-radius: 6px;
    background-color: var(--accent-color);
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.conA a:hover {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.2)
    );
}
/* ベテランプレイヤー */
.objective {
    padding: 12px;
}
.objective .container {
    max-width: 800px;
    margin: 24px auto;
}
.objective img {
    transition: 0.8s;
    border: 2px solid #fff;
    border-radius: 16px;
    box-shadow: 3px 3px 3px 1px #ddd;
}
.objective img:hover {
    box-shadow: 3px 3px 3px 1px var(--accent-color);
    cursor: pointer;
    transform: scale(1.1);
}
/* ベテランプレイヤー */

/* 龍の字の仕事 */
.ryunoji-work {
    position: relative;
    padding-top: 3.6rem;
    text-align: center;
    z-index: 0;
    color: #fff;
    text-shadow: -1px -1px var(--dark-color), -1px 1px var(--dark-color), 1px -1px var(--dark-color), 1px 1px var(--dark-color);
    font-size: 1.4rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    
  }
  .ryunoji-work-image {
    position: absolute;
    left: 50%;
    top: 55%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
  }
/* 龍の字の仕事 */
.conA2 {
    
}
.conA2 .container {
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
}
.x {
  flex: 1;
  font-family: unset;
    font-weight: bold;
    color: #fff;
  background-color: #000;
  font-size: 3.6rem;
  height: 100%;
  padding-top: 40px;
    padding-bottom: 40px;
}
.x:hover {
    opacity: 0.8;
    cursor: pointer;
}
.x p {
    margin: 0;
}
.facebook {
  flex: 1;
  color: #fff;
  font-size: 3.6rem;
  font-family: unset;
    font-weight: bold;
  height: 100%;
  padding-top: 40px;
    padding-bottom: 40px;
  background-color: rgba(66, 103, 178);
}
.facebook:hover {
    opacity: 0.8;
    cursor: pointer;
}
.facebook p {
    margin: 0;
}
.sns-comment {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.sns-comment img {
    width: 120px;
    vertical-align: middle;
}
.how-work {
    background-color: var(--accent-sub-color);
}
.conB {
    
}
.conB .container {
    padding-top: 80px;
    padding-bottom: 20px;
}
.conB .text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    text-align: center;
    color: #fff;
}
.conB h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}
.conB p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.8;
}
.conB a {
    color: var(--main-color);
    text-decoration: none;
}
.conB a:hover {
    text-decoration: underline;
}
.conB .icon {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 40px;
    width: 2em;
    line-height: 2em;
    border-radius: 50%;
    text-align: center;
    background-color: var(--dark-color);
    color: #fff
}
/* .profile-box {
    display: flex;
    background-color: var(--main-color);
    position: relative;
}
.profile-image {
    flex: 1;
    width: 100%;
    text-align: center;
}
.profile-text {
    flex: 1;
    z-index: 10;
}
.profile-text p {
    font-size: 1.2rem;
}
.ryu-image {
    width: 50%;
    padding-bottom: 56.25%;
    position: absolute;
    top: 50%;
    left: 45%;
} */
 .profile-index {
    position: relative;
 }
 .ryu-image {
    position: absolute;
    width: 40%;
    left: 5%;
    top: 50%;
    z-index: 10;
    transform:  translateY(-50%);
 }
 .ryu-image img {
    border-radius: 50%;
 }
 .ryunoji-image {
    width: 100;
 }
 .profile-index-text {
    top: 5%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
 }
 .profile-index-text p {
    font-size: 1.6rem;
    font-weight: bold;
 }
 .profile-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
 }
.play-box {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
.play-box .warehouse {
    flex: 1;
  }
.play-box .web {
    flex: 1;
  }
/* feel */
.feel {
    padding: 12px;
    margin-top: 24px;
}
.feel .image-text-box {
    position: relative
}
.feel .image-text-box .image-box {
    width: 80%;
}
.feel .image-text-box .text-box {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px;
}
.feel-btn {
    text-align: center;
}
/* feel */
.realization {
    padding: 12px;
    height: 1000px;
}
/* .realization-box {
    position: relative;
    z-index: 0;
}
.realization-box .container {
    margin: 5vw auto 5vw; 
    width: 80%;
}
.realization-box .text-box {
    padding: 24px;
    display: inline-block;
    z-index: 10;
}
.realization-box .image-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    z-index: -2;
    
}
.realization-box .image-box img {
    box-shadow: 0 0 12px gray;
} */
.realization-image-text {
    position: relative;
}
.realization-image-text .image-box {
    margin-left: auto;
    margin-right: 0;
    width: 45%;
}
.realization-image-text .image-box-re2 {
    position: absolute;
    top: 50%;
    width: 60%;    
}
.realization-image-text .image-box-re3 {
    position: absolute;
    top: 90%;
    right: 0;
    width: 60%;
}
.realization-image-text .text-box {
    padding: 12px;
    width: 50%;
    position: absolute;
    top: 5%;
    /* transform: translateY(-50%); */
}
.realization-image-text .realization-btn {
    position: absolute;
    bottom: -80%;
    left: 5%;
}
/*  見出しイメージテキストrealization */


/* .realization-box {
    position: relative;
}
.realization-box .image-box {
    position: absolute;
    width: 60%;
    right: 0;
    top: 0;
}
.realization-box .text-box {
    width: 50%;
    padding: 12px;
} */
.conC {
    background-color: var(--main-color);
    color: #fff;
}
.conC .text {
    padding: 20px
}
.con {
    margin-top: 32px;
}
.conC a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    border: solid 3px currentColor;
    border-radius: 6px;
    background-color: var(--accent-color);
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.conC a:hover {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.2)
    );
}
.conC .photo {
    min-height: 200px;
    background-image: url('C:/Users/ryutaro/ryutaro_work_style_project/images/work-style.jpg');
    background-position: center;
    background-size: cover;
}
.conD .container {
    padding-top: 2px;
}
.conD .text {
    padding: 20px;
}
.conD h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}
.conD p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.8;
}
.conD a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    box-shadow: 0 0 0 1px #888;
    border: solid 3px currentColor;
    border-radius: 6px;
    background-color: var(--accent-color);
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.conD a:hover {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.2)
    );
}
.conD .photo {
    min-height: 200px;
    background-image: url('C:/Users/ryutaro/ryutaro_work_style_project/images/ryutaro-profile.jpg');
    background-position: center;
    background-size: cover;
}
.work-flow {
    margin-top: 32px;
    padding: 12px;
}
.work-flow .container {
    max-width: var(--large-width);
    margin: 0 auto;
}
.work-flow img {
    box-shadow: 3px 3px 3px 1px var(--accent-color);
}
.work-flow img:hover {
    opacity: 0.8;
}
@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
}
    .scroll-infinity__wrap {
      display: flex;
      overflow: hidden;
    }
    .scroll-infinity__list {
      display: flex;
      list-style: none;
      padding: 0
    }
    .scroll-infinity__list--left {
      animation: infinity-scroll-left 30s infinite linear 0.5s both;
    }
    .scroll-infinity__item {
      width: calc(100vw / 4);
    }
    .scroll-infinity__item>img {
      width: 100%;
    }
.ryunoji {
    display: flex;
    align-items: center;
    background-color: var(--dark-deep-color);
}
.ryunoji .text-box {
    flex: 1;
}
.ryunoji .text-box>p {
    font-size: 1.8rem;
    padding: 1.8rem;
    height: 100%;
    text-align: center;
    color: var(--main-color);
}
.ryunoji-box {
    flex: 1;
    width: 50%;
    background-color: var(--accent-sub-color);
}
@media (max-width: 599px) {
    .x p {
        font-size: 2.4rem;
    }
    .facebook p {
        font-size: 2.4rem;
    }
    .h2-text-style {
        font-size: 2.6rem;
    }
    
    .feel-box .feel-container {
        display: block;
    }
    .profile-index-text p {
        font-size: 1.1rem;
     }
     .profile-btn {
        bottom: -5%;
     }
     .realization {
        height: 450px;
    }    
}
@media (min-width: 768px) {
    .conA h1 > p{
        font-size: 115px;
    }
    .conA p {
        font-size: 48px;
    }
    .sns-comment img {
        width: 180px;
    }
    .conB .container {
        display: flex;
        max-width: 1000px;
        max-width: var(--large-width);
        margin-left: auto;
        margin-right: auto;
    }
    .conB .text {
        flex: 1;
    }
    /* .conC .container {
        display: flex;
        max-width: var(--large-width);
        margin-left: auto;
        margin-right: auto;
    } */
    .conC .container {
        max-width: var(--large-width);
        margin-left: auto;
        margin-right: auto;
    }
    .conC .photo {
        flex: 3;
    }
    .conC .text {
        flex: 2;
        padding: 50px;
    }
    .conD .container {
        display: flex;
        flex-direction: row-reverse;
        max-width: var(--large-width);
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .conD .photo {
        flex: 0 0 400px;
    }
    .conD .text {
        flex: 1;
        padding: 50px;
    }
    
}