/* pc */
@charset "UTF-8";

/* body */
body.pc-hover a:hover{
    text-decoration: underline;
}

/* header */
.overlay {
    display: none !important;
}

header {
    position: relative;
}

/* navi */
h1 a {
    background: url(/seminar/fitt/img/logo-aidem.png) center center / 121px 36px no-repeat;
    display: block;
    width: 121px;
    height: 36px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 12px 0 0 30px;
}

#navi {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

#navi-menu {
    position: absolute;
    top: 0;
    height: 70px;
    right: 200px !important;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

#navi-menu > li {
    position: relative;
}

#navi-menu > li:nth-child(-n+4):before {
    content: "|";
}

#navi-menu > li:nth-child(4):after {
    content: "|";
}


.btn-accordion {
    display: inline-block;
    background: url(/seminar/fitt/img/arrow-navi.png) center center / contain no-repeat;
    width: 10px;
    height: 6px;
    margin-right: 15px;
    vertical-align: middle;
}

#navi-menu > li a,
#navi-menu > li > span {
    color: #000;
    font-weight: bold;
    margin: 0 15px;
}

#navi-menu > li:nth-child(1) a {
    margin-right: 10px;
}

.navi-check {
    display: none;
}


/* .navi-category(hoverメニュー) */
#navi-menu > li:hover .navi-category {
    visibility: visible;
    opacity: 1;
}

.navi-category {
    position: absolute;
    background: #fff;
    padding: 0 20px 20px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    width: 240px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.navi-category li {
    padding-top: 20px;
    text-align: center;
}

.navi-category li a {
    color: #000;
    padding: 0 0 4px 0;
    display: block;
    font-weight: bold;
}

#navi-tel {
    line-height: 1.2;
    color: #034580;
    text-align: center;
    margin-left: 25px;
}

.navi-telNumber {
    font-weight: bold;
}

.navi-telNumber span {
    font-size: 17px;
    line-height: 1.2;
}

.navi-telText {
    font-size: 13px;
    line-height: 1.8;
}

/* お問い合わせ */
#header-entry {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f9e85d;
    font-weight: bold;
    color: #034580;
    text-align: center;
    line-height: 70px;
}

#header-entry a {
    display: block;
    width: 180px;
    height: 70px;
}

body.pc-hover #header-entry a:hover {
    text-decoration: none;
    background: #ffd426;
}

#header-entry a:before {
    content: "";
    display: inline-block;
    background: url(/seminar/fitt/img/pic-mail.png) center center / contain no-repeat;
    width: 20px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
}


/* ハンバーガーボタン（pc非表示） */
#navi-hamburger {
    display: none;
}

#main {
    margin-top: 70px;
    overflow: hidden;
}

/* kv */
#kv {
    position: relative;
    background: url(/seminar/fitt/img/img-kv.jpg) center center / cover no-repeat;
    width: 100%;
    height: calc(100vh - 70px);
    color: #fff;
    overflow: hidden;
}

#kv h2 {
    font-size: 70px;
    text-align: center;
    line-height: 1.5;
}

#kv h2 span {
    font-size: 34px;
    display: block;
}

.fade-text {
    animation: fade-in 1s ease-out forwards;
}

@keyframes fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.img-logo{
    max-width: 140px;
    width: 8%;
    vertical-align: middle;
}

.cont-kv {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-kv {
    font-size: 18px;
    display: flex;
    justify-content: center;
}

.text-kv p {
    margin: 50px 25px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.text-kv span {
    font-size: 28px;
    font-weight: bold;
}

.btn-kv {
    display: block;
    background: #f9e85d;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
    width: 430px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    margin: auto;
    line-height: 1.5;
    text-align: center;
    padding: 30px;
    position: relative;
}

.btn-kv:after {
    content: "";
    display: inline-block;
    background: url(/seminar/fitt/img/arrow-btn.png) center center / contain no-repeat;
    width: 14px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

body.pc-hover .btn-kv:hover {
    text-decoration: none;
    background: #ffd426;
}

.btn-kv span {
    display: block;
    font-size: 18px;
}

.scroll {
    position: absolute;
    width: 45px;
    z-index: 10;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollOver 1.5s ease-out infinite;
}

@keyframes scrollOver {
    from {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    to {
        -webkit-transform: translate(-50%, -10%);
        transform: translate(-50%, -10%);
    }
}


@media screen and (max-width:1440px) {
    #kv h2 {
        font-size: 60px;
    }

    #kv h2 span {
        font-size: 30px;
    }
}

/* intro */
#intro {
    max-width: 1000px;
    margin: 100px auto 30px;
}

#intro h3 {
    font-size: 46px;
    text-align: center;
    margin-bottom: 70px;
}

