@charset "UTF-8";

/*------------------------------------------------------------
  Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
    font-size: 1em;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: 'M PLUS 1p', sans-serif;
    color: #413722;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

table,
input,
textarea,
select,
option {
    line-height: 1.1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

/* font関連 */
.bold {
    font-weight: bold !important;
}

.f_s {
    font-size: 12px !important;
}

.f_m {
    font-size: 14px !important;
}

.f_l {
    font-size: 18px !important;
}

.f_ll {
    font-size: 24px !important;
}

/* text-align */
.t_right {
    text-align: right !important;
}

.t_center {
    text-align: center !important;
}

.t_left {
    text-align: left !important;
}

/* vertical-align */
.va_b {
    vertical-align: bottom !important;
}

.va_m {
    vertical-align: middle !important;
}

.va_t {
    vertical-align: top !important;
}

/* float */
.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

/* bottom-margin */
.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

/* right-margin */
.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

/* top-margin */
.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt-s {
    margin-top: -10px !important;
}

.mt-m {
    margin-top: -20px !important;
}

/* margin-size */
.mbs {
    margin-bottom: 20px !important;
}

.mbm {
    margin-bottom: 40px !important;
}

.mbl {
    margin-bottom: 90px !important;
}

/* padding */
.plr10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.plr15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.plr20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.plr35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.pts {
    padding-top: 20px !important;
}

.ptm {
    padding-top: 60px !important;
}

.ptl {
    padding-top: 90px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pbm {
    padding-bottom: 40px !important;
}

.pbl {
    padding-bottom: 90px !important;
}

.br_n {
    border-right: none !important;
}

.bb_n {
    border-bottom: none !important;
}

/* 色 */
.c_red {
    color: #ff0000;
}

.c_blue {
    color: #002350;
}

.c_yellow {
    color: #FF9E2C;
}

.c-green {
    color: #007B90;
}

.c-orange {
    color: #E55949;
}

.dp_n {
    display: none;
}

.bg_n {
    background: none !important;
}

@media (min-width: 768px) {
    .sp-only {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.l-header {
    padding: 20px 0 0;
    position: relative;
}

.l-header__fix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .l-header__fix {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        background: #fff;
        padding: 10px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        z-index: 98;
    }
}

.l-header .l-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 20px;
    max-width: 100%;
}

.l-header__logo {
    padding-left: 3%;
}

@media screen and (max-width: 767px) {
    .l-header__logo {
        padding-left: 0;
    }
}

.l-header__navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-header__contact {
    width: 156px;
}

@media screen and (max-width: 767px) {
    .l-header__contact {
        width: 130px;
    }
}

.l-header__contact a {
    display: block;
    color: #EA5E6D;
    border: 1px solid #EA5E6D;
    text-align: center;
    width: 100%;
    padding: 8px 0;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .l-header__contact a {
        font-size: 1.2rem;
    }
}

.l-header__contact a:before {
    content: "";
    background: url(../img/img_mail_pink.svg) no-repeat;
    width: 20px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .l-header__contact a:before {
        margin-right: 5px;
    }
}

.l-header__tel {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .l-header__tel {
        margin-left: 0;
    }
}

.l-header__tel a {
    text-decoration: none;
    display: block;
    font-size: 3rem;
    font-weight: 800;
    color: #EA5E6D;
}

@media screen and (max-width: 767px) {
    .l-header__tel a {
        font-size: 1.6rem;
        text-align: center;
    }
}

.l-header__tel a img {
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .l-header__tel a img {
        zoom: 0.7;
    }
}

.l-header__tel p {
    font-size: 1.4rem;
    color: #413722;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .l-header__tel p {
        font-size: 1rem;
        letter-spacing: -0.05rem;
    }
}

.toggle {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    background: #EA5E6D;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 99;
    border-radius: 10px;
    display: none;
}

