@charset "utf-8";
body {
    /* min-width: 740px; */
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
    font-size: 16px;
    line-height: 1.75;
    font-family: 'Noto Sans JP', sans-serif;
    color: #2F2F2F;
    background-color: #fff9fe;
    /* transform: scale(1); 初期スケールを1に固定 */
    /* -webkit-text-size-adjust: 100%; */
}
body * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
picture > img {
    /* max-width: 740px; */
    margin-top: -1px;
    image-rendering: auto;
    width: 100%;
}
.wrap {
    /* width: 740px; */
    /* max-width: 740px; */
    margin: 0 auto;
    background: #fff;
}
.btn a {
    background: none;
}
.btn-wrap {
    position: relative;
}
.btn-cv {
    position: absolute;
    width: calc(698 / 750* 100%);
    /* top: calc(50% - 124px); */
    top: calc(50% - 62px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: filter ease 0.3s;
    transition: width ease 0.3s;
    cursor: pointer;
    img{
        transition: all 0.2s ease !important;
    }
    img:hover {
        filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2)) !important;
        scale: 1.06 !important;
    }
}
.btn-cv.type02 {
    width: calc(626 / 740* 100%);
    top: unset;
    /* bottom: calc(50% - 620px); */
    /* bottom: calc(50% - 310px); */
    bottom: 2%;
}


.btn-cv img {
    animation: anime1 1.3s ease 1s infinite alternate;
}
@keyframes anime1 {
    0% {
        transform: scale(0.9, 0.9);
    }

    10% {
        transform: scale(0.95, 0.95);
    }

    20% , 100% {
        transform: scale(0.9, 0.9);
    }
}

.accordion {
    margin: auto;
    width: 94.6666666666%;
    /* font-size: 28px; */
    font-size: 14px;
    letter-spacing: .09em;
}

.accordion sup {
    /* font-size: 16px; */
    font-size: 8px;
    top: 0.5em;
}

.toggle {
    display: none;
}

.option {
    position: relative;
    margin-bottom: 1em;
}

.title,
.contents {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.title {
    background-color: #fff7f7;
    padding: 1.3em;
    padding-right: 3.6em;
    display: flex;
    color: #333;
    font-weight: bold;
    align-items: center;
    /* gap: 40px; */
    gap: 20px;
}

.title::after,
.title::before {
    content: "";
    position: absolute;
    margin: auto;
    right: 1.8em;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 1.8em;
    background-color: #000;
    transition: all 0.3s;
}

.title::after {
    transform: rotate(90deg);
}

.icn img {
    width: 26px;
    height: auto;
}

.contents {
    max-height: 0;
    overflow: hidden;
}

.contents p {
    margin: 0;
    padding: 1.3em;
    padding-left: 1.35em;
    padding-right: 0.2em;
    border-bottom: 1px solid #000;
    display: flex;
    /* gap: 34px; */
    gap: 17px;
    align-items: start;
}

.toggle:checked+.title+.contents {
    max-height: 3000px;
    transition: all 1.5s;
}

.toggle:checked+.title::before {
    transform: rotate(90deg) !important;
}

.slider-wrap {
    position: relative;
}
.visual {
    position: absolute;
    /* top: 498px;
    margin-bottom: 60px; */
    /* top: 249px; */
    top: 47%;
    margin-bottom: 30px;
    width: 100%;
    > div img {
        width: 95%;
        margin: auto;
    }
}
.slick-dots {
    display: flex;
    justify-content: center;
    bottom: -15px;
}

.slick-dots li {
    /* width: 14px;
    height: 14px;
    margin: 0 12px; */
    width: 7px;
    height: 7px;
    margin: 0 6px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
    background: #e50041;
}
.slick-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.slick-arrow {
    position: absolute;
    z-index: 100;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 60px;
}
.prev-arrow {
    /* left: 38px; */
    left: 19px;
}
.next-arrow {
    /* right: 38px; */
    right: 19px;
}
.slider-pic .img img{
    width: 110px;
    height: auto;
    margin: auto;
}
.form {
    width: 94%;
    background: #f8d3dc;
    padding: 15px 15px 30px;
    margin: auto;
    border-radius: 15px;
    position: relative;
}
.form img {
    width: 100%;
}
.form .cap {
    font-size: 11px;
    margin: 20px auto;
}
.form .FormArea {
    background: #fff;
    padding: 20px 0;
}
.form .FormArea #InputArea {
    padding: 0;
}
.form .FormArea #InputArea #agree_btn.disable #form_btn {
    background-color: rgba(203, 48, 96, 0.2);
}
.form .FormArea  #InputArea #form_btn {
    background-color: #cb3060;
}
.ACMenu_Wrap {
    margin: 30px auto;
}
.ACMenu_Wrap .ACMenu {
    margin: 2px 0;
}
.ACMenu_Wrap .ACMenu dt {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin: auto;
    padding: 0.5em 1.5em;
    background: #f8d3dc;
}
.ACMenu_Wrap .ACMenu dt::after {
    position: absolute;
    content: "→";
    font-size: 18px;
    top: calc(50% - 0.75em);
    right: 1em;
    cursor: pointer;
    transition: all 0.5s;
    
}
.ACMenu_Wrap .ACMenu dt.active::after {
    transform: rotate(90deg);
}
.ACMenu_Wrap .ACMenu dd {
    display: none;
    padding: 10px 20px;
    font-size: 14px;
    background: #fbedef;
}
.footer {
    padding: 10px;

}
.footer .f_txt03 {
    font-size: 12px;
}
.footer .copy {
    padding-top: 20px;
    font-size: 10px;
    text-align: center;
}

