@charset "UTF-8";
/* ===================================
common bg
=================================== */
.project_cont .recruit_nav {
    top: 20vw;
    opacity: 0;
}
.project_cont .recruit_nav.fixed {
    top: 0;
    opacity: 1;
}
.project.rtd .sec01{
    height: 40vw;
  background: url("../../assets/images/project/rtd/bg_fv.png") center / cover;
}
.sec01_ttl img {
    margin: 0;
    bottom: 3%;
    top: auto;
    left: 32%;
    max-width: 715px;
}

.project .inner{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.project .text{
  font-size: 20px;
  line-height: 2;
  display: block;
}
.project .text .size{
  font-size: 80%;
}
.project .ttl + .text {
    padding-top: 30px;
}
@media screen and (max-width:767px){
  .project.rtd .sec01{
    background: url("../../assets/images/project/rtd/bg_fv-sp.png") right bottom / cover;
    height: 100vw;
  }
  .sec01_ttl img {
    left: 0;
    max-width: 80%;
    right: auto;
}
.project .top_text {
    padding: 30px 20px;
}
.project .text {
    font-size: 14px;
}
}

/* ===================================
MEMBER
=================================== */
.project .top_text {
    padding: 90px 20px;
}
.member{
  position: relative;
  padding-bottom: 45px !important;
}
.member:before{
    content: "";
    width: 100%;
    height: 305px;
    bottom: 0;
    left: 0;
    background: #F6FCFE;
    position: absolute;
    z-index: -1;
}


.member .ttl {
    max-width: 250px;
    position: relative;
}
.member .ttl:before{
    content: "";
    width: 1400px;
    height: 436px;
    top: -25px;
    left: -210px;
    background: url(../../assets/images/project/rtd/bg_nami-left.png);
    position: absolute;
    z-index: -1;
    background-size: 100%;
}
.member_list {
    display: flex;
}
.member_list li {
    margin: 5px;
}
.member_list .img{
  position: relative;
}
.member_list .img figcaption {
    position: absolute;
    bottom: 29px;
    left: 0;
    font-size: 14px;
    background: #2EAAB8;
    color: #fff;
    padding: 5px 10px;
}
.member_list .name {
    font-size: 20px;
    padding-top: 10px;
        line-height: 1;
}
.member_list .name span{
  font-size: 14px;
    display: block;
    padding-top: 10px;
}
.member_list .text{
  font-size: 14px;
  line-height: 1.6;
    padding-top: 5px;
}

@media screen and (max-width:767px){
  .member_list {
    flex-wrap: wrap;
}

.member_list > li {
    width:46%;
}
.member_list .img figcaption {
    font-size: 11px;
}
.project .text {
    font-size: 12px;
}
.project .top_text {
    padding-top: 30px;
}

}

/* ===================================
rtd sec01
=================================== */
.pro_sec01 .ttl {
    max-width: 714px;
    padding-top: 100px;
}
.pro_sec01 .img {
    margin-top: 40px !important;
}
.border_box {
    border: 1px solid #2EAAB8;
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px;
}

.border_box .text {
    padding-left: 70px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.border_box .text .name {
    font-size: 16px;
    background: #2EAAB8;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 0px;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 15px;
}
@media screen and (max-width:767px){

.border_box {
    padding: 20px;
}
.border_box .text {
    padding-left: 0;
    padding-top: 50px;
    font-size: 16px;
}
  
}
/* ===================================
column
=================================== */

.project .colmun {
    background: #F6FCFE;
    position: relative;
    border-radius: 20px;
    max-width: 960px;
    padding: 80px;
    margin-top: 150px;
}
.colmun.inner:before {
    content: '“';
    color: #5BC2DC;
    position: absolute;
    top: -55px;
    left: 35px;
    font-size: 120px;
    opacity: 0.4;
}
.colmun.inner:after {
    content: '”';
    color: #5BC2DC;
    position: absolute;
    bottom: -55px;
    right: 35px;
    font-size: 120px;
    opacity: 0.4;
}
.colmun.col1 .top_area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: -110px;
}
.colmun.col1 .top_area .col_ttl img[src*="num"] {
    max-width: 280px;
    margin: 0 -6px 0 auto;
    display: block;
}
.colmun.col1 .top_area .col_ttl img[src*="img"] {
    max-width: 280px;
    margin-top: -45px;
}

.colmun.col1.inner {
    padding-top: 1px;
}

.colmun.col1 .top_area .col_ttl {
    width: 320px;
    margin-right: -45px;
}

.colmun.col1 .top_area .text_area {
    width: calc(100% - 300px);
    padding-top: 132px;
}
.colmun.col1  .ttl {
    max-width: 314px;
}

.colmun.col1 .ttl + .text {
    font-size: 18px;
    padding-top: 0;
    line-height: 2.4;
}
.colmun.col1 .top_area + .text {
    margin-top: 7px;
    font-size: 18px;
    line-height: 2.4;
}
.colmun.col1 .top_area + .text .size{
    line-height: 1.8;
    display: block;
    margin: 20px 0 50px;
}
.colmun.col1 .img {
    margin: 0 -40px 0;
    background: #fff;
    padding-bottom: 30px;
    border-radius: 10px;
}
@media screen and (max-width:767px){
  .colmun.col1 .top_area {
    margin-top: 0;
    display: block;
}
.project .colmun {
    margin: 125px 20px;
    padding: 10px;
}
.colmun.col1 .top_area .col_ttl img[src*="num"] {
    width: 150px;
    height: auto;
    margin: 0;
}
.colmun.col1 .top_area .col_ttl img[src*="img"] {
    width: 40%;
    margin: 0;
}
.colmun.col1 .top_area .col_ttl {
    display: flex;
    width: 100%;
    margin: -85px 0 0;
    align-items: center;
    justify-content: space-between;
}
.colmun.col1 .top_area .text_area {
    width: 100%;
    padding-top: 20px;
}
.colmun.col1 .ttl + .text,
.colmun.col1 .top_area + .text {
    font-size: 14px;
    line-height: 2;
}
.colmun.col1 .img {
    margin: 0;
}
.project .colmun {
    margin: 125px 20px 30px;
}
}
/* ===================================
rtd sec02
=================================== */
.pro_sec02 .ttl {
    max-width: 580px;
    padding-top: 50px;
}

.pro_sec02 .wrap01 {
    display: flex;
    margin-top: -10px;
}

.pro_sec02 .wrap01 .img {
    width: 550px;
    margin-top: 121px;
}

.pro_sec02 .wrap01 .border_box {
    width: calc(100% - 425px);
    margin-left: -68px;
    height: 100%;
    z-index: -1;
}
.pro_sec02 .wrap02 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 50px;
    align-items: center;
}
.pro_sec02 .wrap02 .img {
    max-width: 520px;
}
.pro_sec02 .wrap02 .text {
    width: calc(100% - 555px);
}
.pro_sec02 .wrap02 .img figcaption {
    font-size: 14px;
    padding-top: 5px;
}


