
@charset 'utf-8';

/*
---------------------------------------
reset
---------------------------------------
*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a,abbr,acronym,address,big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt,var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
font-size: 100%;
font-style: normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
margin:0;
padding:0;
}
html{
min-height:100%;
width:100%;
font-size: 62.5%;
}
html, body , .wrap {
min-height: 100%;
position: relative;
}
.wrap {
    width: 100%;
    overflow-x: hidden;
}
.inner {
width: 1000px;
margin: 0 auto;
}
@media screen and (max-width: 1000px) and (min-width: 431px) {
    .inner {
        width: auto;
        margin: 0 1%;
    }
}

body {
font-family: "Noto Sans JP", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
font-weight: 400;
font-style: normal;
color: #000;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
position: relative;
word-wrap: break-word;
word-break: break-all;
overflow-y: scroll;
}


/* 1240px〜431px */
@media screen and (max-width: 1000px) and (min-width: 431px){
    html,body,.wrap{
        width: 1000px;
    }
}

.pc {
    display: block !important;
}
.sp {
    display: none !important;
}

@media all and (-ms-high-contrast: none) {
body,.font-tsukuBR {
font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}
}

input, textarea {
margin: 0;
padding: 0;
}
input:focus, textarea:focus, button:focus {
outline: 0;
}
input[type="button"],input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
img {
max-width: 100%;
height: auto;
border: none;
}
ol, ul {
list-style: none;
font-size: 1.6rem;
}
p {
color: #000;
font-size: 1.6rem;
line-height: 2;
}
dl, dt, dd {
font-size: 1.6rem;
line-height: 2;
}
table {
width:100%;
border-collapse: collapse;
border-spacing:0;
}
table th,
table td {
font-weight:normal;
font-size: 1.6rem;
}
caption, th {
text-align: left;
}
a {
text-decoration: none;
color: #000;
transition: .3s;
}
a:focus {
outline:none;
}
p,dd,li,address{
font-style:normal;
}
body small {
font-size: 1.1rem;
}
figure {
line-height: 0;
}
* {
    transition: all .5s;
}

/*
----------------------------------------
flex
----------------------------------------
*/

.flex {
display: -ms-flex;
display: -webkit-flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: stretch;
}
.flex.nowrap {
flex-wrap: nowrap;
}
.flex.reverce {
flex-direction: row-reverse;
}
.flex.item-center {
align-items: center;
-ms-flex-align: center;
}

/*
----------------------------------------
fadein
----------------------------------------
*/
.fadein {
    opacity: 0;
    transform : translateY(50px);
    transition : all 1500ms;
}
.fadein_left {
    opacity: 0;
    transform : translateX(-50px);
    transition : all 1500ms;
}
.fadein_right {
    opacity: 0;
    transform : translateX(50px);
    transition : all 1500ms;
}
.fadein.scrollin,
.fadein_left.scrollin,
.fadein_right.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}


/* ===============================================
common(first-LP)
============================================== */
.section-ttl {
    font-size: 4.8rem;
    color: #30b1b6;
    position: relative;
    text-align: center;
    margin-bottom: 8rem;
}
.section-ttl::before {
    content: "";
    width: 145px;
    height: 85px;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    background: url(img/h2_before.png) no-repeat;
    background-size: contain;
}
.str-txt b {
    background:linear-gradient(transparent 66%, #efc897 0%);
}
.str-txt02 b {
    background:linear-gradient(transparent 72%, #efc897 0%);
}
.next-box {
    position: relative;
    font-size: 3rem;
    text-align: center;
    z-index: 1;
    line-height: 1.5;
    letter-spacing: .2rem;
}
.next-box::after {
    content: "";
    width: 550px;
    height: 100px;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: url(img/sec2_bg01.png) no-repeat;
    background-size: contain;
    z-index: -1;
}


.goto-form {
    background: url(img/contact_btn_bg.png) no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    border-radius: 5px;
    padding: 1.3rem 4.2rem 1.3rem 2.5rem;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: baseline;
}
.goto-form::before,
.goto-form::after {
    font-weight: bold;
    font-family: "Font Awesome 5 Free" !important;
}
.goto-form::before {
    content: "\f0e0";
    margin-right: 10px;
}
.goto-form::after {
    content: "\f054";
    position: absolute;
    right: 26px;
    top: 54%;
    transform: translateY(-50%);
    transition: .4s;
    font-size: 1.4rem;
}
.goto-form:hover::after {
    right: 15px;
}
.goto-form.goto-form-plus {
    font-size: 3rem;
    width: 350px;
    margin: 0 auto;
    padding: 1.8rem 9rem 1.8rem 6rem;
}
.goto-form.goto-form-plus .small {
    font-size: 1.6rem;
}
.goto-form.goto-form-plus::before {
    content: "";
    margin-right: 0;
    width: 212px;
    height: 42px;
    position: absolute;
    top: -21px;
    left:-21px;
    background: url(img/contact_btn_free.png) no-repeat;
    background-size: contain;
}
.goto-form.goto-form-plus::after {
    right: 56px;
    top: 50%;
}
.goto-form.goto-form-plus:hover::after {
    right: 40px;
}
.goto-form.goto-form-plus.animate__swing  {
    animation-iteration-count: 3;
}

/* header
--------------------------------------------------------- */
#header {
    padding: 4.5rem 0;
}
@media screen and (max-width: 1000px) and (min-width: 431px) {
    #header {
        width: auto;
        margin: 0 1%;
    }
}
#header .flex {
    align-items: center;
    -ms-flex-align: center;
    max-width: 1700px;
    margin: 0 auto;
}
.h-logo a:hover {
    opacity: .7;
}
.h-logo a img {
    width: 340px;
}

