@charset "UTF-8";
/* CSS Document */

/* title-box */

.title-box {
    width: 55%;
    bottom: 0px;
    margin-bottom: -15px;
}

.title-box h2 {
    line-height: 0.6;
    margin-bottom: 15px;
}

.title-box h2 span {
    font-size: 2.8vw;
    display: inline-block;
    line-height: 0.6;
}

@media screen and (max-width: 1400px) {
    .title-box h2 span {
        font-size: 40px;
    }
}

/*  layout-concept*/

.layout-concept p {
    font-size: 20px;
}

/*  box-title-page01*/

.box-title-page01-small h3 {
    font-size: 52px;
    letter-spacing: 0.05em;
}

.box-title-page02 h4 {
    min-width: 700px;
}


/* layout03 */

.layout03 ul li {
    background-color: var(--color-back1);
    padding: 30px 10px;
    border-radius: 10px;
    font-family: var(--title-font2);
    font-weight: var(--base-weight);
    color: var(--color-sub);
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0em;
}

.layout03 ul li:nth-child(even) {
    background-color: rgba(96, 192, 189, 0.1);
}

.layout03 ul li:not(:last-child) {
    margin-bottom: 20px;
}

/* layout04 */

.layout04 {
    text-align: center;
    padding-top: 20px;
}

.layout04 .box:not(:last-child) {
    margin-bottom: 50px;
}

.layout04 .box-text {
    background-color: var(--color-back1);
    padding: 30px 10px;
    border-radius: 10px;
}

.layout04 .box:nth-child(even) .box-text {
    background-color: rgba(96, 192, 189, 0.1);
}

.layout04 h6 {
    font-family: var(--title-font2);
    font-weight: var(--base-weight);
    color: var(--color-sub2);
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 20px;
    padding-top: 55px;
}

.layout04 h6::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    font-family: var(--subtitle-font);
    font-weight: var(--base-weight2);
    color: #648d9e;
    font-size: 65px;
    line-height: 0.8;
    letter-spacing: 0.05em;
}

.layout04 .box:nth-child(1) h6::before {
    content: "01";
}

.layout04 .box:nth-child(2) h6::before {
    content: "02";
}

.layout04 .box:nth-child(3) h6::before {
    content: "03";
}


/* layout05 */

.layout05:not(:last-child) {
    margin-bottom: 60px;
}

.layout05-left {
    text-align: left;
    padding-top: 20px;
}

.layout05 h6 {
    font-family: var(--title-font2);
    font-weight: var(--base-weight);
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
    padding-top: 60px;
}

.layout05 p {
    line-height: 2.2;
}

/* layout06 */

.layout06 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 4%;
    padding-bottom: 80px;
}

.layout06 .box {
    width: 48%
}

.layout06 .box img {
    border-radius: 20px;
}

/* layout07 */

.layout07 {
    text-align: center;
}

.layout07 h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: var(--color-sub7);
    font-size: 42px;
    line-height: 2;
    letter-spacing: 0.15em;
    display: inline;
    border-bottom-style: dotted;
    border-color: var(--color-sub7);
    border-width: 4px;
    padding-bottom: 10px;
}

/* layout08 */

.layout08 .box {
    position: relative;
    padding-top: 30px;
}

.layout08 .box:not(:last-child) {
    margin-bottom: 40px;
}

.layout08 .box-title-page02 {
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.layout08 .box-text {
    border-style: solid;
    border-color: #60c1d6;
    border-width: 1px;
    border-radius: 15px;
    padding: 70px 0px 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 40px;
}


.layout08 ul li {
    text-align: left;
    font-family: var(--subtitle-font);
    font-weight: var(--base-weight);
    font-size: 18px;
    color: #648d9e;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.layout08 ul li:not(:last-child) {
    margin-bottom: 15px;
}

/* layout09 */

.layout09 {
    padding-top: 70px;
}

.layout09 h3 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: #60c1d6;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.layout-contents01 .layout09 .item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 40px;
    padding: 50px 10px;
}

.layout09 ul li {
    text-align: left;
    font-family: var(--subtitle-font);
    font-weight: var(--base-weight);
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 35px;
}

.layout09 ul li:not(:last-child) {
    margin-bottom: 17px;
}

.layout09 ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("images/check.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 30px;
    height: 22px;
    margin-top: -2px;
}

.sp-view {
    display: none;
}
