@charset "shift-jis";
*,*::before,*::after{ box-sizing: border-box;}

.style1607_inyo li{ box-sizing: content-box;}
body{
    counter-reset: process 0;
    overflow-x: hidden;
}

.tal {text-align: left;}
.tac { text-align: center;}
.tar { text-align: right;}
.txt_orange { color: #ea5413;}
.txt_red { color: #ff0000;}
.txt_blue { color: #2c4198;}
.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}
.pt0 {padding-top: 0 !important;}

.sp{ display: none!important;}
.tab{ display: none!important;}
.pc{ display: block!important;}
@media screen and (max-width: 999px) {
    .pc{ display: none!important;}
    .sp{ display: none!important;}
    .tab{ display: block;}
}
@media screen and (max-width: 599px) {
    .pc{ display: none!important;}
    .tab{ display: none!important;}
    .sp{ display: block!important;}
}

.br_pc::before{
    content: "\A" ;
    white-space: pre ;
}

.bg-beige {
    background-color: #F5F5F5;
}

.select{
    width: 100%;
    height: 30px;
    background: #fff;
}
optgroup { display: none;}

#contents{ padding: 0 0 5px 0;}


section h3{
    text-align: center;
    font-size: 23px;
}

.bg-beige { background-color: #f3f3f2;}

.lead{ font-size: 22px;}

.caution{ font-size: .8em;}

.text_l{ font-size: 18px;}


section .inner{
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px 0;
}

#breadcrumbs{
    float: left;
    margin: 20px 0;
}

dt.accordion{
    border: 1px solid #2c4198;
    padding: 10px;
    font-size: 23px;
}
dt.accordion::after{
    content: "";
    padding: 15px;
    background: url(/images/common/arrow_kabu.svg) right 15px/25px no-repeat;
    display: inline-block;
    margin-left: 20px;
}
dt.accordion.active::after{
    transform: rotate(180deg);
    background-position: right 3px;
}

#modal-close{ display: none;}

.sp_br{
    display:none;
}

/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {

    #head2{ height: 85px !important;}

    #container{
        margin-top: 80px;
        overflow: hidden;
        width: 100%;
    }
    .lead{ font-size: 20px;}

}

@media screen and (max-width: 700px) {
	section p {
    font-size: 14px;}

}

/* �X�}�z */
@media screen and (max-width: 599px) {
    .br_pc::before{ content: none;}
    .br_sp::before{
        content: "\A" ;
        white-space: pre ;
    }
    .snsBtn { margin: 0}
    #breadcrumbs{ display: none;}

    .text_l{ font-size: 1.15em;}

    section .inner{ padding: 40px 0;}

    section h3{ font-size: 1.2rem}
    .lead{ font-size: 15px;}

    /* ���[�_���ݒ� */
    .modal-content {
        width: 80% ;
        max-height: 80%;
        overflow: auto;
        padding: 10px 20px ;
        border: 2px solid #aaa ;
        background: #fff ;
        position: fixed ;
        display: none ;
        z-index: 2 ;
        left: 0;
        right: 0;
        top: 110px;
        margin: auto;
    }
    #modal-overlay {
        z-index: 1 ;
        display: none ;
        position: fixed ;
        top: 0 ;
        left: 0 ;
        width: 100% ;
        height: 120% ;
        background-color: rgba( 0,0,0, 0.75 ) ;
    }
    .button-link {
        color: #000 ;
        text-decoration: none;
    }
    .button-link:hover { cursor: pointer ;}
    #modal-close{
        display: block;
        position: fixed;
        top: 120px;
        background: #fff;
        z-index: -1;
        padding: 0 4px;
        border: 3px solid #aaa;
        line-height: 1.3;
        right: 13%;
    }
    .sp_br{
        display:inline-block;
    }
}


img {
    width: 100%;
    height: auto;
}
.snsBtn img {
    width: 80px;
}


/* ==========================================================================
   front-cover
   ========================================================================== */
