.top {
  background-color: #80C8F0;
  height: 426.88px;
  position: relative;
 }
  @media screen and (max-width: 768px) {
    .top {
      height: auto;
      padding: 0px 0px 0px; } }
  .top .key_sp {
    display: none; }
    @media screen and (max-width: 768px) {
      .top .key_sp {
        display: block;
        width: 100%; } }

.visual {
  width: 1200px;
  height: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 768px) {
    .visual {
      display: none; } }
  .visual .key_img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
  }

/*2024/11/15
.mainNav {
  background: #f3f3f3;
  position: relative
}

.mainNav .inner {
  padding: 80px 0
}

@media screen and (max-width:768px) {
  .mainNav .inner {
    padding: 80px 20px
  }
}

.mainNav__title {
  font-size: 40px;
  line-height: 60px;
  margin: 20px 0 40px;
  font-weight: 700;
  text-align: left;
  color: #062F87
}

@media screen and (max-width:768px) {
  .mainNav__title {
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 20px
  }
}

.mainNav__list {
  margin-bottom: 40px
}

.mainNav__list li {
  padding: 12px 0;
  text-align: left;
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #152444
}

@media screen and (max-width:768px) {
  .mainNav__list li {
    padding: 6px 0;
    font-size: 16px;
    line-height: 32px;
    padding-left: 30px;
    font-weight: 500
  }
}

.mainNav__list li span {
  border-bottom: solid 2px
}

@media screen and (max-width:768px) {
  .mainNav__list li span {
    border-bottom: solid 1px
  }
}

.mainNav__list li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_checkbox.png) center center/20px auto no-repeat;
  position: absolute;
  left: 0;
  top: 15px
}

@media screen and (max-width:768px) {
  .mainNav__list li:before {
    top: 12px
  }
}

.mainNav__list li span a {
  font-size: 20px;
  font-weight: 700;
}

.mainNav .arrow_title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #122446;
  margin-top: 100px
}

@media screen and (max-width:768px) {
  .mainNav .arrow_title {
    font-size: 24px;
    line-height: 40px;
    margin-top: 40px
  }
}

.mainNav .arrow_title .marker {
  background: linear-gradient(transparent 75%, rgba(255, 247, 2, .7) 0)
}

.mainNav .arrow {
  position: absolute;
  bottom: -50px;
  height: 50px;
  left: calc(50% - 60px)
}

@media screen and (max-width:768px) {
  .mainNav .arrow {
    bottom: -25px;
    height: 25px;
    left: calc(50% - 30.5px)
  }
}
*/
.resultNav .inner {
  padding: 40px;
}

.resultNav .img {
  margin: 80px 0;
  width: 100%
}

.resultNav .box {
  padding: 30px 20px;
  margin: 20px 0;
  background-color: #ffc49e
}

.resultNav .box_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px
}

.resultNav .box li {
  padding: 5px 0;
  font-size: 16px
}

.resultNav h2,h3 {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #fa7100
}

@media screen and (max-width:768px) {
  .resultNav h2,h3 {
    font-size: 24px;
    line-height: 38px
  }
}

.resultNav h2.merit{
  color: #000;
  text-align: center;
  border: solid 5px #fa7100;
  padding: 10px 0px;
  margin-bottom: 50px;
  border-radius: 15px;
  background-color: #fa7100;
}

.resultNav h3.meritContent {
  display: flex;
  align-items: flex-start;
}

h3 .point {
  display: inline-block;
  padding-right: 20px;
}

.meritSentence {
  padding-top: 10px;
}
@media screen and (max-width:768px) {
  .meritSentence {
    padding-top: initial;
  }
}

.border {
  display: block;
  margin: 80px 0;
  width: 100%;
  height: 1px;
  background: #152444
}

.recommendNav {
  background: #fdfded; }
  .recommendNav .sectionTitle {
    color: #152444;
    border-bottom: solid 2px #152444; }
  .recommendNav__list {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    margin-bottom:30px }
    @media screen and (max-width: 768px) {
      .recommendNav__list {
        flex-wrap: wrap; } }
    .recommendNav__list > li {
      width: 45%;
      min-width: 45%; }
      @media screen and (max-width: 768px) {
        .recommendNav__list > li {
          width: 100%;
          min-width: 100%;
          margin-bottom: 20px; } }

 .recommendNav__list .subText{
  border:3px solid #fa7100;
  padding:5px 15px;
  border-radius: 10px;
  color:#000;
  margin-bottom:20px;
  display: block;
  width:fit-content;
  width:-moz-fit-content;
 }
 .recommendNav__list img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }

.recommendNav__list .txt{
  color:#000;
}
  .recommendNav .recommendTitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 40px;
    padding-left: 40px;
    position: relative;
    color: #000; }
    @media screen and (max-width: 768px) {
      .recommendNav .recommendTitle {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
        padding-left: 30px; } }
    .recommendNav .recommendTitle:before {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      left: 0;
      width: 30px;
      height: 30px;
      background: url(../img/icon_star_orange.png) center center/30px auto no-repeat;
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        .recommendNav .recommendTitle:before {
          width: 28px;
          height: 28px;
          background: url(../img/icon_star_orange.png) center center/20px auto no-repeat; } }
  .recommendNav .recommendList {
    padding-left: 30px; }
    .recommendNav .recommendList li {
      font-size: 16px;
      line-height: 32px;
      font-weight: 300;
      padding-left: 20px;
      position: relative;
      color: white; }
      @media screen and (max-width: 768px) {
        .recommendNav .recommendList li {
          font-size: 14px;
          line-height: 30px; } }
      .recommendNav .recommendList li:before {
        content: "\02022";
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        margin-right: 10px; }

.contactNav {
  margin-top: 2px;
}

.contactNav .sectionTitle {
 color: white;
 border-bottom: solid 2px white;
}

/*# WP */
.wpNav {
  margin-top:60px;
  margin-bottom:80px; }
.wpNav .inner {
  padding: 0px 0; }
  @media screen and (max-width: 768px) {
    .wpNav .inner {
      padding: 0px 0px; } }
.wpNav img {
  width: 100%;
	height: auto;}

.wpList li {
  display: inline-block;
  width: 260px;
  height: auto;
  vertical-align: top;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
	.wpList li {
  display: block;
  width: 80%;
  margin: 20px auto;
}
}

.wpArticle .title {
  font-size: 20px;
}