@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover {
  text-decoration: none;
}

a, span {
  color: inherit;
  font-weight: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sup {
  vertical-align: super;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 1.4rem;
  line-height: 24px;
  color: #333;
  word-wrap: break-word;
}

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

p {
  font-size: 1.4rem;
  line-height: 24px;
}

p + p {
  margin-top: 10px;
}

@media (min-width: 769px) {
  p + p {
    margin-top: 20px;
  }
}

a {
  color: #1095A1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.pt-100 {
  padding-top: 52px;
}

@media (min-width: 769px) {
  .pt-100 {
    padding-top: 100px;
  }
}

.mt-20 {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .mt-20 {
    margin-top: 20px;
  }
}

.l-contents {
  padding: 0 15px;
}

@media (min-width: 769px) {
  .l-contents {
    max-width: 1280px;
    margin: 0 auto;
  }
}

.l-contents_pr {
  padding: 0 15px;
  position: relative;
}

@media (min-width: 769px) {
  .l-contents_pr {
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-contents_pr .l-2col {
  max-width: 1000px;
}

@media (min-width: 769px) {
  .l-contents_pr .l-2col {
    padding-right: 15px;
  }
}

.l-contents_pr .l-2col section {
  margin-top: 25px;
}

@media (min-width: 769px) {
  .l-contents_pr .l-2col section {
    margin-top: 50px;
  }
}

.l-contents_pr .l-2col_side {
  display: none;
}

@media (min-width: 769px) {
  .l-contents_pr .l-2col_side {
    display: block;
    width: 220px;
    margin-left: 15px;
  }
}

.l-contact {
  max-width: 940px;
  margin: auto;
}

footer {
  background: #191919;
  padding: 0;
  color: #b4b4b4;
  margin-top: 40px;
}

@media (min-width: 769px) {
  footer {
    margin-top: 100px;
    padding: 20px 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
}

footer .l-footer {
  margin: 0 -15px;
}

@media (min-width: 769px) {
  footer .l-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 auto;
  }
}

footer small {
  text-align: center;
  display: block;
  padding: 10px 0;
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  footer small {
    text-align: left;
    padding: 0;
  }
}

footer ul {
  margin-top: 15px;
  border-bottom: 1px solid #383838;
  background: #222;
}

@media (min-width: 769px) {
  footer ul {
    background: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-top: 0;
    border-bottom: transparent;
  }
}

footer ul li {
  text-align: center;
  border-top: 1px solid #383838;
}

@media (min-width: 769px) {
  footer ul li {
    border-top: transparent;
  }
}

footer ul li a {
  padding: 15px;
  color: #b4b4b4;
  text-align: left;
  text-decoration: none;
  display: block;
}

@media (min-width: 769px) {
  footer ul li a {
    padding: 0 10px;
    text-align: center;
  }
}

footer ul li a:hover {
  text-decoration: underline;
}

.header-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background: #fff;
  border-bottom: 1px solid #cdcdcd;
  z-index: 999;
  height: 52px;
}

@media (min-width: 769px) {
  .header-fixed {
    height: 100px;
  }
}

.l-header {
  z-index: 3;
  padding: 10px 15px;
}

@media (min-width: 769px) {
  .l-header {
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-header_logo {
  margin: auto;
  width: 140px;
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
}

@media (min-width: 769px) {
  .l-header_logo {
    top: 25px;
    width: 200px;
  }
}

.l-header_store .store-btn {
  border: 2px solid #1095A1;
  border-radius: 30px;
  padding: 6px 25px;
  color: #1095A1;
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 769px) {
  .l-header_store .store-btn {
    display: block;
  }
}

.l-header_store .store-btn:hover {
  background: #1095A1;
  color: #fff;
  text-decoration: none;
}

.l-header_home {
  margin-top: 52px;
}

@media (min-width: 769px) {
  .l-header_home {
    margin-top: 100px;
  }
}

.l-header_line {
  height: 25px;
  background: url(/img/back.png) repeat-x;
  margin-bottom: 25px;
  margin-top: 52px;
}

@media (min-width: 769px) {
  .l-header_line {
    margin-top: 100px;
    margin-bottom: 60px;
    height: 50px;
  }
}

.bg-slider {
  position: relative;
  width: 100%;
  height: 200px;
  background-position: 50% center !important;
  background-size: cover;
}

.bg-slider:first-child {
  background-position: 60% center !important;
}

@media (min-width: 769px) {
  .bg-slider {
    height: 480px;
    background-position: center center !important;
  }
}

.bg-slider .text_area {
  position: absolute;
  top: 30%;
  left: 15px;
}

@media (min-width: 769px) {
  .bg-slider .text_area {
    left: 20%;
  }
}

.bg-slider .main_ttl {
  font-size: 1.8rem;
  line-height: 20px;
}

@media (min-width: 769px) {
  .bg-slider .main_ttl {
    font-size: 3.5rem;
    line-height: 45px;
  }
}

.bg-slider .main_ttl span {
  color: #01daed;
}

.bg-slider .main_txt {
  font-size: 1.4rem;
  line-height: 16px;
  margin-top: 10px;
}

@media (min-width: 769px) {
  .bg-slider .main_txt {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 20px;
  }
}

main {
  position: relative;
}

.nav_menu a {
  color: inherit;
  text-decoration: none;
}

.nav_menu a:visited {
  color: inherit;
}

.nav_menu .nav_nav {
  padding: 60px 0 20px;
}

.nav_menu .nav_nav li {
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  border-bottom: 1px solid #40abb5;
}

.nav_bt {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.btn-tel {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #1095A1;
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn-tel:hover {
  opacity: .8;
}

.nav_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(16, 149, 161, 0.5);
  display: none;
  top: 0;
  left: 0;
}

#drawernav {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  padding: 15px;
  background-color: #1095A1;
  color: #fff;
  z-index: 999;
  padding-top: 40px;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

@media (min-width: 769px) {
  #drawernav {
    left: -400px;
    width: 400px;
    padding: 35px 30px;
  }
}

#drawernav .logo {
  width: 150px;
}

#drawernav ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}

#drawernav ul li a:hover {
  text-decoration: underline;
}

#humberger {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

#humberger:before, #humberger:after {
  content: '';
  display: block;
  width: 26px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#humberger:before {
  margin: -11px 0 0 -13px;
}

#humberger:after {
  margin: 9px 0 0 -13px;
}

