@charset "UTF-8";


/***************************************************

	group

***************************************************/

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
}

main{
    overflow: hidden;
}


.page_head{
    width: 1600px;
    margin: 240px auto;
}

.page_head .catch{
    font-size: 80px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 48px;
}

.page_head .caption{
    width: 1184px;
}

.page_head .caption p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-bottom: 1em;
}

.page_head .caption p:last-of-type{
    margin-bottom: 0;
}


main{
    counter-reset: h2_num 0;
}

.section_cont{
    width: 100%;
    padding: 0;
    margin-bottom: 160px;
}

.section_cont h2{
    font-size: 54px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 64px;
    padding-left: 254px;
    position: relative;
}

.section_cont h2::before{
    counter-increment: h2_num 1;
    content: counter(h2_num,decimal-leading-zero) '';
    display: inline-block;
    font-size: 48px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 28px;
    left: 170px;
}

.section_cont h2::after{
    content: '';
    display: inline-block;
    width: 120px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}

.section_cont .cont_wrapp{
    display: flex;
    justify-content: flex-end;
    padding-right: 160px;
}

.section_cont .cont_wrapp .data_wrapp{
    width: 768px;
}

.section_cont .cont_wrapp .data_wrapp .logo{
    margin-bottom: 32px;
}

.section_cont .cont_wrapp .data_wrapp .logo img{
    max-inline-size: 100%;
    max-block-size: 100%;
    height: auto;
}

.section_cont .cont_wrapp .data_wrapp .c_name{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.section_cont .cont_wrapp .data_wrapp .c_caption{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-bottom: 32px;
}

.section_cont .cont_wrapp .data_wrapp .category{
    display: flex;
    margin-bottom: 24px;
}

.section_cont .cont_wrapp .data_wrapp .category .item{
    width: 96px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.section_cont .cont_wrapp .data_wrapp .category ul{
    width: calc(100% - 96px);
    display: flex;
    flex-wrap: wrap
}

.section_cont .cont_wrapp .data_wrapp .category ul li{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #2A2A2A;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.04em;
    padding: 0 8px;
    margin: 0 8px 8px 0;
}

.section_cont .cont_wrapp .data_wrapp .link_btn{
    
}

.section_cont .cont_wrapp .data_wrapp .link_btn a{
    display: block;
    width: 212px;
    height: 68px;
    border: 1px solid #fff;
    position: relative;
}

.section_cont .cont_wrapp .data_wrapp .link_btn a::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../images/top/link_point01.png);
    position: absolute;
    bottom: 6px;
    right: 6px;
}

.section_cont .cont_wrapp .data_wrapp .link_btn a strong {
    font-size: 20px;
    font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    padding-right: 32px;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translate(0, -50%);
}

.section_cont .cont_wrapp .data_wrapp .link_btn a strong::after{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../images/group/icon_link.png);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}


#certifications{
    margin-top: 240px;
    padding: 120px 0;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 100% auto;
    background-image: url('../images/group/certifications.webp');
}

#certifications .cont_wrapp{
    width: 1600px;
    margin: 0 auto;
}

#certifications .cont_wrapp h2{
    font-size: 160px;
    font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 80px;
}

#certifications .cont_wrapp h2 small{
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-left: 24px;
}

#certifications .cont_wrapp .cont_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -80px;
}

#certifications .cont_wrapp .cont_ul li{
    width: 768px;
    margin-bottom: 80px;
}

#certifications .cont_wrapp .cont_ul li:nth-child(even){
    margin-top: 120px;
}

#certifications .cont_wrapp .cont_ul li .image{
    margin-bottom: 33px;
}

#certifications .cont_wrapp .cont_ul li .image img{
    max-inline-size: 100%;
    max-block-size: 100%;
    height: auto;
}

#certifications .cont_wrapp .cont_ul li .title{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

#certifications .cont_wrapp .cont_ul li .caption{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