#intro h3 span {
    font-size: 24px;
    display: block;
}

.cont-intro {
    display: flex;
    align-items: flex-start;
}

.text-intro {
    margin-left: 60px;
}

.text-intro ol {
    margin-bottom: 40px;
}

.text-intro li {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    text-indent: -15px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.text-intro li:before {
    content: "●";
    color: #034580;
    font-size: 10px;
    margin-right: 5px;
    vertical-align: middle;
}

@media screen and (max-width:1440px) {
    #intro h3 {
        font-size: 40px;
    }
}

/* seminar,reason,voice,qa */
#seminar,
#reason,
#voice,
#qa {
    position: relative;
    padding-bottom: 90px;
    margin-bottom: 100px;
    overflow: hidden;
}

#seminar:before,
#reason:before,
#voice:before,
#qa:before {
    background: #eef4fa;
    content: "";
    display: block;
    position: absolute;
    top: 170px;
    bottom: 0;
}

#seminar:before,
#voice:before {
    left: 0;
    right: 10%;
}


#reason:before {
    left: 10%;
    right: 0;
}

#seminar h3,
#reason h3,
#voice h3,
#qa h3 {
    color: #034580;
    margin-bottom: 40px;
}

#seminar h3,
#voice h3 {
    margin-left: 8%;
}

#reason h3 {
    margin-right: 8%;
    text-align: right;
}

#seminar h3 span:nth-of-type(1),
#reason h3 span:nth-of-type(1),
#voice h3 span:nth-of-type(1),
#qa h3 span:nth-of-type(1) {
    font-size: 120px;
}

#seminar h3 span:nth-of-type(2),
#reason h3 span:nth-of-type(2),
#voice h3 span:nth-of-type(2),
#qa h3 span:nth-of-type(2) {
    font-size: 24px;
    font-weight: bold;
    vertical-align: text-bottom;
    margin-left: 10px;
}

.inner {
    position: relative;
    padding: 60px 0;
    margin-bottom: 10%;
}

#seminar > .inner,
#reason > .inner,
#voice > .inner,
#qa > .inner {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media screen and (max-width:1440px) {

    #seminar:before,
    #voice:before {
        right: 3%;
    }

    #reason:before {
        left: 3%;
    }
}

#fitt {
    width: 70%;
    max-width: 1280px;
    margin: auto;
}

#fitt h4 {
    background: #aaddf2;
    padding: 90px 0 110px 12.5%;
    position: relative;
    overflow: hidden;
    margin-bottom: 90px;
}

#fitt h4:before {
    background: url(/seminar/fitt/img/ph-fitt.png) center bottom / contain no-repeat;
    content: '';
    position: absolute;
    top: 20px;
    right: 5%;
    width: 33%;
    height: 119%;
}

.logo-fitt {
    width: 18%;
    vertical-align: middle;
}

#fitt h4 span {
    display: inline-block;
    background: url(/seminar/fitt/img/text-fitt.png) left center / contain no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 50%;
    height: 99px;
    margin-left: 30px;
    vertical-align: middle;
}

@media screen and (max-width:1536px) {
    #fitt h4:before {
        right: -5%;
    }
}

@media screen and (max-width:1440px) {
    #fitt {
        width: 85%;
    }

}

/* flow */
#flow {
    max-width: 1280px;
    position: relative;
}

#flow:before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    left: 10%;
    right: 0;
    top: 0;
    bottom: 0;
}

.flex-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tit-seminar {
    background: #034580;
    color: #fff;
    width: 40%;
    padding: 80px 60px;
}

.tit-seminar h5 {
    font-size: 34px;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    line-height: 1.4;
}

.tit-seminar h5 span:nth-of-type(1) {
    font-size: 28px;
    border-bottom: 1px solid #fff;
    margin-right: 20px;
    line-height: 1.1;
    margin-bottom: 8px;
}

.tit-seminar h5 span:nth-of-type(2) {
    line-height: 1.4;
    letter-spacing: 1px;
}

.fig-flow {
    width: 50%;
    margin: 0 5%;
}

.wrap-cont-flow {
    margin-left: 10%;
    padding: 0 5%;
}

.cont-flow {
    display: flex;
    align-items: flex-start;
    margin: 4% 0;
}

.cont-flow:last-child {
    margin-bottom: 0;
}

.cont-flow:nth-of-type(even) {
    flex-direction: row-reverse;
}

.cont-flow:nth-of-type(1) {
    margin-top: 5%;
}