#humberger span {
  display: block;
  width: 26px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.fixed-content {
  left: inherit;
  width: 100%;
  z-index: 2;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

body.drawer-opened .fixed-content {
  left: -300px;
}

@media (min-width: 769px) {
  body.drawer-opened .fixed-content {
    left: -400px;
  }
}

body.drawer-opened #drawernav {
  left: 0;
}

body.drawer-opened #humberger {
  z-index: 9999;
  position: fixed;
  left: 260px;
  top: 15px;
}

@media (min-width: 769px) {
  body.drawer-opened #humberger {
    left: 345px;
    top: 30px;
  }
}

body.drawer-opened #humberger:before, body.drawer-opened #humberger:after {
  background-color: #fff;
}

body.drawer-opened #humberger:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -1px;
}

body.drawer-opened #humberger:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -1px;
}

body.drawer-opened #humberger span {
  opacity: 0;
}

.home_nav {
  background: #1095A1;
  margin: 0 -15px;
}

.home_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home_nav ul li {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.home_nav ul li:nth-child(2n) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

@media (min-width: 769px) {
  .home_nav ul li {
    width: 20%;
    border: none;
  }
  .home_nav ul li:nth-child(2n) {
    border: none;
  }
}

.home_nav ul li:first-child {
  width: 100%;
}

@media (min-width: 769px) {
  .home_nav ul li:first-child {
    width: 20%;
  }
}

.home_nav ul li a {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.home_nav ul li a:hover {
  background: #40abb5;
}

.l-wrap {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 769px) {
  .l-wrap {
    overflow: visible;
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
    padding-bottom: 160px;
  }
}

.animate__animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.c-box {
  margin-top: 15px;
  background: #f7f7f7;
  padding: 15px;
}

@media (min-width: 769px) {
  .c-box {
    padding: 30px;
    display: inline-block;
  }
}

.more-btn {
  border: 2px solid #1095A1;
  border-radius: 30px;
  padding: 6px 25px;
  color: #1095A1;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  background: #fff;
  width: 200px;
}

.more-btn:hover {
  background: #1095A1;
  color: #fff;
  text-decoration: none;
}

.text-test {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
  background: #fff;
}

@media (min-width: 769px) {
  .text-test {
    width: 70%;
  }
}

.text-test.zip {
  width: 50%;
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  .text-test.zip {
    width: 30%;
  }
}

.text-test:focus {
  border: 1px solid rgba(1, 218, 237, 0.8);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: #fff;
}

.textarea-text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
  background: #fff;
}

@media (min-width: 769px) {
  .textarea-text {
    height: 200px;
  }
}

input[type="text"]:focus {
  background: #fefee1;
  border: 1px solid rgba(1, 218, 237, 0.8);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

textarea:focus {
  background-color: #fefee1;
  border: 1px solid rgba(1, 218, 237, 0.8);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.radio {
  margin: 0.5rem;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"] + .radio-label {
  display: block;
  margin-bottom: 5px;
}

@media (min-width: 769px) {
  .radio input[type="radio"] + .radio-label {
    margin-bottom: 10px;
  }
}

.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #bfbfbf;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 2px;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #01daed;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}

.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #01daed;
}

.radio input[type="radio"]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}

.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.btn_area {
  margin: 20px auto;
  text-align: center;
}

@media (min-width: 769px) {
  .btn_area {
    margin: 30px auto;
  }
}

.btn_area p {
  margin-bottom: 10px;
}

.btn_blue {
  width: 150px;
  border-radius: 30px;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
  border: 2px solid #1095A1;
  background: #1095A1;
}

@media (min-width: 769px) {
  .btn_blue {
    width: 300px;
  }
}

.btn_blue:hover {
  opacity: .8;
}

.btn_white {
  width: 150px;
  border-radius: 30px;
  padding: 10px 15px;
  color: #1095A1;
  cursor: pointer;
  border: 2px solid #1095A1;
  background: #fff;
}

@media (min-width: 769px) {
  .btn_white {
    width: 300px;
  }
}

.btn_white:hover {
  opacity: .8;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

ul.c-list__circle {
  list-style: none;
  margin-top: 15px;
}

@media (min-width: 769px) {
  ul.c-list__circle {
    margin-top: 25px;
  }
}

ul.c-list__circle li {
  line-height: 28px;
}

ul.c-list__circle li:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  top: -1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b4b4b4;
}

ul.c-list__side {
  list-style: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

ul.c-list__side li {
  border: 1px solid #cdcdcd;
}

ul.c-list__side li a {
  color: #1095A1;
  display: block;
  text-decoration: none;
  padding: 13px 15px;
}

ul.c-list__side li a:hover {
  text-decoration: underline;
}

ul.c-list__side li:nth-child(n + 2) {
  border-top: transparent;
}

.timeline {
  list-style: none;
}

.timeline > li {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    font-weight: bold;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 1px #01daed solid;
    padding-left: 30px;
    padding-bottom: 20px;
  }
  .timeline-content:before {
    content: '';
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #01daed;
    border-radius: 50%;
    position: absolute;
    left: 103px;
    top: 0;
  }
}

ul.c-list_check li {
  background: url(/img/within_check.png) no-repeat left center;
  background-size: 15px;
  padding-left: 20px;
  margin-bottom: 5px;
}

.c-pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: rgba(1, 218, 237, 0.7);
}

