@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

body{
    background-color: #FFFFFF;
    margin: 0%;
}

.nl1{
    display: none;
}

.fv{
    width: 100%;
    height: auto;
}

.fv-background{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.fv-background > img{
    width: 100%;
    height: auto;
}

img.fv-bg-sp{
    display: none;
}

.fv-pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.fv-pic > img{
    width: auto;
    height: 100%;
}

img.fv-pic-sp{
    display: none;
}

img.fv-mark{
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 1;
    width: 25%;
    height: auto;
}

.fv-title{
    position: absolute;
    top: 25%;
    left: -25%;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

p.title-1{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.08em;
    color: #2A58AE;
    margin-bottom: 20px;
}

p.title-1 > span.dot{
    text-emphasis: filled;
    -webkit-text-emphasis: filled;
    text-emphasis-color: #99C2DF;
    -webkit-text-emphasis-color: #99C2DF;
}

p.title-1 > span.small{
    font-size: 20px;
    line-height: 20px;
}

p.title-1 > span.black{
    font-weight: 900;
}

.fv-title > img{
    width: 45%;
    height: auto;
}

p.title-2{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #2A58AE;
    margin-top: 20px;
    text-align: center;
}

p.title-2 > span.line{
    font-size: 24px;
    color: #99C2DF;
    margin: 0 8px;
}

.fv-contact-2{
    background-color: #FBA500;
    border-radius: 50px;
    margin-top: 40px;
    box-shadow: 0 4px 0 #B07400;
    transition: ease .3s;
}

.fv-contact-2:hover {
    box-shadow: none;
    transform: translateY(4px);
}

.fv-contact-2 > p{
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 34px;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 16px 60px 16px 60px;
}

img.fv-person{
    position: absolute;
    left: 40%;
    bottom: 0;
    z-index: 2;
    width: 42%;
    height: auto;
}

img.fv-pc{
    position: absolute;
    top: 30%;
    left: 74%;
    z-index: 3;
    width: 22%;
    height: auto;
}

img.fv-cc{
    position: absolute;
    top: 65%;
    left: 50%;
    z-index: 4;
    width: 45%;
    height: auto;
}

img.fv-logo{
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 5;
    width: 15%;
    height: auto;
}

.fv-contact-1{
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 5;
    background-color: #FFFFFF;
    border-radius: 50px;
}

.fv-contact-1 > p{
    font-size: 14px;
    font-weight: 600;
    color: #FBA500;
    text-align: center;
    line-height: 16px;
    padding: 10px 40px 10px 40px;
    transition: ease .3s;
}

.fv-contact-1 > p:hover{
    color: #B07400;
}

.introduction{
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.introduction > h2{
    width: fit-content;
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 46px;
    letter-spacing: 0.04em;
    padding: 8px 24px 8px 24px;
    background: linear-gradient(90.38deg, #2F80ED 0%, #2A58AE 100%);
    border-radius: 8px;
    margin-top: 60px;
}

.intro-box{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro-box-body{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

img.moyamoya {
    position: absolute;
    top: 75%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 15%;
    height: auto;
}

p.body{
    font-size: 16px;
    font-weight: 500;
    color: #2D2D2D;
    line-height: 23px;
    letter-spacing: 0.04em;
    margin-top: 60px;
}

.problem-1, .problem-2{
    width: 65%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #E6F2FB;
    border-radius: 8px;
    position: relative;
}

.problem-1{
    margin-top: 72px;
}

.problem-2{
    margin-top: 60px;
    margin-bottom: 72px;
}

.problem-1-letter, .problem-2-letter{
    position: relative;
    margin-top: 40px;
    margin-bottom: 16px;
}

.problem-1-letter > h3, .problem-2-letter > h3{
    font-size: 24px;
    font-weight: 700;
    color: #2A58AE;
    line-height: 35px;
    letter-spacing: 0.04em;
    text-align: center;
    display: flex;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}

.problem-1-letter > h3 > img, .problem-2-letter > h3 > img{
    width: 4%;
    height: auto;
    margin-left: 8px;
    margin-right: 8px;
}

.problem-1-letter > h4, .problem-2-letter > h4{
    font-size: 20px;
    font-weight: 700;
    color: #2D2D2D;
    line-height: 29px;
    letter-spacing: 0.04em;
}

.problem-1-letter > p, .problem-2-letter > p{
    font-size: 18px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 26px;
    letter-spacing: 0.04em;
    margin-top: 8px;
    margin-bottom: 24px;
}

img.busy{
    position: absolute;
    right: -20%;
    bottom: -7px;
    z-index: 1;
    width: 35%;
    height: auto;
}

img.worry{
    position: absolute;
    left: -16%;
    bottom: -16px;
    width: 25%;
    height: auto;
}

.SkillNavi{
    width: 100%;
    height: auto;
    background: linear-gradient(94.11deg, #2F80ED 0%, #99C2DF 100%);
}

.SkillNavi-box{
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.SkillNavi-box > .h2-frame{
    margin-top: 60px;
}

.SkillNavi-box > .h2-frame > h2{
    font-size: 32px;
    font-weight: 700;
    color: #2F80ED;
    line-height: 46px;
    letter-spacing: 0.04em;
    text-align: center;
    background-color: #FFFFFF;
    padding: 8px 24px 8px 24px;
    border-radius: 8px;
}

.SkillNavi-box > p{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 20px;
}

.SkillNavi-box > p > span.small{
    font-size: 20px;
    line-height: 20px;
}

.SkillNavi-box > p > span.black{
    font-weight: 900;
}

.SkillNavi-box > img{
    width: 40%;
    height: auto;
}

.SkillNavi-box > .point{
    width: 65%;
    height: auto;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #2A58AE99;
    padding: 24px;
    border-radius: 8px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.SkillNavi-box > .point > h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.04em;
    background: linear-gradient(90.38deg, #2F80ED 0%, #2A58AE 100%);
    background: -webkit-linear-gradient(0deg, #2F80ED 0%, #2A58AE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}

.SkillNavi-box > .point > p{
    font-size: 18px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 26px;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
}

.SkillNavi-box > .point > .graphic{
    width: 100%;
    display: flex;
    justify-content: center;
}

.SkillNavi-box > .point > .graphic > img{
    width: 80%;
    height: auto;
}

.reason{
    width: 100%;
    background-image: url(../assets/reason-bg.jpg);
    background-size: cover;
}

.reason-box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reason-box > h2{
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 46px;
    letter-spacing: 0.04em;
    margin-top: 60px;
    background: linear-gradient(90.38deg, #2F80ED 0%, #2A58AE 100%);
    padding: 8px 24px 8px 24px;
    border-radius: 8px;
}

.reason-box-letter{
    width: 90%;
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
}

.reason-box-letter > .first,
.reason-box-letter > .second,
.reason-box-letter > .third{
    width: auto;
    margin-bottom: 20px;
}

.reason-box-letter > .first{
    margin-left: 20%;
}

.reason-box-letter > .second{
    margin-left: 25%;
}

.reason-box-letter > .third{
    margin-left: 30%;
}

.reason-box-letter > .first > h3,
.reason-box-letter > .second > h3,
.reason-box-letter > .third > h3{
    font-size: 24px;
    font-weight: 700;
    color: #2A58AE;
    line-height: 35px;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.reason-box-letter > .first > h3 > img,
.reason-box-letter > .second > h3 > img,
.reason-box-letter > .third > h3 > img{
    width: auto;
    height: 28px;
    margin-right: 8px;
    margin-bottom: 2px;
}

.reason-box-letter > .first > p,
.reason-box-letter > .second > p,
.reason-box-letter > .third > p{
    font-size: 18px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 26px;
    letter-spacing: 0.04em;
}

.reason-box-letter > .reason-person{
    position: absolute;
    left: 5%;
    bottom: 0;
}

.reason-box-letter > .reason-person > img{
    width: 50%;
    height: auto;
}

.reason-box > .reason-person{
    display: none;
}

.chart{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chart-box{
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chart-box > h2{
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 46px;
    letter-spacing: 0.04em;
    padding: 8px 24px 8px 24px;
    margin-top: 60px;
    margin-bottom: 40px;
    background: linear-gradient(90.38deg, #2F80ED 0%, #2A58AE 100%);
    border-radius: 8px;
}

.chart-box > h4{
    font-size: 20px;
    font-weight: 700;
    color: #2A58AE;
    line-height: 29px;
    letter-spacing: 0.04em;
}

.chart-box > p{
    font-size: 16px;
    font-weight: 500;
    color: #2A58AE;
    line-height: 23px;
    letter-spacing: 0.04em;
    margin-top: 16px;
}

.chart-box > img{
    width: 100%;
    height: auto;
    margin-top: 24px;
    margin-bottom: 60px;
}

.flow-graphic-sp{
    display: none;
}

.BasicFunctions{
    width: 100%;
    height: auto;
    background-color: #E6F2FB;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.BasicFunctions > h2{
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 46px;
    letter-spacing: 0.04em;
    padding: 8px 24px 8px 24px;
    margin-top: 60px;
    margin-bottom: 40px;
    background: linear-gradient(90.38deg, #2F80ED 0%, #2A58AE 100%);
    border-radius: 8px;
}

.management{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.management > h3, .hrf-box > h3{
    font-size: 24px;
    font-weight: 700;
    color: #2A58AE;
    line-height: 35px;
    letter-spacing: 0.04em;
    width: 100%;
    margin-bottom: 60px;
}

.management > .border, .hrf-box > .border{
    align-items: center;
    display: flex;
    justify-content: center;
}
 
.border::before,
.border::after {
    content: "";
    height: 4px;
    background-color: #C6E0F2;
}

.management > .border::before,
.management > .border::after{
    width: 27%;
}

.hrf-box > .border::before,
.hrf-box > .border::after{
    width: 40%;
}
 
.border::before {
    margin-right: 1rem;
}
 
.border::after {
    margin-left: 1rem;
}

.management-box{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.management-box > div{
    width: 30%;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.management-box > div > div, .hrf-box > div > div{
    position: absolute;
    z-index: -1;
    width: 160px;
    height: 160px;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.management-box > div > h4, .hrf-box > div > h4{
    font-size: 20px;
    font-weight: 700;
    color: #2A58AE;
    line-height: 29px;
    letter-spacing: 0.04em;
    margin-left: 20px;
    margin-bottom: 8px;
}

.management-box > div > p, .hrf-box > div > p{
    font-size: 16px;
    font-weight: 500;
    color: #2D2D2D;
    line-height: 23px;
    letter-spacing: 0.04em;
    text-align: justify;
    margin-left: 20px;
}

.hrf{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
    position: relative;
}

.hrf-box{
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hrf-box > div{
    width: 45%;
    margin-bottom: 108px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hrf > .graphic{
    position: absolute;
    left: -5%;
    bottom: 0;
}

.hrf > .graphic > img{
    width: 50%;
    height: auto;
}

.supplement{
    width: 100%;
    height: auto;
    background: linear-gradient(94.11deg, #2F80ED 0%, #99C2DF 100%);
    display: flex;
    justify-content: center;
}

.supplement > h4{
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 29px;
    letter-spacing: 0.04em;
    text-align: justify;
    margin-top: 24px;
    margin-bottom: 24px;
    max-width: 65%;
}

.supplement > .graphic{
    display: none;
}

.contact{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.contact-box{
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
}

.contact-box > iframe{
    border:none;
    width:100%;
    height:1000px;
    padding:0;
    margin:0;
}

.contact-box > img{
    position: absolute;
    z-index: 1;
    width: 20%;
    height: auto;
    right: 80px;
    bottom: 20px;
}

.ChangeSite{
    border: solid 4px #FBA500;
    border-radius: 50px;
    margin-bottom: 80px;
    transition: ease .3s;
}

.ChangeSite > p{
    font-size: 20px;
    font-weight: 700;
    color: #FBA500;
    line-height: 16px;
    letter-spacing: 0.04em;
    padding: 24px 60px 24px 60px;
    transition: ease .3s;
}

.ChangeSite:hover{
    border: solid 4px #B07400;
}

.ChangeSite > p:hover{
    color: #B07400;
}

footer{
    width: 100%;
    height: auto;
    background-color: #2A58AE;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-box{
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-box > img{
    width: 25%;
    height: auto;
}

.footer-box > .menu{
    width: 65%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}

.footer-box > .menu > a{
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 20px;
    letter-spacing: 0.04em;
    transition:  ease .3s;
}

.footer-box > .menu > a:hover{
    color: #99C2DF;
}

.copyright{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.copyright > p{
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 17px;
    letter-spacing: 0.04em;
    text-align: center;
}










@media(max-width: 768px){

    .nl1{
        display: block;
    }

    img.fv-bg-pc{
        display: none;
    }

    img.fv-bg-sp{
        display: block;
    }

    img.fv-pic-pc{
        display: none;
    }

    img.fv-pic-sp{
        display: block;
    }

    img.fv-mark{
        top: 20%;
        width: 50%;
    }

    .fv-title{
        top: 66px;
        left: 0;
    }

    p.title-1{
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 16px;
    }

    p.title-1 > span.small{
        font-size: 16px;
        line-height: 16px;
    }

    .fv-title > img{
        width: 90%;
    }

    p.title-2{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.04em;
    }
    
    p.title-2 > span.line{
        font-size: 18px;
    }

    .fv-contact-2{
        display: none;
    }

    img.fv-person {
        left: -12%;
        width: 88%;
    }

    img.fv-pc {
        top: 48%;
        left: auto;
        right: 5%;
        width: 40%;
    }

    img.fv-cc {
        top: auto;
        left: auto;
        right: 5%;
        bottom: 18%;
        width: 75%;
    }

    img.fv-logo{
        display: none;
    }

    .fv-contact-1{
        position: absolute;
        top: auto;
        left: 50%;
        right: auto;
        bottom: 0;
        transform: translate(-50%, -50%);
        width: 90%;
        background-color: #FBA500;
        border-radius: 50px;
        box-shadow: 0 4px #B07400;
    }
    
    .fv-contact-1 > p{
        font-size: 14px;
        font-weight: 700;
        color: #FFFFFF;
        line-height: 29px;
        letter-spacing: 0.04em;
        text-align: center;
        padding: 16px 60px 16px 60px;
    }

    .introduction > h2 {
        font-size: 16px;
        line-height: 23px;
        padding: 8px;
        margin-top: 40px;
    }

    p.body {
        font-size: 14px;
        line-height: 20px;
    }

    img.moyamoya {
        top: 80%;
        left: 35%;
        width: 60%;
    }

    .problem-1, .problem-2{
        width: 100%;
        border-radius: 0;
    }

    .problem-1{
        margin-top: 80px;
    }
    
    .problem-2{
        margin-top: 60px;
        margin-bottom: 72px;
    }
    
    .problem-1-letter, .problem-2-letter{
        position: relative;
        margin-top: 40px;
        margin-bottom: 80px;
        width: 90%;
    }

    .problem-1-letter > h3, .problem-2-letter > h3{
        font-size: 18px;
        line-height: 26px;
    }

    .problem-1-letter > h3 > img, .problem-2-letter > h3 > img{
        width: 3%;
        margin-left: 6px;
        margin-right: 6px;
    }

    problem-1-letter > h4, .problem-2-letter > h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .problem-1-letter > p, .problem-2-letter > p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.04em;
        margin-top: 8px;
        margin-bottom: 24px;
    }

    img.busy {
        right: auto;
        left: 50%;
        bottom: -20%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 28%;
    }

    img.worry {
        left: 50%;
        bottom: -40%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 50%;
    }

    .SkillNavi-box > .h2-frame{
        background: #FFFFFF;
        border-radius: 8px;
        margin-top: 32px;
        width: 90%;
    }

    .SkillNavi-box > .h2-frame > h2 {
        font-size: 16px;
        line-height: 23px;
        padding: 8px;
        background: linear-gradient(94.11deg, #2F80ED 0%, #99C2DF 100%);
        background: -webkit-linear-gradient(0deg, #2F80ED 0%, #99C2DF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .SkillNavi-box > img {
        width: 90%;
    }

    .SkillNavi-box > .point {
        width: 90%;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .SkillNavi-box > .point > h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .SkillNavi-box > .point > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }

    .SkillNavi-box > .point > .graphic > img {
        width: 100%;
    }

    .reason{
        background-image: url(../assets/reason-bg-sp.jpg);
    }

    .reason-box > h2 {
        font-size: 16px;
        line-height: 23px;
        margin-top: 40px;
        padding: 8px;
    }

    .reason-box-letter {
        margin-top: 24px;
        margin-bottom: 0;
    }

    .reason-box-letter > .first,
    .reason-box-letter > .second,
    .reason-box-letter > .third {
        margin-left: 0;
        margin-bottom: 24px;
    }

    .reason-box-letter > .first > h3, 
    .reason-box-letter > .second > h3, 
    .reason-box-letter > .third > h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 14px;
    }

    .reason-box-letter > .first > h3 > img, 
    .reason-box-letter > .second > h3 > img, 
    .reason-box-letter > .third > h3 > img {
        height: 24px;
        margin-bottom: 0;
    }

    .reason-box-letter > .first > p, 
    .reason-box-letter > .second > p, 
    .reason-box-letter > .third > p {
        font-size: 14px;
        line-height: 20px;
    }

    .reason-box-letter > .reason-person{
        display: none;
    }

    .reason-box > .reason-person{
        display: flex;
        justify-content: center;
        margin-bottom: 24px;
    }

    .reason-box > .reason-person > img{
        width: 60%;
    }

    .chart-box {
        width: 90%;
    }

    .chart-box > h2 {
        font-size: 16px;
        line-height: 23px;
        padding: 8px;
        margin-top: 40px;
        margin-bottom: 24px;
    }

    .chart-box > h4 {
        font-size: 18px;
        line-height: 23px;
    }

    .chart-box > p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
    }

    .chart-box > img{
        margin-top: 8px;
        margin-bottom: 40px;
    }

    .flow-graphic-pc{
        display: none;
    }

    .flow-graphic-sp{
        display: block;
    }

    .BasicFunctions{
        overflow: hidden;
    }

    .BasicFunctions > h2 {
        font-size: 16px;
        line-height: 23px;
        padding: 8px;
        margin-top: 40px;
        margin-bottom: 24px;
    }

    .management{
        width: 90%;
    }

    .management > h3, .hrf-box > h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .management > .border::before, .management > .border::after {
        width: 10%;
    }

    .border::before, .border::after {
        height: 2px;
    }

    .management-box{
        width: 100%;
        display: block;
    }

    .management-box > div{
        width: 100%;
        margin-bottom: 52px;
    }

    .management-box > div > div, .hrf-box > div > div {
        left: 4px;
        width: 100px;
        height: 100px;
    }

    .management-box > div > h4, .hrf-box > div > h4 {
        font-size: 18px;
        line-height: 26px;
        margin-left: 0;
    }

    .management-box > div > p, .hrf-box > div > p {
        font-size: 14px;
        line-height: 20px;
        margin-left: 0;
    }

    .hrf{
        width: 90%;
        margin-top: 0;
    }
    
    .hrf-box{
        width: 100%;
        display: block;
    }

    .hrf-box > .border::before, .hrf-box > .border::after {
        width: 33%;
    }

    .hrf-box > div{
        width: 100%;
        margin-bottom: 64px;
    }

    .hrf > .graphic{
        display: none;
    }

    .supplement {
        position: relative;
        z-index: 0;
    }

    .supplement > h4 {
        font-size: 16px;
        line-height: 23px;
        margin-top: 32px;
        margin-bottom: 32px;
        max-width: 90%;
        text-shadow: 1px 1px 0 #2A58AE, -1px -1px 0 #2A58AE, -1px 1px 0 #2A58AE, 1px -1px 0 #2A58AE, 0px 1px 0 #2A58AE, 0-1px 0 #2A58AE, -1px 0 0 #2A58AE, 1px 0 0 #2A58AE;
    }

    .supplement > img.graphic{
        display: block;
        position: absolute;
        right: -40px;
        bottom: 0;
        z-index: -1;
    }

    .supplement > img.graphic{
        width: 65%;
    }

    .contact-box > img{
        display: none;
    }

    .ChangeSite {
        border: solid 2px #FBA500;
    }

    .ChangeSite > p {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        padding: 16px 40px;
    }

    .footer-box {
        width: 65%;
        display: block;
    }

    .footer-box > img {
        width: 100%;
        margin-top: 40px;
    }

    .footer-box > .menu {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .footer-box > .menu > p {
        margin-bottom: 40px;
    }
}










@media(min-width: 769px) and (max-width: 1280px){

    .fv-title {
        top: 20%;
    }

    p.title-1 {
        font-size: 18px;
        line-height: 26px;
    }

    p.title-2 {
        font-size: 16px;
        line-height: 23px;
    }

    .fv-contact-2 {
        margin-top: 28px;
        margin-right: 20px;
    }

    .fv-contact-2 > p {
        font-size: 18px;
        line-height: 26px;
        padding: 8px 40px;
    }

    .introduction > h2 {
        font-size: 24px;
        line-height: 32px;
        padding: 8px 12px;
        margin-top: 48px;
    }

    p.body {
        margin-top: 40px;
    }

    img.moyamoya {
        top: 80%;
        left: 38%;
        width: 28%;
    }

    .problem-1, .problem-2{
        width: 80%;
    }

    .problem-2 {
        margin-top: 80px;
        margin-bottom: 100px;
    }

    .problem-1-letter, .problem-2-letter {
        margin-bottom: 100px;
    }

    .problem-1-letter > h3, .problem-2-letter > h3 {
        font-size: 20px;
        line-height: 29px;
    }

    .problem-1-letter > h4, .problem-2-letter > h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .problem-1-letter > p, .problem-2-letter > p {
        font-size: 16px;
        line-height: 23px;
    }

    img.busy {
        right: auto;
        left: 50%;
        bottom: -30%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 38%;
    }

    img.worry {
        left: 50%;
        bottom: -53%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 60%;
    }

    .SkillNavi-box > .h2-frame > h2 {
        font-size: 24px;
        line-height: 32px;
        padding: 8px 12px;
    }

    .SkillNavi-box > img {
        width: 60%;
    }

    .SkillNavi-box > .point {
        width: 85%;
    }

    .SkillNavi-box > .point > h3 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 4px;
    }

    .SkillNavi-box > .point > p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 16px;
    }

    .SkillNavi-box > .point > .graphic > img {
        width: 100%;
    }
    
    .reason-box > h2 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 48px;
        padding: 8px 12px;
    }

    .reason-box-letter {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .reason-box-letter > .first,
    .reason-box-letter > .second,
    .reason-box-letter > .third {
        margin-left: 0;
        margin-bottom: 28px;
    }

    .reason-box-letter > .first > h3, 
    .reason-box-letter > .second > h3, 
    .reason-box-letter > .third > h3 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 16px;
    }

    .reason-box-letter > .first > h3 > img, 
    .reason-box-letter > .second > h3 > img, 
    .reason-box-letter > .third > h3 > img {
        height: 28px;
        margin-bottom: 0;
    }

    .reason-box-letter > .first > p, 
    .reason-box-letter > .second > p, 
    .reason-box-letter > .third > p {
        font-size: 16px;
        line-height: 23px;
    }

    .reason-box-letter > .reason-person{
        display: none;
    }

    .reason-box > .reason-person{
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

    .reason-box > .reason-person > img{
        width: 60%;
    }

    .chart-box{
        width: 80%;
    }

    .chart-box > h2 {
        font-size: 24px;
        line-height: 32px;
        padding: 8px 12px;
        margin-top: 48px;
        margin-bottom: 24px;
    }

    .chart-box > h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .BasicFunctions > h2 {
        font-size: 24px;
        line-height: 32px;
        padding: 8px 12px;
        margin-top: 48px;
    }

    .management > h3, .hrf-box > h3 {
        font-size: 20px;
        line-height: 29px;
    }

    .management-box > div {
        width: 45%;
        margin-bottom: 100px;
    }

    .management-box > div > h4, .hrf-box > div > h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .hrf-box {
        width: 75%;
    }

    .hrf-box > .border::before, .hrf-box > .border::after {
        width: 37%;
    }

    .hrf-box > div {
        margin-bottom: 108px;
    }

    .hrf > .graphic {
        left: -18%;
    }

    .supplement > h4 {
        font-size: 18px;
        line-height: 26px;
        max-width: 85%;
    }

    .contact-box > img{
        right: 40px;
    }

    .footer-box {
        width: 50%;
        display: block;
    }

    .footer-box > img {
        width: 100%;
        margin-top: 60px;
    }

    .footer-box > .menu {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .footer-box > .menu > p {
        margin-bottom: 40px;
    }

}