@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 */
.floating-inner img {
  margin-top: -20px;
}

/* line 305, ../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 322, ../scss/style.scss */
.btn:before {
  content: url("../images/floating-tap.png");
  position: absolute;
  top: -25px;
  left: 10px;
}

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

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

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

/* line 343, ../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 354, ../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 363, ../scss/style.scss */
#header_pc .header-txt {
  width: 100%;
  background: #20abeb;
  height: 30px;
}
/* line 367, ../scss/style.scss */
#header_pc .header-txt p {
  color: #fff;
  font-size: 16px;
  padding: 7px;
}
/* line 369, ../scss/style.scss */
#header_pc .header_contents {
  padding: 15px 0px;
}
/* line 370, ../scss/style.scss */
#header_pc .mainlogo {
  text-align: left;
  padding-left: 20px;
}
/* line 371, ../scss/style.scss */
#header_pc p.main_tel {
  text-align: right;
  padding: 5px 30px 0px 0px;
  float: right;
  color: #20abeb;
  font-size: 36px;
  font-weight: bold;
  line-height: 0.5;
  position: relative;
}
/* line 380, ../scss/style.scss */
#header_pc p.main_tel span {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
/* line 386, ../scss/style.scss */
#header_pc p.main_tel:before {
  /*content: url(../images/icon-tel.png);
  position: absolute;
  top:7px;
  left:-60px;*/
}
/* line 392, ../scss/style.scss */
#header_pc ul {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
/* line 396, ../scss/style.scss */
#header_pc ul li {
  float: left;
  width: 16.5%;
  padding: 10px 0px;
  font-weight: bold;
}
/* line 402, ../scss/style.scss */
#header_pc ul li:last-child {
  border-right: none;
}

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

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

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

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

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

/* line 462, ../scss/style.scss */
.job-env {
  width: 100%;
}
/* line 464, ../scss/style.scss */
.job-env .env-inner {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
/* line 469, ../scss/style.scss */
.job-env a {
  display: block;
  color: #fff;
  font-size: 24px;
  padding: 125px 0px;
  width: 33.333%;
}
/* line 477, ../scss/style.scss */
.job-env a.env-bg1 {
  background: url("../images-lp/flow01.jpg") no-repeat center center;
  background-size: cover;
}
/* line 478, ../scss/style.scss */
.job-env a.env-bg2 {
  background: url("../images-lp/flow02.jpg") no-repeat center center;
  background-size: cover;
}
/* line 479, ../scss/style.scss */
.job-env a.env-bg3 {
  background: url("../images-lp/flow03.jpg") no-repeat center center;
  background-size: cover;
}
/* line 480, ../scss/style.scss */
.job-env a.env-bg4 {
  background: url("../images-lp/flow04.jpg") no-repeat center center;
  background-size: cover;
}
/* line 481, ../scss/style.scss */
.job-env a.env-bg5 {
  background: url("../images-lp/flow05.jpg") no-repeat center center;
  background-size: cover;
}
/* line 482, ../scss/style.scss */
.job-env a.env-bg6 {
  background: url("../images-lp/flow06.jpg") no-repeat center center;
  background-size: cover;
}

/* line 485, ../scss/style.scss */
#info {
  width: 100%;
  padding: 120px 0px 90px;
}
/* line 488, ../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 495, ../scss/style.scss */
#info p.cmds {
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 25px;
}
/* line 501, ../scss/style.scss */
#info p.message-txt {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
}

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

/* line 512, ../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 524, ../scss/style.scss */
.top_contents .divider {
  border: 2px solid #0da2e7;
  border-radius: 10px;
  margin-top: 15px;
}
/* line 529, ../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 537, ../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 543, ../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 555, ../scss/style.scss */
#flow {
  width: 100%;
  padding: 120px 0px 90px;
}
/* line 558, ../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 565, ../scss/style.scss */
#flow p.cmds {
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 25px;
}
/* line 571, ../scss/style.scss */
#flow p.message-txt {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  padding-bottom: 50px;
}
/* line 577, ../scss/style.scss */
#flow .flow-bd {
  border-top: 3px solid #0da2e7;
}
/* line 578, ../scss/style.scss */
#flow .flow-1 {
  width: 100%;
  background: #faf9f5;
}
/* line 579, ../scss/style.scss */
#flow .flow-2 {
  width: 100%;
  background: #edece8;
}
/* line 580, ../scss/style.scss */
#flow .flow-3 {
  width: 100%;
  background: #e0dfdc;
}
/* line 581, ../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 586, ../scss/style.scss */
#flow .flow-1 .inner img, #flow .flow-2 .inner img, #flow .flow-3 .inner img {
  padding-left: 50px;
  height: 100%;
}
/* line 588, ../scss/style.scss */
#flow .step1 {
  background: url("../images-lp/step01.png") no-repeat left 30px center;
}
/* line 589, ../scss/style.scss */
#flow .step2 {
  background: url("../images-lp/step02.png") no-repeat left 30px center;
}
/* line 590, ../scss/style.scss */
#flow .step3 {
  background: url("../images-lp/step03.png") no-repeat left 30px top 45px;
}
/* line 591, ../scss/style.scss */
#flow .flow-mds {
  font-size: 32px;
  font-weight: bold;
  padding: 0px 10px 20px 15px;
  border-bottom: 2px dotted #000;
}
/* line 597, ../scss/style.scss */
#flow .flow-txt {
  font-size: 16px;
  padding: 20px 0px 0px 15px;
  line-height: 1.8;
}
/* line 602, ../scss/style.scss */
#flow .flow-contact {
  background: #0da2e7;
  width: 300px;
  height: 50px;
  margin-top: 20px;
}
/* line 607, ../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 617, ../scss/style.scss */
#qa {
  width: 100%;
  padding: 120px 0px 90px;
}
/* line 620, ../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 627, ../scss/style.scss */
#qa p.cmds {
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 25px;
}
/* line 633, ../scss/style.scss */
#qa p.message-txt {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  padding-bottom: 50px;
}

