/***  color ***/
/***  border ***/
/*** font ***/
/*** sp size ***/
#mv {
  height: 796px;
  margin-bottom: 100px;
  background: url("../img/std/mv.jpg") no-repeat center top;
  background-size: cover;
}
#mv .mvBody {
  padding-top: 100px;
}
#mv h1 {
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
#mv .mvAttribute {
  max-width: 1060px;
  margin: 150px auto 0;
}
#mv .mvAttributeText {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
#mv .attributeList {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#mv .attributeList li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 60px) / 4);
  aspect-ratio: 1/1;
  border-radius: 1000px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
#mv .attributeList li p {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #003C87;
}
#mv .attributeList li p small {
  font-size: 18px;
}
#mv .attributeList li:nth-child(-n+2) p {
  margin-bottom: 33px;
}
@media screen and (max-width: 1024px) {
  #mv {
    height: auto;
    margin-bottom: 50px;
  }
  #mv .mvBody {
    padding: 45px 0 20px;
  }
  #mv h1 {
    font-size: 50px;
  }
  #mv .mvAttribute {
    margin: 90px auto 0;
  }
  #mv .mvAttributeText {
    font-size: 24px;
  }
  #mv .attributeList {
    gap: 1%;
  }
  #mv .attributeList li {
    width: 24%;
  }
  #mv .attributeList li p {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 18px;
  }
  #mv .attributeList li p small {
    font-size: 14px;
  }
  #mv .attributeList li:nth-child(-n+2) p {
    margin-bottom: 0;
  }
  #mv .attributeList li img {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #mv {
    height: auto;
    margin-bottom: 13.33vw;
    background-image: url("../img/std/mv_sp.jpg");
  }
  #mv .mvBody {
    padding: 11.46vw 0 5.33vw;
  }
  #mv h1 {
    font-size: 7.47vw;
  }
  #mv .mvAttribute {
    margin: 11.46vw auto 0;
  }
  #mv .mvAttributeText {
    font-size: 3.73vw;
  }
  #mv .attributeList {
    gap: 1%;
  }
  #mv .attributeList li p {
    font-size: 3.2vw;
  }
  #mv .attributeList li p small {
    font-size: 2.67vw;
  }
}

#pageItems {
  margin-bottom: 100px;
}
#pageItems .pageList {
  display: flex;
  gap: 1%;
}
#pageItems .pageList li {
  width: 19.2%;
}
#pageItems .pageList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 70px;
  font-size: 18px;
  font-weight: bold;
  color: #003C87;
  border: 2px solid #003C87;
  border-radius: 1000px;
}
#pageItems .pageList li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url("../img/icon_arrow.svg") no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 1300px) {
  #pageItems {
    margin-bottom: 50px;
  }
  #pageItems .pageList li {
    margin-bottom: 10px;
  }
  #pageItems .pageList li a {
    height: 60px;
    font-size: 14px;
  }
  #pageItems .pageList li a::after {
    right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #pageItems .pageList {
    flex-wrap: wrap;
    justify-content: center;
  }
  #pageItems .pageList li {
    width: 32.6666666667%;
  }
  #pageItems .pageList li a {
    height: 60px;
    font-size: 14px;
  }
  #pageItems .pageList li a::after {
    right: 10px;
  }
}
@media screen and (max-width: 750px) {
  #pageItems {
    margin-bottom: 13.33vw;
  }
  #pageItems .pageList li {
    width: 49%;
    margin-bottom: 2.67vw;
  }
  #pageItems .pageList li a {
    height: 13.33vw;
    font-size: 3.73vw;
    text-indent: -3.73vw;
  }
  #pageItems .pageList li a::after {
    right: 2.67vw;
    width: 3.73vw;
    height: 3.73vw;
  }
  #pageItems .pageList li:last-child {
    width: 100%;
  }
}

#rateSystem {
  margin-bottom: 100px;
}
#rateSystem h3 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #003C87;
  text-align: center;
}
#rateSystem .rateList {
  margin-bottom: 35px;
}
#rateSystem .rateList li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  margin-bottom: 15px;
  padding: 0 40px;
  font-size: 24px;
  font-weight: bold;
  color: #003C87;
  border: 2px solid #ccc;
  border-radius: 10px;
}
#rateSystem .rateList li small {
  font-size: 20px;
}
#rateSystem .rateList li .osususme {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-6px);
}
@media screen and (max-width: 1024px) {
  #rateSystem {
    margin-bottom: 50px;
  }
  #rateSystem h3 {
    font-size: 20px;
  }
  #rateSystem .rateList li {
    font-size: 20px;
  }
  #rateSystem .rateList li small {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #rateSystem {
    margin-bottom: 13.33vw;
  }
  #rateSystem h3 {
    margin-bottom: 8vw;
    font-size: 5.33vw;
  }
  #rateSystem .rateList {
    margin-bottom: 9.33vw;
  }
  #rateSystem .rateList li {
    display: block;
    height: auto;
    margin-bottom: 4vw;
    padding: 4vw;
    font-size: 4.27vw;
  }
  #rateSystem .rateList li small {
    font-size: 3.73vw;
  }
  #rateSystem .rateList li .osususme {
    display: block;
    width: 12vw;
    margin: 0 0 2.13vw;
    transform: none;
  }
}