@media screen and (max-width: 1030px) {
    .toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.toggle__inner {
    height: 20px;
    width: 27px;
    position: relative;
}

.toggle__inner span {
    background: #fff;
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 2px;
    position: absolute;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.toggle__inner span:nth-child(1) {
    top: 0;
}

.toggle__inner span:nth-child(2) {
    top: 9px;
}

.toggle__inner span:nth-child(3) {
    bottom: 0;
}

.toggle.is-active span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.toggle.is-active span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.l-footer {
    padding: 20px 0 50px;
}

@media screen and (max-width: 767px) {
    .l-footer {
        padding: 20px 0 70px;
    }
}

.l-footer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.l-footer__list li {
    margin: 0 20px 10px;
}

.l-footer__list li a {
    display: block;
    font-size: 1.4rem;
    text-decoration: none;
    position: relative;
    padding-left: 18px;
    color: #413722;
}

.l-footer__list li a:hover {
    color: #EA5E6D;
}

.l-footer__list li a:before {
    content: "";
    background: url(../img/nav_arrow.svg) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
}

.l-footer__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l-footer__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 767px) {
    .l-footer__logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__copy {
        width: 100%;
    }
}

.l-footer__copy p {
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .l-footer__copy p {
        text-align: center;
    }
}

.l-footer__btn {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .l-footer__btn {
        margin: 20px auto;
    }
}

.l-footer__btn a {
    font-size: 1.4rem;
    color: #C69C6D;
    text-align: center;
    border: 1px solid #C69C6D;
    background: #fff;
    padding: 5px 30px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.l-footer__btn a:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 5px;
    height: 5px;
    border-top: 3px solid #C69C6D;
    border-left: 3px solid #C69C6D;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.pagetop {
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 50px;
}

@media screen and (max-width: 767px) {
    .pagetop {
        bottom: 70px;
    }
}

@media screen and (max-width: 767px) {
    .pagetop img {
        zoom: 0.8;
    }
}

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
body {
    font-size: 1.6rem;
    position: relative;
    font-family: 'M PLUS 1p', sans-serif;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem;
    }
}

.l-container {
    max-width: 1000px;
    margin: auto;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .l-container {
        padding: 0 20px;
    }
}

.l-inner {
    max-width: 800px;
    margin: auto;
}

main {
    overflow-x: hidden;
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
    max-width: 433px;
    margin: auto;
}

.c-btn1 a {
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
    background: #EA5E6D;
    display: block;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    position: relative;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .c-btn1 a {
        font-size: 2rem;
    }
}

.c-btn1 a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: rotate(135deg) translateY(-50%);
    -ms-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
    margin-top: -6px;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
    .c-title1 {
        font-size: 2rem;
    }
}

.c-title1 span {
    font-size: 1.6rem;
    display: block;
}

@media screen and (max-width: 767px) {
    .c-title1 span {
        font-size: 1.4rem;
    }
}

.c-title2 {
    font-size: 2.5rem;
    text-align: center;
    position: relative;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .c-title2 {
        font-size: 2rem;
    }
}

.c-title2:after {
    content: "";
    width: 107px;
    margin: auto;
    display: block;
    height: 1px;
    background: #413722;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .c-title2:after {
        width: 60px;
    }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
top
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-top {
    background: #FAECE2;
}

.top-mainvisual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media screen and (max-width: 767px) {
    .top-mainvisual {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.top-mainvisual:before {
    content: "";
    background: url(../img/img_Illustration_01.svg) no-repeat;
    width: 218px;
    height: 123px;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 767px) {
    .top-mainvisual:before {
        zoom: 0.5;
    }
}

.top-mainvisual__txt {
    width: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}

@media screen and (max-width: 767px) {
    .top-mainvisual__txt {
        width: 100%;
    }
}

.top-mainvisual__txt h1 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .5rem;
    position: absolute;
    left: 5%;
    top: 27%;
    z-index: 5;
    width: auto;
}

@media screen and (max-width: 767px) {
    .top-mainvisual__txt h1 {
        position: absolute;
        left: 10px;
        top: 35%;
        font-size: 1.4rem;
        margin-right: 0;
        margin-top: 0;
        width: calc(100% - 10px);
    }
}

.top-mainvisual__txt h1 span {
    background: #fff;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .top-mainvisual__txt h1 span {
        margin-bottom: 5px;
    }
}

.top-mainvisual__img {
    width: calc(100% - 250px);
    position: relative;
}

@media screen and (max-width: 767px) {
    .top-mainvisual__img {
        width: 90%;
        margin-left: auto;
    }
}

.top-mainvisual__img img {
    width: 100%;
}

.top-mainvisual__navi {
    bottom: 9%;
    left: 5%;
    position: absolute;
}

@media screen and (max-width: 1030px) {
    .top-mainvisual__navi {
        display: none;
        position: absolute;
        width: 100%;
        background: #EA5E6D;
        z-index: 99;
        padding: 20px 40px;
        margin-top: 20px;
        height: 100%;
        top: -25px;
        right: 0;
        z-index: 99;
        left: auto;
        margin-bottom: 0;
    }
}

