@charset "UTF-8";
/*--------------------------------------

variables

--------------------------------------*/
.mainVisualItem img {
  width: 100%;
}

.slopeWrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 3% -10% 0;
  background: rgb(51, 51, 51);
  transform-origin: left center;
  transform: rotate(3deg);
  z-index: -1;
}

.slopeWrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: rgb(72, 167, 106);
  transform-origin: right center;
  transform: rotate(-3deg);
  z-index: -2;
}

.slopeWrap {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  z-index: 2;
  margin-top: -45px;
  margin-bottom: 25px;
}

.indexLead {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
  color: rgb(72, 167, 106);
}

.inBox {
  padding-top: 10px;
}

.hedlineBalloon {
  width: 200px;
  padding: 5px 0;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  color: rgb(72, 167, 106);
  font-size: 1.7rem;
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
}
.hedlineBalloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

.hedlineTitle {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 15px;
}

.hedlineSubTitle {
  color: #ff3535;
  font-size: 1.7rem;
  text-align: center;
}

.hedlineComment {
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 20px;
}

.hedlineCommentWrap {
  color: #fff;
  margin-bottom: 30px;
  border: 1px solid #999;
  padding: 30px;
}

.preDataTitle {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
.preData dt {
  color: #444;
  background: #e4e4e4;
  padding: 10px;
  font-weight: 900;
}
.preData dd {
  color: #444;
  padding: 10px;
  background: #fff;
  line-height: 1.7;
}

.headLineWrap {
  padding: 15px;
  margin-bottom: 30px;
  border: 3px solid rgb(72, 167, 106);
}

.headLineTitle {
  font-size: 2rem;
  color: rgb(72, 167, 106);
  text-align: center;
  margin-bottom: 10px;
}

.aboutWrap {
  margin-bottom: 15px;
}

.aboutComment {
  margin-bottom: 15px;
}
.aboutComment span {
  color: rgb(72, 167, 106);
}

.covidWrap {
  font-size: 1.8rem;
  font-weight: 700;
}
.covidWrap a {
  display: block;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  background: rgb(72, 167, 106);
  color: #fff;
  transition: all 0.3s;
}
.covidWrap a:hover {
  background: #fff;
  color: rgb(72, 167, 106);
}

.aboutPhoto img {
  margin: 0 auto;
}

.aboutPhotoGallery {
  display: flex;
  flex-wrap: wrap;
}

.aboutPhotoItem {
  width: 47%;
  margin: 0 auto;
}
.aboutPhotoItem:not(:last-child) {
  margin-bottom: 15px;
}

.youtubeTitle {
  font-size: 2.5rem;
  color: rgb(72, 167, 106);
  text-align: center;
  margin-bottom: 70px;
}

.youtubeItemWrap:not(:last-child) {
  margin-bottom: 50px;
}

.youtubeItem {
  position: relative;
  padding-bottom: 54%;
  height: 0;
  overflow: hidden;
  border: 10px solid #222;
}

.youtubeItem iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtubeName {
  width: 200px;
  padding: 5px 0;
  background: rgb(72, 167, 106);
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
  animation: float_7216 2s linear infinite;
  transform-origin: 50% 50%;
}
.youtubeName:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid rgb(72, 167, 106);
}

@keyframes float_7216 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.indexNewsTitle {
  margin-bottom: 10px;
}
.indexNewsTitle h2 {
  color: #48a76a;
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
}
.indexNewsTitle h2 span {
  display: block;
  font-size: 1.5rem;
  color: #444;
  font-weight: 400;
}

.indexFbTitle {
  margin-bottom: 10px;
}
.indexFbTitle h2 {
  color: #48a76a;
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
}
.indexFbTitle h2 span {
  display: block;
  font-size: 1.5rem;
  color: #444;
  font-weight: 400;
}

.fbBox {
  background: #f5f6f7;
}

.fbItem {
  width: 100%;
  max-width: 500px;
}

.reportBnrBox a {
  text-decoration: none;
  transition: 0.3s;
}
.reportBnrBox a:hover {
  opacity: 0.8;
}

.reportBnrWap {
  padding: 50px 0;
  margin-bottom: 80px;
  background: url(../images/slash_bg.gif);
}

.reportCaption {
  background: rgb(72, 167, 106);
  text-align: center;
  padding: 10px 15px;
}

.reportCaption p {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 900;
}
.reportCaption p span {
  display: inline-block;
  margin-left: 7px;
  font-size: 2rem;
}
.reportCaption p span:after {
  content: "\f206";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}

