@charset "UTF-8";
/* CSS Document */

.contents {
    padding-top: 90px;
}

.contents .container {
    padding-bottom: 0px;
}

/* title-page */

.title-page .box-img img {
    max-height: 650px;
}

.title-page .box-text {
    padding-top: 0px;
}

.title-page h2 {
    font-family: var(--base-font);
    font-weight: var(--base-weight2);
    font-size: 40px;
    line-height: 1.6;
}

.title-page p {
    font-weight: var(--base-weight3);
    font-size: 14px;
    line-height: 2;
    padding-top: 90px;
}


/* contents01 */

.contents .container section.contents01 {
    margin-bottom: 120px;
}

.contents01 > div:not(:last-child) {
    margin-bottom: 100px;
}

.contents01 h3 {
    font-weight: var(--base-weight);
    font-size: var(--base-font-size4);
    line-height: 1.4;
    letter-spacing: 0em;
    padding-left: 20px;
    position: relative;
    margin-bottom: 25px;
}

.contents01 h3::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    display: block;
    width: 5px;
    height: 30px;
    background-color: var(--color-main);
}



/* contents02 */

.contents02 {
    width: 100%;
    text-align: center;
    padding: 80px 0px 100px;
    background: -moz-linear-gradient(50% 0% -90deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgba(42, 135, 152, 1)), color-stop(1, rgba(0, 155, 115, 1)));
    background: -o-linear-gradient(-90deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    background: -ms-linear-gradient(-90deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A8798', endColorstr='#009B73' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A8798', endColorstr='#009B73', GradientType=0);
    position: relative;
    margin-bottom: -1px;
}

.contents02 h2 {
    text-align: center;
    font-weight: var(--base-weight2);
    color: #FFF;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    position: relative;
}

.contents02 h2::after {
    content: "";
    border-bottom-style: solid;
    border-color: #FFF;
    border-width: 1px;
    width: 30px;
    height: 1px;
    display: block;
    margin: 0px auto;
    margin-top: 10px
}


/* layout01 */

.layout01 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0px 5%;
}

.contents01 .layout01:last-child {
    flex-direction: row-reverse;
}

.layout01 .box-img {
    width: 45%;
}

.layout01 .box-img img {
    max-height: 680px;
}

.layout01-large .box-img img {
    /*    max-height: 780px;*/
}

.layout01 .box-text {
    width: 36%;
    max-width: 600px;
}

/* layout02 */

.layout02 p {
    padding-top: 30px;
}


/* layout-schedule */

.layout-schedule {
    background-color: #ECF0F2;
    padding: 100px 140px;
    text-align: left;
}

.layout-schedule .inner {
    position: relative;
}

.layout-schedule .inner::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0px;
    display: block;
    background-color: var(--color-sub2);
    width: 2px;
    height: 100%;
    background-color:
}

.layout-schedule .box {
    padding-left: 60px;
    position: relative;
}

.layout-schedule .box:not(:last-child) {
    margin-bottom: 40px;
}

.layout-schedule h3 {
    font-weight: var(--base-weight2);
    color: var(--color-sub2);
    font-size: 14px;
    line-height: 1.2;
}

.layout-schedule h4 {
    font-weight: var(--base-weight2);
    color: var(--color-sub);
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    position: relative;
    margin: 10px 0px;
}

.layout-schedule h4::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--color-sub2);
    margin-left: -60px;
}

.layout-schedule h4::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #FFF;
    border-style: solid;
    border-color: var(--color-sub2);
    border-width: 5px;
    margin-left: -60px;
}

.layout-schedule p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}


.sp-view {
    display: none;
}
