@charset "UTF-8";

/* Scss Document */
/* line 5, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 22, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
    line-height: 1;
}

/* line 24, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol,
ul {
    list-style: none;
}

/* line 26, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 28, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

/* line 30, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q,
blockquote {
    quotes: none;
}

/* line 103, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

/* line 32, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
    border: none;
}

/* line 116, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/*　blue　*/
/* line 10, ../sass/style.scss */
html {
    overflow-x: hidden;
}

/* line 15, ../sass/style.scss */
body {
    width: 100%;
    font-family: "メイリオ", Meiryo, sans-serif;
    line-height: 1.7;
    color: #444;
}

/* line 22, ../sass/style.scss */
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

/* line 28, ../sass/style.scss */
.inner {
    max-width: 1020px;
    margin: 0 auto;
}

/* box-shadow */
/* line 35, ../sass/style.scss */
.box-shadow,
.sec5 .inner .wrapper,
.sec5 .inner .ara {
    box-shadow: 5px 5px 7px -6px #666;
    -moz-box-shadow: 5px 5px 7px -6px #666;
    -webkit-box-shadow: 5px 5px 7px -6px #666;
}

/* header */
/* line 43, ../sass/style.scss */
header {
    height: 75px;
    border-bottom: 5px solid #0068b7;
}

/* line 46, ../sass/style.scss */
header .wrapper {
    max-width: 1020px;
    margin: 0 auto;
}

/* line 50, ../sass/style.scss */
header .wrapper .left {
    float: left;
    margin-top: 10px;
}

/* line 55, ../sass/style.scss */
header .wrapper .right {
    float: right;
}

/* line 58, ../sass/style.scss */
header .wrapper .right .btn_wrapper {
    margin-top: 15px;
    float: right;
}

/* line 62, ../sass/style.scss */
header .wrapper .right .tel_wrapper {
    margin: 23px 10px 0 0;
    float: left;
}