.summaryWrap dl {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 0 10px 10px;
}
.summaryWrap dl dt {
  font-size: 1.6rem;
  color: rgb(72, 167, 106);
  font-weight: 900;
  margin-bottom: 7px;
}
.summaryWrap dl dd {
  font-size: 1.5rem;
}

.ddTitle {
  font-size: 1.6rem;
  color: #347A50;
  font-weight: 900;
  margin-bottom: 5px;
}

.busInfo {
  margin-bottom: 5px;
}

.way,
.back {
  color: #fff;
  font-size: 1.3rem;
  display: inline-block;
  padding: 1px 10px;
  margin-right: 10px;
}

.way {
  background: #0059B2;
}

.back {
  background: #2eaa8f;
}

.station {
  font-size: 1.5rem;
}

.busTime {
  font-weight: 900;
}

.fa-arrow-right {
  margin: 0 5px 0;
  color: #9b9b9b;
}

.instructorItem {
  margin-bottom: 15px;
}

.instructorName dt {
  font-size: 1.3rem;
  border: 1px solid #444;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 3px;
}
.instructorName dd span {
  font-size: 1.7rem;
  font-weight: 900;
}

.scheduleTable {
  border: 1px solid #DDDDDD;
  margin-bottom: 10px;
}

.scheduleTableHead {
  width: 130px;
  font-weight: normal;
  padding: 7px 10px;
  text-align: left;
  background: #E2F8EA;
  border: 1px solid #DDDDDD;
}

.scheduleTableData {
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #DDDDDD;
}

.scheduleTableNoteItem {
  font-size: 1.4rem;
}
.scheduleTableNoteItem::before {
  content: "※";
  display: inline-block;
  margin-right: 5px;
}

.trTitle {
  font-size: 1.4rem;
  background: #48A76A;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
  margin-bottom: 5px;
}

.trScheduleWrap {
  display: flex;
  flex-direction: column;
}

.trScheduleBox {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.trScheduleBox02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}

.raceBox {
  border-bottom: 1px solid #DDDDDD;
}

.trScheduleTime {
  font-weight: bold;
  color: #357A50;
  width: 120px;
}

.trScheduleData {
  width: calc(100% - 125px);
  font-weight: bold;
}

