@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}

header {
    height: 100vh;
    background: url('image/hed.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
}

header .contain-full {
    padding: 12% 7%;
}

.container {
    max-width: 1360px;
    margin: auto;
}

.col-1 {color: #F88719;}
.col-2 {color: #043C6D;}

header h1 {
    font-size: 42px;
    font-weight: bold;
}

.fs1{font-size: 30px;}
.fs2{font-size: 35px;}
.fs3{font-size: 48px;}
.tac{text-align: center;}
.tar{text-align: right;}

.custom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 540px;
    height: 75px;
    background: linear-gradient(180deg, #F8BE84 0%, #F8871A 100%);
    border-radius: 12px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    position: relative;
    margin-top: 5%;
    transition: all 0.3s;
}

a:hover {
    opacity: 0.8;
}

.button-icon {
    margin-left: 10px;
    width: 24px;
    height: 24px;
}

#catch-copy {
    text-align: center;
    padding: 34px 0 21px;
    font-size: 30px;
    font-weight: bold;
    color: #043C6D;
    line-height: 1.6;
}

#about, #testimonials, #contact2 {
    background-color: #043C6D;
}

h2.about-h {
    text-align: center;
    color: #F88719;
    font-size: 48px;
    padding-top: 100px;
}

.about-p {
    font-size: 24px;
    color: #fff;
    padding: 0px 70px;
}

.flexbox1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 46px;
    padding-bottom: 40px;
}

.box1 {
    background: #fff;
    border-top: 18px solid #F88719;
    padding: 41px 31px 44px;
    color: #043C6D;
    width: 42.5%;
    margin-bottom: 40px;
}

.box1 h2 {
    text-align: center;
    margin-bottom: 70px;
}

.box1 p {
    font-size: 18px;
    line-height: 1.6;
}

#strengths {
    background: url(image/img01.jpg) no-repeat center center;
    background-size: cover;
    height: 111%;
    color: #043C6D;
}

#strengths .container {
    padding-left: 36%;
}

#strengths h2 {
    padding: 120px 50px 20px;
    margin: 0;
    font-size: 36px;
}

.strengths-copy {
    font-size: 53px;
    border-top: 5px solid #043C6D;
    border-bottom: 5px solid #043C6D;
    color: #F88719;
    font-weight: bold;
    display: inline-block;
    padding: 5px 20px;
}

#strengths p {
    padding: 20px 85px 5px 50px;
    font-size: 18px;
    max-width: 820px;
    line-height: 1.6;
}

.posi {
    position: relative;
    top: -50%;
}

.flexbox2 {
    display: flex;
    flex-wrap: nowrap;
    background-color: #EAEAEA;
    border-left: 8px solid #F88719;
}

.box2 img {
    vertical-align: top;
}

h2.naitei {
    font-size: 42px;
    color: #fff;
    background-color: #043C6D;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 7px;
    position: relative;
    top: 50px;
    box-shadow: 3px 3px 3px #aaa;
}

.box2 h3 {
    color: #043C6D;
    font-size: 30px;
    font-weight: bold;
    margin: 30px;
}

.box2 p {
    color: #043C6D;
    font-size: 18px;
    margin: 30px 30px 0 30px;
    line-height: 1.6;
}

.box2 a.custom-button {
    align-items: center;
    width: 450px;
    height: 48px;
    background: linear-gradient(180deg, #F8BE84 0%, #F8871A 100%);
    border-radius: 12px;
    color: white;
    font-size: 27px;
    font-weight: bold;
    transition: all 0.3s;
    margin: 20px 40px 0 auto;
}


.icon-flow {
    margin: 15px auto;
    text-align: center;
}

section#testimonials h2 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    margin: 0;
    padding: 100px 0 60px;
}

.flexbox3 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.box3 {
    width: 44%;
    background-color: #fff;
    border-top: 8px solid #F88719;
    padding: 40px 30px 30px;
    text-align: center;
}
.box3 h3 {
    text-align: center;
    color: #043C6D;
    font-size: 28px;
    margin-bottom: 10px;
}

.person {
    background-color: #F88719;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    margin: 0 auto 40px;
    padding: 0px 20px;
    border-radius: 20px;
}

table.fixed-width-table {
    margin: 0 60px 0;
    width: 80%;
    border-collapse: collapse;
}

