@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap');

html {
	font-size: 62.5%;
}
html, body#entry {
    overflow-x: hidden;
}
p {
    font-size: 1.6rem;
}
.tx-center {
    text-align: center;
}
.p01 {
    font-size: 2.4rem;
    font-weight: bold;
}
::placeholder{
    color: #ccc !important;
}

* {
    font-family: "M PLUS Rounded 1c",sans-serif;
}

main {
    height: 100%;
    background-size: contain;
    position: relative;
}
#entry img {
    max-width: 100%;
}
#entry h1 {
    margin-bottom: 0;
}

.sec01 {
    position: relative;
    background: #fdf0f2;
}
.sec02 {
    position: relative;
}

#entry .img01 {
    position: absolute;
    top: -10rem;
    right: 1%;
    z-index: 1;
    width: 20%;
}

.sec03 {
    position: relative;
    background: #fff5d8;
}

#entry .img06 {
    position: absolute;
    top: -34rem;
    left: 2%;
    z-index: 1;
    width: 38%;
}

#entry .img07 {
    position: absolute;
    top: -21rem;
    right: 0%;
    z-index: 1;
    width: 28%;
}

#entry .img15 {
    position: absolute;
    top: -21rem;
    right: 0%;
    z-index: 1;
    width: 20%;
}
#entry .img21 {
    position: absolute;
    top: -21rem;
    left: 1%;
    z-index: 1;
    width: 20%;
}
#entry .img23 {
    position: absolute;
    top: -22rem;
    right: 2%;
    z-index: 10;
    width: 25%;
}

#entry h2 {
    text-align: center;
}

#entry h3 {
    color: #ec6d81;
    font-size: 3.6rem;
    font-weight: bold;
}

#entry h3.h-line {
    background: linear-gradient(transparent 60%, #ffff66 0%);
    display: inline;
}

.boundary01 {
    background: url(../images/img03.png) no-repeat;
    height: 19.9rem;
    background-size: contain;
}
.boundary02 {
    background: url(../images/img08.png) no-repeat bottom;
    height: 23rem;
    background-size: contain;
}
.boundary03 {
    background: url(../images/img14.png) no-repeat;
    height: 20rem;
    background-size: contain;
}
.boundary04 {
    background: url(../images/img19.png) bottom no-repeat;
    height: 21.1rem;
    background-size: contain;
}
.boundary05 {
    background: url(../images/img20.png) no-repeat;
    height: 23rem;
    background-size: contain;
}


#entry h2.standard {
    font-size: 4.8rem;
    font-weight: bold;
		position: relative;
		display: inline-block;
}

#entry h2.standard::before {
    position: absolute;
    content: "";
    width: 6rem;
    height: 0.6rem;
    background: url(../images/h-line.png) no-repeat;
    top: 2.5rem;
    margin-left: -8rem;
}
#entry h2.standard::after {
    position: absolute;
    content: "";
    width: 6rem;
    height: 0.6rem;
    background: url(../images/h-line.png) no-repeat;
    top: 2.5rem;
    margin-left: 1.5rem;
}

#entry .sec03 h3,
#entry .sec04 h3 {
    font-size: 3rem;
    color: #333;
    position: relative;
    margin-left: 3.5rem;
}

#entry .sec03 h3::before,
#entry .sec04 h3::before {
    content: "";
    position: absolute;
    background: url(../images/h3icon.png) no-repeat;
    width: 2.9rem;
    height: 2.3rem;
    left: -3.5rem;
    top: 0.3rem;
}
.fukidashi-img {
    margin-top: -1.5rem;
}
.sec03right-img {
    position: relative;
}
.fukidashi-img02 {
    position: absolute;
    top: 0;
    right: -240px;
}
.fukidashi-img02 img {
    max-width: 90%;
}

