/* resets */

@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

sup {
    font-size: 0.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    text-align: left;
    position: relative;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.ul,
.ol {
    list-style-type: none;
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    display: inline-block;
    margin: 0;
    padding: 0;
}

table {
    border-spacing: 0;
}

sup {
    font-size: 0.5em;
}

/* ------------------------------------------- */
/* print setting */
/* ------------------------------------------- */
@media print {
    body {
        -webkit-print-color-adjust: exact;
        position: relative;
        width: 1600px;
        zoom: 50%;
    }
    #mainBanner {
        background-size: cover;
        width: 100%;
    }
}
@page {
    size: A4;
    margin: 10mm;
}

.sp_mode {
    display: none;
}

.pc_mode {
    display: block;
}

@media screen and (max-width: 767px) {
    .sp_mode {
        display: block;
    }
    .pc_mode {
        display: none;
    }
}

.inner001 {
    max-width: 842px;
    width: 90%;
    height: auto;
    margin: 0 auto;
}

/* Header */

#header .logo__text {
    color: #00A73C !important;
}

#header .menu__item a {
    color: #4c4d56;
}

#header .menu__item a:hover {
    color: #17b3af;
}

#header .contact__btnLink {
    background-color: #26a69a;
    color: #fff;
}

#header .contact__telNum::before  {
    color: #4c4d56 !important;
    content: url(../../../../img/header/ico-phone_grey.svg);
}

#header .contact__telNum::after {
    content: url(../../../../img/header/img-telNum_grey.svg);
}

/* .contact__telNum::before {
    content: url(../../img/header/ico-phone_grey.svg);
} */

/* .contact__telNum::after {
    content: url(../../img/header/img-telNum_grey.svg) !important;
}

.contact__telNum.isWhite::after {
    content: url(../../img/header/img-telNum_grey.svg);
}
 */
.contact__telTime {
    color: #4c4d56 !important;
}

/* main-banner ============================================ */

#main-banner {
    padding-top: 164px;
    padding-bottom: 40px;
    width: 100%;
    height: auto;
}

#main-banner .main-banner-img {
    margin-bottom: 30px;
}

#main-banner .main-banner-img,
#main-banner .main-banner-img img {
    width: 100%;
    height: auto;
}

#main-banner .banner-date-info-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #26a69a;
}

#main-banner .end-date-info {
    margin-top: 20px;
    padding: 10px;
    font-weight: bold;
    color: #e30000;
    text-align: center;
    border: solid 2px #e30000;
}

#main-banner .date-icon-flex {
    font-weight: bold;
    font-size: 20px;
    line-height: 42px;
    color: #26a69a;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

#main-banner .date-icon-flex img {
    margin-right: 10px;
    width: 18px;
    height: 20px;
}

#main-banner .yen-icon-flex {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 42px;
    color: #26a69a;
}

#main-banner .yen-icon-flex img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    #main-banner .main-banner-img {
        margin-bottom: 20px;
    }
    #main-banner .banner-date-info-flex {
        display: block;
    }
    #main-banner .date-icon-flex {
        font-weight: bold;
        font-size: 14px;
        line-height: 32px;
        align-items: flex-start;
    }

    #main-banner .date-icon-flex img {
        margin-right: 5px;
        width: 14px;
        height: 16px;
        margin-top: 8px;
    }

    #main-banner .yen-icon-flex {
        font-size: 14px;
        line-height: 32px;
        align-items: flex-start;
    }

    #main-banner .yen-icon-flex img {
        width: 18px;
        height: 18px;
        margin-right: 5px;
        margin-top: 8px;
    }
}

/*  session ========================================== */

#session {
    background: #ebf9f6;
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.global-header {
    font-weight: bold;
    font-size: 28px;
    line-height: 42px;
    color: #4c4d56;
}

#session .global-header {
    margin-bottom: 10px;
}

#session .session-subcaption {
    font-weight: bold;
    font-size: 28px;
    line-height: 42px;
    color: #26a69a;
    margin-bottom: 21px;
}

#session .session-main-text {
    font-size: 18px;
    line-height: 36px;
    color: #4c4d56;
    margin-bottom: 31px;
}

#session .session-main-img,
#session .session-main-img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    #session {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .global-header {
        font-size: 18px;
        line-height: 32px;
    }
    #session .session-subcaption {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    #session .session-main-text {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

/* about-service =================================*/

#about-service {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    height: auto;
}

#about-service .about-services-numbered {
    margin-bottom: 61px;
}

#about-service .about-services-numbered:last-child {
    margin-bottom: 0;
} 

#about-service .about-green-div {
    width: 66px;
    height: 24px;
    background: #26a69a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 12px;
}

#about-service .about-green-header {
    font-weight: bold;
    font-size: 28px;
    line-height: 42px;
    color: #26a69a;
    margin-bottom: 21px;
}


#about-service .about_h01 {
    font-weight: bold;
    font-size: 21px;
    line-height: 42px;
    color: #26a69a;
}

#about-service .about_h02 {
    font-weight:normal;
    font-size: 21px;
    line-height: 42px;
    color: #26a69a;
}

#about-service .list-header,
#about-service .about-list li {
    font-size: 15px;
    line-height: 30px;
    color: #4c4d56;
}

#about-service .about-list {
    margin-left: 22px;
}

#about-service .about-list li {
    list-style-type: disc;
}

@media screen and (max-width: 767px) {
    #about-service {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #about-service .about-green-div {
        font-size: 12px;
    }
    #about-service .about-green-header {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    #about-service .list-header,
    #about-service .about-list li {
        font-size: 13px;
    }
    #about-service .about-services-numbered {
        margin-bottom: 30px;
    }
    
#about-service .about_h01 {
    font-size: 16px;
}