table.fixed-width-table th {
    width: 85px;
    background-color: #043C6D;
    color: #fff;
    font-size: 24px;
    border: 1px solid #043C6D;
}

table.fixed-width-table td {
    font-size: 22px;
    padding: 0 5px;
    font-weight: bold;
    color: #043C6D;
    border: 1px solid;
    text-align: left;
}

.box3 p {
    text-align: left;
    font-size: 18px;
    color: #043C6D;
    line-height: 1.6;
    margin: 30px 0 0;
}

.triangle {
    margin: 10px auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #043C6D;
}

section#testimonials {
    padding-bottom: 30px;
}

.b-voice {
    margin: 70px auto 50px;
}

section#advisors {
    text-align: center;
    color: #043C6D;
}

#advisors h2 {
    font-size: 48px;
    font-weight: bold;
    color: #043C6D;
    display: inline-block;
    margin: 140px auto 0;
    border-bottom: 6px solid;
}

.flexbox4 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 70px;
}

.box4 {
    width: 30%;
}

p.authored {
    font-size: 24px;
    margin: 35px 0 10px;
}

p.p-name {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

p.explain {
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
}

section#contact {
    background-color: #F88719;
    color: #fff;
    margin: 200px 0 160px;
}

.flex-con {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

p.contact-txt {
    font-size: 40px;
    margin: 50px 0;
}

a.c-btn {
    font-size: 38px;
    margin: 50px;
    display: inline-block;
    background: #043C6D;
    color: #fff;
    text-decoration: none;
    padding: 12px 50px 0;
    border-radius: 50px;
    transition: all 0.3s;
}

span.triangle-r {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 22px solid #fff;
    vertical-align: middle;
    margin-right: 16px;
}

section#faq {
    color: #043C6D;
}

section#faq h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}

.faq-item {
    max-width: 1006px;
    margin: 0 auto 25px;
    padding: 25px 40px;
    border: 1px solid #707070;
    font-size: 18px;
    margin-bottom: 20px;
}

.question, .answer {
    display: block;
    margin-bottom: 5px;
}

.question {
    font-weight: bold;
    font-size: 24px;
    position: relative;
    border-bottom: 1px solid #707070;
    padding: 0 0 15px 50px;
}

.question::before {
    content: "Q";
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background-color: #043C6D;
    border-radius: 20px;
    width: 38px;
    height: 38px;
    color: #fff;
    position: absolute;
    left: 0px;
}

.answer {
    position: relative;
    padding: 10px 0 0 50px;
}

.answer::before {
    content: "A";
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background-color: #F88719;
    border-radius: 20px;
    width: 38px;
    height: 38px;
    color: #fff;
    position: absolute;
    left: 0;
}

.faq-item::after {
    content: "";
    display: table;
    clear: both;
}

section#contact2 {
    color: #fff;
    margin-top: 100px;
}

a.c-btn2 {
    font-size: 38px;
    margin: 50px;
    display: inline-block;
    background: #F88719;
    color: #fff;
    text-decoration: none;
    padding: 12px 50px 0;
    border-radius: 50px;
    transition: all 0.3s;
}

.flexbox5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 70px;
    padding-bottom: 30px;
}

.box5 p {
    color: #043C6D;
}

a.dis-none {
    display: none;
}

/* PC　小サイズ */
@media (min-width:1024px) and (max-width:1436px) {

    .fs1 {
        font-size: 24px;
    }
    .fs2 {
        font-size: 26px;
    }
    .custom-button {
        width: 420px;
        height: 60px;
    }
    .button-icon {
        width: 20px;
        height: 20px;
    }
    h2.about-h, .strengths-copy, section#testimonials h2, #advisors h2, section#faq h2 {
        font-size: 42px;
    }
    .strengths-copy {
        font-size: 36px;
    }
    #strengths h2 {
        padding: 100px 15px 15px;
        font-size: 28px;
    }
    #strengths .container {
        padding-left: 34%;
    }
    .container {
        max-width: 85%;
    }
    .box1 h2 {
        font-size: 20px;
        margin-bottom: 50px;
    }
    .posi {
        top: -42%;
    }
    h2.naitei {
        font-size: 36px;
        padding: 5px 20px 10px;
    }
    .box2 p {
        color: #043C6D;
        font-size: 16px;
        margin: 20px 30px 0 30px;
        line-height: 1.6;
    }
    .box2 h3 {
        font-size: 28px;
        margin: 30px 20px 20px;
    }
    table.fixed-width-table td {
        font-size: 20px;
    }
    p.contact-txt {
        font-size: 30px;
    }
    a.c-btn, a.c-btn2 {
        font-size: 28px;
    }
    .box2 a.custom-button {
        width: 420px;
        height: 40px;
        font-size: 24px;
        margin: 10px 30px 0 auto;
    }
    .box3 {
        width: 43%;
    }
    .box3 h3 {
        font-size: 26px;
    }
}

