@charset "utf-8";

* {
    box-sizing: content-box;
}

div#main h3 {
    color: #00a4de;
    font-size: initial;
    margin: initial;
    line-height: initial;
}

div#container {
    background-image: url(../img/bg_001.jpg);
}


/* ---------------------------------------------
*   .c-list
--------------------------------------------- */
.c-list {
    position: relative;
}

@media screen and (max-width: 1200px) {
    .c-list__item {
        padding-left: 10px;
    }
}

.c-list__item::after {
    content: "";
    clear: both;
    display: table;
}

.c-list__item::before {
    content: "";
    display: table;
}

.c-list__item:nth-child(odd) .c-list__inner {
    float: left;
    border-right: 4px solid #0039a8;
}

@media screen and (max-width: 1200px) {
    .c-list__item:nth-child(odd) .c-list__inner {
        float: none;
        border-right: none;
        border-left: 4px solid #0039a8;
    }
}

.c-list__item:nth-child(odd) .c-list__inner.is-active .c-list__circle {
    right: -16px;
    left: auto;
}

@media screen and (max-width: 1200px) {
    .c-list__item:nth-child(odd) .c-list__inner.is-active .c-list__circle {
        right: auto;
        left: -20px;
    }
}

.c-list__item:nth-child(odd) .c-list__inner.is-active .c-list__border {
    transform: translateX(0);
}

.c-list__item:nth-child(odd) .c-list__circle {
    right: -22px;
    left: auto;
}

@media screen and (max-width: 1200px) {
    .c-list__item:nth-child(odd) .c-list__circle {
        right: auto;
        left: -25px;
    }
}

.c-list__item:nth-child(odd) .c-list__ttl {
    padding-left: 10px;
    margin-left: 30px;
}

.c-list__item:nth-child(odd) .c-list__border {
    margin-right: 0;
    transform: translateX(110%);
}

@media screen and (max-width: 1200px) {
    .c-list__item:nth-child(odd) .c-list__border {
        margin-right: 25px;
        margin-left: 0;
        transform: translateX(-110%);
    }
}

.c-list__item:nth-child(odd) .c-list__border::after {
    right: auto;
    left: -15px;
}

@media screen and (max-width: 1200px) {
    .c-list__item:nth-child(odd) .c-list__border::after {
        left: auto;
        right: -15px;
    }
}

.c-list__item:nth-child(even) .c-list__inner {
    float: right;
    border-left: 4px solid #0039a8;
}

@media screen and (max-width: 1200px) {
    .c-list__item:nth-child(even) .c-list__inner {
        float: none;
    }
}

.c-list__item:nth-child(even) .c-list__ttl {
    margin-right: 30px;
}

.c-list__item:nth-child(even) .c-list__border {
    margin-left: 0;
}

@media screen and (max-width: 1200px) {
    .c-list__item:nth-child(even) .c-list__border {
        margin-right: 25px;
    }
}

.c-list__item:last-child:nth-child(even) .c-list__inner::after {
    left: -4px;
}

@media screen and (max-width: 1200px) {
    .c-list__item:last-child:nth-child(even) .c-list__inner::after {
        left: -10px;
    }
}



.c-list__inner {
    position: relative;
    width: 448px;
    padding-top: 70px;
}

@media screen and (max-width: 1200px) {
    .c-list__inner {
        width: auto;
    }
}

.c-list__inner--last {
    position: relative !important;
    border: none !important;
}

@media screen and (max-width: 1200px) {
    .c-list__inner--last {
        margin: 0 10px 0;
    }
}

.c-list__inner--last::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -4px;
    width: 4px;
    height: 100px;
    background: #0039a8;
}

@media screen and (max-width: 1200px) {
    .c-list__inner--last::after {
        right: auto;
        left: -10px;
    }
}

.c-list__inner.is-active .c-list__circle {
    top: 65px;
    left: -16px;
    width: 30px;
    height: 30px;
    border: 4px solid #00a4de;
}

