@charset "UTF-8";
/*=============================
レスポンシブ
=============================*/
@media screen and (max-width: 905px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 905px) {
  .sp {
    display: block;
  }
}

/*=============================
共通
=============================*/
body {
  font-family: serif;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

@media screen and (max-width: 905px) {
  body {
    font-size: 14px;
  }
}

.inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 905px) {
  .inner {
    max-width: 600px;
  }
}

.section {
  padding: 40px 0px;
}

@media screen and (max-width: 905px) {
  .section {
    padding: 30px 0px;
  }
}

.section_title {
  text-align: center;
  font-size: 60px;
  color: #b10011;
  font-weight: 500;
}

@media screen and (max-width: 905px) {
  .section_title {
    font-size: 30px;
  }
}

.section_sub {
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
  color: #b10011;
  font-weight: 500;
}

@media screen and (max-width: 905px) {
  .section_sub {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

a:hover {
  opacity: 0.7;
}

/*=============================
header
=============================*/
header {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 25px;
}

@media screen and (max-width: 905px) {
  header {
    padding: 10px 15px;
  }
}

header .header_left {
  width: 200px;
}

@media screen and (max-width: 905px) {
  header .header_left {
    width: 110px;
  }
}

header .header_right {
  width: 230px;
}

@media screen and (max-width: 905px) {
  header .header_right {
    width: 130px;
  }
}

/*=============================
concept
=============================*/
.concept {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 50px 0px;
}

@media screen and (max-width: 905px) {
  .concept {
    background-size: contain;
    padding: 30px 0px;
  }
}

.concept h1 {
  font-size: 40px;
  margin-bottom: 25px;
}

@media screen and (max-width: 905px) {
  .concept h1 {
    font-size: 24px;
  }
}

.concept h1 span {
  color: transparent;
}

.concept p {
  margin-bottom: 25px;
}

.concept p:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 905px) {
  .concept p {
    text-align: justify;
    margin-bottom: 20px;
  }
}

/*=============================
market
=============================*/
.market {
  background-color: #EAE3D6;
  padding: 40px 0 0px;
}

@media screen and (max-width: 905px) {
  .market {
    padding: 30px 0 0px;
  }
}

.market p {
  text-align: justify;
  margin-bottom: 20px;
}

.market .img_wrapper {
  margin: 40px auto 0;
  width: 80%;
}

@media screen and (max-width: 905px) {
  .market .img_wrapper {
    width: 100%;
  }
}

.market .img_wrapper img {
  margin-bottom: 30px;
}

.market .img_wrapper .graph02 {
  margin-left: 15px;
}

@media screen and (max-width: 905px) {
  .market .img_wrapper .graph02 {
    margin-left: 6px;
  }
}

/*=============================
web
=============================*/
.web {
  margin-bottom: 30px;
}

@media screen and (max-width: 905px) {
  .web {
    margin-bottom: 0px;
  }
}

.web .caption {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: normal;
}

.web .web_box {
  background-color: #EAE3D6;
  padding: 30px 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 905px) {
  .web .web_box {
    padding: 15px 30px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
}

.web .web_box h3 {
  text-align: center;
  font-size: 24px;
  color: #b10011;
  margin-bottom: 20px;
}

@media screen and (max-width: 905px) {
  .web .web_box h3 {
    font-size: 16px;
  }
}

.web .web_box .web_wrapper01 {
  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: 905px) {
  .web .web_box .web_wrapper01 {
    display: block;
  }
}

.web .web_box .web_wrapper01 .web_wrapper01_left {
  width: 45%;
}

@media screen and (max-width: 905px) {
  .web .web_box .web_wrapper01 .web_wrapper01_left {
    width: 100%;
    margin-bottom: 35px;
  }
}

.web .web_box .web_wrapper01 .web_wrapper01_left a {
  margin-top: 20px;
  display: block;
}

@media screen and (max-width: 905px) {
  .web .web_box .web_wrapper01 .web_wrapper01_left a {
    margin-top: 15px;
  }
}

.web .web_box .web_wrapper01 .web_wrapper01_right {
  width: 45%;
}

@media screen and (max-width: 905px) {
  .web .web_box .web_wrapper01 .web_wrapper01_right {
    width: 100%;
  }
}

.web .web_box .web_wrapper01 .web_wrapper01_right a {
  margin-top: 20px;
  display: block;
}

@media screen and (max-width: 905px) {
  .web .web_box .web_wrapper01 .web_wrapper01_right a {
    margin-top: 15px;
  }
}

.web .web_wrapper02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

@media screen and (max-width: 905px) {
  .web .web_wrapper02 {
    margin-bottom: 10px;
    display: block;
  }
}

.web .web_wrapper02 .web_wrapper02_left {
  width: 60%;
}

@media screen and (max-width: 905px) {
  .web .web_wrapper02 .web_wrapper02_left {
    width: 100%;
    margin-bottom: 15px;
  }
}

.web .web_wrapper02 .web_wrapper02_left h1 {
  color: #b10011;
  font-size: 23px;
}

@media screen and (max-width: 905px) {
  .web .web_wrapper02 .web_wrapper02_left h1 {
    font-size: 15px;
  }
}

.web .web_wrapper02 .web_wrapper02_right {
  width: 35%;
}

@media screen and (max-width: 905px) {
  .web .web_wrapper02 .web_wrapper02_right {
    width: 90%;
    margin: 0 auto;
  }
}

.web .nomucom img {
  margin-bottom: 40px;
}

@media screen and (max-width: 905px) {
  .web .nomucom img {
    margin: 0 auto 30px;
  }
}

.web .nomucom .web05_sp {
  width: 90%;
  margin-bottom: 10px;
}

.web .nomucom .web_caption {
  font-size: 10px;
  line-height: 1.2;
}

@media screen and (max-width: 905px) {
  .web .nomucom .web_caption {
    margin-top: -10px;
  }
}

/*=============================
info
=============================*/
.info {
  background: #EAE3D6;
  padding: 50px 0;
}

.info .info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

@media screen and (max-width: 905px) {
  .info .info_wrapper {
    display: block;
  }
}

.info .info_wrapper a {
  display: block;
  width: 31%;
}

@media screen and (max-width: 905px) {
  .info .info_wrapper a {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .info .info_wrapper a:last-child {
    margin-bottom: 0px;
  }
}

.info .more {
  width: 25%;
  margin: 0 auto;
  margin-top: 35px;
}

@media screen and (max-width: 905px) {
  .info .more {
    width: 70%;
    margin-top: 25px;
  }
}

/*=============================
net
=============================*/
@media screen and (max-width: 905px) {
  .net .section_sub {
    font-size: 18px;
  }
}

.net .net_wrapper01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 905px) {
  .net .net_wrapper01 {
    display: block;
  }
}

.net .net_wrapper01 .net_wrapper01_left {
  width: 48%;
}

@media screen and (max-width: 905px) {
  .net .net_wrapper01 .net_wrapper01_left {
    width: 100%;
  }
}

.net .net_wrapper01 .net_wrapper01_left .net_wrapper01_left_item {
  margin-bottom: 50px;
}

@media screen and (max-width: 905px) {
  .net .net_wrapper01 .net_wrapper01_left .net_wrapper01_left_item {
    margin-bottom: 20px;
  }
}

.net .net_wrapper01 .net_wrapper01_left .net_wrapper01_left_item h4 {
  font-size: 22px;
  font-weight: 500;
  color: #b10011;
  margin-bottom: 10px;
}

@media screen and (max-width: 905px) {
  .net .net_wrapper01 .net_wrapper01_left .net_wrapper01_left_item h4 {
    font-size: 15px;
  }
}

.net .net_wrapper01 .net_wrapper01_left .net_wrapper01_left_item p {
  text-align: justify;
}

.net .net_wrapper01 .net_wrapper01_right {
  width: 48%;
}

@media screen and (max-width: 905px) {
  .net .net_wrapper01 .net_wrapper01_right {
    width: 80%;
    margin: 0 auto;
  }
}

/*=============================
net_team
=============================*/
@media screen and (max-width: 400px) {
  .net_team {
    background: #EAE3D6;
    padding: 30px 15px 20px;
  }
}

.net_team .inner {
  background: #EAE3D6;
  padding: 50px 60px;
}

@media screen and (max-width: 400px) {
  .net_team .inner {
    padding: 0px;
  }
}

.net_team .net_team_title {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #b10011;
  margin-bottom: 25px;
}

.net_team h3 {
  text-align: center;
  font-weight: 500;
  color: #b10011;
  margin-bottom: 25px;
}

@media screen and (max-width: 400px) {
  .net_team h3 {
    font-size: 14px;
  }
}

.net_team p {
  margin-bottom: 30px;
}

.net_team img {
  margin-bottom: 30px;
}

/*=============================
match
=============================*/
.match {
  margin-top: 20px;
}

@media screen and (max-width: 905px) {
  .match {
    margin-top: 0;
  }
}

.match .match01_wrapper {
  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: 905px) {
  .match .match01_wrapper {
    display: block;
  }
}

.match .match01_wrapper .match01_wrapper_left {
  width: 48%;
}

@media screen and (max-width: 905px) {
  .match .match01_wrapper .match01_wrapper_left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.match .match01_wrapper .match01_wrapper_left h4 {
  font-size: 20px;
  color: #b10011;
  margin-bottom: 10px;
}

@media screen and (max-width: 905px) {
  .match .match01_wrapper .match01_wrapper_left h4 {
    font-size: 15px;
  }
}

.match .match01_wrapper .match01_wrapper_right {
  width: 48%;
}

@media screen and (max-width: 905px) {
  .match .match01_wrapper .match01_wrapper_right {
    width: 100%;
  }
}

/*=============================
contact
=============================*/
.contact {
  margin: 50px auto 70px;
}

@media screen and (max-width: 905px) {
  .contact {
    margin: 40px auto;
  }
}

.contact .contact_title {
  color: #b10011;
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 905px) {
  .contact .contact_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.contact .contact_wrapper {
  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: 905px) {
  .contact .contact_wrapper {
    display: block;
  }
}

.contact .contact_wrapper a {
  width: 48%;
  display: block;
}

@media screen and (max-width: 905px) {
  .contact .contact_wrapper a {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*=============================
map
=============================*/
.map iframe {
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
}

@media screen and (max-width: 905px) {
  .map iframe {
    margin-bottom: 0px !important;
    height: 350px;
  }
}

/*=============================
footer
=============================*/
footer {
  padding-top: 20px;
  padding-bottom: 30px;
}

footer .footer_title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
  color: #b10011;
}

@media screen and (max-width: 905px) {
  footer .footer_title {
    font-size: 18px;
  }
}

footer .way_sp {
  width: 70%;
  margin: 0 auto;
}

footer a {
  width: 60%;
  margin: 0 auto;
  display: block;
  margin-top: 80px;
  max-width: 500px;
}

@media screen and (max-width: 905px) {
  footer a {
    width: 85%;
    max-width: 350px;
  }
}
/*# sourceMappingURL=style.css.map */