br.for_pc {
  display: inline-block;
}
br.for_sp {
  display: none;
}

body {
  background-image: url(../../company/img/common/bgContents.jpg);
}

.modWrap01 {
  position: relative;
  width: 100%;
  max-width: 810px;
  padding: 31px;
  margin: 0 auto 60px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: #fff;
  box-sizing: border-box;
}
.modWrap01 a {
  color: #0066cc;
}
.modWrap01 a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.modWrap01 .modWrap01_inner {
  position: relative;
  background: url(../img/bg_main_middle.png) repeat-y top center;
  background-size: 100% auto;
}

/*メイン
--------------------------------------------*/

.modPageTitle {
  padding: 35px 30px;
  border-bottom: 1px solid #0066cc;
  background-color: #f0fcff;
  margin: -31px -31px 30px -31px;
  font-size: 30px;
}

.modTitle01 {
  border-color: #0066cc;
}

.modBlock02 {
  background-color: #fff4d7;
}

.modTitle01,
.modTitle02,
.modTitle04,
.modTxtCatch01,
.modPointList .title,
.modAccordion .accBtn,
.txtColor {
  color: #0066cc;
}

@media (max-width: 1024px) {
  .modPageTitle {
    margin: -6% -6% 20px -6%;
    padding: 20px;
    font-size: 25px;
  }

  .modPageTitle .title img .title2 img {
    height: 18px;
  }
  .modPageTitle .title2 img {
    height: 18px;
  }

  .modPageTitle2 {
    padding: 12px 15px;
  }

  .modPageTitle2 .title img .title2 img {
    height: 18px;
  }
  .modPageTitle2 .title2 img {
    height: 18px;
  }

  .modPageTitle3 {
    padding: 12px 15px;
  }

  .modPageTitle3 .title img .title2 img {
    height: 18px;
  }
  .modPageTitle3 .title2 img {
    height: 18px;
  }
}

@media (max-width: 1023px) {
  .modWrap01 {
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  br.for_pc {
    display: none;
  }
  br.for_sp {
    display: inline-block;
  }
  .modWrap01 {
    margin: 0;
    padding: 5%;
  }
  .modWrap01 .logometi {
    width: 28%;
    max-width: 220px;
    top: -5vw;
    left: 4%;
  }
  .modWrap01 .modWrap01_inner h1 {
    margin-top: 0;
  }
}
section {
  margin-bottom: 30px;
}
.modWrap01_inner ul {
  padding-left: 10px;
}
.modWrap01_inner li {
  list-style-type: disc;
  list-style-position: inside;
}
.achievement_wrap {
  display: flex;
  position: relative;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.achievement1_people,
.achievement1_scholarship,
.achievement2,
.achievement3 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  width: auto;
  font-weight: bold;
}
.achievement1_people,
.achievement1_scholarship {
  padding: 15px 20px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.achievement1_people {
  background-color: #0066cc;
}
.achievement1_scholarship {
  background-color: #e83737;
}
.achievement1_left img {
  width: 60px;
  margin: 0;
}
.achievement_wrap .bg {
  font-size: 30px;
}
.achievement_wrap .md {
  font-size: 20px;
}
.achievement_wrap .sm {
  font-size: 16px;
}
.achievement2 {
  padding: 10px 20px;
  border: solid 3px #0066cc;
  font-size: 14px;
  line-height: 1.7rem;
}
.achievement2_left img {
  width: 110px;
  margin: 0;
}
.achievement2 span {
  color: #0066cc;
}
.achievement_transition {
  box-sizing: border-box;
  display: block;
  margin: 30px auto;
  max-width: 600px;
}
.achievement3 {
  padding: 10px 20px;
  border: solid 3px #e83737;
  color: #e83737;
  font-size: 18px;
  line-height: 1.7rem;
  text-align: center;
}
.achievement3_title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 -10px 0;
}
.achievement_wrap .achievement3 .bg {
  font-size: 20px;
}
.achievement_wrap .achievement3 .sm {
  font-size: 16px;
}
.banner_wrap {
  display: flex;
  position: relative;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .achievement1_people,
  .achievement1_scholarship,
  .achievement2 {
    width: 100%;
    max-width: 270px;
    justify-content: space-around;
  }
  .achievement_wrap {
    flex-direction: column;
  }
  .achievement_transition {
    max-width: 100%;
  }
  .achievement2_left img {
    width: 90px;
  }
  .banner_wrap {
    gap: 10px;
  }
}