/* pr */
/* line 72, ../sass/style.scss */
.pr {
    width: 100%;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    background-size: 12px 12px;
    background-color: #a7e1ff;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #9adcff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #9adcff), color-stop(0.75, #9adcff), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #9adcff 25%, transparent 25%, transparent 50%, #9adcff 50%, #9adcff 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #9adcff 25%, transparent 25%, transparent 50%, #9adcff 50%, #9adcff 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #9adcff 25%, transparent 25%, transparent 50%, #9adcff 50%, #9adcff 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #9adcff 25%, transparent 25%, transparent 50%, #9adcff 50%, #9adcff 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #9adcff 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #9adcff 50%, #9adcff 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 100, ../sass/style.scss */
.pr img {
    display: block;
    width: 100%;
    max-width: 1156px;
    height: auto;
    margin: 0 auto;
    vertical-align: bottom;
}

/* order */
/* line 113, ../sass/style.scss */
.order {
    width: 100%;
    text-align: center;
    margin: 50px auto;
}

/* line 118, ../sass/style.scss */
.order img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

/* line 125, ../sass/style.scss */
.order a:hover {
    opacity: 0.8;
}

/* line 131, ../sass/style.scss */
.skyblue {
    margin: 0 auto;
    background: #c4edf9;
}

/* line 134, ../sass/style.scss */
.skyblue img {
    padding: 20px 0 40px;
}

/* line 140, ../sass/style.scss */
.or01 {
    margin: 0 auto;
    background: #fff;
}

/* line 143, ../sass/style.scss */
.or01 img {
    padding: 20px 0 40px;
}

/* sec2 */
/* line 153, ../sass/style.scss */
.sec2 {
    position: relative;
    z-index: 10;
    background-color: #fef8c5;
    /* background-image: url(../images/sec2_23.png); */
	background-color:lightyellow;
    background-repeat: repeat-x;
    background-position: center 0;
    padding: 120px 0 50px;
}

/* line 164, ../sass/style.scss */
.sec2 h2 {
    text-align: center;
}

/* line 167, ../sass/style.scss */
.sec2 h2 img {
    width: 90%;
    max-width: 837px;
    height: auto;
}

/* line 174, ../sass/style.scss */
.sec2 .wrapper {
    margin-top: 30px;
    width: 100%;
    position: relative;
}

/* line 179, ../sass/style.scss */
.sec2 .wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* line 185, ../sass/style.scss */
.sec2 .wrapper .left_wrapper {
    float: left;
}

/* line 188, ../sass/style.scss */
.sec2 .wrapper .right_wrapper {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* line 194, ../sass/style.scss */
.sec2 .wrapper .right_wrapper img {
    vertical-align: bottom;
}

/* line 202, ../sass/style.scss */
.tri {
    width: 0;
    height: 0;
    margin: 0 auto;
    border: 80px solid transparent;
    border-top: 80px solid #fef8c5;
}

/* sec3 */
/* line 212, ../sass/style.scss */
.sec3 {
    position: relative;
    z-index: -1;
    margin-top: -160px;
    /*background-image: url(../images/bg_04.png); */
    background-color: skyblue;
    background-size: cover;
    padding: 90px 0;
    width: 100%;
}

/* line 221, ../sass/style.scss */
.sec3 h2 {
    text-align: center;
}

/* line 224, ../sass/style.scss */
.sec3 h2 img {
    width: 90%;
    max-width: 940px;
    height: auto;
}

/* line 232, ../sass/style.scss */
.sec3 .reason_wrapper {
    display: flex;
    background: #fff;
    border-radius: 30px;
    border: 5px solid #f97284;
    width: 80%;
    max-width: 1020px;
    margin: 2% auto;
    padding: 15px;
}

/* line 241, ../sass/style.scss */
.sec3 .reason_wrapper .img_wrap {
    margin-right: 15px;
    float: left;
}

/* line 249, ../sass/style.scss */
.sec3 .reason_wrapper .text_wrapper h3 {
    font-size: 35px;
    font-weight: bold;
}

/* line 256, ../sass/style.scss */
.sec3 .reason_wrapper .photo {
    float: left;
}

/* line 260, ../sass/style.scss */
.sec3 .reason_wrapper .photo_wrap {
    float: left;
}

.sec3 p {font-size: 20px}

/* sec4 */
/* line 269, ../sass/style.scss */
.sec4 {
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    background-size: 12px 12px;
    background-color: #fdfde1;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fefef7), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fefef7), color-stop(0.75, #fefef7), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #fefef7 25%, transparent 25%, transparent 50%, #fefef7 50%, #fefef7 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #fefef7 25%, transparent 25%, transparent 50%, #fefef7 50%, #fefef7 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #fefef7 25%, transparent 25%, transparent 50%, #fefef7 50%, #fefef7 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #fefef7 25%, transparent 25%, transparent 50%, #fefef7 50%, #fefef7 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #fefef7 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #fefef7 50%, #fefef7 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    padding: 60px 0;
    width: 100%;
}

/* line 297, ../sass/style.scss */
.sec4 h2 {
    text-align: center;
}

/* line 299, ../sass/style.scss */
.sec4 img {
    width: 100%;
    max-width: 707px;
    height: auto;
}

/* line 307, ../sass/style.scss */
.sec4 ul {
    text-align: center;
    margin: 30px 0;
}

/* line 311, ../sass/style.scss */
.sec4 ul li {
    display: inline;
    margin: 0 10px;
}

/* line 315, ../sass/style.scss */
.sec4 ul li img {
    width: 100%;
    max-width: 262px;
    height: auto;
}

/* line 323, ../sass/style.scss */
.sec4 .text_wrapper {
    background: #fff;
    border-radius: 30px;
    border: 5px solid #f97284;
    width: 80%;
    max-width: 1020px;
    margin: 2% auto;
    padding: 15px;
}

/* line 332, ../sass/style.scss */
.sec4 .text_wrapper h3 {
    font-size: 26px;
    font-weight: bold;
}
.sec4_img {
    text-align: center;
    
}

/* sec5 */
/* line 340, ../sass/style.scss */
.sec5 {
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    background-size: 12px 12px;
    background-color: #f97d8e;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f97284), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f97284), color-stop(0.75, #f97284), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #f97284 25%, transparent 25%, transparent 50%, #f97284 50%, #f97284 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #f97284 25%, transparent 25%, transparent 50%, #f97284 50%, #f97284 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #f97284 25%, transparent 25%, transparent 50%, #f97284 50%, #f97284 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #f97284 25%, transparent 25%, transparent 50%, #f97284 50%, #f97284 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #f97284 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #f97284 50%, #f97284 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    padding: 60px 0;
}

/* line 368, ../sass/style.scss */
.sec5 h2 {
    text-align: center;
}

/* line 370, ../sass/style.scss */
.sec5 h2 img {
    width: 100%;
    max-width: 673px;
    height: auto;
}

/* line 377, ../sass/style.scss */
.sec5 p {
    color: #fff;
    text-align: center;
}

/* line 382, ../sass/style.scss */
.sec5 .inner {
    max-width: 1020px;
    width: 90%;
    margin: 60px auto 0;
}

/* line 387, ../sass/style.scss */
.sec5 .inner .smart {
    display: none;
}

/* line 391, ../sass/style.scss */
.sec5 .inner .pc {
    display: block;
}

/* line 395, ../sass/style.scss */
.sec5 .inner .left {
    float: left;
}

/* line 399, ../sass/style.scss */
.sec5 .inner .right {
    float: right;
}

/* line 402, ../sass/style.scss */
.sec5 .inner .right .wrapper {
    margin-bottom: 40px;
}

/* line 406, ../sass/style.scss */
.sec5 .inner .right .nes {
    margin: 50px 0 60px;
}

/* line 412, ../sass/style.scss */
.sec5 .inner .wrapper {
    background-image: url(../images/paper_07.jpg);
    background-size: cover;
    width: 460px;
    margin: 60px 0 60px;
    padding: 30px 15px;
    border-radius: 15px;
    position: relative;
}

/* line 423, ../sass/style.scss */
.sec5 .inner .ara {
    background-image: url(../images/voicebg_03.jpg);
    background-size: cover;
    width: 460px;
    margin: 10px 0 60px;
    padding: 30px 15px;
    border-radius: 15px;
    position: relative;
}

/* line 434, ../sass/style.scss */
.sec5 .inner .ara h3 {
    text-align: center;
    font-size: 28px;
}

/* line 438, ../sass/style.scss */
.sec5 .inner .ara h3 img {
    vertical-align: middle;
    margin-right: 10px;
}

/* line 445, ../sass/style.scss */
.sec5 .inner .tape {
    position: absolute;
    top: -30px;
    left: 30%;
    width: 201px;
    margin: 0 auto;
}

/* line 452, ../sass/style.scss */
.sec5 .inner .tape img {
    width: 90%;
    max-width: 201px;
    height: auto;
}

/* line 459, ../sass/style.scss */
.sec5 .inner .name {
    color: #333;
    text-align: right;
    font-size: 14px;
}

/* line 466, ../sass/style.scss */
.sec5 .inner .senpai .text_wrapper {
    float: left;
    width: 58%;
}

/* line 470, ../sass/style.scss */
.sec5 .inner .senpai .text_wrapper p {
    color: #333;
    text-align: left;
}

/* line 477, ../sass/style.scss */
.sec5 .inner .senpai .img_wrap {
    float: right;
    width: 40%;
}

/* line 481, ../sass/style.scss */
.sec5 .inner .senpai .img_wrap img {
    width: 90%;
    max-width: 164px;
    height: auto;
}

/* line 491, ../sass/style.scss */
.sec5 .inner .ntext_wrapper p {
    color: #333;
    text-align: left;
}

/* line 499, ../sass/style.scss */
.sec5 .inner .yumesp {
    display: none;
}

/* sec6 */
/* line 508, ../sass/style.scss */
.sec6 {
    /* background-image: url(../images/sec6_03.png); */
    background-color: #ffffff;
    background-repeat: repeat-x;
    background-position: center 0;
    padding: 140px 0 60px;
}

/* line 513, ../sass/style.scss */
.sec6 h2 {
    text-align: center;
}

/* line 515, ../sass/style.scss */
.sec6 h2 img {
    width: 90%;
    max-width: 673px;
    height: auto;
}

/* line 522, ../sass/style.scss */
.sec6 ul {
    text-align: center;
    margin: 40px 0;
}

/* line 526, ../sass/style.scss */
.sec6 ul li {
    display: inline-block;
    color: #0068b7;
    font-size: 20px;
}

/* line 533, ../sass/style.scss */
.sec6 ul .up {
    position: relative;
    top: -60px;
}

/* line 538, ../sass/style.scss */
.sec6 ul .sp {
    display: none;
}

/* line 542, ../sass/style.scss */
.sec6 ul img {
    display: block;
}

/* line 546, ../sass/style.scss */
.sec6 ul .fuki img {
    display: block;
}

/* line 551, ../sass/style.scss */
.sec6 p {
    text-align: center;
}

/* line 554, ../sass/style.scss */
.sec6 p img {
    width: 90%;
    max-width: 860px;
    height: auto;
}

/* sec7 */
/* line 564, ../sass/style.scss */
.sec7 {
    background-image: url(../images/bg_06.png);
    background-size: cover;
    padding: 60px 0;
}

/* line 569, ../sass/style.scss */
.sec7 h2 {
    text-align: center;
}

/* line 571, ../sass/style.scss */
.sec7 h2 img {
    width: 100%;
    max-width: 455px;
    height: auto;
}

/* line 578, ../sass/style.scss */
.sec7 .wrapper {
    text-align: center;
    max-width: 1020px;
    margin: 0 auto;
}

/* line 583, ../sass/style.scss */
.sec7 .wrapper img {
    width: 90%;
    margin-top: 30px;
    max-width: 437px;
    height: auto;
}

/* sec8 */
/* line 593, ../sass/style.scss */
.sec8 {
    padding: 60px 0;
}

/* line 596, ../sass/style.scss */
.sec8 h2 {
    text-align: center;
}

/* line 599, ../sass/style.scss */
.sec8 h2 img {
    width: 90%;
    max-width: 815px;
    height: auto;
}

/* line 606, ../sass/style.scss */
.sec8 .wrapper {
    background: #e9f8ff;
    border-radius: 30px;
    width: 90%;
    max-width: 1020px;
    margin: 2% auto;
    padding: 15px;
}

/* line 614, ../sass/style.scss */
.sec8 .wrapper .img_wrap {
    margin-right: 15px;
    float: left;
}

/* line 621, ../sass/style.scss */
.sec8 .wrapper .text_wrapper h3 {
    margin-top: 20px;
    color: #0068b7;
    font-size: 26px;
    font-weight: bold;
}

/* sec9 */
/* line 633, ../sass/style.scss */
.sec9 {
    padding: 40px 0;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    background-size: 12px 12px;
    background-color: #0068b7;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #0f71bb), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #0f71bb), color-stop(0.75, #0f71bb), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #0f71bb 25%, transparent 25%, transparent 50%, #0f71bb 50%, #0f71bb 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #0f71bb 25%, transparent 25%, transparent 50%, #0f71bb 50%, #0f71bb 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #0f71bb 25%, transparent 25%, transparent 50%, #0f71bb 50%, #0f71bb 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #0f71bb 25%, transparent 25%, transparent 50%, #0f71bb 50%, #0f71bb 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #0f71bb 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #0f71bb 50%, #0f71bb 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 660, ../sass/style.scss */
.sec9 h2 {
    text-align: center;
}

/* line 662, ../sass/style.scss */
.sec9 h2 img {
    width: 100%;
    max-width: 195px;
    height: auto;
}

/* line 669, ../sass/style.scss */
.sec9 .wrapper {
    max-width: 1020px;
    margin: 30px auto;
    text-align: center;
}

/* line 674, ../sass/style.scss */
.sec9 .wrapper img {
    width: 90%;
    margin: 10px;
    max-width: 462px;
    height: auto;
}

/* about */
/* line 684, ../sass/style.scss */
.about {
    padding: 60px 0;
}

/* line 687, ../sass/style.scss */
.about .wrapper {
    max-width: 1020px;
    margin: 0 auto;
}

/* line 691, ../sass/style.scss */
.about .wrapper h3 {
    color: #0068b7;
    font-size: 26px;
}

/* line 696, ../sass/style.scss */
.about .wrapper .left {
    float: left;
}

/* line 700, ../sass/style.scss */
.about .wrapper .right {
    float: right;
}

/* line 705, ../sass/style.scss */
.about .wrapper #map_canvas {
    position: relative;
    padding: 0 0 56%;
    height: 0;
    overflow: hidden;
}

/* line 711, ../sass/style.scss */
.about .wrapper #map_canvas iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* company */
/* line 723, ../sass/style.scss */
.company {
    background: #e3e3e3;
    padding: 30px 0;
}

/* line 727, ../sass/style.scss */
.company h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #0068b7;
}

/* line 734, ../sass/style.scss */
.company table {
    width: 80%;
    margin: 0 auto;
    border-spacing: 4px 4px;
    border-collapse: separate;
}

/* line 741, ../sass/style.scss */
.company td {
    vertical-align: middle;
    background: #fff;
    padding: 7px;
    margin: 2px;
}

/* line 747, ../sass/style.scss */
.company .blue {
    width: 30%;
    text-align: center;
    background: #0068b7;
    color: #fff;
}

/* footer */
/* line 756, ../sass/style.scss */
footer {
    width: 100%;
    background: #333;
    padding: 50px 0;
}

/* line 760, ../sass/style.scss */
footer p {
    padding: 10px 0;
    color: #fff;
    text-align: center;
}

/* line 765, ../sass/style.scss */
footer .price {
    font-size: 20px;
}

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

    /* sec5 */
    /* line 774, ../sass/style.scss */
    .sec5 h2 {
        text-align: center;
    }

    /* line 776, ../sass/style.scss */
    .sec5 h2 img {
        width: 90%;
        max-width: 673px;
        height: auto;
        box-sizing: border-box;
    }

    /* line 785, ../sass/style.scss */
    .sec5 .wrapper {
        margin-bottom: 10px;
    }

    /* line 788, ../sass/style.scss */
    .sec5 .inner {
        max-width: 1020px;
        width: 90%;
        margin: 60px auto 0;
        box-sizing: border-box;
    }

    /* line 794, ../sass/style.scss */
    .sec5 .inner .smart {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    /* line 800, ../sass/style.scss */
    .sec5 .inner .pc {
        display: none;
    }

    /* line 805, ../sass/style.scss */
    .sec5 .inner .left {
        width: 460px;
        float: none;
        margin: 0 auto;
    }

    /* line 811, ../sass/style.scss */
    .sec5 .inner .right {
        float: none;
        margin: 0 auto;
        width: 460px;
    }

    /* line 817, ../sass/style.scss */
    .sec5 .inner .yumesp {
        display: block;
    }

    /* line 821, ../sass/style.scss */
    .sec5 .inner .yumepc {
        display: none;
    }

    /* sec5 */
}

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

    /* sec2 */
    /* line 836, ../sass/style.scss */
    .sec2 .wrapper {
        box-sizing: border-box;
        margin: 30px auto 0;
    }

    /* line 841, ../sass/style.scss */
    .sec2 .wrapper .left_wrapper {
        text-align: center;
        float: none;
        width: 90%;
        max-width: 579px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    /* line 850, ../sass/style.scss */
    .sec2 .wrapper .right_wrapper {
        display: none;
    }

    /* sec3 */
    /* line 858, ../sass/style.scss */
    .sec3 {
        width: 100%;
    }

    /* line 861, ../sass/style.scss */
    .sec3 h2 {
        text-align: center;
        box-sizing: border-box;
    }

    /* line 864, ../sass/style.scss */
    .sec3 h2 img {
        width: 90%;
        max-width: 90%;
        height: auto;
    }

    /* line 872, ../sass/style.scss */
    .sec3 .reason_wrapper {
        display: flex;
        width: 90%;
        box-sizing: border-box;
    }

    /* line 875, ../sass/style.scss */
    .sec3 .reason_wrapper .img_wrap {
        margin-right: 15px;
        float: left;
    }

    /* line 882, ../sass/style.scss */
    .sec3 .reason_wrapper .text_wrapper h3 {
        font-size: 26px;
        font-weight: bold;
    }

    /* sec6 */
    /* line 898, ../sass/style.scss */
    .sec6 ul {
        text-align: center;
        margin: 40px 0;
    }

    /* line 902, ../sass/style.scss */
    .sec6 ul li {
        display: block;
        margin: 20px 0;
    }

    /* line 908, ../sass/style.scss */
    .sec6 ul .up {
        display: none;
    }

    /* line 912, ../sass/style.scss */
    .sec6 ul .sp {
        display: block;
    }

    /* line 917, ../sass/style.scss */
    .sec6 ul .fuki img {
        display: block;
    }

    /* line 924, ../sass/style.scss */
    .sec6 img {
        display: block;
        margin: 0 auto;
    }
}

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

    /* sec3 */
    /* line 938, ../sass/style.scss */
    .sec3 {
        position: relative;
        z-index: -1;
        margin-top: -160px;
        /*background-image: url(../images/bg_04.png); */
        background-color: skyblue;
        background-size: cover;
        padding: 90px 0;
        width: 100%;
        box-sizing: border-box;
    }

    /* line 948, ../sass/style.scss */
    .sec3 h2 {
        text-align: center;
        box-sizing: border-box;
    }

    /* line 951, ../sass/style.scss */
    .sec3 h2 img {
        width: 90%;
        max-width: 940px;
        height: auto;
    }

    /* line 959, ../sass/style.scss */
    .sec3 .reason_wrapper {
        display: block;
        background: #fff;
        border-radius: 30px;
        border: 5px solid #f97284;
        width: 90%;
        max-width: 1020px;
    margin-bottom: 5vw;
        padding: 10px;
        box-sizing: border-box;
    }

    /* line 969, ../sass/style.scss */
    .sec3 .reason_wrapper .img_wrap {
        float: none;
        max-width: 33.3%;
        margin: 0 auto;
    }

    /* line 974, ../sass/style.scss */
    .sec3 .reason_wrapper .img_wrap img {
        width: 100%;
        height: auto;
    }

    /* line 980, ../sass/style.scss */
    .sec3 .reason_wrapper .text_wrapper {
        width: 95%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    /* line 984, ../sass/style.scss */
    .sec3 .reason_wrapper .text_wrapper h3 {
        font-size: 5.5vw;
        font-weight: bold;
        text-align: center;
        margin-bottom: 1vw;
    }

    /* line 989, ../sass/style.scss */
    .sec3 .reason_wrapper .text_wrapper br {
        display: none;
    }

    /* line 994, ../sass/style.scss */
    .sec3 .reason_wrapper .photo {
        float: none;
    }

    /* line 998, ../sass/style.scss */
    .sec3 .reason_wrapper .photo_wrap {
        float: none;
        text-align: center;
    }

    .sec3 p {
        font-size: 4vw;
            margin-bottom: 2vw;
    }



}

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

    /* header */
    /* line 1016, ../sass/style.scss */
    header {
        height: auto;
    }

    /* line 1020, ../sass/style.scss */
    header .wrapper .right {
        float: right;
    }

    /* line 1023, ../sass/style.scss */
    header .wrapper .right .btn_wrapper {
        float: none;
        margin: 0;
    }

    /* line 1027, ../sass/style.scss */
    header .wrapper .right .tel_wrapper {
        float: none;
        margin: 5px 0 0;
    }

    /* line 1032, ../sass/style.scss */
    header .wrapper .right img {
        width: 80%;
        height: auto;
    }



    /* end header */
    /* sec3 */
    /* line 1043, ../sass/style.scss */
    .sec3 .photo {
        float: none;
    }

    /* line 1047, ../sass/style.scss */
    .sec3 .photo_wrap {
        float: none;
    }


    /* sec8 */
    /* line 1053, ../sass/style.scss */
    .sec8 {
        padding: 60px 0;
        box-sizing: border-box;
    }

    /* line 1056, ../sass/style.scss */
    .sec8 h2 {
        text-align: center;
    }

    /* line 1059, ../sass/style.scss */
    .sec8 h2 img {
        width: 90%;
        max-width: 815px;
        height: auto;
    }

    /* line 1066, ../sass/style.scss */
    .sec8 .wrapper {
        background: #e9f8ff;
        border-radius: 30px;
        width: 90%;
        max-width: 1020px;
        margin: 2% auto;
        padding: 15px;
        box-sizing: border-box;
    }

    /* line 1075, ../sass/style.scss */
    .sec8 .wrapper .img_wrap {
        float: none;
        width: 200px;
        margin: 0 auto;
    }

    /* line 1083, ../sass/style.scss */
    .sec8 .wrapper .text_wrapper h3 {
        margin-top: 20px;
        color: #0068b7;
        font-size: 26px;
        font-weight: bold;
    }

    /* end sec8 */
    /* about */
    /* line 1098, ../sass/style.scss */
    .about .wrapper .left {
        width: 80%;
        float: none;
        margin: 0 auto 20px;
    }

    /* line 1105, ../sass/style.scss */
    .about .wrapper .right {
        text-align: center;
        float: none;
    }

    /* line 1109, ../sass/style.scss */
    .about .wrapper .right iframe {
        width: 80%;
    }

    /* end about */
}

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

    /* order */
    /* line 1125, ../sass/style.scss */
    .order {
        margin: 0 auto;
    }

    /* header */
    /* line 1136, ../sass/style.scss */
    header .wrapper .left {
        text-align: center;
        float: none;
    }

    /* line 1141, ../sass/style.scss */
    header .wrapper .right {
        float: none;
        text-align: center;
    }

    /* line 1145, ../sass/style.scss */
    header .wrapper .right .btn_wrapper {
        display: none;
    }

    /* line 1149, ../sass/style.scss */
    header .wrapper .right .tel_wrapper {
        float: none;
        margin: 0;
    }

    /* line 1154, ../sass/style.scss */
    header .wrapper .right .tel_wrapper img {
        width: 60%;
        height: auto;
    }

    /* line 1166, ../sass/style.scss */
    .tri {
        width: 0;
        height: 0;
        margin: 0 auto;
        border: 40px solid transparent;
        border-top: 40px solid #fef8c5;
    }

    /* sec3 */
    /* line 1175, ../sass/style.scss */
    .sec3 {
        padding-top: 120px;
    }

    /* sec5 */
    /* line 1181, ../sass/style.scss */
    .sec5 .inner {
        box-sizing: border-box;
    }

    /* line 1183, ../sass/style.scss */
    .sec5 .inner .wrapper {
        width: 90%;
        max-width: 90%;
    }

    /* line 1188, ../sass/style.scss */
    .sec5 .inner .ara {
        width: 90%;
        max-width: 90%;
    }

    /* line 1191, ../sass/style.scss */
    .sec5 .inner .ara .text_wrapper {
        width: 100%;
        float: none;
    }

    /* line 1196, ../sass/style.scss */
    .sec5 .inner .ara .img_wrap {
        width: 100%;
        float: none;
        text-align: center;
    }

    /* line 1204, ../sass/style.scss */
    .sec5 .inner .smart img {
        width: 100%;
        max-width: 509px;
        height: auto;
    }

    /* line 1211, ../sass/style.scss */
    .sec5 .inner .left {
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    /* line 1217, ../sass/style.scss */
    .sec5 .inner .right {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    /* line 1223, ../sass/style.scss */
    .sec5 .inner .tape {
        position: absolute;
        top: -30px;
        left: 23%;
        width: 201px;
        margin: 0 auto;
    }

    /* line 1230, ../sass/style.scss */
    .sec5 .inner .tape img {
        width: 90%;
        max-width: 201px;
        height: auto;
    }

    /* sec5 */
}

/*@media screen and (max-width: 480px)  {
	
	html {
	overflow-x: hidden;
}

}*/

/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:641px) {
    .footer_area {
        display: none;
    }
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px) {
    .footer_area {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 10000;
    }

    .footer_area .footer_area_inner {
        position: relative;
        width: 90%;
        margin: 0px auto;
        padding: 10px 0;
        margin-right: 0px;
    }

    .footer_area .footer_area_inner .footer_area_inner_btn {
        width: 95%;
        padding: 11px 0;
        font-size: 20px;
        font-weight: bold;
        margin-left: 15px;
        line-height: 1.3;

    }

    .inquiry_btn {
        background-color: #068BF1;
        -webkit-border-radius: 3px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        width: 90%;
        padding: 5px 0;
        font-size: 18px;
        font-weight: bold;
    }

    .inquiry_btn:link,
    .inquiry_btn:visited {
        color: #FFFFFF !important;
    }

    .footer_area_inner span {
        color: #fff;
    }

    #siteBottom {
        margin-bottom: 95px;
    }
}
