@charset "utf-8";
/* CSS Document */

/*========= ▼reset ===============*/
/* ブラウザのUAスタイルシートのすべてのスタイルを削除します、displayは除く */
*:where(:not(iframe, canvas, img, svg, video, a):not(svg *)) {all: unset;display: revert;}
/* box-sizingの優先値 */
*, *::before, *::after {box-sizing: border-box;}
/* リストのスタイル（箇条書き・番号）を削除します */
ol,ul {list-style: none;}
/* 画像がコンテナを超えないようにするため */
img {max-width: 100%;}
/* テーブルのセル間のスペースを削除します */
table {border-collapse: collapse;}
/*========= ▲reset ===============*/

*{box-sizing: border-box;}
    a {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  text-decoration: none;
}

:root {
--fontColor:#000;
--primaryColor:#304D2E;
--aColor:#FF7878;
--bColor:#F7B81C;
--cColor:#88B756;
--dColor:#31BCAB;
--eColor:#803AEF;
--bgColor:#FCFAF4;
--redColor:#DC000C;
--whiteColor:#fff;
--linkColor:#0E99F0;
--shadowColor:rgba(0, 0, 0, 0.25);
}
#PAGEBOTTOM {
padding-bottom: 0;
z-index: 999;
position: relative;
}

#pc_guide {overflow: hidden;font-family:  "Noto Sans JP", sans-serif;font-optical-sizing: auto; font-style: normal;line-break: strict;overflow-wrap: break-word;word-wrap: break-word;word-break: normal !important;line-height: 1.8;color: var(--fontColor);max-width: 1650px;margin: auto;font-feature-settings: "palt";background: var(--bgColor);position: relative;}

.line_center{
    text-align: center;
}
.font_bold{
    font-weight: 600;
}

section{position: relative;}
.line_center {text-align: center;}
img {width: auto;max-width: 100%;}
.sec-inner {position: relative;max-width: 1170px; width: 88%; margin:auto;container-type: inline-size;}

#sec02{
    padding: 2% 0;
}
#sec02 .lead{
    font-size: clamp(15px, 1.25vw, 20px);
    font-weight: 500;
    text-align: center;
}
.shindanTeacher{
    max-width: 250px;
    margin: auto;
}
.shindanStart{
    max-width: 632px;
    margin: 20px auto;
}
.chartArea{
    position: relative;
    text-align: center;
}
#sec03{
    z-index: 7;
}
.chart{
    position: relative;
    margin: 0 auto 12%;
}
.typeButton{
    position: absolute;
    width: 9%;
    filter: drop-shadow(0 3px 6px var(--shadowColor));
}
#typeA{
    top: 37%;
    left: 11%;
}
#typeB{
    top: 44%;
    left: 39.5%;
}
#typeC{
    top: 70.5%;
    left: 48%;
}
#typeD{
    top: 100.5%;
    left: 61.5%;
}
#typeE{
    top: 100.5%;
    left: 79%;
}

#sec04{
    margin: 5% auto 3%;
}
#pc_guide h3{
    font-size: clamp(18px, 1.5vw, 24px); 
    font-weight: 500;
}
#pc_guide h3 > span{
    width: 5%;
    display: inline-block;
    vertical-align: middle;
}
#pc_guide dl{
    margin: 15px;
}
#pc_guide dl dt {
    font-size: clamp(16px, 1.6vw, 26px);
    font-weight: 600;
    margin-bottom: 10px;
}

#pc_guide #typeA_content dl dt{
    color: var(--aColor);
    border-bottom: 1px solid var(--aColor);
}
#typeA_content .line{
    border: 2px solid var(--aColor);
    border-radius: 7px;
    box-shadow: 0 3px 6px var(--shadowColor);
    padding: 2em;
    background: var(--whiteColor);
}

#pc_guide dl dd{
    font-size: clamp(14px, 1.25vw, 20px);
}
.typeContent{
    margin-bottom: 40px;
}
#pc_guide .btn{
    font-size: clamp(15px, 1.4vw, 22px); 
    font-weight: 500;
    color: var(--whiteColor);
    padding: 1em;
    border-radius: 7px;
    transition: all .35s;
    display: block;
    text-align: center;
    max-width: 530px;
    box-shadow: 0 3px 6px var(--shadowColor);
    margin: 3% auto 1%;
}
.aBtn{
    background: var(--aColor);
}

#pc_guide #typeB_content dl dt{
    color: var(--bColor);
    border-bottom: 1px solid var(--bColor);
}
#typeB_content .line{
    border: 2px solid var(--bColor);
    border-radius: 7px;
    box-shadow: 0 3px 6px var(--shadowColor);
    padding: 2em;
    background: var(--whiteColor);
}
.bBtn{
    background: var(--bColor);
}
.txtLink{
    color: var(--linkColor);
    margin-left: 5px;
    display: inline-block;
    transition: all .35s;
}