.trSubBox {
  display: flex;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.trSubBox:nth-of-type(8) {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.trSubTime {
  width: 65px;
}

.trSubData {
  width: calc(100% - 70px);
}

.trSchedulePicWrap {
  margin-bottom: 15px;
}

.reSchedulePic {
  width: 80%;
  margin: 0 auto 15px;
}

.reSchedulePicDl {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background: #48A76A;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 25px;
}
.reSchedulePicDl:not(:last-of-type) {
  margin-bottom: 10px;
}

.raceCatName {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.raceCatName::before {
  content: "●";
  font-size: 1.4rem;
  color: #347A50;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.raceScheduleListItem {
  display: flex;
  flex-direction: column;
}
.raceScheduleListItem:not(:last-of-type) {
  margin-bottom: 5px;
}

.raceCatNameWrap {
  display: flex;
  flex-direction: column;
}

.inqName {
  font-size: 1.7rem;
  margin-bottom: 5px;
}

.inqContact {
  margin-bottom: 10px;
}
.inqContact li {
  font-size: 2.5rem;
  line-height: 1.5;
  color: rgb(230, 0, 18);
  display: flex;
  align-items: center;
}
.inqContact li a, .inqContact li .telLink {
  color: rgb(230, 0, 18);
}
.inqContact li .inqTelTime {
  color: #444;
  display: block;
  font-size: 1.3rem;
}

.inqTel,
.inqFax {
  font-weight: 900;
}
.inqTel:before,
.inqFax:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: rgb(230, 0, 18);
  margin-right: 10px;
  border-radius: 50%;
}

.inqTel:before {
  content: "\f095";
}

.inqFax:before {
  content: "\f1ac";
}
.applyBtn a {
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 15px;
  background: rgb(230, 0, 18);
  transition: background-color 0.3s;
}
.applyBtn a:hover {
  background: #ff0015;
}

.applyBtnPreparation {
  color: #444;
  border-radius: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 15px;
  background: #d4d4d4;
  transition: background-color 0.3s;
  margin-top: 10px;
}

.modelTitle {
  font-size: 2.5rem;
  text-align: center;
  color: #f3ef03;
  margin-bottom: 15px;
}
.modelTitle span {
  display: block;
  font-size: 1.7rem;
}

.modelText {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
}

.cajBn {
  margin-bottom: 15px;
}
.cajBn a {
  display: block;
  transition: all 0.3s;
}
.cajBn a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px){
  .slopeWrap {
    margin-top: -65px;
    margin-bottom: 80px;
    padding: 100px 0 80px;
  }
  .indexLead {
    font-size: 3rem;
    margin-bottom: 50px;
  }
  .inBox {
    padding-top: 80px;
  }
  .hedlineBalloon {
    padding: 10px 0;
  }
  .hedlineTitle {
    font-size: 3.5rem;
  }
  .hedlineSubTitle {
    font-size: 2.3rem;
  }
  .hedlineComment {
    font-size: 2rem;
  }
  .hedlineCommentWrap {
    width: 800px;
    margin: 0 auto 50px;
  }
  .preData {
    display: flex;
    flex-wrap: wrap;
  }
  .preData dt {
    padding: 15px 10px;
    width: 20%;
    border-bottom: 1px solid #333;
  }
  .preData dd {
    padding: 15px 10px;
    width: 80%;
    border-bottom: 1px solid #333;
  }
  .headLineWrap {
    padding: 30px 25px;
    margin-bottom: 80px;
  }
  .headLineTitle {
    font-size: 3rem;
  }
  .aboutWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .aboutComment {
    margin-bottom: 0;
    flex-basis: calc(100% - 400px);
  }
  .covidWrap {
    width: 600px;
    margin: 0 auto;
    font-size: 2rem;
  }
  .covidWrap a {
    padding: 20px 15px;
  }
  .aboutPhoto {
    flex-basis: 380px;
  }
  .aboutPhotoGallery {
    justify-content: space-between;
  }
  .aboutPhotoItem {
    width: 32%;
    margin: 0;
  }
  .youtubeTitle {
    font-size: 3.5rem;
  }
  .youtubeItemWrap {
    width: 48%;
  }
  .youtubeItemWrap:not(:last-child) {
    margin-bottom: 0px;
  }
  .youtubeName {
    padding: 10px 0;
  }
  .indexNewsWrap {
    display: flex;
    justify-content: space-between;
  }
  .indexNewsTitle h2 {
    font-size: 4rem;
    text-align: left;
  }
  .indexFbWrap {
    display: flex;
    margin-bottom: 80px;
  }
  .indexFbTitle h2 {
    font-size: 4rem;
    text-align: left;
  }
  .indexFbTitle {
    flex-basis: 220px;
    margin-right: 50px;
  }
  .fbBox {
    width: calc(100% - 240px);
  }
  .fbItem {
    width: 500px;
    height: 350px;
    margin: 0 auto;
  }
  .reportBnrBox a {
    display: flex;
  }
  .reportBnrWap {
    padding: 120px 0;
    margin-bottom: 100px;
  }
  .reportCaption {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 30%;
  }
  .reportCaption p {
    font-size: 2rem;
  }
  .reportCaption p span {
    margin-left: 0;
    font-size: 2.5rem;
  }
  .reportPhoto {
    width: 70%;
  }
  .summaryWrap dl {
    padding: 0 10px 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .summaryWrap dl dt {
    flex-basis: 170px;
    margin-bottom: 0;
  }
  .summaryWrap dl dd {
    flex-basis: calc(100% - 180px);
  }
  .instructorItem {
    width: 32%;
  }
  .scheduleTableHead {
    padding: 10px 15px;
  }
  .scheduleTableData {
    padding: 10px 15px;
  }
  .trSchedulePicWrap {
    width: 300px;
  }
  .trSchedulePicWrap {
    width: 280px;
  }
  .reSchedulePic {
    width: 100%;
  }
  .reSchedulePicDl {
    font-size: 1.3rem;
  }
  .raceCatName {
    width: 400px;
    margin-bottom: 0;
  }
  .raceScheduleListItem {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .raceScheduleCourse {
    width: 400px;
  }
  .raceScheduleTime {
    text-align: right;
    width: calc(100% - 400px);
  }
  .raceCatNameWrap {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .inqContact {
    display: flex;
  }
  .inqContact li {
    margin-right: 15px;
    align-items: flex-start;
  }
  .applyBtn {
    width: 220px;
  }
  .applyBtn a {
    height: 40px;
  }
  .applyBtnPreparation {
    width: 220px;
  }
  .modelTitle {
    font-size: 3rem;
  }
  .cajBn {
    width: 620px;
    height: auto;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1000px){
  .slopeWrap {
    margin-top: -110px;
  }
}
@media print, screen and (min-width: 960px){
  .trScheduleWrap {
    flex-direction: row;
    justify-content: space-between;
  }
  .trScheduleItem {
    width: 445px;
  }
}

/*# sourceMappingURL=index.css.map*/