@charset "UTF-8";
/* line 5, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.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, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

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

/* line 28, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.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, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.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, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.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;
}

/*------------
    汎用CSS
-------------*/
/* line 10, ../scss/style.scss */
.loadingWrap {
  width: 100%;
  height: 100%;
  background: #fae5ca;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

/* line 19, ../scss/style.scss */
.loadingWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
}

/* line 27, ../scss/style.scss */
.transition {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

/* line 33, ../scss/style.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/* line 37, ../scss/style.scss */
.clfix:after {
  contents: "";
  display: block;
  clear: both;
}

/* line 42, ../scss/style.scss */
.font_no {
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

/*-----*/
/* line 44, ../scss/style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 51, ../scss/style.scss */
body {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  height: 100%;
  width: 100%;
}

/* line 56, ../scss/style.scss */
p {
  color: #000;
}

/* line 57, ../scss/style.scss */
a {
  text-decoration: none;
  color: #000;
}
/* line 60, ../scss/style.scss */
a:hover {
  color: #1b469c;
  opacity: 0.8;
}

/* line 65, ../scss/style.scss */
img {
  border: 0;
}

/* line 66, ../scss/style.scss */
.pc_none {
  display: none !important;
}

/* line 67, ../scss/style.scss */
.sp_none {
  display: block !important;
}

/* line 68, ../scss/style.scss */
.article {
  width: 100%;
  padding: 20px 0px;
  margin: 0 auto;
  display: table;
}

/* line 74, ../scss/style.scss */
.inner {
  width: 1000px;
  margin: 0 auto;
}

/* line 78, ../scss/style.scss */
.bsd {
  box-shadow: 5px 5px 15px #bbb;
}

/* line 79, ../scss/style.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/* line 81, ../scss/style.scss */
#page-top {
  position: fixed;
  bottom: 90px;
  right: 28px;
  z-index: 997;
}

/* line 88, ../scss/style.scss */
#page-top a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 97, ../scss/style.scss */
#page-top a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 105, ../scss/style.scss */
.pager1 {
  width: 200px;
  padding: 15px 5px;
  background: #54ab00;
  color: #fff;
  display: block;
  border-radius: 15px;
  text-align: center;
  border: 2px solid #fff;
}
/* line 114, ../scss/style.scss */
.pager1 a {
  color: #fff;
}

/*----------------
    drawer
    ------------*/
/* line 121, ../scss/style.scss */
#slick {
  display: none;
}

/* line 124, ../scss/style.scss */
#nav_none {
  display: none;
}

/* line 125, ../scss/style.scss */
#menu-bt {
  width: 100%;
  text-align: right;
  position: absolute;
  z-index: 990;
  padding-top: 25px;
  padding-right: 110px;
}

/* line 133, ../scss/style.scss */
#menu_dw ul {
  padding-bottom: 15px;
}
/* line 135, ../scss/style.scss */
#menu_dw ul li {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 15px 0px;
}
/* line 140, ../scss/style.scss */
#menu_dw ul li a {
  color: #000;
  font-size: 18px;
  display: block;
}

/* line 147, ../scss/style.scss */
.dw_reserve {
  background: #20abeb !important;
  width: 90% !important;
  padding: 20px 0px !important;
  margin: 0 auto !important;
  line-height: 2;
}
/* line 153, ../scss/style.scss */
.dw_reserve a {
  color: #fff !important;
  display: block !important;
}

/* line 158, ../scss/style.scss */
.dw_reserve:after {
  content: url("../images/btn_arrow.png");
  position: absolute;
  right: 10%;
  margin-top: -27px;
}

/* line 164, ../scss/style.scss */
.slicknav_btn.activeb span.slicknav_icon span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

/* line 168, ../scss/style.scss */
.slicknav_btn.activeb span.slicknav_icon span:nth-of-type(2) {
  opacity: 0;
}

/* line 171, ../scss/style.scss */
.slicknav_btn.activeb span.slicknav_icon span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

/* slider */
/* line 177, ../scss/style.scss */
.slick-slide {
  padding: 0px 0px;
}
/* line 179, ../scss/style.scss */
.slick-slide img {
  border-top: 4px solid #1a2d72;
  border-left: 2px solid #1a2d72;
  border-right: 2px solid #1a2d72;
  border-bottom: 4px solid #1a2d72;
  transform: skew(-5deg);
}

/* line 187, ../scss/style.scss */
.slick_container {
  width: 360px;
  margin: 0 auto;
  position: relative;
}

/* line 193, ../scss/style.scss */
.slick-prev, .slick-next {
  width: 50px;
  height: 50px;
}

/* line 197, ../scss/style.scss */
.slick-prev:before, .slick-next:before {
  content: "";
}

/* line 200, ../scss/style.scss */
button.slick-prev, button.slick-next {
  z-index: 2;
}

