/* ----------COMMON---------- */
main {
  margin-top: 80px;
  color: #333;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 750px) {
  main {
    margin-top: 90px;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  #keyVisual,
  #about,
  #intro,
  #point,
  #plan,
  #feature {
    width: calc(100vw - 100px);
    max-width: 1300px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 750px) {
  #keyVisual,
  #about,
  #intro,
  #point,
  #plan,
  #feature {
    width: calc(125vw - 110px);
    max-width: 1300px;
    margin: 0 auto;
  }
}

/* ----------PAGEHEAD---------- */
#pageHead {
  margin-top: 0px;
  padding-top: 80px;
  position: relative;
}
#pageHead .bgDots {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 100px;
  z-index: 1;
}

#pageHead .bgDots.tr {
  content: "";
  position: absolute;
  top: 1;
  left: auto;
  right: 15px;
  z-index: 1;
}

#pageHead .annoBox {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
#pageHead .annoBox ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  font-size: 1.2rem;
}
#pageHead .annoBox ul li {
  padding-left: 2em;
  text-indent: -2em;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 750px) {
  #pageHead {
    margin-top: 40px;
    padding-top: 40px;
  }

  #pageHead .bgDots {
    width: 195px;
    top: 0%;
    left: 2%;
  }
  #pageHead .bgDots.tr {
    right: 2%;
  }
  #pageHead .annoBox ul {
    font-size: 1.4rem;
  }
}

/* ----------PAGE BOTTOM---------- */
#pageBottom {
  position: relative;
  height: 100px;
}
#pageBottom .bgDots {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 100px;
  z-index: 1;
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

#pageBottom .bgDots.br {
  content: "";
  position: absolute;
  left: auto;
  right: 15px;
  z-index: 1;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 750px) {
  #pageBottom {
    height: 195px;
  }
  #pageBottom .bgDots {
    width: 195px;
  }

  #pageBottom .bgDots {
    left: 2%;
  }

  #pageBottom .bgDots.br {
    right: 2%;
  }
}

/* ----------#keyVisual---------- */
#keyVisual .imgWrapper {
  padding: 0 5%;
}

#keyVisual .imgWrapper img {
  display: block;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 750px) {
  #keyVisual .imgWrapper {
    margin: 50px auto 0;
    padding: 0;
  }
}

/* ----------all---------- */
#about .wrapper,
#intro .wrapper,
#point .wrapper,
#feature .wrapper {
  text-align: center;
  /* 20240116下記追記 */
  padding: 15px;
}

h1 {
  font-size: 3rem;
  font-weight: 900;
  color: #10347e;
  margin-top: 7rem;
  margin-bottom: 4rem;
  line-height: 1.5;
}

p {
  font-size: 2rem;
  letter-spacing: normal;
}

/* 20240116下記追記 */
p.add {
  font-size: 1.6rem;
  letter-spacing: normal;
  margin-bottom: 50px;
}

p.add2 {
  font-size: 1.4rem;
  text-align: justify;
  padding: 8px;
}

@media only screen and (max-width: 750px) {
  h1 {
    font-size: 2.5rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  p {
    font-size: 1.3rem;
    margin: 40px;
  }
}

/* 20240116下記追記 */
p.add {
  font-size: 1.6rem;
  letter-spacing: normal;
  margin-bottom: 50px;
}

p.add2 {
  font-size: 1.4rem;
  text-align: justify;
  padding: 8px;
}
/* ----------#about---------- */

#about a {
  color: #002f7b;
  text-decoration: underline #002f7b;
}

#about .detail a {
  background-color: #002f7b;
  color: #ffff00;
  display: block;
  font-weight: 600;
  max-width: 240px;
  /* 20240116下記50px auto;から修正 */
  margin: 50px auto 50px auto;
  text-decoration: none;
  padding: 24px 0;
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 5px;
}

#about .subject {
  font-size: 1.4rem;
  font-weight: 600;
  color: #505050;
}

@media only screen and (max-width: 750px) {
  #about .detail a {
    max-width: 180px;
    margin: 10px auto 0;
    padding: 15px 0;
    font-size: 1.5rem;
  }

  #about .subject {
    font-size: 1.2rem;
  }
}

/* ----------#intro---------- */

#intro .bold {
  font-weight: 700;
  font-size: 2rem;
}

#intro .arrow-bottom {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  border-bottom: 4px solid #002f7b;
  border-right: 4px solid #002f7b;
  transform: translateY(-25%) rotate(45deg);
}

#intro h2 {
  font-size: 2.6rem;
  font-weight: 800;
  /* 20230116下記修正2.5rem->5rem */
  margin: 5rem 0;
  color: #002f7b;
}

#intro .yellow_line {
  text-decoration: underline #fffb00;
}

#intro .mainview {
  font-size: 2.8rem;
  font-weight: 700;
}

#intro .mainview span {
  color: #002f7b;
}

#intro .mainview img {
  width: 70%;
  margin-top: 30px;
  margin-bottom: 30px;
}

#text {
  font-size: 1rem;
}
@media only screen and (max-width: 750px) {
  #intro .bold {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  #intro h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 4rem;
  }

  #intro .mainview {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  #intro .mainview img {
    width: 100%;
    margin: 0;
  }
}

/* ----------#point---------- */

#point ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#point ul li {
  position: relative;
  border: 3px solid #002f7b;
  display: block;
  box-shadow: 4px 4px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  box-sizing: border-box;
  width: 30%;
}

#point ul li .number {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0px 20px;
  height: 35px;
  line-height: 32px;
  font-size: 30px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
  background: #002f7b;
  color: #ffffff;
  font-weight: bold;
}

#point ul li h2 {
  font-size: 2.6rem;
  font-weight: 800;
  margin: 3.5rem 0 1rem;
}

#point ul li img {
  width: 100%;
  margin: 1rem 0;
}

#point ul li .notes p {
  font-size: 1.3rem;
  color: #767676;
  margin: 0;
}

@media only screen and (max-width: 750px) {
  #point ul {
    display: block;
    margin: 0 15px;
  }

  #point ul li {
    box-shadow: 4px 4px 1px 0px rgba(0, 0, 0, 0.3);
    padding: 0 5px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 2rem;
  }

  #point ul li .number {
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
  }

  #point ul li h2 {
    font-size: 2rem;
    font-weight: 700;
  }

  #point ul li img {
    width: 75%;
    margin: 0;
  }
}

/* ----------#feature---------- */

#feature .wrapper .detail p {
  font-size: 1.6rem;
  margin: 0;
  font-weight: 600;
  color: #474747;
}

#feature .wrapper .detail a {
  background-color: #002f7b;
  color: #ffff00;
  display: block;
  font-weight: 600;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  padding: 30px 0;
  font-size: 2rem;
  line-height: 1;
  border-radius: 5px;
}

@media only screen and (max-width: 750px) {
  #feature .wrapper .detail p {
    font-size: 1.4rem;
  }

  #feature .wrapper .detail a {
    max-width: 260px;
    padding: 25px 0;
    font-size: 1.8rem;
  }
}
