@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap');

html {
    font-family: 'Yu Gothic UI', sans-serif;
    font-style: normal;
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    transition: all 1ms ease 0s;
    background-color: #FFF4FE;
    font-family: 'Yu Gothic UI', sans-serif;
}
head {
    display: none;
}
*, :before, ::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
div {
    margin: 0px;
    padding: 0px;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    margin: 0 auto;
    width: 100%;
    vertical-align: top;
}

/* OVERFLOW */
.overflow {
    overflow-x: hidden;
}
.section {
    max-width: 1600px;
    margin: 0 auto;
}
::selection {
    background-color: #74194f;
    color: #f4f4f4;
}

/* ---------------------------------------------------- HEADER PROPERTIES ----------------------------------------------------- */

header {
    position: relative;
    margin: 0;
}
.header__layout {
    align-items: center;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
.header__layout .header__layout_top {
    background-color: #B5297C;
    color: #FFF4FE;
    width: 100%;
}
.header__layout_top__text {
    display: flex;
    font-weight: 600;
    font-size: 18px;
    width: 1600px;
    align-items: center;
    margin: 0 0 0 60px;
    height: 50px;
}
.header__layout_mid {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.logo {
    /* width: 292px; */
    width: auto;
    height: 105px;
}
.header__layout_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 40px;
    width: 100%;
}

/* NAV BAR */
nav {
    display: inline-block;
}
.nav__layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    width: 428px;
    padding: 0;
}
.nav01, .nav02, .nav03 {
    display: flex;
    font-weight: 600;
    font-size: 16px;
    color: #D869AB;
    height: 100%;
    align-items: center;
}
.nav01:hover, .nav02:hover, .nav03:hover {
    color: #B5297C;
}
.nav02 {
    border-right: 1px solid #D869AB;
    border-left: 1px solid #D869AB;
    padding: 0 50px;
}

/* ---------------------------------------------------- TOP PAGE PROPERTIES ----------------------------------------------------- */