.arrow-flow {
    display: block;
    width: 28px;
    height: 56px;
    margin: auto;
}

.ph-flow {
    width: 40%;
    margin-top: 2%;
}

.ph-flow p {
    font-size: 13px;
}

.cont-flow:nth-of-type(odd) .ph-flow {
    margin-right: 5%;
}

.cont-flow:nth-of-type(even) .ph-flow {
    margin-left: 5%;
}

.text-flow {
    width: 55%;
}

.text-flow dt {
    color: #034580;
    font-weight: bold;
}

.text-flow dt:first-letter {
    color: #c38c12;
}

.text-flow dt span:nth-of-type(1) {
    font-size: 36px;
}

.text-flow dt span:nth-of-type(2) {
    font-size: 18px;
}

.text-flow dd {
    border-top: 1px solid #034580;
    padding-top: 20px;
}



/* feature */
#feature {
    max-width: 1280px;
    position: relative;
}

#feature:before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 10%;
    top: 0;
    bottom: 0;
}

.flex-feature {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 5%;
}

.box-feature {
    width: 50%;
    margin: 0 5%;
}

.box-feature .text-feature {
    position: relative;
    padding-left: 60px;
}

.box-feature .text-feature:before {
    content: "";
    border-right: 1px solid #034580;
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: -60px;
}

.box-feature .ph-feature {
    margin-bottom: 5%;
}

.wrap-cont-feature {
    margin-right: 10%;
    padding: 0 5%;
}

.cont-feature {
    display: flex;
    align-items: center;
    margin: 10% 0;
}

.cont-feature:last-child {
    margin-bottom: 0;
}

.cont-feature:nth-of-type(odd) {
    flex-direction: row-reverse;
}


.cont-feature:nth-of-type(odd) .ph-feature {
    margin-left: 5%;
}

.cont-feature:nth-of-type(even) .ph-feature {

    margin-right: 5%;
}

.cont-feature .ph-feature {
    width: 45%;
}

.cont-feature .text-feature {
    width: 50%;
}

.cont-feature .text-feature dd {
    position: relative;
    padding-top: 20px;
}

.cont-feature:nth-of-type(odd) .text-feature dd:before {
    content: "";
    border-bottom: 1px solid #034580;
    position: absolute;
    left: 0;
    right: -80px;
    top: 0;
}

.cont-feature:nth-of-type(even) .text-feature dd:before {
    content: "";
    border-bottom: 1px solid #034580;
    position: absolute;
    left: -80px;
    right: 0;
    top: 0;
}

.text-feature dt {
    color: #034580;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
}

.text-feature dd {
    margin-top: 20px;
}


/* lineup */
#lineup {
    max-width: 1280px;
    position: relative;
}

#lineup:before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    left: 10%;
    right: 0;
    top: 0;
    bottom: 0;
}

#lineup .inner {
    padding-bottom: 0;
    margin-bottom: 0;
}

#lineup .tit-seminar {
    width: 45%;
}

.flex-lineup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5%;
}