/* fv
--------------------------------------------------------- */
.fv-container {
    background: url(img/fv_bg_green.png) no-repeat;
    background-size: cover;
    background-position: top 150px left;
    width: 100%;
}
.fv-container__bg {
    background: url(img/fv_mainimage.jpg) center center no-repeat;
    max-width: 1700px;
    margin: 0 auto 17.5rem;
    background-size: cover;
}
.fv-container__bg .inner {
    max-width: 1000px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-flex-align: end;
}
.fv-container .inner_box {
    max-width: 500px;
    padding: 5.5rem 0;
}
@media all and (-ms-high-contrast:none) {
    .fv-container__bg .inner_box {
        width: 500px;
    }
}
.fv-container .inner_box .img01 {
    margin-bottom: 2.5rem;
}
.fv-container .inner_box .img02 {
    margin-bottom: 1.5rem;
}
.fv-container .inner_box .img03 {
    margin-bottom: 2rem;
}

/* sec01
--------------------------------------------------------- */
.sec01-container {
    padding-bottom: 17rem;
}
.sec01-container .txt-box__txt {
    font-size: 2rem;
    line-height: 2.5;
}
.sec01-container .flex {
    position: relative;
    flex-wrap: nowrap;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
}
.sec01-container .img-boy {
    width: 750px;
}
.sec01-container .txt-box {
    width: 500px;
    position: absolute;
    left: 500px;
}
.sec01-container .txt-box__img {
    width: 425px;
    margin-bottom: 2.3rem;
}