@media (min-width: 769px) {
  .c-pagetop {
    height: 60px;
    width: 60px;
  }
}

.c-pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 769px) {
  .c-pagetop::after {
    margin-top: -4px;
    margin-left: -11px;
    width: 22px;
    height: 22px;
  }
}

.c-pagetop:hover {
  opacity: .8;
}

.c_step {
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0 auto 25px;
  overflow: hidden;
}

@media (min-width: 769px) {
  .c_step {
    margin: 0 auto 50px;
  }
}

.c_step li {
  display: table-cell;
  position: relative;
  background: #e8fbfd;
  padding: 15px 0 15px 30px;
  color: #333;
  width: 33.33333333%;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

@media (min-width: 769px) {
  .c_step li {
    padding: 15px;
  }
  .c_step li:first-child {
    width: 33.3333333333% !important;
  }
}

.c_step li:first-child {
  width: 25%;
  padding: 15px;
}

.c_step li span {
  font-size: 10px;
  color: #01daed;
  line-height: 2.2;
}

.c_step li:last-child {
  padding-right: 1em;
}

.c_step li:last-child:before,
.c_step li:last-child:after {
  display: none;
}

.c_step li:before,
.c_step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.c_step li:before {
  background-color: #e8fbfd;
  content: '';
  display: block;
  -webkit-transform: rotate(-30deg);
  transform: rotate(30deg);
  position: absolute;
  bottom: -30px;
  right: -35px;
  width: 38px;
  height: 199px;
  z-index: 2;
}

.c_step li:after {
  background-color: #fff;
  content: '';
  display: block;
  -webkit-transform: rotate(-30deg);
  transform: rotate(30deg);
  position: absolute;
  bottom: -30px;
  right: -37px;
  width: 38px;
  height: 199px;
  z-index: 1;
}

.c_step li.is-current {
  background: #01daed;
  color: #fff;
}

.c_step li.is-current span {
  color: #fff;
}

.c_step li.is-current:before {
  background-color: #01daed;
  content: '';
  display: block;
  -webkit-transform: rotate(-30deg);
  transform: rotate(30deg);
  position: absolute;
  bottom: -30px;
  right: -35px;
  width: 38px;
  height: 199px;
  z-index: 2;
}

.c_step li.is-current:after {
  background-color: #fff;
  content: '';
  display: block;
  -webkit-transform: rotate(-30deg);
  transform: rotate(30deg);
  position: absolute;
  bottom: -30px;
  right: -37px;
  width: 38px;
  height: 199px;
  z-index: 1;
}

.c_step li:last-child:after {
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

.tab {
  margin-top: 20px;
}

.tab li {
  color: #1095A1;
  float: left;
  margin: 0 0 -1px 0;
  padding: 5px 20px;
  cursor: pointer;
  list-style: none;
}

.tab li.active {
  color: #222;
  border: 1px solid #cbcbcb;
  border-bottom: 1px solid #fff;
  border-radius: 5px 5px 0 0;
  cursor: auto;
}

.area {
  clear: both;
  border-top: 1px solid #cbcbcb;
  padding: 15px 0;
}

.area ul {
  display: none;
}

.area ul.show {
  display: block;
}

.table01 {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 769px) {
  .table01 {
    margin-top: 40px;
  }
}

.table01 tr {
  border-bottom: 1px solid #fff;
}

.table01 tr:last-child {
  border-bottom: none;
}

.table01 th {
  background: #f0f0f0;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
}

@media (min-width: 769px) {
  .table01 th {
    padding: 40px;
    width: 30%;
  }
}

@media (max-width: 768px) {
  .table01 th {
    display: block;
  }
}

.table01 th p {
  font-weight: bold;
  float: left;
}

.table01 th span {
  background: #fc4c4c;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 0 8px;
  line-height: 1.5;
  font-size: 1.2rem;
  float: right;
  border-radius: 3px;
  margin-top: 2px;
}

.table01 td {
  background: #f7f7f7;
  padding: 15px;
  width: 100%;
}

@media (min-width: 769px) {
  .table01 td {
    padding: 40px;
    width: 70%;
  }
}

@media (max-width: 768px) {
  .table01 td {
    display: block;
  }
}

.store_tbl {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

@media (min-width: 769px) {
  .store_tbl {
    margin-bottom: 50px;
  }
}

.store_tbl:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .store_tbl:last-child {
    margin-bottom: 0;
  }
}

.store_tbl tr {
  border-bottom: dotted 1px #cdcdcd;
}

.store_tbl th {
  padding: 10px 0 0;
}

@media (min-width: 769px) {
  .store_tbl th {
    padding: 15px 0;
  }
}

@media (max-width: 768px) {
  .store_tbl th {
    display: block;
  }
}

.store_tbl td {
  padding: 5px 0 0;
}

.store_tbl td:last-child {
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .store_tbl td {
    display: block;
  }
}

@media (min-width: 769px) {
  .store_tbl td {
    padding: 15px 0;
  }
  .store_tbl td:last-child {
    padding-bottom: 0;
  }
}

.tel {
  color: #1095A1;
  font-weight: bold;
  font-size: 1.6rem;
}

.tel:before {
  background: url(/img/tel.png) no-repeat;
  color: #1095A1;
  font-weight: bold;
  padding-left: 20px;
  background-size: contain;
  font-size: 1.6rem;
  content: "";
}

.detail {
  font-size: 1.2rem;
  color: #b4b4b4;
  margin-top: 10px;
}

.media {
  background: #888;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #888;
  font-size: 1.2rem;
  width: 50px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}

.news {
  background: #fff;
  color: #888;
  border-radius: 3px;
  border: 1px solid #888;
  font-size: 1.2rem;
  width: 50px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}

dl.terms {
  overflow: hidden;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 10px;
}

dl.terms dt {
  float: left;
  font-weight: bold;
  padding-bottom: 5px;
}

dl.terms dd {
  margin-left: 20%;
  padding-bottom: 5px;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comment {
  color: #888;
  font-size: 1.2rem;
  text-align: left;
}

article {
  margin-bottom: 50px;
}

article:last-child {
  margin-bottom: 0;
}

article .p-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #888;
  width: 100%;
}

@media (min-width: 769px) {
  article .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 769px) {
  article .article_txt {
    width: 80%;
    padding-right: 30px;
  }
}

@media (min-width: 769px) {
  article div.article_area {
    width: 20%;
  }
}

.article_img {
  position: relative;
  background: #1095A1;
  margin-top: 10px;
}

@media (min-width: 769px) {
  .article_img {
    margin-top: 0;
  }
}

.article_img img {
  vertical-align: bottom;
}

.article_img .image-link {
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

.article_img .image-link:hover {
  opacity: .5;
}

.icon--plus {
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  cursor: pointer;
  background: #1095A1;
}

.icon--plus span::before,
.icon--plus span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  margin: -4% 0 0 -26%;
  background: #fff;
}

.icon--plus span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.store_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.store_area li {
  width: 25%;
  border: 1px solid #cdcdcd;
  margin-left: -1px;
}

.store_area li:first-child, .store_area li:nth-child(5) {
  margin-left: 0;
}

.store_area li:nth-of-type(n+5) {
  margin-top: -1px;
}

@media (min-width: 769px) {
  .store_area li {
    width: 12.5%;
    margin-left: -1px;
  }
  .store_area li:first-child {
    margin-left: 0;
  }
  .store_area li:nth-child(5) {
    margin-left: -1px;
  }
  .store_area li:nth-of-type(n+5) {
    margin-top: 0;
  }
}

.store_area a {
  padding: 5px;
  display: block;
}

@media (min-width: 769px) {
  .store_area a {
    padding: 10px 20px;
  }
}

.not_area {
  height: 50vh;
}

@media (min-width: 769px) {
  .not_area {
    width: 80%;
    margin: auto;
  }
}

#p-top_about {
  padding: 25px 0;
}

@media (min-width: 769px) {
  #p-top_about {
    padding: 70px 0 50px;
  }
}

