@charset "UTF-8";

.main_visual {
    background: url(../img/common/bg_header.png) no-repeat center top;
    background-size: cover;
    padding: 128px 16px 60px;
}
.main_visual .text_area h1 {
    color: #4c99b8;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
    letter-spacing: 3.84px;
}
.main_visual .text_area p.en {
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 1.8px;
}

.main_visual .text_area .lead {
    color: #737b87;
    font-size: 30px;
    line-height: normal;
    letter-spacing: 8px;
}

@media (max-width: 955px) {
    .main_visual {
        padding: 98px 16px 30px;
    }
    .main_visual .img {
        width: 80%;
    }
    .main_visual .text_area h1 {
        font-size: 32px;
        margin-bottom: 16px;
    }
    .main_visual .text_area .lead {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .main_visual {
        padding: 88px 16px 30px;
    }
    .main_visual .img {
        width: 100%;
    }
    .main_visual .text_area p.en {
        font-size: 14px;
    }
    .main_visual .text_area .lead {
        font-size: 17px;
    }
}
@media (max-width: 429px) {
    .main_visual .text_area h1 {
        font-size: 24px;
    }
}

.about {
    padding: 48px 16px;
}
.about .lead {
    letter-spacing: 1.44px;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fafafa;
    padding: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 48px;
}
.about .text_area {
    font-size: 14px;
}
@media (max-width: 767px) {
    .about .lead {
        padding: 16px;
        font-size: 12px;
    }
    .about .text_area {
        margin-bottom: 24px;
    }
    .about .img {
        width: 70%;
        margin: auto;
    }
    .about .text_area .btn {
        font-size: 16px;
    }
}

.support {
    padding: 40px 16px 100px 16px;
    background: linear-gradient(341deg, #f4fbff 0%, #e3f6ff 62.55%);
}
.support .img {
    justify-content: center;
    gap: 64px;
}
.support .img img {
    width: 160px;
}
.support .contents {
    position: relative;
}
.support .contents p {
    font-weight: 700;
    line-height: normal;
    text-align: center;
    position: absolute;
    width: max-content;
    font-size: 14px;
    left: 0;
    right: 0;
    margin: auto;
    top: 145px;
}
.support .contents p small {
    color: #84868a;
    font-size: 12px;
    display: block;
}
.support .contents p.m-20 {
    left: -20px;
}
.support .contents p.m-25 {
    left: -25px;
}
@media (max-width: 955px) {
    .support .img {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        width: 70%;
        margin: auto;
    }
    .support .contents {
        text-align: center;
    }
    .support .contents p.m-20 {
        left: 0;
    }
    .support .contents p.m-25 {
        left: 0;
    }
}
@media (max-width: 767px) {
    .support {
        padding: 40px 16px 40px 16px;
    }
    .support .img img {
        width: 120px;
    }
    .support .img {
        display: block;
        width: auto;
    }
    .support .contents {
        text-align: left;
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 24px;
    }
    .support .contents p {
        position: static;
        text-align: left;
        width: auto;
        margin: 0;
    }
}

.soudan {
    padding: 40px 16px;
    background: #f4f8fa;
}
.soudan .info {
    padding: 40px 16px;
    border-radius: 8px;
    background: #fff;
}
.soudan .info h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}
.soudan .info h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}
.soudan .info .flex_box {
    justify-self: self-start;
    align-items: center;
}
.soudan .info .flex_box_mcf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.flex_box_mcf .mcf-logo {
    width: 160px;
}

.flex_box_mcf .mcf-logo img {
    width: 100%;
}
.left_box {
    border-right: 1px solid #e5e5e5;
    padding-right: 88px;
    margin-right: 48px;
}
.right_box {
    width: 300px;
    text-align: center;
}
.right_box h4 {
    color: #4c99b8;
    font-size: 16px;
    font-weight: 700;
}
.right_box .btn {
    width: 300px;
}
.right_box .btn-mail::after {
    top: 11px;
}

.soudan .info p {
    font-size: 16px;
    line-height: 24px;
}
.soudan .info .tel,
.soudan .info .mail {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    display: block;
    padding: 4px 0 4px 28px;
}

.soudan .info a.tel,
.soudan .info a.mail {
    color: #434548;
    text-decoration: none;
}

.soudan .info .tel::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/common/icon_phone.png) no-repeat;
    top: 4px;
    left: 0;
    background-size: cover;
}
.soudan .info .mail::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/common/icon_email2.png) no-repeat;
    top: 4px;
    left: 0;
    background-size: cover;
}

@media (max-width: 955px) {
    .soudan .info .flex_box {
        display: block;
        width: 100%;
    }
    .left_box {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 24px;
    }
}
@media (max-width: 767px) {
    .soudan .info {
        padding: 16px;
    }
    .soudan .info .flex_box_mcf {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 8px;
    }
    .flex_box_mcf .mcf-logo {
        width: 120px;
    }
    .right_box {
        width: auto;
    }
    .right_box .btn {
        width: auto;
    }
    .right_box .btn-mail::after {
        top: 19px;
    }
}

.bg_line {
    background: url(../img/common/bg_line.png) no-repeat center center;
    background-size: contain;
}
.seminar {
    padding: 40px 16px;
}
.seminar a {
    text-decoration: none;
    color: #434548;
}
.seminar_detail {
    border-radius: 8px;
    padding: 24px;
    border-left: 4px solid #4c99b8;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 16px;
}
.seminar_detail h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.seminar_detail .category {
    border-radius: 2px;
    background: #4c99b8;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 8px;
    color: #fff;
    display: inline-block;
    line-height: normal;
}
.seminar_detail .date {
    color: #0063ab;
    font-size: 14px;
    font-weight: 700;
}
.seminar_detail .date span {
    color: #909090;
}
.seminar_detail img.images {
    width: 312px;
}
.seminar_detail img.icon {
    width: 24px;
}
@media (max-width: 767px) {
    .seminar_detail {
        border-top: 4px solid #4c99b8;
        border-left: none;

        flex-direction: column;
        align-items: end;
    }
    .seminar_detail img.images {
        width: auto;
    }
}

.mailmag {
    padding: 40px 16px;
}
@media (max-width: 767px) {
    .mailmag {
        position: relative;
        padding: 0px 16px 40px 16px;
    }
    .mailmag .flex_box {
        display: flex !important;
        flex-direction: column-reverse;
        gap: 0;
    }
    .mailmag .text_area {
        margin-top: -50px;
    }
    .mailmag .img {
        width: 160px;
        margin-left: auto;
    }
}

.relatedlink {
    padding: 40px 16px;
    min-height: 400px;
}

.relatedlink dt {
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
}

.relatedlink dt a {
    color: #434548;
    position: relative;
    display: inline;
}

.relatedlink dt a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/assets/img/common/icon_blank_black.png") no-repeat center;
    background-size: contain;
    margin-left: 8px;
    vertical-align: middle;
}

.relatedlink dt:before {
    position: absolute;
    content: "";
    background: url(../img/common/icon_next.png) no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    top: 5px;
    left: 0;
}
