/* reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
p {
    margin: 0;
}
/* reset */

/* header */
header .hatarakikatasusume_link {
    display: block;
    width: fit-content;
    margin: auto 0 auto auto;
}
header .hatarakikatasusume_link img {
    display: block;
    width: 30vw;
    max-width: 460px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    body.case_submission {
        margin-top: 10vw;
    }
    header .hatarakikatasusume_link img {
        width: 35vw;
    }
}
/* header */

.mv img {
    object-fit: cover;
}

.pink_text {
    color: #E95383;
}
.green_text {
    color: #00A282;
}
.dot3 {
    font-family: メイリオ;
}

/* contents01 */
#contents01 {
    padding-bottom: 180px;
}
#contents01 .title h2 {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(24px, 2.5vw, 48px);
    margin-bottom: 60px;
}
#contents01 .title h2 .underline_pink {
    line-height: 210%;
    text-decoration: underline 7px solid #E95383;
    text-underline-offset: 40%;
}
@media screen and (max-width: 1400px) {
    #contents01 .title h2 .underline_pink {
        text-decoration-thickness: 5px;
    }
}
@media screen and (max-width: 768px) {
    #contents01 {
        padding-bottom: 50px;
    }
    #contents01 .title h2 .underline_pink {
        text-decoration-thickness: 4px;
    }
}
#contents01 .list_wrapper {
    position: relative;
}
/* #contents01 .list_wrapper:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translateY(-65%);
    width: 20%;
    aspect-ratio: 272/388;
    background: url("../img/case-submission/tamaki_01.png") no-repeat center / cover;
}
#contents01 .list_wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 20%;
    transform: translateY(-55%);
    width: 20%;
    aspect-ratio: 260/388;
    background: url("../img/case-submission/flag.png") no-repeat center / cover;
} */
#contents01 .list_wrapper ul {
    display: flex;
    gap: 15px;
}
#contents01 .list_wrapper li {
    background-color: #fff;
    width: calc((100% - 30px) / 3);
    aspect-ratio: 390/575;
    padding: 20px 20px 0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    font-size: 1.1vw;
    font-weight: 500;
}
#contents01 .list_wrapper li h3 {
    margin: 0 0 20px;
    text-align: center;
}
#contents01 .list_wrapper li .illust_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    aspect-ratio: 350/210;
    padding: 0 0 0 25px;
    border-radius: 10px;
    background-color: #FDEFF2;
}
#contents01 .list_wrapper li:nth-of-type(3) .illust_box {
    padding-right: 20px;
}
#contents01 .list_wrapper li .illust_box:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    display: block;
    border-right: 13px solid transparent;
    border-top: 17px solid #E95383;
    border-left: 13px solid transparent;
}
#contents01 .list_wrapper li .illust_box p {
    line-height: 140%;
}
#contents01 .list_wrapper li .illust_box img {
    width: 45%
}
#contents01 .list_wrapper li:nth-of-type(2) .illust_box img {
    width: 55%
}
#contents01 .list_wrapper li:nth-of-type(3) .illust_box img {
    width: 30%
}
#contents01 .list_wrapper li .text_box p {
    position: relative;
    text-align: center;
    line-height: 140%;
    color: #000;
    margin: 0;
}
#contents01 .list_wrapper li .text_box p:first-of-type {
    padding: 20px 0 25px;
}
#contents01 .list_wrapper li .text_box p:first-of-type:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../img/case-submission/green_line.png") no-repeat center / cover;
    display: block;
    width: 100%;
    height: 5px;
}
#contents01 .list_wrapper li .text_box p:last-of-type {
    padding-top: 20px;
}
#contents01 .list_wrapper li:nth-of-type(3) .text_box p:first-of-type:before {
    content: none;
}
@media screen and (max-width: 768px) {
    #contents01 .list_wrapper ul {
        flex-direction: column;
    }
    #contents01 .list_wrapper li {
        width: 100%;
    }
    #contents01 .list_wrapper li h3 {
        font-size: 5vw;
    }
    #contents01 .list_wrapper li p {
        font-size: 4.5vw;
    }
}