/* line 203, ../scss/style.scss */
.slick-prev {
  left: 20px;
}

/* line 204, ../scss/style.scss */
.slick-next {
  right: 20px;
}

/* line 205, ../scss/style.scss */
.slick-arrow {
  z-index: 99;
}

/* wavey */
/* line 208, ../scss/style.scss */
.canvas-top {
  background-color: #22184c;
}

/* line 211, ../scss/style.scss */
.canvas-wrap {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/*----------------
    accordion
    -------------*/
/* line 220, ../scss/style.scss */
.accordion-menu {
  width: 100%;
  margin: 0px auto 75px;
  background: #fff;
  text-align: left;
}

/* line 226, ../scss/style.scss */
.accordion-menu li.open .dropdownlink {
  color: #000;
}
/* line 228, ../scss/style.scss */
.accordion-menu li.open .dropdownlink .fa-chevron-down {
  transform: rotate(180deg);
}

/* line 232, ../scss/style.scss */
.dropdownlink {
  height: 90px;
  cursor: pointer;
  display: block;
  padding: 35px 50px 15px 20px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
  position: relative;
  transition: all 0.4s ease-out;
  font-weight: bold;
  border: 1px solid #0da2e7;
  border-left: 90px solid #0da2e7;
  line-height: 1.5;
  border-radius: 10px;
}

/* line 248, ../scss/style.scss */
.dropdownlink-r2 {
  padding-top: 20px;
}

/* line 249, ../scss/style.scss */
.dropdownlink:before {
  content: url("../images/q.png");
  top: 25px;
  left: -60px;
  position: absolute;
}

/* line 255, ../scss/style.scss */
.dropdownlink:after {
  content: url("../images/arrow2.png");
  top: 40%;
  right: 20px;
  position: absolute;
}

/* line 261, ../scss/style.scss */
.open .dropdownlink:after {
  content: url("../images/arrow3.png") !important;
  top: 40%;
  right: 20px;
  position: absolute;
}

/* line 267, ../scss/style.scss */
.submenuItems {
  display: none;
  background: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid #0da2e7;
}
/* line 273, ../scss/style.scss */
.submenuItems li {
  border-left: 90px solid #fff;
}

/* line 278, ../scss/style.scss */
.submenuItems li {
  display: block;
  position: relative;
  color: #000;
  padding: 12px 12px 12px 15px;
  transition: all 0.4s ease-out;
  line-height: 1.5;
}
/* line 285, ../scss/style.scss */
.submenuItems li:hover {
  background-color: #fff;
  color: #000;
}

/* line 290, ../scss/style.scss */
.submenuItems li:before {
  content: url("../images/a.png");
  top: 35%;
  left: -60px;
  position: absolute;
}

/* line 296, ../scss/style.scss */
.pdt20 {
  padding-top: 20px;
}

/*----------------
    index
    ------------*/
/* line 300, ../scss/style.scss */
#floating-bn {
  position: fixed;
  width: 100%;
  height: 85px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 99;
}

/* line 301, ../scss/style.scss */
.floating-inner {
  width: 100%;
  margin: 0 auto;
}

/* line 302, ../scss/style.scss */
.floating-inner span {
  font-size: 125%;
  color: #fff;
  font-weight: bold;
}

/* line 303, ../scss/style.scss */
.floating-inner a {
  margin-top: 4px;
  font-weight: bold;
}

/* line 304, ../scss/style.scss */
.btn {
  border: 1px solid #ce6302;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  width: 300px;
  height: auto;
  line-height: 1.5;
  display: block;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  padding: 11px 0 7px;
  -moz-box-shadow: 0 5px 0 #ce6302;
  -webkit-box-shadow: 0 5px 0 #ce6302;
  box-shadow: 0 5px 0 #ce6302;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #ff7f00;
  position: relative;
}

/* line 321, ../scss/style.scss */
.btn:before {
  content: url("../images/floating-tap.png");
  position: absolute;
  top: -25px;
  left: 10px;
}

/* line 327, ../scss/style.scss */
.btn:after {
  content: url("../images/icon-tel-sp.png");
  position: absolute;
  top: 6px;
  right: 25px;
}

/* line 333, ../scss/style.scss */
#wrap {
  width: 100%;
  background: #fff;
  transition: 0.3s;
}

/* line 338, ../scss/style.scss */
.inner {
  width: 1000px;
  margin: 0 auto;
}

/* line 342, ../scss/style.scss */
#request-top {
  position: fixed;
  bottom: 23%;
  right: -20px;
  z-index: 9999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 353, ../scss/style.scss */
#request-top:hover {
  right: -10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 362, ../scss/style.scss */
