main {
    padding-top: 70px;
    position: relative;
}

.pankuzu > ul {
    display: flex;
}

.pankuzu > ul > li {
    padding-right: calc(9.2px + 5.33px);
    padding-left: 9.2px;
    font-size: 13px;
    position: relative;
}

.pankuzu > ul > li:last-child {
    padding-right: 0;
}

.pankuzu > ul > li::after {
    content: "";
    background: url(../img/pankuzu.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 9.35px;
    width: 5.33px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}

.pankuzu > ul > li:first-child {
    padding-left: 0;
}

.pankuzu > ul > li:last-child::after {
    display: none;
}

.pankuzu {
    margin: calc((20px/2) + (20 - (20/2))*(100vw - 375px)/(1903 - 375)) calc((25px/2) + (25 - (25/2))*(100vw - 375px)/(1903 - 375)) calc((80px/2) + (80 - (80/2))*(100vw - 375px)/(1903 - 375));
}

@media all and (max-width: 1024px) {
    .pankuzu ul{
        overflow-x: scroll;
        padding-bottom: 5px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .pankuzu ul::-webkit-scrollbar{
        display:none;
    }

	.pankuzu ul li{
        white-space: nowrap;
    }

    .pankuzu ul a{
        display: block;
        white-space: nowrap;
    }
}


.inner{
    min-width: inherit;
    background-color: inherit;
}

#pattern p{
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    line-height: 1.5;
}

#pattern h1,
#pattern h2,
#pattern h3{
    line-height: 1.5;
    font-family: 'AudiTypeExtendBold','DFHSBold';
}


#pattern h4,
#pattern h5,
#pattern h6{
    line-height: 1.5;
    font-family: 'AudiTypeBold','DFHSBold';
}

.pc{
    display: block!important;
}
.sp{
    display: none!important;
}

@media all and (max-width: 768px) {
    .pc{
        display: none!important;
    }
    .sp{
        display: block!important;
    }
}

/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/

.page_ttl_h2{
    font-size: 3.2rem;
    text-align: center;
}

.page_ttl_h1{
    font-size: 4.4rem;
    text-align: center;
}

.page_ttl_p{
    font-size: 1.5rem;
    text-align: center;
}