/* タブレットサイズ */
@media (min-width:601px) and (max-width:1023px) {
    header {
        height: 80vh;
    }
    .fs1 {
        font-size: 24px;
    }

    .fs2 {
        font-size: 26px;
    }
    .custom-button {
        width: 420px;
        height: 60px;
    }
    .button-icon {
        width: 20px;
        height: 20px;
    }
    header h1, h2.about-h, section#testimonials h2, section#faq h2 {
        font-size: 38px;
    }
    #advisors h2 {
        font-size: 30px;
    }
    .strengths-copy {
        font-size: 28px;
    }
    #strengths h2 {
        padding: 100px 15px 15px;
        font-size: 28px;
    }
  
    #strengths .container {
        padding-left: 34%;
    }
    .container {
        max-width: 85%;
    }
    #catch-copy {
        font-size: 28px;
    }
    
    .box1 {
        width: 100%;
    }
    .box1 h2 {
        font-size: 20px;
        margin-bottom: 50px;
    }
    #strengths {
        background: url(image/img01_sp.jpg) no-repeat center center;
        background-size: cover;
        max-height: 597px;
    }
    #strengths .container {
        padding-left: 0;
    }
    
    .posi {
        top: 25%;
    }
    #strengths h2 {
        padding: 40px 50px 20px;
        font-size: 18px;
    }
    #strengths p {
        padding: 0 30px 20px;
        margin-top: 460px;
        font-size: 15px;
    }
    h2.naitei {
        top: 0;
        font-size: 30px;
    }
    section#strengths {
        text-align: center;
    }
    #strengths p {
        text-align: left;
    }
    .box2 p {
        color: #043C6D;
        font-size: 16px;
        margin: 30px 20px;
        line-height: 1.6;
    }
    .box2 h3 {
        font-size: 28px;
        margin: 30px 20px 20px;
    }
    .flexbox2 {
        flex-wrap: wrap;
    }
    table.fixed-width-table td {
        font-size: 20px;
    }
    p.contact-txt {
        font-size: 30px;
    }
    a.c-btn, a.c-btn2 {
        font-size: 28px;
    }
    .box2 a.custom-button {
        width: 420px;
        height: 40px;
        font-size: 24px;
        margin: 30px auto;
    }
    .flexbox2 {
        border-top: 8px solid #F88719;
        border-left: none;
    }
    .flow1 { content: url('image/flow1_sp.jpg'); }
    .flow2 { content: url('image/flow2_sp.jpg'); }
    .flow3 { content: url('image/flow3_sp.jpg'); }
    .flow4 { content: url('image/flow4_sp.jpg'); }
    .flow5 { content: url('image/flow5_sp.jpg'); }
    .flow6 { content: url('image/flow6_sp.jpg'); }
    
    .box2 img {
        width: 100%;
    }
    img.button-icon {
        width: 20px;
    }
    .flexbox3 {
        flex-wrap: wrap;
    }
    .box3 {
        width: 100%;
        margin-bottom: 30px;
    }
    table.fixed-width-table {
        margin: 0;
        width: 100%;
    }
    .box3 h3 {
        font-size: 26px;
    }
    .flexbox4 {
        flex-wrap: wrap;
    }
    .box4 {
        width: 100%;
        margin-bottom: 75px;
    }

    a.c-btn, a.c-btn2 {
        display: none;
    }
    .flex-con {
        flex-wrap: wrap;
    }
    .box-con {
        margin: 0 auto 30px;
        width: 100%;
        text-align: center;
    }
    a.dis-none {
        display: inline-block;
    }
}