#header_pc .header-txt {
  width: 100%;
  background: #20abeb;
  height: 30px;
}
/* line 366, ../scss/style.scss */
#header_pc .header-txt p {
  color: #fff;
  font-size: 16px;
  padding: 7px;
}
/* line 368, ../scss/style.scss */
#header_pc .header_contents {
  padding: 15px 0px;
}
/* line 369, ../scss/style.scss */
#header_pc .mainlogo {
  text-align: left;
  padding-left: 20px;
}
/* line 370, ../scss/style.scss */
#header_pc p.main_tel {
  text-align: right;
  padding: 20px 30px 0px 0px;
  float: right;
  color: #20abeb;
  font-size: 36px;
  font-weight: bold;
  line-height: 0.5;
  position: relative;
}
/* line 379, ../scss/style.scss */
#header_pc p.main_tel span {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
/* line 385, ../scss/style.scss */
#header_pc p.main_tel:before {
  content: url(../images/icon-tel.png);
  position: absolute;
  top: 7px;
  left: -60px;
}
/* line 391, ../scss/style.scss */
#header_pc ul {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
/* line 395, ../scss/style.scss */
#header_pc ul li {
  float: left;
  width: 20%;
  padding: 10px 0px;
  font-weight: bold;
}
/* line 401, ../scss/style.scss */
#header_pc ul li:last-child {
  border-right: none;
}

/* line 404, ../scss/style.scss */
#title {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  padding: 0px 0px 0px;
}
/* line 411, ../scss/style.scss */
#title div.title-inner {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  z-index: 1;
}

/* line 421, ../scss/style.scss */
h2.h2_mds {
  text-align: center;
  display: block;
  padding: 40px 0px 50px;
}
/* line 425, ../scss/style.scss */
h2.h2_mds p {
  line-height: 1.7;
  padding-top: 20px;
}
/* line 428, ../scss/style.scss */
h2.h2_mds p span {
  font-weight: bold;
}

/* line 432, ../scss/style.scss */
#info, #flow, #qa, #voice, #coupon, #contact {
  margin-top: -120px;
  padding-top: 120px;
}

/* line 436, ../scss/style.scss */
.ank-fix {
  padding-top: 100px;
}

/* line 438, ../scss/style.scss */
#info-top {
  width: 100%;
  background: #fff;
  padding: 250px 0px 105px;
  text-align: center;
}
/* line 443, ../scss/style.scss */
#info-top .eco-img {
  padding: 0;
  display: block;
  margin: 0 auto;
}
/* line 448, ../scss/style.scss */
#info-top .eco-mds {
  padding: 25px 0px 35px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
/* line 454, ../scss/style.scss */
#info-top .eco-txt {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

/* line 461, ../scss/style.scss */
.job-env {
  width: 100%;
}
/* line 463, ../scss/style.scss */
.job-env .env-inner {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
/* line 468, ../scss/style.scss */
.job-env a {
  display: block;
  color: #fff;
  font-size: 24px;
  padding: 125px 0px;
  width: 33.333%;
}
/* line 475, ../scss/style.scss */
.job-env .env-inner2 {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
/* line 479, ../scss/style.scss */
.job-env .env-inner2 a {
  width: 50%;
}
/* line 481, ../scss/style.scss */
.job-env a.env-bg1 {
  background: url("../images-lp/flow01.jpg") no-repeat center center;
  background-size: cover;
}
/* line 482, ../scss/style.scss */
.job-env a.env-bg2 {
  background: url("../images-lp/flow02.jpg") no-repeat center center;
  background-size: cover;
}
/* line 483, ../scss/style.scss */
.job-env a.env-bg3 {
  background: url("../images-lp/flow03.jpg") no-repeat center center;
  background-size: cover;
}
/* line 484, ../scss/style.scss */
.job-env a.env-bg4 {
  background: url("../images-lp/flow04.jpg") no-repeat center center;
  background-size: cover;
}
/* line 485, ../scss/style.scss */
.job-env a.env-bg5 {
  background: url("../images-lp/flow05.jpg") no-repeat center center;
  background-size: cover;
}
/* line 486, ../scss/style.scss */
.job-env a.env-bg6 {
  background: url("../images-lp/flow06.jpg") no-repeat center center;
  background-size: cover;
}

/* line 489, ../scss/style.scss */
#info {
  width: 100%;
  padding: 120px 0px 90px;
}
/* line 492, ../scss/style.scss */
#info p.message-title {
  font-size: 42px;
  font-weight: bold;
  border-left: 10px solid #0da2e7;
  padding-left: 20px;
  margin-bottom: 30px;
}
/* line 499, ../scss/style.scss */
#info p.cmds {
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 25px;
}
/* line 505, ../scss/style.scss */
#info p.message-txt {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
}

/* line 512, ../scss/style.scss */
.info-icons {
  padding: 60px 0px;
  display: table;
}