/* contents02 */
#contents02 {
    background: #00AF8D;
    overflow: unset;
}
#contents02 .contents_inner {
    padding: 8em 0 6em;
}
#contents02 .contents_inner .inner_882 {
    max-width: 882px;
    margin: 0 auto;
}
#contents02:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: calc(100% - 1px);
    left: 0;
    display: block;
    width: 100%;
    aspect-ratio: 1440/120;
    background: url("../img/case-submission/bg_top.png") no-repeat center / cover;
}
#contents02:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    aspect-ratio: 1418/774;
    background: url("../img/case-submission/bg_shape.webp") no-repeat center / cover;
}
#contents02 .title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    margin-bottom: 60px;
}
#contents02 .title h2 {
    position: relative;
    /* text-align: center; */
    width: fit-content;
    color: #fff;
    font-size: clamp(24px, 2.2vw, 42px);
}
#contents02 .title::after {
    content: "";
    width: 40%;
    min-width: 80px;
    aspect-ratio: 460/388;
    background: url("../img/case-submission/tamaki_02.png") no-repeat center / cover;
}
#contents02 .title h2 .underline_pink {
    position: relative;
    z-index: 1;
    line-height: 210%;
    text-decoration: underline 6.5px solid #E95383;
    text-underline-offset: 40%;
}
@media screen and (max-width: 1400px) {
    #contents02 .title h2 .underline_pink {
        text-decoration-thickness: 5px;
    }
}
@media screen and (max-width: 768px) {
    #contents02 .title {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    #contents02 .title::after {
        width: 80%;
        max-width: 300px;
    }
    #contents02 .title h2 .underline_pink {
        text-decoration-thickness: 4px;
    }
}
#contents02 .description {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 700;
}
#contents02 .text_content {
    position: relative;
    z-index: 1;
    margin: 50px 0 0;
    background-color: #fff;
}
#contents02 .text_content ul {
    padding: 40px;
}
#contents02 .text_content ul li {
    display: flex;
}
#contents02 .text_content ul li:not(:last-of-type) {
    margin-bottom: 30px;
}
#contents02 .text_content ul li .head {
    width: 17%;
    font-size: clamp(14px, 1vw, 20px);
    font-weight: 700;
}
#contents02 .text_content ul li .body {
    width: 83%;
    font-size: clamp(14px, 1vw, 20px);
}
#contents02 .text_content ul li .body .paragraph:not(:last-of-type) {
    margin-bottom: 10px;
}
#contents02 .case_sub_huki {
    position: relative;
    margin: 80px 0 55px;
    padding: 35px 0;
    background: #FFE7EE;
    text-align: center;
    font-size: clamp(16px, 1.25vw, 24px);
}
#contents02 .case_sub_huki:before {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    border-right: 25px solid transparent;
    border-top: 24px solid #FFE7EE;
    border-left: 25px solid transparent;
}
#contents02 .case_sub_huki h3 {
    font-size: clamp(20px, 1.8vw, 34px);
    color: #E95383;
}
#contents02 .case_sub_form_link {
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 0;
    border-radius: 50px;
    background: #E95383;
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
#contents02 .case_sub_form_link:before {
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/case-submission/arrow_r.png) no-repeat center / cover;
    display: block;
    width: 21px;
    height: 22px;
}
@media screen and (max-width: 768px) {
    #contents02 .title {
        margin-bottom: 30px;
    }
    #contents02 .title h2 {
        font-size: 6.2vw;
    }
    #contents02 .description {
        font-size: 4vw;
    }
    #contents02 .text_content ul {
        padding: 20px;
    }
    #contents02 .text_content ul li {
        flex-direction: column;
    }
    #contents02 .text_content ul li .head {
        width: 100%;
        /* width: 27%; */
        font-size: 4.2vw;
        /* font-size: 3vw; */
    }
    #contents02 .text_content ul li .body {
        width: 100%;
        /* width: 73%; */
        font-size: 3.8vw;
        /* font-size: 3vw; */
    }
    #contents02 .text_content ul li .body p {
        font-size: 3.8vw;
        /* font-size: 3vw; */
    }
    #contents02 .case_sub_huki {
        padding: 20px 0;
        font-size: 3.8vw;
    }
    #contents02 .case_sub_huki:before {
        border-right: 15px solid transparent;
        border-top: 15px solid #FFE7EE;
        border-left: 15px solid transparent;
    }
    #contents02 .case_sub_huki h3 {
        font-size: 4.5vw;
    }
    #contents02 .case_sub_form_link {
        padding: 20px 0;
        font-size: 4vw;
    }
    #contents02 .case_sub_form_link:before {
        right: 30px;
        width: 21px;
        height: 22px;
    }
}

/* contents03 */
#contents03 {
    background: url(../img/common/bg_green.png) no-repeat center / cover;
}
#contents03 .contents_inner {
    max-width: 882px;
    margin: 0 auto;
}
#contents03 ul li a {
    max-width: none;
}
@media screen and (max-width: 768px) {
    #contents03 ul li a {
        padding: 1em 2.5em 1em 1.5em;
    }
}

/* contents04 */
#contents04 .movie_block {
    max-width: 800px;
    width: 70%;
    margin: 0 auto;
    padding: 0;
    /* box-shadow: 0 0 8px 5px rgba(0,0,0,0.3); */
    font-size: 0;
}

#contents04 .movie_block a {
    width: 100%;
    display: block;
    position: relative;
}
#contents04 .movie_block a::before {
    content: "";
    width: 10vw;
    height: 10vw;
    max-width: 90px;
    max-height: 90px;
    background: url("../img/common/movie_btn.png") no-repeat center;
	background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#contents04 .movie_block a img {
    width: 100%;
}
#contents04 p {
    margin-top: 60px;
    font-size: clamp(16px, 1vw, 20px);
    text-align: center;
}
@media screen and (max-width: 768px) {
    #contents04 p {
        margin-top: 40px;
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    #contents04 .movie_block {
        width: 90%;
    }
}

@media print {
    #contents04 .movie_block a img {
        opacity: 0;
    }
}