@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*----------------------------------------
	reset
----------------------------------------*/
/* line 7, ../sass/base/_reset.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #005533;
  vertical-align: baseline;
}

/* line 21, ../sass/base/_reset.scss */
header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

/* line 25, ../sass/base/_reset.scss */
li {
  list-style: none;
}

/* line 28, ../sass/base/_reset.scss */
ol li {
  list-style: decimal;
}

/* line 33, ../sass/base/_reset.scss */
img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/* line 40, ../sass/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 45, ../sass/base/_reset.scss */
caption, th {
  text-align: left;
}

/* line 49, ../sass/base/_reset.scss */
hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

/* line 58, ../sass/base/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 62, ../sass/base/_reset.scss */
input, textarea {
  margin: 0;
  padding: 0;
}

/* line 28, ../sass/mixin/_clearfix.scss */
.clearfix {
  min-height: 1px;
  _height: 1%;
}
/* line 37, ../sass/mixin/_clearfix.scss */
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	body
----------------------------------------*/
/* line 9, ../sass/layout/_common.scss */
body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background: #fff;
}

/*----------------------------------------
	common
----------------------------------------*/
/* line 20, ../sass/layout/_common.scss */
.container {
  margin: 0 auto;
  position: relative;
}
/* line 26, ../sass/layout/_common.scss */
.container .wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 919px) {
  /* line 26, ../sass/layout/_common.scss */
  .container .wrapper {
    width: 90%;
  }
}
/* line 35, ../sass/layout/_common.scss */
.container .top_wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 0;
}
@media only screen and (max-width: 919px) {
  /* line 35, ../sass/layout/_common.scss */
  .container .top_wrapper {
    width: 90%;
  }
}
/* line 44, ../sass/layout/_common.scss */
.container p {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  color: #000;
  line-height: 25px;
}
@media only screen and (max-width: 919px) {
  /* line 44, ../sass/layout/_common.scss */
  .container p {
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
    line-height: 23px;
  }
}
/* line 56, ../sass/layout/_common.scss */
.container h1 {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
@media only screen and (max-width: 919px) {
  /* line 56, ../sass/layout/_common.scss */
  .container h1 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
/* line 68, ../sass/layout/_common.scss */
.container h1 span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 919px) {
  /* line 68, ../sass/layout/_common.scss */
  .container h1 span {
    padding-top: 0;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
  }
}

/*----------------------------------------
         button
----------------------------------------*/

/* line 97, ../sass/layout/_common.scss */
.button_green {
  width: 200px;
  margin: 50px auto;
  text-align: center;
  background-color: #035735;
  color: #fff;
  padding: 15px 0;
  border-radius: 30px;
  letter-spacing: 1px;
  font-weight: 350;
  display: block;
}
@media only screen and (max-width: 919px) {
  /* line 97, ../sass/layout/_common.scss */
  .button_green {
    width: 140px;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
    margin: 25px auto;
    padding: 8px 0;
  }
}

/* line 117, ../sass/layout/_common.scss */
.button_green_s {
  width: 130px;
  margin: 30px auto;
  text-align: center;
  background-color: #035735;
  color: #fff;
  padding: 10px 0;
  border-radius: 30px;
  letter-spacing: 1px;
  font-weight: 400;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 919px) {
  /* line 117, ../sass/layout/_common.scss */
  .button_green_s {
    margin: 25px auto;
    padding: 8px 0;
  }
}
/* line 134, ../sass/layout/_common.scss */
.button_green_s a {
  color: #fff;
}

/* line 278, ../sass/layout/_common.scss */
.comingsoon {
  text-align: center;
  margin: 40px 0;
}

/*----------------------------------------
	body
----------------------------------------*/
/* line 6, ../sass/layout/_header.scss */
a {
  color: #005533;
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 10, ../sass/layout/_header.scss */
a:hover {
  opacity: 0.7;
}


/* line 5, ../sass/module/_breadcrumb.scss */
.breadcrumbles {
  width: 1000px;
  height: 25px;
  margin: 0 auto;
  padding-top: 30px;
}
@media only screen and (max-width: 919px) {
  /* line 5, ../sass/module/_breadcrumb.scss */
  .breadcrumbles {
    width: 90%;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 919px) {
  /* line 15, ../sass/module/_breadcrumb.scss */
  .breadcrumbles ul {
    margin-left: 10px;
  }
}
/* line 20, ../sass/module/_breadcrumb.scss */
.breadcrumbles ul li {
  float: left;
  line-height: 1;
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 5px;
  line-height: 25px;
  color: #5e5e5e;
}
/* line 27, ../sass/module/_breadcrumb.scss */
.breadcrumbles ul li a {
  color: #5e5e5e;
}
/* line 31, ../sass/module/_breadcrumb.scss */
.breadcrumbles ul li:after {
  content: "> ";
  font-size: 10px;
  font-size: 0.625rem;
  color: #5e5e5e;
  line-height: 1;
  margin-left: 5px;
}
/* line 40, ../sass/module/_breadcrumb.scss */
.breadcrumbles ul li:last-child:after {
  display: none;
}


/* line 3, ../sass/page/_notfound.scss */
#not_found {
  padding: 100px 0;
  text-align: center;
}
/* line 7, ../sass/page/_notfound.scss */
#not_found h2 {
  margin: 0 0 30px 0;
}