/* line 642, ../scss/style.scss */
#voice {
  width: 100%;
  padding: 120px 0px 90px;
}
/* line 645, ../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 652, ../scss/style.scss */
#voice p.cmds {
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 25px;
}
/* line 658, ../scss/style.scss */
#voice p.message-txt {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  padding-bottom: 50px;
}
/* line 665, ../scss/style.scss */
#voice .voice-con {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
/* line 669, ../scss/style.scss */
#voice .voice-con img {
  display: block;
  padding: 0px 25px 20px 25px;
}
/* line 673, ../scss/style.scss */
#voice .voice-con .voice-mds {
  font-size: 18px;
  font-weight: bold;
  padding-top: 50px;
  line-height: 1.8;
}
/* line 678, ../scss/style.scss */
#voice .voice-con .voice-mds span {
  font-size: 16px;
  font-weight: normal;
}
/* line 679, ../scss/style.scss */
#voice .voice-con .voice-mds .voice-divider {
  width: 50px;
  height: 2px;
  background: #0da2e7;
  display: block;
  margin-top: 30px;
}
/* line 688, ../scss/style.scss */
#voice .voice-txt {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px 50px 20px;
  line-height: 1.5;
}

/* line 696, ../scss/style.scss */
#coupon {
  width: 100%;
}
/* line 698, ../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 705, ../scss/style.scss */
#coupon p.cmds {
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 25px;
}
/* line 711, ../scss/style.scss */
#coupon p.message-txt {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  padding-bottom: 50px;
}
/* line 716, ../scss/style.scss */
#coupon p.message-txt span {
  color: #f00;
}
/* line 717, ../scss/style.scss */
#coupon p.message-txt a {
  color: #3366cc;
}
/* line 719, ../scss/style.scss */
#coupon .coupon-img {
  padding: 30px 0px 100px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
/* line 725, ../scss/style.scss */
#coupon .caution-img {
  padding: 30px 0px 50px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* line 732, ../scss/style.scss */
.price-txt {
  font-size: 13px;
  line-height: 1.8;
  margin: 0 auto;
  text-align: left;
}
/* line 739, ../scss/style.scss */
.price-txt span {
  display: block;
  font-weight: bold;
}

/* line 741, ../scss/style.scss */
.dltable {
  width: 650px;
  border: 1px solid #0da2e7;
  margin: 15px auto;
  background-color: #fff;
  line-height: 1.5;
}
/* line 748, ../scss/style.scss */
.dltable .row1 {
  width: 30%;
}
/* line 751, ../scss/style.scss */
.dltable .row2 {
  width: 70%;
}
/* line 754, ../scss/style.scss */
.dltable .row3 {
  width: 100%;
}
/* line 758, ../scss/style.scss */
.dltable dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  font-size: 14px;
}
/* line 764, ../scss/style.scss */
.dltable dl:last-child {
  border-bottom: none;
}
/* line 767, ../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 774, ../scss/style.scss */
.dltable dl dd {
  padding: 10px 0;
  border: 1px solid #ddd;
  text-align: left;
  padding-left: 10px;
}

