* {
    box-sizing: border-box;
  }
  
  
  body {
    font-family: "BIZ UDPGothic";
    font-size: 16px;
  }
  
  header {
    width:100%;
    background-color:#EB3023;
    color:#fff;
    position:fixed;
    z-index: 100;
    top: 0;
  }
  
  .header-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .logo {
    width: 50px;
    height: 60px;
    margin: 10px 0;
  }
  .header-title  h1 {
    font-size: 48px;
    font-family: "Roboto";
    margin-left: 10px;
  }

  .inner {
    display: none;
  }

  .header-list {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .header-list ul {
    display: flex;
    font-size: 24px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
  }

  .header-list li {
    width: 20%;
    background-color: #EB3023;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 20px 0;
  }  

  .header-list ul li:hover {
    background-color: #F27F77;
    border-radius: 10px;
    padding: 20px 0;
  }

  .menu-icon {
    color:white;
    font-size:25px;
  }

  .slide {
    position:relative;
    width: 100%;
    height: calc(100vh - 147px);
    overflow: hidden;
    margin-top: 147px;
  }

  .slide div {
    position: relative;
    height: 100%;
  }

  .slide img {
    width:100%;
    height: 100%;
    position:absolute;
    transition:all 1s ease-in-out;
    object-fit:cover;
    object-position: top;
  }

  
  #slide_speed {
    display: none;
  }

  .news-wrapper {
    width: 100%;
    display: flex;
  }

  .news-heading  {
    width: 50%;
    text-align: center;
    margin: 100px auto;
  }

  .news-heading h1 {
    font-size: 96px;
    font-family: "Montserrat";
    color: #EB3023;
  }

.news {
  width: 50%;
  margin-top: 30px;
}

.news-page-text {
  display:flex;
}

.news-date  {
  color: #928D85;
  width: 25%;
  font-size: 16px ;
}

.news-page {
  color: #000000;
  padding-left: 20px;
}

.page-text a{
  width: 100%;
  display: block;
}

.border {
  width: 90%;
  margin-top: 20px;
  border-top: 1px solid #3C87EA;
}

.team-wrapper {
  width: 100%;
  display: flex;
  background-color: #EB3023;
}

