@charset "UTF-8";


/* com_lead
---------------------------------------------------------*/
.com_lead .img{
    position: relative;
    margin: 0 auto 90px;
}
.com_lead .img::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/about/abs01@2x.png")no-repeat bottom center;
    background-size: 100% auto;
    width:22%;
    max-width: 250px;
    height: 58px;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.com_lead .img::after{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/about/abs02.png")no-repeat bottom center;
    background-size: 100% auto;
    width: 7%;
    max-width: 67px;
    height: 54px;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_lead .img{
    width: 90%;
    margin: 0 auto 6%;
}
.com_lead .img::after{
    bottom: -3vw;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.contentpage .m_img_area::before {
    height: 40vw;
}
.com_lead .img{
    width: 100%;
    margin: 0 auto 6vw;
}
.com_lead .img::before{
    width:30%;
}
.com_lead .img::after{
    width:9%;
    bottom: -4vw;
}
.com_ank_list{
    justify-content: center;
}
}





/* 共通
---------------------------------------------------------*/
/*abo_index1*/
.abo_index1{
    position: relative;
    text-align: center;
    margin-bottom: 160px;
}
.abo_index1::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/about/img02@2x.png")no-repeat top center;
    background-size: auto 100%;
    width: 180px;
    height: 145%;
    max-height: 190px;
    top: 48%;
	transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
#examroom .abo_index1::before{
    background-image: url("../images/about/img05@2x.png");
    width: 220px;
}
#other .abo_index1::before{
    background-image: url("../images/about/img10@2x.png");
    width: 220px;
    max-height: 195px;
    height: 150%;
}
.abo_index1 .ft_min,
.abo_index1 .ft_brandon{
    position: relative;
    z-index: 3;
}
.abo_index1 .ft_min{
    font-size: min(160%,2.5vw);
    letter-spacing: 0.05em;
    line-height: 1.6em;
    margin-bottom: .5em;
}
.abo_index1 .ft_brandon{
    font-size: min(500%,7vw);
    letter-spacing: 0.12em;
    line-height: 1em;
}

/*abo_index2*/
.abo_index2{
    margin-bottom: 20px;
}
.abo_index2 dt{
    font-weight: bold;
    font-size: min(115%,2vw);
    letter-spacing: 0.13em;
    line-height: 1.6em;
    margin-bottom: .4em;
}
.abo_index2 .ft_min{
    font-size:250%;
    font-size: min(250%,3.5vw);
    letter-spacing: 0.15em;
    line-height: 1.3em;
}