/* MAIN VISUAL - TOP */
.mv {
    background-image: url(../slice/TOP/MV-bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    
}
.mv__layout {
    display: flex;
    padding: 60px 205px 60px 60px;
    align-items: center;
    justify-content: left;
    max-width: 1350px;
    margin: 0 auto;
}
.mv__layout_left {
    width: 740px;
}
.mv__layout_right {
    display: flex;
    align-items: center;
    margin-left: 40px;
    width: 600px;
}
.mv__layout__text {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #B5297C;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.mv__layout_button {
    position: fixed;
    top: 489px;
    right: 0;
    z-index: 999;
}
.mv__layout_button ul {
    list-style: none;
    padding: 0;
}
.btn__layout__column {
    padding: 0;
}
.icon01, .icon02 {
    width: 20px;
    display: block;
    padding-bottom: 10px;
}
.btn-tel_layout, .btn-line__layout {
    max-width: 190px;
    height: 74px;
    color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.btn-tel_layout {
    background-color: #D869AB;
    margin-bottom: 20px;
}
.btn-tel_layout:hover{
    background-color: #B5297C;
}
.btn-line__layout {
    background-color: #3DB86E;
}
.btn-line__layout:hover {
    background-color: #1A6C3A;
}
.btn-tel, .btn-line {
    font-weight: 700;
    font-size: 16px;
    width: 190px;
}

/* INDEX-SEC01 */
.index-sec01__content {
    margin: 0 auto;
    width: 1237px;
}
.index-sec01__text-container {
    padding-top: 100px;
    display: flex;
    justify-content: center;
    position: relative;
}
.index-sec01__text {
    border: 1px solid #D869AB;
    width: 945px;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.index-sec01__text h4 {
    font-size: 24px;
    font-weight: 700;
    color: #B5297C;
    padding-bottom: 30px;
    line-height: 48px;
}
.index-sec01__text p {
    font-size: 18px;
    font-weight: 400;
    color: #B5297C;
    letter-spacing: 0.15em;
    line-height: 36px;
}
.index-sec01__flower {
    position: absolute;
    margin-top: -50px;
}
.img-flower-text {
    width: 100px;
    height: 100px;
    position: absolute;
    right: -524px;
    z-index: 1;
}
.index-sec01__img_layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 0 150px 0;
}
.index-sec01__left {
    width: 624.14px;
}
.index-sec01__right {
    width: 562px;
    padding-top: 73px;
}
.p-head__container, .h6__container {
    margin-top: 0;
    margin-bottom: 30px;
    width: 528px;
}
.p-head {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #D869AB;
}
.h6 {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #B5297C;
}
.p__container {
    margin-top: 0;
    margin-bottom: 60px;
}
.p-600 {
    font-weight: 600;
    font-size: 16px;
    color: #D869AB;
}
.index-sec01__table__layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.check {
    width: 35px;
}
.check-img {
    width: 20px;
}
.column1, .column2 {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #D869AB;
    padding-right: 15px;
}
.column1 {
    width: 96px;
}
.column2 {
    width: 144px;
}
.table1 tr, .table2 tr {
    padding-bottom: 15px;
    display: flex;
}
.table2 {
    padding-left: 60px;
}

/* INDEX-SEC03 */
.index-sec03__content {
    margin: 0 auto;
    width: 1600px;
}
.index-sec03__img_layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0;
}
.index-sec03__left {
    width: 618px;
    display: flex;
    align-items: center;
    margin-right: 112px;
}
.index-sec03__img {
    width: 165px;
}
.index-sec03__text {
    margin-left: 35px;
}
.index-sec03__p-head__container {
    margin-bottom: 16px;
}
.slider {
    width: 870px;
    height: 453px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.slick-slide {
    margin: 38px 60px 0 0 !important;
    width: 483px !important;  
}
.slide_frame_content {
    width: 400px;
    height: 300px;
    border: 1px solid #D869AB;
}
.slick-initialized .slick-slide {
    display: block;
}
.img-flower {
    width: 80px;
    position: relative;
    right: 350px;
    top: -30px;
}
.slide_text {
    padding: 0 35px;
    position: relative;
    top: -30px;
}
.slide_head {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #B5297C;
    padding-bottom: 30px;
}
.slide_p {
    width: 330px;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    color: #D869AB;
    text-align: left;
    height: 150px;
}
.slide_number {
    font-weight: 700;
    font-size: 150px;
    color: #B5297C;
    position: relative;
    left: 323px;
    top: -85px;
    width: 144px;
}

/* ------------------------------------------------- RECRUIT SECTION PROPERTIES -------------------------------------------------- */

/* RECRUIT SECTION */
.recruit__layout {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #B5297C;
    padding: 100px 0;
}
.recruit__mid {
    z-index: 100;
}
.h6-recruit {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFF4FE;
    padding-bottom: 5px;
}
.h3-recruit {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-size: 34px;
    color: #FFF4FE;
    padding-bottom: 53px;
}
.p-recruit {
    font-weight: 400;
    font-size: 24px;
    color: #FFF4FE;
    padding-bottom: 60px;
}
.arrow {
    width: 50px;
    margin: 0;
}
.btn-label__recruit {
    font-weight: 400;
    font-size: 20px;
    color: #B5297C;
}
.btn__layout__reg-mid {
    max-width: 255px;
    margin: 0 auto;
}
.btn-more {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    box-sizing: border-box;
    background: #FFF4FE;
    color: #B5297C;
    width: 255px;
    padding: 20px 40px;
    
}
.btn-more:hover {
    background: #EFA1D0;
}
.recruit__img {
    position: absolute;
    z-index: 1; 
}
.img-recruit-img01 {
    max-width: 400px;
    left: -556px;
    bottom: 0;
    position: relative;
}
.img-recruit-img02 {
    position: relative;
    max-width: 520px;
    right: -496px;
    top: 0; 
}

/* ------------------------------------------------- FOOTER SECTION PROPERTIES -------------------------------------------------- */

/* FOOTER */
footer {
    padding-top: 100px;
    margin: 0 auto;
}
.footer__upper__content {
    height: 145px;
}
.footer__mid {
    background-color: #B5297C;
}
.footer__mid__layout {
    padding: 100px 200px;
    display: flex;
    justify-content: space-between;
    
}
.footer__text {
    padding-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #FFF4FE;
}
.footer__mid__left {
    z-index: 100;
}
.footer__mid__right {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.btn__layout__footer {
    width: 159px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 100;
}
.btn-service {
    padding-bottom: 17px;
}
.btn-service, .btn-usage {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.btn-service:hover, .btn-usage:hover {
    color: #EFA1D0;
}
.btn-service::before, .btn-usage::before {
    content: '\f0a9'; 
    font-family: "Font Awesome 5 Free";
    font-size: 25px; 
    font-weight: 900;
    position: relative;
    color: #fff;
    margin-right: 10px;
}
.btn-service:hover::before, .btn-usage:hover::before {
    color: #EFA1D0;
}
.footer__below {
    width: 100%;
    height: 59px;
    background-color: #D869AB;
    display: flex;
    align-items: center;
}
.copyright {
    color: #F5F5F5;
    font-weight: 350;
    font-size: 16px;
    margin: 0 auto;
}
.img-footer {
    width: 200px;
    margin: 0 auto;
    top: 70px;
    position: relative;
}
.footer__upper__content {
    display: flex;
    align-items: center;
}
.footer__img {
    position: absolute;
    z-index: 1; 
    /*width: 1600px;*/
}
.img-footer-bg01 {
    position: relative;
    max-width: 323px;
    left: 0;
    bottom: 0;
}
.img-footer-bg02 {
    position: relative;
    max-width: 392px;
    right: -83px;
    bottom: 8px;
    
}

/* ---------------------------------------------------- PRICE PAGE PROPERTIES ----------------------------------------------------- */

/* MAIN VISUAL - SUBPAGE */
.subtitle {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #FFF4FE;
}
.mv-title { 
    font-weight: 600;
    font-size: 50px;
    margin: 0;
    color: #B5297C;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.mv-img {
    position: relative;
}
.mv-title__layout {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(239, 161, 208, 0.6);
    width: 100%;
}

/* PRICE-SEC01 */
.price-sec01__content {
    margin: 0 auto;
    width: 824px;
}
.price-sec01__img_layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 0;
}
.price-sec01__right__text__container {
    display: flex;
}
.price__text__bullet {
    display: inline-block;
    width: 18px; 
    height: 16px; 
    background-color: #FFA348; 
    border-radius: 50%; 
    margin-right: 20px;  
}
.price-sec01__right__text ul li:first-child {
    margin-bottom: 33px;
}
.p-400 {
    font-weight: 400;
    font-size: 16px;
    color: #B5297C;
}
.price-sec01__right {
    display: flex;
    align-items: center;
}

/* PRICE-SEC02 */
.price-sec02__content {
    margin: 0 auto;
    width: 1047px;
}
.price-sec02__table_layout {
    flex-wrap: wrap;
    justify-content: space-between;
}
.price__table__head {
    border-bottom: 2px solid #D869AB;
    width: 1047px;
}
.price-sec02__table_row__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 61px 0 60px; 
    padding-bottom: 17px;
}
.price__table__body__main, .price__table__head__main {
    width: 607px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
.price__table__head__text {
    font-weight: 600;
    font-size: 16px;
    color: #B5297C;
}
.h5 {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #B5297C;
}
.price-sec02__table_row {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    width: 917px;
    margin: 0 auto;  
    padding-bottom: 50px;
}
.price__table__body {
    margin: 0 auto;
    padding: 50px 0 10px 0;
    border-bottom: 2px solid #D869AB;
}
.price__table__body__main {
    display: flex;
    text-align: center;
}
.price__table__body__text {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #B5297C;
}
.dashed__lines {
    width: 392px;
    border-bottom: 1px dashed #D869AB;  
}
.first-col {
    width: 215px;
}
.mid-col {
    margin-left: 60px;
}
.last-col {
    margin-left: 100px;
}
.price-sec02__left__text__container {
    padding-top: 20px;
}

/* PRICE-SEC03 */
.price-sec03 {
    padding: 100px 0;
    width: 100%;
}
.price-sec03__layout {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #FDD9EF;
    padding: 60px 0;
}
.price-sec03__text__container {
    padding: 57px 0 60px 0;
}
.price-sec03__mid { 
    width: 630px;
    z-index: 100;
}
.price-sec03__list {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 480px;
    margin: 0 auto;
}
.price-sec03__list li i {
    padding-right: 50px; 
    font-size: 35px;
    color: #B5297C;
    display: inline-block;
}
.price-sec03__list__item {
    display: inline-block;
}
.price-sec03__list__row {
    display: flex;
    align-items: center;
    text-align: left;
    padding-bottom: 50px;
}
.price-sec03__p-600 {
    font-weight: 600;
    font-size: 16px;
    color: #B5297C;
}
.price-sec03__img {
    position: absolute;
    z-index: 1; 
}
.img-img02 {
    max-width: 400px;
    left: -515px;
    top: 0;
    position: relative;
}
.img-bg-design01 {
    position: relative;
    max-width: 526px;
    right: -493px;
    top: 0
}

/* ---------------------------------------------------- FLOW PAGE PROPERTIES ----------------------------------------------------- */

/* FLOW - SEC01 */
.flow-sec01 {
    margin: 0 auto;
    max-width: 1600px; 
    overflow: hidden;
}
.flow-sec01_layout {
    padding: 20px 0 40px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.flow-sec01__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
}
.flow-sec01__left {
    max-width: 800px;
    width: 100%;
    text-align: right;
    padding-right: 60px;
}
.flow-sec01__right {
    max-width: 740px;
    width: 100%;
    text-align: left;
}
.instruction {
    font-weight: 700;
    font-size: 16px;
    color: #B5297C;
    padding: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow-sec01__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
}
.flow__step {
    font-weight: 350;
    font-size: 30px;
    color: #FFA348;
    border-bottom: 1px solid #EFA1D0;
}
.step {
    font-weight: 600;
    font-size: 50px;
    color: #FFA348;
}
.flow-sec01__right {
    width: 740px;
    text-align: left;
}
.flow__head {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #B5297C;
    padding: 10px 0 20px 0;
}
.flow__body {
    font-weight: 350;
    font-size: 16px;
    color: #B5297C;
}
.reverse {
    flex-direction: row-reverse;
}
.reverse_text {
    text-align: left;
    padding: 0 0 0 60px;
}

/* ---------------------------------------------------- RECRUIT PAGE PROPERTIES ----------------------------------------------------- */

/* RECRUIT - SEC01 */
.recruit-sec01 {
    margin: 0 auto;
    max-width: 1600px; 
    overflow: hidden;
}
.recruit-sec01__content {
    border-bottom: 1px solid #B5297C;
}
.recruit-sec01_layout {
    padding: 100px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 800px;
    margin: 0 auto;
}
.recruit-sec01__top {
    padding-bottom: 102px; 
}
.recruit-sec01__mid {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px; 
}
.recruit-sec01__mid__head {
    padding-bottom: 100px; 
}
.h4 {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #B5297C;
}
.recruit-sec01__mid__body {
    font-weight: 600;
    font-size: 24px;
    color: #B5297C;
}
.recruit-sec01__bottom-head {
    width: 200px;
    height: 53px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    color: #FFF4FE;
    background-color: #B5297C;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.recruit-sec01__bottom-detail {
    font-weight: 400;
    font-size: 16px;
    color: #B5297C;
    padding-left: 60px;
}
.img-recruit-page-img02 {
    position: relative;
    max-width: 340px;
    top: -640px;
    left: -357px;
}

/* ---------------------------------------------------- 404 PAGE PROPERTIES ----------------------------------------------------- */

/* 404 - SEC01 */
.page404-sec01 {
    margin: 0 auto;
    max-width: 1600px; 
    overflow: hidden;
}
.page404-sec01_layout {
    padding: 100px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 338px;
    margin: 0 auto;
    text-align: center;
}
.page404-sec01__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 109px 0 60px 0;
}
.page404-sec01__top-head {
    font-weight: 700;
    font-size: 150px;
    color: #B5297C;
    height: 200px;
}
.page404-sec01__top-sub, .page404-sec01__mid-head {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #B5297C;
}
.page404-sec01__mid-body {
    font-weight: 600;
    font-size: 16px;
    color: #B5297C;
    padding: 30px 0 60px 0;
}
.page404-sec01__bottom {
    padding-bottom: 110px;
}
.arrow-left {
    width: 50px;
    margin: 0;
}
.btn-label__404 {
    font-weight: 400;
    font-size: 20px;
    color: #FFF4FE;
}
.btn__layout__large-mid {
    max-width: 297px;
    margin: 0 auto;
}
.btn-back{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    box-sizing: border-box;
    background: #B5297C;
    color: #FFF4FE;
    width: 297px;
    padding: 20px 40px;
}
.btn-back:hover {
    background: #740E4A;
}
.page404__img {
    position: absolute;
    z-index: 1; 
}
.img-404-img01 {
    position: relative;
    max-width: 340px;
    left: 0;
    bottom: -100px;
}
.img-404-img02 {
    position: relative;
    max-width: 426px;
    right: -742px;
    bottom: -239px;
}

/* ------------------------------------------------- RESPONSIVE STYLES -------------------------------------------------*/

/*RESPONSIVE - TABLET TO MOBILE*/
@media screen and (min-width: 320px) and (max-width: 1200px) {

    /* MAIN VISUAL - HOME*/
    .header__layout_top__text {
        font-size: 14px; 
        width: 90%; 
        justify-content: center; 
        align-items: center;
        margin: 0 auto; 
    }
    .header__layout_mid {
        width: 90%;
        margin: 0 auto;
    }
    .logo {
        width: auto;
        max-height: 105px;
        height: 15vh;
    }
    
    /* NAV BAR */
    .nav__layout {
        width: 300px; 
    }
    .nav01, .nav02, .nav03 {
        font-size: 12px; 
    }
    .nav02 {
        padding: 0 30px; 
    }

    /* ---------- TOP PAGE PROPERTIES ---------- */

    /* MAIN VISUAL - TOP */
    .mv {
        background-repeat: no-repeat; 
        position: relative; 
    }
    .mv__layout {
        padding: 50px; 
        max-width: 100%; 
        flex-direction: column; 
    }
    .mv__layout_left {
        width: 100%; 
        padding-bottom: 50px; 
    }
    .mv__layout_right {
        width: 100%; 
        text-align: center; 
    }
    .mv__layout__text {
        font-size: 24px; 
    }
    .mv__layout_button {
        top: 400px; /**/
    }
    .icon01, .icon02 {
        width: 10px; 
    }
    .btn-tel_layout, .btn-line__layout {
        width: 140px; 
        height: 60px; 
    }
    .btn-tel, .btn-line {
        font-size: 12px; 
    }
    
    /* INDEX-SEC01 */
    .index-sec01__content {
        width: 100%; 
    }
    .index-sec01__text-container {
        width: 100%;
    }
    .index-sec01__text {
        width: 80%;
        padding: 60px 20px;
    }
    .index-sec01__text h4 {
        font-size: 20px;
    }
    .index-sec01__text p {
        font-size: 16px; 
    }
    .index-sec01__flower {
        display: none;
    }
    .index-sec01__img_layout {
        justify-content: center; 
        padding: 50px; 
        flex-direction: column; 
        align-items: center;
    }
    .index-sec01__img img {
        max-width: 624px;
    }
    .index-sec01__left {
        width: 100%; 
    }
    .index-sec01__img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0; 
        padding: 0 auto;
    }
    .index-sec01__right {
        width: 100%; 
        padding-top: 60px; 
    }
    .p-head__container, .h6__container {
        width: 100%; 
    }
    .p-head {
        font-size: 12px;
        color: #D869AB;
    }
    .h6 {
        font-size: 18px; 
    }
    .p-600 {
        font-size: 12px; 
    }
    .check {
        width: 25px; 
    }
    .check-img {
        width: 15px; 
    }
    .column1, .column2 {
        font-size: 12px;
        padding-right: 0; 
    }
    .column1 {
        width: 100%;
    }
    .column2 {
        width: 100%; 
    }
    .table1 tr, .table2 tr {
        padding-left: 0; 
    }
    .table2 {
        padding-left: 30px; 
    }

    /* INDEX-SEC03 */
    .index-sec03__content {
        width: 100%; 
    }
    .index-sec03__img_layout {
        justify-content: center; 
        flex-direction: column; 
    }
    .index-sec03__left {
        width: 100%; 
        margin-right: 23px; 
        padding-bottom: 40px; 
    }
    .index-sec03__img {
        width: 125px; 
    }
    .slider {
        width: 100%; 
        height: auto; 
    }
    .slick-slide {
        width: 383px !important;  
    }
    .slide_frame_content {
        width: 300px; 
        height: 220px; 
    }
    .img-flower {
        width: 50px; 
        right: 289px; 
    }
    .slide_head {
        font-size: 14px; 
    }
    .slide_p {
        width: 230px; 
        font-size: 12px; 
        height: 120px; 
    }
    .slide_number {
        font-size: 80px; 
        position: relative; 
        left: 258px; 
        top: -55px; 
    }

    /* ---------- RECRUIT SECTION PROPERTIES ---------- */

    /* RECRUIT SECTION */
    .recruit__content {
        width: 100%; 
    }
    .recruit__layout {
        width: 100%; 
    }
    .h6-recruit {
        font-size: 16px; 
    }
    .h3-recruit {
        font-size: 24px; 
    }
    .p-recruit {
        font-size: 16px; 
        width: 290px; 
    }
    .arrow {
        width: 25px; 
    }
    .btn-label__recruit {
        font-size: 16px; 
    }
    .btn__layout__reg-mid {
        max-width: 160px; 
    }
    .btn-more {
        width: 160px;
        padding: 15px 20px;    
    }
    .img-recruit-img01 {
        display: none; 
    }
    .img-recruit-img02 { 
        display: none; 
    }

    /* ---------- FOOTER SECTION PROPERTIES ---------- */

    /* FOOTER */
    .f-logo {
        width: 100% !important;
        height: auto !important;
    }
    footer {
        padding-top: 50px;
        width: 100%; 
    }
    .footer__upper__content {
        height: 125px; 
    }
    .footer__mid__layout {
        padding: 100px 50px; 
        justify-content: center;  
        flex-direction: column; 
    }
    .footer__text {
        font-size: 12px; 
    }
    .footer__mid__left {
        width: 100%; 
        padding-bottom: 50px; 
        flex-direction: column; 
        display: flex; 
        justify-content: center;
        align-items: center;
    }
    .footer__mid__right {
        width: 100%; 
    }
    .btn__layout__footer {
        width: 120px;  
    }
    .btn-service, .btn-usage {
        font-size: 12px; 
    }
    .btn-service::before, .btn-usage::before {
        font-size: 16px; 
    }
    .copyright {
        font-size: 12px;
    }
    .img-footer {
        width: 100px; 
    }
    .img-footer-bg01 {
        display: none; 
    }
    .img-footer-bg02 {
        display: none; 
    }

    /* ---------- PRICE PAGE PROPERTIES ---------- */

    /* MAIN VISUAL - SUBPAGE */
    .subtitle {
        font-size: 12px; 
    }
    .mv-title { 
        font-size: 25px; 
    }
   
    /* PRICE-SEC01 */
    .price-sec01__content {
        width: 100%; 
    }
    .price-sec01__img_layout {
        justify-content: center; 
        flex-direction: column; 
        padding: 50px 100px;
    }
    .price-sec01__left {
        margin: 0 auto;
        width: 50%;
    }
    .price__text__bullet {
        width: 16px; 
        height: 12px; 
    }
    .p-400 {
        font-size: 12px;
    }
    .price-sec01__right {
        padding-top: 50px; 
        margin: 0 auto;
    }

    /* PRICE-SEC02 */
    .price-sec02__content {
        width: 100%;
    }
    .price-sec02__table_layout {
        justify-content: center;
        width: 100%; 
        display: flex;  
        align-items: center; 
    }
    .price__table__head {
        width: 90%; 
    }
    .price-sec02__table_row__head {
        margin: 0; 
        padding-bottom: 3px; 
    }
    .price__table__body__main, .price__table__head__main {
        width: 50%; 
    }
    .price__table__head__text {
        font-size: 12px; 
    }
    .h5 {
        font-size: 24px; 
    }
    .price-sec02__table_row {
        width: 100%; 
        padding-bottom: 40px; 
    }
    .price__table__body {
        padding: 30px 0 10px 0; 
        width: 90%; 
    }
    .price__table__body__text {
        font-size: 10px; 
    }
    .dashed__lines {
        width: 400px; 
    }
    .first-col {
        width: 200%; 
    }
    .mid-col {
        margin-left: 20px; 
    }
    .last-col {
        margin-left: 20px; 
    }
    .price-sec02__left__text__container {
        padding-top: 20px;
        width: 90%; 
    }

    /* PRICE-SEC03 */
    .price-sec03 {
        padding: 70px 0; 
    }
    .price-sec03__layout {
        padding: 50px 0; 
    }
    .price-sec03__text__container {
        padding: 50px; 
    }
    .price-sec03__mid { 
        width: 100%; 
        z-index: 100;
    }
    .price-sec03__list {
        width: 70%; 
    }
    .price-sec03__list li i {
        padding-right: 30px; 
        font-size: 20px; 
    }
    .price-sec03__p-600 {
        font-size: 12px; 
    }
    .img-img02 {
        display: none; 
    }
    .img-bg-design01 {
        display: none; 
    }

    /* ---------- FLOW PAGE PROPERTIES ---------- */

    /* FLOW - SEC01 */
    .flow-sec01 {
        max-width: 100%;  
    }
    .flow-sec01_layout {
        padding: 40px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .flow-sec01__row {
        justify-content: center; 
        flex-direction: column; 
        padding-bottom: 40px; 
    }
    .flow-sec01__left {
        max-width: 100%; 
        text-align: left; 
    }
    .flow-sec01__right {
        max-width: 100%; 
        padding: 40px 0; 
    }
    .instruction {
        font-size: 12px; 
        padding: 50px 50px 0 50px; 
    }
    .flow-sec01__row {
        padding-bottom: 40px; 
    }
    .flow__step {
        font-size: 24px; 
    }
    .step {
        font-size: 40px; 
    }
    .flow__head {
        font-size: 28px; 
    }
    .flow__body {
        font-size: 12px; 
    }
    .reverse {
        justify-content: center; 
        flex-direction: column; 
    }
    .reverse_text {
        padding: 0;
    }

    /* ---------- RECRUIT PAGE PROPERTIES ---------- */

    /* RECRUIT - SEC01 */
    .recruit-sec01 {
        max-width: 100%;
    }
    .recruit-sec01_layout {
        padding: 100px 40px; 
        width: 100%; 
    }
    .recruit-sec01__top {
        padding-bottom: 70px; 
    }
    .recruit-sec01__mid {
        padding-bottom: 70px; 
    }
    .recruit-sec01__mid__head {
        padding-bottom: 70px; 
    }
    .h4 {
        font-size: 28px; 
    }
    .recruit-sec01__mid__body {
        font-size: 16px; 
    }
    .recruit-sec01__bottom-head {
        width: 100px; 
        height: auto; 
        font-size: 12px; 
    }
    .recruit-sec01__bottom table{
        border-spacing: 15px;
    }
    .recruit-sec01__bottom-detail {
        font-size: 12px; 
        padding-left: 30px; 
    }
    .img-recruit-page-img02 {
        display: none;
    }

    /* ---------- 404 PAGE PROPERTIES ---------- */

    /* 404 - SEC01 */
    .page404-sec01 {
        max-width: 100%;  
    }
    .page404-sec01_layout {
        padding: 70px 0; 
        width: 70%; 
    }
    .page404-sec01__top {
        padding: 40px 0; 
    }
    .page404-sec01__top-head {
        font-size: 80px; 
        height: auto; 
    }
    .page404-sec01__top-sub, .page404-sec01__mid-head {
        font-size: 18px; 
    }
    .page404-sec01__mid-body {
        font-size: 12px; 
    }
    .arrow-left {
        width: 25px; 
    }
    .btn-label__404 {
        font-size: 16px; 
    }
    .btn__layout__large-mid {
        max-width: 200px; 
    }
    .btn-back{
        padding: 15px 20px; 
        width: 200px; 
    }
    .img-404-img01 {
        display: none; 
    }
    .img-404-img02 {
        display: none; 
    }
}