* {
    font-family: sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.7;
}
body {
    color: #333;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    width: 80%;
    max-width: 500px;
}
.swiper-slide p {
    padding: 1.5rem 2rem 2.5rem 2rem;
    margin-bottom: 0;
    font-size: 14px;
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ddd
}

/* ここから解析例 */

.keikou {
background: linear-gradient(transparent 60%, #ffff99 40%);
}

.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents-box {
	margin-bottom: 1rem;
	padding: 1rem;
	width: 49%;
	background-color: #FCF1F2;
}

.contents-box img {
	display: block;
	margin-bottom: 1rem;
	width: 100%;
	height: auto;
}

.contents-box h2 {
	margin-bottom: 1rem;
	font-size: 0.9rem;
	text-align: center;
}

@media screen and (max-width: 768px){
	.contents-wrap {
		flex-direction: column;
	}

	.contents-box {
		width: 100%;
	}
}

.contents-wrap_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents-box_2 {
	margin-bottom: 1rem;
	padding: 1rem;
	width: 100%;
	background-color: #f5f5f5;
}

.contents-box_2 img {
	display: block;
	margin-bottom: 1rem;
	width: 100%;
	height: auto;
}

.contents-box_2 h2 {
	margin-bottom: 1rem;
	font-size: 0.9rem;
	text-align: center;
}

@media screen and (max-width: 768px){
	.contents-wrap_2 {
		flex-direction: column;
	}

	.contents-box_2 {
		width: 100%;
	}
}

/* ここまで */

h1, .h1, h2, .h2, h3, .h3 {
    font-weight: normal;
    margin-top: 0;
}
h1, .h1 {
    font-size: 40px
}
h2, .h2 {
    font-size: 30px
}
h3, .h3 {
    font-size: 24px
}
h2, h3 {
    margin-bottom: 3rem;
}
.h0 {
    font-size: 50px
}
p {
    margin-top: 0;
}
h2 + .caption {
    margin: -3rem 0 3rem
}
a {
    color: #D52152;
}
img {
    line-height: 0;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
section, .wpcf7 {
    padding: 5rem 0
}
.container {
    max-width: 1200px;
    width: 100%;
    padding: 0 1rem;
    margin: auto
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex > div + div {
    margin-left: 3rem
}
.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ac {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.space-b {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.text-red {
    color: #D52152;
}
.text-red span {
    display: inline-block;
    line-height: 1.3;
}
.text-red.no1 span {
    display: block;
}
.bold {
    font-weight: bold;
}
.bold_2 {
    font-weight: bold;
    font-size: 3rem
}
.small {
    font-size: 12px
}
.small_2 {
    font-size: 10px
}
.mt3 {
    margin-top: 3rem;
}
.mb0 {
    margin-bottom: 0;
}
[class^="btn"] {
    text-decoration: none;
    line-height: 1;
}
.btn-sm {
    background: #D52152;
    color: #fff;
    font-weight: bold;
    display: table;
    padding: .5rem 1.6rem;
    border: 1px solid #D52152;
    border-radius: 1.5em;
    margin: 0 2rem 0 1rem;
    -webkit-transition: .3s;
    transition: .3s;
}
.btn-sm:hover {
    background: #fff;
    color: #D52152;
    -webkit-transition: .3s;
    transition: .3s;
}
.btn-apply {
    background: #fff;
    color: #D52152;
    font-size: 30px;
    font-weight: bold;
    display: table;
    padding: 1em 2.8em;
    border-radius: 1.6em;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    margin-bottom: 1.5rem;
}
.btn-apply:hover {
    opacity: .7;
    -webkit-transition: .3s;
    transition: .3s;
}
.btn-out {
    background: #fff;
    color: #D52152;
    font-weight: bold;
    display: table;
    padding: 1em 2.8em;
    border: 1px solid #D52152;
    border-radius: 1.5em;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s;
}
.btn-out:hover {
    background: #D52152;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.btn-light {
    font-size: 16px;
    background: #ccc;
    padding: 1em 2.8em;
    border: 1px solid #fff;
    border-radius: 1.5em;
    color: #fff;
    display: table;
    margin: 0 auto 2rem;
    -webkit-transition: .3s;
    transition: .3s;
}
.btn-light:hover {
    background: #fff;
    color: #999;
    -webkit-transition: .3s;
    transition: .3s;
}
.tel, .number {
    font-family: 'Oswald'
}
.tel {
    font-size: 20px;
    line-height: 1;
}
.number {
    font-size: 50px
}
.bg-light {
    background: rgb(252, 229, 236);
    background: linear-gradient(-45deg, rgba(252, 229, 236, 1) 0%, rgba(252, 242, 242, 1) 100%);
}
.logo {
    padding: 1rem 0;
}
.logo img {
    width: 125px;
    height: auto;
    margin-bottom: 10px;
}
.logo span {
    font-size: 8px
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    z-index: 99;
}
header ul {
    list-style: none;
    padding: 0;
}
header li a {
    padding: 1rem;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s
}
header li a:hover {
    color: #D52152;
    border-bottom: 1px solid #D52152;
    -webkit-transition: .3s;
    transition: .3s
}
#hero {
    padding: 8rem 0 2rem;
}
.hero-img {
    padding-left: 2rem
}
.hero-body h1 {
    line-height: 1.3;
}
.hero-tag {
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    padding: .3rem .7rem .2rem .7rem;
    margin-top: .8rem;
    display: inline-block
}
.card {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    padding: 2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    background: #fff;
}
.card + .card {
    margin-left: 3rem
}
.card h3 {
    margin-bottom: 1rem;
}
.card i {
    font-size: 100px
}
.number {
    margin: 0
}
.caution {
    background: #fff url(../images/caution.svg) bottom 2rem right 2rem/105px 91px no-repeat;
}
.flex-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px
}
.check {
    position: relative;
}
.check::before {
    position: absolute;
    font-family: 'Pe-icon-7-stroke';
    content: "\e66c";
    font-size: 18px;
    top: -2px;
    left: -1.3rem;
}
.item {
    padding: 1.2rem 1rem 1.2rem 3rem;
    border-top: 1px solid #ddd;
    position: relative
}
.item::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 100%;
    top: -1.4rem;
    left: -1rem;
}
.item p {
    margin: 0;
}
.no1 {
    margin-top: -10rem;
}
.apply {
    background: rgb(229, 0, 63);
    background: linear-gradient(-45deg, rgba(229, 0, 63, 1) 0%, rgba(234, 136, 136, 1) 100%);
    color: #fff;
}
.apply .tel {
    font-size: 30px;
}
.apply .tel span {
    font-size: 14px;
    display: inline-block;
    margin-left: 1.5rem;
    line-height: 1;
}
.demo {
    width: 80px;
    margin: 2rem auto;
}
.plan {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    margin: 0 !important;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    width: 100%;
}
.plan:nth-child(1) {
    z-index: 3
}
.plan:nth-child(2) {
    z-index: 2
}
.plan:nth-child(3) {
    z-index: 1
}
.plan-title {
    background: #D52152;
    color: #fff;
    padding: 1em;
}
.plan-body {
    background: #fff;
    padding: 2rem;
    position: relative
}
.primary .plan-body {
    background: #FDEDF0;
    padding: 3rem 2rem
}
.campaign {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #FFBA00;
    font-size: 11px;
    color: #fff;
    padding: 0 1em;
    border-radius: 10px;
}
.plan-body table {
    margin: 2rem 0;
    width: 100%;
}
.plan-body th {
    text-align: left;
    width: 70px;
}
.plan-body td {
    text-align: right
}
.plan .number {
    margin: 1rem 0 2rem;
    line-height: .6
}
.plan-option .number {
    margin: 2rem 0 1.7rem;
    line-height: .6
}
.plan .number span, .plan-option .number span {
    font-size: 20px
}
.plan-option {
    background: #fff;
    border: 1px solid #D52152;
    width: 80%;
    max-width: 800px;
    padding: 2rem 2rem .5rem;
    margin: 3rem auto 0
}
.plan-option h3 {
    margin: 0 0 1rem;
}
#faq .container {
    max-width: 700px
}
.question {
    position: relative;
    margin-bottom: 2rem;
}
.question::before {
    position: absolute;
    content: "Q";
    font-family: oswald;
    top: -2rem;
    left: -3rem;
    font-size: 55px;
}
.answer {
    margin-bottom: 4rem;
}
form {
    max-width: 700px;
    width: 100%;
    padding: 0 1rem;
    margin: auto
}
form p:not(.caption) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wpcf7-form-control-wrap {
    width: 500px;
}
.wpcf7-text {
    width: 100%;
    line-height: 1;
    padding: .6em 1em;
    border: 1px solid #ddd;
    background: #f6f6f6
}
.wpcf7-textarea {
    width: 100%;
    line-height: 1;
    padding: 1em;
    border: 1px solid #ddd;
    background: #f6f6f6
}
.wpcf7-form-control-wrap input[type=radio] {
    margin: 0 .3em
}
.wpcf7-list-item {
    display: block
}
::-webkit-input-placeholder {
    color: #999;
}
:-ms-input-placeholder {
    color: #999;
}
::placeholder {
    color: #999;
}
.wpcf7-submit {
    background: #D52152;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    display: table;
    padding: 1em 2.8em;
    border: 2px solid #D52152;
    border-radius: 1.6em;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    margin-top: 2rem;
}
.wpcf7-submit:hover {
    background: #fff;
    color: #D52152;
    border: 2px solid #D52152;
    -webkit-transition: .3s;
    transition: .3s;
}
#footer {
    background: #ccc;
    padding: 2rem 1rem;
}
#footer a:not([class^=btn]) {
    color: #333;
}
.copy {
    padding: 1rem;
    background: #333;
    color: #999;
}
.menu {
    width: 30px;
    top: 1rem;
    right: 1rem;
    position: absolute;
    display: none;
    z-index: 111
}
.wpcf7-not-valid-tip {
    color: red;
    font-weight: bold;
}
.wpcf7-not-valid {
    border: 1px solid red;
    background: #fff0f0;
}
.screen-reader-response {
    display: none;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #fce7ed;
    text-align: center;
    padding: 2rem;
    margin-top: 3rem;
}
@media(max-width:600px) {
    h1, .h1 {
        font-size: 28px
    }
    h2, .h2 {
        font-size: 22px
    }
    h3, .h3 {
        font-size: 19px
    }
    .btn-sm {
        margin: 1em auto
    }
    .flex, form p:not(.caption) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    form p:not(.caption) {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    form label {
        font-weight: bold;
        margin-bottom: .5rem;
    }
    header ul {
        position: absolute;
        background: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 5rem;
        margin: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: .3s;
        transition: .3s;
        z-index: 80;
        height: 100vh;
    }
    header ul.on {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: .3s;
        transition: .3s;
    }
    header li a {
        display: table;
        font-size: 16px
    }
    header .tel {
        display: table;
        margin-top: 1em;
    }
    .flex > div + div, .card + .card {
        margin-top: 1rem;
        margin-left: 0;
    }
    .flex-img {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        max-width: 100%
    }
    .logo {
        padding: .7rem 0 .2rem
    }
    .wpcf7-submit, .btn-apply, .btn-out {
        padding: .7em 1.5em;
    }
    .wpcf7-form-control-wrap {
        width: 100%;
    }
    .check {
        padding-left: 1.3rem;
    }
    .check::before {
        left: 0;
    }
    .item::before {
        left: 0;
    }
    .no1 {
        margin-top: 0;
    }
    .menu {
        display: block
    }
    .plan {
        margin-top: 1rem !important;
    }
    .plan-option {
        width: 100%;
    }
    .apply .tel span {
        margin-left: 0;
    }
    .question {
        padding-left: 2em;
    }
    .question::before {
        left: 0;
    }
    .wpcf7-submit {
        font-size: 27px
    }
}