#pc_guide #typeC_content dl dt{
    color: var(--cColor);
    border-bottom: 1px solid var(--cColor);
}
#typeC_content .line{
    border: 2px solid var(--cColor);
    border-radius: 7px;
    box-shadow: 0 3px 6px var(--shadowColor);
    padding: 2em;
    background: var(--whiteColor);
}
.cBtn{
    background: var(--cColor);
}

#pc_guide #typeD_content dl dt{
    color: var(--dColor);
    border-bottom: 1px solid var(--dColor);
}
#typeD_content .line{
    border: 2px solid var(--dColor);
    border-radius: 7px;
    box-shadow: 0 3px 6px var(--shadowColor);
    padding: 2em;
    background: var(--whiteColor);
}
.dBtn{
    background: var(--dColor);
}

#pc_guide #typeE_content dl dt{
    color: var(--eColor);
    border-bottom: 1px solid var(--eColor);
}
#typeE_content .line{
    border: 2px solid var(--eColor);
    border-radius: 7px;
    box-shadow: 0 3px 6px var(--shadowColor);
    padding: 2em;
    background: var(--whiteColor);
}
.eBtn{
    background: var(--eColor);
}

.checkTeacher{
    max-width: 250px;
    margin: auto;
}
.checkStart{
    max-width: 632px;
    margin: 10px auto;
}
.check h2{
    font-size: clamp(22px, 2.25vw, 36px);
    font-weight: 500;
    text-align: center;
}
#pc_guide h4{
    font-size: clamp(16px, 1.25vw, 20px); 
    font-weight: 500;
    text-align: center;
    margin: 2em auto;
}
.scrollArea{
    margin: 5% auto;
    text-align: center;
    padding-bottom: 4%;
}

.scrollArea > img {
    max-width: 840px;
}


#typeA_content, #typeB_content, #typeC_content, #typeD_content, #typeE_content{
    padding-top: 100px;
    margin-top: -100px;
}

@media (any-hover: hover) {
/*:hover はここに書く*/
    #pc_guide .btn:hover{
        transform: translateY(-3px);
    }
    .txtLink:hover{
        transform: translateY(-3px);
        
    }
}


#pc_guide .sp-cam {display: none !important;}
#pc_guide .pad-cam {display: none !important;}
#pc_guide .pc-cam {display: block;}

/************************************************************/@media screen and (max-width: 1400px) {
    
#typeA{
    top: 37%;
    left: 4.5%;
}
#typeB{
    top: 44%;
    left: 38.5%;
}
#typeC{
    top: 70.5%;
    left: 49%;
}
#typeD{
    top: 100.5%;
    left: 64.5%;
}
#typeE{
    top: 100.5%;
    left: 85.5%;
}
    
}


/************************************************************/@media screen and (max-width: 1300px) {
    
#typeA{
    top: 37%;
    left: 4.3%;
}
#typeB{
    top: 44%;
    left: 38.5%;
}
#typeC{
    top: 70.5%;
    left: 49%;
}
#typeD{
    top: 100.5%;
    left: 65%;
}
#typeE{
    top: 100.5%;
    left: 85.5%;
}
    
}

/************************************************************/@media screen and (max-width: 1200px) {
    
#typeA{
    top: 37%;
    left: 5%;
}

#typeC{
    top: 70.5%;
    left: 38.5%;
}
#typeD{
    top: 100.5%;
    left: 64%;
}
#typeE{
    top: 100.5%;
    left: 85%;
}
    
}


/************************************************************/@media screen and (max-width: 1130px) {
    
#typeA{
    top: 37%;
    left: 4.5%;
}
#typeB{
    top: 44%;
    left: 38.5%;
}
#typeC{
    top: 70.5%;
    left: 49%;
}
#typeD{
    top: 100.5%;
    left: 64.5%;
}
#typeE{
    top: 100.5%;
    left: 85.5%;
}
    
}


/************************************************************/@media screen and (max-width: 820px) {
  
    
#pc_guide .pad-cam {display: block !important;}
#pc_guide .pc-cam {display: none !important;}
#pc_guide .sp-cam {display: none !important;}
}
    

/************************************************************/@media screen and (max-width: 700px) {
    #sec02 .lead{
        text-align: left;
        margin: 5% auto 7%;
    }
    .shindanTeacher,
    .checkTeacher{
        max-width: 180px;
    }
    #pc_guide h3 > span{
        width: 17%;
    }
    #typeA_content .line{
        padding: 1.2em;
    }
    #pc_guide h4{
        text-align: left;
    }
    .scrollArea{
        padding-bottom: 6%;
        margin-bottom: 12%;
    }
    
#pc_guide .pc-cam {display: none !important;}
#pc_guide .pad-cam {display: none !important;}
#pc_guide .pc-pad {display: none;}
#pc_guide .sp-cam {display: block!important;}

}
    
