@charset "UTF-8";

/* 共通 */
html {
    font-size: 62.5%;
}
@media (max-width: 1200px) {
    html {
        font-size: calc(1vw * 100 / 1200);
    }
}    
@media (max-width: 834px) and (min-width: 441px) {
    html {
        font-size: calc(1vw * 100 / 834);
    }
} 
@media (max-width: 440px) {
    html {
        font-size: calc(1vw * 100 / 440);
    }
}   
body {
    font-family: 'Fira Sans', 'Noto SansJP',sans-serif; 
    color: #6E2F4A;
}
@media (max-width: 834px) {
br.tb_none {
    display: none;
}
}
@media (max-width: 834px) and (min-width: 441px) {
    br.tb_none_sp {
        display: none;
    }
    }
.section_title {
    text-align: center;
    margin-bottom: 3rem;
}
@media (max-width: 1200px) {
    .section_title {
        margin-bottom: 30rem;
    }
}
.section_title h3 {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 0.5rem;
}
@media (max-width: 1200px) {
    .section_title h3 {
        font-size: 28rem;
        margin-bottom: 5rem;
    }
}
.section_title p {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.03em;
}
@media (max-width: 1200px) {
    .section_title p {
        font-size: 18rem;
    }
}
/* スクロール時に背景画像を固定する〜iOSのsafariにも対応 */
.container {
    position:relative;
    overflow: hidden;
 } 
.section_bg {
    position: fixed; 
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   clip: rect(0, auto, auto, 0);
   z-index: -2;
}
.section_bg::before{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../img/トップ背景.jpg") center / cover no-repeat;
   }
/* スクロール時に背景画像を固定する〜iOSのsafariにも対応 */
/* 共通 */

