@charset "UTF-8";
dd {
    margin: 0;
}
.detail main::after {
    display: none;
}
.detail.truck02 .middle_maintitle {
    background: #EFEDFF;
    color: #523288;
	overflow: hidden;
}
.detail.truck02 .middle_maintitle h2 {
	position: relative;
    max-width: none;
}
.detail.truck02 .middle_maintitle h2::before {
    content: "";
	max-width: 414px;
	max-height: 209px;
	width: 40%;
	height: 100%;
	background: url("../img/common/truck02.png") no-repeat center bottom;
	background-size: contain;
	position: absolute;
	bottom: 0%;
	right: 0%;
}
.detail.truck02 .middle_ttl01 {
    color: #333;
}
.detail.truck02 .middle_ttl01 span::after {
    background: #00A282;
    height: 6px;
    border-radius: 0;
}
.detail.truck02 .middle_ttl01.last {
    margin-top: 3em;
}
@media screen and (max-width: 1500px) {
    .detail.truck02 .middle_maintitle h2 {
        font-size: 1.8em;
    }
}
@media screen and (max-width: 1240px) {
    .detail.truck02 .middle_maintitle h2::before {
        width: 23%;
    }
}
@media screen and (max-width: 768px) {
    .detail.truck02 .middle_maintitle h2::before {
        width: 22%;
        right: 0;
    }
}
@media screen and (max-width: 480px) {
    .detail.truck02 .middle_maintitle h2 {
        padding: 1em 0 3em;
        font-size: 5vw;
    }
    .detail.truck02 .middle_maintitle h2::before {
        width: 30%;
        right: 0;
    }
}

#contents01 {
    background: url(../img/common/truck02_bg.png) no-repeat center top;
    background-size: contain;
}
#contents01 .contents_inner:nth-of-type(2) {
    padding-top: 0;
}
#contents01 .contents_inner:nth-of-type(2) .middle_ttl01 {
    margin-top: 0;
}
#contents01 .contents_inner .big_p {
    text-align: center;
    font-size: 1.8em;
    font-weight: 700;
    margin: 0 0 60px;
}
#contents01 .contents_inner .flex_figure {
    display: flex;
    justify-content: center;
    gap: 40px;
}
#contents01 .contents_inner .flex_figure figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 25px 50px 30px;
    border: 1px solid #523288;
    background-color: white;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}
#contents01 .contents_inner .flex_figure figure figcaption {
    margin-top: 20px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
}
#contents01 .contents_inner .note_p {
    margin: 30px 0 20px;
    font-weight: 700;
}
#contents01 .contents_inner .purple_list {
    margin: 0;
}
#contents01 .contents_inner .purple_list li::marker {
    color: #523288;
    font-size: 2em;
    line-height: 100%;
}
#contents01 .contents_inner .purple_list li span {
    vertical-align: super;
}
#contents01 .contents_inner .kaizen_block {
    margin-top: 60px;
    padding: 50px 60px;
    border: 1px solid #DDD;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}
#contents01 .contents_inner .kaizen_block h3 {
    margin: 0 0 40px;
    text-align: center;
    font-size: 1.8em;
    font-weight: 700;
    color: #523288;
}
#contents01 .contents_inner .kaizen_block .purple_list li {
    display: flex;
    font-size: 1.2em;
}
#contents01 .contents_inner .kaizen_block .purple_list li:not(:first-of-type) {
    margin-top: 20px;
}
#contents01 .contents_inner .kaizen_block .purple_list li::before {
    content: "";
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin: 5px 10px 0 0;
    border-radius: 50%;
    background-color: #523288;
}
@media screen and (max-width: 768px) {
    #contents01 {
        background-position: center 2%;
    }
    #contents01 .movie_block {
        padding: 5em 0 5em;
    }
    #contents01 .contents_inner .kaizen_block h3 {
        font-size: 1.4em;
    }
    #contents01 .contents_inner .big_p {
        font-size: 1.2em;
        margin: 0 0 30px;
        text-align: left;
    }
    #contents01 .contents_inner .flex_figure {
        flex-direction: column;
    }
    #contents01 .contents_inner .flex_figure figure {
        box-sizing: border-box;
        padding: 20px;
    }
    #contents01 .contents_inner .flex_figure figure figcaption {
        font-size: 1em;
    }
    #contents01 .contents_inner .kaizen_block {
        padding: 25px 20px;
    }
    #contents01 .contents_inner .kaizen_block h3 {
        margin: 0 0 20px;
    }
    #contents01 .contents_inner .kaizen_block .purple_list {
        padding: 0;
    }
}