#about-service .about_h02 {
    font-size: 14px;
    line-height: 1.8;
}
}

/* seminar ======================================= */

#seminar {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
}

#seminar .global-header {
    margin-bottom: 37px;
}

#seminar .seminar-profile-container1 {
    margin-bottom: 34px;
}

#seminar .seminar-profile-container2 {
    margin-bottom: 60px;
}

#seminar .seminar-profile-container {
    padding: 40px 40px 50px 40px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #fbfbfb;
    position: relative;
    display: flex;
    justify-content: space-between;
}

#seminar .seminar-profile-header {
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    color: #4c4d56;
}

#seminar .seminar-profile-name {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #4c4d56;
    margin-bottom: 20px;
}

#seminar .seminar-profile-main-flex {
    display: flex;
    margin-bottom: 20px;
}

#seminar .seminar-profile-main-text {
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    color: #4c4d56;
    margin-right: 30px;
    max-width: 592px;
    width: 100%;
    height: auto;
}

#seminar .seminar-profile-main-img {
    width: 130px;
    height: auto
}
/* 
#seminar .seminar-profile-main-img1 {
    background: url(../img/profile1.jpg) no-repeat;
    background-position: center;
    background-size: contain;
}

#seminar .seminar-profile-main-img2 {
    background: url(../img/profile2.jpg) no-repeat;
    background-position: center;
    background-size: contain;
}

#seminar .seminar-profile-main-img3 {
    background: url(../img/profile03.jpg) no-repeat;
    background-position: center;
    background-size: contain;
}

#seminar .seminar-profile-main-img4 {
    background: url(../img/profile05.jpg) no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
}

#seminar .seminar-profile-main-img5 {
    background: url(../img/profile04.jpg) no-repeat;
    background-position: center;
    background-size: contain;
}

#seminar .seminar-profile-main-img6 {
    background: url(../img/profile06.jpg) no-repeat;
    background-position: center;
    background-size: contain;
}
 */

#seminar .seminar-profile-logo {
    width: 197px;
    height: 62px;
    border: #707070 1px solid;
    display: none;
}

#seminar .seminar-btn {
    width: 213px;
    height: 45px;
    background: #4c4d56;
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    margin: 0 auto;
}

#seminar .seminar-btn:hover {
    opacity: 0.75;
}

@media screen and (max-width: 767px) {
    #seminar {
        padding-bottom: 40px;
    }
    #seminar .global-header {
        margin-bottom: 10px;
    }
    #seminar .seminar-profile-container {
        padding: 20px;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        background-color: #fbfbfb;
    }
    #seminar .seminar-profile-main-flex {
        display: flex;
        flex-direction: column-reverse;
    }
    #seminar .seminar-profile-header {
        font-size: 13px;
    }
    #seminar .seminar-profile-name {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    #seminar .seminar-profile-main-img {
        margin-bottom: 10px;
    }
    #seminar .seminar-profile-main-text {
        font-size: 14px;
        line-height: 30px;
        text-align: left;
        color: #4c4d56;
        margin-right: 30px;
        max-width: 592px;
        width: 100%;
        height: auto;
    }
    #seminar .seminar-btn {
        font-size: 14px;
    }
}

/* outline ==========================================*/

#outline {
    padding-bottom: 100px;
    width: 100%;
    height: auto;
}

#outline .global-header {
    margin-bottom: 30px;
}

#outline .outline-table {
    width: 100%;
    height: auto;
    margin-bottom: 61px;
}

#outline .outline-table tr {
    width: 100%;
    height: auto;
}

#outline .outline-table tr:nth-child(odd) {
    background-color: #fbfbfb;
}

#outline .outline-table tr th {
    border-top: #4c4d56 1px solid;
    width: 26%;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    color: #4c4d56;
}

#outline .outline-table tr td {
    border-top: #4c4d56 1px solid;
    width: 74%;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    color: #4c4d56;
}

#outline .outline-table tr th,
#outline .outline-table tr td {
    padding: 25px 20px;
    box-sizing: border-box;
}

#outline .outline-btn {
    background-color: #4c4d56;
    width: 213px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    border-radius: 23px;
    margin: 0 auto;
}

#outline .outline-btn:hover {
    opacity: 0.75;
}

@media screen and (max-width: 767px) {
    #outline {
        padding-bottom: 40px;
    }
    #outline .global-header {
        margin-bottom: 10px;
    }
    #outline .outline-table {
        margin-bottom: 40px;
    }
    #outline .outline-table tr th {
        background-color: #fbfbfb;
        display: block;
        width: 100%;
        border-top: none;
    }
    #outline .outline-table tr td {
        display: block;
        width: 100%;
    }
    #outline .outline-table tr:nth-child(odd) {
        background-color: #fff;
    }
    #outline .outline-table tr th,
    #outline .outline-table tr td {
        padding: 15px 10px;
        box-sizing: border-box;
    }
    #outline .outline-btn {
        font-size: 14px;
        line-height: 30px;
    }
}

/* seminar-link ==================================*/

#seminar-link {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    background-color: #fbfbfb;
}

#seminar-link .seminar-link-gray-bar {
    background-color: #4c4d56;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
}

#seminar-link .seminar-link-text {
    font-size: 15px;
    line-height: 30px;
    color: #4c4d56;
    margin-bottom: 34px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
}

#seminar-link .seminar-link-btn {
    background-color: #26a69a;
    width: 213px;
    height: 45px;
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}

#seminar-link .seminar-link-btn:hover {
    opacity: 0.75;
}

@media screen and (max-width: 767px) {
    #seminar-link .seminar-link-gray-bar {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #seminar-link .seminar-link-text {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #seminar-link .seminar-link-btn {
        font-size: 14px;
    }
}
