@charset "UTF-8";
/* main visual */
.main__title{
    font-family: "Doto", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 4px;
}
.main__image{
    width: 150px;
    height: 84px;
}
.main__group{
    display: flex;
    justify-content: center;
    padding-top: 130px;
}
.main__set:last-of-type{
    padding-top: 84px;
}
.top__dot:first-of-type{
    transform: rotate(110deg);
}
.top__dot:nth-of-type(2){
    transform: rotate(70deg);
    position: absolute;
    top: 18px;
    left: 26px;
}
.top__dot:last-of-type{
    transform: rotate(138deg);
    position: absolute;
    top: 36px;
    left:52px;
}
.topDot__group{
    margin: 20px auto 30px 10%;
    position: relative;
    width: 90px;
    height: 62px;
}
/* ===main pc=== */
@media screen and (min-width:769px){
    .main__title{
        font-size: 2.6rem;
        font-weight: 700;
        padding-left: 8px;
    }
    .main__image{
        width: 300px;
        height: 168px;
    }
    .main__group{
        padding-top: 200px;
    }
    .main__set:last-of-type{
        padding-top: 168px;
    }
    .top__dot:nth-of-type(2){
        top: 25px;
        left: 37px;
    }
    .top__dot:last-of-type{
        top: 45px;
        left:80px;
    }
    .topDot__group{
        margin: 30px auto 40px 16%;
        position: relative;
        width: 135px;
        height: 93px;
    }
}
/* works */
.works{
    margin-bottom: 60px;
}
.subtitle__txt{
    font-family: "Noto Sans";
    color: var(--primary-red);
    text-align: right;
    font-size: 5rem;
    font-weight: 700;
    line-height: 35px;
}
.subtitle{
    background-color: var(--primary-white);
    height: 35px;
    margin-bottom: 30px;
}
.workImg{
    width: 270px;
    height: auto;
}
.bannerImg{
    height: 201px;
    width: auto;
}
.workImg__group{
    display: flex;
    justify-content: center;
    align-items: center;
}
.work__item{
    margin-top: 60px;

}
.work__category{
    display: inline-block;
    padding: 2px 16px;
    align-items: center;
    border-radius: 20px;
    border: 1px solid var(--primary-black);
    background-color: var(--primary-white);
    margin-top: 8px;
}
.work__title{
    margin: 8px 0;
}
.arrow__group{
    position: relative;
    display: inline-block;
    align-items: flex-start;
    gap: 8px;
}
.arrow__group::after{
    position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	content: "";
	width: 180px;
	height: 4px;
	border-bottom: 1px solid var(--primary-black);
	border-right: 1px solid var(--primary-black);
	transform: skew(45deg);
}
.arrow__group:hover::after {
	width: 300px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.work__about{
    padding: 0px 18% 20px;
}
.workDot__group{
    margin: 10px 5% 10px auto;
    position: relative;
    width: 57px;
    height: 31px;
}
.work__dot:first-of-type{
    transform: rotate(95deg);
    position: absolute;
    top: 6px;
    left:0;
}
.work__dot:last-of-type{
    transform: rotate(165deg);
    position: absolute;
    top: 0px;
    right:0;
}
/* === works pc ===*/
@media screen and (min-width:769px){
    .works{
        margin-bottom: 80px;
    }
    .subtitle__txt{
        font-size: 10rem;
        font-weight: 700;
        line-height: 70px;
    }
    .subtitle{
        height: 70px;
        margin-bottom: 60px;
    }
    .workImg,.bannerImg{
        margin: 0 20px;
    }
    .work__item{
        display: flex;
        margin: 0px 0 0 20%;
        padding: 10px;
    }
    .work__item:hover{
        background-color: var( --prymary-middlegray);
    }
    .work__about{
        padding: 0;
        padding-left: 20px;
        margin-top: 60px;
        justify-content: center;
    }
    .work__category{
        margin-top: 0px;
    }
    .workImg__group::after{
        position: absolute;
        content:"";
        top: 0;
	    left: 100%;
        width: 1px;
        height: 100%;
        background-color: var(--primary-black);
    }
    .workDot__group{
        margin: 20px 5% 10px auto;
        width: 86px;
        height: 47px;
    }
    .work__dot:first-of-type{
        top: 10px;
        left:0;
    }
     .workImg__group{ 
        width: 300px;
    } 
}
/* about */
.about__img{
    width: 100px;
    height: 133px;
    margin-right: 10px;
}
.name{
    font-size: 1.2rem;
    margin-bottom: 8px;
}
.snsIcon{
    width: 12px;
    height: 12px;
    margin: 6px 0;
}
.about__txt{
    margin-bottom: 4px;
    height: 130px;
    width: 133px;
    display: block;
    position: relative;
}
.about{
    display: flex;
    justify-content: center;
    margin: 100px 0 30px;
}
.about__btn {
  margin-top: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.aboutDot__group{
    margin: 20px auto 40px 10%;
    position: relative;
    width: 120px;
    height: 80px;
}
.about__dot:first-of-type{
    transform: rotate(170deg);
    position: absolute;
    top: 0px;
    left:0px;
}
.about__dot:nth-of-type(2){
    transform: rotate(60deg);
    position: absolute;
    bottom: 0px;
    right:0px;
}
.about__dot:nth-of-type(3){
    transform: rotate(130deg);
    position: absolute;
    top: 30px;
    right:40px;
}
.about__dot:last-of-type{
    transform: rotate(75deg);
    position: absolute;
    top: 20px;
    left:25px;
}
/* ===about pc=== */
@media screen and (min-width:769px){
    .about__img{
        width: 200px;
        height: 266px;
        margin-right: 20px;
    }
    .name{
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    .snsIcon{
        width: 24px;
        height: 24px;
        margin: 12px 0;
    }
    .about__txt{
        margin-bottom: 8px;
        height: 260px;
        width: 266px;
    }
    .about{
        margin: 140px 0 60px;
    }
    .about__btn {
        margin-top: auto;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .aboutDot__group{
        margin: 40px auto 60px 20%;
        position: relative;
        width: 180px;
        height: 120px;
    }
    .about__dot:nth-of-type(3){
        top: 40px;
        right:52px;
    }
    .about__dot:last-of-type{
        top: 27px;
        left:43px;
    }
}
/* contact */
.mail{
    display: inline-flex;
    text-align: center;
    font-size: 1.2rem;
    text-decoration: underline;
    gap: 8px;
    align-items: center;
    margin: 60px auto;
}
.mail::before{
    display: inline-block;
    content: "";
    background-image: url(../images/mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 13px;
}
.mail__wrap{
    display: flex;
    justify-content: center;
}
/* ===contact pc=== */
@media screen and (min-width:769px){
    .mail{
        font-size: 1.8rem;
        gap: 10px;
        margin: 75px auto 135px;
    }
    .mail::before{
        width: 32px;
        height: 19px;
    }
}