@charset "UTF-8";
/* CSS Document */

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .3s;}
.timing04 {transition-delay: .4s;}
.timing05 {transition-delay: .5s;}
.timing06 {transition-delay: .6s;}

.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}
/*----------------------------*/
.section-top {
    position: relative;
    padding-top: 110px;
    background-color: #000000;
}
.section-top video{
    width: 90%;
    height: auto;
    padding-bottom: 30px;
}
/*画像ブラー表示----------------*/
.photo-blur {
    filter: blur(7px);
    animation:blur 1 1s forwards;
}
@keyframes blur {
    0% {
    filter: blur(10px);
    }
    100% {
    filter: blur(0);
    }
}
.photo-blur2 {
    filter: blur(7px);
    animation:blur 1 1s forwards;
    animation-delay: 1s;
}
@keyframes blur {
    0% {
    filter: blur(10px);
    }
    100% {
    filter: blur(0);
    }
}
/*----------------------------*/
.top-lead {
    color: #FFF;
}
.top-lead h2 {
    position: absolute;
    bottom: 13.1vw;
    left: 6.25vw;
    font-size: 3.8vw;
    line-height: 5.5vw;
    font-weight: 700;
    letter-spacing: 4.8px;
    text-align: left;
}
.top-lead span {
    position: absolute;
    bottom: 9.72vw;
    left: 6.9vw;
    font-size: 1.6vw;
    font-weight: 700;
    letter-spacing: 4.8px;
}
@media (max-width:760px){
    .section-top video{
        padding-top: 70px;
    }
    /* .section-top img {
        padding-top: 60px;
        width: 100%;
    }
    .top-lead h2 {
        position: absolute;
        bottom: 10.6vw;
        left: 5.3vw;
        font-size: 6.4vw;
        font-weight: 700;
        line-height: 9.6vw; 
        letter-spacing: 4px;
    }
    .top-lead span {
        position: absolute;
        bottom: 5.3vw;
        left: 6.1vw;
        font-size: 4.2vw;
        letter-spacing: 3.2px;
    } */
}
@media (min-width:760px)and(max-width:1160px){
    .top-lead h2 {
        position: absolute;
        bottom: 6.25vw;
        left: 2.6vw;
        font-size: 5vw;
        line-height: 6vw; 
        letter-spacing: 4px;
    }
    .top-lead span {
        position: absolute;
        bottom: 2.6vw;
        left: 2.9vw;
        font-size: 2vw;
        letter-spacing: 3.2px;
    }
}
.practice {
    padding-top: 200px;
}
.practice-title h2{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
letter-spacing: 4px;
    line-height: normal;
    /* text-shadow: 5px 5px 16px rgba(0,0,0,.2); */
}
.practice-title p{
    font-size: 2.4rem;
letter-spacing: 4px;
    line-height: normal;
    /* text-shadow: 5px 5px 16px rgba(0,0,0,.2); */
}
/*----------パラパラアニメーション------------------*/
.koara{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto ;
    margin-top: 30px;
}
/*----------------------------*/
.flipbook:before{content: '';animation: flipbook_anime 1s steps(4) infinite; 
position:absolute;top:0;left: 0;background-image: url("images/anime.svg"); display: inline-block;vertical-align: 
middle;width:100%;height:100%; background-repeat: no-repeat;background-position:0 0; 
background-size: 400% auto;/*4コマなので400%*/}
.practice nav {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    list-style: none;
    margin-top: 30px;
}
.practice nav li {
    margin: 20px 15px;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #d3dfe3;
    border-radius: 5px;
}
.practice nav li a{
    font-size: 2.0rem;
    font-weight: 400;
    /* text-shadow: 5px 5px 10px rgba(0,0,0,.2); */
    text-decoration: none;
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width:1160px){
    .practice nav li:hover{
        background-color: #fff;
        /* border-radius: 10px; */
        box-shadow: inset -2px -2px 14px rgba(0,0,0,.2);
    }
    .practice nav li a:hover{
        opacity: 1;
        text-shadow: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@media (max-width:1160px) {
    .practice {
        padding-top: 100px;
    }
    .practice-title h2 {
        font-size: 3.0rem;
        font-weight: 500;
        letter-spacing: 7.2px;
    }
    .practice-title p{
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 7.2px;
    }
    .practice nav {
        padding-left: 0px;
        padding-right: 0px;
    }
    .practice nav li {
        /* margin-left: 10px; */
        padding: 3px;
    }
    .practice nav li a{
        font-size: 1.4rem;
        letter-spacing: -0.5px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.web-section {
    padding: 50px  7vw;
    padding-top: 120px ;
}
.web-section h3 {
    font-size: 4rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4px;
    display: flex;
    justify-content: start;
    padding-left: 0;
    color: #333;
    /* text-shadow: 5px 5px 16px rgba(0,0,0,.2); */
}
.website_item-list {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.website_item-list a{
    width: 45%;
    list-style: none;
    padding: 0.5em 1em;    
    margin: 2em 0;
    margin-top: 10px;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #fff;/*線*/
    /* border-radius: 10px;角の丸み */
    text-decoration: none;
    color: #333;
    box-shadow: 5px 5px 16px rgba(0,0,0,.2);
}
.website_item-list li h4{
    margin-left: 10px;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 400;
}
.website_item-list li img{
    margin: 20px 0;
    width: 70%;
}
.website_item-list li p {
    margin-left: 10px;
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 3px 10px;
    background-color: #dbd6bc;
    color: #fff;
    font-size: 1.4rem;
}
@media (max-width:1160px) {
    .web-section {
        padding: 28px ;
        padding-top: 100px;
    }
    .web-section h3 {
        font-size: 3.0rem;
        letter-spacing: 1.92px;
        padding-left: 4vw;
    }
    .website_item-list a {
        width: 93%;
        margin: 1em 0em;
        font-weight: bold;
    }
    .website_item-list{
        margin-top: 0px;
        justify-content: center;
    }
    .website_item-list li img{
        margin: auto 0;
        width: 100%;
    }
    .website_item-list li h4{   
        font-size: 1.6rem;
        letter-spacing: 0.96px;
    }
    .website_item-list li p{
        font-size: 1.2rem;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 0px;
        padding: 0px 10px;
    }
}
.insta-section {
    padding: 50px 7vw;
    padding-top: 120px;
}

.insta-section h3 {
    font-size: 4rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4px;
    display: flex;
    justify-content: start;
    padding-bottom: 40px;
    color: #333;
    /* text-shadow: 5px 5px 16px rgba(0,0,0,.2); */
}
.insta_item {
    display: flex;
    flex-wrap: wrap; /* 画面が狭いときに折り返す */
    justify-content: space-between;
    align-items: flex-end; /* または baseline */
    margin-bottom: 50px;
    width: 100%;
    gap: 10px; /* 画像間の余白 */
    margin: 0 auto;
}

.insta_item a {
    flex: 1 1 calc(25% - 15px); /* 4列配置、gapを考慮 */
    max-width: calc(25% - 15px);
    box-shadow: 5px 5px 16px rgba(0, 0, 0, .2);
}

.insta_item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0px;
}

.insta-description{
    text-align: left;
    width: 100%;
}
.insta-description h4 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.8rem;
}
.insta-description p {
    padding-top: 20px;
}
@media (max-width:1160px) {
.insta_item {
    display: block;}
}
.banner-section {
    padding: 50px 7vw ;
    padding-top: 120px;
}
.banner-section h3 {
    font-size: 4rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4px;
    display: flex;
    justify-content: start;
    padding-left: 0;
    color: #333;
    /* text-shadow: 5px 5px 16px rgba(0,0,0,.2); */
}
.banner_item-list {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 0; 
    margin-top: 40px;
    width: 100%;
}
.banner_item-list a {
    width: 29%;
    list-style: none;
    padding: 0.5em 1em;    
    margin: 2em 0; 
    margin-top: 0;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #fff;/*線*/
    /* border-radius: 10px;角の丸み */
    text-decoration: none;
    color: #333;
    box-shadow: 5px 5px 16px rgba(0,0,0,.2);
}
.banner_item-list:after {
    content: "";
    display: block;
    width: 29%;
    margin: 2em 0; 
    height: 0;
}

.banner_item-list li h4{
    margin-left: 10px;
    text-align: left;
    font-weight: 400;
}
.banner_item-list li img{
    margin: 10px auto;
    width: 65%;
}
.banner_item-list li .banner-small {
    margin: 10px auto ;
    width: 90%;
}
.banner_item-list li .travel-banner{
    margin: 0 auto ;
    margin-top: 13px;
    margin-bottom: 17px;
    width: 74%;
}
.category {   
    display: flex;
    font-size: 1.8rem;
}
.category p {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px 10px;
    background-color: #dbd6bc;
    color: #fff;
    font-size: 1.4rem;
}
@media (max-width:1160px) {
    .banner-section {
        padding: 30px ;
        padding-top: 100px;
    }
    .banner-section h3 {
        font-size: 3.0rem;
        letter-spacing: 1.92px;
        padding-left: 4vw;
    }
    .banner_item-list a {
        width: 93%;
        margin: 1em auto;
        font-weight: bold;
    }
    .banner_item-list{
        margin-top: 0px;
    }
    .banner_item-list li img{
        margin: 20px 20px;
        width: 80%;
    }
    .banner_item-list li h4{   
        font-size: 1.6rem;
        letter-spacing: 0.96px;
    }
    .category  {
        margin-left: 0px;
        padding: 0px 0px;
    }
    .banner_item-list li p{
        font-size: 1.2rem;
        font-weight: 400;
    }
}

.retouch-section {
    padding: 50px 7vw;
    padding-top: 120px;
}
.retouch-section h3 {
    font-size: 4rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4px;
    display: flex;
    justify-content: start;
    padding-left: 0;
    padding-bottom: 40px;
    color: #333;
    /* text-shadow: 5px 5px 16px rgba(0,0,0,.2); */
}
.retouch_item {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items:last baseline;
    margin-bottom: 70px;
    width: 97%;
}
.retouch-description {
    text-align: left;
    width: 30%;
    padding-left: 0;
}
.retouch-description h4 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.8rem;
}
.retouch-description p {
    padding-top: 20px;
}
.before {
    width: 30%;
}
.before img{
    width: 80%;
    box-shadow: 5px 5px 16px rgba(0,0,0,.2);
}
.after {
    width: 30%;
}
.after img{
    width: 100%;
    box-shadow: 5px 5px 16px rgba(0,0,0,.2);
}

@media (max-width:1160px) {
    .retouch-section{
        padding: 30px ;
        padding-top: 100px;
    }
    .retouch-section h3 {
        font-size: 3.0rem;
        letter-spacing: 1.92px;
        padding-left: 0px;
        padding-bottom: 20px;
    }
    .retouch_item{
        margin-bottom: 90px;
    }
    .retouch-description {
        width: 100%;
        padding-left: 0%;
        font-weight: 400;
        
    }
    .retouch-description h4{ 
        font-size: 2.0rem;
        letter-spacing: 1.2px;
    }
    .retouch-description p  {
        font-size: 1.6rem;
        letter-spacing: 0.96px;
    }
    .before {
        width: 100%;
    }
    .before img{
        width: 80%;
        padding-top: 0px;
    }
    .after {
        width: 100%;
        margin-top: 20px;
    }
    .after img{
        width: 100%;
        justify-content: center;
        /*g-right: 0%; */ 
    }
}


.graphic-section {
    margin-bottom: 50px;
    padding: 50px 7vw;
    padding-top: 120px;
}
.graphic-section h3 {
    font-size: 4rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4px;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    color: #333;
    /* text-shadow: 5px 5px 16px rgba(0,0,0,.2); */
}
.graphic_item-list {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.graphic_item-list a {
    width: 29%;
    list-style: none;
    padding: 0.5em 1em;    
    margin: 1em 0;
    margin-bottom: 2em;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #fff;/*線*/
    /* border-radius: 10px;角の丸み */
    text-decoration: none;
    color: #333;
    box-shadow: 5px 5px 16px rgba(0,0,0,.2);
}
.graphic_item-list li h4{
    margin-left: 10px;
    text-align: left;
    font-weight: 400;
}
.graphic_item-list li img{
    margin: 10px 20px;
    height: 150px;
}
.category {   
    display: flex;
    font-size: 1.8rem;
}
.category p {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px 10px;
    background-color: #dbd6bc;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 1.0px;
}
@media (max-width:1160px) {
    .graphic-section {
        padding: 30px ;
        padding-top: 100px;
    }
    .graphic-section h3 {
        font-size: 3.0rem;
        letter-spacing: 1.92px;
        padding-left: 4vw;
    }
    .graphic_item-list a {
        width: 93%;
        margin: 1em auto;
        font-weight: bold;
    }
    .graphic_item-list{
        margin-top: 0px;
    }
    .graphic_item-list li img{
        margin: 20px 20px;
        width: 80%;
        height: auto;
    }
    .graphic_item-list li h4{   
        font-size: 1.6rem;
        letter-spacing: 0.96px;
    }
    .category  {
        margin-left: 0px;
        padding: 0px 0px;
    }
    .graphic_item-list li p{
        font-size: 1.2rem;
    }
}
.movie-section{
    padding: 50px 7vw;
    padding-top: 120px;
}
.movie-section h3 {
    font-size: 4rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4px;
    display: flex;
    justify-content: start;
    padding-left: 0;
    padding-bottom: 40px;
    color: #333;
    /* text-shadow: 5px 5px 16px rgba(0,0,0,.2); */
}
.movie_item {
    display:flex;
    justify-content: center;
    align-items:start;
    margin-bottom: 70px;
    width: 97%;
}
.movie-description {
    text-align: left;
    flex: 4;
}
.movie-description h4{
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.8rem;
}
.movie-description p  {
    padding-top: 20px;
    width: 100%;
}
.movie_works {
    flex: 6;
}
.movie_works video {
    box-shadow: 5px 5px 16px rgba(0,0,0,.2);
    width: 50%;
}


@media (max-width:1160px) {
    .movie-section{
        padding: 30px ;
        padding-top: 100px;
    }
    .movie-section h3 {
        font-size: 3.0rem;
        letter-spacing: 1.92px;
        padding-left: 0px;
        padding-bottom: 20px;
    }
    .movie_item {
        margin-bottom: 90px;
        display: block;
    }
    .movie-description {
        width: 100%;
        padding-left: 0%;
        font-weight: 400;
        
    }
    .movie-description h4{ 
        font-size: 2.0rem;
        letter-spacing: 1.2px;
    }
    .movies-description p  {
        font-size: 1.6rem;
        letter-spacing: 0.96px;
    }
    .movie_works video {
        width: 100%;
    }
}

.skill {
    padding-bottom: 200px;
    background-color: rgba(165, 207, 224, 0.53);
}
.skill-title h2{
    padding-top: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
letter-spacing: 4px;
    line-height: normal;
    /* text-shadow: 5px 5px 16px rgba(0,0,0,.2); */
}
.skill-title p{
    font-size: 2.4rem;
letter-spacing: 4px;
    line-height: normal;
}
.skill-section {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}
/* ----波型----- */
.u-pc {
    display: none;
}
@media screen and (min-width: 1160px) {
    .u-pc {
        display: block;
        transform: translateY(1px);
    }

    .u-sp {
        display: none;
        transform: translateY(1px);
    }
}
/* ------------ */
.skill-section:after {
    content: "";
    display: block;
    width: 45%;
    height: 0;
}
.skill-description {
    width: 45%;
    display: flex;
    margin-top: 50px;
    padding: 30x 50px ;
    text-align: left;
}
.skill-icon {
    height: 65px;
}
.skill-description h4 {
    font-size: 2rem;
    display: flex;
    justify-content: start;
    padding-left: 30px;
}
/* .skill-description h4 span{
    font-size: 1.4rem;
} */
.skill-description p {
    font-size: 1.4rem;
    width: 90%;
    padding-left: 30px;
    padding-top: 5px;
    min-height: 72px;
}
.skill-description p span{
    font-weight: 400;
}
@media (max-width:1160px) {
    .skill {
        padding-bottom: 20px;
    }
    .skill-title h2{
        padding-top: 150px;
        font-size: 4rem;
    }
    .skill-title p{
        font-size: 2.0rem;
        letter-spacing: 4px;
    }
    .skill-section {
        display:flex;
        flex-wrap:wrap;
        justify-content: center;
    }
    .skill-description {
        width: 100%;
        display: inline-block;
        margin-top: 50px;
        padding: 30px 50px ;
        text-align: center;
        margin: auto 0;
    }
    .skill-icon {
        height: 55px;
        margin-bottom: 20px;
    }
    .skill-description h4 {
        font-size: 2rem;
        margin: auto 0;
    }
    .skill-description p {
        font-size: 1.4rem;
        width: 90%;
        letter-spacing: 0.84px;
        padding-top: 7px;
        text-align: left;
    }
}

.about {
    background-color: #FFF;
}
.about-title{
    display: block;
    /* justify-content: center; */
}
.about-title img{
    width: 90px;
    padding-top: 60px;
}

.about-title h2{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
    letter-spacing: 4px;
    line-height: normal;
    /* text-shadow: 5px 5px 16px rgba(0,0,0,.2); */
}
.about-title p{
    font-size: 2.4rem;
    letter-spacing: 4px;
    line-height: normal;
}
.about-section {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: start;
    width: 100%;
    padding-top: 80px;
}
/* ------波型------ */
.u-pc {
    display: none;
}
@media screen and (min-width: 1160px) {
    .u-pc {
        display: block;
        transform: translateY(0px);
    }

    .u-sp {
        display: none;
        transform: translateY(0px);
    }
}
/* ------------ */
.about-photo {
    width: 100%;
    vertical-align: bottom;
}
.about-description {
    width: 45%;
    text-align: left;
    padding-left: 60px;
    line-height: 2em;
}
.myname {
    display: flex;
    padding-bottom: 1rem;
     /* text-shadow: 5px 5px 16px rgba(0,0,0,.2); */ 
}
.myname span {
    letter-spacing: 7px;
}
.myname p {
    padding-left: 20px;
}
.about-description h3{
    font-size: 2.4rem;
}
.lisence {
    display: block;
    padding-top: 10px;
}
.lisence  span{
    border: 1px solid #707070;
    background: #FFF;
    margin-right: 10px;
    padding: 4px 10px;
}
@media (max-width:1160px) {
    .about {
        padding-top: 0px;
    }
    .about-title h2{
        padding-top: 50px;
        font-size: 3.6rem;
        letter-spacing: 7.2px;
    }
    .about-title p{
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2.8px;
    }
    .about-section {
        display: block;
        flex-wrap:wrap;
        align-items: center;
        width: 100%;
        padding-top: 50px;
    }
    .about-photo {
        width: 50%;
    }
    .about-description {
        width: 85%;
        margin: auto 0;
        line-height: normal;
    }
    .about-description p {
        padding-top: 30px;
        text-align: left;
        font-size: 1.4rem;
    }
    .myname {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 1rem;
        padding-top: 1em;
    }
    .myname h3 {
        font-size: 2.0rem;
    }
    .myname p {
        padding-left: 20px;
        font-size: 1.4rem;
    }
    .lisence {
        display: block;
        padding-top: 10px;
        font-size: 1.4rem;
    }
    .lisence  span{
        margin-right: 0px;
        padding: 3px 10px;
    }
    .lisence p {
        padding-top: 10px;
    }
}

.what-kind-section {
    margin-top: 70px;
    padding: 50px;
}
.what-kind-section h3 {
    font-size: 2.4rem;
    letter-spacing: 1.5px;
    display: flex;
    justify-content: center;
    padding-left: 3%;
}
.what-kind-wrap {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    /* gap: 20px; */
    padding:70px
}
.what-kind-wrap li {
    width: 45%;
    list-style: none;
    display: flex;
    gap: 20px;
}
.before-job {
    display: flex;
}
.what-kind-wrap li img {
    height: 100%;
}
.what-kind-wrap li h4 {
    padding-top: 0px;
}
.kind-description {
    padding-top: 18px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 24px;
}
@media (max-width:1160px) {
    .what-kind-section {
        margin: 30px 0 auto 0;
    }
    .what-kind-section h3 {
        font-size: 2.0rem;
        letter-spacing: 3px;
        display: flex;
        justify-content: center;
        padding-left: 3%;
        text-align: left;
    }
    .what-kind-wrap {
        display:block;
        flex-wrap:wrap;
        justify-content: center;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .what-kind-wrap li {
        width: 100%;
        padding-top: 30px;
    }
    .before-job {
        display: flex;
        justify-content: center;
    }
    .what-kind-wrap li img {
        width: 160px;
    }
    .before-job img{
        width: 130px;
    }
    .what-kind-wrap li h4 {
        font-size: 2.0rem;
    }
    .kind-description {
        padding-top: 7px;
        text-align: left;
        letter-spacing: 0.96px;
    }
    
}