@charset "UTF-8";

.top .mv_area{
    width: 100%;
    height: 64rem;
    background-image: url(../img/top/mv_bk.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.top .mv_area::before{
    content: "";
    display: block;
    width:53.3rem;
    height:40.4rem;
    background-image: url(../img/top/mv_suctop.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    position:absolute;
    top: 0;
    right: 0;
}

.top .mv_area::after{
    content: "";
    display: block;
    width:33rem;
    height:15.6rem;
    background-image: url(../img/top/mv_sucbottom.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    position:absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.top .catch_area h1{
    font-size: 6.4rem;
    line-height: 1.5em;
}

.top .catch_area h1 span{
    font-size: 5.6rem;
    margin-left: 5px;
}

.top .catch_area h1 span.grad{
    font-size: 6.4rem;
    background: linear-gradient(90deg, #fc43a4 0%,#ff9a38 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    margin-left:0;
}

.top .catch_area ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: .8rem;
}

.top .catch_area ul li{
    width: 164px;
    margin-right: 2rem;
}

.top .catch_area ul li img{
    width:100%;
}

.top .catch_area{
    position: absolute;
    top: 7%;
    left: 5%;
}

.top .mv_area .download_area{
    border: solid #ccc 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom:-10%;
    transform: translateX(-50%);
    width: 80rem;
    margin: 0 auto;
    border-image: url(../img/top/line_bk01.png) 10 / 10px / 10px round;
    z-index: 999;
    padding: 1rem 0;
}

.top .mv_area .download_area p{
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 1rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.top .pickup{
    padding: 20rem 0 6rem;
    background: linear-gradient(180deg, #ffe1f0 0%, #ffffff 100%);
}

.top .pickup .pickup_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top .pickup .pickup_list li{
    width: 35rem;
    box-shadow: 0px 0px 5px #888;
    border-radius: 5px;
    padding: 2rem 0;
    background: #fff;
}

.top .pickup .pickup_list li p.title{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 2rem;
    line-height: 1.5em;
}

.top .pickup .pickup_list li p.img_area{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.top .pickup .pickup_list li p.text{
    width:90%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.top .purpose ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
}

.top .purpose ul li{
    width: 23.5%;
    margin-right: 2%;
    box-shadow: 0px 0px 5px #888;
    border-radius: 5px;
    padding: 2rem 0;
}

.top .purpose ul li:last-of-type{
    margin-right:0;
}

.top .purpose ul li p.img_area{
    width:80%;
    height: 17rem;
    margin: 0 auto;
    margin-bottom:2rem;
}

.top .purpose ul li p.img_area img{
    object-fit: contain;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.top .purpose ul li p.title{
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.top .consul{
    background: linear-gradient(360deg, #ffe1f0 0%, #ffffff 100%);
}

.top .consul ul.block_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 6rem;
}

.top .consul ul.block_flex > li{
    width: 49%;
    max-width: 50rem;
    box-shadow: 0px 0px 5px #888;
    border-radius: 5px;
    padding: 2rem;
    background: #fff;
    box-sizing: border-box;
}

.top .consul ul.block_flex > li .title{
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.top .consul ul.block_flex > li .color_line{
    width: 100%;
    height: 4px;
    border-image: url(../img/top/line_bk01.png) 1 / 2px / 0px round;
    margin-bottom: 2rem;
}

.top .consul ul.block_flex > li .img_text{
    display: flex;
    flex-wrap: wrap;
}

.top .consul ul.block_flex > li .img_text > div.left{
    width:40%;
}

.top .consul ul.block_flex > li .img_text > div.right{
    width:60%;
}

.top .consul ul.block_flex > li .img_text > div.left img{
    width: 100%;
    height:18rem;
    object-fit: contain;
}

.top .consul ul.block_flex > li .img_text > div.right p{
    width:95%;
    margin-left: 5%;
}

.top .consul ul.block_flex > li .gray_bk{
    font-size: 1.8rem;
    width: 100%;
    background: #eee;
    padding: 6rem 2rem 2rem;
    box-sizing: border-box;
    position: relative;
    margin-top:4rem; 
    margin-bottom: 2rem;
}

.top .consul ul.block_flex > li .gray_bk .pain_huki{
    width: 381px;
    height: 83px;
    background-image: url(../img/top/nayami_bk.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    line-height: 71px;
    font-weight: bold;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    top: -3rem;
    transform: translatex(-50%);
}

.top .about h2::before{
    display: none;
}

.top .about .site_wrap{
    max-width: none;
}

.top .about .about_flecon{
    display:flex;
    flex-wrap: wrap;
}

.top .about .about_flecon .right{
    width:50%;
    max-width: 60rem;
}

.top .about .about_flecon .left{
    width:50%;
    
}

.top .about .about_flecon .left .left_inner{
    width:60rem;
    height: 70rem;
    background-image: url(../img/top/about_puzzlepng_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
}

.top .about .about_flecon .left .left_inner::before{
        content: "";
    display: block;
    width: 10rem;
    height: 12rem;
    background-image: url(../img/common/puzzle_001.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 25rem;
    right: 3rem;
}

.top .about .about_flecon .left .left_inner::after{
    content: "";
    display: block;
    width: 10rem;
    height: 12rem;
    background-image: url(../img/common/puzzle_002.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 15rem;
    right: 10rem;
}

.top .about .about_flecon .right h2{
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}

.top .about .about_flecon .right h2 p{
    width: 30rem;
    margin-right: 1rem;
}

.top .about .about_flecon .right h2 p img{
    width:100%;
}

.top .about .about_flecon .right .color_line{
    width: 100%;
    height: 4px;
    border-image: url(../img/top/line_bk01.png) 1 / 2px / 0px round;
    margin-bottom: 6rem;
}

.top .about .about_flecon .right .text_area{
    font-weight: bold;
    line-height: 3em;
    font-size: 2.2rem;
    margin-bottom: 7rem;
}

.top .about .about_flecon .right .text_area span{
    width:6rem;
    margin:0 1rem;
    display: inline-block;
}

.top .about .about_flecon .right .text_area span img{
    width:100%;
}

.top .about .about_flecon .right .big_comv_btn{
    position: relative;
}

.top .about .about_flecon .right .big_comv_btn::before{
    content: "";
    display: block;
    width: 31px;
    height: 48px;
    background-image: url(../img/top/btn_leaf.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position:bottom;
    position: absolute;
    top: -48px;
    right: 2rem;
}

@media screen and (max-width: 768px) {

    .top .mv_area {
    height: 83vh;
        background-image: url(../img/top/sp_mv_bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 6vw;
}

.top .mv_area::before {
    width: 87%;
        height: 43vw;
        right: 0;
}

.top .mv_area::after {
    width: 68%;
        height: 17vh;
}
    
.top .catch_area h1 {
    font-size: 5rem;
}

 .top .catch_area h1 span.grad {
    font-size: 5rem;
}   
    
.top .catch_area h1 span {
    font-size: 4rem;
    margin-left: 4px;
} 

.top .catch_area {
    top: 11vh;
    left: 5%;
    z-index: 999;
}
    
.top .catch_area ul li {
    width: calc(97% / 3);
    margin-right: 1%;
}   
    
.top .mv_area .download_area {
   width: 95%;
        bottom: -55vw;
        box-sizing: border-box;
    z-index: 99;
}

 .big_comv_btn {
    width: 90%;
}   
    
.top .mv_area .download_area p {
    font-size: 18px;
}
    
.big_comv_btn a {
    font-size: 18px;
}
    
.top .pickup {
    padding: 33rem 0 0;
}

.top .pickup .pickup_list li{
    width: 100%;
    margin-bottom: 3rem;
}
    
.top .pickup .pickup_list li p.title {
    font-size: 20px;
    margin-bottom: 1rem;
}
    
 .top .pickup .pickup_list li p.img_area {
    margin-bottom: 1rem;
}   
    
 .top .pickup .pickup_list li p.img_area img{
    width: 100%;
}   

.top .purpose ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
    box-shadow: 0px 0px 5px #888;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 2rem;
    align-items: center;
}    
    
.top .purpose ul li p.img_area {
    width: calc(40% - 2.25rem);
    height: auto;
    margin: 0 auto;
    margin-bottom: 2rem;
}    
    
.top .purpose ul li p.img_area img {
    object-fit: unset;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    max-height: 100px;
        object-fit: contain;
}    
    
 .top .purpose ul li p.title {
    text-align: left;
    width: calc(60% - 2.25rem);
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0 .5rem;
    box-sizing: border-box;
    padding-top: 1rem;
}   
    
 .small_btn02 {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 100px;
    margin: 0 auto;
}   
    
.top .purpose ul {
    margin-bottom: 0;
}    

.top .consul ul.block_flex > li .gray_bk .pain_huki {
    width: 90vw;
    height: 82px;
    font-size: 1.8rem;
}
    
.top .consul ul.block_flex {
    margin-bottom: 3rem;
}    
    
.top .consul ul.block_flex > li {
    width: 100%;
    margin-bottom: 3rem;
}    
    
.top .consul ul.block_flex > li .title {
    font-size: 2rem;
    margin-bottom: 2rem;
}    

.top .consul {
    padding-bottom: 6rem;
}
 
.top section.about {
        padding: 2rem 0 5rem;
    }
    
 .top .about .about_flecon .left {
    width: 100%;
     margin-bottom: 4rem;
}   

.top .about .about_flecon .left .left_inner {
    width: 100%;
    height: 52vh;
    background-image: url(../img/top/about_puzzlepng_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
}
    
.top .about .about_flecon .right {
    width: 100%;
    max-width: 60rem;
}    

.top .about .about_flecon .right h2 {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
    
 .top .about .about_flecon .right h2 p {
    width: 26rem;
}   
    
.top .about .about_flecon .right .color_line {
    margin-bottom: 4rem;
}    
    
 .top .about .about_flecon .right .text_area span {
    width: 4rem;
}   
    
.top .about .about_flecon .right .text_area {
    line-height: 2em;
    font-size: 2rem;
    margin-bottom: 6rem;
}

}


/******************************************/
/*********      お問い合わせ        *********/
/******************************************/

.kasou .mv_area {
    width: 100%;
    height: 45rem;
    background-image: url(../img/common/mv_kasou.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.kasou .mv_area::before {
    content: "";
    display: block;
    width: 53.3rem;
    height: 40.4rem;
    background-image: url(../img/common/mv_suctop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    top: 0;
    right: 0;
}
.kasou .mv_area::after {
    content: "";
    display: block;
    width: 33rem;
    height: 15.6rem;
    background-image: url(../img/top/mv_sucbottom.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.kasou .catch_area{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
}

.contact .h1{
    font-size: min(6rem,8vw);
}

.contact .base_txt,
.contact .base_txt2    
{
    text-align: center;
    margin:0 auto 2rem;
}

.contact .base_txt2    {
    background: linear-gradient(to bottom, transparent 60%, #fcfc60 60%);
    width: 370px;
}


.contact .tel_touch{
    font-size: min(4rem,10vw);
    margin: 2rem auto;
    display: block;
    width: fit-content;
    color:  #fc43a4;
}

.contact .status {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.contact .status span:first-child {
    background-color: #fc43a4;
    color: #fff;
}

.contact .status span {
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 2rem;
    border: 1px solid #fc43a4;
    background-color: #fff;
    flex-grow: 1;
    font-weight: 700;
}

.contact form {
    width: 750px;
    margin: 50px auto 0;
}

.contact input{
    background-color: #ffe1f0;
    height: 50px;
    border-radius: 8px;
    border: none;
    
}


.contact form label {
    height: 40px;
    display: inline-block;
    border-left: solid 5px #fc43a4;
    padding-left: 15px;
    vertical-align: middle;
    margin-top: 5rem;
    line-height: 40px;
    font-size: 1.8rem;
    font-weight: bold;
}

.contact form .hissu {
    border-radius: 8px;
    margin-left: 6px;
    padding-top: 2px;
    width: 60px;
    display: inline-block;
    text-align: center;
    background-color: #fc43a4;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}


.contact input[placeholder] {
    padding-left: 20px;
    font-size: 18px;
}

.contact input[type="text"] {
    width: 50rem;
}

.contact textarea {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    padding: 20px;
    font-size: 2rem;
    background-color: #ffe1f0;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
}

.contact .sub {
    border-radius: 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(90deg, #fc42a4 0%, #ff9a37 100%);    
    font-size: 22px;
}

.contact .btn_confirm:hover {
    letter-spacing: 1px;
    background: linear-gradient(-90deg, #fc42a4 0%, #ff9a37 100%);
    transition: .5s;
}

.contact .btn_confirm{
    width: fit-content;
    margin: 0 auto;
    position: relative;
    border-radius: 50px;
}

.contact .btn_confirm::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: .5s;
}

.contact .btn_confirm:hover::before {
    transform: translateY(-50%) rotate(315deg);
    transition: .5s;
}

.contact input[type="submit"] {
    height: 55px;
    width: 300px;
}

.contact input[value] {
    font-size: 18px;
    margin: 5rem auto 2rem;
}

.pc{
    display: block;
}


@media screen and (max-width: 768px) {

    .pc{
        display: none;
    }

    .contact_section{
        padding: 4rem 0 2rem;
    }

    .kasou .mv_area {
        height: 30rem;
    }
    .kasou .mv_area::before {
        width: 28.3rem;
        height: 20.4rem;
    }
    .kasou .mv_area::after {
        width: 25rem;
        height: 10.6rem;
    }
            
    .contact .base_txt,
    .contact .base_txt2    
    {
        text-align: inherit;
    }
    
    .contact .base_txt2    {
        background: linear-gradient(to bottom, transparent 60%, #fcfc60 60%);
        width: 100%;
    }
        
    .contact .status {
        display: flex;
        justify-content: space-between;
        margin-top: 70px;
    }
    .contact .status span:first-child {
        background-color: #fc43a4;
        color: #fff;
    }
        
    .contact form {
        width: 100%;
        margin: 0 auto;
    }
            
    .contact input{
        width: 100%;
    box-sizing: border-box;
    }
        
    .contact input[type="text"] {
        width: 100%;
        box-sizing: border-box;
    }

    .contact input[placeholder]{
        font-size: 1.6rem;
    }
        
    .contact .tel_touch {
        margin: 2rem 0;
    }
    
    .contact input[value] {
        font-size: 16px;
        margin: 3rem auto 2rem;
    }

}

/******************************************/
/******      Happy Createとは        *******/
/******************************************/

.about .h1{
    font-size: min(6rem, 8vw);
    letter-spacing: .5rem;
}

.dis_fle {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.home{
    font-size: 1.2rem;
    font-family: sans-serif;
    margin-top: 5px;
}

.home a{
    color: #333;
}

.arrow_text {
    position: relative;
    padding-left: 3rem;
    font-size: 1.2rem;
    font-family: sans-serif;
    margin-top: 5px;
}

.arrow_text::before {
    position: absolute;
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%) rotate(-45deg);
}

.aboutSec01{
    display: flex;
}

.aboutSec01-lef{
    padding: 2rem;
    width: 50%;
    box-shadow: 0px 0px 5px #888;
    border-radius: 5px;
    padding: 6rem 5rem;
    background: #fff;
    box-sizing: border-box;
}

.aboutSec01-rig{
    width: 48%;
    margin-left: 2%;
}

.about h3{
    font-size: min(3.2rem,7vw);
    margin-bottom: 3rem;
}

.about .b_img_area{
    background: url(../img/about/b_img01.png) no-repeat center/cover;
    width: 100%;
    height: 30vh;
    position: relative;
    bottom: 30vh;
    z-index: -1;
}

.aboutSec02{
    margin-top: -30vh;
}

.aboutSec03{
    background-color: #ffe1f0;
    padding-bottom: 10rem;
    padding-top: 15rem;
}

.aboutSec03 .color_line{
    width: 100%;
    height: 4px;
    border-image: url(../img/top/line_bk01.png) 1 / 2px / 0px round;
    margin-bottom: 2rem;
}


.aboutSec03_list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 7rem;
}

.aboutSec03_list img{
    max-width: 100%;
    margin: 1rem auto;
    display: block;
}

.aboutSec03_list li:first-child img{
    margin: 3.6rem auto;
}

.aboutSec03_list li{
    width: calc(100% / 3 - 30px);
    box-shadow: 0px 0px 5px #888;
    border-radius: 5px;
    padding: 6rem 3rem;
    background: #fff;
    box-sizing: border-box;

}

.aboutSec03_list__ttl{
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    letter-spacing: -0.1rem;
    margin-bottom: 1rem;
}

.aboutSec03_list li:first-child .aboutSec03_list__ttl{
    padding-left: 66px;
}

.aboutSec03_list li:nth-of-type(2) .aboutSec03_list__ttl {
    padding-left: 79px;
}

.aboutSec03_list li:nth-of-type(3) .aboutSec03_list__ttl {
    padding-left: 78px;
}


.aboutSec03_list li:first-child .aboutSec03_list__ttl::before {
    content: "";
    width: 56px;
    height: 48px;
    background: url(../img/about/01.png);
    position: absolute;
    right: 252px;
    bottom: 5px;
}

.aboutSec03_list li:nth-of-type(2) .aboutSec03_list__ttl::before {
    content: "";
    width: 64px;
    height: 48px;
    background: url(../img/about/02.png);
    position: absolute;
    right: 245px;
    bottom: 5px;

}

.aboutSec03_list li:nth-of-type(3) .aboutSec03_list__ttl::before {
    content: "";
    width: 63px;
    height: 48px;
    background: url(../img/about/03.png);
    position: absolute;
    right: 246px;
    bottom: 5px;
}

.aboutSec03__txt{
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

.aboutSec04{
    text-align: center;
}

.about .logomaetxt{
    font-size: 2.4rem;
}

.aboutSec04_logo{
    width: 490px;
    margin: 0 auto 6rem;
    display: block;
}

.aboutSec04_puzzleicon{
    margin-bottom: 6rem;
}

.aboutSec04__txt{
    line-height: 2;
    font-size: 2.4rem;
    margin-bottom: 6rem;
    position: relative;
}

.aboutSec04__txt::before{
    content: "";
    background: url(../img/about/kazari01.png);
    width: 195px;
    height: 245px;
    position: absolute;
    top: -60px;
    left: -30px;
}

.aboutSec04__txt::after{
    content: "";
    background: url(../img/about/kazari02.png);
    width: 195px;
    height: 248px;
    position: absolute;
    bottom:  -90px;
    right:  -50px;
}

.aboutSec05{
    display: flex;
    align-items: center;
    margin-bottom: 7rem;
}

.aboutSec05_lef{
    width: 45%;
    margin-right: 5%;
}

.aboutSec05_rig{
    width: 50%;
    box-shadow: 0px 0px 5px #888;
    border-radius: 5px;
    padding: 7rem;
    background: #fff;
    box-sizing: border-box;
}

.aboutSec05_rig p{
    line-height: 2;
}

.kasou .contact_area{
    position: relative;
}

.kasou .contact_area::before{
    content: "";
    width: 162px;
    height: 203px;
    background: url(../img/about/kazari03.png);
    position: absolute;
    right: 0;
    top: -150px;
}
.kasou .contact_area::after{
    content: "";
    width: 100%;
    height: 120px;
    background: url(../img/common/footer_moji.png);
    position: absolute;
    bottom: -40px;
}

@media screen and (max-width: 768px) {

        
    .aboutSec01{
        flex-direction: column;
    }
    
    .aboutSec01-lef{
        width: 100%;
        padding: 6rem 2rem;
    }
    
    .aboutSec01-rig{
        width: 100%;
        margin-left: 0;
        margin-top: 2rem;
    }
    
    .aboutSec02 img{
        width: 100%;
    }
    
    .aboutSec02{
        margin-top: -30vh;
    }
    
    .aboutSec03{
        padding-top: 12rem;
    }    
    
    .aboutSec03_list{
        flex-direction: column;
        margin-bottom: 5rem;
    }
    
    .aboutSec03_list li:first-child img{
        margin: 3.6rem auto;
    }
    
    .aboutSec03_list li{
        width: 100%;
        margin-bottom: 3rem;    
    }
    
    
    .aboutSec03__txt{
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 3rem;
    }
    
    .aboutSec04{
        text-align: center;
    }
    
    .about .logomaetxt{
        font-size: 1.8rem;
    }
    
    .aboutSec04_logo{
        width: 100%;
        margin: 0 auto 4rem;
    }
    
    .aboutSec04_puzzleicon{
        margin-bottom: 4rem;
    }
    
    .aboutSec04__txt{
        font-size: 1.6rem;
    }


    
    .aboutSec04__txt::before{
        width: 95px;
        height: 115px;
        top: -120px;
        left: -30px;
        background-size: cover;
        background-position: center;
    }
    
    .aboutSec04__txt::after{
        width: 95px;
        height: 122px;
        bottom:  -110px;
        right:  -10px;
        background-size: cover;
        background-position: center;
    }

    .aboutSec04_img{
        width: 100%;
    }
    
    .aboutSec05{
        flex-direction: column-reverse;
    }
    
    .aboutSec05_lef{
        width: 100%;
        margin-right: 0;
        margin-top: 5rem;
    }

    .aboutSec05_lef img{
        width: 100%;
    }
    
    .aboutSec05_rig{
        width: 100%;
        padding: 4rem 2rem;
    }
    
    .aboutSec05_rig p{
        line-height: 1.8;
        font-size: 1.6rem;
    }
        
    .kasou .contact_area::before{
        width: 90px;
        height: 120px;
        background: url(../img/about/kazari03.png) center/cover;
        right: 0;
        top: -80px;
    }
    .kasou .contact_area::after{
        content: "";
        height: 60px;
        background: url(../img/common/footer_moji.png)left/cover;
        bottom: -26px;
    }
    


}




