/* colun 02 */
.colmun.col2 .col_ttl {
    max-width: 270px;
    position: absolute;
    top: -89px;
    right: 33px;
}

.colmun.col2 {
    margin-top: 85px;
    padding: 40px;
}

.colmun.col2 .img {
    float: left;
    width: 300px;
    margin: 0 35px 20px 0;
}

.colmun.col2 .img + p {max-width: 300px;display: inline-block;padding-top: 5px;}

.colmun.col2 .text {
    font-size: 18px;
}
@media screen and (max-width:767px){
 .pro_sec02 .wrap01 {
    display: block;
    margin-top: 0;
}
.pro_sec02 .wrap01 .img {
    width: 100%;
    margin-top: 30px;
}
.pro_sec02 .wrap01 .border_box {
    width: 100%;
    margin: 20px 0;
}

.pro_sec02 .wrap02 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
        margin: 0;
}
.pro_sec02 .wrap02 > * {
    width: 100%;
}
.pro_sec02 .wrap02 .text {
    width: 100%;
    margin: 0 0 20px;
}
.pro_sec02 .wrap02 .img figcaption {
    font-size: 12px;
}

.colmun.col2 .col_ttl {
    max-width: 150px;
    top: -65px;
    right: 10px;
}
.colmun.col2 .img {
    float: none;
    margin: 10px auto;
    width: 90%;
}
.colmun.col2 .text {
    font-size: 14px;
}

}

/* ===================================
rtd sec03
=================================== */
.pro_sec03 .ttl {
    max-width: 715px;
    padding-top: 100px;
}