/* pcコンテンツ */
.fixed_left {
    position: fixed;
    top: 50%;
    /* left: 15%; */
    transform: translateY(-50%);
    width: 46rem;
}
@media (max-width: 1200px) {
    .fixed_left {
        width: 460rem;
    }
}
@media (max-width: 834px) {
    .fixed_left {
       display: none;
    }
}
.both_contents {
    display: flex;
    justify-content: space-between;
    max-width: 100rem;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    .both_contents {
        max-width: 1000rem;
    }  
}
.top_title {
    text-align: center;
    margin-bottom: 4rem;
}
@media (max-width: 1200px) {
    .top_title {
        margin-bottom: 40rem;
    }
}
.top_title_ft {
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 2rem;
    color: white;
    text-shadow: 0px 0px 16px rgba(218, 93, 147, 0.9);
}
@media (max-width: 1200px) {
    .top_title_ft {
        font-size: 50rem;
        margin-bottom: 20rem;
    }
}
.top_title_sec {
    font-size: 6.8rem;
    font-weight: bold;
    letter-spacing: -0.035em;
    line-height: 1.2;
    color: white;
    text-shadow: 0px 0px 16px rgba(218, 93, 147, 0.9);
}
@media (max-width: 1200px) {
    .top_title_sec {
        font-size: 68rem;
    }
}
.top_sp_title {
    text-align: center;
}
.top_sp_title_ft {
    font-size: 4.3rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 2rem;
    color: white;
    text-shadow: 0px 0px 16px rgba(218, 93, 147, 0.9);
}
@media (max-width: 1200px) {
    .top_sp_title_ft {
        font-size: 43rem;
        margin-bottom: 20rem;
    }
}
.top_sp_title_sec {
    font-size: 5.4rem;
    font-weight: bold;
    letter-spacing: -0.035em;
    line-height: 1.2;
    color: white;
    text-shadow: 0px 0px 16px rgba(218, 93, 147, 0.9);
}
@media (max-width: 1200px) {
    .top_sp_title_sec {
        font-size: 54rem;
    }
}
.date {
    background-color: #FFFEFB;
    padding: 3rem 2.5rem;
    width: 40rem;
    border-radius: 1rem;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #6E2F4A;
    box-shadow: 0px 0px 3px 0px #6E2F4A;
}
@media (max-width: 1200px) {
    .date {
        padding: 30rem 25rem;
        width: 400rem;
        border-radius: 10rem;
    } 
}
@media (max-width: 834px) {
    .date {
        width: 100%;
		padding: 30rem 20rem;
    } 
}
.sp_date {
    background-color: #FDF7FA;
}
.date_title {
    font-size: 2rem;
    letter-spacing: 0.03em;
    margin-bottom: 1rem;
}
@media (max-width: 1200px) {
    .date_title {
        font-size: 20rem;
        margin-bottom: 10rem;
    } 
}
.date_text {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
    font-weight: bold;
    line-height: 1.6;
	font-family: 'Noto SansJP',sans-serif;
}
@media (max-width: 1200px) {
    .date_text {
        font-size: 24rem;
    }
}
.pc_line {
    margin-top: 4rem;
    text-align: center;
}
@media (max-width: 1200px) {
    .pc_line {
        margin-top: 40rem;
    } 
}
.pc_line p {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 2rem;
}
@media (max-width: 1200px) {
    .pc_line p {
        font-size: 20rem;
        margin-bottom: 20rem;
    }
}
.pc_line a {
    display: inline-block;
    width: 15rem;
    height: auto;
}
@media (max-width: 1200px) {
    .pc_line a {
        width: 150rem;
    }
}
.pc_line a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 1rem;
}
@media (max-width: 1200px) {
    .pc_line a img {
        border-radius: 10rem;
    }  
}
/* pcコンテンツ */
/* spコンテンツ */
.main_contents {
    width: 44rem;
    /* margin-right: 15%; */
    margin-left: auto;
    box-shadow: 0px 0px 2.5px rgba(218, 93, 147, 0.5);
    background-color: #fff;
}
@media (max-width: 1200px) {
    .main_contents {
        width: 440rem;
    }
}
@media (max-width: 834px) {
    .main_contents {
        width: 100%;
    }
}
.sp_top_fv {
    background-image: url("../img/トップ背景.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 6rem 0;
}
@media (max-width: 1200px) {
    .sp_top_fv {
        padding: 60rem 0;
    }
}
.rogo {
    width: 40rem;
    height: auto;
    margin: 0 auto 4rem;
}
@media (max-width: 1200px) {
    .rogo {
        width: 400rem;
        margin: 0 auto 40rem;
    } 
}
@media (max-width: 834px) {
    .rogo {
        width: 600rem;
    } 
}
@media (max-width: 440px) {
    .rogo {
        width: 90%;
		margin: 0 auto 30rem;
    } 
}
.rogo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* spコンテンツ */

/* Your GIRLS GIRLS */
.your_girs {
    margin: 6rem auto;
    width: 90%;
    background-color: #FFFEFB;
}
@media (max-width: 1200px) {
    .your_girs {
        margin: 60rem auto;
    }
}
@media (max-width: 834px) {
    .your_girs {
        width: 80%;
    }
}
@media (max-width: 440px) {
    .your_girs {
        width: 90%;
		margin: 50rem auto 60rem;
    }
}
.your_girs_title_box {
    margin-bottom: 4rem;
}
@media (max-width: 1200px) {
    .your_girs_title_box {
        margin-bottom: 40rem;
    }
}
.your_girs_title_ft {
    display: flex;
    align-items: center;
    justify-content: center;
}
.your_girs_title_ft img {
    width: 4rem;
    height: auto;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .your_girs_title_ft img {
        width: 40rem;
    }
}
.your_girs_title_ft p {
    font-size: 3.2rem;
    font-weight: bold;
    color: #DA5D93;
    letter-spacing: 0.03em;
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: center;
}
@media (max-width: 1200px) {
    .your_girs_title_ft p {
        font-size: 32rem;
        margin-left: 80rem;
        margin-right: 80rem;
    }
}
@media (max-width: 834px) {
    .your_girs_title_ft p {
        margin-left: 20rem;
        margin-right: 20rem;
    }
}
.your_girs_title_sec {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.7;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
@media (max-width: 1200px) {
    .your_girs_title_sec {
        font-size: 18rem;
        margin-top: 20rem;
        margin-bottom: 30rem;
    } 
}
.your_girs_text_ft {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
    margin-bottom: 3rem;
    text-align: justify;
    word-break: break-all;
}
@media (max-width: 1200px) {
    .your_girs_text_ft {
        font-size: 16rem;
        margin-bottom: 30rem;
    }
}
.your_girs_text_sec {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
    text-align: justify;
    word-break: break-all;
}
@media (max-width: 1200px) {
    .your_girs_text_sec {
        font-size: 16rem;
    }
}
/* Your GIRLS GIRLS */

/* 選考フロー */
.flow_bg {
    background-color: #FDF7FA;
    padding: 6rem 0;
}
@media (max-width: 1200px) {
    .flow_bg {
        padding: 60rem 0;
    }
}
.flow {
    width: 90%;
    margin: 0 auto;
}
@media (max-width: 834px) {
    .flow {
        width: 80%;
    }
}
@media (max-width: 440px) {
    .flow {
        width: 90%;
    }
}
.flow_item_content {
    border-radius: 1rem;
    border: 1.5px solid #DA5D93;
}
@media (max-width: 1200px) {
    .flow_item_content {
        border-radius: 10rem;
    }
}
.flow_item_title {
    background-color: #DA5D93;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 1.5rem 0;
}
@media (max-width: 1200px) {
    .flow_item_title {
        font-size: 20rem;
        border-top-left-radius: 5rem;
        border-top-right-radius: 5rem;
        padding: 15rem 0;
    }
}
.flow_item_text {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 2rem 0;
}
@media (max-width: 1200px) {
    .flow_item_text {
        font-size: 20rem;
        padding: 20rem 0;
    }
}
.flow_arrow {
    width: 4.5rem;
    height: auto;
    margin: 1.5rem auto;
}
@media (max-width: 1200px) {
    .flow_arrow {
        width: 45rem;
        margin: 15rem auto;
    }
}
.flow_arrow img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.flow_memo {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 2rem;
    text-indent: -1em;
    padding-left: 1em;
}
@media (max-width: 1200px) {
    .flow_memo {
        font-size: 16rem;
        margin-top: 20rem;
    }
}
/* 選考フロー */

/* 募集要項 */
.entry_bg {
    background-color: #FFFEFB;
    padding: 6rem 0;
}
@media (max-width: 1200px) {
    .entry_bg {
        padding: 60rem 0;
    }
}
.entry {
    width: 90%;
    margin: 0 auto;
}
@media (max-width: 834px) {
    .entry {
        width: 80%;
    }
}
@media (max-width: 440px) {
    .entry {
        width: 90%;
    }
}
.entry_item {
    margin-bottom: 4rem;
}
@media (max-width: 1200px) {
    .entry_item {
        margin-bottom: 40rem;
    }
}
.entry_title {
    background-color: #DA5D93;
    border-radius: 2.5rem;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 1.4rem 0;
    width: 30rem;
    margin: 0 auto;
    letter-spacing: 0.03em;
}
@media (max-width: 1200px) {
    .entry_title {
        border-radius: 25rem;
        font-size: 20rem;
        padding: 14rem 0;
        width: 300rem;
    }
}
.entry_text_list {
    border-radius: 1rem;
    border: 0.8px solid #DA5D93;
    padding: 5.5rem 1.5rem 3rem 1.5rem;
    margin-top: -2.5rem;
    box-shadow: 0px 0px 4px 0px #DA5D93;
}
@media (max-width: 1200px) {
    .entry_text_list {
        border-radius: 10rem;
        padding: 55rem 15rem 30rem 15rem;
        margin-top: -25rem;
    }
}
.entry_text_list li {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
    text-align: justify;
    word-break: break-all;
}
@media (max-width: 1200px) {
    .entry_text_list li {
        font-size: 16rem;
        margin-bottom: 15rem;
    }
}
.entry_text_list li:last-child {
    margin-bottom: 0;
}
/* 募集要項 */

/* メッセージ */
.message_bg {
    background-color: #FDF7FA;
    padding: 6rem 0;
}
@media (max-width: 1200px) {
    .message_bg {
        padding: 60rem 0;
    }
}
.message {
    width: 90%;
    margin: 0 auto;
}
@media (max-width: 834px) {
    .message {
        width: 70%;
    }
}
@media (max-width: 440px) {
    .message {
        width: 90%;
    }
}
.message_text {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
    margin-bottom: 2rem;
}
@media (max-width: 1200px) {
    .message_text {
        font-size: 16rem;
        margin-bottom: 20rem;
    }
}
.message_memo {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-align: center;
}
@media (max-width: 1200px) {
    .message_memo {
        font-size: 16rem;
    }
}
@media (max-width: 834px) {
    .message_memo {
        font-size: 18rem;
    }
}
.message_memo a {
    text-decoration-color: #6E2F4A;
    text-decoration: underline;
}
/* メッセージ */

/* フッター */
.footer_bg {
    background-color: #FDF7FA;
}
.footer {
    width: 30rem;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    .footer {
        width: 300rem;
    }
}
@media (max-width: 834px) {
    .footer {
        width: 100%;
    }
}
@media (max-width: 440px) {
    .footer {
        width: 300rem;
        padding-bottom: 60rem;
    }
}
.footer_logo {
    width: 100%;
    height: 100%;
    margin-bottom: 3rem;
}
@media (max-width: 1200px) {
    .footer_logo {
        margin-bottom: 30rem;
    }
}
@media (max-width: 834px) {
    .footer_logo {
       width: 400rem;
       margin: 0 auto 30rem;
    }
}
@media (max-width: 440px) {
    .footer_logo {
       width: 100%;
    }
}
.footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_footer_title {
    text-align: center;
    margin-bottom: 4rem;
}
@media (max-width: 1200px) {
    .top_footer_title {
        margin-bottom: 40rem;
    }
}
.top_footer_title_ft {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 2rem;
	 color: white;
    text-shadow: 0px 0px 16px rgba(218, 93, 147, 0.9);
}
@media (max-width: 1200px) {
    .top_footer_title_ft {
        font-size: 30rem;
        margin-bottom: 20rem;
    }
}
.top_footer_title_sec {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: -0.035em;
    line-height: 1.1;
    color: white;
    text-shadow: 0px 0px 16px rgba(218, 93, 147, 0.9);
}
@media (max-width: 1200px) {
    .top_footer_title_sec {
        font-size: 40rem;
    }
}
.footer_end {
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    text-align: center;
    padding-bottom: 2rem;
}
@media (max-width: 1200px) {
    .footer_end {
        font-size: 12rem;
        padding-bottom: 20rem;
    }
}
@media (max-width: 834px) {
    .footer_end {
        padding-bottom: 90rem;
    }
}
@media (max-width: 440px) {
    .footer_end {
        padding-bottom: 40rem;
    }
}
/* フッター */

/* 834px以下のLINEリンク */
.sp_header_bottom {
	position: fixed; 
	bottom: 0;
    left: 50%; 
    transform: translateX(-50%); 
    width: 500rem; 
    margin: 0 auto;
    z-index: 999; 
 	height: 70rem;
    background-color: #fff;
    padding-bottom: calc(env(safe-area-inset-bottom) + 41rem);
	border-radius: 40rem;
}
@media (max-width: 440px) {
    .sp_header_bottom {
        width: 90%; 
		height: 60rem;
    }
}
@media (min-width: 835px) {
    .sp_header_bottom {
        display: none; 
    }
}
.sp_header_bottom p {
	color: #fff;
    font-size: 24rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-align: center;
    border-radius: 40rem;
    background-image: linear-gradient(2deg, #da5d93, #e386ae);
	font-family: 'Noto SansJP',sans-serif; 
	height: 70rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 440px) {
    .sp_header_bottom p {
        font-size: 20rem;
		height: 60rem;
    }
}
/* 834px以下のLINEリンク */

/* スクロール後、下からフェードイン */
.fadeUp {
    animation: fadeUpAnime 1.5s ease-out forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeTarget {
    opacity: 0;
}
/* スクロール後、下からフェードイン */

