@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/* ------------------------------------------
  Utility Class
------------------------------------------ */

/* clearfix */

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

/* ------------------------------------------
  Common
------------------------------------------ */

* {
    box-sizing: border-box;
    word-break: break-all;
}

html {
    font-size: 10px;
    height: 100%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    position: relative;
    color: #080808;
    -webkit-text-size-adjust: none;
    background-color: #F9F2F4;
}

body.layer {
    overflow: hidden;
    height: 100%;
}

a, a img {
    /* transition: color .3s ease, background .3s ease, opacity .3s ease; */
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    opacity: .75;
}

a:hover * {
    opacity: .75;
}

a:focus {
    outline: none;
}

@media(min-width: 768px) {
    a[href^='tel:'] {
        pointer-events: none;
    }
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
    margin: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

.clear {
    clear: both;
}

.only_pc {
    display: block !important;
}

.only_sp {
    display: none !important;
}

input, button, select, textarea {
    font-family: 'Noto Sans JP', sans-serif;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
    margin: 0;
    opacity: 0;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    body {
        min-width: inherit;
    }
    .container {
        width: auto;
        margin: 0 20px;
    }
    .only_pc {
        display: none !important;
    }
    .only_sp {
        display: block !important;
    }
}

.make_plus {
    background-color: #F1F0FF;
}

.make_plus_main {
    max-width: 800px;
    margin: 0 auto;
}

.make_plus_main_item {
    position: relative;
    z-index: 0;
}

.back01_btn {
    display: block;
    width: 33.0232558139535%;
    position: absolute;
    bottom: 0;
    right: 3%;
}

.back02_btn {
    display: block;
    width: 94.953488%;
    position: absolute;
    bottom: 0;
    right: 2.5%;
}

.make_plus_main_item_answer .back02_btn {
    width: 91.116279%;
    bottom: 5.976744%;
    right: 4.674419%;
    display: none;
}

.make_plus_main_item_answer {
    display: none;
}

.make_plus_main_item.slider {
    position: relative;
    z-index: 0;
}

.make_plus_main_item_slider_inner {
    position: absolute;
    top: 6.846154%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.slide-arrow.prev-arrow.slick-arrow {
    width: 30px;
    height: 30px;
    background-image: url(../img/slider_bofore.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
}

.slide-arrow.next-arrow.slick-arrow {
    width: 30px;
    height: 30px;
    background-image: url(../img/slider_after.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: calc(50% - 100px);
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li {
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    background-color: #8D98A8;
    border-radius: 50%;
    display: block;
    margin-left: 20px;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li.slick-active {
    background-color: #D17C8F;
}

.slick-slider {
    padding-bottom: 60px;
}

.make_plus_main_item_slider_item {
    width: 83.8461538461538vw;
    max-width: 670px;
}

.make_plus_main_item_link {
    display: block;
}