#contents02 {
    background: #EFEDFF;
}
#contents02 .ttl_style01 span::after {
    background-color: #523288;
}
#contents02 .purple_text {
    font-size: clamp(16px, 1.6vw, 30px);
    font-weight: 700;
}
#contents02 .purple_text span {
    color: #523288;
}
#contents02 .table01 .thead {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 60px;
    margin-left: auto;
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    background: #E95383;
    color: white;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
#contents02 .table01 dl {
    display: flex;
}
#contents02 .table01 dl dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    background-color: #523288;
    color: white;
    font-size: clamp(16px, 1.3vw, 24px);
    font-weight: 700;
}
#contents02 .table01 dl dt .big {
    font-size: clamp(20px, 1.6vw, 30px);
}
#contents02 .table01 dl dd {
    box-sizing: border-box;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    width: 80%;
    background-color: white;
    padding: 20px;
    font-size: clamp(16px, 1.4vw, 26px);
}
#contents02 .table01 dl dd div {
    display: flex;
    align-items: center;
}
#contents02 .table01 dl dd div:not(:first-of-type) {
    margin-top: 10px;
}
#contents02 .table01 dl dd p {
    font-size: clamp(16px, 1.4vw, 26px);
    margin: 0;
}
#contents02 .table01 dl dd p.mini {
    font-size: clamp(14px, 1.2vw, 22px);
}
#contents02 .table01 dl dd p:not(:last-child) {
    /* margin-bottom: 10px; */
}
#contents02 .table01 dl dd .date {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 50px;
    background-color: #EFEFEF;
    font-size: clamp(16px, 1.6vw, 30px);
    font-weight: 700;
}
#contents02 .table01 dl dd .date.long {
    width: 240px;
}
#contents02 .table01 dl dd .time_text {
    width: 30%;
    text-align: right;
}
#contents02 .table01 dl dd .pink {
    color: #E95383;
    font-weight: 700;
}
#contents02 .table01 dl dd .pink .num {
    font-size: clamp(20px, 2.1vw, 40px);
    line-height: 100%;
}
@media screen and (max-width: 768px) {
    #contents02 .purple_text {
        font-size: 3.6vw;
    }
    #contents02 .table01 .thead {
        width: 100%;
        font-size: 3.6vw;
    }
    #contents02 .table01 dl {
        flex-direction: column;
    }
    #contents02 .table01 dl dt {
        flex-direction: row;
        width: 100%;
        padding: 10px 0;
        font-size: 3.6vw;
    }
    #contents02 .table01 dl dt .big {
        font-size: 3.6vw;
    }
    #contents02 .table01 dl dd {
        width: 100%;
        font-size: 3.6vw;
    }
    #contents02 .table01 dl dd p {
        font-size: 3.6vw;
    }
    #contents02 .table01 dl dd p.mini {
        font-size: 3.6vw;
    }
    #contents02 .table01 dl dd .date {
        font-size: 3.6vw;
    }
    #contents02 .table01 dl dd .date.long {
        width: 35%;
        min-width: 120px;
    }
    #contents02 .table01 dl dd .time_text {
        /* width: 200px; */
        /* width: 40%; */
        width: fit-content;
        margin-left: 5%;
        /* min-width: 200px; */
    }
    #contents02 .table01 dl dd .pink .num {
        font-size: 5vw;
    }
}

.detail #contents03 {
    background: url(../img/common/bg_green.png) no-repeat center / cover;
}
.detail #contents03 .contents_inner {
    padding-bottom: 5em;
}
.detail #contents03 .btn01 {
    height: 80px;
}
.detail #contents03 .pdf_list {
    margin-top: 50px;
}