/*abo_index3*/
.abo_index3{
    text-align: center;
    position: relative;
    margin-bottom: 80px;
    font-size: min(195%,3vw);
    letter-spacing: 0.1em;
    line-height: 1.6em;
    padding-top: 1.4em;
}
.abo_index3::before{
    position: absolute;
    display: block;;
    content: "";
    background: url("../images/about/abs11@2x.png")no-repeat top center;
    background-size: 100% auto;
    width: .9em;
    height: .9em;
    top:0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*abo_index4*/
.abo_index4{
    font-size: min(225%,3.2vw);
    letter-spacing: 0.12em;
    line-height: 1.3em;
    margin-bottom: .3em;
}

/*abo_flex670*/
.abo_flex670,
.abo_flex610{
    display: flex;
    justify-content: space-between;
}
.abo_flex670.typerow,
.abo_flex610.typerow{
    flex-flow: row-reverse;
}
.abo_flex670 .imgbox,
.abo_flex610 .imgbox{
    width: 50%;
}
.abo_flex670 .txtbox,
.abo_flex610 .txtbox{
    width: 43%;
    padding-top: 55px;
}
.abo_flex670 .txtbox .txt,
.abo_flex610 .txtbox .txt{
    max-width: 455px;
}
.abo_flex670.typerow,
.abo_flex610.typerow{
    text-align: right;
}
.abo_flex670.typerow .txtbox_inbox,
.abo_flex610.typerow .txtbox_inbox{
    display: inline-block;
    max-width: 455px;
    margin-left: auto;
    margin-right: 0;
    text-align: left;
}

/*abo_img410*/
.abo_img410{
    width: 31%;
    max-width: 410px;
}

/*abo_col2_620*/
.abo_col2_620{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.abo_col2_620 > li{
    width: 48%;
    max-width: 620px;
    text-align: center;
}
.abo_col2_620 > li .img{
    margin-bottom: 45px;
}
.abo_col2_620 > li .txt{
    text-align: left;
    max-width: 455px;
    margin: 0 auto;
}

/*abo_col2_550*/
.abo_col2_550{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.abo_col2_550 > li{
    width: 48%;
    max-width: 550px;
    text-align: center;
    margin-top: 80px;
}
.abo_col2_550 > li:nth-child(-n+2){
    margin-top: 0;
}
.abo_col2_550 > li .img{
    margin-bottom: 35px;
}
.abo_col2_550 > li .txt{
    text-align: left;
}

/*abo_bdr_list*/
.abo_bdr_list > li{
    border-bottom: 1px solid #ccc;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.abo_bdr_list > li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.abo_bdr_list > li > .inbox{
    max-width: 1220px;
    margin: 0 auto;
}

/*abo_number_list*/
.abo_number_list{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.abo_number_list li{
    position: relative;
    width: 24.4%;
    background: #47b9cf;
    color: #fff;
    padding: 60px 1.4% 40px 2%;
    box-sizing: border-box;
    overflow: hidden;
}
.abo_number_list li::before{
    position: absolute;
    display: block;
    content: "01";
    top:-0.15em;
    left:-0.07em;
    color: #6ac6d8;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: min(630%,8vw);
    line-height: 1em;
}
.abo_number_list li:nth-child(1)::before{    content: "01";}
.abo_number_list li:nth-child(2)::before{    content: "02";}
.abo_number_list li:nth-child(3)::before{    content: "03";}
.abo_number_list li:nth-child(4)::before{    content: "04";}

.abo_number_list li .ft_min{
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: min(180%,2.6vw);
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin-bottom: .4em;
}
.abo_number_list li .ft_min span{
    font-feature-settings: "palt";
}

/*abo_box1*/
.abo_box1{
    background: #fff;
    padding: 50px 5% 75px;
    box-sizing: border-box;
    margin-top: 60px;
}
.abo_box1 .abo_box1_title{
    color: #62bacc;
    border-bottom: 1px solid #62bacc;
    font-size: min(160%,2.5vw);
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 1.6em;
    padding-bottom: 1.4em;
    margin-bottom: 2em;
} 
.abo_box1 .abo_box1_inbox{
    max-width: 1040px;
    margin: 0 auto;
}
.abo_box1 .col4{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.abo_box1 .col4 li{
    width: 47%;
    margin-top: 2.2em;
}
.abo_box1 .col4 li:nth-child(-n+2){
    margin-top: 0;
}
.abo_box1 .col4 li .ft_min{
    position: relative;
    font-size: min(160%,2.5vw);
    letter-spacing: 0.15em;
    line-height: 1.5em;
    margin-bottom: .5em;
    padding-left: 1.1em;
    box-sizing: border-box;
} 
.abo_box1 .col4 li .ft_min::before{
    position: absolute;
    display: block;
    content: "";
    background: #62bacc;
    background-size: 100% auto;
    width: 10px;
    height: 75%;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1300px) {
/*abo_number_list*/
.abo_number_list li{
    letter-spacing:normal;
    font-feature-settings: "palt";
}
.abo_number_list li .ft_min{
    letter-spacing:normal;
    font-feature-settings: "palt";
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
/*abo_index1*/
.abo_index1{
    margin-bottom: 8vw;
}
.abo_index1 .ft_min{
    margin-bottom: .4em;
}

/*abo_index2*/
.abo_index2{
    margin-bottom:.5em;
}

/*abo_index3*/
.abo_index3{
    margin-bottom: 5vw;
    padding-top: 1.2em;
}

/*abo_index4*/
.abo_index4{
    letter-spacing: 0.1em;
}

/*abo_flex670*/
.abo_flex670 .txtbox,
.abo_flex610 .txtbox{
    width: 45%;
    padding-top: 0;
}

/*abo_img410*/
.abo_img410{
    width: 28%;
}

/*abo_col2_620*/
.abo_col2_620 > li .img{
    margin-bottom: 2.5vw;
}

/*abo_col2_550*/
.abo_col2_550 > li{
    margin-top: 4vw;
}
.abo_col2_550 > li .img{
    margin-bottom: 2vw;
}

/*abo_bdr_list*/
.abo_bdr_list > li{
    padding-bottom: 6vw;
    margin-bottom: 6vw;
}

/*abo_number_list*/
.abo_number_list{
    margin-top: 4vw;
}
.abo_number_list li{
    padding: 5vw .5% 2.5vw 1.5%;
    letter-spacing:normal;
    font-feature-settings: "palt";
}
.abo_number_list li .ft_min{
    letter-spacing:normal;
    font-feature-settings: "palt";
    margin-bottom: .3em;
}

/*abo_box1*/
.abo_box1{
    padding: 3vw 4% 5vw;
    margin-top: 4vw;
}
.abo_box1 .abo_box1_title{
    padding-bottom:.8em;
    margin-bottom: 1.3em;
} 
.abo_box1 .col4 li{
    width: 48%;
    margin-top: 1.8em;
}
.abo_box1 .col4 li .ft_min{
    letter-spacing: 0.1em;
    margin-bottom: .3em;
} 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
/*abo_index1*/
.abo_index1{
    margin-bottom: 10vw;
}
.abo_index1 .ft_min{
    font-size: 100%;
    margin-bottom: .3em;
}
.abo_index1 .ft_brandon{
    font-size: 220%;
}

/*abo_index2*/
.abo_index2{
    text-align: center;
    margin-bottom: .5em;
}
.abo_index2 dt{
    font-size: 100%;
    letter-spacing: 0.1em;
    margin-bottom: .4em;
}
.abo_index2 .ft_min{
    font-size: 160%;
    letter-spacing: 0.1em;
}

/*abo_index3*/
.abo_index3{
    margin-bottom: 5vw;
    font-size:120%;
    padding-top: 1.2em;
}

/*abo_index4*/
.abo_index4{
    font-size: 130%;
    letter-spacing: 0.1em;
}

/*abo_flex670*/
.abo_flex670,
.abo_flex610{
    display: block;
}
.abo_flex670 .imgbox{
    width: 100%;
    margin: 0 auto;
}
.abo_flex610 .imgbox{
    width: 100%;
    margin: 0 auto;
}
.abo_flex670 .txtbox,
.abo_flex610 .txtbox{
    width: 100%;
    padding-top: 4%;
}
.abo_flex670 .txtbox .txt,
.abo_flex610 .txtbox .txt{
    max-width: 100%;
}
.abo_flex670.typerow .txtbox_inbox,
.abo_flex610.typerow .txtbox_inbox{
    max-width: 100%;
}

/*abo_img410*/
.abo_img410{
    width: 48%;
}

/*abo_col2_620*/
.abo_col2_620{
    display: block;
}
.abo_col2_620 > li{
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8%;
    margin-bottom: 10%;
}
.abo_col2_620 > li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.abo_col2_620 > li .img{
    width: 90%;
    margin: 0 auto 4%;
}
.abo_col2_620 > li .txt{
    max-width: 100%;
}

/*abo_col2_550*/
.abo_col2_550{
    display: block;
}
.abo_col2_550 > li{
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8%;
    margin-bottom: 10%;
}
.abo_col2_550 > li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.abo_col2_550 > li .img{
    width: 70%;
    margin: 0 auto 4%;
}

/*abo_bdr_list*/
.abo_bdr_list > li{
    padding-bottom: 8%;
    margin-bottom: 10%;
}

/*abo_number_list*/
.abo_number_list{
    width: 100%;
    margin: 5% auto 0;
    display: block;
}
.abo_number_list li{
    width: 100%;
    padding: 6% 5% 5%;
    margin-bottom: 1%;
}
.abo_number_list li:last-child{
    margin-bottom: 0;
}
.abo_number_list li::before{
    font-size:350%;
}
.abo_number_list li .ft_min{
    font-size: 120%;
    margin-bottom: .2em;
}

/*abo_box1*/
.abo_box1{
    width: 100%;
    margin: 5% auto 0;
    padding: 6% 6% 7%;
}
.abo_box1 .abo_box1_title{
    font-size: 105%;
    letter-spacing: 0.1em;
    padding-bottom: .8em;
    margin-bottom: 1.3em;
} 
.abo_box1 .col4{
    display: block;
}
.abo_box1 .col4 li{
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.3em;
}
.abo_box1 .col4 li:last-child{
    margin-bottom: 0;
}
.abo_box1 .col4 li .ft_min{
    font-size: 110%;
    letter-spacing: 0.1em;
    margin-bottom: .2em;
} 
}



/* welcome
---------------------------------------------------------*/
#welcome .bg{
    position: relative;
    background:url("../images/about/abs03@2x.png")no-repeat top center #ffffbe;
    background-size: 100% auto;
}
#welcome .bg::before{
    position: absolute;
    display: block;
    content: "";
    background: linear-gradient(to bottom,  rgba(247,247,237,0) 0%,rgba(247,247,237,1) 100%);
    background-size: 100% auto;
    width: 100%;
    height: 45%;
    bottom: 0;
    left: 0;
}
#welcome .w1340{
    position: relative;
    padding-bottom: 150px;
    z-index: 2;
}
#welcome .w1340::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/about/abs04@2x.png")no-repeat top right;
    background-size: 100% auto;
    width: 20%;
    max-width: 280px;
    height: 130px;
    top:200px;
    right: 3.5%;
}
#examroom .bg2 .w1340::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/about/abs08@2x.png")no-repeat bottom right;
    background-size: 100% auto;
    width: 20%;
    max-width: 280px;
    height: 225px;
    bottom: 40px;
    right: 3.5%;
}

#welcome .w1340 .abo_img410{
    bottom: -120px;
    right: 5%;
    position: absolute;
}
#welcome .abo_index1 .ft_brandon,
#welcome .abo_index2 dt{
    color: #fe8348;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#welcome .w1340{
    padding-bottom: 15vw;
}
#welcome .w1340::before{
    top:8vw;
    right: 3%;
}
#examroom .bg2 .w1340::before{
    bottom: 1vw;
    right: 3%;
}