@media (max-width: 600px) { 
    header {
        background: url(image/hed_sp.jpg) no-repeat center center;
        background-size: cover;
        height: 546px;
    }
    .contain-full img {
        max-width: 136px;
    }
    header .contain-full {
        padding: 3%;
    }
    header h1 {
        font-size: 31px;
        font-weight: bold;
        margin: 0;
    }
    .posi {
        position: relative;
        top: 32%;
    }

    .flexbox2, .flexbox3, .flexbox4, .flex-con {
        flex-wrap: wrap;
    }

    .box1, .box3, .box4 {
        width: 100%;
    }

    .custom-button, .box2 a.custom-button {
        max-width: 320px;
        height: 38px;
        font-size: 18px;
    }

    .custom-button {
        margin: 250px auto 0;
    }

    .box2 a.custom-button, .box2 a.custom-button {
        margin: 24px auto;
    }

    section#testimonials a.custom-button {
        margin: -15px auto 25px;
    }

    .button-icon {
        width: 22px;
        height: 22px;
    }

    .fs1 {
        font-size: 18px;
    }

    #catch-copy {
        font-size: 18px;
        padding: 35px 75px 25px;
    }
    .container {
        max-width: 358px;
    }
    .about-h, .about-p {
        display: none;
    }
    section#about {
        padding-top: 15px;
    }
    .box1 h2 {
        margin: 0;
        font-size: 22px;
    }
    .box1 p {
        font-size: 16px;
    }
    #strengths {
        background: url(image/img01_sp.jpg) no-repeat center center;
        background-size: cover;
        max-height: 597px;
    }
    #strengths .container {
        padding-left: 0;
    }
    #strengths h2 {
        padding: 40px 50px 20px;
        font-size: 22px;
    }
    .strengths-copy {
        font-size: 33px;
    }
    #strengths p {
        padding: 0 30px 20px;
        margin-top: 384px;
        font-size: 15px;
    }
    h2.naitei {
        top: 0;
        font-size: 30px;
    }
    .flexbox2 {
        border-top: 8px solid #F88719;
        border-left: none;
    }
    .flow1 { content: url('image/flow1_sp.jpg'); }
    .flow2 { content: url('image/flow2_sp.jpg'); }
    .flow3 { content: url('image/flow3_sp.jpg'); }
    .flow4 { content: url('image/flow4_sp.jpg'); }
    .flow5 { content: url('image/flow5_sp.jpg'); }
    .flow6 { content: url('image/flow6_sp.jpg'); }
    
    .box2 img {
        max-width: 358px;
    }
    .box2 h3 {
        text-align: center;
        margin: 26px auto 37px;
    }
    .box2 p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    section#testimonials h2 {
        font-size: 30px;
    }
    .box3 {
        margin-bottom: 60px;
        padding: 15px 15px 30px;
    }
    .box3 h3 {
        font-size: 18px;
        margin: 0 auto 25px;
        padding: 0 10px;
    }
    .person {
        font-size: 12px;
        padding: 2px 20px 4px;
        margin: 0 auto 25px;
    }
    table.fixed-width-table {
        width: 100%;
        margin: 0;
    }
    table.fixed-width-table th, table.fixed-width-table td {
        font-size: 16px;
    }
    .box3 p {
        font-size: 16px;
        margin: 25px 0 0;
    }

    #advisors h2 {
        font-size: 30px;
        margin: 100px auto 20px;
        padding: 0 45px 15px;
    }
    section#advisors p {
        padding: 0 28px;
    }
    .box4 {
        margin-bottom: 120px;
    }
    section#contact {
        margin: 0 auto 50px;
    }
    p.contact-txt {
        text-align: center;
        font-size: 30px;
        padding: 0 16px;
    }
    a.c-btn, a.c-btn2 {
        display: none;
    }
    .box-con {
        margin: 0 auto 30px;
    }
    a.dis-none {
        display: inline-block;
    }
    section#faq h2 {
        font-size: 30px;
        margin-bottom: 60px;
    }
    .faq-item {
        padding: 15px;
    }
    .question {
        font-size: 18px;
    }
    .answer {
        font-size: 16px;
    }
    .faq-item {
        margin-bottom: 30px;
    }
    .box5 p {
        margin: 50px 0;
    }
 }