.front-cover {
    position: relative;
}
.front-cover .bg {
    display: flex;
}
.front-cover .bg::before,
.front-cover .bg::after {
    content: '';
    display: block;
    width: 50%;
    min-height: 610px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.front-cover .bg::before {
    background-image: url(/diagnosis/img/bg_front1.jpg);
}
.front-cover .bg::after {
    background-image: url(/diagnosis/img/bg_front2.jpg);
}
.front-cover .in {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    min-height: 610px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.front-cover .in .txts {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: auto;
    padding-top: 40px;
}
.front-cover .ttl-main {
    color: #fff;
    font-size: 50px;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
}
.front-cover .txt-yn {
    font-family: 'Josefin Slab', serif;
    font-size: 25px;
    color: #ffffff;
    margin-top: 10px;
}
.front-cover .btn-start {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #1C2569;
    color: #ffffff;
    font-size: 20px;
    border-radius: 5px;
    min-height: 120px;
    max-width: 530px;
    width: 100%;
    margin-top: 35px;
    position: relative;
}
.front-cover .btn-start::after {
    content: '';
    display: block;
    width: 34px;
    height: 9px;
    background: url(/diagnosis/img/icn_arrow_r.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.front-cover .btn-start .en {
    font-family: 'Josefin Slab', serif;
    font-size: 25px;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}
.front-cover .word-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: auto;
    padding-bottom: 30px;
}
.front-cover .word-list .item {
    font-family: 'Josefin Slab', serif;
    font-size: 30px;
    color: #ffffff;
    opacity: 0.5;
    margin: 20px 20px 0;
    line-height: 1;
}
@media screen and (max-width: 599px) {
    .front-cover .bg {
        flex-direction: column;
    }
    .front-cover .bg::before, .front-cover .bg::after {
        width: 100%;
        min-height: 310px;
        background-position: 50% 0%;
    }
    .front-cover .in .txts {
        padding-top: 0;
    }
    .front-cover .ttl-main {
        font-size: 28px;
    }
    .front-cover .txt-yn {
        font-size: 20px;
    }
    .front-cover .btn-start {
        font-size: 16px;
        text-align: center;
        margin-top: 15px;
    }
    .front-cover .btn-start .en {
        font-size: 20px;
    }
    .front-cover .word-list {
        justify-content: flex-start;
    }
    .front-cover .word-list .item {
        font-size: 20px;
        margin: 12px 7px 0;
    }
}



/* ==========================================================================
   result
   ========================================================================== */

.result .heading {
    background: rgb(126,103,141);
    background: linear-gradient(90deg, rgba(128,103,141,0.4) 0%, rgba(128,103,141,0.4) 50%, rgba(94,118,167,0.4) 50%, rgba(94,118,167,0.4) 100%);
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.result .heading .ttl-result {
    font-size: 26px;
    color: #1c2569;
    font-weight: normal;
}
.result .heading .lead {
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
}
.result-box {
    border: 1px solid #7E678D;
    padding: 40px;
    position: relative;
    background-color: #fff;
}
.result-box::before {
    content: '';
    display: block;
    width: 103px;
    height: 103px;
    border-radius: 50%;
    border: 1px solid #7E678D;
    background: #fff url(/diagnosis/img/icn_result-box.svg) 60% 50% no-repeat;
    background-size: 53px 59px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.result-box .block {
    margin-top: 50px;
}
.result-box .txt-top {
    font-size: 20px;
    text-align: center;
}
.result-box .ttl-seminar {
    border-top: 1px dashed #1C2569;
    border-bottom: 1px dashed #1C2569;
    color: #1c2569;
    font-size: 25px;
    text-align: center;
    font-weight: normal;
    padding: 15px 5px;
    margin: 30px 0 15px;
}
.result-box .txt {
    font-size: 16px;
    padding: 15px;
}
.result-box .block.top .col-wrap {
    display: flex;
    margin-top: 20px;
}
.result-box .block.top .col-wrap .photo {
    flex: 0 0 48.75%;
    max-width: 480px;
    width: 48.75%;
    margin-left: auto;
    margin-right: auto;
}
.result-box .block.top .col-wrap .info {
    padding-left: 25px;
    width: 51.25%;
}
.result-box .block.top .col-wrap .info table {
    width: 100%;
}
.result-box .block.top .col-wrap .info table th,
.result-box .block.top .col-wrap .info table td {
    border-top: 1px solid #B7B6B6;
    border-left: 1px solid #B7B6B6;
    font-size: 16px;
    padding: 15px;
}
.result-box .block.top .col-wrap .info table th {
    background-color: #FAFAFA;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
}
.result-box .block.top .col-wrap .info table td {
    border-right: 1px solid #B7B6B6;
}
.result-box .block.top .col-wrap .info table tr:last-child th,
.result-box .block.top .col-wrap .info table tr:last-child td {
    border-bottom: 1px solid #B7B6B6;
}
.result-box .btn {
    color: #fff;
    padding: 12px 60px;
    font-size: 16px;
    width: 100%;
    max-width: 420px;
    display: block;
    margin: 30px auto 0;
    font-weight: normal;
    border-radius: 2.8px;
    line-height: 1.6;
    position: relative;
    background: #e60012;
    box-shadow: 0 2px 0 #88001c;
    text-align: center;
}
.result-box .btn::after {
    content: "";
    padding: .8em;
    background: url(/images/common/arrow02.svg) center/98% no-repeat;
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
}
.result-box .ttl-block {
    border-top: 1px dashed #1C2569;
    border-bottom: 1px dashed #1C2569;
    color: #1c2569;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    padding: 15px 5px;
    margin: 15px 0;
}
.result-box .item-list {
    padding: 0 15px;
    margin-top: 30px;
}
.result-box .item-list .item {
    text-align: left;
    padding-left: 32px;
    font-size: 16px;
    background: url(/images/common/check_fabl.svg) left 0/21px no-repeat;
    margin-bottom: 15px;
    line-height: 1.6;
}
.result-box .block.teacher .col-wrap {
    /* display: flex; */
    margin-top: 30px;
    padding-bottom: 20px;
    overflow: hidden;
}
.result-box .block.teacher .col-wrap .photo {
    width: 200px;
    float: left;
}
.result-box .block.teacher .col-wrap .info {
    width: calc(100% - 200px);
    font-size: 16px;
    padding-left: 30px;
    float: right;
}
.result-box .block.teacher .col-wrap .info .career {
    margin-top: 30px;
}
@media screen and (max-width: 599px) {
    .result .heading {
        min-height: 160px;
    }
    .result .heading .ttl-result {
        font-size: 20px;
    }
    .result .heading .lead {
        font-size: 18px;
        margin-top: 20px;
    }
    .result section .inner {
        padding-top: 60px;
    }
    .result-box .block {
        margin-top: 40px;
    }
    .result-box {
        padding: 40px 15px;
    }
    .result-box::before {
        width: 85px;
        height: 85px;
        background-size: 43px 49px;
        top: -40px;
    }
    .result-box .block.top {
        margin-top: 30px;
    }
    .result-box .block.top .col-wrap {
        margin-top: 0;
    }
    .result-box .block.top .col-wrap {
        flex-direction: column;
    }
    .result-box .block.top .col-wrap .photo,
    .result-box .block.top .col-wrap .info {
        width: 100%;
    }
    .result-box .block.top .col-wrap .info {
        padding-left: 0;
        margin-top: 15px;
    }
    .result-box .txt-top {
        font-size: 18px;
    }
    .result-box .ttl-seminar {
        font-size: 22px;
    }
    .result-box .txt,
    .result-box .item-list {
        padding-left: 0;
        padding-right: 0;
    }
    .result-box .txt,
    .result-box .block.top .col-wrap .info table th,
    .result-box .block.top .col-wrap .info table td,
    .result-box .item-list .item {
        font-size: 14px;
    }
    .result-box .item-list {
        margin-top: 10px;
    }
    .result-box .item-list .item {
        padding-left: 26px;
        background: url(/images/common/check_fabl.svg) left 2px/18px no-repeat;
    }
    .result-box .btn {
        font-size: 14px;
        padding: 10px 5px;
        margin: 30px auto 0;
        width: 100%;
    }
    .result-box .block.teacher .col-wrap .photo {
        width: 40%;
        float: left;
    }
    .result-box .block.teacher .col-wrap .info {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .result-box .block.teacher .col-wrap .info .name {
        float: right;
        width: 60%;
        padding-left: 15px;
    }
    .result-box .block.teacher .col-wrap .info .career {
        clear: both;
        margin-top: 0;
        padding-top: 15px;
    }
}


/* ==========================================================================
   swiper style
   ========================================================================== */
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: initial;
    bottom: 20px;
    width: 68px;
    height: 68px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #CCCCCC;
    border-radius: 50%;
    display: flex;
    flex-direction: column-reverse;
}
.swiper-button-prev {
    left: calc((100% - 1000px) /2 );
    right: auto;
}
.swiper-button-next {
    right: calc((100% - 1000px) /2 );
    left: auto;
}
.swiper-button-next:before,
.swiper-button-prev:before {
    content: '';
    display: block;
    width: 34px;
    height: 9px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 5px;
}
.swiper-button-next:before {
    background-image: url(/diagnosis/img/icn_arrow_r.svg);
}
.swiper-button-prev:before {
    background-image: url(/diagnosis/img/icn_arrow_l.svg);
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: inherit;
    font-size: 16px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev:after {
    content: '�߂�';
}
.swiper-button-next:after {
    content: '����';
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    visibility: hidden;
    /* opacity: .35;
    cursor: auto;
    pointer-events: none; */
}

[data-whatinput="mouse"] .swiper-container *:focus,
[data-whatinput="touch"] .swiper-container *:focus {
  outline: none;
}
[v-cloak] {
  display: none;
}
@media screen and (max-width: 999px) {
    .swiper-button-prev {
        left: 15px;
    }
    .swiper-button-next {
        right: 15px;
    }
}
/* ==========================================================================
   questions
   ========================================================================== */
.questions section .inner {
    padding-top: 30px;
    position: relative;
}
.questions .heading {
    background: rgb(126,103,141);
    background: linear-gradient(90deg, rgba(128,103,141,0.4) 0%, rgba(128,103,141,0.4) 50%, rgba(94,118,167,0.4) 50%, rgba(94,118,167,0.4) 100%);
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.questions .ttl-questions {
    font-weight: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.questions .ttl-questions .txt-q {
    font-size: 25px;
    font-family: 'Josefin Slab', serif;
}
.questions .ttl-questions .question-num {
    font-size: 50px;
    line-height: 1;
}
.questions .ttl-questions .txt-main {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    padding: 0 20px;
    max-width: 1000px;
}

.questions .icn-q {
    width: 100px;
    height: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.questions .swiper-slide.q3n .icn-q {
    width: 150px;
}
.questions .swiper-slide.q3y .icn-q {
    width: 130px;
}
.questions .swiper-slide.q56yn .icn-q {
    width: 130px;
}

.questions .btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 30px;
}
.questions .btn-wrap .item {
    width: 100%;
}
.questions .btn-wrap .btn {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 335px;
    width: 100%;
    min-height: 73px;
    font-family: inherit;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
}
.questions .btn-wrap .btn::after {
    content: '';
    display: block;
    width: 34px;
    height: 9px;
    background: url(/diagnosis/img/icn_arrow_r.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.questions .btn-wrap .btn .en {
    font-family: 'Josefin Slab', serif;
    margin-bottom: 10px;
}
.questions .btn-wrap .btn.yes {
    background-color: #7E678D;
    margin-right: 20px;
}
.questions .btn-wrap .btn.no {
    background-color: #5E76A7;
    margin-left: 20px;
}
.questions .btn-wrap .btn:hover {
    cursor: pointer;
}
@media screen and (max-width: 599px) {
    .questions section .inner {
        padding-top: 20px;
        padding-bottom: 100px;
    }
    .questions .heading {
        min-height: 150px;
    }
    .questions .ttl-questions .txt-q,
    .questions .ttl-questions .txt-main {
        font-size: 16px;
    }
    .questions .ttl-questions .question-num {
        font-size: 40px;
    }
    .questions .ttl-questions .txt-main {
        margin-top: 10px;
    }
    .questions .icn-q {
        width: 80px;
        height: 80px;
    }
    .questions .btn-wrap {
        margin-top: 20px;
    }
    .questions .btn-wrap .btn.yes {
        margin-right: 12px;
    }
    .questions .btn-wrap .btn.no {
        margin-left: 12px;
    }
}