@media all and (max-width: 1440px) {
    .page_ttl_h2,
    .page_ttl_h1,
    .page_ttl_p{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (max-width: 1024px) {
    .page_ttl_h2,
    .page_ttl_h1,
    .page_ttl_p{
        text-align: left;
    }
    .page_ttl_h2{
        font-size: 2.6rem;
    }
    .page_ttl_h1{
        font-size: 3.6rem;
    }
}

@media all and (max-width: 500px) {
    .page_ttl_h2,
    .page_ttl_h1,
    .page_ttl_p{
        padding-left: 20px;
        padding-right: 20px;
    }
    .page_ttl_h2{
        font-size: 1.6rem;
    }
    .page_ttl_h1{
        font-size: 2.1rem;
    }
    .page_ttl_p{
        font-size: 1.5rem;
    }
}

/*---------------------------------------------------*/

.img_a{
    display: block;
    max-width: 980px;
    margin: 70px auto 0;
}

@media all and (max-width: 1024px) {
    .img_a{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 500px) {
    .img_a{
        width: calc(100% - 40px);
        margin-top: 60px;
    }
}

/*---------------------------------------------------*/

.text_a_h3{
    font-size: 2.8rem;
    max-width: 980px;
    margin: 80px auto 0;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.text_a_h4{
    font-size: 1.7rem;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: .5rem;
    font-weight: 400;
}

.text_a_p{
    font-size: 1.5rem;
    max-width: 980px;
    margin: 0 auto;
    font-weight: 400;
}

@media all and (max-width: 1024px) {
    .text_a_h3,
    .text_a_h4,
    .text_a_p{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 500px) {
    .text_a_h3,
    .text_a_h4,
    .text_a_p{
        width: calc(100% - 40px);
    }
    .text_a_h3{
        font-size: 1.7rem;
        margin-top: 30px;
        margin-bottom: 1.5rem;
    }
    .text_a_h4{
        font-size: 1.6rem;
        margin-bottom: 1.3rem;
    }
    .text_a_p{
        font-size: 1.5rem;
    }
}

/*---------------------------------------------------*/

.img_b_area{
    max-width: 1520px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.img_b_area img{
    display: block;
    width: 49.7%;
}

@media all and (max-width: 1520px) {
    .img_b_sec{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (max-width: 500px) {
    .img_b_sec{
        padding-left: 0;
        padding-right: 0;
    }
    .img_b_area{
        width: calc(100% - 40px);
        margin-top: 50px;
        flex-direction: column;
    }
    .img_b_area img{
        width: 100%;
        margin-top: 10px;
    }
}

/*---------------------------------------------------*/

.img_c_area{
    max-width: 1520px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.img_c_area img{
    display: block;
    width: 32.9%;
    margin-top: 10px;
}

@media all and (max-width: 1700px) {
    .img_c_sec{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (max-width: 1520px) {
    .img_c_sec{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (max-width: 500px) {
    .img_c_sec{
        padding-left: 0;
        padding-right: 0;
    }
    .img_c_area{
        width: calc(100% - 40px);
        margin-top: 10px;
    }
    .img_c_area img{
        width: 49%;
        margin-top: 7px;
    }
}

/*---------------------------------------------------*/

.two_column_flex{
    max-width: 1520px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.two_column_text{
    width: 46.8%;
}

.two_column_text h4{
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.two_column_text p{
    font-size: 1.5rem;
}

.pattern_btn{
    /* width: 320px; */
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    color: #000;
    border: 1px solid #000;
}

.two_column_text .pattern_btn{
    margin-top: 30px;
}

.two_column_img{
    width: 50%;
}

.two_column_img img{
    width: 100%;
}

@media all and (max-width: 1700px) {
    .two_column_flex{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1520px) {
    .two_column_flex{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1024px) {
    .two_column_flex{
        align-items: flex-start;
    }
}

@media all and (max-width: 500px) {
    .two_column_flex{
        width: calc(100% - 40px);
        flex-direction: column;
        margin: 20px auto 0;
    }
    .two_column_text{
        order: 2;
        width: 100%;
        background-color: #fff;
        padding: 20px 0 30px;
    }
    .two_column_text h4{
        font-size: 1.8rem;
    }
    .two_column_text p{
        font-size: 1.5rem;
    }
    .pattern_btn{
        width: calc(100% - 40px);
        height: 50px;
        font-size: 1.4rem;
        width: 100%;
    }
    .two_column_text .pattern_btn{
        margin-top: 20px;
        width: 100%;
    }
    .two_column_img{
        order: 1;
        width: 100%;
    }
}

/*---------------------------------------------------*/

.text_b_sec{
    padding: 50px 0;
}

.text_b_h4{
    font-size: 1.6rem;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 2rem;
    font-weight: 400;
}

.text_b_p{
    font-size: 1.5rem;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 3rem;
}
@media all and (max-width: 1700px) {
    .text_b_sec{
        width: calc(100% - 40px);
        margin: auto;
    }
}

@media all and (max-width: 1520px) {
    .text_b_sec{
        width: calc(100% - 40px);
        margin: auto;
    }
}

@media all and (max-width: 1024px) {
    .text_b_sec{
        padding: 50px 0;
    }
    .text_b_h4,
    .text_b_p{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 500px) {
    .text_b_sec{
        width: calc(100% - 20px);
        margin: auto;
        padding: 30px 0;
    }
    .text_b_h4,
    .text_b_p{
        width: calc(100% - 40px);
        font-size: 1.3rem;
    }
}

/*---------------------------------------------------*/

.hide{
    display: none;
}

.tab_flex{
    display: flex;
    font-weight: wrap;
    justify-content: center;
    width: calc(100% - 80px);
    margin: 0 auto;
}

.tab_flex li{
    cursor: pointer;
    transition: opacity .3s;
    font-size: 2.2rem;
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    border-bottom: none;
    margin-right: 70px;
}

.tab_flex li:last-of-type{
    margin-right: 0;
}

.tab_flex li.select{
    font-family: 'AudiTypeExtendBold', 'DFHSBOLD';
    border-bottom: 2px solid #000;
}

.tab_flex li:hover{
    opacity: .7;
}

.tab_content{
    overflow: hidden;
}

@media all and (max-width: 500px) {
    .tab_flex{
        width: calc(100% - 40px);
        flex-wrap: wrap;
    }
    .tab_flex li{
        font-size: 3.6vw;
        opacity: 1!important;
        margin-right: 20px;
        width: 40%;
        text-align: center;
    }
    .tab_flex li:nth-child(2n){
        margin-right: 0;
    }
    .tab_flex li.select{
        border-bottom: 1px solid #000;
    }
}

/*---------------------------------------------------*/

.gray_contents_sec{
    margin-top: 60px;
}

.gray_contents_sec .inner{
    max-width: 1700px;
    margin: 0 auto;
    padding-bottom: 80px;
    background-color: #E5E5E5;
}

.pattern_btn_flex{
    display: flex;
    justify-content: center;
}

.pattern_btn_flex{
    margin-top: 0;
}

.pattern_btn_flex .pattern_btn{
    margin-right: 34px;
}

.pattern_btn_flex .pattern_btn:last-of-type{
    margin-right: 0;
}

.pattern_center{
    margin: 50px auto 0;
}

.pattern_btn_b{
    color: #fff;
    background-color: #000;
}

.gray_contents_sec_2{
    margin-top: 100px;
    background-color: #E5E5E5;
    padding: 50px 0 30px;
}

@media all and (max-width: 1700px) {
    .gray_contents_sec{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (max-width: 1520px) {
    .gray_contents_sec .img_b_area,
    .gray_contents_sec .img_c_area{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1080px) {
    .pattern_btn_flex .pattern_btn{
        margin-right: 20px;
        font-size: 1.3rem;
    }
}

@media all and (max-width: 500px) {
    .gray_contents_sec{
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }
    .gray_contents_sec .img_b_area,
    .gray_contents_sec .img_c_area{
        width: calc(100% - 40px);
    }
    .gray_contents_sec .pattern_btn{
        width: calc(100% - 40px);
    }
    .pattern_btn_flex{
        margin-top: 40px;
        flex-direction: column;
    }
    .pattern_btn_flex .pattern_btn{
        margin-left: auto!important;
        margin-right: auto!important;
        margin-top: 15px;
        font-size: 1.5rem;
    }
    .pattern_center{
        margin: 15px auto 0;
    }
    .gray_contents_sec_2{
        margin-top: 75px;
        padding: 30px 0;
    }
}

/*---------------------------------------------------*/

.ttl_sec{
    padding-bottom: 220px;
}

.ttl{
    background-color: #000;
    padding: 29px 0;
    margin-top: 254px;
}

.ttl h3{
    font-size: 2.8rem;
    max-width: 980px;
    margin: 0 auto 0;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

@media all and (max-width: 1024px) {
    .ttl h3{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 500px) {
    .ttl_sec{
        padding-bottom: 40px;
    }
    .ttl{
        margin-top: 110px;
        padding: 23px;
    }
    .ttl h3{
        width: calc(100% - 40px);
        font-size: 1.6rem;
    }
}

/*---------------------------------------------------*/

.img_d{
    display: block;
    max-width: 1520px;
    margin: 120px auto 0;
    width: 100%;
}

@media all and (max-width: 500px) {
    .img_d{
        margin-top: 60px;
    }
}

/*---------------------------------------------------*/

.profile_area{
    display: block;
    max-width: 1520px;
    margin: 250px auto 0;
    display: flex;
}

.profile_img{
    width: 42.1%;
}

.profile_text{
    width: 57.9%;
    background-color: #E5E5E5;
    padding: 0 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile_text h3{
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.profile_p1{
    font-size: 1.9rem;
    margin-bottom: 2rem;
    font-family: 'AudiTypeBold','DFHSBold'!important;
}

.profile_p2{
    font-size: 1.5rem;
}

@media all and (max-width: 1440px) {
    .profile_area{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1279px) {
    .profile_img img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .profile_text{
        padding: 40px 60px;
    }
}

@media all and (max-width: 1023px) {
    .profile_area{
        flex-direction: column;
    }
    .profile_img{
        width: 100%;
    }
    .profile_img img{
        object-fit: inherit;
    }
    .profile_text{
        width: 100%;
    }
}

@media all and (max-width: 500px) {
    .profile_area{
        width: calc(100% - 40px);
        margin-top: 100px;
    }
    .profile_text{
        padding: 30px 20px;
    }
    .profile_text h3{
        font-size: 1.4rem;
    }
    .profile_p1{
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .profile_p2{
        font-size: 1.3rem;
    }
}

/*---------------------------------------------------*/

.link_a_area{
    max-width: 1280px;
    margin: 310px auto 0;
    display: flex;
}

.link_a_img{
    width: 54.7%;
}

.link_a_img img{
    width: 100%;
}

.link_a_text{
    width: 45.3%;
    background-color: #000;
    color: #fff;
    padding: 0 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.link_a_text h3{
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.link_a_text h2{
    font-size: 3.7rem;
    margin-bottom: 3rem;
}

.link_a_text a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    color: #fff;
    border: 1px solid #fff;
}

@media all and (max-width: 1440px) {
    .link_a_area{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1279px) {
    .link_a_img{
        width: 50%;
    }
    .link_a_img img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .link_a_text{
        width: 50%;
        padding: 40px 60px;
    }
    .link_a_text h3{
        font-size: 2rem;
    }
    .link_a_text h2{
        font-size: 3rem;
    }
}

@media all and (max-width: 1023px) {
    .link_a_area{
        flex-direction: column;
    }
    .link_a_img{
        object-fit: inherit;
        width: 100%;
    }
    .link_a_text{
        width: 100%;
    }
}

@media all and (max-width: 500px) {
    .link_a_area{
        width: calc(100% - 40px);
        margin-top: 80px;
    }
    .link_a_text{
        padding: 30px 20px;
    }
    .link_a_text h3{
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .link_a_text h2{
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }
    .link_a_text a{
        width: 100%;
        text-align: center;
        padding: 0 20px;
        height: 50px;
        font-size: 1.3rem;
    }
}

/*---------------------------------------------------*/

.link_b_area{
    padding-bottom: 190px;
    display: block;
    max-width: 1700px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
}

.link_b_box{
    width: 24.6%;
}

.link_b_box h4{
    font-size: 1.8rem;
    margin-top: .7rem;
    font-weight: 400;
}

.link_b_box p{
    font-size: 1.5rem;
    margin-top: .7rem;
}

.link_b_box img{
    width: 100%;
}

@media all and (max-width: 1440px) {
    .link_b_area{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1024px) {
    .link_b_box h4{
        font-size: 1.6rem;
        margin-top: .7rem;
    }
    .link_b_box p{
        font-size: 1.4rem;
        margin-top: .7rem;
    }
}

@media all and (max-width: 1023px) {
    .link_b_area{
        flex-wrap: wrap;
    }
    .link_b_box{
        width: 49%;
        margin-top: 30px;
    }
}

@media all and (max-width: 500px) {
    .link_b_area{
        margin-top: 30px;
        padding-bottom: 60px;
        width: calc(100% - 40px);
    }
    .link_b_box{
        width: 100%;
        margin-top: 30px;
    }
    .link_b_box p{
        font-size: 1.3rem;
    }
}
