@charset "UTF-8";
/*-----------------------------------

	base

-----------------------------------*/
html {
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-size: 1.5em;
  color: #000000;
  line-height: 2;
  /*letter-spacing: 0.04em;*/
  font-weight: 600;
  background: #fdf3e9;
  margin: 0 !important;
  width: 100%;
  overflow: hidden;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
a, a:link, a:visited {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.left {
  float: left;
}
.right {
  float: right;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 13px;
    font-size: 1.3em;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*-----------------------------------

	mainvisual

-----------------------------------*/
#mainvisual {
  text-align: center;
  background: url(../img/mainvisual_bg.png) center -200px / contain no-repeat;
  position: relative;
}
#mainvisual h1 {
  width: 1000px;
  max-width: 95%;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #mainvisual {
    background: url(../img/mainvisual_bg.png) center 50px / contain no-repeat;
  }
}
/*-----------------------------------

	about

-----------------------------------*/
#about {
  margin-top: -9%;
	
}
#about .contents_inner {
	position: relative;
}
#about .inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
#about p {
	font-size: 23px;
	line-height: 2.2;
	margin-bottom: 40px;
}
#about .privilege {
  width: 213px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -25px;
  right: 0;
}
#about .logo {
  width: 724px;
  padding-bottom: 40px;
}
#about .time {
  width: 916px;
  margin: 0 auto;
  display: block;
  padding-bottom: 34px;
}
@media screen and (max-width: 980px) {
  #about .logo {
    width: 483px;
  }
  #about .privilege {
    width: 180px;
    top: -20px;
  }
}
@media screen and (max-width: 640px) {
  #about {
    margin-top: -50px;
  }
  #about .privilege {
    position: static;
  }
  #about .logo {
    padding-bottom: 20px;
  }
  #about .time {
    /*width: 323px;*/
    padding-bottom: 35px;
    padding-top: 30px;
  }
	#about p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}
}
@media screen and (max-width: 430px) {
  #about .logo {
    width: 297px;
  }
}
/*-----------------------------------

	bnr

-----------------------------------*/
.bnr {
  text-align: center;
}
.bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 80px;
}
.bnr ul li {
  width: calc((100% - 20px) / 2);
  text-align: center;
}
.bnr ul li img {
  width: 535px;
}
@media screen and (max-width: 640px) {
  .bnr ul li {
    width: 100%;
  }
}
/*-----------------------------------

	event

-----------------------------------*/
#event {
  text-align: center;
  position: relative;
  padding-bottom: 195px;
  margin-top: -115px;
}
/*#event .contents_inner {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
}*/
#event:before {
  content: "";
  background: url("../img/event_bg.png") top center / cover no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
#event ul {
  padding-top: 285px;
}
#event ul li:not(:first-child) {
  padding-top: 70px;
}
#event a {
  display: inline-block;
}
@media screen and (max-width: 840px) {
  #event:before {
    background: url("../img/event_bg.png") top center / contain no-repeat;
  }
}
@media screen and (max-width: 640px) {
  #event {
    padding: 45px 0;
	margin-top: 0;
  }
  #event:before {
    content: none;
  }
  #event ul {
    padding-top: 0;
  }
  #event ul li:not(:first-child) {
    padding-top: 40px;
  }
}
/*-----------------------------------

	enterprise

-----------------------------------*/
#enterprise {
  text-align: center;
}
#enterprise .contents_inner {
  position: relative;
  padding: 65px 0 85px;
}
#enterprise .contents_inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 9px;
  background: url(../img/about_line.png) center center / cover no-repeat;
}
#enterprise .contents_inner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: url(../img/about_line.png) center center / cover no-repeat;
}
#enterprise h2 {
  font-size: 38px;
  line-height: 1;
	font-weight: 800;
}
#enterprise ul {
  width: 570px;
  max-width: 100%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
#enterprise ul li {
  width: calc((100% - 20px) / 2);
  text-align: center;
}
#enterprise ul li img {
  width: 240px;
}
#enterprise ul li p {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 500;
}
#enterprise .link_btn {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  background: #f4c200;
  font-size: 24px;
  display: block;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  #enterprise .contents_inner {
    padding: 35px 0 55px;
  }
  #enterprise .contents_inner:before, #enterprise .contents_inner:after {
    height: 5px;
  }
  #enterprise h2 {
    font-size: 26px;
  }
  #enterprise ul {
    gap: 55px;
  }
  #enterprise ul li {
    width: 100%;
  }
  #enterprise .link_btn {
    width: 320px;
    font-size: 14px;
    padding: 15px 0;
  }
}
/*-----------------------------------

	sponsor

-----------------------------------*/
#sponsor {
  padding-top: 65px;
}
#sponsor h2 {
  font-size: 38px;
  line-height: 1;
  text-align: center;
}
#sponsor .intro_text {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  margin-top: 40px;
}
#sponsor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}
#sponsor ul li {
  width: calc((100% - (30px * 3)) / 4);
}
/*#sponsor ul li img {
  width: 240px;
}*/
#sponsor .company_box {
  width: 950px;
  max-width: 100%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#sponsor .company_box p {
  font-size: 19px;
  width: calc((100% - (20px * 3)) / 4);
  text-align: center;
}
#sponsor .text_box {
  margin-top: 20px;
}
#sponsor .text_box a, #sponsor .text_box p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 400;
  padding-left: 15px;
  position: relative;
  margin-right: 13px;
  display: inline-block;
}
#sponsor .text_box a:before, #sponsor .text_box p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("../img/sponsor_icon.png") center center / cover no-repeat;
}
#sponsor .note {
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  #sponsor h2 {
    font-size: 26px;
  }
  #sponsor ul li {
    width: calc((100% - 30px) / 2);
  }
  #sponsor .text_box {
    margin-top: 30px;
  }
  #sponsor .text_box a, #sponsor .text_box p {
    margin-bottom: 25px;
  }
  #sponsor .note {
    font-size: 12px;
  }
  #sponsor .company_box {
    margin: 30px auto 0;
    gap: 10px;
  }
  #sponsor .company_box p {
    font-size: 15px;
    width: 100%;
  }
}
/*-----------------------------------

	footer

-----------------------------------*/
footer {
  padding: 80px 0 30px;
  text-align: center;
}
footer .contents_inner {
  max-width: 600px;
}
footer img {
  width: 143px;
  margin: 0 auto;
}
footer .title {
  font-size: 22px;
  line-height: 1;
  margin-top: 30px;
}
footer .text {
  font-size: 17px;
  line-height: 1.8;
  text-align: center;
  margin-top: 20px;
}
footer small {
  font-size: 12px;
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 640px) {
  footer {
    padding: 40px 0 30px;
  }
  footer img {
    width: 95px;
  }
  footer .title {
    font-size: 15px;
  }
  footer .text {
    font-size: 12px;
  }
}