#welcome .w1340 .abo_img410{
    bottom: -7vw;
    right: 4%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#welcome .w1340{
    padding-bottom: 30vw;
}
#examroom .bg2 .w1340::before{
    width: 35%;
    bottom: 15vw;
    right: 3%;
}
#welcome .w1340 .abo_img410{
    bottom: -10vw;
}
    

#welcome .w1340::before{
    background-position: bottom left;
    width: 35%;
    bottom: -2vw;
    left: 7%;
    top:auto;
    right: auto;
}
}




/* examroom
---------------------------------------------------------*/
#examroom .bg{
    position: relative;
    background: #cdf8ff;
    padding-top: 230px;
    padding-bottom:40px;
}
#examroom .w1340{
    position: relative;
    z-index: 2;
}
#examroom .abo_index1 .ft_brandon,
#examroom .abo_index2 dt{
    color: #1e5ab9;
}
#examroom .abo_index1_deco{
    position: relative;
    display: block;
    width: 100%;
}
#examroom .abo_index1_deco::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/about/abs05@2x.png")no-repeat top left;
    background-size: 100% auto;
    width: 22%;
    max-width: 290px;
    height: 101px;
    top: -90px;
    left: 3%;
}
#examroom .abo_index1_deco::after{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/about/abs06@2x.png")no-repeat bottom right;
    background-size: 100% auto;
    width: 22%;
    max-width: 290px;
    height: 165px;
    bottom:-70px;
    right: 1%;
}
#examroom .abo_img410{
    margin-top: -100px;
    margin-left: 3%;
}

