@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-container {
  width: 100%;
  margin: 0 auto;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}
.c5-container img {
  max-width: 100%;
}
.c5-container p {
  margin-top: 0;
  padding: 0;
}
.c5-container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.c5-container__inner {
  margin: 0 auto;
  padding: 0 15px;
}
.c5-container * {
  box-sizing: border-box;
}
.c5-hero {
  margin: 40px auto 30px;
}
.c5-hero span {
  display: block;
  font-size: 27px;
  font-weight: 800;
  margin: 0 auto 15px;
  letter-spacing: 0.02em;
}
.c5-hero__pdf {
  display: block;
  width: 45%;
  margin-left: auto;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.c5-hero__pdf:hover {
  opacity: 0.7;
}
.c5-hero img {
  display: block;
  margin: 0 auto;
}

.c5-catch {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.52;
  color: #000080;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.04em;
}
.c5-catch__img {
  margin: 0 auto 30px;
}
.c5-catch__img img {
  display: block;
  width: 70%;
  margin: 0 auto 10px;
}
.c5-catch__img figcaption {
  font-size: 14px;
  color: #000080;
  line-height: 1.61;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 300;
}

.c5-ttl {
  margin: 0 auto 20px;
  padding: 10px 5px;
  font-size: 18px;
  color: #fff;
  line-height: 1.44;
  font-weight: 600;
  background: rgb(4, 0, 128);
  background: linear-gradient(90deg, rgb(4, 0, 128) 0%, rgb(125, 0, 128) 100%);
  text-align: center;
  letter-spacing: 0.03em;
}
.c5-ttl.ex {
  padding: 23px 5px;
}

.c5-txt {
  font-size: 17px;
  line-height: 1.82;
  font-weight: 300;
}

.c5-note {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: 300;
}

.c5-sec1 {
  margin: 0 auto 35px;
}
.c5-sec1__img {
  margin: 20px auto 0;
}
.c5-sec1__img img {
  display: block;
  margin: 0 auto 10px;
}
.c5-sec1__img figcaption {
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 300;
}

.c5-sec2 {
  margin: 0 auto 35px;
}
.c5-sec2__box {
  margin: 20px auto 0;
}
.c5-sec2__box-img img {
  display: block;
  margin: 0 auto;
}
.c5-sec2__box-img:first-child {
  margin-bottom: 25px;
}

.c5-sec3 {
  margin: 0 auto 35px;
}
.c5-sec3__img {
  margin: 20px auto 0;
}
.c5-sec3__img img {
  display: block;
  margin: 0 auto;
}

.c5-product__wrap {
  background-color: #f2f2f2;
  margin-bottom: 35px;
  padding-bottom: 50px;
}
.c5-product__ttl {
  background-color: #121212;
  margin: 0 auto 35px;
  padding: 20px 5px;
}
.c5-product__ttl p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0;
}
.c5-product__inner {
  padding: 0 15px;
}
.c5-product__box:first-child {
  margin-bottom: 45px;
  border-bottom: 1px solid #121212;
}

.c5-pro {
  margin: 0 auto 50px;
}
.c5-pro.ex {
  margin-bottom: 0;
}
.c5-pro__ttl {
  font-size: 15px;
  font-weight: 600;
  color: #000080;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.c5-pro__inner {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.c5-pro__inner a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.c5-pro__inner a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.c5-pro__img {
  width: 40%;
  margin-right: 10%;
  transition: all 0.3s;
}
.c5-pro__img img {
  display: block;
  margin: 0 auto;
}
.c5-pro__txt {
  width: 45%;
  transition: all 0.3s;
}
.c5-pro__txt p {
  margin-bottom: 0;
}
.c5-pro__cap {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c5-pro__name {
  font-size: 20px;
  font-weight: 600;
  color: #000080;
  letter-spacing: 0.05em;
}
.c5-pro__name2 {
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 300;
}

.c5-conference {
  border: 4px solid #2f78af;
}
.c5-conference a {
  transition: all 0.3s;
}
.c5-conference a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.c5-conference__flexWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 3.333%;
  position: relative;
}

.c5-conference__flexItem {
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.c5-conference__flexItem:first-of-type {
  margin-right: 12px;
}

.c5-conference__flexItem:last-of-type {
  margin-left: 12px;
}

.c5-borderBlock {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #aaa;
  width: 1px;
  height: 80%;
}

.c5-conference__flexItem__ttl span {
  font-weight: 700;
  font-size: min(2.3vw, 18px);
}

.c5-conference__flexItem__ttl h3 {
  font-weight: 400;
  font-size: min(2.3vw, 16px);
  margin: 10px auto 30px;
}

.c5-conference__flexItem__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.c5-conference__flexItem__mail span {
  font-size: min(2.3vw, 14px);
  font-weight: 700;
}

.c5-conference__flexItem__mail a {
  font-size: min(2.3vw, 14px);
  background: #2D74C6;
  line-height: 1.9;
  color: #ffffff;
  text-align: center;
  max-width: 300px;
  width: 80%;
  min-height: 50px;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 30px;
  height: 100%;
}

.c5-conference__flexItem__mail a:hover {
  opacity: 0.7;
}

.c5-conference__flexItem__phone span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c5-conference__flexItem__phone a {
  font-size: min(2.3vw, 34px);
  color: #3865e0;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  height: 100%;
}

.c5-flexItem__btn:hover {
  opacity: 0.7;
}

.c5-conference__flexItem__phone a img {
  width: 100%;
  max-width: 35px;
  margin-right: 12px;
}

.c5-conference__flexItem__note p {
  font-size: min(2.3vw, 14px);
}

.c5-blank-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
}