/* TEST追加 */
.coming_btn {
    font-size: 24px;
    font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    padding-left: 41px;
    top: 35px;
    left: 1px;
    display: block;
    width: 200px;
    height: 65px;
    border: 1px solid #fff;
    position: relative;
    padding-top: 21px;
}
/* TEST追加 */


/********************************************************************************
	リッキド用 CSS
********************************************************************************/
@media (max-width: 1920px) {

.page_head{
    width: 83.333333vw;
    margin: 12.5vw auto;
}

.page_head .catch{
    font-size: 4.166667vw;
    margin-bottom: 2.5vw;
}

.page_head .caption{
    width: 61.666667vw;
}

.page_head .caption p{
    font-size: 0.9375vw;
}



.section_cont{
    margin-bottom: 8.333333vw;
}


.section_cont h2{
    font-size: 2.8125vw;
    margin-bottom: 3.333333vw;
    padding-left: 13.229167vw;
}

.section_cont h2::before{
    font-size: 2.5vw;
    top: 1.458333vw;
    left: 8.854167vw;
}

.section_cont h2::after{
    width: 6.25vw;
}

.section_cont .cont_wrapp{
    padding-right: 8.333333vw;
}

.section_cont .cont_wrapp .data_wrapp{
    width: 40vw;
}

.section_cont .cont_wrapp .data_wrapp .logo{
    margin-bottom: 1.666667vw;
}

.section_cont .cont_wrapp .data_wrapp .c_name{
    font-size: 1.458333vw;
    margin-bottom: 0.416667vw;
}

.section_cont .cont_wrapp .data_wrapp .c_caption{
    font-size: 0.9375vw;
    margin-bottom: 1.666667vw;
}

.section_cont .cont_wrapp .data_wrapp .category{
    margin-bottom: 1.25vw;
}

.section_cont .cont_wrapp .data_wrapp .category .item{
    width: 5vw;
    font-size: 0.9375vw;
}

.section_cont .cont_wrapp .data_wrapp .category ul{
    width: calc(100% - 5vw);
}

.section_cont .cont_wrapp .data_wrapp .category ul li{
    height: 2.083333vw;
    line-height: 2.083333vw;
    border-radius: 0.208333vw;
    font-size: 0.9375vw;
    padding: 0 0.416667vw;
    margin: 0 0.416667vw 0.416667vw 0;
}

.section_cont .cont_wrapp .data_wrapp .link_btn a{
    width: 11.041667vw;
    height: 3.541667vw;
}

.section_cont .cont_wrapp .data_wrapp .link_btn a::after {
    width: 0.833333vw;
    height: 0.833333vw;
    bottom: 0.3125vw;
    right: 0.3125vw;
}

.section_cont .cont_wrapp .data_wrapp .link_btn a strong {
    font-size: 1.041667vw;
    padding-right: 1.666667vw;
    left: 1.25vw;
}

.section_cont .cont_wrapp .data_wrapp .link_btn a strong::after{
    width: 1.25vw;
    height: 1.25vw;
}


#certifications{
    margin-top: 12.5vw;
    padding: 6.25vw 0;
}

#certifications .cont_wrapp{
    width: 83.333333vw;
}

#certifications .cont_wrapp h2{
    font-size: 8.333333vw;
    margin-bottom: 4.166667vw;
}

#certifications .cont_wrapp h2 small{
    font-size: 0.9375vw;
    margin-left: 1.25vw;
}

#certifications .cont_wrapp .cont_ul{
    margin-bottom: -4.166667vw;
}

#certifications .cont_wrapp .cont_ul li{
    width: 40vw;
    margin-bottom: 4.166667vw;
}

#certifications .cont_wrapp .cont_ul li:nth-child(even){
    margin-top: 6.25vw;
}

#certifications .cont_wrapp .cont_ul li .image{
    margin-bottom: 1.71875vw;
}

#certifications .cont_wrapp .cont_ul li .title{
    font-size: 1.458333vw;
    margin-bottom: 0.416667vw;
}