@media (min-width: 769px) {
  #p-top_about .home_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#p-top_about .home_01:last-child {
  margin-top: 40px;
}

#p-top_about .home_01 .left_img {
  position: relative;
}

@media (min-width: 769px) {
  #p-top_about .home_01 .left_img {
    width: 40%;
  }
}

#p-top_about .home_01 .left_imgbg {
  content: "";
  width: 90vw;
  height: 245px;
  display: block;
  background: #01daed;
  position: absolute;
  top: 15px;
  right: -15px;
  z-index: -1;
}

@media (min-width: 769px) {
  #p-top_about .home_01 .left_imgbg {
    width: 50vw;
    height: 340px;
    top: 30px;
    right: -20px;
  }
}

@media (min-width: 769px) {
  #p-top_about .home_01 .left_txt {
    padding-right: 60px;
    width: 60%;
  }
}

#p-top_about .home_01 .right_txt {
  margin-top: 15px;
}

@media (min-width: 769px) {
  #p-top_about .home_01 .right_txt {
    margin-top: 0;
    width: 60%;
    padding-left: 60px;
  }
}

#p-top_about .home_01 .right_img {
  position: relative;
}

@media (min-width: 769px) {
  #p-top_about .home_01 .right_img {
    width: 40%;
  }
}

#p-top_about .home_01 .right_imgbg {
  content: "";
  width: 90vw;
  height: 245px;
  display: block;
  background: #01daed;
  position: absolute;
  top: 15px;
  left: -15px;
  z-index: -1;
}

