@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;
}

/*----------------------------------------
	      staff/player
----------------------------------------*/
/* line 142, ../sass/layout/_common.scss */
.member_list {
  letter-spacing: -.4em;
}
/* line 148, ../sass/layout/_common.scss */
.member_list li {
  display: inline-block;
  vertical-align: top;
  width: 24.8125%;
  margin-right: 0.25%;
  margin-bottom: 20px;
  letter-spacing: normal;
}
@media only screen and (max-width: 919px) {
  /* line 148, ../sass/layout/_common.scss */
  .member_list li {
    width: 49%;
    margin-right: 2%;
  }
  /* line 158, ../sass/layout/_common.scss */
  .member_list li:nth-child(2n) {
    margin-right: 0;
  }
}
/* line 163, ../sass/layout/_common.scss */
.member_list li img {
  width: 100%;
}
/* line 167, ../sass/layout/_common.scss */
.member_list li:nth-child(4n) {
  margin-right: 0;
}
/* line 171, ../sass/layout/_common.scss */
.member_list li dl {
  margin-top: 15px;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.member_list li dl:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 171, ../sass/layout/_common.scss */
  .member_list li dl {
    text-align: center;
    margin: 20px auto;
  }
}
/* line 179, ../sass/layout/_common.scss */
.member_list li dl dt {
  float: left;
  color: #035735;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  width: 45px;
}
@media only screen and (max-width: 919px) {
  /* line 179, ../sass/layout/_common.scss */
  .member_list li dl dt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 189, ../sass/layout/_common.scss */
.member_list li dl dd {
  float: left;
  color: #000;
  margin-left: 15px;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
}
@media only screen and (max-width: 919px) {
  /* line 189, ../sass/layout/_common.scss */
  .member_list li dl dd {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 199, ../sass/layout/_common.scss */
.member_list li dl dd span {
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 919px) {
  /* line 199, ../sass/layout/_common.scss */
  .member_list li dl dd span {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 10px;
  }
}

/*----------------------------------------
   facility infomation/inquiry/donation     
----------------------------------------*/
/* line 216, ../sass/layout/_common.scss */
.tertiary_wrapper {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 919px) {
  /* line 216, ../sass/layout/_common.scss */
  .tertiary_wrapper {
    width: 90%;
  }
}
/* line 224, ../sass/layout/_common.scss */
.tertiary_wrapper .access {
  margin-top: 80px;
}
@media only screen and (max-width: 919px) {
  /* line 224, ../sass/layout/_common.scss */
  .tertiary_wrapper .access {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 919px) {
  /* line 229, ../sass/layout/_common.scss */
  .tertiary_wrapper .access img {
    width: 100%;
  }
}
/* line 236, ../sass/layout/_common.scss */
.tertiary_wrapper .access dl {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
}
/* line 241, ../sass/layout/_common.scss */
.tertiary_wrapper .access dl:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 919px) {
  /* line 236, ../sass/layout/_common.scss */
  .tertiary_wrapper .access dl {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
  }
}
/* line 250, ../sass/layout/_common.scss */
.tertiary_wrapper .access dl dt {
  padding-left: 12px;
  border-left: 10px solid #035735;
  line-height: 10px;
  color: #000;
}
@media only screen and (max-width: 919px) {
  /* line 250, ../sass/layout/_common.scss */
  .tertiary_wrapper .access dl dt {
    padding-left: 8px;
    border-left: 5px solid #035735;
    line-height: 5px;
  }
}
/* line 261, ../sass/layout/_common.scss */
.tertiary_wrapper .access dl dd {
  margin-top: 15px;
  color: #000;
}
@media only screen and (max-width: 919px) {
  /* line 261, ../sass/layout/_common.scss */
  .tertiary_wrapper .access dl dd {
    margin-top: 10px;
  }
}
/* line 267, ../sass/layout/_common.scss */
.tertiary_wrapper .access dl dd .add {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
}

/* 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/_index.scss */
.main-visual-container {
  width: 100%;
  position: relative;
}
/* line 7, ../sass/page/_index.scss */
.main-visual-container .bx-wrapper {
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 919px) {
  /* line 7, ../sass/page/_index.scss */
  .main-visual-container .bx-wrapper {
    height: auto;
  }
}
/* line 16, ../sass/page/_index.scss */
.main-visual-container .bx-wrapper .bx-viewport {
  margin: 0 auto;
  width: 100%;
}
/* line 20, ../sass/page/_index.scss */
.main-visual-container .bx-wrapper .bx-viewport .bx-slider li {
  width: 100%;
  height: 550px;
  float: none;
  list-style: none;
  position: absolute;
}
@media only screen and (max-width: 919px) {
  /* line 20, ../sass/page/_index.scss */
  .main-visual-container .bx-wrapper .bx-viewport .bx-slider li {
    min-width: 600px;
    height: auto;
  }
}
/* line 32, ../sass/page/_index.scss */
.main-visual-container .bx-wrapper .bx-viewport .bx-slider li img {
  width: 100%;
  height: auto;
}
/* line 41, ../sass/page/_index.scss */
.main-visual-container .slider-text {
  position: absolute;
  top: 40px;
  left: 10%;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 919px) {
  /* line 41, ../sass/page/_index.scss */
  .main-visual-container .slider-text {
    font-size: 5vw;
    top: 6%;
  }
}
/* line 54, ../sass/page/_index.scss */
.main-visual-container .main-visual-text {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  bottom: 0px;
}
@media only screen and (max-width: 919px) {
  /* line 54, ../sass/page/_index.scss */
  .main-visual-container .main-visual-text {
    display: none;
  }
}
/* line 64, ../sass/page/_index.scss */
.main-visual-container .main-visual-text .main-visual-inner {
  width: 1000px;
  margin: 0 auto;
  height: 100px;
  background-color: #FFF;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.main-visual-container .main-visual-text .main-visual-inner:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
/* line 71, ../sass/page/_index.scss */
.main-visual-container .main-visual-text .main-visual-inner p {
  float: left;
  margin: 40px 0 0 40px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  line-height: 25px;
}
/* line 79, ../sass/page/_index.scss */
.main-visual-container .main-visual-text .main-visual-inner dl {
  float: right;
  width: 270px;
  margin: 40px 50px 0 0;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.main-visual-container .main-visual-text .main-visual-inner dl:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
/* line 84, ../sass/page/_index.scss */
.main-visual-container .main-visual-text .main-visual-inner dl dt {
  float: left;
}
/* line 87, ../sass/page/_index.scss */
.main-visual-container .main-visual-text .main-visual-inner dl dd {
  float: right;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin: -5px 15px 0 15px;
}

/* -----------------
 	score_board
-------------------- */
/* line 106, ../sass/page/_index.scss */
.result-contents {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  /* line 106, ../sass/page/_index.scss */
  .result-contents {
    width: 100%;
  }
}
/* line 112, ../sass/page/_index.scss */
.result-contents dl {
  margin-top: 50px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.result-contents dl:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 112, ../sass/page/_index.scss */
  .result-contents dl {
    font-size: 11px;
    font-size: 0.6875rem;
    margin: 30px 0 0 0;
  }
}
/* line 121, ../sass/page/_index.scss */
.result-contents dl dt {
  float: left;
}
@media only screen and (max-width: 919px) {
  /* line 121, ../sass/page/_index.scss */
  .result-contents dl dt {
    float: none;
  }
}
/* line 127, ../sass/page/_index.scss */
.result-contents dl dd {
  float: right;
}
@media only screen and (max-width: 919px) {
  /* line 127, ../sass/page/_index.scss */
  .result-contents dl dd {
    float: none;
  }
}
/* line 135, ../sass/page/_index.scss */
.result-contents .table-score {
  width: 100%;
  margin-bottom: 50px;
  padding: 0;
  border-collapse: collapse;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  /* line 135, ../sass/page/_index.scss */
  .result-contents .table-score {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 20px;
  }
}
/* line 147, ../sass/page/_index.scss */
.result-contents .table-score .score01 {
  background-color: #fafafa;
}
/* line 150, ../sass/page/_index.scss */
.result-contents .table-score .score02 {
  background-color: #035735;
  font-weight: 300;
}
/* line 153, ../sass/page/_index.scss */
.result-contents .table-score .score02 th {
  color: #ffffff;
}
/* line 156, ../sass/page/_index.scss */
.result-contents .table-score .score02 td {
  color: #ffffff;
}
/* line 161, ../sass/page/_index.scss */
.result-contents .table-score .score03 {
  background-color: #dfdfdf;
}
/* line 164, ../sass/page/_index.scss */
.result-contents .table-score .ining {
  width: 198px;
}
/* line 167, ../sass/page/_index.scss */
.result-contents .table-score th, .result-contents .table-score td {
  width: 80px;
  height: 73px;
  margin: 0;
  padding: 0;
  border-bottom: solid 3px #fff;
  border-right: solid 3px #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.2em;
}
@media only screen and (max-width: 919px) {
  /* line 167, ../sass/page/_index.scss */
  .result-contents .table-score th, .result-contents .table-score td {
    height: 40px;
  }
}

/* -----------------
 	   slogan
-------------------- */
/* line 192, ../sass/page/_index.scss */
.slogan-contents {
  margin: 0 auto;
  padding: 80px 0 120px;
  position: relative;
  overflow: hidden;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.slogan-contents:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 192, ../sass/page/_index.scss */
  .slogan-contents {
    width: 100%;
    padding: 40px 0 60px;
  }
}
@media only screen and (max-width: 919px) {
  /* line 203, ../sass/page/_index.scss */
  .slogan-contents .top_wrapper {
    margin: 0 auto;
    width: 90%;
    max-width: 600px;
  }
}
@media only screen and (max-width: 919px) {
  /* line 213, ../sass/page/_index.scss */
  .slogan-contents .br_sp {
    display: none;
  }
}
/* line 219, ../sass/page/_index.scss */
.slogan-contents .text1 {
  color: #f1f1f1;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 10px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 919px) {
  /* line 219, ../sass/page/_index.scss */
  .slogan-contents .text1 {
    line-height: 22px;
    letter-spacing: 3px;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 14px;
  }
}
/* line 235, ../sass/page/_index.scss */
.slogan-contents .slogan-left {
  float: left;
}
@media only screen and (max-width: 919px) {
  /* line 235, ../sass/page/_index.scss */
  .slogan-contents .slogan-left {
    margin-bottom: 60px;
  }
}
/* line 241, ../sass/page/_index.scss */
.slogan-contents .slogan-left .text2 {
  color: #005533;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  font-weight: 700;
  letter-spacing: 4px;
  margin-left: 80px;
}
@media only screen and (max-width: 919px) {
  /* line 241, ../sass/page/_index.scss */
  .slogan-contents .slogan-left .text2 {
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 40px;
    letter-spacing: 1px;
  }
}
/* line 253, ../sass/page/_index.scss */
.slogan-contents .slogan-left .text2 .year {
  font-size: 26px;
  font-size: 1.625rem;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 10px;
}
@media only screen and (max-width: 919px) {
  /* line 253, ../sass/page/_index.scss */
  .slogan-contents .slogan-left .text2 .year {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 5px;
    margin-bottom: 10px;
  }
}
/* line 264, ../sass/page/_index.scss */
.slogan-contents .slogan-left .text2 .slogan {
  font-size: 50px;
  font-size: 3.125rem;
  display: block;
  margin-bottom: 40px;
  letter-spacing: 14px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  /* line 264, ../sass/page/_index.scss */
  .slogan-contents .slogan-left .text2 .slogan {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 20px;
    letter-spacing: 6px;
  }
}
/* line 275, ../sass/page/_index.scss */
.slogan-contents .slogan-left .text2 .slogan:before {
  content: ' ';
  border-top: 1px solid #005533;
  position: absolute;
  left: -80px;
  top: 50%;
  width: 56px;
}
@media only screen and (max-width: 919px) {
  /* line 275, ../sass/page/_index.scss */
  .slogan-contents .slogan-left .text2 .slogan:before {
    width: 28px;
    left: -40px;
  }
}
/* line 292, ../sass/page/_index.scss */
.slogan-contents .slogan-right {
  letter-spacing: 10px;
  padding: 80px 0 80px 180px;
  position: relative;
  margin-top: -66px;
  margin-left: 280px;
  width: 100vw;
  z-index: -1;
  border: 10px solid #f3f3f3;
}
@media only screen and (max-width: 919px) {
  /* line 292, ../sass/page/_index.scss */
  .slogan-contents .slogan-right {
    letter-spacing: 7px;
    padding: 50px 10%;
    margin-top: -40px;
    margin-left: 0;
    text-align: right;
    width: auto;
    float: right;
  }
}
/* line 311, ../sass/page/_index.scss */
.slogan-contents .slogan-right:before {
  content: "";
  background-image: url(../images/common/mark.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 580px;
  top: -60px;
}
@media only screen and (max-width: 919px) {
  /* line 311, ../sass/page/_index.scss */
  .slogan-contents .slogan-right:before {
    width: 60px;
    height: 60px;
    left: -36px;
    top: 44px;
  }
}
/* line 331, ../sass/page/_index.scss */
.slogan-contents .slogan-right .text3_emphasis {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 600;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 919px) {
  /* line 331, ../sass/page/_index.scss */
  .slogan-contents .slogan-right .text3_emphasis {
    font-size: 26px;
    font-size: 1.625rem;
    display: block;
  }
}
/* line 342, ../sass/page/_index.scss */
.slogan-contents .slogan-right .text3_small {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 300;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
@media only screen and (max-width: 919px) {
  /* line 342, ../sass/page/_index.scss */
  .slogan-contents .slogan-right .text3_small {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 4px;
    padding-left: 0;
  }
}

/* -----------------
		gallery
-------------------- */
/* line 364, ../sass/page/_index.scss */
.gallery-contents {
  width: 100%;
  background-color: #005533;
  margin: 300px auto 0;
  padding: 300px 0;
}
@media only screen and (max-width: 919px) {
  /* line 364, ../sass/page/_index.scss */
  .gallery-contents {
    height: auto;
    margin: 120px auto 0;
    padding: 120px 0 280px;
  }
}
/* line 374, ../sass/page/_index.scss */
.gallery-contents .photo {
  background-image: url(../images/top/gallery_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1020px;
  margin: -560px auto 0;
  height: 500px;
  border: 10px solid #fff;
  position: relative;
}
@media only screen and (max-width: 919px) {
  /* line 374, ../sass/page/_index.scss */
  .gallery-contents .photo {
    width: 90%;
    margin: -240px auto 0;
    height: 240px;
    box-sizing: border-box;
  }
}
/* line 391, ../sass/page/_index.scss */
.gallery-contents .top_wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
}
/* line 402, ../sass/page/_index.scss */
.gallery-contents h1 {
  color: #fff;
  padding-bottom: 40px;
}
@media only screen and (max-width: 919px) {
  /* line 402, ../sass/page/_index.scss */
  .gallery-contents h1 {
    margin: 0;
  }
}
/* line 408, ../sass/page/_index.scss */
.gallery-contents h1 span {
  color: #fff;
}
/* line 412, ../sass/page/_index.scss */
.gallery-contents .button_white {
  width: 200px;
  margin: 50px auto;
  text-align: center;
  background-color: #fff;
  color: #035735;
  padding: 15px 0;
  border-radius: 30px;
  letter-spacing: 1px;
  font-weight: 350;
  display: block;
}
@media only screen and (max-width: 919px) {
  /* line 412, ../sass/page/_index.scss */
  .gallery-contents .button_white {
    width: 140px;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 25px auto;
    padding: 8px 0;
  }
}

/* -----------------
	 information
-------------------- */
/* line 435, ../sass/page/_index.scss */
.information-contents {
  margin: -340px auto 0;
  padding: 60px 0 120px;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.information-contents:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 435, ../sass/page/_index.scss */
  .information-contents {
    width: 100%;
    margin: -280px auto 0;
    padding: 40px 0;
    height: auto;
  }
}
/* line 445, ../sass/page/_index.scss */
.information-contents h1 {
  color: #fff;
  padding-bottom: 40px;
}
@media only screen and (max-width: 919px) {
  /* line 445, ../sass/page/_index.scss */
  .information-contents h1 {
    margin: 0;
  }
}
/* line 451, ../sass/page/_index.scss */
.information-contents h1 span {
  color: #fff;
}
/* line 456, ../sass/page/_index.scss */
.information-contents .inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  /* line 456, ../sass/page/_index.scss */
  .information-contents .inner {
    width: 100%;
  }
}
/* line 462, ../sass/page/_index.scss */
.information-contents .inner .news {
  width: 490px;
  background-color: #fff;
  padding: 20px;
  float: left;
}
@media only screen and (max-width: 919px) {
  /* line 462, ../sass/page/_index.scss */
  .information-contents .inner .news {
    width: 100%;
    padding: 30px 0;
  }
}
/* line 471, ../sass/page/_index.scss */
.information-contents .inner .news span {
  font-weight: 500;
}
@media only screen and (max-width: 919px) {
  /* line 471, ../sass/page/_index.scss */
  .information-contents .inner .news span {
    display: inline-block;
    margin-left: 20px;
  }
}
/* line 478, ../sass/page/_index.scss */
.information-contents .inner .news ul {
  margin: 20px 20px 0;
}
@media only screen and (max-width: 919px) {
  /* line 478, ../sass/page/_index.scss */
  .information-contents .inner .news ul {
    padding: 10px 0;
  }
}
/* line 483, ../sass/page/_index.scss */
.information-contents .inner .news ul li {
  border-bottom: 1px solid #005533;
}
@media only screen and (max-width: 919px) {
  /* line 483, ../sass/page/_index.scss */
  .information-contents .inner .news ul li {
    margin-bottom: 20px;
  }
}
/* line 488, ../sass/page/_index.scss */
.information-contents .inner .news ul li dl {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  line-height: 50px;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.information-contents .inner .news ul li dl:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 488, ../sass/page/_index.scss */
  .information-contents .inner .news ul li dl {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 20px;
  }
}
/* line 497, ../sass/page/_index.scss */
.information-contents .inner .news ul li dl dt {
  float: left;
  color: #035735;
}
@media only screen and (max-width: 919px) {
  /* line 497, ../sass/page/_index.scss */
  .information-contents .inner .news ul li dl dt {
    float: none;
  }
}
/* line 504, ../sass/page/_index.scss */
.information-contents .inner .news ul li dl dd {
  float: left;
  color: #000;
  margin-left: 10px;
}
@media only screen and (max-width: 919px) {
  /* line 504, ../sass/page/_index.scss */
  .information-contents .inner .news ul li dl dd {
    float: none;
    margin-left: 0px;
    line-height: 25px;
  }
}
/* line 518, ../sass/page/_index.scss */
.information-contents .inner .post {
  width: 450px;
  float: right;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.information-contents .inner .post:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 518, ../sass/page/_index.scss */
  .information-contents .inner .post {
    width: 100%;
  }
}
/* line 525, ../sass/page/_index.scss */
.information-contents .inner .post .twitter {
  margin-bottom: 10px;
}
@media only screen and (max-width: 919px) {
  /* line 529, ../sass/page/_index.scss */
  .information-contents .inner .post .twitter img {
    width: 100%;
  }
}
/* line 535, ../sass/page/_index.scss */
.information-contents .inner .post ul {
  float: right;
}
@media only screen and (max-width: 919px) {
  /* line 535, ../sass/page/_index.scss */
  .information-contents .inner .post ul {
    float: none;
    width: 100%;
  }
}
/* line 541, ../sass/page/_index.scss */
.information-contents .inner .post ul li {
  width: 450px;
  height: 59px;
  border: 1px solid #e1e2e7;
  margin-bottom: 10px;
}
@media only screen and (max-width: 919px) {
  /* line 541, ../sass/page/_index.scss */
  .information-contents .inner .post ul li {
    width: 100%;
  }
}
/* line 13, ../sass/mixin/_clearfix.scss */
.information-contents .inner .post ul li dl:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
/* line 551, ../sass/page/_index.scss */
.information-contents .inner .post ul li dl dt {
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  float: left;
  padding: 19px 0 19px 15px;
}
/* line 558, ../sass/page/_index.scss */
.information-contents .inner .post ul li dl dd {
  float: right;
  padding: 3px;
}

/* -----------------
		sponsor
-------------------- */
/* line 573, ../sass/page/_index.scss */
.sponsor-contents {
  background-color: #f3f3f3;
  padding: 30px 0 70px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  /* line 573, ../sass/page/_index.scss */
  .sponsor-contents {
    padding: 20px 0 60px;
    width: 100%;
  }
}
/* line 581, ../sass/page/_index.scss */
.sponsor-contents .sponsor-inner {
  margin: 0;
}
@media only screen and (max-width: 919px) {
  /* line 581, ../sass/page/_index.scss */
  .sponsor-contents .sponsor-inner {
    width: 300px;
    margin: 20px auto;
  }
}
/* line 13, ../sass/mixin/_clearfix.scss */
.sponsor-contents .sponsor-inner:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
/* line 588, ../sass/page/_index.scss */
.sponsor-contents .sponsor-inner li {
  float: left;
}
@media only screen and (max-width: 919px) {
  /* line 588, ../sass/page/_index.scss */
  .sponsor-contents .sponsor-inner li {
    float: none;
    margin: 20px auto;
  }
}
/* line 595, ../sass/page/_index.scss */
.sponsor-contents .sponsor-inner li:nth-child(even) {
  margin: 0 50px;
}
@media only screen and (max-width: 919px) {
  /* line 595, ../sass/page/_index.scss */
  .sponsor-contents .sponsor-inner li:nth-child(even) {
    margin: 0;
  }
}
/* line 601, ../sass/page/_index.scss */
.sponsor-contents .sponsor-inner li img {
  width: 100%;
}

/* -----------------
		other link
-------------------- */
/* line 614, ../sass/page/_index.scss */
.otherlink-contents {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 70px;
}
@media only screen and (max-width: 919px) {
  /* line 614, ../sass/page/_index.scss */
  .otherlink-contents {
    padding: 20px 0 40px;
    height: auto;
  }
}
/* line 13, ../sass/mixin/_clearfix.scss */
.otherlink-contents ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 622, ../sass/page/_index.scss */
  .otherlink-contents ul {
    margin-bottom: 20px;
  }
}
/* line 627, ../sass/page/_index.scss */
.otherlink-contents ul li {
  float: left;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  /* line 627, ../sass/page/_index.scss */
  .otherlink-contents ul li {
    float: none;
    margin: 20px auto;
    width: 300px;
  }
}
/* line 635, ../sass/page/_index.scss */
.otherlink-contents ul li:nth-child(2), .otherlink-contents ul li:nth-child(5) {
  margin: 0 50px 0 50px;
}
@media only screen and (max-width: 919px) {
  /* line 635, ../sass/page/_index.scss */
  .otherlink-contents ul li:nth-child(2), .otherlink-contents ul li:nth-child(5) {
    margin: 20px auto;
    width: 300px;
  }
}

/*----------------------------------------
  teamgoals/staff/
----------------------------------------*/
/* line 7, ../sass/page/_team.scss */
.description {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  color: #000;
  margin-bottom: 25px;
}
@media only screen and (max-width: 919px) {
  /* line 7, ../sass/page/_team.scss */
  .description {
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
  }
}

/*----------------------------------------
    facility infomation/inquiry
----------------------------------------*/
/* line 29, ../sass/page/_team.scss */
.tertiary_wrapper .note {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  color: #000;
}
@media only screen and (max-width: 919px) {
  /* line 29, ../sass/page/_team.scss */
  .tertiary_wrapper .note {
    margin-top: 0px;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
  }
}
/* line 39, ../sass/page/_team.scss */
.tertiary_wrapper h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 60px;
  padding-left: 21px;
  border-left: 10px solid #035735;
}
@media only screen and (max-width: 919px) {
  /* line 39, ../sass/page/_team.scss */
  .tertiary_wrapper h3 {
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
/* line 52, ../sass/page/_team.scss */
.tertiary_wrapper h4 {
  padding-bottom: 40px;
}
/* line 55, ../sass/page/_team.scss */
.tertiary_wrapper .inquiry_list {
  margin: 75px 0;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.tertiary_wrapper .inquiry_list:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 55, ../sass/page/_team.scss */
  .tertiary_wrapper .inquiry_list {
    margin: 35px 0;
  }
}
/* line 61, ../sass/page/_team.scss */
.tertiary_wrapper .inquiry_list .phone {
  float: left;
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  background-image: url(../images/about/phone.png);
  background-repeat: no-repeat;
  background-position: 39px 13px;
  padding: 13px 40px 13px 74px;
  line-height: 38px;
  border: 8px solid #dfdfdf;
}
@media only screen and (max-width: 919px) {
  /* line 61, ../sass/page/_team.scss */
  .tertiary_wrapper .inquiry_list .phone {
    float: none;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 13px 0 13px 70px;
    width: 200px;
    margin: 0 auto;
    background-position: 25px 13px;
  }
}
/* line 81, ../sass/page/_team.scss */
.tertiary_wrapper .inquiry_list .mail {
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  background-image: url(../images/about/mail.png);
  background-repeat: no-repeat;
  background-position: 26px 19px;
  padding: 19px 23px 18px 82px;
  line-height: 27px;
  border: 8px solid #dfdfdf;
  margin-left: 81px;
}
@media only screen and (max-width: 919px) {
  /* line 81, ../sass/page/_team.scss */
  .tertiary_wrapper .inquiry_list .mail {
    float: none;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 19px 0 18px 70px;
    width: 200px;
    margin: 30px auto;
  }
}

/* line 2, ../sass/page/_result.scss */
.game_wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.game_wrapper:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 2, ../sass/page/_result.scss */
  .game_wrapper {
    width: 90%;
  }
}
/* line 13, ../sass/mixin/_clearfix.scss */
.game_wrapper .title:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
/* line 13, ../sass/page/_result.scss */
.game_wrapper .title h2 {
  background-image: url(../images/common/fireball.png);
  background-repeat: no-repeat;
  padding-left: 50px;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  float: left;
  font-weight: 400;
}
@media only screen and (max-width: 919px) {
  /* line 13, ../sass/page/_result.scss */
  .game_wrapper .title h2 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 32px;
    padding-left: 40px;
  }
}
/* line 28, ../sass/page/_result.scss */
.game_wrapper .title select {
  float: right;
  border: 1px solid #035735;
  padding: 5px;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 919px) {
  /* line 28, ../sass/page/_result.scss */
  .game_wrapper .title select {
    padding-bottom: 5px;
  }
}
/* line 41, ../sass/page/_result.scss */
.game_wrapper dl {
  float: right;
  border-bottom: 1px solid #035735;
  padding-bottom: 14px;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.game_wrapper dl:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 41, ../sass/page/_result.scss */
  .game_wrapper dl {
    padding-bottom: 5px;
  }
}
/* line 50, ../sass/page/_result.scss */
.game_wrapper dl dt {
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  padding-top: 6px;
  font-weight: 500;
}
/* line 57, ../sass/page/_result.scss */
.game_wrapper dl dd {
  float: right;
  padding: 0 26px 0 44px;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  background-image: url(../images/images/year.png);
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: right 12px;
}
@media only screen and (max-width: 919px) {
  /* line 57, ../sass/page/_result.scss */
  .game_wrapper dl dd {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 13px 0 10px;
  }
}
/* line 73, ../sass/page/_result.scss */
.game_wrapper .table-game {
  width: 100%;
  margin-top: 44px;
  border-collapse: collapse;
  color: #000;
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 919px) {
  /* line 73, ../sass/page/_result.scss */
  .game_wrapper .table-game {
    margin-top: 24px;
  }
}
/* line 89, ../sass/page/_result.scss */
.game_wrapper .table-game tr:nth-child(odd) {
  background-color: #035735;
  font-weight: 300;
}
/* line 94, ../sass/page/_result.scss */
.game_wrapper .table-game tr:nth-child(odd) th, .game_wrapper .table-game tr:nth-child(odd) td {
  color: #fff;
  padding: 10px 0;
}
/* line 101, ../sass/page/_result.scss */
.game_wrapper .table-game tr:nth-child(even) {
  background-color: #dfdfdf;
  color: #035735;
}
/* line 105, ../sass/page/_result.scss */
.game_wrapper .table-game tr:nth-child(even) th, .game_wrapper .table-game tr:nth-child(even) td {
  padding: 10px 0;
}
/* line 111, ../sass/page/_result.scss */
.game_wrapper .table-game tr:first-child {
  background-color: #fafafa;
}
/* line 113, ../sass/page/_result.scss */
.game_wrapper .table-game tr:first-child th {
  padding: 10px 0;
  color: #005533;
}
/* line 122, ../sass/page/_result.scss */
.game_wrapper .table-game th, .game_wrapper .table-game td {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.2em;
}
@media only screen and (max-width: 919px) {
  /* line 122, ../sass/page/_result.scss */
  .game_wrapper .table-game th, .game_wrapper .table-game td {
    width: auto !important;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
/* line 138, ../sass/page/_result.scss */
.game_wrapper .table-game th .item01, .game_wrapper .table-game td .item01 {
  width: 113px;
}
/* line 142, ../sass/page/_result.scss */
.game_wrapper .table-game th .item02, .game_wrapper .table-game td .item02 {
  width: 141px;
}
/* line 146, ../sass/page/_result.scss */
.game_wrapper .table-game th .item03, .game_wrapper .table-game td .item03 {
  width: 87px;
}
/* line 150, ../sass/page/_result.scss */
.game_wrapper .table-game th .item04, .game_wrapper .table-game td .item04 {
  width: 130px;
}
/* line 154, ../sass/page/_result.scss */
.game_wrapper .table-game th .item05, .game_wrapper .table-game td .item05 {
  width: 62px;
}
/* line 158, ../sass/page/_result.scss */
.game_wrapper .table-game th .item06, .game_wrapper .table-game td .item06 {
  width: 84px;
}
/* line 162, ../sass/page/_result.scss */
.game_wrapper .table-game th .item07, .game_wrapper .table-game td .item07 {
  width: 377px;
}

/* line 3, ../sass/page/_schedule.scss */
.schedule_wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 919px) {
  /* line 3, ../sass/page/_schedule.scss */
  .schedule_wrapper {
    width: 90%;
  }
}
/* line 10, ../sass/page/_schedule.scss */
.schedule_wrapper h2 {
  background-image: url(../images/common/fireball.png);
  background-repeat: no-repeat;
  padding-left: 50px;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
@media only screen and (max-width: 919px) {
  /* line 10, ../sass/page/_schedule.scss */
  .schedule_wrapper h2 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 32px;
    padding-left: 40px;
  }
}
/* line 23, ../sass/page/_schedule.scss */
.schedule_wrapper .note {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  text-align: left;
  margin: 50px 0;
}
@media only screen and (max-width: 919px) {
  /* line 23, ../sass/page/_schedule.scss */
  .schedule_wrapper .note {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 919px) {
  /* line 36, ../sass/page/_schedule.scss */
  .schedule_wrapper img {
    width: 100%;
    height: auto;
  }
}

/* line 2, ../sass/page/_gallery.scss */
.gallery_wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
  letter-spacing: -.4em;
}
@media only screen and (max-width: 919px) {
  /* line 2, ../sass/page/_gallery.scss */
  .gallery_wrapper {
    width: 90%;
  }
}
/* line 11, ../sass/page/_gallery.scss */
.gallery_wrapper ul {
  width: 100%;
}
/* line 15, ../sass/page/_gallery.scss */
.gallery_wrapper ul li {
  display: inline-block;
  vertical-align: top;
  width: 24.8125%;
  margin-right: 0.25%;
  letter-spacing: normal;
}
@media only screen and (max-width: 919px) {
  /* line 15, ../sass/page/_gallery.scss */
  .gallery_wrapper ul li {
    width: 48%;
    margin-right: 2%;
  }
  /* line 25, ../sass/page/_gallery.scss */
  .gallery_wrapper ul li:nth-child(2n) {
    margin-right: 0;
  }
}
/* line 30, ../sass/page/_gallery.scss */
.gallery_wrapper ul li img {
  width: 100%;
}
/* line 34, ../sass/page/_gallery.scss */
.gallery_wrapper ul li:nth-child(4n) {
  margin-right: 0;
}
/* line 38, ../sass/page/_gallery.scss */
.gallery_wrapper ul li figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  color: #000;
  margin: 10px 0 20px 0;
}
@media only screen and (max-width: 919px) {
  /* line 38, ../sass/page/_gallery.scss */
  .gallery_wrapper ul li figcaption {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* line 53, ../sass/page/_gallery.scss */
.gallery_wide_wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
  letter-spacing: -.4em;
}
@media only screen and (max-width: 919px) {
  /* line 53, ../sass/page/_gallery.scss */
  .gallery_wide_wrapper {
    width: 90%;
  }
}
/* line 63, ../sass/page/_gallery.scss */
.gallery_wide_wrapper ul {
  width: 100%;
  font-size: 0px;
  font-size: 0rem;
}
/* line 66, ../sass/page/_gallery.scss */
.gallery_wide_wrapper ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  letter-spacing: normal;
}
/* line 71, ../sass/page/_gallery.scss */
.gallery_wide_wrapper ul li figure {
  padding: 10px;
}
/* line 73, ../sass/page/_gallery.scss */
.gallery_wide_wrapper ul li figure img {
  width: 100%;
}

/* line 3, ../sass/page/_ob.scss */
.tertiary_wrapper h2 {
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
}
@media only screen and (max-width: 919px) {
  /* line 3, ../sass/page/_ob.scss */
  .tertiary_wrapper h2 {
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
  }
}

/* line 15, ../sass/page/_ob.scss */
.ob_wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 919px) {
  /* line 15, ../sass/page/_ob.scss */
  .ob_wrapper {
    width: 90%;
  }
}
/* line 23, ../sass/page/_ob.scss */
.ob_wrapper .ob-list {
  margin: 0 auto;
  border-collapse: collapse;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
/* line 33, ../sass/page/_ob.scss */
.ob_wrapper .ob-list tr:nth-child(odd) {
  background-color: #f6f6f6;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
/* line 38, ../sass/page/_ob.scss */
.ob_wrapper .ob-list tr:nth-child(odd) td {
  color: #000;
}
/* line 43, ../sass/page/_ob.scss */
.ob_wrapper .ob-list tr:nth-child(even) {
  background-color: #e9e9e9;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 49, ../sass/page/_ob.scss */
.ob_wrapper .ob-list tr:first-child {
  background: #005533;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
/* line 54, ../sass/page/_ob.scss */
.ob_wrapper .ob-list tr:first-child th {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-bottom: solid 4px #fff;
  border-right: solid 4px #fff;
}
/* line 64, ../sass/page/_ob.scss */
.ob_wrapper .ob-list tr td {
  border-bottom: solid 4px #fff;
  border-right: solid 4px #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.2em;
  padding: 10px 0;
}
@media only screen and (max-width: 919px) {
  /* line 64, ../sass/page/_ob.scss */
  .ob_wrapper .ob-list tr td {
    height: auto;
    font-size: 10px;
    font-size: 0.625rem;
    width: 33.3%;
  }
}

/* line 3, ../sass/page/_news.scss */
.news_bg {
  background-color: #f0f0f0;
  width: 100%;
  margin: 0 auto;
}

/* line 9, ../sass/page/_news.scss */
.news_wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 919px) {
  /* line 9, ../sass/page/_news.scss */
  .news_wrapper {
    width: 90%;
  }
}
/* line 16, ../sass/page/_news.scss */
.news_wrapper .contents {
  background-color: #ffffff;
  margin: 0 auto;
}
/* line 21, ../sass/page/_news.scss */
.news_wrapper .contents .inner {
  width: 900px;
  margin: 0 auto;
  padding: 23px 0 72px 0;
}
@media only screen and (max-width: 919px) {
  /* line 21, ../sass/page/_news.scss */
  .news_wrapper .contents .inner {
    width: 90%;
  }
}
/* line 28, ../sass/page/_news.scss */
.news_wrapper .contents .inner h2 {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  width: 117px;
  color: #fff;
  background-color: #005533;
  text-align: center;
  padding: 12px 0;
}
@media only screen and (max-width: 919px) {
  /* line 28, ../sass/page/_news.scss */
  .news_wrapper .contents .inner h2 {
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
    width: 80px;
  }
}
/* line 44, ../sass/page/_news.scss */
.news_wrapper .contents .inner ul li {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  border-bottom: 4px dotted #005533;
}
/* line 49, ../sass/page/_news.scss */
.news_wrapper .contents .inner ul li dl {
  padding: 28px 0;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.news_wrapper .contents .inner ul li dl:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 49, ../sass/page/_news.scss */
  .news_wrapper .contents .inner ul li dl {
    padding: 15px 0;
  }
}
/* line 55, ../sass/page/_news.scss */
.news_wrapper .contents .inner ul li dl dt {
  color: #000;
  float: left;
  padding-left: 30px;
  width: 90px;
}
@media only screen and (max-width: 919px) {
  /* line 55, ../sass/page/_news.scss */
  .news_wrapper .contents .inner ul li dl dt {
    width: 100%;
    padding-left: 0;
    line-height: 25px;
  }
}
/* line 66, ../sass/page/_news.scss */
.news_wrapper .contents .inner ul li dl dd {
  float: left;
  margin-left: 90px;
  background-image: url(../images/news/news_list_icon.png);
  background-repeat: no-repeat;
  background-position: right;
  line-height: 26px;
  width: 690px;
}
@media only screen and (max-width: 919px) {
  /* line 66, ../sass/page/_news.scss */
  .news_wrapper .contents .inner ul li dl dd {
    margin-left: 0;
    width: 100%;
    background-position: right bottom;
  }
}
/* line 89, ../sass/page/_news.scss */
.news_wrapper .wp_page {
  margin: 50px auto 0;
  width: 130px;
  padding-bottom: 100px;
  text-align: center;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.news_wrapper .wp_page:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
/* line 95, ../sass/page/_news.scss */
.news_wrapper .wp_page li {
  background-color: #f9f9f9;
  border-radius: 15px;
  width: 30px;
  padding: 5px 0;
  text-align: center;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
}
/* line 104, ../sass/page/_news.scss */
.news_wrapper .wp_page li:nth-child(even) {
  margin: 0 20px;
}
/* line 107, ../sass/page/_news.scss */
.news_wrapper .wp_page li.active_page {
  background-color: #005533;
  color: #fff;
}

/*----------------------------------------
       message1
----------------------------------------*/
/* line 7, ../sass/page/_message1.scss */
.message1_wrapper {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
/* line 13, ../sass/page/_message1.scss */
.message1_wrapper .toparea {
  background-color: #264338;
  padding: 40px 0;
}
/* line 16, ../sass/page/_message1.scss */
.message1_wrapper .toparea .toparea_inner {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  /* line 16, ../sass/page/_message1.scss */
  .message1_wrapper .toparea .toparea_inner {
    width: 90%;
  }
}
/* line 22, ../sass/page/_message1.scss */
.message1_wrapper .toparea .toparea_inner .img_box {
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  margin-right: 60px;
}
@media only screen and (max-width: 919px) {
  /* line 22, ../sass/page/_message1.scss */
  .message1_wrapper .toparea .toparea_inner .img_box {
    display: block;
    width: 160px;
    margin: 0 auto 30px;
  }
}
/* line 33, ../sass/page/_message1.scss */
.message1_wrapper .toparea .toparea_inner .text {
  display: inline-block;
  vertical-align: middle;
  width: 516px;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.115em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 919px) {
  /* line 33, ../sass/page/_message1.scss */
  .message1_wrapper .toparea .toparea_inner .text {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 919px) {
  /* line 47, ../sass/page/_message1.scss */
  .message1_wrapper .toparea .toparea_inner .text .copy {
    text-align: center;
  }
}
/* line 51, ../sass/page/_message1.scss */
.message1_wrapper .toparea .toparea_inner .text .copy span.mid {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 919px) {
  /* line 51, ../sass/page/_message1.scss */
  .message1_wrapper .toparea .toparea_inner .text .copy span.mid {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 60, ../sass/page/_message1.scss */
.message1_wrapper .toparea .toparea_inner .text .copy span.emphasis {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 919px) {
  /* line 60, ../sass/page/_message1.scss */
  .message1_wrapper .toparea .toparea_inner .text .copy span.emphasis {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 68, ../sass/page/_message1.scss */
.message1_wrapper .toparea .toparea_inner .text .copy span.name {
  color: #fff;
  display: block;
}
@media only screen and (max-width: 919px) {
  /* line 68, ../sass/page/_message1.scss */
  .message1_wrapper .toparea .toparea_inner .text .copy span.name {
    color: #fff;
  }
}
/* line 80, ../sass/page/_message1.scss */
.message1_wrapper .bottomarea {
  width: 800px;
  margin: 100px auto;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.message1_wrapper .bottomarea:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 80, ../sass/page/_message1.scss */
  .message1_wrapper .bottomarea {
    width: 90%;
  }
}
/* line 87, ../sass/page/_message1.scss */
.message1_wrapper .bottomarea li {
  background-color: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 5px;
  width: 690px;
  color: #000;
  line-height: 24px;
  letter-spacing: 0.125em;
  float: right;
  margin-bottom: 40px;
}
@media only screen and (max-width: 919px) {
  /* line 87, ../sass/page/_message1.scss */
  .message1_wrapper .bottomarea li {
    width: 100%;
    line-height: 22px;
    margin-bottom: 80px;
  }
}
/* line 102, ../sass/page/_message1.scss */
.message1_wrapper .bottomarea li:last-child {
  margin-bottom: 0;
}
/* line 105, ../sass/page/_message1.scss */
.message1_wrapper .bottomarea li .inner {
  padding: 40px 50px 40px 90px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  /* line 105, ../sass/page/_message1.scss */
  .message1_wrapper .bottomarea li .inner {
    padding: 70px 6% 30px;
  }
}
/* line 111, ../sass/page/_message1.scss */
.message1_wrapper .bottomarea li .inner .catch {
  width: 160px;
  height: 160px;
  position: absolute;
  left: -90px;
  top: 90px;
  text-align: center;
  color: #fff;
  line-height: 160px;
  background-image: url(../images/message1/message_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 919px) {
  /* line 111, ../sass/page/_message1.scss */
  .message1_wrapper .bottomarea li .inner .catch {
    width: 120px;
    height: 120px;
    line-height: 120px;
    left: 0;
    right: 0;
    top: -60px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 135, ../sass/page/_message1.scss */
.message1_wrapper .bottomarea li .inner p {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 919px) {
  /* line 135, ../sass/page/_message1.scss */
  .message1_wrapper .bottomarea li .inner p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 143, ../sass/page/_message1.scss */
.message1_wrapper .bottomarea li .inner p span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  display: block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 919px) {
  /* line 143, ../sass/page/_message1.scss */
  .message1_wrapper .bottomarea li .inner p span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
}

/*----------------------------------------
       message2
----------------------------------------*/
/* line 7, ../sass/page/_message2.scss */
.message2_wrapper {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 919px) {
  /* line 14, ../sass/page/_message2.scss */
  .message2_wrapper .br_sp {
    display: none;
  }
}
/* line 20, ../sass/page/_message2.scss */
.message2_wrapper h2 {
  margin: 0 auto;
  padding: 50px 0;
  color: #333;
  letter-spacing: 8px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 919px) {
  /* line 20, ../sass/page/_message2.scss */
  .message2_wrapper h2 {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 0;
  }
}
/* line 32, ../sass/page/_message2.scss */
.message2_wrapper h2 span {
  font-weight: 700;
  color: #333;
  font-size: 40px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 919px) {
  /* line 32, ../sass/page/_message2.scss */
  .message2_wrapper h2 span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/* line 40, ../sass/page/_message2.scss */
.message2_wrapper h2 span.emphasis {
  color: #035735;
}
/* line 44, ../sass/page/_message2.scss */
.message2_wrapper .sec01 {
  background-image: url(../images/message2/message_victory_back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0 190px;
}
@media only screen and (max-width: 919px) {
  /* line 44, ../sass/page/_message2.scss */
  .message2_wrapper .sec01 {
    width: 100%;
    padding: 50px 0 100px;
  }
}
/* line 56, ../sass/page/_message2.scss */
.message2_wrapper .sec01 .sec01_inner {
  width: 800px;
  margin: 0 auto;
  letter-spacing: -.4em;
}
@media only screen and (max-width: 919px) {
  /* line 56, ../sass/page/_message2.scss */
  .message2_wrapper .sec01 .sec01_inner {
    width: 90%;
  }
}
/* line 63, ../sass/page/_message2.scss */
.message2_wrapper .sec01 .sec01_inner p {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  margin-right: 10%;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 919px) {
  /* line 63, ../sass/page/_message2.scss */
  .message2_wrapper .sec01 .sec01_inner p {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 77, ../sass/page/_message2.scss */
.message2_wrapper .sec01 .sec01_inner p span {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 7px;
}
@media only screen and (max-width: 919px) {
  /* line 77, ../sass/page/_message2.scss */
  .message2_wrapper .sec01 .sec01_inner p span {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 5px;
  }
}
/* line 89, ../sass/page/_message2.scss */
.message2_wrapper .sec01 .sec01_inner ul {
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
@media only screen and (max-width: 919px) {
  /* line 89, ../sass/page/_message2.scss */
  .message2_wrapper .sec01 .sec01_inner ul {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
/* line 99, ../sass/page/_message2.scss */
.message2_wrapper .sec01 .sec01_inner ul li {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #f7f7f7;
  padding: 30px 0 10px;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.message2_wrapper .sec01 .sec01_inner ul li:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 99, ../sass/page/_message2.scss */
  .message2_wrapper .sec01 .sec01_inner ul li {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 110, ../sass/page/_message2.scss */
.message2_wrapper .sec01 .sec01_inner ul li dl {
  letter-spacing: -.4em;
  line-height: 20px;
}
/* line 113, ../sass/page/_message2.scss */
.message2_wrapper .sec01 .sec01_inner ul li dl dt {
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  width: 65%;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 919px) {
  /* line 113, ../sass/page/_message2.scss */
  .message2_wrapper .sec01 .sec01_inner ul li dl dt {
    width: auto;
    margin-left: 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 126, ../sass/page/_message2.scss */
.message2_wrapper .sec01 .sec01_inner ul li dl dd {
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  width: 35%;
}
@media only screen and (max-width: 919px) {
  /* line 126, ../sass/page/_message2.scss */
  .message2_wrapper .sec01 .sec01_inner ul li dl dd {
    float: right;
    margin-left: 10px;
    width: auto;
  }
}
/* line 144, ../sass/page/_message2.scss */
.message2_wrapper .sec02 {
  width: 800px;
  margin: -120px auto 0;
  padding: 100px;
  background-color: #fff;
  position: relative;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.message2_wrapper .sec02:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 144, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 {
    margin: -50px auto 50px;
    width: 90%;
    padding: 85px 0 0;
  }
}
/* line 157, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box01 {
  background-color: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 5px;
  width: 690px;
  color: #000;
  line-height: 24px;
  letter-spacing: 0.125em;
  margin-bottom: 100px;
  position: relative;
  left: 110px;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.message2_wrapper .sec02 .box01:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 157, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 .box01 {
    width: 90%;
    line-height: 22px;
    left: 0;
    margin: 0 auto 50px;
  }
}
/* line 175, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box01 .box01_inner {
  padding: 40px 50px 40px 90px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  /* line 175, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 .box01 .box01_inner {
    padding: 85px 6% 25px;
  }
}
/* line 181, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box01 .box01_inner .catch {
  width: 160px;
  height: 160px;
  position: absolute;
  left: -110px;
  top: 60px;
  text-align: center;
  color: #fff;
  line-height: 160px;
  background-image: url(../images/message1/message_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 919px) {
  /* line 181, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 .box01 .box01_inner .catch {
    width: 120px;
    height: 120px;
    line-height: 120px;
    left: 0;
    right: 0;
    top: -60px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 205, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box01 .box01_inner p {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 919px) {
  /* line 205, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 .box01 .box01_inner p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 213, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box01 .box01_inner p span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  display: block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 919px) {
  /* line 213, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 .box01 .box01_inner p span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
}
/* line 227, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 {
  letter-spacing: -.4em;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  /* line 227, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 .box02 {
    width: 90%;
    margin: 0 auto;
  }
}
/* line 234, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 919px) {
  /* line 234, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 .box02 h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 246, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 ul.baloon li {
  background-color: #f7f7f7;
  border-radius: 5px;
  position: relative;
  width: 390px;
  letter-spacing: 2px;
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 919px) {
  /* line 246, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 .box02 ul.baloon li {
    width: 48%;
  }
}
/* line 258, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 ul.baloon li:first-child {
  margin-right: 10px;
}
@media only screen and (max-width: 919px) {
  /* line 258, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 .box02 ul.baloon li:first-child {
    margin-right: 4%;
  }
}
/* line 264, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 ul.baloon li:after {
  content: '';
  display: block;
  transform: rotate(45deg);
  margin: 0 auto;
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -15px;
  right: 0;
  left: 0;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 919px) {
  /* line 264, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 .box02 ul.baloon li:after {
    width: 20px;
    height: 20px;
    bottom: -10px;
  }
}
/* line 282, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 ul.baloon li dl {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  padding: 30px 10px;
}
@media only screen and (max-width: 919px) {
  /* line 282, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 .box02 ul.baloon li dl {
    width: 90%;
    padding: 3vw 1vw 6vw;
  }
}
/* line 291, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 ul.baloon li dl:after {
  content: '';
  display: block;
  background-color: #6d6d6d;
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  /* line 291, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 .box02 ul.baloon li dl:after {
    width: 1px;
    height: 4vw;
    right: 18.75vw;
    top: 17.25vw;
  }
}
/* line 310, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 ul.baloon li dl dt {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  line-height: 92px;
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 919px) {
  /* line 310, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 .box02 ul.baloon li dl dt {
    font-size: 2.5vw;
    width: 12vw;
    height: 12vw;
    margin-bottom: 0;
    line-height: 12vw;
    margin-right: 2vw;
    vertical-align: middle;
  }
}
/* line 331, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 ul.baloon li dl .bg01 {
  background-color: #a2d3c0;
}
/* line 334, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 ul.baloon li dl .bg02 {
  background-color: #d0e5dd;
}
/* line 337, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 ul.baloon li dl .bg03 {
  background-color: #e9df6b;
}
/* line 340, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 ul.baloon li dl .bg04 {
  background-color: #eae4a6;
}
/* line 343, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 ul.baloon li dl dd {
  margin: 0 auto;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  /* line 343, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 .box02 ul.baloon li dl dd {
    font-size: 2.25vw;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 16vw;
  }
}
/* line 353, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 ul.baloon li dl dd span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 919px) {
  /* line 353, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 .box02 ul.baloon li dl dd span {
    font-size: 1.75vw;
  }
}
/* line 365, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 ul.box_half li {
  height: 100px;
  width: 325px;
  display: inline-block;
  text-align: center;
  line-height: 100px;
  letter-spacing: 3px;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (max-width: 919px) {
  /* line 365, ../sass/page/_message2.scss */
  .message2_wrapper .sec02 .box02 ul.box_half li {
    width: 50%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 380, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 ul.box_half li:nth-child(1) {
  border-radius: 5px 0 0 5px;
  background-color: #a2d3c0;
}
/* line 384, ../sass/page/_message2.scss */
.message2_wrapper .sec02 .box02 ul.box_half li:nth-child(2) {
  background-color: #e9df6b;
  border-radius: 0 5px 5px 0;
}
/* line 393, ../sass/page/_message2.scss */
.message2_wrapper .sec03 {
  background-color: #264338;
  letter-spacing: 2px;
  padding: 50px 0 100px;
}
@media only screen and (max-width: 919px) {
  /* line 393, ../sass/page/_message2.scss */
  .message2_wrapper .sec03 {
    padding: 50px 0 100px;
  }
}
/* line 400, ../sass/page/_message2.scss */
.message2_wrapper .sec03 .sec03_inner {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  /* line 400, ../sass/page/_message2.scss */
  .message2_wrapper .sec03 .sec03_inner {
    width: 90%;
  }
}
/* line 406, ../sass/page/_message2.scss */
.message2_wrapper .sec03 .sec03_inner h4 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  /* line 406, ../sass/page/_message2.scss */
  .message2_wrapper .sec03 .sec03_inner h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 414, ../sass/page/_message2.scss */
.message2_wrapper .sec03 .sec03_inner h4 span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: #fff;
  font-weight: normal;
  text-align: left;
  margin: 30px 0;
  line-height: 24px;
}
@media only screen and (max-width: 919px) {
  /* line 414, ../sass/page/_message2.scss */
  .message2_wrapper .sec03 .sec03_inner h4 span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 427, ../sass/page/_message2.scss */
.message2_wrapper .sec03 .sec03_inner p {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
}
/* line 431, ../sass/page/_message2.scss */
.message2_wrapper .sec03 .sec03_inner p span {
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}
/* line 438, ../sass/page/_message2.scss */
.message2_wrapper .sec03 .sec03_inner ul {
  margin: auto 10px;
  letter-spacing: -.4em;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.message2_wrapper .sec03 .sec03_inner ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
/* line 442, ../sass/page/_message2.scss */
.message2_wrapper .sec03 .sec03_inner ul li {
  background-color: #fff;
  border-radius: 20px;
  width: 49%;
  margin-top: 15px;
  display: inline-block;
  color: #264338;
  padding: 10px 5px;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 2px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 919px) {
  /* line 442, ../sass/page/_message2.scss */
  .message2_wrapper .sec03 .sec03_inner ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  /* line 459, ../sass/page/_message2.scss */
  .message2_wrapper .sec03 .sec03_inner ul li span {
    display: block;
  }
}
/* line 464, ../sass/page/_message2.scss */
.message2_wrapper .sec03 .sec03_inner ul li:nth-child(odd) {
  margin-right: 2%;
}
/* line 467, ../sass/page/_message2.scss */
.message2_wrapper .sec03 .sec03_inner ul li:last-child {
  background-color: #264338;
  color: #fff;
  text-align: right;
}
/* line 471, ../sass/page/_message2.scss */
.message2_wrapper .sec03 .sec03_inner ul li:last-child .etc {
  color: #fff;
}
/* line 481, ../sass/page/_message2.scss */
.message2_wrapper .sec04 {
  background-color: #f7f7f7;
  border-radius: 5px;
  width: 800px;
  margin: -50px auto 120px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 919px) {
  /* line 481, ../sass/page/_message2.scss */
  .message2_wrapper .sec04 {
    width: 90%;
    margin-bottom: 60px;
  }
}
/* line 491, ../sass/page/_message2.scss */
.message2_wrapper .sec04 .sec04_inner {
  padding: 50px 80px;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  /* line 491, ../sass/page/_message2.scss */
  .message2_wrapper .sec04 .sec04_inner {
    padding: 40px 6%;
  }
}
/* line 497, ../sass/page/_message2.scss */
.message2_wrapper .sec04 .sec04_inner h5 {
  font-size: 22px;
  font-size: 1.375rem;
  display: inline-block;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  /* line 497, ../sass/page/_message2.scss */
  .message2_wrapper .sec04 .sec04_inner h5 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 40px;
  }
}
/* line 511, ../sass/page/_message2.scss */
.message2_wrapper .sec04 .sec04_inner ul li {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  padding: 10px 0;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.message2_wrapper .sec04 .sec04_inner ul li:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 511, ../sass/page/_message2.scss */
  .message2_wrapper .sec04 .sec04_inner ul li {
    font-size: 10px;
    font-size: 0.625rem;
    width: 100%;
    margin: 0 auto;
  }
}
/* line 523, ../sass/page/_message2.scss */
.message2_wrapper .sec04 .sec04_inner ul li dl dt {
  color: #000;
  float: left;
  width: 70px;
}
@media only screen and (max-width: 919px) {
  /* line 523, ../sass/page/_message2.scss */
  .message2_wrapper .sec04 .sec04_inner ul li dl dt {
    width: auto;
  }
}
/* line 530, ../sass/page/_message2.scss */
.message2_wrapper .sec04 .sec04_inner ul li dl dt:nth-child(2) {
  width: 300px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 919px) {
  /* line 530, ../sass/page/_message2.scss */
  .message2_wrapper .sec04 .sec04_inner ul li dl dt:nth-child(2) {
    font-size: 12px;
    font-size: 0.75rem;
    width: auto;
    margin-left: 0;
  }
}
/* line 540, ../sass/page/_message2.scss */
.message2_wrapper .sec04 .sec04_inner ul li dl dd {
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  color: #005533;
}
/* line 544, ../sass/page/_message2.scss */
.message2_wrapper .sec04 .sec04_inner ul li dl dd:before {
  content: url(../images/message2/message_list_arrow.png);
  padding-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 919px) {
  /* line 540, ../sass/page/_message2.scss */
  .message2_wrapper .sec04 .sec04_inner ul li dl dd {
    font-size: 12px;
    font-size: 0.75rem;
    float: right;
    margin-left: 10px;
  }
}
/* line 563, ../sass/page/_message2.scss */
.message2_wrapper h3 {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  color: #035735;
  background-color: #fff;
  padding-bottom: 25px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media only screen and (max-width: 919px) {
  /* line 563, ../sass/page/_message2.scss */
  .message2_wrapper h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 576, ../sass/page/_message2.scss */
.message2_wrapper .sec05 {
  background-color: #035735;
  padding: 40px 0 100px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 919px) {
  /* line 576, ../sass/page/_message2.scss */
  .message2_wrapper .sec05 {
    padding: 20px 0 150px;
  }
}
/* line 583, ../sass/page/_message2.scss */
.message2_wrapper .sec05 .sec05_inner {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  /* line 583, ../sass/page/_message2.scss */
  .message2_wrapper .sec05 .sec05_inner {
    width: 90%;
  }
}
/* line 590, ../sass/page/_message2.scss */
.message2_wrapper .sec05 .sec05_inner ul li {
  border-bottom: 1px solid #207854;
  -webkit-font-smoothing: antialiased;
  padding: 18px 0;
}
@media only screen and (max-width: 919px) {
  /* line 590, ../sass/page/_message2.scss */
  .message2_wrapper .sec05 .sec05_inner ul li {
    width: 100%;
    margin: 0 auto;
  }
}
/* line 598, ../sass/page/_message2.scss */
.message2_wrapper .sec05 .sec05_inner ul li:last-child {
  border-bottom: none;
}
/* line 601, ../sass/page/_message2.scss */
.message2_wrapper .sec05 .sec05_inner ul li dl {
  letter-spacing: -.4em;
}
/* line 603, ../sass/page/_message2.scss */
.message2_wrapper .sec05 .sec05_inner ul li dl dt {
  color: #fff;
  font-style: oblique;
  font-weight: 100;
  text-align: center;
  width: 15%;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 2px;
  font-size: 40px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 919px) {
  /* line 603, ../sass/page/_message2.scss */
  .message2_wrapper .sec05 .sec05_inner ul li dl dt {
    font-size: 20px;
    font-size: 1.25rem;
    margin-left: 0;
    vertical-align: top;
  }
}
/* line 620, ../sass/page/_message2.scss */
.message2_wrapper .sec05 .sec05_inner ul li dl dd {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  width: 85%;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 2px;
  line-height: 22px;
}
@media only screen and (max-width: 919px) {
  /* line 620, ../sass/page/_message2.scss */
  .message2_wrapper .sec05 .sec05_inner ul li dl dd {
    font-size: 14px;
    font-size: 0.875rem;
    vertical-align: top;
  }
}
/* line 632, ../sass/page/_message2.scss */
.message2_wrapper .sec05 .sec05_inner ul li dl dd span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 919px) {
  /* line 632, ../sass/page/_message2.scss */
  .message2_wrapper .sec05 .sec05_inner ul li dl dd span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
/* line 647, ../sass/page/_message2.scss */
.message2_wrapper .sec06 {
  width: 800px;
  margin: -60px auto 0;
  background-color: #fff;
  letter-spacing: 2px;
  position: relative;
  box-shadow: 0px 3px 17px -4px #cfcfcf;
  -webkit-box-shadow: 0px 3px 17px -4px #cfcfcf;
  -moz-box-shadow: 0px 3px 17px -4px #cfcfcf;
}
@media only screen and (max-width: 919px) {
  /* line 647, ../sass/page/_message2.scss */
  .message2_wrapper .sec06 {
    width: 90%;
    margin: -100px auto 0;
  }
}
/* line 660, ../sass/page/_message2.scss */
.message2_wrapper .sec06 .sec06_text {
  padding: 100px 70px;
  color: #000;
  line-height: 30px;
  margin-bottom: 60px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 919px) {
  /* line 660, ../sass/page/_message2.scss */
  .message2_wrapper .sec06 .sec06_text {
    padding: 70px 6% 50px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
  }
}
/* line 672, ../sass/page/_message2.scss */
.message2_wrapper .sec06 .sec06_text:before {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -60px;
  margin: 0 auto;
  background-image: url(../images/message2/message_border.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 919px) {
  /* line 672, ../sass/page/_message2.scss */
  .message2_wrapper .sec06 .sec06_text:before {
    width: 120px;
    height: 120px;
  }
}
/* line 693, ../sass/page/_message2.scss */
.message2_wrapper h4 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
}
@media only screen and (max-width: 919px) {
  /* line 693, ../sass/page/_message2.scss */
  .message2_wrapper h4 {
    font-size: 18px;
    font-size: 1.125rem;
    width: 90%;
  }
}

/* line 5, ../sass/page/_player.scss */
.wrapper .player_description {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  margin: 0 130px 25px 130px;
  text-align: center;
  color: #000;
  line-height: 25px;
}
@media only screen and (max-width: 919px) {
  /* line 5, ../sass/page/_player.scss */
  .wrapper .player_description {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
  }
}

/* line 19, ../sass/page/_player.scss */
.profiles_wrapper {
  width: 100%;
  margin-bottom: 100px;
  border-top: 150px solid #035735;
  position: relative;
}
@media only screen and (max-width: 919px) {
  /* line 19, ../sass/page/_player.scss */
  .profiles_wrapper {
    width: 100%;
    border-top: 0;
  }
}
/* line 29, ../sass/page/_player.scss */
.profiles_wrapper .player_profiles {
  width: 1000px;
  margin: 0 auto;
  margin-top: -100px;
  height: 650px;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.profiles_wrapper .player_profiles:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 29, ../sass/page/_player.scss */
  .profiles_wrapper .player_profiles {
    width: 90%;
    margin: 0 auto;
    height: auto;
  }
}
/* line 42, ../sass/page/_player.scss */
.profiles_wrapper .player_profiles h2 {
  float: left;
  max-width: 365px;
  max-height: 365px;
}
@media only screen and (max-width: 919px) {
  /* line 42, ../sass/page/_player.scss */
  .profiles_wrapper .player_profiles h2 {
    float: none;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }
}
/* line 52, ../sass/page/_player.scss */
.profiles_wrapper .player_profiles h2 img {
  width: 100%;
  margin: 0 auto;
}
/* line 58, ../sass/page/_player.scss */
.profiles_wrapper .player_profiles .profiles {
  float: left;
  width: 580px;
  margin-left: 55px;
}
@media only screen and (max-width: 919px) {
  /* line 58, ../sass/page/_player.scss */
  .profiles_wrapper .player_profiles .profiles {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
/* line 68, ../sass/page/_player.scss */
.profiles_wrapper .player_profiles .profiles .name {
  height: 40px;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.profiles_wrapper .player_profiles .profiles .name:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 68, ../sass/page/_player.scss */
  .profiles_wrapper .player_profiles .profiles .name {
    /*margin-top:-480px;*/
    padding: 20px 0 0 10px;
  }
}
/* line 76, ../sass/page/_player.scss */
.profiles_wrapper .player_profiles .profiles .name h3 {
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  float: left;
}
@media only screen and (max-width: 919px) {
  /* line 76, ../sass/page/_player.scss */
  .profiles_wrapper .player_profiles .profiles .name h3 {
    color: #035735;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
  }
}
/* line 89, ../sass/page/_player.scss */
.profiles_wrapper .player_profiles .profiles .name p {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  float: left;
  margin: 22px 0 0 30px;
}
@media only screen and (max-width: 919px) {
  /* line 89, ../sass/page/_player.scss */
  .profiles_wrapper .player_profiles .profiles .name p {
    float: none;
    margin: 50px 0 0 0;
    color: #035735;
  }
}
/* line 102, ../sass/page/_player.scss */
.profiles_wrapper .player_profiles .profiles .name dl {
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.profiles_wrapper .player_profiles .profiles .name dl:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 102, ../sass/page/_player.scss */
  .profiles_wrapper .player_profiles .profiles .name dl {
    float: none;
    margin: 20px 0 0 0;
  }
}
/* line 111, ../sass/page/_player.scss */
.profiles_wrapper .player_profiles .profiles .name dl dt {
  float: left;
  color: #fff;
  padding: 10px 20px;
  background-color: #023f26;
}
@media only screen and (max-width: 919px) {
  /* line 111, ../sass/page/_player.scss */
  .profiles_wrapper .player_profiles .profiles .name dl dt {
    width: 20%;
    padding: 5px 0;
    text-align: center;
  }
}
/* line 122, ../sass/page/_player.scss */
.profiles_wrapper .player_profiles .profiles .name dl dd {
  float: right;
  color: #035735;
  padding: 10px 17px;
  background-color: #dfdfdf;
  margin-left: 10px;
}
@media only screen and (max-width: 919px) {
  /* line 122, ../sass/page/_player.scss */
  .profiles_wrapper .player_profiles .profiles .name dl dd {
    width: 22%;
    float: left;
    padding: 5px 0;
    text-align: center;
  }
}
/* line 138, ../sass/page/_player.scss */
.profiles_wrapper .player_profiles .profiles ul {
  margin-top: 110px;
}
/* line 142, ../sass/page/_player.scss */
.profiles_wrapper .player_profiles .profiles ul li {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.profiles_wrapper .player_profiles .profiles ul li:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 142, ../sass/page/_player.scss */
  .profiles_wrapper .player_profiles .profiles ul li {
    width: 90%;
    margin: 0 auto;
  }
}
/* line 154, ../sass/page/_player.scss */
.profiles_wrapper .player_profiles .profiles ul li dl dt {
  color: #000;
  float: left;
  width: 150px;
  margin-left: 30px;
}
@media only screen and (max-width: 919px) {
  /* line 154, ../sass/page/_player.scss */
  .profiles_wrapper .player_profiles .profiles ul li dl dt {
    width: auto;
    margin-left: 0;
  }
}
/* line 165, ../sass/page/_player.scss */
.profiles_wrapper .player_profiles .profiles ul li dl dd {
  float: left;
  margin-left: 90px;
}
@media only screen and (max-width: 919px) {
  /* line 165, ../sass/page/_player.scss */
  .profiles_wrapper .player_profiles .profiles ul li dl dd {
    float: right;
    margin-left: 10px;
  }
}

/*----------------------------------------
              player
----------------------------------------*/
/* line 187, ../sass/page/_player.scss */
.player_member {
  letter-spacing: -.4em;
}
/* line 189, ../sass/page/_player.scss */
.player_member .member_menu {
  margin-left: 25px;
  margin-bottom: 10px;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.player_member .member_menu:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 189, ../sass/page/_player.scss */
  .player_member .member_menu {
    margin-left: 0;
    width: 100%;
  }
}
/* line 198, ../sass/page/_player.scss */
.player_member .member_menu li {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  width: 150px;
  height: 50px;
  border: 1px solid #035735;
  margin: 0 10px 0 0;
  text-align: center;
  line-height: 50px;
  letter-spacing: normal;
  box-sizing: border-box;
}
/* line 13, ../sass/mixin/_clearfix.scss */
.player_member .member_menu li:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 919px) {
  /* line 198, ../sass/page/_player.scss */
  .player_member .member_menu li {
    display: inline-block;
    width: 49%;
    height: 50px;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  /* line 218, ../sass/page/_player.scss */
  .player_member .member_menu li:nth-child(even) {
    margin-right: 0;
  }
  /* line 221, ../sass/page/_player.scss */
  .player_member .member_menu li:last-child {
    margin-bottom: 0;
  }
}
/* line 226, ../sass/page/_player.scss */
.player_member .member_menu li:last-child {
  margin-right: 0;
}
/* line 230, ../sass/page/_player.scss */
.player_member .member_menu li:hover {
  background-color: #035735;
}
/* line 232, ../sass/page/_player.scss */
.player_member .member_menu li:hover a {
  color: #fff;
}
/* line 238, ../sass/page/_player.scss */
.player_member .member_menu .active {
  background-color: #035735;
}
/* line 240, ../sass/page/_player.scss */
.player_member .member_menu .active a {
  color: #fff;
}

/* line 249, ../sass/page/_player.scss */
.career {
  padding-top: 15px;
  color: #545454;
  float: left;
  width: 80px;
  display: block;
  margin-top: 0;
}
@media only screen and (max-width: 919px) {
  /* line 249, ../sass/page/_player.scss */
  .career {
    width: 100%;
  }
}

/* line 261, ../sass/page/_player.scss */
ul.career2 {
  float: right;
  width: 500px;
}
@media only screen and (max-width: 919px) {
  /* line 261, ../sass/page/_player.scss */
  ul.career2 {
    width: 100%;
  }
}

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

/* line 3, ../sass/page/_placement.scss */
.placement_wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 919px) {
  /* line 3, ../sass/page/_placement.scss */
  .placement_wrapper {
    width: 90%;
  }
}
/* line 12, ../sass/page/_placement.scss */
.placement_wrapper .placement-list {
  font-size: 0px;
  font-size: 0rem;
}
/* line 14, ../sass/page/_placement.scss */
.placement_wrapper .placement-list li {
  display: inline-block;
  width: 33.3%;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  /* line 14, ../sass/page/_placement.scss */
  .placement_wrapper .placement-list li {
    width: 50%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* line 3, ../sass/page/_practice.scss */
.practice-container {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  /* line 3, ../sass/page/_practice.scss */
  .practice-container {
    width: 98%;
  }
}
/* line 11, ../sass/page/_practice.scss */
.practice-container .schedule {
  margin: 0 0 80px 0;
}
/* line 13, ../sass/page/_practice.scss */
.practice-container .schedule h2 {
  background-image: url(../images/common/fireball.png);
  background-repeat: no-repeat;
  padding-left: 50px;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  margin: 0 0 20px 0;
}
/* line 23, ../sass/page/_practice.scss */
.practice-container .schedule table {
  width: 100%;
  margin: 0 0 10px 0;
}
/* line 26, ../sass/page/_practice.scss */
.practice-container .schedule table tr {
  background-color: #035735;
}
/* line 27, ../sass/page/_practice.scss */
.practice-container .schedule table tr th, .practice-container .schedule table tr td {
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.2em;
  font-size: 12px;
  font-size: 0.75rem;
  border: 1px solid #fff;
  color: #fff;
}
/* line 37, ../sass/page/_practice.scss */
.practice-container .schedule table tr th:first-child, .practice-container .schedule table tr td:first-child {
  width: 30px;
}
/* line 45, ../sass/page/_practice.scss */
.practice-container .schedule table tr:first-child {
  background-color: #fafafa;
}
/* line 47, ../sass/page/_practice.scss */
.practice-container .schedule table tr:first-child th, .practice-container .schedule table tr:first-child td {
  color: #035735;
}
/* line 52, ../sass/page/_practice.scss */
.practice-container .schedule table tr:last-child {
  background-color: #dfdfdf;
}
/* line 54, ../sass/page/_practice.scss */
.practice-container .schedule table tr:last-child th, .practice-container .schedule table tr:last-child td {
  color: #035735;
}

/* line 3, ../sass/page/_uniform.scss */
.uniform-container {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  /* line 3, ../sass/page/_uniform.scss */
  .uniform-container {
    width: 98%;
  }
}
/* line 11, ../sass/page/_uniform.scss */
.uniform-container ul {
  text-align: center;
  font-size: 0px;
  font-size: 0rem;
}
/* line 14, ../sass/page/_uniform.scss */
.uniform-container ul li {
  display: inline-block;
  width: 50%;
  margin: 0 0 30px 0;
}
/* line 18, ../sass/page/_uniform.scss */
.uniform-container ul li figure {
  width: 94%;
  margin: 0 auto;
}
/* line 21, ../sass/page/_uniform.scss */
.uniform-container ul li figure img {
  width: 100%;
  height: auto;
}
/* line 25, ../sass/page/_uniform.scss */
.uniform-container ul li figure figcaption {
  margin: 10px 0 0 0;
  font-size: 16px;
  font-size: 1rem;
}