/* line 516, ../scss/style.scss */
.top_contents {
  width: 30%;
  margin: 0px 15px 40px;
  float: left;
  display: table;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 528, ../scss/style.scss */
.top_contents .divider {
  border: 2px solid #0da2e7;
  border-radius: 10px;
  margin-top: 15px;
}
/* line 533, ../scss/style.scss */
.top_contents p.tcon_mds {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 15px 0px;
}
/* line 541, ../scss/style.scss */
.top_contents p.tcon_txt {
  color: #000;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  padding: 0px 10px 25px;
}
/* line 547, ../scss/style.scss */
.top_contents p.tcon_txt a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: left;
}

/* line 559, ../scss/style.scss */
#flow {
  width: 100%;
  padding: 120px 0px 90px;
}
/* line 562, ../scss/style.scss */
#flow p.message-title {
  font-size: 42px;
  font-weight: bold;
  border-left: 10px solid #0da2e7;
  padding-left: 20px;
  margin-bottom: 30px;
}
/* line 569, ../scss/style.scss */
#flow p.cmds {
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 25px;
}
/* line 575, ../scss/style.scss */
#flow p.message-txt {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  padding-bottom: 50px;
}
/* line 581, ../scss/style.scss */
#flow .flow-bd {
  border-top: 3px solid #0da2e7;
}
/* line 582, ../scss/style.scss */
#flow .flow-1 {
  width: 100%;
  background: #faf9f5;
}
/* line 583, ../scss/style.scss */
#flow .flow-2 {
  width: 100%;
  background: #edece8;
}
/* line 584, ../scss/style.scss */
#flow .flow-3 {
  width: 100%;
  background: #e0dfdc;
}
/* line 585, ../scss/style.scss */
#flow .flow-1 .inner, #flow .flow-2 .inner, #flow .flow-3 .inner {
  position: relative;
  padding: 55px 0px 55px 145px;
  display: flex;
  justify-content: space-around;
}
/* line 590, ../scss/style.scss */
#flow .flow-1 .inner img, #flow .flow-2 .inner img, #flow .flow-3 .inner img {
  padding-left: 50px;
  height: 100%;
}
/* line 592, ../scss/style.scss */
#flow .step1 {
  background: url("../images-lp/step01.png") no-repeat left 30px center;
}
/* line 593, ../scss/style.scss */
#flow .step2 {
  background: url("../images-lp/step02.png") no-repeat left 30px center;
}
/* line 594, ../scss/style.scss */
#flow .step3 {
  background: url("../images-lp/step03.png") no-repeat left 30px top 45px;
}
/* line 595, ../scss/style.scss */
#flow .flow-mds {
  font-size: 32px;
  font-weight: bold;
  padding: 0px 10px 20px 15px;
  border-bottom: 2px dotted #000;
}
/* line 601, ../scss/style.scss */
#flow .flow-txt {
  font-size: 16px;
  padding: 20px 0px 0px 15px;
  line-height: 1.8;
}
/* line 606, ../scss/style.scss */
#flow .flow-contact {
  background: #0da2e7;
  width: 300px;
  height: 50px;
  margin-top: 20px;
}
/* line 611, ../scss/style.scss */
#flow .flow-contact a {
  color: #fff;
  font-size: 18px;
  display: block;
  height: 50px;
  text-align: center;
  padding-top: 17px;
  font-weight: bold;
}

/* line 621, ../scss/style.scss */
#qa {
  width: 100%;
  padding: 120px 0px 90px;
}
/* line 624, ../scss/style.scss */
#qa p.message-title {
  font-size: 42px;
  font-weight: bold;
  border-left: 10px solid #0da2e7;
  padding-left: 20px;
  margin-bottom: 30px;
}
/* line 631, ../scss/style.scss */
#qa p.cmds {
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 25px;
}
/* line 637, ../scss/style.scss */
#qa p.message-txt {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  padding-bottom: 50px;
}

/* line 646, ../scss/style.scss */
#voice {
  width: 100%;
  padding: 120px 0px 90px;
}
/* line 649, ../scss/style.scss */
#voice p.message-title {
  font-size: 42px;
  font-weight: bold;
  border-left: 10px solid #0da2e7;
  padding-left: 20px;
  margin-bottom: 30px;
}
/* line 656, ../scss/style.scss */
#voice p.cmds {
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 25px;
}
/* line 662, ../scss/style.scss */
#voice p.message-txt {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  padding-bottom: 50px;
}
/* line 669, ../scss/style.scss */
#voice .voice-con {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
/* line 673, ../scss/style.scss */
#voice .voice-con img {
  display: block;
  padding: 0px 25px 20px 25px;
}
/* line 677, ../scss/style.scss */
#voice .voice-con .voice-mds {
  font-size: 18px;
  font-weight: bold;
  padding-top: 50px;
  line-height: 1.8;
}
/* line 682, ../scss/style.scss */
#voice .voice-con .voice-mds span {
  font-size: 16px;
  font-weight: normal;
}
/* line 683, ../scss/style.scss */
#voice .voice-con .voice-mds .voice-divider {
  width: 50px;
  height: 2px;
  background: #0da2e7;
  display: block;
  margin-top: 30px;
}
/* line 692, ../scss/style.scss */
#voice .voice-txt {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px 50px 20px;
  line-height: 1.5;
}