@media (min-width: 769px) {
  #p-top_about .home_01 .right_imgbg {
    width: 50vw;
    height: 340px;
    top: 30px;
    left: -20px;
  }
}

#p-top_about .contents {
  max-width: 1280px;
  width: calc(100% - 2rem - 2rem);
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  background: white;
  overflow: hidden;
}

#p-top_news {
  background: #e8fcfd;
  padding: 25px 0;
  text-align: center;
}

@media (min-width: 769px) {
  #p-top_news {
    padding: 70px 0 50px;
  }
}

#p-top_news .p-top_news {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  #p-top_news .p-top_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
}

@media (min-width: 769px) {
  #p-top_news .p-top_news .news_area {
    width: 70%;
    padding-right: 50px;
  }
}

@media (min-width: 769px) {
  #p-top_news .p-top_news .news_img {
    width: 30%;
  }
}

#p-top_news .p-top_news dl.top_news {
  overflow: hidden;
  border-bottom: 1px dotted #cdcdcd;
  margin: 10px 0;
  text-align: left;
}

#p-top_news .p-top_news dl.top_news dt {
  color: #888;
  font-weight: normal;
  padding-bottom: 10px;
}

@media (min-width: 769px) {
  #p-top_news .p-top_news dl.top_news dt {
    float: left;
    padding-bottom: 15px;
  }
}

