html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  height: 1px;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
}
.cl:after {
  width: 1px;
  height: 0px;
  content: "";
  line-height: 0;
  display: block;
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pc_only {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}
html {
  background: #999;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 20px;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 12px;
  }
}
body {
  width: 100%;
  min-width: 100%;
  font-family: "FOT-ロダンNTLG Pro M", RodinNTLGPro-M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
a:link {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:active {
  color: #7f7f7f;
}
a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
a:visited {
  color: #333;
}
.u_line {
  text-decoration: underline;
}
header {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    text-align: center;
  }
}
header .logo {
  float: left;
  padding: 26px 36px;
}
@media screen and (max-width: 767px) {
  header .logo {
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
  header .logo img {
    width: 25%;
  }
}
section,
article {
  width: 100%;
  margin: 0 auto;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  section,
  article {
    width: 100%;
    min-width: 100%;
  }
}
footer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer {
    width: 100%;
  }
}
#main .main_image {
  background: url("../images/main_image.jpg") center top no-repeat #000;
  background-size: cover;
  width: 100%;
  min-width: 1050px;
  padding: 150px 0 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .main_image {
    width: 100%;
    min-width: auto;
    margin: 0 auto;
    padding-top: 90px;
  }
}
#main .mainArea {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .mainArea {
    padding: 0 4%;
  }
}
#main .mainArea_h1box {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main .mainArea_h1box {
    width: 100%;
  }
}
#main .mainArea_h1box h1 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main .mainArea_h1box h1 img {
    width: 100%;
  }
}
#main .mainArea_h1box h1 p {
  font-size: 2rem !important;
  font-family: "FOT-ロダンNTLG Pro EB", RodinNTLGPro-EB, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #main .mainArea_h1box h1 p {
    font-size: 1.5rem !important;
  }
}
#main .mainArea_h1box h1 strong {
  display: block;
  margin: 40px auto 0;
  width: 70%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .mainArea_h1box h1 strong {
    margin-top: 20px;
    width: 90%;
  }
}
#main .mainArea_h1box h2 {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #main .mainArea_h1box h2 {
    margin-top: 20px;
  }
}
#main .mainArea_h1box h2 span {
  font-size: 3.1rem !important;
  font-family: "FOT-ロダンNTLG Pro EB", RodinNTLGPro-EB, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0 20px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .mainArea_h1box h2 span {
    font-size: 2.6rem !important;
    margin: 0 10px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
#main .mainArea_h1box h2 span:after {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  bottom: -16px;
  content: '';
  display: block;
}
#main .mainArea_h1box p {
  width: 100%;
  margin-top: 50px;
  word-break: break-all;
}
#main .mainArea_h1box p span {
  font-size: 3.1rem !important;
  font-family: "FOT-ロダンNTLG Pro EB", RodinNTLGPro-EB, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 767px) {
  #main .mainArea_h1box p span {
    font-size: 2.65rem !important;
  }
}
#main .mainArea_h1box p span.small {
  font-size: 1.25rem !important;
}
@media screen and (max-width: 767px) {
  #main .mainArea_h1box p span.small {
    font-size: 1.25rem !important;
  }
}
#main .mainBtn {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #main .mainBtn {
    padding-bottom: 20px;
  }
}
#main .mainBtn_access {
  text-align: center;
}
#main .mainBtn_access_box a {
  background: #08e700;
  padding: 8px 10px;
  display: inline-block;
  position: relative;
  font-family: "FOT-ロダンNTLG Pro B", RodinNTLGPro-B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 767px) {
  #main .mainBtn_access_box a {
    display: block;
    width: 92%;
    margin: 0 auto;
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
}
#main .mainBtn_access_box a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -9px;
}
#planning {
  background: #222 url("../images/planning_image.jpg") left top no-repeat;
  background-size: auto 150%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #planning {
    background: #222 url("../images/planning_image.jpg") left top no-repeat;
    background-size: 220% auto;
  }
}
#planning .planningArea_top {
  top: -1px;
  left: 0;
  width: 100%;
  position: absolute;
}
#planning .planningArea_top img {
  width: 100%;
}
#planning .planningArea_bottom {
  bottom: -5px;
  left: 0;
  width: 100%;
  position: absolute;
}
#planning .planningArea_bottom img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #planning .planningArea_bottom {
    bottom: -2px;
  }
}
#planning .planningArea_box {
  margin: 0 auto;
  width: 1050px;
  padding: 105px 0;
  position: relative;
  padding-left: 300px;
}
@media screen and (max-width: 767px) {
  #planning .planningArea_box {
    width: 92%;
    padding: 90px 0 80px;
  }
}
#planning .planningArea_box:before {
  content: '';
  background: url("../images/accent.svg") center center no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  width: 136px;
  height: 112px;
  left: 100px;
  top: 137px;
}
@media screen and (max-width: 767px) {
  #planning .planningArea_box:before {
    width: 80px;
    height: 70px;
    left: 0;
    top: 20px;
  }
}
#planning .planningArea_box h2 {
  font-size: 1.2rem !important;
  font-family: "FOT-ロダンNTLG Pro B", RodinNTLGPro-B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #08e700;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  #planning .planningArea_box h2 {
    font-size: 1.7rem !important;
    margin-top: 20px;
  }
}
#planning .planningArea_box h3 {
  margin-top: 20px;
  font-size: 1.55rem !important;
  font-family: "FOT-ロダンNTLG Pro B", RodinNTLGPro-B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  #planning .planningArea_box h3 {
    font-size: 2.2rem !important;
  }
}
#planning .planningArea_box p {
  font-size: 0.75rem !important;
  font-family: "FOT-ロダンNTLG Pro DB", RodinNTLGPro-M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  margin-top: 28px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #planning .planningArea_box p {
    font-size: 1.2rem !important;
  }
}
#googlemap .googlemapArea {
  width: 100%;
  padding-top: 30%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #googlemap .googlemapArea {
    padding-top: 80%;
  }
}
#googlemap .googlemapArea_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#googlemap .googlemapArea_box iframe {
  width: 100%;
  height: 100%;
}
.wrapping {
  margin: 20px auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrapping {
    width: 100%;
    padding: 0 4%;
  }
}
.endtext {
  background: #000;
  display: inline-block;
  color: #fff;
  line-height: 1.9;
  font-size: 12px !important;
  padding: 5px 5px 3px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .endtext {
    text-align: left;
  }
}
/***********************こっから追記*****************************/
.head_menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
.head_menu-btn {
  position: relative;
  float: right;
  z-index: 999;
  margin-top: 26px;
  margin-right: 36px;
}
@media screen and (max-width: 767px) {
  .head_menu-btn {
    margin-top: 20px;
    margin-right: 20px;
  }
}
.head_menu-btn div {
  width: 52px;
  height: 2px;
  background: #fff;
  margin: 15px 0;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .head_menu-btn div {
    width: 32px;
    margin: 10px 0;
  }
}
.head_menu-btn div:before {
  position: absolute;
  display: block;
  content: "";
  width: 52px;
  height: 2px;
  background: #fff;
  top: -15px;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .head_menu-btn div:before {
    width: 32px;
    top: -10px;
  }
}
.head_menu-btn div:after {
  position: absolute;
  display: block;
  content: "";
  width: 52px;
  height: 2px;
  background: #fff;
  top: 15px;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .head_menu-btn div:after {
    width: 32px;
    top: 10px;
  }
}
.head_menu-btn span {
  display: inline-block;
  font-size: 0.9rem !important;
  color: #fff;
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  .head_menu-btn span {
    padding-top: 10px;
  }
}
.head_menu-in {
  position: absolute;
  top: 0;
  right: -406px;
  width: 406px;
  background: rgba(8,231,0,0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .head_menu-in {
    width: 200px;
    background: rgba(8,231,0,0.9);
  }
}
.head_menu-in ul {
  width: 100%;
  padding: 144px 87px 80px 81px;
}
@media screen and (max-width: 767px) {
  .head_menu-in ul {
    padding: 60px 20px 40px 20px;
    text-align: left;
  }
}
.head_menu-in ul li {
  margin-top: 27px;
}
.head_menu-in ul li:nth-of-type(1) {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .head_menu-in ul li {
    margin-top: 20px;
  }
}
.head_menu-in ul li a {
  font-size: 1.05rem !important;
  font-family: "FOT-ロダンNTLG Pro B", RodinNTLGPro-B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  background: url("../images/mark_link.svg") center left no-repeat;
  background-size: 21px 21px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .head_menu-in ul li a {
    background-size: 15px;
    padding-left: 25px;
  }
}
.head_menu-in ul li .semi_link {
  background-image: url("../images/mark_semi.svg");
}
.head_menu-in.on {
  display: block;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.head_menu-btn.on div {
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.head_menu-btn.on div:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.head_menu-btn.on div:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dead_link-m a {
  opacity: 0.5;
  pointer-events: none;
}
.top_head {
  position: absolute;
}
.main_bottom {
  margin-top: 102px;
}
@media screen and (max-width: 767px) {
  .main_bottom {
    margin: 50px auto 0;
  }
}
.main_bottom .main_bottom-in {
  margin-top: 102px;
}
@media screen and (max-width: 767px) {
  .main_bottom .main_bottom-in {
    width: 92%;
    margin: 50px auto 0;
  }
}
.main_bottom .main_bottom-in p {
  font-size: 1.15rem !important;
  font-family: "FOT-ロダンNTLG Pro DB", RodinNTLGPro-M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .main_bottom .main_bottom-in p {
    font-size: 1.7rem !important;
  }
}
.main_bottom .main_bottom-in p span {
  font-family: "FOT-ロダンNTLG Pro B", RodinNTLGPro-B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #08e700;
  padding-right: 20px;
}
.main_bottom .main_bottom-in p .astrisk-text {
  font-family: "FOT-ロダンNTLG Pro M", RodinNTLGPro-M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.main_bottom .main_bottom-link ul {
  width: 1050px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .main_bottom .main_bottom-link ul {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .main_bottom .main_bottom-link ul li {
    text-align: left;
    margin: 25px 4% 0;
  }
}
.main_bottom .main_bottom-link ul li a {
  font-size: 0.7rem !important;
  font-family: "FOT-ロダンNTLG Pro DB", RodinNTLGPro-M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  line-height: 1;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_bottom .main_bottom-link ul li a {
    font-size: 1.2rem !important;
  }
}
.main_bottom .main_bottom-link ul li a:after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  right: 0;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.astrisk-text {
  font-family: "FOT-ロダンNTLG Pro M", RodinNTLGPro-M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff !important;
  font-size: 0.9rem !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .astrisk-text {
    font-size: 1rem !important;
  }
}
.dead_link a {
  opacity: 0.5;
  pointer-events: none;
}
.main_bottom-app {
  width: 380px;
  margin: 41px auto 0;
}
@media screen and (max-width: 767px) {
  .main_bottom-app {
    width: 100%;
    max-width: 340px;
  }
}
.main_bottom-app a {
  display: inline-block;
  width: 100%;
  background: #08e700;
  padding: 22px 0 24px;
  text-align: center;
}
.main_bottom-app a span {
  font-size: 1.5rem !important;
  font-family: "FOT-ロダンNTLG Pro B", RodinNTLGPro-B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_bottom-app a span {
    font-size: 1.7rem !important;
    padding-right: 20px;
  }
}
.main_bottom-app a span i {
  font-size: 0.9rem !important;
}
@media screen and (max-width: 767px) {
  .main_bottom-app a span i {
    font-size: 1rem !important;
  }
}
.main_bottom-app a span:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 0;
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  .main_bottom-app a span:after {
    width: 10px;
    height: 10px;
    margin-top: -6px;
  }
}
.main_bottom-app.dead_app {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .main_bottom-app.dead_app {
    width: 100%;
    max-width: 320px;
  }
}
.main_bottom-app.dead_app a {
  opacity: 0.5;
  background: #4f4f4f;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .main_bottom-app.dead_app a {
    text-align: left;
    padding: 22px 15% 24px;
  }
}
@media screen and (max-width: 767px) {
  .main_bottom-app.dead_app a span {
    display: inline-block;
    width: 100%;
    line-height: 1.2;
    padding-right: 0;
  }
}
.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: inline-block;
  }
}
.h2_mark {
  font-size: 1.15rem !important;
  font-family: "FOT-ロダンNTLG Pro B", RodinNTLGPro-B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #08e700;
  line-height: 1.41;
  text-align: left;
  padding-left: 32px;
  background: url("../images/seminar_icon.svg") left center no-repeat;
  background-size: 2.4%;
}
@media screen and (max-width: 767px) {
  .h2_mark {
    font-size: 1.7rem !important;
    background-size: 20px;
    padding-left: 28px;
  }
}
#infomation {
  background: #000;
  position: relative;
}
#infomation .infomationArea_bottom {
  bottom: -5px;
  left: 0;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #infomation .infomationArea_bottom {
    left: -5px;
  }
}
#infomation .infomationArea_bottom img {
  width: 100%;
}
#infomation .infomationArea_box {
  margin: 0 auto;
  width: 1050px;
  text-align: center;
  padding: 70px 0 160px;
  position: relative;
}
#infomation .infomationArea_box ul {
  width: 1050px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #infomation .infomationArea_box ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
  }
}
#infomation .infomationArea_box ul li {
  width: 310px;
  float: left;
  margin-left: 60px;
  display: inline-block;
  margin-top: 26px;
}
#infomation .infomationArea_box ul li:nth-of-type(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #infomation .infomationArea_box ul li {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
  }
}
#infomation .infomationArea_box ul li a {
  display: block;
}
#infomation .infomationArea_box ul li div {
  width: 100%;
}
#infomation .infomationArea_box ul li div img {
  width: 100%;
}
#infomation .infomationArea_box ul li .infomation_date {
  font-size: 0.95rem !important;
  font-family: "FOT-ロダンNTLG Pro B", RodinNTLGPro-B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  text-align: left;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  #infomation .infomationArea_box ul li .infomation_date {
    font-size: 1.4rem !important;
  }
}
#infomation .infomationArea_box ul li .infomation_text {
  font-size: 0.75rem !important;
  font-family: "FOT-ロダンNTLG Pro DB", RodinNTLGPro-M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  text-align: left;
  line-height: 1.8;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #infomation .infomationArea_box ul li .infomation_text {
    font-size: 1.2rem !important;
  }
}
#special {
  background: #fff url("../images/sportsbg.png") center center no-repeat;
  background-size: cover;
  color: #000;
  padding: 45px 0 134px;
  position: relative;
  overflow: hidden;
}
#special:before {
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/sports.svg") left -500px top no-repeat;
  background-size: auto 1200px;
  width: 100%;
  height: 910px;
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
@media screen and (max-width: 1200px) {
  #special:before {
    background: url("../images/sports.svg") left -600px top no-repeat;
    background-size: auto 1200px;
    width: 100%;
    height: 910px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  #special:before {
    position: absolute;
    background: url("../images/sports.svg") left 50px top 20px no-repeat;
    background-size: auto auto;
    width: 100%;
    height: 260px;
    content: "";
  }
}
#special:after {
  position: absolute;
  right: 0;
  bottom: 80px;
  background: url("../images/sportshand.svg") right -150px top 0px no-repeat;
  width: 100%;
  height: 550px;
  content: "";
}
@media screen and (max-width: 767px) {
  #special:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #special {
    padding: 0;
  }
}
#special .specialArea {
  position: relative;
  z-index: 100;
}
#special .specialArea_box {
  width: 1050px;
  margin: 0 auto;
  position: relative;
}
#special .specialArea_box ul {
  width: 100%;
}
#special .specialArea_box ul .rightbox {
  padding-left: 360px;
}
@media screen and (max-width: 767px) {
  #special .specialArea_box ul .rightbox {
    padding-left: 0px;
  }
}
#special .specialArea_box ul .rightbox h2 {
  font-size: 2.7rem !important;
  font-family: "FOT-ロダンNTLG Pro B", RodinNTLGPro-B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #222;
  line-height: 1.4;
  -webkit-filter: drop-shadow(0px 0px 5px #fff);
  filter: drop-shadow(0px 0px 5px #fff);
  margin-top: 10px;
}
#special .specialArea_box ul .rightbox h2 span {
  font-size: 3.25rem !important;
  color: #f00;
}
#special .specialArea_box ul .rightbox h3 {
  font-family: "FOT-ロダンNTLG Pro B", RodinNTLGPro-B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