/* line 700, ../scss/style.scss */
#coupon {
  width: 100%;
}
/* line 702, ../scss/style.scss */
#coupon p.message-title {
  font-size: 42px;
  font-weight: bold;
  border-left: 10px solid #0da2e7;
  padding-left: 20px;
  margin-bottom: 30px;
}
/* line 709, ../scss/style.scss */
#coupon p.cmds {
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 25px;
}
/* line 715, ../scss/style.scss */
#coupon p.message-txt {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  padding-bottom: 50px;
}
/* line 720, ../scss/style.scss */
#coupon p.message-txt span {
  color: #f00;
}
/* line 721, ../scss/style.scss */
#coupon p.message-txt a {
  color: #3366cc;
}
/* line 723, ../scss/style.scss */
#coupon .coupon-img {
  padding: 30px 0px 100px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
/* line 729, ../scss/style.scss */
#coupon .caution-img {
  padding: 30px 0px 50px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* line 736, ../scss/style.scss */
.price-txt {
  font-size: 13px;
  line-height: 1.8;
  width: 640px;
  margin: 0 auto;
  text-align: left;
  padding-top: 50px;
}
/* line 743, ../scss/style.scss */
.price-txt span {
  display: block;
  font-weight: bold;
}

/* line 745, ../scss/style.scss */
.dltable {
  width: 650px;
  border: 1px solid #0da2e7;
  margin: 15px auto;
  background-color: #fff;
  line-height: 1.5;
}
/* line 752, ../scss/style.scss */
.dltable .row1 {
  width: 30%;
}
/* line 755, ../scss/style.scss */
.dltable .row2 {
  width: 70%;
}
/* line 758, ../scss/style.scss */
.dltable .row3 {
  width: 100%;
}
/* line 762, ../scss/style.scss */
.dltable dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  font-size: 14px;
}
/* line 768, ../scss/style.scss */
.dltable dl:last-child {
  border-bottom: none;
}
/* line 771, ../scss/style.scss */
.dltable dl dt {
  padding: 15px 0;
  background: #0da2e7 none repeat scroll 0 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
/* line 778, ../scss/style.scss */
.dltable dl dd {
  padding: 10px 0;
  border: 1px solid #ddd;
  text-align: left;
  padding-left: 10px;
}

/* line 787, ../scss/style.scss */
#form {
  width: 640px;
  padding: 0px 0px 60px;
  margin: 0 auto;
}
/* line 791, ../scss/style.scss */
#form input, #form textarea {
  border: none;
  padding: 5px;
}
/* line 792, ../scss/style.scss */
#form input:placeholder-shown, #form input::-webkit-input-placeholder {
  color: #20abeb;
  font-weight: bold;
}
/* line 793, ../scss/style.scss */
#form textarea:placeholder-shown, #form textarea::-webkit-input-placeholder {
  color: #20abeb;
  font-weight: bold;
}
/* line 794, ../scss/style.scss */
#form p.form-txt {
  padding: 50px 0px;
  text-align: center;
  line-height: 1.7;
  color: #fff;
}
/* line 800, ../scss/style.scss */
#form .input_txt {
  background: #c3dcc6;
  color: #7fab92;
  width: 50%;
  height: 180px;
  float: left;
}
/* line 807, ../scss/style.scss */
#form .input_add {
  background: #fff;
  border: 2px solid #20abeb;
  border-radius: 5px;
  color: #7fab92;
  width: 100%;
  height: 35px;
  margin: 0px 0px 20px 0px;
}
/* line 816, ../scss/style.scss */
#form #submit_btn {
  width: 100%;
  height: 70px;
  background: #20abeb;
  color: #fff;
  text-align: center;
  display: block;
  margin: 30px auto 0px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 10px;
}
/* line 828, ../scss/style.scss */
#form span.arw {
  position: relative;
}
/* line 829, ../scss/style.scss */
#form span.arw:before {
  content: url("../images/arrow_r.png");
  position: absolute;
  z-index: 99;
  right: 1em;
  top: 0.1em;
}

/* line 838, ../scss/style.scss */
.footer-bg {
  width: 100%;
  height: 140px;
  background: url("../images-lp/footer-bg.jpg") no-repeat;
  margin-top: 150px;
}

/* line 844, ../scss/style.scss */
#footer {
  width: 100%;
  background: #20abeb;
  text-align: center;
}
/* line 848, ../scss/style.scss */
#footer p.copyright {
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
}

