@charset "UTF-8";
/* CSS Document */

.contents .container {
    padding: 0px 0px 100px;
}

/* contents02 */

.contents02 {
    position: relative;
    padding-top: 150px;
}

/* layout01 */

.layout01 {
    width: 100%;
    position: relative;
    padding: 80px 0px 20px;
    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);
    text-align: center;
}

.layout01::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url("../../images/common/arrow-contents.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 155px;
    display: block;
    margin-bottom: -155px;
}

.layout01 p {
    color: #FFF;
}

.layout01 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;
}

.layout01 h2::after {
    content: "";
    border-bottom-style: solid;
    border-color: #FFF;
    border-width: 1px;
    width: 40px;
    height: 1px;
    display: block;
    margin: 0px auto;
    margin-top: 12px
}

/* layout02 */

.layout02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px 0px;
    text-align: center;
    padding-top: 30px;
}

.layout02 .box {
    position: relative;
    width: 270px;
    height: 315px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 245px;
}

.layout02 .box:nth-child(1) {
    background-image: url("../../images/projectstory/icon01.png");
}

.layout02 .box:nth-child(2) {
    background-image: url("../../images/projectstory/icon02.png");
}

.layout02 .box:nth-child(3) {
    background-image: url("../../images/projectstory/icon03.png");
}

.layout02 .box:nth-child(4) {
    background-image: url("../../images/projectstory/icon04.png");
}

.layout02 .box:nth-child(5) {
    background-image: url("../../images/projectstory/icon05.png");
}

.layout02 .box:nth-child(6) {
    background-image: url("../../images/projectstory/icon06.png");
}

.layout02 .box:nth-child(7) {
    background-image: url("../../images/projectstory/icon07.png");
}

.layout02 .box:nth-child(8) {
    background-image: url("../../images/projectstory/icon08.png");
}

.layout02 .box::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/projectstory/arrow01.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 27px;
    width: 16px;
    height: 100%;
    margin-right: -30px;
}

.layout02 .box:last-child::before {
    display: none;
}

.layout02 .box::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: var(--subtitle2-font);
    font-weight: 200;
    color: var(--color-main);
    font-size: var(--base-font-size);
    font-size: 70px;
    line-height: 0.9;
    letter-spacing: 0em;
    margin-top: -30px;
}

.layout02 .box:nth-child(1)::after {
    content: "01";
}

.layout02 .box:nth-child(2)::after {
    content: "02";
}

.layout02 .box:nth-child(3)::after {
    content: "03";
}

.layout02 .box:nth-child(4)::after {
    content: "04";
}

.layout02 .box:nth-child(5)::after {
    content: "05";
}

.layout02 .box:nth-child(6)::after {
    content: "06";
}

.layout02 .box:nth-child(7)::after {
    content: "07";
}

.layout02 .box:nth-child(8)::after {
    content: "08";
}

.layout02 h6 {
    font-weight: var(--base-weight2);
    color: #FFF;
    font-size: 18px;
    line-height: 1.4;
}

/* layout03*/

.layout03 {
    width: 980px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layout03 .box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0px 30px;
}

.layout03 .box-img {
    width: 200px;
}

.layout03 h4 {
    font-weight: var(--base-weight2);
    color: var(--color-sub);
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.layout03 h5 {
    font-family: var(--subtitle-font);
    font-weight: var(--base-weight);
    font-size: 55px;
    line-height: 0.9;
    letter-spacing: 0em;
    padding: 15px 0px;
}

.layout03 h6 {
    font-weight: var(--base-weight);
    color: #FFF;
    font-size: 14px;
    line-height: 1.2;
    background-color: var(--color-sub);
    border-radius: 60px;
    padding: 5px 20px;
    display: inline-block;
}

.layout03 p {
    line-height: 1.6;
    padding-top: 12px;
}

/* layout04 */

.layout04 .box-wrap:not(:last-child) {
    margin-bottom: 100px;
}

.box-question {
    margin-bottom: 100px;
    padding-left: 8%;
}

.box-question .box-img {
    position: relative;
}

.box-question .box-title {
    position: absolute;
    bottom: 0px;
    display: inline-block;
    background-color: var(--color-back01);
    padding: 10px 25px 20px;
}

.layout04 .box-wrap:nth-child(odd) .box-question .box-title {
    left: 0px;
}

.layout04 .box-wrap:nth-child(even) .box-question .box-title {
    right: 0px;
}

.box-question .box-title h2 {
    font-weight: var(--base-weight);
    font-size: var(--base-font-size4);
    line-height: 1.2;
    letter-spacing: 0em;
    position: relative;
}

.box-question .box-title h2::before {
    content: "";
    font-family: var(--subtitle2-font);
    font-weight: 300;
    color: var(--color-main);
    font-size: 68px;
    line-height: 0.9;
    display: inline-block;
    padding-right: 10px;
}

.layout04 .box-wrap:nth-child(1) .box-question .box-title h2::before {
    content: "Q01.";
}

.layout04 .box-wrap:nth-child(2) .box-question .box-title h2::before {
    content: "Q02.";
}

.layout04 .box-wrap:nth-child(3) .box-question .box-title h2::before {
    content: "Q03.";
}


.box-talk {
    width: 900px;
}

.box-talk .box {
    position: relative;
    min-height: 150px;
    padding-left: 180px;
}

.box-talk .box:not(:last-child) {
    margin-bottom: 50px;
}

.box-talk .box::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 150px;
    height: 150px;
}

.box-talk .m01::before {
    background-image: url("../../images/projectstory/img01.webp");
}

.box-talk .m02::before {
    background-image: url("../../images/projectstory/img02.webp");
}

.box-talk p {
    line-height: 1.7;
}

.box-talk .m01 p::before {
    content: "T.S:";
    color: var(--color-sub);
}

.box-talk .m02 p::before {
    content: "F.E:";
    color: var(--color-main);
}

.sp-view {
    display: none;
}