.team-photo  {
  width: 50%;
  height: auto;
  overflow: hidden;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-page {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:flex-start;  
}

.team-title {
  margin-top: 150px;
  white-space: nowrap;
}

.team-title h1 {
  background-color: #fff;
  padding: 10px 20px;
  font-size: 75px;
  color: #EB3023;
  width: calc(100% - 230px);
  margin: 0 0 0 -100px;
  display: inline;
  
}

.team-text {
  width: 90%;
  margin: auto;
}

.team-text p {
  color: #fff;
  line-height:260%;
  text-align: center;
}

.activity-wrapper {
  width: 100%;
}

.activity-title {
  width: 100%;
  background-color: #3C87EA;
  display: flex;
  overflow:hidden;
}

.activity-title-text {
  width: 50%;
  white-space: nowrap;
  position:relative;
  z-index: 10;
  text-align: right;
  width: calc(50% + 100px);
  margin: 250px -100px 0 0;
}

.activity-title-text h1 {
  padding: 10px 20px;
  background-color: #fff;
  font-size: 75px;
  color: #000000;
  display: inline;
}

/*.activity-title-photo::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 135px solid transparent;
  border-bottom: 600px solid #3C87EA;
  position: absolute;
  z-index: 9;
  left: 0px;
  top:0; 
}*/

.activity-title-photo  {
  object-fit: cover; 
  position: relative;
  right: 0;
  clip-path: polygon(0% 0%,85% 0%,100% 100%,15% 100%);
}

/*.activity-title-photo::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 135px solid transparent;
  border-top: 600px solid #3C87EA;
  position: absolute;
  z-index: 9;
  right:0;
  bottom: 0;;
}*/

.activity-training {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  filter: contrast(100%);
} 

.activity-training-photo {
  box-sizing: border-box;
  width: 60%;
  min-height: 60Vh;
  position: relative;
  margin: 30px auto;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.activity-training-photo img {
 width: 100%;
 height: 100%;
 position: absolute;
 object-fit: cover;
}

.activity-training-time,
.activity-training-place {
  width: 500px;
  height: 150px;
  border-radius: 5px;
  position: absolute;
  z-index: 5;
}
  /*フェードイン
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/*フェードイン
.activity-training-time.visible,
.activity-training-place.visible {
    opacity: 1;
    transform: translateY(0);
}*/

.activity-training-time {
  background-color: #EB3023;
  margin: 60px -130px 0 0px;
  top: 0;
  right: 0;
}

.activity-training-place {
  background-color: #3C87EA;
  margin: 250px 0 0 -130px;
}

.activity-training-time-title,
.activity-training-place-title {
  width: 150px;
  height: 50px;
  background-color: #fff;
  border-radius:25px;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center; 
  margin: -30px auto 0;
}

.activity-training-time-title p {
  color: #EB3023; 
}

.activity-training-place-title p {
  color: #3C87EA;
}

.activity-training-container {
  display: flex;
  color: #fff;
}

.training-time-icon {
  width: 20%;
  margin: 20px 15px;
}

.activity-training-time img {
  width: 80px;
  height: 80px;
}

.training-time-container {
  width: 100%;
}

.activity-training-time dl {
  display: flex;
}

.thursday dt,
.sunday dt{
  margin: 30px 0 0 60px;
}

.thursday dd,
.sunday dd {
  margin: 30px 0 0 20px;
}

.training-place-container {
  width: 80%;
}

.training-place-icon {
  width: 20%;
  margin: 20px 15px;
}

.activity-training-place img {
  width: 80px;
  height: 80px;
}

.place1,
.place2  {
  display: flex;
}

.place1 {
  margin: 25px 0 0 5px;
}

.place2 {
  margin: 25px 0 0 5px; 
}

.place1 dd,.place2 dd {
  margin-left: 50px;
}

.kome {
  font-size: 12px;
  color: #fff;
  margin: 20px 0 0 55px;
}

.activity-training-mark  {
  font-size: 130px;
  letter-spacing:-10px;
  margin: 0px 0 0 100px ;
  transform: rotate(-17deg);
  opacity: 0.1;
  position: absolute;
  z-index: 10;
  bottom: 100px;
  right: -200px;
}

.activity-training-mark img,
.activity-match-mark img,
.activity-event-mark img {
  font-family: 'Roboto';
}

.activity-match {
  width: 100%;
  background-color: #fff;
  margin-top: 50px;
}

.match-photo1,
.match-photo2 {
  display: flex;
}

.match-photo2 {
  width: 600px;
}

.match-photo1 ul,
.match-photo2 ul {
  width: 80%;
}

.activity-match-photo1 {
  width: 810px;
  height: auto;
  border-radius:5px;
  margin-left: -400px;
}

.activity-match-photo2 {
  width: 800px;
  height: auto;
  margin: 100px 0 0 0 ;
  border-radius:5px
}

.month4-8,
.month9-3 {
  position: relative;
  z-index: 10;
}

.month4-8 {
  width: 70%;
}

.month9-3 {
  width: 100%;
}

.year ,.month4 ,.month5 ,.month6 ,.month7 ,.month8 ,.month9
 ,.month10 ,.month11 ,.month12 ,.month1 ,.month2 ,.month3  {
  width: 450px;
  background-color: #3C87EA;
  z-index: 3;
  overflow: visible;
  display: flex;
  border-radius: 5px;
}

.year {
  margin: 30px 0 0 50px;
}

.month4 {
  margin: 30px 0 0 100px;
}

.month5 {
  margin: 30px 0 0 150px;
}

.month6 {
  margin: 30px 0 0 200px;
}

.month7 {
  margin: 30px 0 0 250px;
}

.month8 {
  margin: 30px 0 0 300px;
}

.month9 {
  margin: 30px 0 0 0px;
}

.month10 {
  margin: 30px 0 0 50px;
}

.month11 {
  margin: 30px 0 0 100px;
}

.month12 {
  margin: 30px 0 0 150px;
}

.month1 {
  margin: 30px 0 0 200px;
}

.month2 {
  margin: 30px 0 0 250px;
}

.month3 {
  margin: 30px 0 0 300px;
}

.activity-match-kome {
  width: 450px;
  font-size: 14px;
  margin: 20px 0 20px 320px ;
}

.activity-match-kome li {
  width: 100%;
  margin: 10px 45px 0 0 ;
}

.yearly,.month,.month10-12 {
  width: 90px;
  height: 90px;
  background-color: #D9D9D9;
  border-radius:50%;
  margin: -25px 0 0 -15px;
  font-family: 'Alkatra';
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center; 
}

.yearly {
  font-size: 36px;
}

.month {
  font-size: 56px;
}

.month10-12 {  
  font-size: 45px;
}

.gatu {
  font-size: 24px;
  padding: 20px 0 0 0px ;
}

.month-text,.month-text2 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.month-text {
  margin: 30px auto ;
}

.month-text2 {
  margin: 15px auto;
}

.activity-match-mark {
  font-family: 'Roboto';
  font-size: 180px;
  letter-spacing:-10px;
  margin: 0px 0 0 200px ;
  opacity: 0.1;
  position: absolute;
  z-index: 6;
}

.activity-event {
  width: 100%;
  background-color: #EB3023;
  margin-top: 50px;
}

.activity-event-title {
  width: 100%;
  padding: 60px 20px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.activity-event-title p {
  color: #EB3023;
  background-color: #fff;
  font-size: 20px;
  padding: 30px;
  border-radius: 5px;
}

.activity-event-wrapper {
  width: 100%;
  display: flex;
}

.activity-event-wrapper1 {
  width: 33%;
}
.activity-event-wrapper2 {
  width: 34%;
  margin: 0 auto;
}
.activity-event-wrapper3 {
  width: 33%;
} 

.activity-event-photo1 img,
.activity-event-photo2 img,
.activity-event-photo3 img{
  width: 400px;
  height: auto;
  border-radius: 45px;
}

.activity-event-photo1 {
  text-align: right;
  margin-bottom: 20px;
}

.activity-event-photo2 img{
  margin: 0 auto;
}

.activity-event-photo3 {
  margin:0px 0 20px 0px;
}

.event-content-back1 {
  background-color: #fff;
  padding: 53px 0 220px 30%;
  height: 500px;
}

.event-content-back2 {
  background-color: #fff;
  padding: 45px 0 220px ;
  text-align: center;
  height: 500px;
}

.event-content-back3 {
  background-color: #fff;
  padding: 53px 30% 220px 0;
  height: 500px;
}

.activity-event-content1,
.activity-event-content2,
.activity-event-content3 {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  text-align: center;
}

.activity-event-content1 {
  background-color: #EB3023;
  margin-left: auto;
  margin-right: 75px;
  
}

.activity-event-content2 {
  margin: 25px auto 45px;
  background-color: #fff;
}

.activity-event-content3 {
  background-color: #EB3023;
   margin-left: 75px;
  margin-right: auto;
}

.content-title1 p,
.content-title3 p {
  color: #fff;
  font-size: 20px;
  padding-top: 45px;
}

.content-title2 {
  color: #EB3023;
  font-size: 20px;
  padding-top: 45px;
}

.content-text1 {
  color: #fff;
}

.content-text1 li {
  margin-top: 20px;
}

.content-text2 {
  color: #EB3023;
  margin-top: 35px;
  line-height:200%;
}

.content-text3 {
  color: #fff;
  margin-top: 20px;
  line-height:200%;
}

.activity-event-mark {
  font-family: 'Roboto';
  font-size: 180px;
  letter-spacing:-10px;
  margin: -100px 0 0 -100px ;
  transform: rotate(14.7deg);
    opacity: 0.1;
  position: absolute;
  z-index: 6;
}

.join-wrapper {
  width: 100%;
}

.join-title {
  background-color: #3C87EA;
}

.join-title-photo{
  width: 95%;
  height: auto;
}

.join-title-text1 {
  margin: -150px 100px 0 0px ;
  position: relative;
  z-index: 10; 
  text-align: right;
}

.join-title-text1 h1 {
  font-size: 50px;
  color: #000000;
  background-color: #fff;
  padding: 20px 30px;
  font-weight: bold;
  display: inline-block;
}

.join-title-color {
  color: #EB3023;
}

.join-title-text2 {
  padding-bottom: 100px;
  margin: 50px 0 0 40%;
}

.join-title-text2 p {
  color: #fff;
  line-height:260%;
  text-align: center;
}

.join-flow {
  width: 95%;
  background-color: #B3CDF1;
  margin: 103px auto 0 ;
  padding-bottom: 45px;
  border-radius: 5px;
}

.join-flow-title {
  font-size: 32px;
  text-align: center;
  padding: 60px 0 70px;
  font-weight: bold;
}

.join-flow-wrapper {
  display: flex;
}

.join-flow-wrapper1,
.join-flow-wrapper2,
.join-flow-wrapper3 {
  background-color: #fff;
  border-radius: 5px;
  width: 25%;
  position: relative;
}

.join-flow-wrapper1 {
  margin-left: 30px;
}

.join-flow-wrapper3 {
  margin-right: 30px;
 }

 .join-flow-text1 p,
 .join-flow-text2 p,
 .join-flow-text3 p {
  margin: 60px auto 50px;
  line-height:180%;
 }

 .join-flow-arrow1 img,
 .join-flow-arrow2 img {
  width: 100px;
  height: 100px;
  transform: rotate(180deg);
}

.join-flow-arrow1,
.join-flow-arrow2 {
  width: 10%;
  margin:0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.join-flow-wrapper4 {
  width: 40%;
  background-color: #fff;
  padding: 25px 20px;
  margin: 55px auto 0 ;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.join-flow-wrapper4 a {
  color: #001AFF;
  text-decoration: underline;
  text-align: center;
  margin-left: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.join-flow-wrapper4 a:hover {
  color: #8e80f6;
}

.hexagon {
	position: absolute;
  top:-45px;
  transform: translate(-50%);
  margin: 0 50% 0;
	width: 50px;
	height: 88px;
	background: #3C87EA;
}
.join-flow-photo1,
.join-flow-photo2,
.join-flow-photo3,
.join-price-photo,
.join-tool-photo {
	width: 60px;
  height: 60px;
	color: #fff;	
	position: relative;
	z-index: 1;
}

.hexagon::before,
.hexagon::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
 	left: 0;
	background: #3C87EA;
	z-index: 0;
}
.hexagon::before {
	transform: rotate(60deg);
}
.hexagon::after {
	transform: rotate(-60deg);
}

.hexagon img {
  margin: 15px 0 0 -5px;
 }

.join-flow-wrapper1 p,
.join-flow-wrapper2 p,
.join-flow-wrapper3 p,
.join-price-container p,
.join-tool-container p {
  display: flex;
  justify-content: center;
  align-items: center; 
  text-align: center;
}

.join-pt {
  display: flex;
  margin-top: 47px; 
}

.join-price,
.join-tool {
  width: 50%;
}

.join-price-container,
.join-tool-container {
  width: 90%;
  background-color: #B3CDF1;
  border-radius: 5px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.join-price-wrapper,
.join-tool-wrapper {
  width: 70%;
  height: 350px;
  background-color: #fff;
  border-radius: 5px;
  margin:0 auto ;
  text-align: center;
  position: relative;
  padding-top: 55px;
}

.join-price-wrapper li,
.join-tool-wrapper li {
  margin-top: 20px;
}

.join-flow-kome {
  font-size: 12px;
  margin-top: 15px;
  line-height: 200%;
}

.contact-wrapper {
  width: 100%;
  margin-top: 150px;
  text-align: center;
}


.contact-red {
  width: 100%;
  height: 15px;
  background-color: #EB3023;
}

.contact-blue {
  width: 100%  ;
  height: 15px;
  background: #3C87EA;
}

.contact-title {
  width: 400px;
  background-color: #fff;
  margin: -40px auto 0; 
  
}

.contact-title h1 {
  font-size: 48px;
  color: #3C87EA;
  font-family: "Montserrat";
}

.contact-text1 {
  font-size: 24px;
  margin-top: 70px;
}

.contact-line  {
  margin-top: 30px;
}

.contact-text2 {
  font-size: 12px;
  margin-top: 10px;
}

.contact-photo {
  width: 40%;
  height: auto;
  margin: 50px 0 50px;
  opacity: 0.5;
}

footer {
  width: 100%;
  background-color: #4B4B4B;
  display: flex;
}

.footer-title {
  width: 33%;
  color: #fff;
  font-size: 36px;
  margin: 75px auto ;
  text-align: right;
}

.footer-logo {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center; 
}

.footer-logo img {
  width: 90px;
  height: 100px;
  display: block;
}

.fotter-address {
  width: 33%;
  display: block;
  margin-top: 50px;
}

.footer-phone img,
.footer-mail img {
  width: 26px;
  height: 26px;
}

.footer-phone,
.footer-mail {
  display: flex;
  color: #fff;
  margin-bottom: 20px;
}

.footer-phone p,
.footer-mail p {
  margin-left: 10px;
}

.footer-Copyright {
  color: #fff;
}