.box-lineup {
    width: 45%;
    margin: 0 5%;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.box-lineup li {
    padding: 15px 20px;
    border: 1px solid #ccc;
    margin: 0 1.85% 20px;
}

.cont-lineup {
    margin-left: 10%;
    padding: 0 5%;
    text-align: center;
}

.btn-lineup {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 0 30px 0 60px;
    height: 80px;
    border-radius: 40px;
    line-height: 80px;
    border: 1px solid #034580;
    box-shadow: 0 2px 5px 0 rgb(0, 0, 0, 0.2);
    margin: 15px;
    background: #e3f1fb;
}

.btn-lineup:after {
    content: "";
    background: url(/seminar/fitt/img/arrow-btn.png) center center / contain no-repeat;
    width: 10px;
    height: 16px;
    display: inline-block;
    margin-left: 30px;
}

body.pc-hover .btn-lineup:hover {
    text-decoration: none;
    background: #032e55;
    color: #fff;
}

body.pc-hover .btn-lineup:hover:after {
    background: url(/seminar/fitt/img/arrow-btn-w.png) center center / contain no-repeat;
}

.text-lineup {
    background: #d3eafa;
    margin: 50px 0 0 10%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #034580;
    padding: 30px 0;
}

.text-lineup span {
    font-size: 40px;
    color: #e6002d;
}

@media screen and (max-width:1440px) {
    .box-lineup li {
        margin: 0 1% 20px;
    }
}


/* reason */
.box-reason {
    width: 70%;
    max-width: 1280px;
    margin: auto;
    background: #fff;
    padding: 60px 3.5%;
}

.flex-reason {
    display: flex;
    justify-content: space-between;
}

.cont-reason {
    margin-right: 3.5%;
    width: 31%;
    text-align: center;
}

.cont-reason:last-child {
    margin-right: 0;
}

.pic-reason {
    width: 110px;
}

.text-reason dt {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #034580;
    margin: 20px 0;
}

.text-reason dd {
    text-align: left;
}

@media screen and (max-width:1440px) {
    .box-reason {
        width: 85%;
    }
}

/* voice */
.box-voice {
    width: 70%;
    max-width: 1280px;
    margin: auto;
    background: #fff;
    padding: 60px 3.5%;
}

.box-voice h5 {
    font-size: 32px;
    line-height: 1.5;
    color: #034580;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 80px;
}

.box-voice h5:before,
.box-voice h5:after {
    content: "";
    background: url(/seminar/fitt/img/pic-voice_pc.png) center center / contain no-repeat;
    width: 40px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.box-voice h5:before {
    margin-right: 15px;
}

.box-voice h5:after {
    transform: scale(-1, 1);
    margin-left: 15px;
}

.flex-voice {
    display: flex;
    align-items: flex-start;
}

.flex-voice:last-child {
    margin-bottom: 0;
}

.ph-voice {
    width: 16%;
    margin-right: 5%;
}

.cont-voice {
    width: 79%;
    margin-bottom: 10%;
}

.flex-voice:last-child .cont-voice {
    margin-bottom: 0;
}

.company-voice{
    display: flex;
    align-items: center;
}

.logo-voice01 {
    height: 70px;
}

.logo-voice02 {
    height: 55px;
}

.company-voice > p {
    margin-left: 15px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}

.company-voice > p > span{
    font-weight: normal;
    margin: 0 3px;
}

.company-voice > p > br {
    display: none;
}

.cont-voice dt {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    color: #034580;
    margin: 30px 0 10px;
}

.checkbox-voice {
    display: none;
    /*チェックボックスは常に非表示*/
}

@media screen and (max-width:1440px) {
    .box-voice {
        width: 85%;
    }
}

/* qa */
#qa:before {
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    max-width: 1280px;
    width: 70%;
}

#qa h3 {
    text-align: center;
}


.cont-qa {
    background: #fff;
    width: 60%;
    padding: 60px 3.5%;
    margin: auto;
}

.text-question,
.text-answer {
    border-bottom: 1px solid #ccc;
    text-indent: -45px;
}

.text-question {
    position: relative;
    padding: 30px 70px 30px 75px;
    cursor: pointer;
}

.text-answer {
    background: #f6f6f6;
    padding: 30px 30px 30px 75px;
    display: none;
}

.text-question:before,
.text-answer:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.text-question:before {
    background: url(/seminar/fitt/img/pic-question.png) center center / contain no-repeat;
}

.text-answer:before {
    background: url(/seminar/fitt/img/pic-answer.png) center center / contain no-repeat;
}

.arrow-btn {
    width: 14px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.arrow-btn.active {
    transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width:1440px) {
    #qa:before {
        width: 85%;
    }

    .cont-qa {
        width: 75%;
    }
}

/* contact */
#contact {
    background: #034580;
    color: #fff;
}

#contact h3 {
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
}

#contact .inner {
    margin: auto;
    max-width: 1280px;
}

.fix-contact {
    display: flex;
    justify-content: center;
}

.cont-contact {
    text-align: center;
    margin: 60px 0 0;
}

.cont-contact:nth-of-type(1) {
    border-right: 1px solid #fff;
    padding-right: 90px;
}

.cont-contact:nth-of-type(2) {
    margin-left: 90px;
}

.cont-contact h4 {
    font-size: 20px;
}

.text-contact {
    font-size: 20px;
}

.text-contact span:nth-of-type(2) {
    font-size: 44px;
    line-height: 1.2;
    white-space: nowrap;
}

.btn-contact {
    display: block;
    background: #f9e85d;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
    width: 340px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    margin: auto;
    line-height: 1.5;
    text-align: center;
    padding: 30px;
    position: relative;
    margin: 20px auto;
}

.btn-contact:after {
    content: "";
    display: inline-block;
    background: url(/seminar/fitt/img/arrow-btn.png) center center / contain no-repeat;
    width: 14px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

body.pc-hover .btn-contact:hover {
    text-decoration: none;
    background: #ffd426;
}

/* フェードイン表示 */
.fade-left {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.fade-right {
    opacity: 0;
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.fade-left.fade-scroll,
.fade-right.fade-scroll{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* PC非表示 */
.pc-none {
    display: none !important;
}