.sec04 {
    position: relative;
}
.sec05 {
    position: relative;
    background: #fdf0f2;
}
.sec05 dl dt {
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ec6d81;
    padding: 2rem 15% 2rem 6rem;
    cursor: pointer;
    z-index: 100;
}
.sec05 dl dt::before {
    content: "Q";
    border-radius: 5px;
    background: #ec6d81;
    position: absolute;
    color: #fff;
    padding: 0.3rem 1rem;
    margin-left: -5rem;
    top: 1.4rem;
}
.sec05 dl dt::after {
    content: "";
    position: absolute;
    right: 1.6rem;
    top: 1.6rem;
    background: url(../images/toggle_off.png) no-repeat;
    width: 98px;
    height: 44px;
}
.sec05 dl dt.open::after {
    background: url(../images/toggle_on.png) no-repeat;
}
.sec05 dl dd {
    font-size: 2.1rem;
    position: relative;
    background: #fff;
    padding: 2rem 1rem 2rem 6rem;
    font-weight: bold;
}
.sec05 dl dd::before {
    content: "A";
    font-size: 2.4rem;
    border-radius: 5px;
    background: #35d0ba;
    position: absolute;
    color: #fff;
    padding: 0.3rem 1rem;
    margin-left: -5rem;
    top: 1.4rem;
    font-weight: bold;
}
.sec05 dl {
    margin-bottom: 0;
}
.col-form-label,
.form-control {
    font-size: 1.6rem;
}
#gr_submit {
    font-size: 1.8rem;
}
#entry dd {
    margin-bottom: 0;
}
.btn-lp {
    transition-duration: 0.3s;
}
.btn-lp:hover {
    opacity: 0.85;
}
#entry .request-btn {
    text-align: center;
    margin-top: 1rem;
}
#entry .request-btn a img {
    transition : 1s;
}
#entry .request-btn a:hover img {
    opacity: 0.7;
}

/*
a.title-btn {
    font-size: 2.1rem;
    padding: 1rem 2rem;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
}
a.title-btn:hover {
    text-decoration: none;
}

a.btn--orange {
    color: #fff;
    background-color: #eb6100;
    border-bottom: 5px solid #b84c00;
    border-radius: 100vh;
}
a.btn--orange:hover {
    margin-top: 3px;
    color: #fff;
    background: #f56500;
    border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
*/

#entry h2 {
    position: relative;
    margin-top: 8rem;
    font-size: 3rem;
    margin-bottom: 4rem;
  }

#entry h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -18px;
    width: 52px;
    height: 6px;
    background: -webkit-repeating-linear-gradient(-45deg, #0086CD, #0086CD 6px, #fff 6px, #fff 12px, #E7336E 12px, #E7336E 18px, #fff 18px, #fff 24px);
    background: repeating-linear-gradient(-45deg, #0086CD, #0086CD 6px, #fff 6px, #fff 12px, #E7336E 12px, #E7336E 18px, #fff 18px, #fff 24px);
  }
#confirm h1 {
    margin-left: 2rem;
    margin-bottom: 0;
}
.form-check-input {
    margin-left: -2.25rem !important;
}
.form-check {
    padding-left: 2.25rem !important;
}
ul.agreementlist {
    list-style: none;
    border: 1px dashed #ccc;
    padding: 26px;
    margin: 20px 0;
}
ul.agreementlist li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
}
ul.agreementlist li:last-child {
    margin-bottom: 0;
}
ul.agreementlist li::before {
    width: 5px;
    height: 5px;
    background: #333;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
input[type=checkbox] {
    margin-top: 5px !important;
}
ul.agreementlist li a {
    text-decoration: underline;
    color: #e91e79;
}
ul.agreementlist li a:hover {
    text-decoration: none;
}
.btn-primary:not(:disabled):not(.disabled):active {
    background: #cc0000 !important;
}


@media screen and (min-width:1200px) {

#entry .contents {
    width: 1200px;
    margin: 0 auto;
    z-index: 100;
}
#entry .contents02 {
    width: 1200px;
    margin: 0 auto;
    z-index: 100;
		position: relative;
}
.sec01::before {
    content: "";
    position: absolute;
    background: url(../images/sec01-l.png) no-repeat;
    background-size: contain;
    left: 0;
    width: 20%;
    height: 100%;
}
.sec01::after {
    content: "";
    position: absolute;
    background: url(../images/sec01-r.png) no-repeat;
    background-size: contain;
    right: 0;
    width: 15%;
    height: 100%;
    top: 0;
}
.sec02::before {
    content: "";
    position: absolute;
    background: url(../images/sec02-l.png) left 70% no-repeat;
    background-size: contain;
    left: 0;
    width: 20%;
    height: 100%;
}
.sec02::after {
    content: "";
    position: absolute;
    background: url(../images/sec02-r.png) no-repeat;
    background-size: contain;
    right: 0;
    width: 14%;
    height: 100%;
    top: 0;
}