.top-mainvisual__navi li {
    margin-bottom: 10px;
}

.top-mainvisual__navi li a {
    display: block;
    font-size: 1.4rem;
    text-decoration: none;
    position: relative;
    padding-left: 18px;
    color: #413722;
}

.top-mainvisual__navi li a:hover {
    color: #EA5E6D;
}

.top-mainvisual__navi li a:before {
    content: "";
    background: url(../img/nav_arrow.svg) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;
}

.top-head {
    padding: 20px 0 60px;
}

.top-head .l-inner {
    margin-bottom: 30px;
}

.sec-top1 {
    background: #FCF9F1;
    padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
    .sec-top1 {
        padding-bottom: 60px;
    }
}

.sec-top1__head {
    background: #C5E0D3;
    padding: 50px 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec-top1__head {
        padding: 25px 0;
    }
}

.sec-top1__block {
    display: inline-block;
    margin: auto;
    position: relative;
    padding: 0 150px;
}

@media screen and (max-width: 767px) {
    .sec-top1__block {
        padding: 0 20px;
    }
}

.sec-top1__block:before {
    content: "";
    background: url(../img/img_Illustration_02.svg) no-repeat;
    width: 103px;
    height: 87px;
    position: absolute;
    left: 0;
    top: -10px;
}

@media screen and (max-width: 767px) {
    .sec-top1__block:before {
        zoom: 0.5;
        top: -30px;
    }
}

.sec-top1__block:after {
    content: "";
    background: url(../img/img_Illustration_03.svg) no-repeat;
    width: 78px;
    height: 69px;
    position: absolute;
    right: 0;
    top: -10px;
}

@media screen and (max-width: 767px) {
    .sec-top1__block:after {
        zoom: 0.5;
        top: -30px;
    }
}

.sec-top1 .l-container {
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .sec-top1 .l-container {
        padding: 40px 20px;
    }
}

.sec-top1__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px -30px 0 -30px;
}

@media screen and (max-width: 767px) {
    .sec-top1__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 25px auto auto;
    }
}

.sec-top1__list li {
    width: 33.33333%;
    padding: 0 30px;
    margin-bottom: 88px;
}

@media screen and (max-width: 767px) {
    .sec-top1__list li {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
}

.sec-top1__img {
    margin-bottom: 10px;
}

.sec-top1__img img {
    width: 100%;
}

.sec-top1__txt h3 {
    font-size: 2rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec-top1__txt h3 {
        font-size: 1.6rem;
    }
}

.sec-top1__btn {
    max-width: 249px;
    margin: 30px auto auto;
}

.sec-top1__btn a {
    font-size: 1.6rem;
    text-decoration: none;
    background: #fff;
    border: 1px solid #C69C6D;
    border-radius: 10px;
    position: relative;
    text-align: center;
    display: block;
    color: #C69C6D;
    width: 100%;
    padding: 7px 0;
    cursor: pointer;
}

.sec-top1__btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #C69C6D;
    border-left: 2px solid #C69C6D;
    -webkit-transform: rotate(135deg) translateY(-50%);
    -ms-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
    margin-top: -6px;
}

.sec-top2 {
    background: #E4F5F2;
    padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
    .sec-top2 {
        padding-bottom: 60px;
    }
}

.sec-top2 .c-title2 {
    margin: 85px 0 75px;
}

@media screen and (max-width: 767px) {
    .sec-top2 .c-title2 {
        margin: 45px 0 75px;
    }
}

.sec-top2__head {
    background: #D9D1E5;
    padding: 35px 0;
    text-align: center;
}

.sec-top2__block {
    position: relative;
    padding: 0 150px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .sec-top2__block {
        padding: 0 20px;
    }
}

.sec-top2__block:before {
    content: "";
    background: url(../img/img_Illustration_04.svg) no-repeat;
    width: 102px;
    height: 180px;
    position: absolute;
    left: 0;
    top: -100%;
}

@media screen and (max-width: 767px) {
    .sec-top2__block:before {
        zoom: 0.5;
        top: -50%;
    }
}

.sec-top2__row {
    position: relative;
    min-height: 410px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 98px;
}

@media screen and (max-width: 767px) {
    .sec-top2__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 45px;
    }
}

.sec-top2__row.reverse .sec-top2__img {
    left: 0;
    right: auto;
}

.sec-top2__row.reverse .sec-top2__detail {
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .sec-top2__row.reverse .ttl {
        right: 40px;
        left: auto;
    }
}