@media screen and (min-width: 1000px) {
  /* line 857, ../scss/style.scss */
  body {
    overflow-x: hidden;
  }
}
/*-- media end --*/
@media screen and (max-width: 1000px) {
  /* line 861, ../scss/style.scss */
  .inner {
    padding: 0px 3px;
  }

  /* line 862, ../scss/style.scss */
  #title {
    z-index: 10;
  }
}
/*-- media end --*/
@media screen and (max-width: 640px) {
  /* line 870, ../scss/style.scss */
  body {
    overflow-x: hidden;
  }

  /* line 871, ../scss/style.scss */
  img {
    max-width: 100%;
  }

  /* line 872, ../scss/style.scss */
  .pc_none {
    display: block !important;
  }

  /* line 873, ../scss/style.scss */
  .sp_none {
    display: none !important;
  }

  /* line 874, ../scss/style.scss */
  .anc_none {
    display: none !important;
  }

  /* line 875, ../scss/style.scss */
  #arrows {
    display: none !important;
  }

  /* line 876, ../scss/style.scss */
  .sp_head {
    width: 100%;
    height: 100px;
    background: #fff;
    padding-top: 20px;
    display: block;
    position: fixed;
    z-index: 980;
  }
  /* line 884, ../scss/style.scss */
  .sp_head img {
    max-width: 100%;
  }

  /* line 886, ../scss/style.scss */
  .fixed {
    position: fixed !important;
    display: block !important;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 99;
  }

  /* line 894, ../scss/style.scss */
  #wrap {
    width: 100%;
    background: #fff;
  }

  /* line 898, ../scss/style.scss */
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px;
  }

  /* line 903, ../scss/style.scss */
  #title {
    z-index: 10;
  }
  /* line 905, ../scss/style.scss */
  #title img {
    max-width: 95%;
    text-align: center;
  }
  /* line 906, ../scss/style.scss */
  #title div.title-inner {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 200px;
    z-index: 1;
  }

  /* line 916, ../scss/style.scss */
  #info-top {
    width: 100%;
    background: #fff;
    padding: 50px 0px 105px;
    text-align: center;
  }
  /* line 921, ../scss/style.scss */
  #info-top .eco-img {
    padding: 0;
    display: block;
    margin: 0 auto;
  }
  /* line 926, ../scss/style.scss */
  #info-top .eco-mds {
    padding: 25px 0px 35px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
  /* line 933, ../scss/style.scss */
  #info-top .eco-txt {
    font-size: 14px;
    line-height: 1.8;
    color: #000;
    text-align: left;
  }

  /* line 941, ../scss/style.scss */
  #info {
    width: 100%;
    padding: 120px 0px 90px;
  }
  /* line 944, ../scss/style.scss */
  #info p.message-title {
    font-size: 38px;
    font-weight: bold;
    border-left: 10px solid #0da2e7;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  /* line 951, ../scss/style.scss */
  #info p.cmds {
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 25px;
  }
  /* line 957, ../scss/style.scss */
  #info p.message-txt {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 30px;
  }

  /* line 964, ../scss/style.scss */
  .info-icons {
    padding: 60px 0px 0px;
    display: table;
  }

  /* line 968, ../scss/style.scss */
  .top_contents {
    width: 100%;
    margin: 0px 0px 40px;
    padding: 0px 5px;
    float: none;
    display: table;
    position: relative;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  /* line 981, ../scss/style.scss */
  .top_contents .divider {
    border: 2px solid #0da2e7;
    border-radius: 10px;
    margin-top: 15px;
  }
  /* line 986, ../scss/style.scss */
  .top_contents p.tcon_mds {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    padding: 15px 0px;
  }
  /* line 994, ../scss/style.scss */
  .top_contents p.tcon_txt {
    color: #000;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    padding: 0px 10px 25px;
  }
  /* line 1000, ../scss/style.scss */
  .top_contents p.tcon_txt a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: left;
  }

  /* line 1012, ../scss/style.scss */
  .job-env {
    width: 100%;
  }
  /* line 1014, ../scss/style.scss */
  .job-env .env-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
  }
  /* line 1020, ../scss/style.scss */
  .job-env .env-inner2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
  }
  /* line 1025, ../scss/style.scss */
  .job-env .env-inner2 a {
    width: 100%;
  }
  /* line 1027, ../scss/style.scss */
  .job-env a {
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 50px 0px;
    width: 100%;
  }

  /* line 1037, ../scss/style.scss */
  #flow {
    width: 100%;
    padding: 120px 0px 90px;
  }
  /* line 1040, ../scss/style.scss */
  #flow p.message-title {
    font-size: 42px;
    font-weight: bold;
    border-left: 10px solid #0da2e7;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  /* line 1047, ../scss/style.scss */
  #flow p.cmds {
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 25px;
  }
  /* line 1053, ../scss/style.scss */
  #flow p.message-txt {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 30px;
    padding-bottom: 50px;
  }
  /* line 1059, ../scss/style.scss */
  #flow .flow-bd {
    border-top: 3px solid #0da2e7;
  }
  /* line 1060, ../scss/style.scss */
  #flow .flow-1 {
    width: 100%;
    background: #faf9f5;
  }
  /* line 1061, ../scss/style.scss */
  #flow .flow-2 {
    width: 100%;
    background: #edece8;
  }
  /* line 1062, ../scss/style.scss */
  #flow .flow-3 {
    width: 100%;
    background: #e0dfdc;
  }
  /* line 1063, ../scss/style.scss */
  #flow .flow-1 .inner, #flow .flow-2 .inner, #flow .flow-3 .inner {
    position: relative;
    padding: 50px 5px 55px 80px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  /* line 1069, ../scss/style.scss */
  #flow .flow-1 .inner img, #flow .flow-2 .inner img, #flow .flow-3 .inner img {
    padding-left: 0px;
    padding-top: 20px;
    height: 100%;
  }
  /* line 1071, ../scss/style.scss */
  #flow .step1 {
    background: url("../images-lp/step01.png") no-repeat left 10px center;
  }
  /* line 1072, ../scss/style.scss */
  #flow .step2 {
    background: url("../images-lp/step02.png") no-repeat left 10px center;
  }
  /* line 1073, ../scss/style.scss */
  #flow .step3 {
    background: url("../images-lp/step03.png") no-repeat left 10px top 15px;
  }
  /* line 1074, ../scss/style.scss */
  #flow .flow-mds {
    font-size: 24px;
    font-weight: bold;
    padding: 0px 10px 20px 15px;
    border-bottom: 2px dotted #000;
  }
  /* line 1080, ../scss/style.scss */
  #flow .flow-txt {
    font-size: 16px;
    padding: 20px 0px 0px 15px;
    line-height: 1.8;
  }
  /* line 1085, ../scss/style.scss */
  #flow .flow-contact {
    background: #0da2e7;
    width: 300px;
    height: 50px;
    margin-top: 20px;
  }
  /* line 1090, ../scss/style.scss */
  #flow .flow-contact a {
    color: #fff;
    font-size: 18px;
    display: block;
    height: 50px;
    text-align: center;
    padding-top: 17px;
    font-weight: bold;
  }

  /* line 1100, ../scss/style.scss */
  #voice {
    width: 100%;
    padding: 120px 0px 90px;
  }
  /* line 1103, ../scss/style.scss */
  #voice p.message-title {
    font-size: 42px;
    font-weight: bold;
    border-left: 10px solid #0da2e7;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  /* line 1110, ../scss/style.scss */
  #voice p.cmds {
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 25px;
  }
  /* line 1116, ../scss/style.scss */
  #voice p.message-txt {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 30px;
    padding-bottom: 50px;
  }
  /* line 1123, ../scss/style.scss */
  #voice .voice-con {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  /* line 1128, ../scss/style.scss */
  #voice .voice-con img {
    height: 100%;
    display: block;
    padding: 0px 0px 20px 0px;
    margin: 0 auto;
  }
  /* line 1134, ../scss/style.scss */
  #voice .voice-con .voice-mds {
    font-size: 18px;
    font-weight: bold;
    padding-top: 0px;
    line-height: 1.8;
    text-align: center;
  }
  /* line 1140, ../scss/style.scss */
  #voice .voice-con .voice-mds span {
    font-size: 16px;
    font-weight: normal;
  }
  /* line 1141, ../scss/style.scss */
  #voice .voice-con .voice-mds .voice-divider {
    width: 50px;
    height: 2px;
    background: #0da2e7;
    display: block;
    margin: 0 auto;
  }
  /* line 1150, ../scss/style.scss */
  #voice .voice-txt {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px 50px 20px;
    line-height: 1.5;
  }

  /* line 1158, ../scss/style.scss */
  .price-txt {
    font-size: 13px;
    line-height: 1.8;
    width: 100%;
    padding-top: 50px;
  }

  /* line 1164, ../scss/style.scss */
  .dltable {
    width: 100%;
    border: 1px solid #087aaf;
    margin: 15px auto;
    background-color: #fff;
    line-height: 1.5;
  }
  /* line 1171, ../scss/style.scss */
  .dltable .row1 {
    width: 30%;
  }
  /* line 1174, ../scss/style.scss */
  .dltable .row2 {
    width: 70%;
  }
  /* line 1178, ../scss/style.scss */
  .dltable dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    text-align: center;
    font-size: 14px;
  }
  /* line 1184, ../scss/style.scss */
  .dltable dl:last-child {
    border-bottom: none;
  }
  /* line 1187, ../scss/style.scss */
  .dltable dl dt {
    padding: 15px 0;
    background: #087aaf none repeat scroll 0 0;
    color: #fff;
  }
  /* line 1192, ../scss/style.scss */
  .dltable dl dd {
    padding: 10px 10px 10px 10px;
    border: 1px solid #ddd;
  }

  /* line 1199, ../scss/style.scss */
  #form {
    width: 100%;
    padding: 0px 0px 60px;
    margin: 0 auto;
  }
  /* line 1203, ../scss/style.scss */
  #form input, #form textarea {
    border: none;
    padding: 5px;
  }
  /* line 1204, ../scss/style.scss */
  #form input:placeholder-shown, #form input::-webkit-input-placeholder {
    color: #20abeb;
    font-weight: bold;
  }
  /* line 1205, ../scss/style.scss */
  #form textarea:placeholder-shown, #form textarea::-webkit-input-placeholder {
    color: #20abeb;
    font-weight: bold;
  }
  /* line 1206, ../scss/style.scss */
  #form p.form-txt {
    padding: 50px 0px;
    text-align: center;
    line-height: 1.7;
    color: #fff;
  }
  /* line 1212, ../scss/style.scss */
  #form .input_txt {
    background: #c3dcc6;
    color: #7fab92;
    width: 50%;
    height: 180px;
    float: left;
  }
  /* line 1219, ../scss/style.scss */
  #form .input_add {
    background: #fff;
    border: 2px solid #20abeb;
    border-radius: 5px;
    color: #7fab92;
    width: 100%;
    height: 35px;
    margin: 0px 0px 20px 0px;
  }
  /* line 1228, ../scss/style.scss */
  #form #submit_btn {
    width: 100%;
    height: 70px;
    background: #20abeb;
    color: #fff;
    text-align: center;
    display: block;
    margin: 30px auto 0px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 10px;
  }
  /* line 1240, ../scss/style.scss */
  #form span.arw {
    position: relative;
  }
  /* line 1241, ../scss/style.scss */
  #form span.arw:before {
    content: url("../images/arrow_r.png");
    position: absolute;
    z-index: 99;
    right: 1em;
    top: 0.1em;
  }

  /* line 1250, ../scss/style.scss */
  #footer {
    padding-bottom: 150px;
  }

  /*----------------
      accordion
      -------------*/
  /* line 1255, ../scss/style.scss */
  .accordion-menu {
    width: 96%;
    margin: 0px auto 75px;
    background: #fff;
    text-align: left;
  }

  /* line 1261, ../scss/style.scss */
  .accordion-menu li.open .dropdownlink {
    color: #000;
  }
  /* line 1263, ../scss/style.scss */
  .accordion-menu li.open .dropdownlink .fa-chevron-down {
    transform: rotate(180deg);
  }

  /* line 1267, ../scss/style.scss */
  .dropdownlink {
    height: auto;
    cursor: pointer;
    display: block;
    padding: 15px 35px 15px 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    position: relative;
    transition: all 0.4s ease-out;
    font-weight: bold;
    border: 1px solid #087aaf;
    border-left: 80px solid #087aaf;
    line-height: 1.5;
    border-radius: 10px;
  }

  /* line 1283, ../scss/style.scss */
  .dropdownlink:before {
    content: url("../images/q.png");
    top: 32%;
    left: -18%;
    position: absolute;
  }

  /* line 1289, ../scss/style.scss */
  .dropdownlink:after {
    content: url("../images/arrow2.png");
    top: 40%;
    right: 10px;
    position: absolute;
  }

  /* line 1295, ../scss/style.scss */
  .open .dropdownlink:after {
    content: url("../images/arrow3.png") !important;
    top: 40%;
    right: 10px;
    position: absolute;
  }

  /* line 1301, ../scss/style.scss */
  .submenuItems {
    display: none;
    background: #fff;
    font-size: 14px;
    margin-bottom: 20px;
  }
  /* line 1306, ../scss/style.scss */
  .submenuItems li {
    border-left: 80px solid #fff;
  }

  /* line 1311, ../scss/style.scss */
  .submenuItems li {
    display: block;
    position: relative;
    color: #000;
    padding: 12px 12px 12px 15px;
    transition: all 0.4s ease-out;
    line-height: 1.5;
  }
  /* line 1318, ../scss/style.scss */
  .submenuItems li:hover {
    background-color: #fff;
    color: #000;
  }

  /* line 1323, ../scss/style.scss */
  .submenuItems li:before {
    content: url("../images/a.png");
    top: 35%;
    left: -18%;
    position: absolute;
  }
}
/* media end */
@media screen and (max-width: 450px) {
  /* line 1333, ../scss/style.scss */
  .header-txt {
    padding-top: 250px;
    line-height: 1.5;
    font-size: 14px;
  }
}
/* media end */
@media screen and (max-width: 375px) {
  /* line 1342, ../scss/style.scss */
  #flow .flow-contact {
    width: 200px;
  }
}
/* media end */