.sec03::before {
    content: "";
    position: absolute;
    background: url(../images/sec03-l.png) no-repeat;
    background-size: contain;
    left: 0;
    width: 16%;
    height: 100%;
    top: 6rem;
}
.sec03::after {
    content: "";
    position: absolute;
    background: url(../images/sec03-r.png) no-repeat;
    background-size: contain;
    right: 0;
    width: 14%;
    height: 100%;
    top: 0;
}
.sec04::before {
    content: "";
    position: absolute;
    background: url(../images/sec04-l.png) no-repeat;
    background-size: contain;
    left: 0;
    width: 16%;
    height: 100%;
    top: 6rem;
}
.sec04::after {
    content: "";
    position: absolute;
    background: url(../images/sec04-r.png) no-repeat;
    background-size: contain;
    right: 0;
    width: 15%;
    height: 100%;
    top: 8rem;
}
.sec05::before {
    content: "";
    position: absolute;
    background: url(../images/sec05-l.png) no-repeat;
    background-size: contain;
    left: 0;
    width: 13%;
    height: 100%;
    top: 0;
}
.sec05::after {
    content: "";
    position: absolute;
    background: url(../images/sec05-r.png) no-repeat;
    background-size: contain;
    right: 0;
    width: 13%;
    height: 100%;
    top: 8rem;
}
.btn {
    font-size: 1.6rem !important;
}

}

@media screen and (min-width:768px) {
    .flex01 {
        display: flex;
    }
    .sec03left-img {
        margin-right: 2rem;
    }
    .sec03right-img {
        margin-left: 2rem;
    }
    main {
        background: url(../images/main-bg.jpg) no-repeat;
    }
    #entry nav ul {
        display: flex;
        max-width: 35%;
        position: absolute;
        top: 0.8vw;
        right: 0.8vw;
        list-style: none;
    }
    main {
        background: url(../images/main-bg.jpg) no-repeat;
        background-size: contain;
    }
    .pcnone {
        display: none;
    }
    .side-contact {
        position: fixed;
        z-index: 1000;
        top: 40%;
        right: 0;
    }
    .spbr02 {
        display: none
    }
    .tel-follow {
        position: fixed;
        z-index: 1000;
        bottom: 0;
        background: #fff3c2;
        padding: 1rem;
        width: 100%;
    }
    .tel-follow img {
        text-align: center;
        display: block;
        margin: auto;
    }
}

@media all and (-ms-high-contrast: none) and (min-width:768px) {
    #entry nav ul {
        max-width: auto !important;
    }
    .nav-left img {
        width: 18.5vw !important;
    }
    .nav-right img {
        width: 10.2vw !important;
    }
}




.mt5 {
    margin-top: 0.5rem;
}
.mt10 {
    margin-top: 1rem;
}
.mt15 {
    margin-top: 1.5rem;
}
.mt20 {
    margin-top: 2rem;
}
.mt30 {
    margin-top: 3rem;
}
.mt40 {
    margin-top: 4rem;
}
.mt50 {
    margin-top: 5rem;
}
.mt60 {
    margin-top: 6rem;
}
.mt70 {
    margin-top: 7rem;
}
.mt80 {
    margin-top: 8rem;
}
.mb0 {
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 0.5rem;
}
.mb10 {
    margin-bottom: 1rem;
}
.mb20 {
    margin-bottom: 2rem;
}
.mb30 {
    margin-bottom: 3rem;
}
.mb40 {
    margin-bottom: 4rem;
}
.mb50 {
    margin-bottom: 5rem;
}
.mb60 {
    margin-bottom: 6rem;
}
.mb70 {
    margin-bottom: 7rem;
}
.mb80 {
    margin-bottom: 8rem;
}


.pt5 {
    padding-top: 0.5rem;
}
.pt10 {
    padding-top: 1rem;
}
.pt20 {
    padding-top: 2rem;
}
.pt30 {
    padding-top: 3rem;
}
.pt40 {
    padding-top: 4rem;
}
.pt50 {
    padding-top: 5rem;
}
.pt60 {
    padding-top: 6rem;
}
.pt70 {
    padding-top: 7rem;
}
.pt80 {
    padding-top: 8rem;
}
.pb60 {
    padding-bottom: 6rem;
}