@media screen and (max-width: 767px) {
    .sec-top2__row .ttl {
        position: absolute;
        zoom: 0.5;
        top: -86px;
        left: 40px;
        z-index: 88;
    }
}

.sec-top2__img {
    position: absolute;
    width: calc(50% + 90px);
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 6px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .sec-top2__img {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: calc(870 / 1564 * 100%);
    }
}

.sec-top2__img span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-top2__txt {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    .sec-top2__txt {
        position: unset;
    }
}

.sec-top2__detail {
    width: calc(50% - 130px);
}

@media screen and (max-width: 767px) {
    .sec-top2__detail {
        width: 100%;
    }
}

.sec-top2__detail h3 {
    font-size: 2rem;
    margin: 10px 0;
}

.sec-top3 {
    background: #F6A7AE;
    padding: 80px 0 100px;
}

.sec-top3 .c-title2 {
    margin-bottom: 30px;
}

.sec-top3__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 20px;
    padding: 30px 40px;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .sec-top3__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 20px;
    }
}

.sec-top3__item {
    width: 48%;
}

@media screen and (max-width: 767px) {
    .sec-top3__item {
        width: 100%;
    }
}

.sec-top3__item:nth-child(1) {
    padding-right: 30px;
    border-right: 2px dotted #EA5E6D;
}

@media screen and (max-width: 767px) {
    .sec-top3__item:nth-child(1) {
        padding-right: 0;
        border-right: 0;
        border-bottom: 2px dotted #EA5E6D;
        padding-bottom: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
}

.sec-top3__item:nth-child(2) {
    padding-left: 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec-top3__item:nth-child(2) {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .sec-top3__item {
        width: 100%;
    }
}

.sec-top3__item h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .sec-top3__item h3 {
        font-size: 1.6rem;
    }
}

.sec-top3__item .tel {
    font-size: 3.6rem;
    color: #EA5E6D;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
}

.sec-top3__item .tel img {
    vertical-align: middle;
}

.sec-top4 {
    padding: 134px 0 100px;
    background: #FCF9F1;
}

@media screen and (max-width: 767px) {
    .sec-top4 {
        padding: 75px 0 50px;
    }
}

.sec-top4 .l-container {
    position: relative;
}

.sec-top4__icon1 {
    position: absolute;
    left: 0;
    top: -164px;
}

@media screen and (max-width: 767px) {
    .sec-top4__icon1 {
        zoom: 0.5;
        top: -180px;
    }
}

.sec-top4__icon2 {
    position: absolute;
    right: 0;
    top: -180px;
}

@media screen and (max-width: 767px) {
    .sec-top4__icon2 {
        zoom: 0.5;
        top: -200px;
    }
}

.sec-top4__table {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .sec-top4__table {
        margin-top: 40px;
    }
}

.sec-top4__table table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.6;
}

.sec-top4__table table tr {
    border-bottom: 1px solid #413722;
}

.sec-top4__table table th {
    font-size: 1.8rem;
    width: 150px;
    padding-left: 10px;
    text-align: left;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .sec-top4__table table th {
        font-size: 1.6rem;
        width: 130px;
    }
}

.sec-top4__table table td {
    font-size: 1.6rem;
    width: calc(100% - 150px);
    padding: 10px 0;
}

@media screen and (max-width: 767px) {
    .sec-top4__table table td {
        font-size: 1.4rem;
        width: calc(100% - 130px);
    }
}

.sec-top4__map {
    margin-top: 50px;
}

.sec-top4__map p img {
    vertical-align: middle;
    margin-right: 10px;
}

.sec-top4__map iframe {
    width: 100%;
    height: 350px;
    margin-top: 10px;
}

.labo-modal {
    display: none;
}

.labo-modal__inner {
    background: #fff;
    width: 830px;
    border: 2px solid #EA5E6D;
    border-radius: 25px;
    padding: 50px 30px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .labo-modal__inner {
        width: calc(100% - 40px);
        margin: auto;
        padding: 25px 15px;
    }
}

.labo-modal__inner h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .labo-modal__inner h3 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
}

.labo-modal.active {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(234, 94, 109, 0.4);
    overflow-y: scroll;
}

.labo-modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.labo-modal__close:before,
.labo-modal__close:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #EA5E6D;
    position: absolute;
}