.c-list__inner.is-active .c-list__ttl {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.c-list__inner.is-active .c-list__border {
    transform: translateX(0);
}

.c-list__inner.is-active .c-list__txt {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.c-list__circle {
    content: "";
    position: absolute;
    z-index: 2;
    top: 20px;
    left: -22px;
    box-sizing: border-box;
    display: block;
    width: 40px;
    height: 40px;
    border: 10px solid #0039a8;
    border-radius: 100%;
    background: #fff;
    transition: all 0.4s ease;
}

@media screen and (max-width: 1200px) {
    .c-list__circle {

        left: -28px;
    }
}

.c-list__ttl {
    position: absolute;
    top: 40px;
    padding: 0 40px !important;
    color: #1b519f;
    font-family: Helvetica, Arial, "sans-serif";
    font-size: 32px !important;
    font-weight: bold;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.5s ease 0.5s;
    line-height: 1;
}

.c-list__ttl .small {
    display: inline-block;
    font-size: 60%;
    margin-left: 2px;
    line-height: 1;
}

.c-list__divider {
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    margin: 0 10px;
}

.c-list__border-box {
    overflow: hidden;
    height: 10px;
    padding-top: 10px;
    box-sizing: initial;
}

.c-list__border {
    position: relative;
    border: none;
    border-bottom: 1px solid #00a4de;
    margin: 0 20px;
    overflow: visible;
    transition: all 0.5s ease;
    transform: translateX(-110%);
}

.c-list__border::after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: -10px;
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #00a4de;
}

.c-list__txt {
    padding: 5px 40px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.5s ease 0.5s;
}

@media screen and (max-width: 1200px) {
    .c-list__txt {
        padding: 20px 10px 20px 20px;
    }
}

/* ---------------------------------------------
*   sample
--------------------------------------------- */
.history-block {
    width: 900px;
    /* padding-top: 100px; */
    /* padding-bottom: 500px; */
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .history-block {
        width: 100%;
    }
}


.history-ttl h3 {
    color: #fff !important;
    font-family: Century Gothic, sans-serif;
    font-size: 26px !important;
    text-align: center;
    padding: 0.1em 0;
    margin: 0 auto !important;
    padding: 10px 20px;
    text-align: left;
    width: calc(100% - 40px);
    background-color: #0039a8;
    border-radius: 3px;
    line-height: 1.3em;
}

.history-ttl span {
    font-size: 0.5em;
    display: inline-block;
    margin-left: 0.7em;
    vertical-align: middle;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 1;
    padding: 0.3em 0.5em;
    border-radius: 0.1em;
    margin-top: -0.3em;
}


.c-list__item.--topics .c-list__inner {
    padding-top: 40px;
}

.topics dl,
.topics p {
    margin-bottom: 10px;
    border: 1px solid #0039a8;
    background-color: #fff;
    border-radius: 0.4em;
    padding: 1em 1.5em;
    font-style: italic;
    display: inline-block;
}

.img_case {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.img_case .imgWrapper {
    width: 48%;
    /* padding-bottom: 30px; */
}

.imgWrapper {
    margin-bottom: 20px !important;
}

.img_case .imgWrapper .s {
    display: block;
    margin-top: 5px;
}

.c-list__txt img {
    margin-top: 5px;
}

.c-list__txt.pb-40 {
    padding-bottom: 40px;
}

.c-list__txt .s {
    margin-top: 5px;
    display: block;
}

.upcoming_new_construction {
    margin-top: 100px;
}

.upcoming_new_construction .frame-title {
    border: 1px solid #00a4de;
    padding: 20px 40px 40px;
    margin-bottom: 30px !important;
    background-color: #fff;
}

.upcoming_new_construction .frame-title h3 {
    margin-bottom: 10px !important;
    font-size: 22px !important;
    color: #333 !important;
    text-align: center;
}

.upcoming_new_construction .frame-title p {
    margin-bottom: 20px !important;
    text-align: center;
}

.upcoming_new_construction .innerBlock {
    display: flex;
}

.upcoming_new_construction .textBlock {

    padding-right: 20px;
    width: 52%;
}

.upcoming_new_construction .textBlock .cnt {
    margin-bottom: 40px;
}

.upcoming_new_construction .textBlock h3 {
    margin-bottom: 10px !important;
    font-size: 22px;
    font-weight: bold;
    color: #333 !important;
}

.upcoming_new_construction .textBlock ul li {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 30px;
    text-indent: -20px;
}

.upcoming_new_construction .imgWrapper {
    width: 48%;
}


.upcoming_new_construction .upcoming__list h3 {
    margin-bottom: 10px !important;
    font-size: 18px;
    font-weight: bold;
    color: #333 !important;
}

.upcoming_new_construction .upcoming__item {
    margin-bottom: 40px;
}

.upcoming_new_construction .upcoming__item h4 {
    color: #333 !important;
    font-size: 20px !important;
    line-height: 1.5em !important;
}

.upcoming_new_construction .upcoming__item dl {
    display: flex;
}

.upcoming_new_construction .upcoming__item dl:last-of-type {
    margin-bottom: 16px;
}

.upcoming_new_construction .upcoming__item dt {
    min-width: 6rem;
}

.upcoming_new_construction .upcoming__item img {
    margin-bottom: 16px;
}

.upcoming_new_construction .upcoming__item span {
    display: inline-block;
}



.quote {
    display: block;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    div#main div.main-container {
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }

    .upcoming_new_construction .frame-title {
        padding-left: 10px;
        padding-right: 10px;
    }

    .upcoming_new_construction .frame-title h3 {
        text-align: left;
    }

    .upcoming_new_construction .frame-title p {
        text-align: left;
    }

    .upcoming_new_construction .innerBlock {
        flex-direction: column;
    }

    .upcoming_new_construction .textBlock {
        padding-right: 0;
        width: 100%;
    }

    .upcoming_new_construction .imgWrapper {
        width: 100%;
    }
}