.textlink {
    color: #138496;
    text-decoration: underline;
}
.pointline {
    border: 1px #ddd dashed;
    margin: 30px auto;
}
.policy-box {
    background: #eee;
    padding: 2rem 2rem 1rem;
    margin: 1rem 0;
}    
.form-group {
    margin-bottom: 1.5rem !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
}
.first-item {
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
}
.mt5 {
    margin-top: 0.5rem;
}
.btn-primary {
    background: #cc0000;
    border-color: #B70000;
    width: 300px;
    text-align: center;
    display: block;
    margin: auto;
    padding: 1.5rem 2rem;
}
.btn-primary:hover {
    background: #B70000;
    border-color: #B70000;
}
.submit-btn {
    width: 100%;
}
.btn-secondary {
    background: #ccc;
    border-color: #999;
    width: 300px;
    text-align: center;
    display: block;
    margin: 2rem auto;
    padding: 1.5rem 2rem;
}
#confirm .col-sm-9 div {
    margin-top: 0.5rem;
}
.jumbotron {
    background: url(../images/stripe.gif), url(../images/confirm.jpg) ;
    background-position: left top, center bottom;
    background-size: auto, cover;
    background-repeat: repeat-x, no-repeat;
    height: 245px;
}
#entry h1,
#confirm h1,
#thanks h1,
#error h1 {
    color: #333;
    font-size: 3.6rem;
}
.badge-danger {
    margin-bottom: 3px;
}
.badge {
    vertical-align: middle !important;
}
.container {
    background: #fff;
    padding: 8rem 3rem 8rem;
}
#error .container,
#thanks .container {
    padding: 7rem 3rem 8rem
}
.useoption {
    font-size: 80%;
    color: #cc0000;
}

#gr_checkbox {
    display: table;
    margin: 10px auto;
}

#gr_submit:disabled {
    pointer-events: none;
    opacity: 0.5;
}
.input-flex {
	display: flex;
}
.w80 {
	width: 80%;
	margin-bottom: 5px;
	position: relative;
	top: -4px;
}
footer {
    background: #eee;
}
footer p {
    text-align: center;
    padding: 1rem;
    margin: 0;
    line-height: 1.4;
    font-size: 13px;
}
.handle {
    background: url(../images/footer-img.png) repeat-x;
    height: 1.5rem;
}
.jumbotron {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 5px solid #e91e79;
}
@media screen and (max-width:767px) {
    #entry nav ul {
        display: flex;
        max-width: 100%;
        position: fixed;
        bottom: 0;
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0;
        z-index: 1000;
    }
    .spnone {
        display: none;
    }
    .boundary02 {
        height: 16rem;
		}
		html {
			font-size: 40%;
		}
		#entry .sec03 h3, #entry .sec04 h3 {
			margin-left: 5rem;
		}
		#entry .sec03 h3::before, #entry .sec04 h3::before {
			width: 4.5rem;
			height: 3.7rem;
			left: -5rem;
			top: -2px;
        }
        #entry .img21 {
            width: 30%;
        }
        .boundary01 {
            height: 12.9rem;
        }
        #entry .img21 {
            top: -18rem;
        }
        body, p, .col-form-label, .form-control, .btn, .input-group-text, #gr_submit {
            font-size: 15px;
        }
        #entry nav ul li {
            align-self: center;
            height: 22vw;
        }
        #entry nav ul li.nav-left {
            background: #fff3c2;
            flex-basis: 60%;
            position: relative;
        }
        #entry nav ul li img {
            max-width: 100%;
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            padding: 1rem;
        }
        #entry nav ul li.nav-right {
            background: #eb6d80;
            flex-basis: 40%;
            position: relative;
        }
        .fukidashi-img {
            display: block;
            margin-top: 0.5rem;
        }
        .side-contact {
            display: none;
        }
        .contents, .contents02 {
            padding-left: 1rem;
            padding-right: 1rem;
        }
        .sec05 dl dt::after,
        .sec05 dl dt.open::after {
            background-size: 70%;
            right: -3rem;
        }
        .sec05 dl dt {
            padding-right: 13rem;
        }
        .smb0 {
            margin-bottom: 0 !important;
        }
        .tel-follow {
            display: none;
        }
}

@media screen and (max-width:575px) {
    body {
        background: none;
        padding: 0;
        margin: 0;
        overflow-x: hidden;
    }
    .container {
    padding: 3rem 10px 8rem;
    }
    .spbr {
        display: none;
    }
    .sp-img {
        width: 80%;
        margin: auto;
    }
    .form-control {
        padding: 4rem .75rem;
    }
    .btn {
        padding: 2rem;
    }
    #entry .request-btn img {
        max-width: 90%;
    }
    #entry h2 {
        margin-bottom: 6rem;
    }
    .jumbotron {
        height: 180px;
    }
    .form-check {
        padding-left: 3.25rem !important;
    }
    .form-check-input {
        margin-left: -3.25rem !important;
    }
    ul.agreementlist {
        margin: 10px 0;
    }
} 
@media screen and (max-width:480px) {
    .maxw480none {
        display: none;
    }
}