<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.free-area1 {
    font-weight: 500;
}

.free-area1 img {
    height: auto;
}

.spOnly {
    display: none;
}


/* ANCHOR-LINK */
.anchorlink {
    display: flex;
    justify-content: center; 
    margin-bottom: 60px;
}

.anchorlink__item {
    width: calc(100% / 2);
}

.anchorlink__item a {
    display: block;
    border-left: 1px solid #ccc;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 20px 40px;
    position: relative;
}

.anchorlink__item:last-child a {
    border-right: 1px solid #ccc;
}

.anchorlink__item a span {
    display: block;
    background-color: #ccc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    margin: 5px auto 0;
}

.anchorlink__item a span::after {
    position: absolute;
    top: 48%;
    left: 50%;
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    transform: translate(-48%, -50%) rotate(45deg);
}


/* INTRODUCTION - SUMMARY */
.introduction {
    display: flex;
    flex-direction: column;
}

.introduction__logo {
    order: 1;
}

.introduction__text {
    order: 3;
    margin-top: 25px;
}

.introduction__heading {
    font-weight: bold;
    font-size: 18px;
}

.introduction__heading + .introduction__caption {
    margin-top: 10px;
}

.introduction__figure {
    order: 2;
}

.summary {
    display: flex;
    flex-wrap:wrap;
    /* margin-top: 30px; */
    margin-top: 40px;
}

.summary.from-anchorlink {
    padding-top: 60px;
    margin-top: -60px;
}

.summary__item {
    display: flex;
    flex-direction: column;
    width: 380px;
    margin-top: 30px;
    margin-right: 30px;
}

.summary__item:nth-child(odd) {
    margin-right: 0;
}

.summary__item:first-child {
    width: 100%;
    margin-top: 0;
    
}

.summary__item.is-square {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
}

.summary__item.is-square.is-reverse {
    flex-direction: row-reverse;
}

.summary__item.is-square .summary__figcaption,
.summary__item.is-square .summary__figure { 
    width: 380px;
}    

.summary__item.is-square .summary__figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.summary__item.is-row {
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
}

.summary__item.is-row:first-child { 
    margin-top: 0;
}

.summary__figcaption {
    order: 2;
}

.summary__figure {
    order: 1;
    margin-bottom: 25px;
}

.summary__title {
    font-weight: bold;
}

.summary__text{
    font-size: 15px;
}
.summary__title + .summary__text {
    margin-top: 10px;
}


/* SOW */
.sow-heading {
    font-size: 18px;
    font-weight: bold;
}

.sow-note {
    font-size: 13px;
    margin-top: 5px;  
}


/* COURSES */
.sow-courses {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}

.sow-courses__list {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.sow-courses__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #f5f5f5;
}

.sow-courses__item:first-child {
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
}

.sow-courses__item:nth-child(even) {
    flex-direction: row-reverse;
}

.sow-courses__figcaption {
    width: 48%;
}

.sow-courses__heading {
    font-weight: bold;
}

.sow-courses__heading .is-sub {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.sow-courses__figure {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.sow-courses__figure img {
    width: 49%;
    margin-top: 2%;
}

.sow-courses__figure img:first-child {
    width: 100%;
    margin-top: 0;
}

.sow-courses__body {
    margin-top: 25px;
}

.sow-courses__catch {
    font-size: 16px !important;
}

.sow-courses__body p {
    font-size: 14px;
    margin-top: 15px;
}

.sow-courses__figcaption a {
    display: inline-block;
    margin-top: 15px;
}


/* ２つのカタログ（コース）を連続して紹介する場合 */
.sow-courses + .summary {
    margin-top: 40px;
}


/* HOW TO USE */
.sow-howtouse {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}

.sow-howtouse__heading {
    font-size: 18px;
    font-weight: bold;
}

.sow-howtouse__list{
    display: flex;
    margin-top: 20px;
}

.sow-howtouse__item {
    width: 220px;
}

.sow-howtouse__title {
    font-weight: bold;
    margin-top: 18px;
    text-align: center;
    line-height: 26px;
}

.sow-howtouse__text {
    font-size: 14px;
    margin-top: 12px;
}

.sow-howtouse__arrow {
    width: 21px;
    height: 30px !important;
    margin: 95px 22px 95px 22px;
}

.banner.banner--brand {
    margin-top: 50px;
}</pre></body></html>