@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.75;
}

a {
  transition: 0.4s;
}
a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

img {
  vertical-align: bottom;
}

.sp_only {
  display: none;
}

.ta-c {
  text-align: center;
}

.flex,
.flex_r,
.flex_row {
  display: flex;
  justify-content: space-between;
}

.col-2,
.col-3,
.col-4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col-2 > * {
  width: 45%;
}

.col-3 > * {
  width: 28.3333333333%;
}

.col-4 > * {
  width: 20%;
}

/* 端数のコンテンツ数でも左から並べる */
.col-3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.col-3 > * {
  width: 33.3333333333%;
}
.col-3 > *:nth-of-type(3n + 1) {
  padding-right: 2%;
}
.col-3 > *:nth-of-type(3n + 2) {
  padding: 0 1%;
}
.col-3 > *:nth-of-type(3n) {
  padding-left: 2%;
}
.col-3 > *:nth-of-type(n + 4) {
  margin-top: 30px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .flex {
    flex-direction: column;
  }
  .flex_r {
    flex-direction: column-reverse;
  }
  .flex_row {
    flex-direction: row;
  }
  .flex > *,
  .flex_r > * {
    width: 100%;
  }
}
/* ----- main ----- */
.white * {
  color: #fff;
}

.secInner {
  max-width: 1240px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.secContact {
  padding: 60px 0;
  background-color: #333;
}
.secContact .secTtl {
  text-align: center;
  margin-bottom: 50px;
}
.secContact .secTtl h3 {
  font-size: 5.4rem;
  font-weight: 600;
  color: #0071BA;
  color: #fff;
}
.secContact .secTtl .subttl {
  font-size: 2.4rem;
  color: #fff;
}
.secContact .btnWrap {
  max-width: 890px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.secContact .btnWrap .btn {
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 185px;
  border: 1px solid #fff;
}
.secContact .btnWrap .btn .head {
  font-size: 2.8rem;
  line-height: 1.5;
}
.secContact .btnWrap .btn .num {
  font-size: 4.5rem;
  line-height: 1.5;
}
.secContact .btnWrap .btn .time {
  font-size: 2rem;
  font-weight: 500;
}
.secContact .btnWrap .btn .icon {
  width: 45px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .secContact .secTtl h3 {
    font-size: 3.6rem;
  }
  .secContact .secTtl .subttl {
    font-size: 2rem;
  }
  .secContact .btnWrap .btn {
    height: 150px;
  }
  .secContact .btnWrap .btn .head {
    font-size: 1.6rem;
  }
  .secContact .btnWrap .btn .num {
    font-size: 2.6rem;
  }
  .secContact .btnWrap .btn .time {
    font-size: 1.6rem;
  }
}

.header .headerInner {
  background-color: #0071BA;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .headerInner .headerLogo {
  margin-left: 40px;
  max-width: 300px;
  width: 100%;
}
.header .headerInner .navWrap a {
  font-size: 2rem;
  font-weight: 600;
  margin-right: 40px;
  color: #fff;
}
.header .headerInner .navWrap a.contact {
  color: #000;
  background-color: #ff0;
  padding: 30px 40px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .header .headerInner {
    padding: 25px 20px;
  }
  .header .headerInner .headerLogo {
    margin-left: 0;
    max-width: 220px;
  }
}

.footer .footerInner {
  background-color: #0071BA;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footerInner .footerLogo {
  margin-left: 40px;
  max-width: 300px;
  width: 100%;
}
.footer .footerInner .navWrap a {
  font-size: 2rem;
  font-weight: 600;
  margin-right: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer .footerInner {
    flex-direction: column;
    justify-content: center;
  }
  .footer .footerInner .footerLogo {
    max-width: 280px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .footer .footerInner .navWrap {
    padding: 0 20px;
  }
  .footer .footerInner .navWrap a {
    font-size: 1.6rem;
    margin-right: 20px;
  }
  .footer .footerInner .navWrap a:last-of-type {
    margin-right: 0;
  }
}
.footer .copyright {
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 0;
}