@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    margin: 0;
}
p{
    font-size: 17px;
    line-height: 1.7;
}
/** link **/
a:link {
    color: #1c7fbd;
	text-decoration: underline;
}

a:visited {
    color: #1c7fbd;
}

a:hover,
a:active {
	text-decoration: none;
}

/*初期設定
----------------------------------------------------*/
#wrapper{
    width: 100%;
    padding: 0 0 0 0;
    overflow: hidden;
    margin: auto;
    position: relative;
}
@media screen and (min-width:640px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}

@media screen and (max-width:640px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #wrapper{
        width: 100%;
    }
}
/*layout
----------------------------------------------------*/

img{
    width: 100%;
    margin: 0;
    padding: 0;
}
.mv_content{
      background: linear-gradient(to right,#ff7b89, #f22549);
}
.mv_img{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.scroll_icon{
    width: 150px;
    margin: -37px auto 0;
}
.cta_time p {
    margin: 0;
}
.cta_time {
    background: #fff000;
    margin: 5px 0 0;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #f23354;
}
.cta {
    background: #ffe2e5;
    padding-bottom: 40px;
}
img.cta_btn {
    max-width: 670px;
    width: 95%;
    display: block;
    margin: 15px auto 25px;
}
img.cta_under {
    max-width: 750px;
    width: 95%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:640px) {
    .cta_time {
        letter-spacing: -0.8px;
        padding: 8px;
    }
    .cta_time p{
        font-size: 14px!important;
    }
    
}

@keyframes anime{
    0%{transform:scale(.95); opacity:1}
    90%{opacity:.1}to{transform:scale(1.2,1.5); opacity:0}
}

.cta_effect {
    position: relative;
    transition: .2s;
    z-index: 1;
}
.cta_effect:before, .cta_effect:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -10;
    max-width: 670px;
    width: 95%;
    height: 100%;
    border-radius: 100px;
    background: #ffaaae;
    border: 1px solid #ff999e;
    transform: translate3d(0,0,0);
}
.cta_effect:before {
    animation: anime 2s ease-out infinite;
}
.cta_effect:after {
    animation: anime 2s ease-out 1s infinite;
}
span.effect_span {
    display: block;
    position: relative;
    font-family: sans-serif;
}

.menu{
    text-align: center;
    padding: 35px 0;
}
.menu h1{
    color: #f23354;
    margin: 0;
}
.menu p{
    margin-top: 0;
    font-weight: bold;
}
.menu_box{
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 10px auto;
}
.menu_box a{
    width: 24%;
}

@media screen and (max-width:640px) {
    .menu{
        padding: 30px 0 15px;
    }
    .menu h1{
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .menu_box a{
        width: 48%;
        margin-bottom: 5px;
    }
}

.section01{
    padding: 30px 0 30px;
    background: #efefef;
}
h2{
    max-width: 1200px;
    width: 90%;
    background-image: url(../img/title_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 25px;
    color: #fff;
    font-size: 35px;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto 30px;
}
.h2_top {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto -15px;
    border-radius: 10px;
    padding: 8px 10px;
    max-width: 700px;
    width: 90%;
    color: #f23354;
    font-size: 23px;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #f23354;
    box-sizing: border-box;
}
.h2_top:before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}
.h2_top:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #f23354;
    z-index: 1;
}
.h2_top p {
    margin: 0;
    padding: 0;
}
@media screen and (max-width:640px) {
    h2{
        width: 100%;
        padding: 30px 0 15px;
        font-size: 28px;
    }
    .h2_top {
        margin: 0 auto -10px;
        padding: 6px 10px;
        font-size: 18px;
    }
    
}
.tac{
    text-align: center;
}
.tacl{
    text-align: center;
}
.section_wrapper{
    display: block;
    margin: 0 auto;
    max-width: 1000px;
    width: 95%;
}
.flex{
    display: flex;
    max-width: 1000px;
    justify-content: space-between;
}
.flex img{
    width: 45%;
    height: 100%;
}
.flex p{
    width: 50%;
}
.marker{
    background:linear-gradient(transparent 60%, #ff6 60%);
}
@media screen and (max-width:640px) {
    .flex{
        flex-wrap: wrap;
    }
    .flex img{
        width: 100%;
    }
    .flex p{
        width: 100%;
    }
    .tacl{
        text-align: left;
    }
    .fsM{
        font-size: 23px;
    }
    .sp_mt30{
        margin-top: 30px;
    }
}
.section02{
    padding: 30px 0 30px;
    background: #fff;
}
.reason{
    max-width: 600px;
    margin: 0 auto 30px;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    background: linear-gradient(to bottom right, #fff0d2, #ffd4d4);
}
.reason p{
    color: #f23354;
    font-weight: bold;
    font-size: 23px;
    margin: 0;
}
.u_line{
    display: block;
    max-width: 200px;
    height: 3px;
    width: 100%;
    margin: 0 auto;
    background: #f23354;
}
h3{
    font-size: 33px;
    margin: 20px 0;
}
.mt30{
    margin-top: 30px;
}
.mt50{
    margin-top: 50px;
}
.m0{
    margin: 0;
}
@media screen and (max-width:640px) {
    .reason{
        margin: 0 auto 20px;
    }
    .reason p{
        font-size: 19px;
    }
    h3{
        font-size: 24px;
    }
    .mt50{
        margin-top: 30px;
    }
}
.flex_img{
    filter: drop-shadow(6px 6px 6px rgba(0,0,0,.1));
}
.section03{
    background: #fffee9;
    border-top: 5px solid #f23354;
    border-bottom: 3px solid #f23354;
    margin: 120px 0 0;
}
.img05{
    display: block;
    max-width: 700px;
    width: 95%;
    margin: -90px auto 0;
}
.img06{
    display: block;
    max-width: 700px;
    width: 93%;
    margin: 0 auto;
}
@media screen and (max-width:640px) {
    .section03{
        margin: 10% 0;0
    }
    .img05{
        margin: -15% auto 0;
    }
    .img06{
        margin: 0 auto 30px;
    }
}

.fsS{
    font-size: 8px;
}
.tar{
    text-align: right;
}
.h2_top02{
    display: block;
    width: 80px;
    margin: 20px auto -40px;
}
@media screen and (max-width:640px) {
    .h2_top02{
        display: block;
        width: 60px;
        margin: 20px auto -8%;
    }
}

.section04{
    background: #ffe2e5;
    padding: 50px 0;
    margin: 50px 0;
}
h4{
    font-size: 25px;
    margin: 0;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    max-width: 900px;
    width: 95%;
    margin: 40px auto 0;
}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/4);
    height: 50px;
    background-color: #333333;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 20px 20px  0 0;
}
.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 30px 30px 0;
    clear: both;
    overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#item01:checked ~ #item01_content,
#item02:checked ~ #item02_content,
#item03:checked ~ #item03_content,
#item04:checked ~ #item04_content,
#item05:checked ~ #item05_content,
#item06:checked ~ #item06_content{
    display: block;
    background-color: #fff;
    padding-bottom: 40px;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #f23354;
    color: #fff;
}
.tab_content .title{
    font-weight: bold;
    color: #f23354;
    text-align: center;
    margin: 0;
    font-size: 29px;
    line-height: 1.4;
}
.gray_bg{
    background-color: #333333;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 23px;
    width: 250px;
    margin: 20px auto 0;
}
.img07{
    max-width: 800px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.img15{
    max-width: 600px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.img16{
    max-width: 630px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.img08{
    display: block;
    margin: 20px auto 0;
    max-width: 500px;
    width: 90%;
}

.title02 {
    position: relative;
    display: block;
    padding: 0 38%;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
}

.title02:before, .title02:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40%;
    height: 1px;
    background-color: black;
}

.title02:before {
    left:0;
}
.title02:after {
    right: 0;
}
.tab_content02{
    padding: 25px;
    background: #fffee9;
    border-radius: 20px;
    margin: 20px auto 0;
}
.img09{
    display: block;
    margin: 10px auto 0;
    width: 90%;
}
@media screen and (max-width:640px) {
    /*タブ切り替えの中身のスタイル*/
    .tab_content {
        padding: 20px 15px 0;
    }
    /*タブのスタイル*/
    .tab_item {
        font-size: 15px;
    }
    .img07{
        margin-top: 20px;
    }
    .img15{
        max-width: 260px;
    }
    .img08 {
        margin: 10px auto 0;
    }
    .gray_bg {
        background-color: #333333;
        border-radius: 50px;
        color: #fff;
        text-align: center;
        font-size: 17px;
        width: 180px;
        margin: 15px auto 0;
    }
    .tab_content02 {
        padding: 15px;
        background: #fffee9;
        border-radius: 20px;
        margin: 10px auto 0;
    }
    .title02 {
        position: relative;
        display: block;
        padding: 0 38%;
        font-weight: bold;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
    }
    .img09 {
        margin: 5px auto 0;
        width: 100%;
    }
    #item01:checked ~ #item01_content, #item02:checked ~ #item02_content, #item03:checked ~ #item03_content, #item04:checked ~ #item04_content, #item05:checked ~ #item05_content {
        padding-bottom: 20px;
    }
}

.img10{
    display: block;
    margin: 20px auto 0;
    max-width: 700px;
}
.flow01 {
    position: relative;
}

.flow01:after {
    content: "";
    position: absolute;
    top: 0;
    right: -13.5%;
    box-sizing: border-box;
    border-top: 232px solid transparent;
    border-bottom: 232px solid transparent;
    border-left: 40px solid #fff;
    z-index: 2;
}

.flow02 {
    position: relative;
    background-color: #ffe2e5;
}

.flow02:after {
    content: "";
    position: absolute;
    top: 0;
    right: -12%;
    box-sizing: border-box;
    border-top: 232px solid transparent;
    border-bottom: 232px solid transparent;
    border-left: 40px solid #ffe2e5;
}

.n_01{
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color:#f23354;
    text-align: center;
    line-height: 37px;
    color: #fff;
    font-size: 20px;
    margin: 0;
}
.flow_title{
    display: flex;
    align-items: center;
}
.n_title{
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 0 6px;

}
.flow{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.flow01,.flow02,.flow03{
    width: 33%;
    padding: 20px 0px 20px 70px;
}
.flow img{
    width: 80%;
}
@media screen and (max-width:640px) {
    .n_title{
        font-size: 16px;
        margin: 0 0 0 6px;
    }
    .flow{
        flex-wrap: wrap;
    }
    .flow01,.flow02,.flow03{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .flow01{
        padding: 20px 20px 20px 20px;
    }
    .flow02,.flow03{
        padding: 35px 20px 20px 20px;
    }
    .flow img{
        width: 30%;
        height: auto;
        margin: auto;
    }
    .n_01 {
        display: block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #f23354;
        text-align: center;
        line-height: 35px;
        color: #fff;
        font-size: 20px;
        margin: 0;
    }
    .flow_text{
        margin: 5px 0 0;
        font-size: 16px;
        line-height: 1.4;
    }
    .flow01:after {
        content: "";
        position: absolute;
        /* bottom: 0; */
        right: 0;
        left: 0;
        top: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        border-right: 190px solid transparent;
        border-left: 190px solid transparent;
        border-top: 20px solid #ffffff;
        border-bottom: 0;
        z-index: 2;
    }
    .flow02:after {
        content: "";
        position: absolute;
        /* bottom: 0; */
        right: 0;
        left: 0;
        top: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        border-right: 190px solid transparent;
        border-left: 190px solid transparent;
        border-top: 20px solid #ffe2e5;
        border-bottom: 0;
        z-index: 2;
    }
}
.img21{
    max-width: 550px;
    width: 95%;
    display: block;
    margin: 20px auto 0;
}
.fcY{
    color: yellow;
}
.section06{
    background: #ffe2e5;
    padding: 10px 0;
    margin: 50px 0 0;
}
.point_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 800px;
    margin: 0 auto;
}
.point_box img{
    width: 32%;
    margin: 13px 0 0;
}
@media screen and (max-width:640px) {
    .point_box img{
        width: 47%;
    }
}
.voice_p{
    font-size: 20px;
}
.slider img{
    margin: 0 20px 30px;
    filter: drop-shadow(6px 6px 6px rgba(0,0,0,.1));
}
@media screen and (max-width:640px) {
    .slider img{
        margin: 0 20px 10px;
    }
}

.accordion-single  {
    border-bottom: 1px solid #efefef;
    margin: 5px auto 0;
    width: 95%;
    max-width: 700px;
}

.accordion-single-title {
    padding: 20px 20px 20px 55px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    margin: 0;
    background: #f23354;
    border-radius: 10px;
    color: #fff;
}

.accordion-single-title::before{
    content: "Q";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 19px;
    font-size: 26px;
    font-weight: normal;
}
.accordion-single-content p::before{
    content: "A";
    position: absolute;
    top: -3%;
    left: 22px;
    font-size: 26px;
    font-weight: normal;
    color: #f23354;
}
.accordion-single-title::after{
    content: "";
    position: absolute;
    top: 56%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border: 8px solid transparent;
    border-top-color: #fff;
    transition: transform .2s ease;
}

.accordion-single-content {
    margin-top: 5px;
    margin-bottom: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
    background: #efefef;
    border-radius: 10px;
}

.accordion-single-content p {
    position: relative;
    padding: 0 20px 0 55px;
}

.accordion-single-item.is-open .accordion-single-content  {
    max-height: 400px;
}

.accordion-single-item.is-open .accordion-single-title::after  {
    transform: rotate(180deg);
    top: 31%;
}

@media screen and (max-width:640px) {
    .accordion-single-title {
        padding: 13px 35px 13px 45px;
    }

    .accordion-single-title::before{
        left: 13px;
    }

    .accordion-single-title::after{
        right: 15px;
    }
}

.img29{
    width: 60%;
    display: block;
    margin: 0 auto;
}
.fsL{
    font-size: 20px;
}
@media screen and (max-width:640px) {
    .img29{
        width: 100%;
    }
    .fsL{
        font-size: 17px;
    }
}
.img30{
    display: block;
    margin: 0 auto;
    max-width: 700px;
}
footer {
    background: #f23354;
    color: #fff;
}
table.fooer_table {
    width: 80%;
    padding: 30px 10px 0;
    line-height: 1.8;
    margin: 0 auto;
}
tbody {
    font-size: 12px;
}
table.fooer_table th {
    width: 35%;
}
.logo img {
    width: 50%;
    margin-bottom: 10px;
}
footer a:link, a:visited, a:hover, a:active {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.toiawase {
    display: block;
    margin: 20px auto;
    max-width: 400px;
    width: 90%;
    text-align: center;
    background: #ffc600;
    border-radius: 50px;
    font-size: 20px;
    padding: 10px;
    border: 3px solid #fff;
    box-shadow: 0 7px 3px #af001e;
}
.another {
    width: 100%;
    padding: 5px 110px 20px;
    font-weight: bold;
    border-top: 1px solid #fff;
}
.another p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}
.footer_oya {
    display: flex;
    justify-content: space-around;
}
.footer_oya p{
    text-align: left;
    margin: 0;
}
@media screen and (max-width:640px) {
    .img16 {
    max-width: 260px;
}
    table.fooer_table {
        width: 100%;
    }
    .logo img {
        width: 90%;
    }
    .toiawase {
        margin: 10px auto 20px;
    }
    .another {
        width: 90%;
        padding: 5px 0 20px;
        font-weight: bold;
        margin: 0 auto;
        border-top: 1px solid #fff;
    }
    .another p {
        margin-top: 15px;
    }
    .footer_oya p{
        margin: 0;
    }
}

.footer_cta{
    z-index: 999;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(255,226,229,0.7);
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.footer_cta img.cta_btn {
    margin: 10px auto 15px;
}

.container {
    position: relative;
    width:100%;
}
.container label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100px; /*グラデーションで隠す高さ*/
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
input:checked + label {
    background: inherit;
}
.container label:after {
    line-height: 2.5rem;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 200px;
    content: '続きをよむ';
    transform: translate(-50%, 0);
    color: #ffffff;
    border-radius: 20px;
    background-color:rgb(242 51 84);
}
.container input {
    display: none;
}
.text-wrapper {
    overflow: hidden;
    height: 200px;
    transition: all 0.5s;
}
.container input:checked + label {
    display: none ;
}
.container input:checked ~ .text-wrapper {
    height: auto;
    transition: all 0.5s;
}
.TOP_btn{
    width: 13px;
    position: fixed;
    bottom: 20%;
    right: 10px;
    cursor: pointer;
    transition: .3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
    opacity: 1;
    visibility: visible;
}

/*このクラスが付与されると表示する*/
.absolute{
    position: absolute;
    top: -170px;
    bottom: auto;
}

@media screen and (max-width:640px) {
#endtime,#endtime2 {
    font-size: 14px;
}
}


/*プライバシーポリシー*/
.privacy-policy {
    text-align: center;
    font-size: 0.8em;
}

#privacy h2 {
    margin: 0 auto;
}
#privacy .inner {
    margin: 0 auto;
    padding: 0 3%;
    overflow-wrap: break-word;
}
#privacy .inner dl{
    font-size: inherit;
    width: 100%;
    font-weight: normal;
    text-align: left;
}
#privacy .inner dt{
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}
#privacy .inner dd{
    margin: 0 auto;
}