@charset "UTF-8";

body {
    font-size: 16px !important;
}

.sp,
.foot-fixed,
.right-btn {
    display: none;
}

.pc {
    display: block;
}

a:hover {
    opacity: 0.6;
}

/* common
----------------------------------------------- */
.main {
    padding-top: 150px;
}

.inner {
    width: 700px;
    margin: 0 auto;
}

/* button
----------------------------------------------- */

/* midashi
----------------------------------------------- */
.midashi01 {
    width: 329px;
    padding: 4px 0 1px;
    font-size: 34px;
}

.midashi01:before {
    left: 10px;
    top: 9px;
}

.midashi01:after {
    right: 10px;
    top: 9px;
}

.midashi02 {
    font-size: 60px;
}

.midashi02 span {
    font-size: 20px;
}

.midashi03 {
    margin-bottom: 30px;
}

.midashi03 .jp {
    font-size: 36px;
}

.midashi03 .en {
    font-size: 26px;
    margin-top: -11px;
}

.midashi03:before {
    margin-right: 30px;
}

.midashi03:after {
    margin-left: 30px;
}

.midashi04 {
    margin-bottom: 80px;
}

.midashi04 b {
    font-size: 80px;
}

.midashi04:before {
    width: 200px;
    left: 44%;
}


/* header
----------------------------------------------- */
.header-top {
    width: 900px;
    padding: 17px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    width: 277px;
}

.header-item-links {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header-item-links li {
    width: 143px;
    margin-left: 8px;
    border-radius: 5px;
}

.header-item-links li a {
    padding: 7px 0 0;
}

.header-item-links li img {
    margin: 0 auto;
}

.header-item-links li p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 1px;
    color: #fff;
}

.header-item-links li:nth-child(1) p {
    color: #1799ca;
}

.header-item-links li:nth-child(2) p {
    color: #2d88ce;
}

.header-item-links li:nth-child(3) p {
    font-size: 12px;
    letter-spacing: -0.05em;
}

.header-item-camp {
    background: #b2ebfe;
    border: 2px solid #88d8f9;
}

.header-item-shop {
    background: #addbff;
    border: 2px solid #8ac7f6;
}

.header-item-mens {
    background: #403bbc;
    border: 2px solid #5c51eb;
}

.header-item-mail {
    background: #503630;
    border: 2px solid #eb506f;
}

.header-navi {
    display: block;
    background: #503630;
}