#certifications .cont_wrapp .cont_ul li .caption{
    font-size: 0.9375vw;
}




}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width: 768px){

.page_head{
    width: auto;
    margin: 42.666667vw 5.333333vw;
}

.page_head .catch{
    font-size: 7.466667vw;
    letter-spacing: 0.04em;
    margin-bottom: 12.8vw;
}

.page_head .caption{
    width: auto;
}

.page_head .caption p{
    font-size: 4.266667vw;
}



.section_cont{
    margin-bottom: 21.333333vw;
}


.section_cont h2{
    font-size: 7.466667vw;
    margin-bottom: 12.8vw;
    padding-left: 14.933333vw;
}

.section_cont h2::before{
    font-size: 5.333333vw;
    top: 4.533333vw;
    left: 6.4vw;
}

.section_cont h2::after{
    width: 5.333333vw;
}

.section_cont .cont_wrapp{
    display: block;
    padding: 0 5.333333vw;
}

.section_cont .cont_wrapp .data_wrapp{
    width: auto;
}

.section_cont .cont_wrapp .data_wrapp .logo{
    margin-bottom: 8.533333vw;
}

.section_cont .cont_wrapp .data_wrapp .c_name{
    font-size: 5.866667vw;
    margin-bottom: 2.133333vw;
}

.section_cont .cont_wrapp .data_wrapp .c_caption{
    font-size: 4.266667vw;
    margin-bottom: 8.533333vw;
}

.section_cont .cont_wrapp .data_wrapp .category{
    display: block;
    margin-bottom: 6.4vw;
}

.section_cont .cont_wrapp .data_wrapp .category .item{
    width: auto;
    font-size: 4.8vw;
    margin:bottom: 2.8vw;
}

.section_cont .cont_wrapp .data_wrapp .category ul{
    width: auto;
    display: flex;
    flex-wrap: wrap
}

.section_cont .cont_wrapp .data_wrapp .category ul li{
    height: 10.666667vw;
    line-height: 10.666667vw;
    border-radius: 1.066667vw;
    font-size: 4.8vw;
    padding: 0 2.133333vw;
    margin: 0 2.133333vw 2.133333vw 0;
}

.section_cont .cont_wrapp .data_wrapp .link_btn a{
    width: 56vw;
    height: 18.133333vw;
}

.section_cont .cont_wrapp .data_wrapp .link_btn a::after {
    width: 4.266667vw;
    height: 4.266667vw;
    bottom: 0.533333vw;
    right: 0.533333vw;
}

.section_cont .cont_wrapp .data_wrapp .link_btn a strong {
    font-size: 5.333333vw;
    padding-right: 8.533333vw;
    left: 6.4vw;
}

.section_cont .cont_wrapp .data_wrapp .link_btn a strong::after{
    width: 6.4vw;
    height: 6.4vw;
}


#certifications{
    margin-top: 42.666667vw;
    padding: 21.333333vw 6.4vw;
    background-image: url('../images/group/certifications_sp.webp');
}

#certifications .cont_wrapp{
    width: auto;
}

#certifications .cont_wrapp h2{
    font-size: 17.066667vw;
    margin-bottom: 17.066667vw;
}

#certifications .cont_wrapp h2 small{
    display: block;
    font-size: 4.266667vw;
    margin: 6.4vw 0 0;
}

#certifications .cont_wrapp .cont_ul{
    display: block;
    margin-bottom: 0;
}

#certifications .cont_wrapp .cont_ul li{
    width: auto;
    margin-bottom: 17.066667vw;
}

#certifications .cont_wrapp .cont_ul li:nth-child(even){
    margin-top: 0;
}

#certifications .cont_wrapp .cont_ul li:last-child{
    margin-bottom: 0;
}

#certifications .cont_wrapp .cont_ul li .image{
    margin-bottom: 8.8vw;
}

#certifications .cont_wrapp .cont_ul li .title{
    font-size: 5.866667vw;
    margin-bottom: 2.133333vw;
}

#certifications .cont_wrapp .cont_ul li .caption{
    font-size: 4.266667vw;
}








}