a img.c5-blankIcon {
  width: 11px;
  height: 11px;
  margin-left: 8px;
}

.c5-conference__flexItem__phone--sub {
  font-size: 20px;
  font-weight: 700;
  color: #3865e0;
}

.c5-conference__flexItem__payment p {
  color: #c93434;
  font-size: min(2.3vw, 14px);
}

@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-container__inner {
    max-width: 1200px;
    margin-bottom: 60px;
  }
  .c5-hero {
    position: relative;
    margin: 60px auto 50px;
  }
  .c5-hero span {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .c5-hero__pdf {
    width: 210px;
    position: absolute;
    top: -20px;
    right: 0;
  }
  .c5-catch {
    line-height: 1.68;
    letter-spacing: 0.14em;
    margin-bottom: 60px;
  }
  .c5-catch__img {
    margin-bottom: 85px;
  }
  .c5-catch__img img {
    width: auto;
    margin-bottom: 15px;
  }
  .c5-catch__img figcaption {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .c5-ttl {
    margin-bottom: 40px;
    padding: 12px 5px;
    font-size: 28px;
    line-height: 1.5;
  }
  .c5-ttl.ex {
    padding: 12px 5px;
  }
  .c5-txt {
    font-size: 19px;
    line-height: 1.73;
    letter-spacing: 0.05em;
  }
  .c5-note {
    line-height: 1.66;
    letter-spacing: 0.1em;
  }
  .c5-sec1 {
    margin-bottom: 85px;
  }
  .c5-sec1__img {
    margin-top: 40px;
  }
  .c5-sec1__img img {
    margin-bottom: 15px;
  }
  .c5-sec1__img figcaption {
    letter-spacing: 0.1em;
  }
  .c5-sec2 {
    margin-bottom: 85px;
  }
  .c5-sec2__box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .c5-sec2__box-img {
    width: 48%;
  }
  .c5-sec2__box-img:first-child {
    margin-bottom: 0;
  }
  .c5-sec3 {
    margin-bottom: 85px;
  }
  .c5-sec3__img {
    margin-top: 40px;
  }
  .c5-product__wrap {
    margin-bottom: 130px;
    padding: 50px 15px 60px;
  }
  .c5-product__ttl {
    max-width: 1200px;
    margin: 0 auto 50px;
    padding: 5px 10px;
  }
  .c5-product__ttl p {
    font-size: 26px;
    letter-spacing: 0.07em;
  }
  .c5-product__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c5-product__box:first-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .c5-product__box {
    display: flex;
    justify-content: space-between;
    width: 45%;
    max-width: 540px;
  }
  .c5-pro {
    margin: 0;
  }
  .c5-pro__ttl {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 20px;
  }
  .c5-pro__inner {
    display: block;
  }
  .c5-pro__img {
    width: auto;
    margin: 0 auto 20px;
  }
  .c5-pro__img.ex {
    margin-bottom: -5px;
  }
  .c5-pro__txt {
    width: 100%;
  }
  .c5-pro__name {
    font-size: 22px;
  }
  .c5-box1 .c5-pro {
    width: 44%;
  }
  .c5-box1 {
    position: relative;
  }
  .c5-box1::after {
    display: block;
    content: "";
    width: 1px;
    height: 320px;
    background-color: #121212;
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
  }
  .c5-box2 .c5-pro {
    width: 46%;
  }
  .c5-box2 .c5-pro.ex .c5-pro__img {
    margin-bottom: 10px;
  }
  .c5-conference {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .c5-conference__flexWrap {
    flex-direction: column;
  }
  .c5-borderBlock {
    width: 80%;
    height: 1px;
  }
  .c5-conference__flexItem {
    max-width: 748px;
  }
  .c5-conference__flexItem:first-of-type {
    margin-bottom: 12px;
    margin-right: 0;
  }
  .c5-conference__flexItem:last-of-type {
    margin-top: 12px;
    margin-left: 0;
  }
  .c5-conference__flexItem__note p {
    font-size: max(2.3vw, 14px);
  }
  .c5-conference__flexItem__phone a {
    font-size: max(2.3vw, 28px);
  }
  .c5-conference__flexItem__mail a {
    font-size: max(2.3vw, 14px);
  }
  .c5-conference__flexItem__ttl span {
    font-size: max(2.3vw, 18px);
  }
  .c5-conference__flexItem__ttl h3 {
    font-size: max(2.3vw, 16px);
  }
  .c5-conference__flexItem__mail span {
    font-size: max(2.3vw, 14px);
  }
  .c5-flexWrap {
    flex-direction: column;
    margin-bottom: 37px;
  }
  .c5-flexItem {
    width: 100%;
    margin-right: 0;
  }
  .c5-pickUp__item {
    flex: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c5-pickUp__item a {
    display: flex;
    align-items: flex-start;
  }
  .c5-pickUp__sp-wrap {
    width: 50%;
  }
  .c5-pickUp__item__img {
    width: 50%;
  }
  .c5-pickUp__item__img img {
    width: 80%;
  }
  .c5-pickUp__sp-wrap .c5-pickUp__item__label {
    margin-top: 0;
  }
  .c5-pickUp__sp-wrap .c5-pickUp__item__label p {
    margin-top: 0;
  }
  .c5-flexItem__ttl h3 {
    margin: 20px 0;
  }
  .c5-c-h2 {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .c5-conference__flexItem__phone--sub {
    font-size: 16px;
  }
  .c5-flexItem img {
    width: 100%;
    max-width: 707px;
  }
}
/*# sourceMappingURL=style.css.map */