.pro_sec03  .wrap01 {
    display: flex;
    margin-top: 36px;
    padding-bottom: 30px;
}

.pro_sec03 .wrap01 .img {max-width: 530px;padding-top: 111px;}

.pro_sec03 .wrap01 > .text {
    max-width: calc(100% - 500px);
    margin-left: -48px;
}

.pro_sec03 .wrap01 > .text .border_box {background: #fff;}

.pro_sec03 .wrap01 > .text  >.text {
    padding: 24px 0 0 82px;
}

.border_box + .text {
    padding-top: 50px;
}

.pro_sec03 .border_box + .img {
    margin-top: 50px;
}
@media screen and (max-width:767px){
  .pro_sec03 .ttl {
    padding-top: 100px;
}

.pro_sec03 .wrap01 {
    display: block;
    padding-bottom: 0;
}
.pro_sec03 .wrap01 .img {
    padding-top: 0;
}
.pro_sec03 .wrap01 > .text {
    width: 85%;
    max-width: none;
    margin: -50px 0 0 auto;
}
.pro_sec03 .wrap01 > .text >.text {
    padding: 20px 0 0;
    margin-left: -15%;
}
.border_box + .text {
    padding-top: 20px;
}



}

/* ===================================
rtd sec04
=================================== */
.pro_sec04 .ttl {
    max-width: 625px;
    padding-top: 120px;
}

.pro_sec04 .wrap01 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 37px;
    margin-bottom: 35px;
}

.pro_sec04 .wrap01 .img {
    max-width: 500px;
    margin-top: 65px;
}

.pro_sec04 .wrap01 .border_box {
    width: calc(100% - 440px);
    margin-right: -60px;
    background: #fff;
    height: 100%;
}

.cm_wrap {
    display: flex;
    margin: 35px 0;
}

.cm_wrap a {
    width: 50%;
    margin: 5px;
}

.pro_sec04 .img_bottom + .border_box {
    width: calc(100% - 140px);
    margin: -50px 30px 0 auto;
    background: #fff;
}
.pro_sec05 .border_box + .text + a {
    color: #2EAAB8;
}
@media screen and (max-width:767px){
  .pro_sec04 .ttl {
    padding-top: 40px;
}
.pro_sec04 .wrap01 {flex-wrap: wrap;flex-direction: column-reverse;}

.pro_sec04 .wrap01 .img {
    width: 95%;
    margin: -15px 0 0 auto;
}

.pro_sec04 .wrap01 .border_box {
    width: 100%;
    margin: 0;
}
.cm_wrap {
    display: block;
}
.cm_wrap iframe {
    width: 100%;
}
.pro_sec04 .img_bottom + .border_box {
    width: 95%;
    margin: -20px 0 0 auto;
}


}

/* ===================================
rtd sec05
=================================== */
.pro_sec05 .ttl {
    max-width: 890px;
    padding-top: 130px;
}

.pro_sec05 .wrap01 {
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
    margin-bottom: 60px;
}

.pro_sec05 .wrap01 > .img_left {max-width: 425px;}

.pro_sec05 .wrap01 .right {
    width: calc(100% - 480px);
}

.pro_sec05 .wrap01 .right .text {
    margin-top: 20px;
}
.pro_sec05 .border_box + .text{
  padding-top: 10px
}
@media screen and (max-width:767px){
  .pro_sec05 .ttl {
    padding-top: 50px;
}
.pro_sec05 .wrap01 {
    display: block;
    margin-bottom: 30px;
}
.pro_sec05 .wrap01 > .img_left {
    width: 100%;
    max-width: none;
}
.pro_sec05 .wrap01 .right {
    width: 100%;
    margin-top: 20px;
}
}
.more_area {
    max-width: 1200px;
    padding: 0 20px;
    margin: 50px auto 0;
}
.more_area .ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2eaab8;
    padding-bottom: 7px;
    text-align: center;
}
.more_area a {
    overflow: hidden;
    border-radius: 10px;
    display: block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.more_area a:hover{
    opacity: 0.5;
}
.banner_wrap {
    display: flex;
    gap: 20px;
}
.banner_wrap a {
    width: calc(100% / 3);
}
@media screen and (max-width:767px){
    .more_area .ttl {
        font-size: 18px;
    }
    .banner_wrap {
        flex-direction: column;
    }
    .banner_wrap a {
        width: 100%;
    }
}