/* sec02
--------------------------------------------------------- */
.sec02-container {
    margin-bottom: 8rem;
}
.sec02-list {
    position: relative;
    border: 5px solid #30b1b6;
    border-radius: 25px;
    padding: 8rem;
    margin-bottom: 8rem;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec02-list::before,
.sec02-list::after {
    content: '';
    position: absolute;
}
.sec02-list::before {
    background: url(img/sec2_img01.png) no-repeat;
    top: -50.9px;
    left: 20px;
    width: 425px;
    height: 85px;
    background-size: contain;
}
.sec02-list::after {
    background: url(img/sec2_img02.png) no-repeat;
    bottom: -26px;
    right: -100px;
    width: 500px;
    height: 240px;
    background-size: contain;
}
.sec02-list li {
    width: 46%;
    padding: 2rem 0;
    border-bottom: 1px dotted #30b1b6;
    font-size: 2.4rem;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    -ms-flex-align: center;
}
.sec02-list li::before {
    content: "";
    width: 25px;
    height: 20px;
    background: url(img/sec2_checkbox.png) no-repeat;
    background-size: contain;
    margin-right: 15px;
}

/* sec03
--------------------------------------------------------- */
.sec03-container {
    padding: 8rem 0;
    background-color: #d6eff0;
}
.sec03-container .section-ttl {
    font-size: 3rem;
    margin-bottom: 3.5rem;
}
.sec03-container .section-ttl::before {
    display: none;
}
.sec03-list {
    margin-bottom: 4rem;
}
.sec03-list li {
    width: 25%;
    text-align: center;
    padding: 0 25px;
    border-right: 1px dotted #30b1b6;
}
.sec03-list li:last-of-type {
    border-right: none;
}
.sec03-list li .ttl {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.sec03-container__txt {
    font-size: 2rem;
    margin-bottom: 8rem;
}
.sec03-container__comment {
    text-align: center;
}
.sec03-container__comment .ttl {
    font-size: 2rem;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
}
.sec03-container__comment .ttl::before,
.sec03-container__comment .ttl::after {
    content: "";
    width: 57px;
    height: 50px;
    position: absolute;
    top: -10px;
}
.sec03-container__comment .ttl::before{
    left: -60px;
    background: url(img/sec2_img07.png) no-repeat;
    background-size: contain;
}
.sec03-container__comment .ttl::after {
    right: -60px;
    background: url(img/sec2_img08.png) no-repeat;
    background-size: contain;
}
.sec03-container__comment .box {
    background-color: #fff;
    border-radius: 25px;
    padding: 3rem 3rem 3rem 23rem;
    text-align: left;
    position: relative;
}
.sec03-container__comment .box::before {
    content: "";
    width: 180px;
    height: 204px;
    position: absolute;
    bottom: 2px;
    left: 20px;
    background: url(img/sec2_img09.png) no-repeat;
    background-size: contain;
}
.sec03-container__comment .box::after {
    content: "";
    width: 100px;
    height: 87px;
    position: absolute;
    bottom: -30px;
    right: 10px;
    background: url(img/sec2_img10.png) no-repeat;
    background-size: contain;
}

/* sec04
--------------------------------------------------------- */
.sec04-container__bg {
    padding: 17rem 0 0;
    background: url(img/sec3_bg02.jpg) no-repeat;
    background-size: cover;
}
.sec04-container .section-ttl {
    margin-bottom: 3rem;
}
.sec04-container__list-box {
    position: relative;
    width: 100%;
    height: 416px;
}
.sec04-container__list-box::before {
    content: "";
    width: 500px;
    height: 415px;
    position: absolute;
    top: 0;
    left: 59%;
    transform: translateX(-50%);
    background: url(img/sec3_bg01.png) no-repeat;
    background-size: contain;
}
.sec04-container__list-box .img {
    position: absolute;
}
.sec04-container__list-box .img01 {
    top: 10px;
    left: 120px;
    width: 225px;
    height: 175px;
}
.sec04-container__list-box .img02 {
    top: 10px;
    right: 110px;
    width: 220px;
    height: 200px;
}
.sec04-container__list-box .img03 {
    top: 190px;
    left: 50px;
    width: 270px;
    height: 150px;
}
.sec04-container__list-box .img04 {
    top: 190px;
    right: 30px;
    width: 265px;
    height: 145px;
}
.sec04-container .next-box {
    padding: 8rem 0;
}
.sec04-container .next-box b {
    font-size: 4.8rem;
    color: #f25e86;
    background: none;
}
.sec04-container .next-box::after {
    top: 54%;
}

/* sec05
--------------------------------------------------------- */
.sec05-container {
    background: url(img/sec4_bg02.jpg) no-repeat;
    background-size: cover;
    padding-top: 17rem;
}
.sec05-container .inner {
    position: relative;
}
.sec05-container .inner::before,
.sec05-container .inner::after {
    content: "";
    position: absolute;
    bottom: 0;
}
.sec05-container .inner::before {
    width: 250px;
    height: 337px;
    left: 0px;
    background: url(img/sec4_img05.png) no-repeat;
    background-size: contain;
}
.sec05-container .inner::after {
    width: 770px;
    height: 640px;
    left: 50%;
    bottom: -114px;
    transform: translateX(-50%);
    background: url(img/sec4_bg01.png) no-repeat;
    background-size: contain;
    z-index: 0;
}
.sec05-list {
    padding-bottom: 40rem;
}
.sec05-list li {
    width: 23%;
    position: relative;
    z-index: 1;
}

/* sec06
--------------------------------------------------------- */
.sec06-container {
    background: url(img/sec5_bg01.jpg) no-repeat;
    background-size: cover;
    padding: 16rem 0 8rem;
}
.sec06-container .sub-ttl {
    font-size: 3rem;
    color: #30b1b6;
    margin-bottom: 3.5rem;
    text-align: center;
}
.sec06-container article {
    margin-bottom: 7.5rem;
}
.sec06-container article .txt {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3.5rem;
}
.sec06-container article .list li {
    width: 31%;
}
.sec06-container article .malti-img {
    width: 31%;
}
.sec06-container article .cont02-box {
    width: 65%;
    border-radius: 20px;
    background: url(img/sec5_bg02.png);
    position: relative;
}
.sec06-container article .cont02-box::after {
    content: "";
    width: 165px;
    height: 185px;
    position: absolute;
    bottom: 0px;
    right: -60px;
    background: url(img/sec5_img05.png) no-repeat;
    background-size: contain;
}
.sec06-container article .cont02-box__bg {
    border-radius: 20px;
    padding: 5.1rem 5rem;
    margin: 1rem;
    background-color: rgba(255, 255, 255, .8);

}
.sec06-container article .cont02-box .ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: bold;
}
.sec06-container article .cont02-box .txt {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 0;
}

/* sec07
--------------------------------------------------------- */
.sec07-container {
    padding: 12rem 0;
    background: url(img/sec6_bg.jpg) no-repeat;
    background-size: cover;
}
.sec07-container .inner {
    position: relative;
}
.sec07-container .inner::before {
    content: "";
    width: 120px;
    height: 170px;
    position: absolute;
    bottom: -60px;
    left: 60px;
    background: url(img/sec6_img02.png) no-repeat;
    background-size: contain;
}
.sec07-container .inner::after {
    content: "";
    width: 230px;
    height: 160px;
    position: absolute;
    bottom: -70px;
    right: 0px;
    background: url(img/sec6_img01.png) no-repeat;
    background-size: contain;
}
.sec07-container .section-ttl {
    color: #f25e86;
    margin-bottom: 3rem;
}
.sec07-container .section-ttl::before {
    display: none;
}
.sec07-container__txt {
    font-size: 2rem;
    margin-bottom: 10rem;
    text-align: center;
    line-height: 2;
}
.sec07-container__txt span {
    color: #f25e86;
}

/* sec08
--------------------------------------------------------- */
.sec08-container {
    padding: 16rem 0 12rem;
}

/* sec09
--------------------------------------------------------- */
.sec09-container {
    padding: 17rem 0 8rem;
    background: url(img/sec8_bg02.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.sec09-container::before {
    content: "";
    width: 100%;
    height: 70px;
    position: absolute;
    top: -70px;
    left: 0;
    background: url(img/sec8_bg01.png) no-repeat;
    background-size: cover;
}
.sec09-container__box {
    width: 55%;
}
.sec09-container__box .ttl {
    font-size: 3rem;
    color: #30b1b6;
    margin-bottom: 3.5rem;
    font-weight: bold;
}
.sec09-container__box .txt {
    font-size: 2rem;
    line-height: 2.3;
}
.sec09-container__box .txt b {
    color: #f25e86;
}
.sec09-container .img {
    width: 40%;
}

/* sec10
--------------------------------------------------------- */
.sec10-container {
    padding: 16rem 0 8rem;
}
.sec10-container__txt {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 5.5rem;
}
.sec10-container__box {
    position: relative;
    padding: 1rem;
    border-radius: 20px;
    background: url(img/sec9_bg01.png);
}
.sec10-container__box::before {
    content: "";
    width: 141px;
    height: 290px;
    position: absolute;
    top: -20px;
    left: 25px;
    background: url(img/sec9_img01.png) no-repeat;
    background-size: contain;
}
.sec10-container__box__bg {
    border-radius: 20px;
    padding: 3rem 3rem 3rem 18rem;
    align-items: center;
    -ms-flex-align: center;
    background-color: rgba(255, 255, 255, .8);
}
.sec10-container__box .list {
    width: 50%;
}
.sec10-container__box .list li {
    font-size: 2.4rem;
    padding: 1.5rem 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    -ms-flex-align: center;
}
.sec10-container__box .list li::before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(img/sec9_img02.png) no-repeat;
    background-size: contain;
    margin-right: 1.5rem;
}
.sec10-container__box .txt {
    width: 50%;
    border-left: 1px dotted #000;
    padding-left: 2rem;
}

/* sec11
--------------------------------------------------------- */
.sec11-container {
    padding: 16rem 0 0;
    background: url(img/sec10_bg01.jpg) no-repeat;
    background-size: cover;
}
.sec11-container .inner {
    position: relative;
    padding-bottom: 8rem;
}
.sec11-container .inner::after {
    content: "";
    width: 470px;
    height: 260px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(img/sec10_img08.png) no-repeat;
    background-size: contain;
}
.sec11-container .list {
    flex-flow: column wrap;
    justify-content: flex-start;
    height: 640px;
}
.sec11-container .list li {
    width: 47%;
    height: 160px;
    padding-left: 12rem;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: start;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
    border-bottom: 1px dotted #30b1b6;
}
.sec11-container .list li:nth-of-type(4n+1) {
    border-top: 1px dotted #30b1b6;
}
.sec11-container .list li::before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(img/sec10_img01.png) no-repeat;
    background-size: contain;
}
.sec11-container .list li::after {
    content: "";
    width: 26px;
    height: 13px;
    position: absolute;
    bottom: -7px;
    left: 38px;
    background: url(img/sec10_img-arrow.png) no-repeat;
    background-size: contain;
}
.sec11-container .list li:last-of-type::after {
    display: none;
}
.sec11-container .list li:nth-of-type(2)::before {
    background: url(img/sec10_img02.png) no-repeat;
    background-size: contain;
}
.sec11-container .list li:nth-of-type(3)::before {
    background: url(img/sec10_img03.png) no-repeat;
    background-size: contain;
}
.sec11-container .list li:nth-of-type(4)::before {
    background: url(img/sec10_img04.png) no-repeat;
    background-size: contain;
}
.sec11-container .list li:nth-of-type(5)::before {
    background: url(img/sec10_img05.png) no-repeat;
    background-size: contain;
}
.sec11-container .list li:nth-of-type(6)::before {
    background: url(img/sec10_img06.png) no-repeat;
    background-size: contain;
}
.sec11-container .list li:nth-of-type(7)::before {
    background: url(img/sec10_img07.png) no-repeat;
    background-size: contain;
}
.sec11-container .list li:nth-of-type(8)::before {
    background: url(img/sec10_img08.png) no-repeat;
    background-size: contain;
}
.sec11-container .list .ttl {
    font-size: 2.4rem;
    color: #30b1b6;
    margin-bottom: .5rem;
}
.sec11-container .list .txt {
    font-size: 1.5rem;
}
.sec11-container .list .txt b {
    color: #f25e86;
}

/* sec12
--------------------------------------------------------- */
.sec12-container {
    padding: 17rem 0 8rem;
}
.sec12-container__txt {
    font-size: 2rem;
    margin-bottom: 4rem;
    text-align: center;
}
.sec12-container .cont {
    border: 1px solid #30b1b6;
    padding: 5rem  5rem 5rem 15rem;
    margin-bottom: 4rem;
    position: relative;
}
.sec12-container .cont::before {
    content: "";
    width: 105px;
    height: 225px;
    position: absolute;
    top: -13px;
    left: 10px;
    background: url(img/sec11_img01.png) no-repeat;
    background-size: contain;
}
.sec12-container .cont::after {
    content: "";
    width: 380px;
    height: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(img/sec11_bg01.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.sec12-container .cont .ttl {
    color: #30b1b6;
    font-size: 3rem;
    margin-bottom: 3rem;
}
.sec12-container .cont .list {
    width: 63%;
}
.sec12-container .cont .list li {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    position: relative;
    padding-left: 4rem;
}
.sec12-container .cont .list li:last-of-type {
    margin-bottom: 0;
}
.sec12-container .cont .list li::before {
    content: "";
    width: 25px;
    height: 20px;
    background: url(img/sec2_checkbox.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.sec12-container .cont .img {
    width: 35%;
}
.sec12-container .cont.point02 {
    border: 1px solid #f29f8d;
}
.sec12-container .cont.point02::before {
    background: url(img/sec11_img03.png) no-repeat;
    background-size: contain;
}
.sec12-container .cont.point02::after {
    background: url(img/sec11_bg02.png) no-repeat;
    background-size: contain;
}
.sec12-container .cont.point02 .ttl {
    color: #f29f8d;
}

/* sec13
--------------------------------------------------------- */
.sec13-container {
    padding: 17rem 0 8rem;
    background-color: #eaf7f8;
    position: relative;
}
.sec13-container::before {
    content: "";
    width: 100%;
    height: 70px;
    position: absolute;
    top: -70px;
    left: 0;
    background: url(img/sec8_bg01.png) no-repeat;
    background-size: cover;
}
.sec13-container__txt {
    font-size: 2rem;
    margin-bottom: 12rem;
    text-align: center;
}
.sec13-container__txt b {
    color: #f25e86;
}
.sec13-container__price-box {
    border-radius: 20px;
    background: url(img/sec12_bg01.png);
    position: relative;
    width: 50%;
}
.sec13-container__price-box__bg {
    border-radius: 20px;
    padding: 3rem 4rem;
    margin: 1rem;
    background-color: rgba(255,255,255,.9);
}
.sec13-container__price-box .ttl-img {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 440px;
    height: 75px;
}
.sec13-container__price-box .price {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: baseline;
    font-size: 2rem;
    border-bottom: 1px solid #f25e86;
    position: relative;
    padding: 0 0 1rem 9rem;
}
.sec13-container__price-box .price:last-of-type {
    border-bottom: none;
    margin-bottom: 7rem;
}
.sec13-container__price-box .price::before {
    content: "";
    width: 70px;
    height: 70px;
    background: url(img/sec12_img02.png) no-repeat;
    background-size: contain;
    margin-right: 2.2rem;
    position: absolute;
    top: 26px;
    left: 0;
}
.sec13-container__price-box .price .txt {
    margin-right: 2rem;
}
.sec13-container__price-box .price .num b {
    font-size: 4.8rem;
    color: #f25e86;
}
.sec13-container__price-box .obi-txt {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: #5cbec1;
    font-size: 2.4rem;
    text-align: center;
    width: 96%;
    letter-spacing: .1rem;
}
.sec13-container__price-box .obi-txt .num {
    font-size: 4rem;
}
.sec13-container__price-box .obi-txt .small {
    font-size: 1.8rem;
}
.sec13-container__point-box {
    width: 48%;
}
.sec13-container__point-box .cont {
    position: relative;
    padding-left: 9rem;
    margin-bottom: 1.5rem;
}
.sec13-container__point-box .cont::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 80px;
    height: 80px;
    margin-right: 5px;
    background: url(img/sec12_img03.png) no-repeat;
    background-size: contain;
}
.sec13-container__point-box .cont:nth-of-type(2)::before {
    background: url(img/sec12_img04.png) no-repeat;
    background-size: contain;
}
.sec13-container__point-box .cont:nth-of-type(3)::before {
    background: url(img/sec12_img05.png) no-repeat;
    background-size: contain;
}
.sec13-container__point-box .cont .ttl {
    font-size: 2.4rem;
    color: #f25e86;
}
.sec13-container__point-box .cont .txt {
    font-size: 1.7rem;
}

/* clinic
--------------------------------------------------------- */
.clinic {
    padding: 17rem 0 0;
}
.clinic__wrapper {
    margin-bottom: 8rem;
}
.clinic__wrapper .group-ttl {
    color: #30b1b6;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}
.clinic__wrapper .group-ttl::before,
.clinic__wrapper .group-ttl::after {
    content: "";
    width: 34%;
    height: 5px;
    background-color: #30b1b6;
    position: absolute;
    top: 21px;
}
.clinic__wrapper .group-ttl::before {
    left: 0;
}
.clinic__wrapper .group-ttl::after {
    right: 0;
}
.clinic-info {
    width: 31%;
    margin-bottom: 4rem;
}
.clinic-info .ttl,
.clinic-info .place {
    padding-left: 2rem;
    position: relative;
}
.clinic-info .ttl {
    font-size: 1.8rem;
    font-weight: bold;
}
.clinic-info .place {
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
.clinic-info.add-mb48 .place {
    margin-bottom: 4.8rem;
}
.clinic-info .ttl::before,
.clinic-info .place::before {
    font-weight: bold;
    font-family: "Font Awesome 5 Free" !important;
    margin-right: 0.7rem;
    color: #30b1b6;
    position: absolute;
    top: 0;
    left: 0;
}
.clinic-info .ttl::before {
    content: '\f1ad';
}
.clinic-info .place::before {
    content: '\f3c5';
}
.clinic-info .line,
.clinic-info .to-form {
    width: 150px;
}
.clinic-info .line a:hover,
.clinic-info .to-form a:hover {
    opacity: .7;
}

/* footer
--------------------------------------------------------- */
.footer .copy {
    text-align: center;
    font-size: 1.2rem;
    padding: 2rem 0;
}


/* ===============================================
430px未満（レスポンシブ）
=============================================== */
@media screen and (max-width: 430px){
    html,body,.wrap{
        position: relative;
    }
    .inner {
        width: 100%;
        padding: 0 3%;
        box-sizing: border-box;
        display: block;
    }
    img{
        max-width: 100%;
        width: 100%;
    }
    .pc{
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .flex {
        justify-content: center;
    }
    #header {
        padding: 1rem;
    }
    #header .flex {
        justify-content: flex-start;
    }
    .h-logo {
        width: 50%;
    }
    .section-ttl {
        font-size: 3.5rem;
        margin-bottom: 5rem;
    }
    .footer .copy {
        font-size: 1.1rem;
    }

    /* SP用追従
---------------------------------------------------------- */
    .f-following-bnr {
        height: 77px;
        position: sticky;
        bottom: 0;
        z-index: 1000;
    }
    .f_to-top {
        z-index: 1000;
        color: #f25e86;
    }
    .f_to-top::before {
        position: absolute;
        font-size: 3rem;
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        content: "\f139";
        bottom: 70px;
        right: 24px;

    }

    /* sp-etc
--------------------------------------------------------- */
    .sp-fv-container {
        position: relative;
    }
    .sp-fv-container .goto-form {
        position: absolute;
        bottom: 14px;
        left: 50%;
        transform: translateX(-50%);
        width: 94% !important;
    }
    .goto-form.goto-form-plus {
        font-size: 2.5rem;
        width: 100%;
        padding: 1.7rem 0;
        text-align: center;
        display: block;
        background-size: cover;
    }
    .goto-form.goto-form-plus::before {
        left: -1px;
    }
    .goto-form.goto-form-plus .small {
        font-size: 1.5rem;
    }
    .sec01-container {
        padding-top: 13rem;
    }
    .sec01-container .inner {
        padding-bottom: 30rem;
    }
    .sec01-container .txt-box {
        top: 29rem;
        left: 0;
        width: 100%;
    }
    .sec01-container .txt-box__img {
        width: 80%;
        margin: 0 auto;
    }
    .sec01-container .txt-box__txt {
        line-height: 2.2;
        text-align: center;
    }
    .sec02-list {
        padding: 2rem 2rem 10rem;
    }
    .sec02-list::before {
        top: -34.9px;
        width: 285px;
        height: 56px;
    }
    .sec02-list::after {
        width: 330px;
        height: 160px;
        bottom: -30px;
        right: -5px;
    }
    .sec02-list li {
        width: 100%;
        font-size: 1.9rem;
    }
    .next-box::after {
        width: 100%;
        height: 65px;
    }
    .sec03-container {
        padding-bottom: 10rem;
    }
    .sec03-list li {
        width: 100%;
        border-right: none;
        border-bottom: 1px dotted #30b1b6;
        padding: 25px 0;
    }
    .sec03-list .img {
        width: 65%;
        margin: 0 auto;
    }
    .sec03-container__txt {
        font-size: 1.8rem;
        line-height: 2.2;
    }
    .sec03-container__comment .ttl::before, .sec03-container__comment .ttl::after {
        width: 40px;
        height: 38px;
        top: 0;
    }
    .sec03-container__comment .ttl::before {
        left: -41px;
    }
    .sec03-container__comment .ttl::after {
        right: -41px;
    }
    .sec03-container__comment .box {
        padding: 3rem;
    }
    .sec03-container__comment .box::before {
        width: 110px;
        height: 124px;
        bottom: -100px;
    }
    .sec04-container__list-box {
        height: 350px;
    }
    .sec04-container__list-box::before {
        width: 53%;
        height: 255px;
        top: 94px;
        left: auto;
        right: -100px;
    }
    .sec04-container__list-box .img01 {
        width: 150px;
        height: auto;
        top: -10px;
        left: auto;
        right: 70px;
    }
    .sec04-container__list-box .img02 {
        width: 160px;
        height: auto;
        top: 160px;
        right: auto;
        left: 20px;
    }
    .sec04-container__list-box .img03 {
        width: 170px;
        height: auto;
        top: 60px;
        left: 10px;
    }
    .sec04-container__list-box .img04 {
        width: 175px;
        height: auto;
        top: 250px;
        right: auto;
        left: -10px;
    }
    .sec05-container .inner::before {
        display: none;
    }
    .sec05-container .inner::after {
        width: 510px;
        height: 350px;
        bottom: -2px;
    }
    .sec05-list {
        padding-bottom: 23rem;
    }
    .sec05-list li {
        width: 49%;
    }
    .sec06-container article .txt {
        font-size: 1.8rem;
    }
    .sec06-container article .list li {
        width: 80%;
        margin-bottom: 2rem;
    }
    .sec06-container article .malti-img {
        width: 80%;
        margin-bottom: 2rem;
    }
    .sec06-container article .cont02-box {
        width: 100%;
    }
    .sec06-container article .cont02-box__bg {
        padding: 3rem;
    }
    .sec06-container article .cont02-box::after {
        right: -5px;
        width: 115px;
        height: 129px;
    }
    .sec07-container {
        background: url(img/sec6_bg_sp.jpg) no-repeat center center;
        background-size: cover;
        padding: 6rem 0;
    }
    .sec07-container .section-ttl {
        font-size: 3rem;
    }
    .sec07-container .inner::before {
        display: none;
    }
    .sec07-container .inner::after {
        display: none;
    }
    .sec09-container__box {
        width: 100%;
        order: 2;
    }
    .sec09-container__box .ttl {
        font-size: 2.3rem;
        margin-bottom: 0.5rem;
    }
    .sec09-container__box .txt {
        font-size: 1.6rem;
    }
    .sec09-container .img {
        width: 100%;
        order: 1;
    }
    .sec10-container__box__bg {
        padding: 3rem;
    }
    .sec10-container__box .list {
        width: 100%;
    }
    .sec10-container__box .txt {
        width: 100%;
        border-left: none;
        border-top: 1px dotted #000;
        padding-left: 0;
        padding-top: 2rem;
    }
    .sec10-container__box::before {
        display: none;
    }
    .sec10-container__box .list li {
        padding: 1rem 0;
        font-size: 1.9rem;
    }
    .sec11-container .list {
        height: 100%;
    }
    .sec11-container .list li {
        width: 100%;
        height: auto;
        padding: 2rem 0 2rem 12rem;
    }
    .sec11-container .inner {
        padding-bottom: 15rem;
    }
    .sec11-container .inner::after {
        width: 330px;
        height: 180px;
    }
    .sec12-container .cont {
        padding: 3rem 3rem 13rem 3rem;
    }
    .sec12-container .cont .list {
        width: 100%;
        order: 2;
    }
    .sec12-container .cont .img {
        width: 100%;
        order: 1;
        margin-bottom: 2rem;
    }
    .sec12-container .cont::before {
        width: 85px;
        height: 163px;
    }
    .sec12-container .cont .ttl {
        font-size: 2.6rem;
        padding-left: 7rem;
    }
    .sec12-container .cont .list li {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    .sec12-container .cont .list li::before {
        width: 21px;
        height: 16px;
    }
    .sec13-container__price-box {
        width: 100%;
        margin-bottom: 2rem;
    }
    .sec13-container__point-box {
        width: 100%;
    }
    .sec13-container__price-box .ttl-img {
        width: 88%;
        top: -26px;
    }
    .sec13-container__price-box__bg {
        padding: 1rem;
    }
    .sec13-container__price-box .price {
        padding: 3rem 0 0;
    }
    .sec13-container__price-box .price::before {
        width: 50px;
        height: 50px;
        margin-right: 1rem;
        top: 20px;
        left: 20px;
    }
    .sec13-container__price-box .price:last-of-type {
        margin-bottom: 10rem;
    }
    .sec13-container__price-box .obi-txt {
        font-size: 2rem;
    }
    .clinic {
        padding: 12rem 0 0;
    }
    .clinic__wrapper .group-ttl {
        font-size: 2.5rem;
    }
    .clinic__wrapper .group-ttl::before, .clinic__wrapper .group-ttl::after {
        width: 4rem;
        top: 18px;
    }
    .clinic-info {
        width: 100%;
    }
    .clinic-info .flex {
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }
    .clinic-info .place {
        margin-bottom: 30px;
    }
    .clinic-info .line,
    .clinic-info .to-form {
        width: 48%;
    }
}

/*20210422*************************/
.sec13-container__price-box .price {
    position: relative;
}

.sec13-container__price-box .price .price2 {
    position: absolute;
    right:2vw;
    bottom:0.8vh;
    font-size: 1.4rem;

}

@media screen and (max-width: 430px){
    .sec13-container__price-box .price {
        padding-bottom: 0.5em;
    }
    .sec13-container__price-box .price .price2 {
        left: 120px;
        bottom: 5px;
    
    }
}

@media screen and (max-width: 320px){
    .sec13-container__price-box .price:last-of-type {
        margin-bottom: 14rem;
    }
    .sec13-container__price-box .price {
        padding-bottom: 1em;
    }
}