#special .specialArea_box ul .rightbox p {
  font-size: 0.8rem !important;
  color: #222;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #special .specialArea_box ul .rightbox p {
    font-size: 1.2rem !important;
  }
}
#special .specialArea_box ul .rightbox p.read {
  font-family: "FOT-ロダンNTLG Pro DB", RodinNTLGPro-M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: 65px;
  padding: 28px;
  background: rgba(210,210,212,0.5);
}
@media screen and (max-width: 767px) {
  #special .specialArea_box ul .rightbox p.read {
    padding: 15px 4%;
  }
}
#special .specialArea_box ul .rightbox dl {
  overflow: hidden;
  border-bottom: 1px dotted #000;
}
#special .specialArea_box ul .rightbox dl:nth-of-type(1) {
  margin-top: 30px;
  border-top: 1px dotted #000;
}
@media screen and (max-width: 767px) {
  #special .specialArea_box ul .rightbox dl {
    margin-top: 0px;
    padding: 10px 0;
  }
}
#special .specialArea_box ul .rightbox dl dt {
  float: left;
  width: 80px;
}
@media screen and (max-width: 767px) {
  #special .specialArea_box ul .rightbox dl dt {
    width: 100%;
  }
}
#special .specialArea_box ul .rightbox dl dd {
  margin-left: 30px;
  float: left;
  position: relative;
}
#special .specialArea_box ul .rightbox dl dd:before {
  content: ":";
  position: absolute;
  left: -20px;
}
@media screen and (max-width: 767px) {
  #special .specialArea_box ul .rightbox dl dd:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #special .specialArea_box ul .rightbox dl dd {
    width: 100%;
    margin-left: 0px;
  }
}
#special .specialArea_box ul .rightbox dl p {
  font-size: 0.95rem !important;
  font-family: "FOT-ロダンNTLG Pro B", RodinNTLGPro-B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 767px) {
  #special .specialArea_box ul .rightbox dl p {
    font-size: 1.2rem !important;
  }
}
#special .specialArea .special {
  width: 756px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #special .specialArea .special {
    width: 100%;
  }
}
#special .specialArea .special li {
  margin-top: 12px;
  width: 756px;
  height: 38px;
  background: url("../images/redline.svg") center center no-repeat;
  background-size: 756px auto;
  display: table;
  vertical-align: middle;
}
#special .specialArea .special li.lar {
  margin-top: 50px;
  background: rgba(255,0,0,0.8);
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #special .specialArea .special li.lar {
    margin-top: 30px;
    background: rgba(255,0,0,0.8);
    padding: 10px 0;
  }
  #special .specialArea .special li.lar p {
    font-size: 1.1rem !important;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #special .specialArea .special li {
    width: 100%;
    height: 38px;
    background: url("../images/redline.svg") center center no-repeat;
    background-size: cover;
  }
}
#special .specialArea .special li p {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-family: "FOT-ロダンNTLG Pro B", RodinNTLGPro-B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-left: 55px;
  font-size: 0.9rem !important;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #special .specialArea .special li p {
    padding: 20px;
  }
}
#special .main_bottom-app {
  width: 438px;
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  #special .main_bottom-app {
    width: 100%;
    max-width: 295px;
    line-height: 1.5;
  }
}
#special .main_bottom-app a {
  border: 1px solid #f00;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background: rgba(210,210,212,0.5) url("../images/redarrow.svg") right 40px center no-repeat;
  background-size: auto 25px;
}
@media screen and (max-width: 767px) {
  #special .main_bottom-app a {
    background: rgba(210,210,212,0.5) url("../images/redarrow.svg") right 10px center no-repeat;
    background-size: auto 25px;
  }
}
#special .main_bottom-app a span {
  color: #f00;
}
#special .main_bottom-app a span:after {
  display: none;
}
#sponsor {
  background: #000;
  position: relative;
}
#sponsor .sponsorArea_box {
  margin: 0 auto;
  width: 1050px;
  padding: 52px 0 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sponsor .sponsorArea_box {
    width: 100%;
  }
}
#sponsor .sponsorArea_box .libox {
  text-align: center;
}
#sponsor .sponsorArea_box .libox h3 {
  color: #fff;
  margin-top: 60px;
  font-size: 1.5rem !important;
}
#sponsor .sponsorArea_box ul {
  display: inline-block;
  overflow: hidden;
}
#sponsor .sponsorArea_box ul li {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #sponsor .sponsorArea_box ul li {
    margin-top: 30px;
  }
}
#sponsor .sponsorArea_box ul li img {
  width: 100%;
}
#sponsor .sponsorArea_box .gold {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#sponsor .sponsorArea_box .gold:after {
  display: inline;
  width: 45%;
  content: "";
}
#sponsor .sponsorArea_box .gold li {
  width: 250px;
  margin-top: 36px;
  float: left;
  margin-left: 20px;
}
#sponsor .sponsorArea_box .gold li:nth-of-type(1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #sponsor .sponsorArea_box .gold li {
    width: 47.5%;
    margin-left: 5%;
    margin-top: 30px;
  }
  #sponsor .sponsorArea_box .gold li:nth-of-type(odd) {
    margin-left: 0%;
  }
}
#sponsor .sponsorArea_box .silver li {
  width: 200px;
  margin-left: 20px;
  float: left;
}
@media screen and (max-width: 767px) {
  #sponsor .sponsorArea_box .silver li {
    width: 25%;
    margin-left: 5%;
  }
}
#sponsor .sponsorArea_box .silver li:nth-of-type(1) {
  margin-left: 0;
}
#overview {
  background: #000;
  color: #fff;
  padding: 74px 0 104px;
}
@media screen and (max-width: 767px) {
  #overview {
    padding: 0;
  }
}
#overview .overviewArea_box {
  width: 1050px;
  margin: 0 auto;
  position: relative;
}
#overview .overviewArea_box h2 {
  width: 100%;
  font-size: 1.9rem !important;
  font-family: "FOT-ロダンNTLG Pro B", RodinNTLGPro-B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  padding: 80px 0 54px;
}
@media screen and (max-width: 767px) {
  #overview .overviewArea_box h2 {
    text-align: left;
    padding: 0 0 20px;
    font-size: 1.7rem !important;
  }
}
#overview .overviewArea_box:before {
  content: '';
  background: url("../images/accent.svg") center center no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  width: 136px;
  height: 112px;
  right: 35px;
  top: 0;
}
@media screen and (max-width: 767px) {
  #overview .overviewArea_box:before {
    display: none;
    width: 80px;
    height: 70px;
    left: 0;
    top: 0;
  }
}
#overview .overviewArea_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.15rem !important;
  font-family: "FOT-ロダンNTLG Pro DB", RodinNTLGPro-M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.78;
  padding: 24px 110px;
}
@media screen and (max-width: 767px) {
  #overview .overviewArea_box dl {
    padding: 18px 4%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.2rem !important;
  }
}
#overview .overviewArea_box dl .astrisk {
  font-size: 0.9rem !important;
}
#overview .overviewArea_box dl dt {
  width: 140px;
}
@media screen and (max-width: 767px) {
  #overview .overviewArea_box dl dt {
    width: 30%;
  }
}
#overview .overviewArea_box dl dd {
  margin-left: 110px;
}
@media screen and (max-width: 767px) {
  #overview .overviewArea_box dl dd {
    width: 66%;
    margin-left: 4%;
    overflow: hidden;
    word-break: break-all;
    text-align: justify;
  }
}
#overview .overviewArea_box dl dd a {
  color: #fff;
  position: relative;
}
#overview .overviewArea_box dl dd a:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #overview .overviewArea_box dl dd a:after {
    width: 10px;
    height: 10px;
  }
}
#overview .overviewArea_box dl + dl {
  border-top: none;
}
#map {
  background: #000;
  position: relative;
}
#map .mapArea_box {
  margin: 0 auto;
  width: 1050px;
  padding: 55px 0 68px;
  position: relative;
}
#map .mapArea_box div {
  width: 100%;
  margin-top: 42px;
}
#map .mapArea_box div img {
  width: 100%;
}
#provide {
  background: #000 url("../images/provide_bg.jpg") bottom right no-repeat;
  color: #fff;
  padding: 75px 0 184px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #provide {
    padding: 70px 0 90px;
  }
}
#provide .provideArea_box {
  width: 1050px;
  margin: 0 auto;
  position: relative;
}
#provide .provideArea_box:before {
  content: '';
  background: url("../images/accent.svg") center center no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  width: 136px;
  height: 112px;
  left: 107px;
  top: 0;
}
@media screen and (max-width: 767px) {
  #provide .provideArea_box:before {
    width: 80px;
    height: 70px;
    left: 0;
    top: 0;
  }
}
#provide .main_bottom-app {
  width: 390px;
  margin-top: 0;
  padding-top: 131px;
}
@media screen and (max-width: 767px) {
  #provide .main_bottom-app {
    width: 100%;
    max-width: 370px;
    padding-top: 50px;
  }
}
#googlemap {
  background: #000;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  #googlemap {
    padding-top: 50px;
  }
}
#googlemap .h2_mark {
  width: 1050px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  #googlemap .h2_mark {
    width: 92%;
  }
}
#contact {
  background: #000;
  position: relative;
}
#contact .contactArea_box {
  margin: 0 auto;
  width: 1050px;
  padding: 35px 0 126px;
  position: relative;
}
#contact .contactArea_box p {
  font-size: 0.75rem !important;
  font-family: "FOT-ロダンNTLG Pro DB", RodinNTLGPro-M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #contact .contactArea_box p {
    font-size: 1.2rem !important;
  }
}
#contact .main_bottom-app {
  width: 294px;
  margin-top: 104px;
}
@media screen and (max-width: 767px) {
  #contact .main_bottom-app {
    width: 100%;
    max-width: 294px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  section .infomationArea_box,
  article .infomationArea_box,
  section .specialArea_box,
  article .specialArea_box,
  section .sponsorArea_box,
  article .sponsorArea_box,
  section .overviewArea_box,
  article .overviewArea_box,
  section .mapArea_box,
  article .mapArea_box,
  section .provideArea_box,
  article .provideArea_box,
  section .contactArea_box,
  article .contactArea_box {
    width: 92% !important;
    margin: 0 auto;
    padding: 50px 0 70px !important;
  }
}
.swiper-container {
  width: 1050px;
  color: #fff;
  margin: 34px auto 0;
  background: RGBa(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 25px 0 15px;
}
@media screen and (max-width: 767px) {
  .swiper-container {
    width: 100%;
    padding: 25px 4% 15px;
  }
}
.swiper-container .swiper-slide {
  width: 950px;
}
@media screen and (max-width: 767px) {
  .swiper-container .swiper-slide {
    width: 90%;
  }
}
.swiper-container h3 {
  font-size: 1.1rem !important;
  font-family: "FOT-ロダンNTLG Pro DB", RodinNTLGPro-M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  line-height: 1.5;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,1,0.3));
  filter: drop-shadow(0px 0px 10px rgba(0,0,1,0.3));
}
@media screen and (max-width: 767px) {
  .swiper-container h3 {
    font-size: 1.3rem !important;
  }
}
.swiper-container p {
  font-size: 0.85rem !important;
  line-height: 1.5;
  color: #fff;
  margin-top: 10px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,1,0.3));
  filter: drop-shadow(0px 0px 10px rgba(0,0,1,0.3));
}
@media screen and (max-width: 767px) {
  .swiper-container p {
    font-size: 1rem !important;
  }
}
.swiper-container p.ast {
  font-size: 0.75rem !important;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .swiper-container p.ast {
    font-size: 0.65rem !important;
  }
}
.swiper-container .slider_box {
  width: 800px;
  margin: 30px auto 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .swiper-container .slider_box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container .slider_box_wrapbox {
    width: 80%;
    margin: 0 auto;
  }
}
.swiper-container figure {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .swiper-container figure {
    width: 100%;
  }
}
.swiper-container figure img {
  height: 80px;
}
.swiper-container dl {
  width: 850px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .swiper-container dl {
    width: 80%;
  }
}
.swiper-container dl dt {
  float: left;
}
@media screen and (max-width: 767px) {
  .swiper-container dl dt {
    width: 100%;
  }
}
.swiper-container dl dd {
  margin-left: 50px;
  float: left;
}
@media screen and (max-width: 767px) {
  .swiper-container dl dd {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container .swiper-wrapper {
    width: 90%;
  }
}