/*==========================================================================================================
PC Only
==========================================================================================================*/
@media screen and (min-width: 768px){
    body {
        min-width: 740px;
    }
    picture > img {
        max-width: 740px;
    }
    .wrap {
        width: 740px;
        max-width: 740px;
    }
    .btn-cv {
        top: calc(50% - 124px);
    }
    .btn-cv.type02 {
        bottom: calc(50% - 620px);
    }    
    .accordion {
        font-size: 28px;
    }   
    .accordion sup {
        font-size: 16px;
        top: 0.5em;
    }
    .title {
        gap: 40px;
    }
    .icn img {
        width: 52px;
        height: auto;
    }
    .contents p {
        gap: 34px;
    }
    .visual {
        top: 480px;
        margin-bottom: 60px;
        > div img {
            width: 518px;
        }
    }
    .slick-dots {
        bottom: -25px;
    }
    
    .slick-dots li {
        width: 14px;
        height: 14px;
        margin: 0 12px;
    }
    .slick-arrow {
        width: 119px;
    }
    .prev-arrow {
        left: 38px;
    }
    .next-arrow {
        right: 38px;
    }
    .slider-pic .img img{
        width: 100%;
    }
    .form .FormArea .inner {
        width: 100%;
        margin: auto;
    }
    .form .FormArea .inner tr {
        display: flex;
        gap: 2px;
        margin-bottom: 2px;
    }
    .form .FormArea .inner th {
        width: 30%;
        font-size: 14px;
    }
    .form .FormArea .inner td {
        display: flex;
        width: 75%;
    }
    .form .FormArea .inner td:has(input[name='tel']) {
        flex-direction: column;
        gap: 8px;
    }
    .form .FormArea .inner td:has(input[name='survey0001_Q1']) {
        flex-flow: row wrap;
        gap: 15px;
        font-size: 12px;
    }
    .form .FormArea .inner td:has(input[name='auth_method']) {
        flex-flow: row wrap;
        gap: 0 15px;
        font-size: 12px;
    }
    .form .FormArea .inner .form_table th,
    .form .FormArea .inner .form_table .f_s,
    .form .FormArea .inner .form_table .kana .parts_wrap,
    .form .FormArea .inner .form_table .katakana .parts_wrap,
    .form .FormArea .inner .form_table .note,
    .form .FormArea .inner .form_table .note .f_s {
        font-size: 12px;
    }
    .form .FormArea .inner .form_block .require {
        font-size: 12px;
        display: block;
    }
    .form .FormArea .inner input[type="email"].form_parts,
    .form .FormArea .inner input[type="tel"].form_parts,
    .form .FormArea .inner input[type="text"].form_parts,
    .form .FormArea .inner input[type="password"].form_parts {
        font-size: 16px;
    }
    .form .FormArea .inner .select_wrap.w_14 {
        width: 100px;
    }
    .form .FormArea .inner .t_cell.w3 {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .form .FormArea .inner .d_t {
        display: flex;
        gap: 12px;
    }
    .form .FormArea .inner #man + span {
        margin-right: 20px;
    }
    .form .FormArea .inner .form_plc_wrap {
        width: 90%;
        margin: 30px auto;
        padding: 30px 0 0;
        border: 1px solid #999;
    }
    .form .FormArea .inner .form_plc_wrap_txt {
        padding: 0 20px;
        font-size: 12px;
        margin-bottom: 20px;
    }
    .form .FormArea .inner .form_plc_wrap_txt_b {
        padding: 0 20px;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .form .FormArea .inner .form_plc_wrap_txt_s {
        padding: 0 20px;
        font-size: 12px;
        margin-bottom: 20px;
    }
    .form .FormArea .inner .form_plc_wrap_agr {
        padding: 15px 0;
        background: #fff4f4;
        border-top: 1px #ccc solid;
        text-align: center;
    }
    .form .FormArea .inner .btn.disable a {
        background-color: rgba(203, 48, 96, 0.2);
    }
    .form .FormArea .inner .btn a {
        background-color: #cb3060;
    }
    .form .FormArea .inner .form_plc_wrap_req {
        display: inline-block;
        margin: 0 0 0 20px;
        background: #dc0a16;
        border-radius: 3px;
        color: #ffffff;
        font-size: 11px;
        padding: 1px 5px;
        vertical-align: middle;
    }
    .deliveryinfo {
        font-size: 13px;
        line-height: 1.6;
        width: 90%;
        margin: auto;
    }
    .ACMenu_Wrap,
    .footer {
        width: 740px;
        max-width: 740px;
        margin: 0 auto;
        padding: 30px;
        background: #fff;
    }
    .footer ul {
        display: flex;
        gap: 20px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 0.6em;
    }
    .footer ul li a {
        font-size: 12px;
        text-decoration: none;
        color: #2F2F2F;
    }
}

/*==========================================================================================================
 SP Only
==========================================================================================================*/
@media screen and (max-width: 767px){

}




.privacy_box { position: fixed; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; visibility: hidden; width: 100%; height: 100%; top: 0; left: 0; z-index: 10000; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; background-color: rgba(0, 0, 0, 0.8); opacity: 0; overflow: auto; }
.privacy_box-wrapper { background-color: white; border: 1px solid #e0e0e0; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0); margin: auto 0; }
.privacy_box-ins { position: relative; background-color: #fff; border: 2px solid #e0e0e0; -moz-box-sizing: border-box; box-sizing: border-box; }
.privacy_box h3 { text-align: center; }
.privacy_box p { background-color: #f7f7f7; line-height: 2; }
.privacy_box-close { position: absolute; display: block; background-image: url(/ud/master/ins/campaign/images/close.png); font-size: 0; background-repeat: no-repeat; }
@media screen and (min-width: 751px), print { .privacy_box-wrapper { padding: 10px; width: 960px; }
  .privacy_box-ins { padding: 40px 55px 130px; }
  .privacy_box h3 { font-size: 22px; line-height: 1; margin-bottom: 40px; }
  .privacy_box p { font-size: 16px; padding: 25px; }
  .privacy_box-close { bottom: 55px; right: 55px; width: 61px; height: 13px; -moz-background-size: 61px 13px; background-size: 61px 13px; cursor: pointer; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }
  .privacy_box-close:hover { opacity: 0.5; } }
@media (max-width: 750px) { .privacy_box-wrapper { padding: 5px; width: 315px; }
  .privacy_box-ins { padding: 20px 15px 52px; }
  .privacy_box h3 { font-size: 14px; margin-bottom: 15px; }
  .privacy_box p { font-size: 13px; padding: 10px; }
  .privacy_box-close { bottom: 20px; right: 13px; width: 49px; height: 11px; -moz-background-size: 49px 11px; background-size: 49px 11px; } }
.privacy_box.show { visibility: visible; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; transition: opacity 0.3s ease; opacity: 1; }
.privacy_box.show .privacy_box-wrapper { -webkit-transition: -webkit-transform 0.3s ease-in-out 0.3s; transition: -webkit-transform 0.3s ease-in-out 0.3s; -moz-transition: transform 0.3s ease-in-out 0.3s, -moz-transform 0.3s ease-in-out 0.3s; transition: transform 0.3s ease-in-out 0.3s; transition: transform 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s, -moz-transform 0.3s ease-in-out 0.3s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.privacy_box.hidden { opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s ease 0.3s,visibility 0.3s ease 0.6s; -moz-transition: opacity 0.3s ease 0.3s,visibility 0.3s ease 0.6s; transition: opacity 0.3s ease 0.3s,visibility 0.3s ease 0.6s; }
.privacy_box.hidden .privacy_box-wrapper { -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: -webkit-transform 0.3s ease-in-out; -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }
.privacy_box a { color: #000;text-decoration: underline; }