@charset "utf-8";

/* main PC*/
.main{
    position: relative;
    width: 100%;
    height: 864px;
}
.main::after{
    content: "";
    display: block;
    width: 100%;
    height: 864px;
    background-image: url(../../images/top-photo-LP.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.title__text{
    position: absolute;
    display: block;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 8rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-black);
}

.title__sub{
    position: absolute;
    display: block;
    text-align: center;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
    color:var(--primary-black);
}

/* I can do  PC */
.section__icando{
    padding: 0 0 100px 0 ;
    position: relative;
}
.topic__title_icando::after{
    background-color:rgba(236, 236, 236,0.4);
}
.icando__txt{
    display: block;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px ;
    z-index: 2;
}
.section__icando::after{
    content: "";
    position: absolute;
    background-image: url(../../images/favicon-android256.jpg);
    width: 300px;
    height: 300px;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);

    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
    z-index: -1;
}

/* service  PC */
.section__service{
  background: linear-gradient(to bottom, #C3E1E9 0%, #0086AB 100%); 
  padding: 0 0 100px 0 ; 
}
.service_titletxt{
    display: block;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.4;
}
.service_content{
    padding: 40px 0 60px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.service_unit{
    padding: 20px 10px;
    border-radius: 10px;
    background-color: white;
}
.service_img{
    width: 250px;
    height: 183px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.unit_title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.unit_title_header,
.unit_title_txt{
    font-size: 1.8rem;
    font-weight: 700;
}
.unit_title_header{
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right:10px;
}
.unitheader1{
    background-color: #33C138;
}   
.unitheader2{
    background-color: #FFB947;
}   
.unitheader3{
    background-color: #DC67A1;
}   
.unitheader4{
    background-color: #56D4F1;
} 
.unit_detail_txt{
   font-size: 1.6rem; 
}  

.topic__title_service::after{
    background-color:rgba(205,235,243,0.4);
}


/* vision  PC */
.section__vision{
    padding: 0 0 100px 0 ;
    position: relative;
}
.vision_sentence{
    display: block;
    text-align: center;
    margin-top: 80px;
}
.vision_txt{
    font-size: 2.4rem;
    margin-bottom: 30px;
}
.section__vision::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../../images/hogan.png);
    background-repeat: repeat;
    opacity: 0.3;
    z-index: 0;
}
.topic__title_vision,
.vision_sentence{
    position: relative;
    z-index: 1;
}
.section__vision::after{
    content: "";
    position: absolute;
    top: 320px;
    right: -305px;
    width: 800px;
    height: 184px;

    background-image: url(../../images/logo-yoko.png);
    background-repeat: no-repeat;
    background-size: contain;

    opacity: 0.3;
    transform: rotate(90deg);
}
.topic__title_vision::after{
    background-color:rgba(236, 236, 236,0.4);
}

/* aboutme PC */
.section__aboutme{
    background:linear-gradient(to bottom,#E6D9FC 0%,#541BB7 100%) ;
    padding: 0 0 100px 0 ;
}
.aboutme_content{
    margin-bottom: 40px;
}
.aboutme_txt{
    display: block;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 40px;
}
.aboutme_img{
    display: block;
    width: 300px;
    height: 300px;
    align-items: center;
    margin: 40px auto;
}
.topic__title_aboutme::after{
    background-color:rgba(235, 205, 243,0.4);
}

/* topics PC */
.section_topics{
    position: relative;
    padding: 0 0 100px 0 ;
}
.section_topics::after{
    content: "";
    position: absolute;
    background-image: url(../../images/Web1.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 1000px;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: -1;
}
.topics__contens{
    margin-bottom: 40px;
}

.topic__menu{
    padding: 40px 0 ;
    display: flex;
    justify-content: center;
    gap: 10px;
}
    
.topic__item{
    padding: 10px 10px;
    width: 373px;
    height: 551px;
    background-color: white;
    border-radius: 10px;
}
.topic__item_img{
    width: 353px;
    height: 250px;
    margin-bottom: 20px;
}
.topic__detail{
    margin-bottom: 20px;
}
.topic__detail time{
    font-size: 2.4rem;
    font-weight: 600;
    display: block;
    text-align: center;
    background-color: #D0CFD1;
    color: #322727;
    width: 71px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.topic__head{
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.topic__txt{
    font-size: 1.8rem;
}
.topic__title_topics::after{
    background-color:rgba(201, 188, 97,0.4);
}
