@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 1024px) {
    .top_about_block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 30px;
    }
    .top_about_block.b1 img {
        width: 93%;
        margin-bottom: 20px;
    }
    .top_about_block.b1 .top_about_cont {
        width: 93%;
        padding: 0;
        margin: 0 auto;
    }
    .top_about_block.b1 .head2 {
        margin-bottom: 25px;
        font-size: 2.8rem;
        line-height: 1.5;
        text-align: center;
    }
    .top_about_block.b1::before, .top_about_block.b2::before, .top_about_block.b1::after, .top_about_block.b2::after {
        display: none;
    }
    .top_about_cont p {
        margin-bottom: 0;
    }
    .top_about_block.b2 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .top_about_wrap {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .top_about_block.b2 .head3 {
        margin-bottom: 20px;
        font-size: 2.3rem;
        text-align: center;
    }
    .top_about_wrap img {
        width: 49%;
        margin: 0 0 20px;
    }
    .top_about_img {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
    }
    .top_about_img img {
        width: 48%;
        margin-bottom: 20px;
    }
    .tb_n {
        display: none;
    }
    .top_about_wrap img:nth-of-type(1) {
        order: 1;
    }
    .top_about_wrap img:nth-of-type(2) {
        order: 2;
    }
    .top_about_cont {
        order: 3;
    }
    .top_about_block.b2 .btn_wrap {
        width: 100%;
    }
    #top_about {
        padding-top: 45px;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
	#top_slide.top_slide_new > .head2 .ja-logo {
		max-width: inherit;
        min-width: inherit;
        width: clamp(40px, 21vw, 80px);
	}
	
    #top_about {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .top_about_block.b1 .head2,
    .top_about_new .top_about_block.b1 .head2 {
        margin-bottom: 15px;
        font-size: 2.3rem;
        padding: 0 3%;
    }
    .top_about_block.b1 img {
        margin-bottom: 10px;
    }
    .top_about_block {    
        margin-bottom: 25px;
    }
    .top_about_block.b2 .head3 {
        margin-bottom: 10px;
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .top_about_new .top_about_block.b2 .head3{
	    display: flex;
		text-align: left;
		align-items: center;
    }
    .top_about_new .top_about_block.b2 .head3 .ja-logo{
	    max-width: 65px;
		min-width: 65px;
		margin-right: 10px;
    }
    .top_about_wrap img {
        margin: 0 0 10px;
    }
    .btn1 {
        padding: 20px 100px 20px 30px;
        margin: 0 50px 0 10px;
        font-size: 1.7rem;
    }
}