#examroom .bg2{
    position: relative;
    background: #b5f5ff;
    padding-top: 80px;
}
#examroom .bg2 .w1340{
    position: relative;
    padding-bottom: 120px;
}
#examroom .bg2::after{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/about/abs07@2x.png")no-repeat top center;
    background-size: 100% auto;
    width: 100%;
    height: 500px;
    top:0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#examroom .bg2::before{
    position: absolute;
    display: block;
    content: "";
    background: linear-gradient(to bottom,  rgba(247,247,237,0) 0%,rgba(247,247,237,1) 100%);
    background-size: 100% auto;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1300px) {
#examroom .abo_img410{
    margin-top: -20px;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#examroom .bg{
    padding-top: 12vw;
    padding-bottom:2vw;
}
#examroom .abo_index1_deco::before{
    top: -3vw;
    left: -3%;
}
#examroom .abo_index1_deco::after{
    bottom:-4vw;
    right: -3%;
}
#examroom .abo_img410{
    margin-top: -7vw;
    margin-left: 2%;
}

#examroom .bg2{
    padding-top: 5vw;
}
#examroom .bg2 .w1340{
    padding-bottom: 10vw;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#examroom .bg{
    padding-top: 23vw;
    padding-bottom: 0;
}
#examroom .abo_index1_deco::before{
    width: 35%;
    top: -10vw;
    left: -5%;
}
#examroom .abo_index1_deco::after{
    width: 35%;
    bottom:-12vw;
    right: -6%;
}
#examroom .abo_img410{
    margin-top: 3vw;
    margin-left: 2%;
}