#p-top_news .p-top_news dl.top_news dd {
  padding-bottom: 15px;
}

@media (min-width: 769px) {
  #p-top_news .p-top_news dl.top_news dd {
    margin-left: 20%;
  }
}

#p-top_product {
  background: url(/img/within_back2.png) repeat;
  padding: 25px 0;
}

@media (min-width: 769px) {
  #p-top_product {
    padding: 70px 0 50px;
  }
}

#p-top_product .katati {
  margin: auto;
  text-align: center;
  display: block;
  width: 250px;
}

@media (min-width: 769px) {
  #p-top_product .katati {
    width: 460px;
  }
}

#p-top_product .scroll {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#p-top_product .scroll img {
  width: 160%;
}

@media (min-width: 769px) {
  #p-top_product .scroll img {
    width: 100%;
  }
}

#p-top_product .eisei {
  color: #01daed;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 15px auto 40px;
}

@media (min-width: 769px) {
  #p-top_product .eisei {
    font-size: 2.6rem;
  }
}

.p-top_product_bt {
  background: #01daed;
  color: #fff;
  text-align: center;
  padding: 20px;
  position: relative;
}

@media (min-width: 769px) {
  .p-top_product_bt {
    padding: 50px;
  }
}

.p-top_product_bt p {
  max-width: 800px;
  margin: auto;
  text-align: left;
  font-size: 1.6rem;
  line-height: 30px;
}

.p-top_product_bt:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -10px;
  border-bottom-color: #01daed;
  bottom: 100%;
  left: 50%;
}