/* line 783, ../scss/style.scss */
#form {
  width: 640px;
  padding: 0px 0px 60px;
  margin: 0 auto;
}
/* line 787, ../scss/style.scss */
#form input, #form textarea {
  border: none;
  padding: 5px;
}
/* line 788, ../scss/style.scss */
#form input:placeholder-shown, #form input::-webkit-input-placeholder {
  color: #20abeb;
  font-weight: bold;
}
/* line 789, ../scss/style.scss */
#form textarea:placeholder-shown, #form textarea::-webkit-input-placeholder {
  color: #20abeb;
  font-weight: bold;
}
/* line 790, ../scss/style.scss */
#form p.form-txt {
  padding: 50px 0px;
  text-align: center;
  line-height: 1.7;
  color: #fff;
}
/* line 796, ../scss/style.scss */
#form .input_txt {
  background: #c3dcc6;
  color: #7fab92;
  width: 50%;
  height: 180px;
  float: left;
}
/* line 803, ../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 812, ../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 824, ../scss/style.scss */
#form span.arw {
  position: relative;
}
/* line 825, ../scss/style.scss */
#form span.arw:before {
  content: url("../images/arrow_r.png");
  position: absolute;
  z-index: 99;
  right: 1em;
  top: 0.1em;
}

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

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

.footer-link{
	width:650px;
	margin: 50px auto;
    display: flex;
    justify-content: space-evenly;
}



section.page-policy-body {
    width: 100%;
    overflow: hidden;
    font-family: noto-sans;
    background: #f4f5f6;
    padding: 0 7vw 14vw;
    margin-bottom: 0;
    word-break: break-all;
}

.page-policy-body h1 {
    text-align: center;
    margin: 10vw;
    color: cadetblue;
}

.page-policy-body h2{
    text-align: center;
    color: #666;
    padding-bottom: 5vw;
    border-bottom: 0.5vw solid #666;
    margin-bottom: 5vw;
}
.page-policy-body ul{
    margin:5vw 0;
}
.page-policy-body ol{
    list-style-type:decimal;
    padding-left: 5vw;
    margin: 2vw 0;
}
.page-policy-body>div>div>ul>li{
    padding:3vw 0;
    border-top:1px solid #ddd;
}
.page-policy-body dt{
    font-weight:bold;
    margin-bottom:3vw;
}