#examroom .bg2{
    padding-top:8%;
}
#examroom .bg2 .w1340{
    padding-bottom: 20vw;
}
#examroom .bg2 .abo_flex670{
    border-top:1px solid #ccc;
    padding-top: 10%;
}
}







/* other
---------------------------------------------------------*/
#other .bg{
    background: url("../images/about/abs12@2x.png") no-repeat top center #fcfcf8;
    background-size: 100% auto;
}
#other .bg .w1340{
    position: relative;
    padding-bottom: 195px;
}
#other .bg .w1340::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/about/abs10@2x.png")no-repeat bottom right;
    background-size: 100% auto;
    width: 22%;
    max-width: 286px;
    height: 100px;
    bottom: -10px;
    right: 3%;
}

#other .abo_index1 .ft_brandon,
#other .abo_index2 dt{
    color: #f68193;
}
#other .abo_col2_620{
    position: relative;
}
#other .abo_col2_620::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/about/abs09@2x.png")no-repeat top left;
    background-size: 100% auto;
    width: 22%;
    max-width: 286px;
    height: 100px;
    top:-90px;
    left: 3%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#other .bg .w1340{
    padding-bottom: 10vw;
}
#other .bg .w1340::before{
    bottom: -1vw;
}
#other .abo_col2_620::before{
    top:-6vw;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#other .bg .w1340{
    padding-bottom: 15vw;
}
#other .bg .w1340::before{
    width: 35%;
    bottom: -3vw;
    right: -3%;
}
#other .abo_col2_620::before{
    width: 35%;
    top:-5vw;
    left: -3%;
}
}




/* device
---------------------------------------------------------*/
#device{
    margin-bottom: 150px;
}
#device .fullimg{
    height: 540px;
    background: url("../images/about/img13@2x.jpg")no-repeat center center;
    background-size: cover;
}
#device .box1 .bg{
    padding-top: 80px;
    padding-bottom: 120px;
    margin-bottom: 120px;
    background: #f0f0df;
}
#device .box1 .com_lead{
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
#device .box1 .com_lead::before{
    position: absolute;
    display: block;
    content: "";
    width: 90%;
    max-width: 1100px;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: url("../images/about/abs13.svg")no-repeat bottom center;
    background-size: 100% auto;
}
/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1500px) {
#device .fullimg{
    height: 35vw;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#device{
    margin-bottom: 12vw;
}
#device .fullimg{
    height: 35vw;
}
#device .box1 .bg{
    padding-top: 5vw;
    padding-bottom: 8vw;
    margin-bottom: 8vw;
}
#device .box1 .com_lead{
    padding-bottom: 5vw;
    margin-bottom: 5vw;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#device{
    margin-bottom: 15vw;
}
#device .fullimg{
    height: 35vw;
}
#device .box1 .bg{
    padding-top: 6vw;
    padding-bottom: 10vw;
    margin-bottom: 10vw;
}
#device .box1 .com_lead{
    padding-bottom: 8vw;
    margin-bottom: 8vw;
}
#device .box1 .com_lead::before{
    width: 100%;
    height: 4px;
    background-size: 200% auto;
}
}