#examination {
  padding: 90px 0 100px;
  background-color: #f6f6f6;
}
#examination .examinationList li {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}
#examination .examinationList li:nth-of-type(even) {
  flex-direction: row-reverse;
}
#examination .examinationList li .imgBox {
  max-width: 700px;
  width: 100%;
}
#examination .examinationList li .txtBox {
  position: relative;
  width: 50%;
  padding-left: 75px;
}
#examination .examinationList li .txtBox .num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  left: 0;
  width: 60px;
  height: 60px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #003C87;
  border-radius: 8px;
  background-color: #FDDB0A;
}
#examination .examinationList li .txtBox h3 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #003C87;
}
#examination .examinationList li .txtBox p {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  #examination {
    padding: 50px 0;
  }
  #examination .examinationList li {
    gap: 20px;
    margin-bottom: 50px;
  }
  #examination .examinationList li .imgBox {
    max-width: 700px;
    width: 100%;
  }
  #examination .examinationList li .txtBox {
    flex-shrink: 0;
    padding-left: 50px;
  }
  #examination .examinationList li .txtBox .num {
    top: -7px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  #examination .examinationList li .txtBox h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  #examination .examinationList li .txtBox p {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #examination {
    padding: 13.33vw 0;
  }
  #examination .examinationList li {
    display: block;
  }
  #examination .examinationList li .imgBox {
    margin-bottom: 5.33vw;
  }
  #examination .examinationList li .txtBox {
    width: 100%;
    padding-left: 10.67vw;
  }
  #examination .examinationList li .txtBox .num {
    top: -1.33vw;
    width: 8vw;
    height: 8vw;
    font-size: 4.27vw;
    border-radius: 3px;
  }
  #examination .examinationList li .txtBox h3 {
    margin-bottom: 2.67vw;
    font-size: 4.27vw;
  }
  #examination .examinationList li .txtBox p {
    font-size: 3.73vw;
  }
}

#attribute {
  padding: 90px 0 100px;
}
#attribute .attributeList {
  display: flex;
  gap: 15px;
}
#attribute .attributeList li {
  width: calc((100% - 30px) / 3);
  padding: 40px 30px;
  border: 1px solid #ccc;
  border-radius: 20px;
}
#attribute .attributeList .imgBox {
  margin-bottom: 15px;
  text-align: center;
}
#attribute .attributeList h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #003C87;
}
#attribute .attributeList .notes {
  margin-top: 15px;
  padding: 15px;
  font-size: 14px;
  border-radius: 10px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1024px) {
  #attribute {
    padding: 50px 0 70px;
  }
  #attribute .attributeList {
    display: block;
  }
  #attribute .attributeList li {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
  #attribute .attributeList .titleBox {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  #attribute .attributeList h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  #attribute {
    padding: 13.33vw 0 18.67vw;
  }
  #attribute .attributeList {
    gap: 2.67vw;
  }
  #attribute .attributeList li {
    margin-bottom: 2.67vw;
    padding: 5.33vw;
  }
  #attribute .attributeList .titleBox {
    gap: 2.67vw;
  }
  #attribute .attributeList .imgBox {
    margin-bottom: 2.67vw;
  }
  #attribute .attributeList .imgBox img {
    width: 16vw;
  }
  #attribute .attributeList h3 {
    margin-bottom: 0;
    font-size: 4.27vw;
  }
  #attribute .attributeList p {
    font-size: 3.73vw;
  }
  #attribute .attributeList .notes {
    margin-top: 2.67vw;
    padding: 5.33vw;
    font-size: 3.2vw;
  }
}

#about {
  margin: 0 auto 100px;
}
#about .layout {
  text-align: center;
}
#about .layout span {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  #about {
    margin: 0 auto 13.33vw;
  }
  #about .layout {
    text-align: left;
    font-size: 3.73vw;
  }
  #about .layout span {
    font-size: 4.27vw;
  }
}

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