.labo-modal__close:before {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.labo-modal__close:after {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    bottom: 4px;
}

.no-scroll {
    overflow: hidden;
}

/*------------------------------------------------------------
contact
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-contact {
    padding: 100px 0;
    background: #FCF9F1;
}

@media screen and (max-width: 767px) {
    .p-contact {
        padding: 50px 0;
    }
}

.p-contact__inner {
    max-width: 600px;
    margin: auto;
}

.p-contact__info {
    border-radius: 25px;
    border: 1px solid #F6A7AE;
    text-align: center;
    padding: 30px;
    background: #fff;
    margin: 65px 0;
}

@media screen and (max-width: 767px) {
    .p-contact__info {
        padding: 20px 10px;
        margin: 35px 0;
    }
}

.p-contact__info p {
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .p-contact__info p {
        font-size: 1.6rem;
    }
}

.p-contact__info p img {
    vertical-align: baseline;
    margin-right: 5px;
}

.p-contact__info .tel {
    margin: 10px 0;
}

@media screen and (max-width: 767px) {
    .p-contact__info .tel {
        margin: 10px 0;
    }
}

.p-contact__info .tel a {
    font-size: 3.6rem;
    text-decoration: none;
    display: block;
    font-weight: 800;
    color: #EA5E6D;
}

.p-contact__info .tel a img {
    vertical-align: baseline;
}

.p-contact__info span {
    font-size: 1.6rem;
    display: block;
}

@media screen and (max-width: 767px) {
    .p-contact__info span {
        font-size: 1.4rem;
    }
}

.p-contact__form dl {
    margin-bottom: 20px;
}

.p-contact__form dl dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .p-contact__form dl dt {
        font-size: 1.6rem;
    }
}

.p-contact__form dl dd .input,
.p-contact__form dl dd .textarea {
    width: 100%;
    border: 1px solid #F6A7AE;
    background: #fff;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {

    .p-contact__form dl dd .input,
    .p-contact__form dl dd .textarea {
        padding: 10px;
    }
}

.p-contact__form dl dd .textarea {
    min-height: 250px;
    resize: none;
}

.p-contact__form .required {
    font-size: 1.2rem;
    background: #EA5E6D;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-left: 5px;
    border-radius: 5px;
}

.p-contact__btn {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.p-contact__btn .btn-submit {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: auto;
}

.p-contact__btn .btn-submit input,
.p-contact__btn .btn-submit a {
    width: 100%;
    border-radius: 10px;
    background: #EA5E6D;
    border: 1px solid #EA5E6D;
    font-size: 2.5rem;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 767px) {

    .p-contact__btn .btn-submit input,
    .p-contact__btn .btn-submit a {
        font-size: 1.4rem;
        padding: 14px 0;
    }
}

.p-contact__btn .btn-submit input:hover,
.p-contact__btn .btn-submit a:hover {
    opacity: 0.6;
}

.p-contact__btn .btn-submit:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(135deg) translateY(-50%);
    -ms-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
    margin-top: -9px;
}

@media screen and (max-width: 767px) {
    .p-contact__btn .btn-submit:after {
        width: 6px;
        height: 6px;
    }
}

.p-contact__btn .btn-back {
    position: relative;
    max-width: 250px;
    width: 100%;
    margin: auto 10px auto auto;
}

@media screen and (max-width: 767px) {
    .p-contact__btn .btn-back {
        max-width: 100%;
        width: 50%;
    }
}

.p-contact__btn .btn-back input,
.p-contact__btn .btn-back a {
    width: 100%;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #EA5E6D;
    font-size: 2rem;
    text-align: center;
    padding: 21px 0;
    color: #EA5E6D;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

@media screen and (max-width: 767px) {

    .p-contact__btn .btn-back input,
    .p-contact__btn .btn-back a {
        font-size: 1.4rem;
        padding: 14px 0;
    }
}

.p-contact__btn .btn-back input:hover,
.p-contact__btn .btn-back a:hover {
    opacity: 0.6;
}

.p-contact__btn .btn-back:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #EA5E6D;
    border-left: 3px solid #EA5E6D;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
    .p-contact__btn .btn-back:after {
        width: 6px;
        height: 6px;
    }
}

.p-contact .mw_wp_form_confirm .btn-back {
    display: block;
}

.p-contact .mw_wp_form_confirm dl dd {
    background: #EA5E6D;
    padding: 10px;
    color: #fff;
}
.p-contact label.error{
      color: red;
    width: 100%;
    display: block;
    margin: 10px auto auto;
}

.p-thanks .p-thanks__txt {
    text-align: center;
    margin: 60px 0 0;
}