@media screen and (min-width: 650px) {
	
	.page-policy-content{
		width:1000px;
		margin:0 auto;
	}
	section.page-policy-body {
	    padding: 0 35px 70px;
	    margin-bottom:0;
	}
	
	.page-policy-body h1 {
	    margin: 50px;
	    font-size: 30px;
	}

	.page-policy-body h2{
	    padding-bottom: 25px;
	    border-bottom: 2px solid #666;
	    margin-bottom: 25px;
	    font-size: 20px;
	}
	.page-policy-body ul{
	    margin:25px 0;
	}
	.page-policy-body ol{
	    padding-left: 2rem;
	    margin: 10px 0;
	}
	.page-policy-body>div>div>ul>li{
	    padding:15px 0;
	}
	.page-policy-body dt{
	    margin-bottom:15px;
	}
	.policy{
		margin-bottom:120px;
	}
}




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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 937, ../scss/style.scss */
  #info {
    width: 100%;
    padding: 120px 0px 90px;
  }
  /* line 940, ../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 947, ../scss/style.scss */
  #info p.cmds {
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 25px;
  }
  /* line 953, ../scss/style.scss */
  #info p.message-txt {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 30px;
  }

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

  /* line 964, ../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 977, ../scss/style.scss */
  .top_contents .divider {
    border: 2px solid #0da2e7;
    border-radius: 10px;
    margin-top: 15px;
  }
  /* line 982, ../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 990, ../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 996, ../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 1008, ../scss/style.scss */
  .job-env {
    width: 100%;
  }
  /* line 1010, ../scss/style.scss */
  .job-env .env-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
  }
  /* line 1016, ../scss/style.scss */
  .job-env a {
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 50px 0px;
    width: 100%;
  }

  /* line 1026, ../scss/style.scss */
  #flow {
    width: 100%;
    padding: 120px 0px 90px;
  }
  /* line 1029, ../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 1036, ../scss/style.scss */
  #flow p.cmds {
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 25px;
  }
  /* line 1042, ../scss/style.scss */
  #flow p.message-txt {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 30px;
    padding-bottom: 50px;
  }
  /* line 1048, ../scss/style.scss */
  #flow .flow-bd {
    border-top: 3px solid #0da2e7;
  }
  /* line 1049, ../scss/style.scss */
  #flow .flow-1 {
    width: 100%;
    background: #faf9f5;
  }
  /* line 1050, ../scss/style.scss */
  #flow .flow-2 {
    width: 100%;
    background: #edece8;
  }
  /* line 1051, ../scss/style.scss */
  #flow .flow-3 {
    width: 100%;
    background: #e0dfdc;
  }
  /* line 1052, ../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 1058, ../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 1060, ../scss/style.scss */
  #flow .step1 {
    background: url("../images-lp/step01.png") no-repeat left 10px center;
  }
  /* line 1061, ../scss/style.scss */
  #flow .step2 {
    background: url("../images-lp/step02.png") no-repeat left 10px center;
  }
  /* line 1062, ../scss/style.scss */
  #flow .step3 {
    background: url("../images-lp/step03.png") no-repeat left 10px top 15px;
  }
  /* line 1063, ../scss/style.scss */
  #flow .flow-mds {
    font-size: 24px;
    font-weight: bold;
    padding: 0px 10px 20px 15px;
    border-bottom: 2px dotted #000;
  }
  /* line 1069, ../scss/style.scss */
  #flow .flow-txt {
    font-size: 16px;
    padding: 20px 0px 0px 15px;
    line-height: 1.8;
  }
  /* line 1074, ../scss/style.scss */
  #flow .flow-contact {
    background: #0da2e7;
    width: 300px;
    height: 50px;
    margin-top: 20px;
  }
  /* line 1079, ../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 1089, ../scss/style.scss */
  #voice {
    width: 100%;
    padding: 120px 0px 90px;
  }
  /* line 1092, ../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 1099, ../scss/style.scss */
  #voice p.cmds {
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 25px;
  }
  /* line 1105, ../scss/style.scss */
  #voice p.message-txt {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 30px;
    padding-bottom: 50px;
  }
  /* line 1112, ../scss/style.scss */
  #voice .voice-con {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  /* line 1117, ../scss/style.scss */
  #voice .voice-con img {
    height: 100%;
    display: block;
    padding: 0px 0px 20px 0px;
    margin: 0 auto;
  }
  /* line 1123, ../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 1129, ../scss/style.scss */
  #voice .voice-con .voice-mds span {
    font-size: 16px;
    font-weight: normal;
  }
  /* line 1130, ../scss/style.scss */
  #voice .voice-con .voice-mds .voice-divider {
    width: 50px;
    height: 2px;
    background: #0da2e7;
    display: block;
    margin: 0 auto;
  }
  /* line 1139, ../scss/style.scss */
  #voice .voice-txt {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px 50px 20px;
    line-height: 1.5;
  }

  /* line 1147, ../scss/style.scss */
  .price-txt {
    font-size: 13px;
    line-height: 1.8;
  }

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

  /* line 1188, ../scss/style.scss */
  #form {
    width: 100%;
    padding: 0px 0px 60px;
    margin: 0 auto;
  }
  /* line 1192, ../scss/style.scss */
  #form input, #form textarea {
    border: none;
    padding: 5px;
  }
  /* line 1193, ../scss/style.scss */
  #form input:placeholder-shown, #form input::-webkit-input-placeholder {
    color: #20abeb;
    font-weight: bold;
  }
  /* line 1194, ../scss/style.scss */
  #form textarea:placeholder-shown, #form textarea::-webkit-input-placeholder {
    color: #20abeb;
    font-weight: bold;
  }
  /* line 1195, ../scss/style.scss */
  #form p.form-txt {
    padding: 50px 0px;
    text-align: center;
    line-height: 1.7;
    color: #fff;
  }
  /* line 1201, ../scss/style.scss */
  #form .input_txt {
    background: #c3dcc6;
    color: #7fab92;
    width: 50%;
    height: 180px;
    float: left;
  }
  /* line 1208, ../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 1217, ../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 1229, ../scss/style.scss */
  #form span.arw {
    position: relative;
  }
  /* line 1230, ../scss/style.scss */
  #form span.arw:before {
    content: url("../images/arrow_r.png");
    position: absolute;
    z-index: 99;
    right: 1em;
    top: 0.1em;
  }

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

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

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

  /* line 1256, ../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 1272, ../scss/style.scss */
  .dropdownlink:before {
    content: url("../images/q.png");
    top: 32%;
    left: -18%;
    position: absolute;
  }

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

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

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

  /* line 1300, ../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 1307, ../scss/style.scss */
  .submenuItems li:hover {
    background-color: #fff;
    color: #000;
  }

  /* line 1312, ../scss/style.scss */
  .submenuItems li:before {
    content: url("../images/a.png");
    top: 35%;
    left: -18%;
    position: absolute;
  }
  
  .footer-link{
		width:100%;
		margin: 5vw auto;
	    display: flex;
	    justify-content: space-evenly;
	}
	
	
	
	
  
}
/* media end */
@media screen and (max-width: 450px) {
  /* line 1322, ../scss/style.scss */
  .header-txt {
    padding-top: 250px;
    line-height: 1.5;
    font-size: 14px;
  }
}
/* media end */
@media screen and (max-width: 375px) {
  /* line 1331, ../scss/style.scss */
  #flow .flow-contact {
    width: 200px;
  }
}
/* media end */