.header-navi ul {
    width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header-navi li {
    width: calc(100% / 5);
    background: url(../images/header-navi-line.png) no-repeat right center;
}

.header-navi li:last-child {
    background: none;
}

.header-navi a {
    color: #fff !important;
    text-align: center;
    padding: 10px 0;
}

.header-navi .jp {
    display: block;
    font-weight: bold;
    letter-spacing: 0.07em;
}

.header-navi .en {
    display: block;
    font-family: Staatliches;
    margin-top: -5px;
    line-height: 1;
    color: #ccc0b2;
    letter-spacing: 0.1em;
}

/* bread
----------------------------------------------- */
.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-items {
    width: 900px;
    padding: 0;
}

.breadcrumb-items li {
    font-size: 12px;
}

.breadcrumb-items li:after {
    width: 30px;
    height: 30px;
    right: 0;
    top: 68%;
}

.breadcrumb-items li.breadcrumb-home {
    padding: 9px 27px 5px 25px;
    margin-right: 32px;
    background: url(../images/icon-home.png) no-repeat center left;
}

/* footer
----------------------------------------------- */
.footer {
    padding: 71px 0 0;
}

.footer-logo {
    width: 321px;
    margin: 0 auto;
}

.footer-navi {
    width: 900px;
    margin: 47px auto 45px;
    border-top: none;
}

.footer-navi li {
    width: auto;
    border-bottom: none;
}

.footer-navi li:nth-child(1),
.footer-navi li:nth-child(3) {
    border-right: none;
}

.footer-navi a {
    font-size: 15px;
    background: url(../images/footer-navi.png) no-repeat right center;
    padding: 0 30px 0 0;
}

.footer-navi li:last-child {
    width: auto;
}

.footer-midashi {
    font-size: 20px;
}

.group-links {
    padding: 46px 0 0;
}

.group-link-in {
    width: 588px;
    margin: 22px auto 34px;
}

.group-link-in li {
    width: auto;
}

.copyright {
    font-size: 14px;
    padding: 12px 0 9px;
}

.pagetop {
    width: 69px;
    top: auto;
    bottom: 20px;
    right: 20px;
    left: auto;
    transform: none;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    position: fixed;
}

.pagetop.active {
    opacity: 1;
    visibility: visible;
}

.pagetop.stop {
    opacity: 0;
    visibility: hidden;
}

/* hero
----------------------------------------------- */
.hero-top-items li {
   
}

.hero-midashi {
    padding: 21px 0 43px;
}

.hero-midashi .en {
    font-size: 60px;
    letter-spacing: 0.1em;
}

.hero-midashi .jp {
    font-size: 16px;
    margin-top: -27px;
}

/* top
----------------------------------------------- */
.top-inform-in a {
    width: 900px;
    font-size: 18px;
    padding: 9px 0 7px;
}

.top-inform-in.label-yerrow .arrow:before {
    color: #48413b;
    font-size: 120%;
}

.top-inform-in.label-blue .arrow:before {
    color: #bfc346;
    font-size: 120%;
}

.top-policy {
    padding: 60px 0 149px;
    background: url("../images/top-policy-bg-pc.jpg") repeat-x center top;
}

.top-policy .bx-viewport {
    overflow: visible !important;
}

.top-policy-txt {
    font-size: 36px;
    margin: 10px 0 26px;
}

.top-policy-in {
    width: 900px;
    margin: 32px auto 52px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
}

.top-policy-img {
    width: auto;
    margin: 5px 0 0 31px;
}

.top-policy-in-txt {
    width: 410px;
    margin: 0 25px 0 0;
    font-size: 16px;
    line-height: 1.9;
}

.top-policy-link {
    width: 405px;
    font-size: 20px;
    padding: 11px 0;
}

.top-price {
    margin-top: -77px;
    padding: 85px 0 86px;
    background: url(https://www.cinderella-story.net/wp-content/uploads/2022/08/top-price-bg-pc-4.png) no-repeat center top;
}

.top-price-txt {
    font-size: 36px;
    margin: 38px 0 28px;
}

.top-price-img {
    width: auto;
}

.top-price-txt02 {
    width: auto;
    text-align: center;
    margin: 39px 0 31px;
    font-size: 16px;
    line-height: 2.15;
}

.top-price-link {
    width: 405px;
    font-size: 20px;
    padding: 11px 0;
}

.top-reason {
    padding: 65px 0 68px;
    background: url("https://www.cinderella-story.net/wp-content/uploads/2022/08/top-reason-bg-pc.jpg") repeat-x center top;
}

.top-reason-ttl .jp {
    font-size: 36px;
}

.top-reason-ttl .en {
    font-size: 26px;
    margin-top: -11px;
}

.top-reason-ttl .jp:before {
    content: "";
    width: 160px;
    height: 1px;
    background: #818181;
    position: absolute;
    left: -193px;
    top: 29px;
}

.top-reason-ttl .jp:after {
    content: "";
    width: 160px;
    height: 1px;
    background: #818181;
    position: absolute;
    right: -193px;
    top: 29px;
}

.top-reason-midashi {
    font-size: 40px;
    margin-top: 18px;
    background: url(../images/top-reason-midashi-l.png) no-repeat left center, url(../images/top-reason-midashi-r.png) no-repeat right center;
    padding: 0 34px;
}

.top-reason-in {
    width: 721px;
    margin: 0 auto 28px;
}

.top-reason-txt {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 28px;
    text-align: center;
}

.top-reason-link {
    width: 405px;
    font-size: 20px;
    padding: 11px 0;
}

.top-effect {
    padding: 105px 0 95px;
}

.top-effect-txt {
    font-size: 30px;
    margin: 22px 0 21px;
}

.top-effect-label {
    width: auto;
}

.top-effect-midashi {
    max-width: 900px;
    margin: 22px auto 26px;
}

.top-effect-midashi p {
    font-size: 32px;
    padding: 0 15px;
    margin-bottom: 6px;
}

.top-effect-txt02 {
    width: auto;
    text-align: center;
    font-size: 16px;
    margin: 27px 0 38px;
    line-height: 2.2;
}

.top-effect-link {
    width: 405px;
    font-size: 20px;
    padding: 11px 0;
}

.top-first {
    margin: -7px 0 -10px;
    padding: 84px 0 86px;
    background: url(https://www.cinderella-story.net/wp-content/uploads/2022/08/top-first-bg.png) repeat-x center top;
}

.top-first-ttl {
    width: auto;
}

.top-first-in {
    width: 1100px;
    margin: 47px auto 0;
}

.top-first-in li {
    width: 18%;
    margin: 0 6px 55px 6px;
}

/* second
----------------------------------------------- */
.second-content {
    width: auto;
    padding-top: 50px;
}

.second-content-none {
    width: 100%;
}

.second-inner {
    width: 900px;
    margin: 0 auto;
}

.second-content .inner {
    width: 900px;
}

/* price
----------------------------------------------- */
.price .intro {
    margin-bottom: 140px;
    background: #fff;
}

.price .intro:before {
    left: 30px;
    top: 30px;
}

.price .intro img {
    object-fit: inherit;
    height: auto;
    width: auto;
    display: inline-block;
    vertical-align: bottom;
}

.price .intro .textbox {
    display: inline-block;
    width: 495px;
    vertical-align: top;
    padding: 36px;
}

.price .intro .ttl {
    font-size: 24px;
    margin-bottom: 40px;
    position: relative;
}

.price .intro .ttl:after {
    content: "";
    width: 510px;
    height: 1px;
    position: absolute;
    background: #ccc;
    left: -40px;
    bottom: -25px;
}

.price .points {
    padding: 80px 0;
}

.price .points:after {
    left: 49.4%;
}

.price .points .plan .title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
}

.price .points .plan .title span {
    letter-spacing: 10px;
    padding: 0 10px;
}

.price .points .plan .title i {
    font-size: 30px;
    display: inline-block;
    padding: 20px 80px;
    vertical-align: middle;
}

.price .points .plan ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}

.price .points .plan li {
    width: 49%;
    padding: 28px 0;
    border-radius: 150px 150px 0 0;
    box-shadow: 5px 2px 12px 5px rgb(11 165 223);
}

.price .points .plan li p {
    font-size: 19.5px;
    text-align: center;
}

.price .points .plan img {
    display: block;
    width: auto;
    margin: 0 auto 20px;
}

.price .points .plan .memo {
    font-size: 14px;
}

.price .points .plan .textbox {
    width: 90%;
    margin: 0 auto;
    padding: 6% 0 0;
    display: block;
    border-top: 1px solid #ccc;
}

.price .points .plan b {
    font-size: 120%;
    letter-spacing: -1px;
}

.price .points .plan .sub {
    font-size: 40px;
    letter-spacing: 4px;
}

.price .points .plan .tit {
    line-height: 1.2;
    padding-top: 8px;
    margin-bottom: 0;
}

.price .points .plan .txt {
    font-size: 20px;
    text-align: center;
}

.price .points .plan a {
    width: 90%;
    margin: 0 auto 10px;
}

.price .card-box img.sp {
    display: none;
}

.price .card-box img.pc {
    display: block;
    width: auto;
    margin-top: 3%;
}


.price .pre .p-title span {
    font-size: 32px;
    padding: 20px 80px;
}

.price .pre img.bui {
    width: 450px;
}

.price .pre .title span {
    font-size: 42px;
}

.price .pre .title span:before {
    width: 50px;
    height: 50px;
    top: 12px;
}

.price .pre .wrap {
    padding: 40px;
}

.price .pre .name {
    font-size: 24px;
    margin-bottom: 8px;
}

.price .pre .name i {
    width: 65px;
}

.price .pre li {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.price .pre .sel2 li {
    width: 45%;
}

.price .pre .sel2 .kakaku {
    width: 100%;
}

.price .pre .sel2 .kakaku b {
    display: inline-block;
}

.price .pre .kakaku {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: inline-block;
    width: 48%;
    vertical-align: middle;
}

.price .pre .kakaku.nom {
    font-size: 22px;
}

.price .pre .kakaku b {
    font-size: 18px;
    letter-spacing: 1px;
    width: 220px;
    top: -10px;
    padding: 8px;
}

.price .pre .kakaku.nom b {
    top: -2px;
}

.price .pre .kakaku small {
    font-size: 45%;
}

.price .pre .title {
    font-size: 40px;
    margin-bottom: 10px;
}

.price .pre .memo {
    font-size: 16px;
}

.price .sel2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price .merit {
    padding: 0 0 20px;
}

.price .merit .ttl {
    font-size: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.price .merit p {
    padding: 0 20px;
    text-indent: 0;
    text-align: center;
}

.price .points .plan li span {}

.price .points .plan li .write {
    font-size: 100%;
    line-height: 1.4;
}

.price .points .plan li .strong {
    font-size: 155%;
}

.price .points .plan li:nth-child(3) .strong {
    font-size: 175%;
}

.price .points .plan li:nth-child(4) .tit {
    padding-top: 40px;
}


/*add
----------------------------------------------- */
.add-cam {
    padding: 80px 0;
}

.add-cam .inner {
    width: 900px;
}

.add-cam a img {
    width: 800px;
    margin: 0 auto;
}

/*flow
----------------------------------------------- */
.flow .intro {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 80px 40px 20px 40px;
}

.flow .intro p {
    text-align: center;
}

.flow .att {
    font-size: 30px;
    top: -35px;
    padding: 15px;
}

.flow .wrap {
    padding-bottom: 0;
}

.flow .wrap li {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.flow .wrap li .textbox {
    display: inline-block;
    width: 465px;
    vertical-align: top;
    padding-left: 20px;
}

.flow .wrap img {
    display: inline-block;
    margin-bottom: 0;
}

.flow .wrap .icon {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.flow .wrap .icon b:after {
    font-size: 16px;
}

.flow .wrap a {
    font-size: 20px;
}

.flow .wrap li .txt {
    font-size: 14px;
}

.flow .voice_item {
    margin-bottom: 30px;
}

.flow .wrap .voice-link {
    width: 900px;
    margin: 0 auto 60px;
    padding: 10px;
}

.flow .voice_item .name {
    line-height: 1.8;
    padding: 1% 0 1% 60px;
}

.flow .voice_item .name:before {
    top: 15px;
}


/* qa
----------------------------------------------- */
.faq_list {
    margin: 0 auto 80px;
}

.faq_list li {
    margin: 0 auto 20px;
}

.faq_q {
    padding: 16px 70px 16px 56px;
    font-size: 16px;
}

.faq_q span {
    font-size: 26px;
    width: 42px;
    height: 42px;
    left: 10px;
}

.faq_q:before {
    width: 25px;
    height: 2px;
    top: 50%;
    right: 23px;
}

.faq_q:after {
    width: 2px;
    height: 25px;
    top: 50%;
    right: 34px;
    margin-top: -12px;
    transform: translate(0, 0);
}

.faq_q.open:after {
    -moz-transform: rotate(90deg) translate(0, 0);
    -ms-transform: rotate(90deg) translate(0, 0);
    -webkit-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0);
}

.faq_a {
    padding: 18px 24px;
    display: none;
    font-size: 14px;
}

/* voice
----------------------------------------------- */
.voice_item li:before {
    font-size: 80px;
    bottom: -8px;
}

.voice_item li {
    padding: 34px;
    border-radius: 30px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.voice_item .name {
    font-size: 20px;
    padding-left: 60px;
    margin-bottom: 15px;
}

.voice_item .name:before {
    width: 30px;
    top: 15px;
    left: 22px;
}

.voice_item .com {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 35px;
}

.voice_item .com:before {
    width: 30px;
    height: 30px;
    padding: 8px 0 0 0;
    text-align: center;
    top: -5px;
}

.voice_item .voice-box {
    width: 68%;
}

.voice_item li img {
    width: auto;
    margin: 0;
}


/* privacy
----------------------------------------------- */
.privacy {
    margin-bottom: 5%;
}

.privacy_in {
    width: 900px;
}

.privacy_in p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.privacy_in span {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.5;
}

/* salon
----------------------------------------------- */
.salon .second-inner>ul {
    margin-bottom: 50px;
}

.salon .second-inner>ul:last-child {
    margin-bottom: 0;
}

.salon .second-inner>ul li {
    padding: 40px;
}

.salon .map {
    display: inline-block;
    width: 405px;
}

.salon .map iframe {
    width: 100%;
    height: 300px;
}

.salon .textbox {
    display: inline-block;
    width: 400px;
    padding-left: 30px;
    vertical-align: top;
}

.salon .tit {
    font-size: 26px;
}

.salon .tit:before {
    width: 30px;
    height: 30px;
    top: -2px;
}

.salon .tel {
    font-size: 30px;
}

.salon .tel:before {
    margin-right: 5px;
}

.salon .insta {
    font-size: 22px;
}

.salon .insta:hover {
    background: #02a9e8;
    opacity: 1;
    color: #fff;
    border: 2px solid #02a9e8;
}

.salon .insta:hover:after {
    color: #fff;
    right: 10px;
}

.salon .insta:hover span:before {
    color: #fff;
}

.salon .sub {
    margin: 10px 0;
    line-height: 1.2;
    padding: 10px 0;
}

.salon th,
.salon td {
    padding: 15px;
}

.salon .context {
    padding: 30px;
    margin-bottom: 50px;
}

.salon .context ul {
    display: block;
}

.salon .context dl {
    width: 100%;
    margin: 0 auto 10px;
}

.salon .context dl dt {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.salon .context li {
    padding: 10px 0;
    font-size: 14px;
    display: inline-block;
    width: auto;
}

.salon .context ul:last-child::after {
    content: "";
    display: block;
    width: 32%;
}

.salon .context li a {
    font-size: 16px;
    padding: 10px 6px 10px 20px;
}

.salon .context li a.cyatan {
    padding: 14px 20px;
    line-height: 1;
}

.salon .context li a:after {
    display: inline-block;
    position: inherit;
    left: 0;
    top: 0;
}

.salon .context li span {
    display: inline-block;
}

.salon .midashi01 {
    margin-bottom: 30px;
    font-size: 18px;
}

.salon .midashi01::before,
.salon .midashi01::after {
    top: 6px;
}


/* machine
----------------------------------------------- */
.machine.second-content {
    padding-top: 0;
}

.machine .subhero {
    min-height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 60px
}

.machine .subhero p {
    font-size: 200px;
    left: 28%;
    bottom: -45px;
}

.machine .title {
    font-size: 22px;
    letter-spacing: 4px;
    line-height: 2;
    margin-bottom: 40px;
}

.machine .point {
    padding: 60px 0 80px;
    margin-bottom: 0;
}

.machine-nice-ttl {
    margin-bottom: 150px;
}

.machine-nice-ttl .jp {
    font-size: 40px;
}

.machine-nice-ttl .en {
    font-size: 24px;
    margin-top: -10px;
}

.machine-nice-ttl .jp:before {
    width: 140px;
    left: -171px;
    top: 38px;
}

.machine-nice-ttl .jp:after {
    width: 140px;
    right: -171px;
    top: 38px;
}

.machine .point li .ttl {
    font-size: 30px;
    padding: 20px;
    margin-bottom: 180px;
}

.machine .point li {
    position: relative;
    margin-bottom: 160px;
}

.machine .point li:nth-last-child(1) {
    margin-bottom: 0;
}

.machine .point img {
    width: auto;
    position: absolute;
    top: -110px;
    left: -30px;
}

.machine .point li.rightitem img {
    left: inherit;
    right: -30px;
}

.machine .point li .textbox {
    width: 70%;
    padding-bottom: 35px;
}

.machine .point li.leftitem .textbox {
    margin-left: auto;
    padding-bottom: 30px;
}

.machine .point li span {
    font-size: 100px;
    top: -100px;
    left: 0px;
    color: #fff;
    letter-spacing: 5px;
}

.machine .point li.leftitem span {
    left: 200px;
}

.machine .point li .tit {
    font-size: 22px;
    text-align: center;
    padding: 15px;
}

.machine .point li .sub {
    font-size: 20px;
}

.machine .point li .txt {
    margin-bottom: 20px;
}

.machine .point li.rightitem img.arrow {
    position: static;
}

.machine .point .arrow {
    position: static;
    width: auto;
    margin: 0 auto 10px;
}

.machine .movie {
    width: 90%;
    margin-bottom: 25px;
}

.machine li.rightitem .movie img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
}

.machine .babox {
    padding: 40px 10px;
    margin-top: -100px;
    margin-bottom: 170px;
}

.machine .babox .title {
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 25px;
}

.machine .babox .title b {
    font-size: 16px;
}

.machine .babox img {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 0;
}

.machine .babox ul {
    text-align: center;
}

.machine .babox li {
    display: inline-block;
    width: 31%;
    margin: 5px;
}

.machine .babox li:nth-last-child(1) {
    margin: 5px;
}

.machine .babox a {
    width: 360px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    padding: 10px;
}

/* service
----------------------------------------------- */
.service-intro.inner {
    margin-bottom: 80px;
}

.service-intro .textbox {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.service-intro .textbox .text {
    width: 50%;
    margin: 80px 0 0;
}

.service-intro .textbox img {
    width: auto;
    margin: 0;
}

.service-intro .textbox .arrow {
    margin: 0 auto 20px;
    width: auto;
}

.white-rounded-box {
    margin-bottom: 60px;
    padding: 40px;
}

.white-rounded-box .title {
    font-size: 24px;
    margin-bottom: 30px;
}

.white-rounded-box .centering {
    margin: 0 auto 50px;
}

.white-rounded-box .text p {
    margin: 20px auto;
}

.serice-process {
    padding: 80px 0 120px;
}

.serice-process .title {
    font-size: 36px;
    margin-bottom: 40px;
}

.serice-process .title:before {
    width: 230px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.process-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.process-list li {
    margin-bottom: 40px;
    padding: 30px;
    width: 46%;
}

.process-list li img {
    display: inline-block;
    width: 40%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.process-list li p {
    display: inline-block;
    width: 56%;
    margin: 4% 0 0 2%;
}

.process-list li:after {
    content: "";
    width: 20px;
    height: 50px;
    background: url("../images/arrow-right.png") no-repeat top center / 100%;
    display: block;
    position: absolute;
    left: 107%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.process-list li:nth-child(even):after {
    content: "";
    display: none;
}

.process-list li.last {
    width: 100%;
}

.process-list li.last img {
    width: auto;
}

.process-list li.last p {
    width: 80%;
}

.process-list .deco-img {
    position: absolute;
    bottom: -70px;
    left: 69%;
    width: auto;
}

.service-effect.inner {
    margin: 80px auto;
}

.service-effect-title {
    font-size: 36px;
    margin: 10px auto 40px;
}

.step-list {
    width: 800px;
    padding: 0 0 0 85px;
    margin: 0 auto 100px;
}

.step-list:before {
    width: 14px;
    height: calc(100% - 15px);
}

.step-list li {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.step-list img {
    width: auto;
    margin: 0 30px 0 0;
}

.step-text {
    flex: 1;
}

.step-text .fukidashi {
    top: -70px;
    right: 80px;
    width: auto;
}

.step-list .batch {
    width: 100%;
    font-size: 30px;
    letter-spacing: 4px;
}

.step-list .batch:before {
    width: 22px;
    height: 22px;
    border-width: 2px;
    left: -89px
}

.step-list .batch:after {
    width: 48px;
    left: -62px;
}

.step-title {
    margin-bottom: 20px;
    font-size: 24px;
}

.point-imglist {
    width: 90%;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.point-imglist img {
    width: auto;
    margin: 0;
}

.comic-area {
    width: 900px;
    margin: 0 auto 80px;
}

/* policy
----------------------------------------------- */
.policy {
    margin-bottom: 100px;
}

.policy.second-content {
    padding-top: 0;
}

.policy .intro {
    margin: 0 0 60px 0;
    padding: 40px 0;
    background: url(../images/policy/bg.jpg) center top;
    background-size: cover;
}

.policy .intro .inner {
    position: relative;
}

.policy .intro .inner:before {
    z-index: 3;
    left: inherit;
    right: -50px;
    width: 340px;
    top: 280px;
}

.policy .intro .inner>img {
    width: auto;
    position: absolute;
    z-index: 1;
    right: -70px;
}

.policy .intro .textbox {
    width: 630px;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-top: 140px;
    padding: 50px 35px;
}

.policy .intro .textbox img {
    width: auto;
}

.policy .intro .tit {
    font-size: 26px;
}

.policy .intro .txt {
    line-height: 2;
}

.policy .title {
    font-size: 30px;
    margin-bottom: 50px;
}

.policy li .title b {
    font-size: 18px;
    width: 180px;
    margin-bottom: 5px;
    padding: 8px;
}

.policy li .title {
    font-size: 40px;
    display: block;
    width: 80%;
    margin: 0 auto 40px;
    padding: 20px 0 26px;
}

.policy li.part:before {
    width: 130px;
    height: 130px;
    left: -20px;
    top: -15px;
}

.policy li {
    padding: 50px;
    margin-bottom: 70px;
}

.policy li img {
    margin-bottom: 20px;
}

.policy li .pic {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.policy li .pic img {
    width: 48%;
    margin-bottom: 20px;
}

.policy li .tit {
    font-size: 25px;
    padding: 10px;
    margin-bottom: 20px;
}

.policy li .txt {
    margin-bottom: 20px;
}

.policy li a {
    width: 400px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    padding: 20px;
}

.policy li a:before {
    top: 40%
}

.policy li img {
    margin: 0 auto 30px;
}

.policy li.part {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.policy li.part img {
    width: 42%;
    display: inline-block;
}

.policy li.part .textbox {
    width: 52%;
}

/* law
----------------------------------------------- */
.law {
    margin-bottom: 100px;
}

.law th {
    display: table-cell;
    width: 30%;
    padding: 16px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
}

.law td {
    display: table-cell;
    width: 70%;
    padding: 16px;
    text-align: left;
    font-size: 16px;
}

.law td a {
    font-size: 30px;
}

.law td a::before {
    margin-right: 5px;
}

/* recruit
----------------------------------------------- */
.recruit {
    padding-top: 0;
    position: relative;
    margin: 0;
}

.recruit:before {
    content: "";
    width: 59%;
    height: 830px;
    background: #d6f4ff;
    position: absolute;
    right: 0;
    top: 330px;
}

.recruit .intro:before {
    width: 750px;
    height: 680px;
    right: -120px;
}

.recruit .intro:after {
    top: 785px;
    width: 395px;
    right: -210px;
}

.recruit .intro {
    width: 960px;
    margin: 0 auto 120px;
}

.recruit .intro .textbox {
    padding-top: 170px;
}

.recruit .intro .tit {
    font-size: 70px;
    letter-spacing: 15px;
}

.recruit .intro p {
    font-size: 20px;
    letter-spacing: 2px;
}

.recruit .training {
    margin-bottom: 80px;
}

.recruit .training .tit {
    font-size: 120px;
    letter-spacing: 15px;
    margin-bottom: 30px;
}

.recruit .training small {
    font-size: 25px;
    letter-spacing: 2px;
}

.recruit .training .tit:before {
    width: 230px;
}

.recruit .training img {
    position: absolute;
}

.recruit .training .textbox {
    position: relative;
    padding: 50px;
    margin-top: 150px;
    margin-left: auto;
    width: 560px;
    top: 0;
}

.recruit .training .textbox p {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.recruit .points {
    margin-bottom: 150px;
}

.recruit .points .scrool {
    min-height: 250px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    height: auto;
}

.recruit .points ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.recruit .points li {
    background: #fff;
    width: 32%;
    border: none;
    margin: -50px 0 0 0;
    padding: 50px 50px 0 50px;
    border-top: 5px solid #00aae9;
}

.recruit .points .tit {
    font-size: 2vw;
}

.recruit .points .txt {
    font-size: 1vw
}

.recruit .message .tit {
    font-size: 40px;
}

.recruit .message .tit:before {
    height: 90px;
    top: -110px;
}

.recruit .message .bx-wrapper {
    margin-bottom: 50px;
}

.recruit .message p {
    width: 900px;
    margin: 0 auto 30px;
}

.recruit .message a {
    width: 900px;
    margin: 0 auto;
    font-size: 20px;
    padding: 20px;
}


/* reserve
----------------------------------------------- */
.contact-text {
    font-size: 16px;
    margin-bottom: 30px;
}

.thanks-text {
    font-size: 16px;
    margin-bottom: 30px;
}

.thanks-text span {
    font-size: 20px;
    margin-bottom: 30px;
}

.form {
    margin: 50px 0;
}

.contact-text .dr-bnr {
    width: 400px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    padding: 20px;
    margin-top: 30px
}

.contact-text .dr-bnr:before {
    top: 40%
}