@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 87, ../sass/layout/_common.scss */
.btn-pagetop {
  position: fixed;
  right: 20px;
  z-index: 10;
  bottom: 50px;
}
@media only screen and (max-width: 919px) {
  /* line 87, ../sass/layout/_common.scss */
  .btn-pagetop {
    display: none;
  }
}

/* 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;
}

/*----------------------------------------
	header
----------------------------------------*/
/* line 19, ../sass/layout/_header.scss */
header {
  width: 100%;
  margin: 0 auto;
}
/* line 23, ../sass/layout/_header.scss */
header .logo {
  background: #035735;
  text-align: center;
  width: 100%;
  height: 60px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  /* line 23, ../sass/layout/_header.scss */
  header .logo {
    height: auto;
  }
}
/* line 34, ../sass/layout/_header.scss */
header .logo h1 {
  padding: 14px 0 0 0;
}
@media only screen and (max-width: 919px) {
  /* line 34, ../sass/layout/_header.scss */
  header .logo h1 {
    padding: 10px 0 15px 0;
  }
}
/* line 43, ../sass/layout/_header.scss */
header .logo .caption {
  position: absolute;
  top: 20px;
  left: 30px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 919px) {
  /* line 43, ../sass/layout/_header.scss */
  header .logo .caption {
    position: relative;
    top: 0;
    left: 0;
    padding: 5px 0;
  }
}
/* line 59, ../sass/layout/_header.scss */
header .logo aside {
  position: absolute;
  top: 20px;
  right: 30px;
}
@media only screen and (max-width: 919px) {
  /* line 59, ../sass/layout/_header.scss */
  header .logo aside {
    display: none;
  }
}
/* line 69, ../sass/layout/_header.scss */
header .logo aside ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
/* line 73, ../sass/layout/_header.scss */
header .logo aside ul li a {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: top;
}
/* line 77, ../sass/layout/_header.scss */
header .logo aside ul li a img {
  vertical-align: top;
  margin-right: 5px;
}
/* line 88, ../sass/layout/_header.scss */
header nav {
  background: #fff;
  border-bottom: 1px solid #035735;
  width: 100%;
  box-shadow: 0px 3px 17px -4px #92909d;
  -webkit-box-shadow: 0px 3px 17px -4px #92909d;
  -moz-box-shadow: 0px 3px 17px -4px #92909d;
}
@media only screen and (max-width: 919px) {
  /* line 88, ../sass/layout/_header.scss */
  header nav {
    display: none;
  }
}
/* line 100, ../sass/layout/_header.scss */
header nav ul {
  text-align: center;
  font-size: 0px;
  font-size: 0rem;
}
/* line 104, ../sass/layout/_header.scss */
header nav ul li {
  display: inline-block;
  min-width: 142px;
  border-left: 1px solid #035735;
}
/* line 108, ../sass/layout/_header.scss */
header nav ul li:last-child {
  border-right: 1px solid #035735;
}
/* line 112, ../sass/layout/_header.scss */
header nav ul li a {
  display: block;
  width: 100%;
  height: 78px;
  font-size: 13px;
  font-size: 0.8125rem;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
/* line 120, ../sass/layout/_header.scss */
header nav ul li a dl dt {
  padding-top: 22px;
}
/* line 123, ../sass/layout/_header.scss */
header nav ul li a dl dd {
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 128, ../sass/layout/_header.scss */
header nav ul li a:hover {
  height: 70px;
  border-bottom: 8px solid #035735;
}
/* line 136, ../sass/layout/_header.scss */
header nav ul li ul {
  display: none;
}
/* line 140, ../sass/layout/_header.scss */
header nav ul li.mo {
  position: relative;
}
/* line 143, ../sass/layout/_header.scss */
header nav ul li.mo:hover ul {
  position: absolute;
  display: block;
  z-index: 10;
}
/* line 147, ../sass/layout/_header.scss */
header nav ul li.mo:hover ul li {
  width: 240px;
  display: block;
  border: 0;
  border-bottom: 1px solid #eeeee7;
  background: #fffff9;
  text-align: left;
}
/* line 154, ../sass/layout/_header.scss */
header nav ul li.mo:hover ul li a {
  height: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 15px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}
/* line 160, ../sass/layout/_header.scss */
header nav ul li.mo:hover ul li a:hover {
  height: auto;
  border: 0;
}

/*----------------------------------------
	 SP MENU 
----------------------------------------*/
/* line 181, ../sass/layout/_header.scss */
.mobile-menu-button {
  width: 24px;
  height: 24px;
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 919px) {
  /* line 181, ../sass/layout/_header.scss */
  .mobile-menu-button {
    right: 15px;
    display: block;
  }
}
/* line 196, ../sass/layout/_header.scss */
.mobile-menu-button span {
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  display: block;
  border: 1px solid #063;
}
/* line 207, ../sass/layout/_header.scss */
.mobile-menu-button span:first-child {
  top: 0px;
}
/* line 211, ../sass/layout/_header.scss */
.mobile-menu-button span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
/* line 216, ../sass/layout/_header.scss */
.mobile-menu-button span:last-child {
  bottom: 0px;
}
/* line 223, ../sass/layout/_header.scss */
.mobile-menu-button.active span {
  background-color: #ffffff !important;
}
/* line 226, ../sass/layout/_header.scss */
.mobile-menu-button.active span:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
/* line 233, ../sass/layout/_header.scss */
.mobile-menu-button.active span:nth-child(2) {
  transform: translateX(100px);
  background: rgba(255, 255, 255, 0);
}
/* line 238, ../sass/layout/_header.scss */
.mobile-menu-button.active span:last-child {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -moz-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

/* line 253, ../sass/layout/_header.scss */
.mobile-menu-container {
  width: 100%;
  height: 100%;
  background-color: #035735;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  display: none;
}
@media only screen and (max-width: 919px) {
  /* line 253, ../sass/layout/_header.scss */
  .mobile-menu-container {
    padding: 0 10px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 273, ../sass/layout/_header.scss */
.mobile-menu-container h1 {
  text-align: center;
  padding: 50px 0 20px 0;
}
/* line 279, ../sass/layout/_header.scss */
.mobile-menu-container nav ul {
  text-align: center;
}
/* line 281, ../sass/layout/_header.scss */
.mobile-menu-container nav ul li {
  display: inline-block;
  width: 42%;
  background: #fff;
  margin: 2%;
}
/* line 286, ../sass/layout/_header.scss */
.mobile-menu-container nav ul li a {
  display: block;
  padding: 10px 0;
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 3, ../sass/layout/_footer.scss */
footer {
  width: 100%;
  margin: 0 auto;
  background-color: #035735;
  padding-top: 38px;
  font-weight: 500;
}
/* line 13, ../sass/mixin/_clearfix.scss */
footer:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 3, ../sass/layout/_footer.scss */
  footer {
    padding-top: 20px;
  }
}
/* line 15, ../sass/layout/_footer.scss */
footer .container {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
@media only screen and (max-width: 919px) {
  /* line 15, ../sass/layout/_footer.scss */
  footer .container {
    width: 90%;
  }
}
/* line 23, ../sass/layout/_footer.scss */
footer .container .logo {
  width: 160px;
  height: 50px;
  float: left;
}
@media only screen and (max-width: 919px) {
  /* line 23, ../sass/layout/_footer.scss */
  footer .container .logo {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  /* line 33, ../sass/layout/_footer.scss */
  footer .container .logo h2 {
    line-height: 1;
  }
  /* line 35, ../sass/layout/_footer.scss */
  footer .container .logo h2 img {
    width: 87.5px;
    height: auto;
  }
}
/* line 43, ../sass/layout/_footer.scss */
footer .container .logo p {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
}
/* line 51, ../sass/layout/_footer.scss */
footer .container nav {
  width: 840px;
  float: left;
  padding-top: 10px;
}
@media only screen and (max-width: 919px) {
  /* line 51, ../sass/layout/_footer.scss */
  footer .container nav {
    display: none;
  }
}
/* line 13, ../sass/mixin/_clearfix.scss */
footer .container nav ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
/* line 62, ../sass/layout/_footer.scss */
footer .container nav ul li {
  float: left;
  margin-left: 50px;
}
@media only screen and (max-width: 919px) {
  /* line 62, ../sass/layout/_footer.scss */
  footer .container nav ul li {
    margin: 15px 30px;
    display: block;
  }
}
/* line 70, ../sass/layout/_footer.scss */
footer .container nav ul li dl dt {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-font-smoothing: antialiased;
}
/* line 75, ../sass/layout/_footer.scss */
footer .container nav ul li dl dd {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-font-smoothing: antialiased;
}
/* line 87, ../sass/layout/_footer.scss */
footer .copyright {
  border-top: 2px solid #fee306;
  margin-top: 105px;
}
@media only screen and (max-width: 919px) {
  /* line 87, ../sass/layout/_footer.scss */
  footer .copyright {
    margin-top: 20px;
  }
}
/* line 96, ../sass/layout/_footer.scss */
footer .copyright p {
  color: #fee306;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 35px;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 919px) {
  /* line 96, ../sass/layout/_footer.scss */
  footer .copyright p {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}

/* 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;
}