#p-top_use {
  padding: 25px 0;
  background: url(/img/within_back1.jpg) no-repeat;
  background-size: cover;
}

@media (min-width: 769px) {
  #p-top_use {
    padding: 70px 0 50px;
  }
}

@media (min-width: 769px) {
  #p-top_use .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
  }
}

#p-top_use .flow .item {
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #01daed;
  padding: 0 20px 30px;
}

@media (min-width: 769px) {
  #p-top_use .flow .item {
    width: 25%;
    margin-right: 20px;
  }
}

#p-top_use .flow .num {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: #01daed;
  color: #fff;
  font-size: 2rem;
  margin: -20px auto 20px;
}

#p-top_use .flow .ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#p-top_use .attention_ttl {
  background: #b4b4b4;
  padding: 10px;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
  font-size: 1.8rem;
}

#p-top_use .attention {
  background: #fff;
  padding: 20px;
}

@media (min-width: 769px) {
  #p-top_use .attention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

#p-top_use .attention .img_area {
  text-align: center;
}

@media (min-width: 769px) {
  #p-top_use .attention .img_area {
    width: 20%;
  }
}

#p-top_use .attention .img_area img {
  width: 150px;
}

#p-top_manual {
  background: #f7f7f7;
  padding: 25px 0 50px;
  margin-bottom: -40px;
}

@media (min-width: 769px) {
  #p-top_manual {
    padding: 70px 0 100px;
    margin-bottom: -120px;
  }
}

#p-top_manual .manual {
  text-align: center;
  margin: auto;
}

#p-top_manual .manual .manual_img {
  width: 200px;
  position: relative;
  background: #1095A1;
  margin: 0 auto;
}

@media (min-width: 769px) {
  #p-top_manual .manual .manual_img {
    width: 350px;
  }
}

#p-top_manual .manual .manual_img img {
  vertical-align: bottom;
}

#p-top_manual .manual .manual_img .image-link {
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

#p-top_manual .manual .manual_img .image-link:hover {
  opacity: .5;
}

.u-align--left {
  text-align: left;
}

.u-align--center {
  text-align: center;
}

.u-align--right {
  text-align: right;
}

.u-show--sp {
  display: block;
}

@media (min-width: 769px) {
  .u-show--sp {
    display: none;
  }
}

.u-show--pc {
  display: none;
}

@media (min-width: 769px) {
  .u-show--pc {
    display: block;
  }
}

.u-typo--lv1 {
  font-size: 3rem;
  color: #b4b4b4;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .u-typo--lv1 {
    font-size: 5rem;
    margin-bottom: 40px;
  }
}

.u-typo--h3 {
  font-size: 1.8rem;
  line-height: 28px;
  font-weight: bold;
}

.u-typo--h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 26px;
}

.u-bold {
  font-weight: bold;
}

a {
  color: #1095A1;
}

a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 2rem;
  line-height: 24px;
  border-bottom: solid 1px #cdcdcd;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: #222;
}

@media (min-width: 769px) {
  h2 {
    font-size: 2.8rem;
    line-height: 36px;
    margin-bottom: 50px;
  }
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #01daed;
  bottom: -1px;
  width: 30px;
}

@media (min-width: 769px) {
  h2:after {
    width: 60px;
  }
}

.home_h2 {
  border-bottom: none;
  text-align: center;
  padding-bottom: 0;
}

.home_h2:after {
  border-bottom: none;
}

.home_h2 span {
  font-size: 10px;
  color: #01daed;
  font-weight: bold;
}

h3 {
  position: relative;
  padding: 10px 15px;
  background-color: #e8fbfd;
  font-size: 1.6rem;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #222;
}

@media (min-width: 769px) {
  h3 {
    margin-bottom: 30px;
  }
}

h3::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #01daed #01daed;
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
}

h4 {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  border-left: 2px solid #01daed;
  padding-left: 10px;
}

@media (min-width: 769px) {
  h4 {
    font-size: 1.5rem;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=../map/style.css.map */
