/*--------------------------------------------------------------
# Top
--------------------------------------------------------------*/
/* ------------------------------
## section-top
------------------------------- */
.section-top {
  background: #fff;
  padding: 0 0 45px 0;
  position: relative;
}

.section-top:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #2faadc;
  background: linear-gradient(135deg, #2faadc 0%, #9feace 100%);
  opacity: .14;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .section-top {
    padding: 0 0 20px 0;
  }
}

/* ------------------------------
## mv
------------------------------- */
.mv {
  width: 100%;
  height: 700px;
  background: url("/img/top/mv_img01-pc.jpg") no-repeat center center/cover;
  position: relative;
  display: block;
  overflow: hidden;
}

.mv_bg-1,
.mv_bg-2,
.mv_bg-3 {
  position: absolute;
  width: 100%;
  height: 700px;
  opacity: 0;
}

.mv_bg-1 {
  top: -18%;
  left: 10%;
}

.mv_bg-2,
.mv_bg-3 {
  top: 0;
  left: 0;
}

.is-scroll .mv_bg-1,
.is-scroll .mv_bg-2,
.is-scroll .mv_bg-3 {
  top: 0;
  left: 0;
  opacity: 1;
}

.mv_bg-1 {
  background: url("/img/top/mv-bg-1-pc.png") no-repeat center center/cover;
}

.mv_bg-2 {
  background-image: url("/img/top/mv-bg-2-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -25vw 25vw;
}

.mv_bg-3 {
  background: url("/img/top/mv-bg-3-pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.is-scroll .mv_bg-1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 1.21, 0.64, 0.98);
  transition-timing-function: cubic-bezier(0.3, 1.21, 0.64, 0.98);
}

.is-scroll .mv_bg-2 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background-image: url("/img/top/mv-bg-2-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 1.21, 0.64, 0.98);
  transition-timing-function: cubic-bezier(0.3, 1.21, 0.64, 0.98);
}

.is-scroll .mv_bg-3 {
  opacity: 1;
  background-size: 100%;
  -webkit-animation: circle 1s .5s both;
  animation: circle 1s .5s both;
}

@keyframes circle {
  0% {
    opacity: 0;
    background-size: 0;
  }

  60% {
    opacity: 0;
    background-size: 95%;
  }

  100% {
    opacity: 1;
    background-size: 100%;
  }
}

@-webkit-keyframes circle {
  0% {
    opacity: 0;
    background-size: 0;
  }

  60% {
    opacity: 0;
    background-size: 95%;
  }

  100% {
    opacity: 1;
    background-size: 100%;
  }
}

.mv .p_copy {
  font-weight: bold;
  font-size: 5.0rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  position: absolute;
  top: 80px;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .mv .p_copy {
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    height: 52vw;
    background: url("/img/top/mv_img01-sp.jpg") no-repeat center center/cover;
  }

  .mv_bg-1,
  .mv_bg-2,
  .mv_bg-3 {
    position: absolute;
    width: 100%;
    height: 52vw;
    opacity: 0;
  }

  .mv_bg-1 {
    top: -18%;
    left: 10%;
  }

  .mv_bg-3 {
    top: 0;
    left: 0;
  }

  .is-scroll .mv_bg-1,
  .is-scroll .mv_bg-2 {
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  .is-scroll .mv_bg-3 {
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition: 2s;
    transition: 2s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: 1.25s;
    transition: 1.25s;
    transition-delay: 1s;
  }

  .mv_bg-1 {
    background: url("/img/top/mv-bg-1-sp.png") no-repeat center center/cover;
  }

  .mv_bg-2 {
    background-image: url("/img/top/mv-bg-2-sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -25vw 25vw;
  }

  .is-scroll .mv_bg-2 {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    background-image: url("/img/top/mv-bg-2-sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }

  .mv_bg-3 {
    background: url("/img/top/mv-bg-3-sp.png") no-repeat center center/cover;
  }

  .mv .p_copy {
    font-size: 5.2vw;
    line-height: 1.7;
    top: 9vw;
    left: 4vw;
  }
}

.mv_btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 450px auto auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mv_btn-wrap li {
  margin: 0 5em;
  width: 345px;
}

@media screen and (max-width: 768px) {
  .mv_btn-wrap {
    margin: 40% auto auto;
  }

  .mv_btn-wrap li {
    margin: 0 1em;
    width: 90%;
  }
}

.btn_corp,
.btn_sch {
  color: #fff;
  font-size: 3.0rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 68px;
  border-radius: 34px;
  background: #4881ff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 170, 220, 0.72)), to(#4881ff));
  background: linear-gradient(to right, rgba(47, 170, 220, 0.72) 0%, #4881ff 100%);
  position: relative;
}

@media screen and (max-width: 768px) {

  .btn_corp,
  .btn_sch {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    padding: 0.8em 2em;
    height: auto;
    border-radius: 2em;
    width: 100%;
  }
}

@media screen and (max-width: 414px) {

  .btn_corp,
  .btn_sch {
    font-size: 3vw;
  }
}

.btn_corp {
  background: #48d89e;
  background: -webkit-gradient(linear, left top, right top, from(#48d89e), to(#a3f07a));
  background: linear-gradient(to right, #48d89e 0%, #a3f07a 100%);
}

.btn_corp:hover,
.btn_sch:hover {
  color: #48d89e;
  background: white;
  border: 3px solid;
  transition: background .3s;
}

.btn_sch:hover {
  color: #2faadc;
}

/* ------------------------------
## news
------------------------------- */
.section-news .lyt-inner {
  max-width: 1350px;
  margin-top: -105px;
}

@media screen and (max-width: 768px) {
  .section-news .lyt-inner {
    margin-top: 15px;
  }
}

.box-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  border-radius: 9px;
  padding: 30px 30px 40px 30px;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.11);
  position: relative;
}

.box-news .box_title {
  width: 140px;
}

.box-news .box_title>span:first-of-type {
  font-size: 1.5rem;
  display: block;
}

.box-news .box_title>span:last-of-type {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  display: block;
  margin: 10px 0 0 0;
}

.box-news .box_container01 {
  width: calc(100% - 140px);
  position: relative;
}

.box-news .box_link01 {
  text-align: right;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 768px) {
  .box-news {
    display: block;
    border-radius: 4px;
    padding: 20px 15px 20px 15px;
    -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.11);
  }

  .box-news .box_title {
    width: 100%;
  }

  .box-news .box_title>span:first-of-type {
    font-size: 1.4rem;
    text-align: center;
  }

  .box-news .box_title>span:last-of-type {
    font-size: 2.0rem;
    text-align: center;
    margin: 10px 0 0 0;
  }

  .box-news .box_container01 {
    width: 100%;
    margin: 15px 0 0 0;
  }

  .box-news .box_link01 {
    text-align: center;
    margin: 15px 0 0 0;
  }
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 0 0 35px;
  position: relative;
}

.newsList:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #2faadc;
  background: -webkit-gradient(linear, left top, left bottom, from(#2faadc), to(#9feace));
  background: linear-gradient(to bottom, #2faadc 0%, #9feace 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.newsList>dt {
  width: 160px;
  padding: 13px 0;
  border-bottom: 1px solid #dcdddd;
}

.newsList>dd {
  width: calc(100% - 160px);
  padding: 13px 0;
  border-bottom: 1px solid #dcdddd;
}

.newsList>dt:first-of-type,
.newsList>dd:first-of-type {
  border-top: 1px solid #dcdddd;
}

.newsList_date {
  font-size: 1.5rem;
  margin: 0 10px 0 0;
}

.newsList_tag {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  text-align: center;
  display: inline-block;
  min-width: 70px;
  border-radius: 6px;
  padding: 3px 5px 4px 5px;
  background: #00becc;
}

.newsList_tag.tag-a {
  background: #00becc;
}

.newsList_tag.tag-c {
  background: #2faadc;
}

.newsList_tag.tag-s {
  background: #48d89e;
}

.newsList_text {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  .newsList {
    display: block;
    padding: 0 0 0 0;
  }

  .newsList:before {
    content: none;
  }

  .newsList>dt {
    width: 100%;
    padding: 10px 0;
    border-bottom: none;
  }

  .newsList>dd {
    width: 100%;
    padding: 0 0 15px 0;
  }

  .newsList>dd:first-of-type {
    border-top: none;
  }

  .newsList_date {
    font-size: 1.2rem;
    margin: 0 10px 0 0;
  }

  .newsList_tag {
    font-size: 1.2rem;
    min-width: 50px;
    border-radius: 3px;
    padding: 3px 3px 4px 3px;
  }

  .newsList_text {
    font-size: 1.35rem;
    padding: 0 0 0 0;
  }
}

/* ------------------------------
## section-01
------------------------------- */
.section-01 {
  padding: 60px 0 15px 0;
  position: relative;
}

.section-01 .p_text-01 {
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  text-align: center;
  width: 545px;
  height: 78px;
  padding: 16px 0 0 0;
  background: url("/img/top/balloon01-pc.png") no-repeat center center/contain;
  margin: 0 auto 45px auto;
}

.section-01 .p_arrow-01 {
  width: 203px;
  height: 67px;
  margin: 55px auto 0 auto;
}

.section-01 .p_text-02 {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
  margin: 40px auto 0 auto;
}

.section-01 .p_text-02 i {
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .section-01 .p_text-02 {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 15px auto 0 auto;
  }

  .section-01 .p_text-02 i {
    font-size: 1.4rem;
  }
}

.section-01 .p_text-02 i {
  display: inline-block;
  position: relative;
}

.section-01 .p_text-02 i:before {
  content: '';
  display: block;
  width: 100%;
  height: 20%;
  background: #2faadc;
  background: -webkit-gradient(linear, left top, right top, from(#2faadc), to(#9feace));
  background: linear-gradient(to right, #2faadc 0%, #9feace 100%);
  position: absolute;
  top: 58%;
  left: 0;
  z-index: -1;
  opacity: .61;
}

@media screen and (max-width: 768px) {
  .section-01 {
    padding: 30px 0 15px 0;
  }

  .section-01 .p_text-01 {
    font-size: 1.6rem;
    letter-spacing: 0;
    width: 276px;
    height: 49px;
    padding: 12px 0 0 0;
    background: url("/img/top/balloon01-sp.png") no-repeat center center/contain;
    margin: 0 auto 22px auto;
  }

  .section-01 .p_arrow-01 {
    width: 102px;
    height: 34px;
    margin: 28px auto 0 auto;
  }
}

.box-a_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.box-a_wrap>* {
  width: 31%;
  max-width: 340px;
}

.box-a {
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  padding: 28px 10px 30px 10px;
}

.box-a .box_img {
  width: calc(220/340 * 100%);
  margin: 0 auto;
}

.box-a .box_text01 {
  font-weight: bold;
  font-size: 2.0rem;
  letter-spacing: 0.18em;
  text-align: center;
  margin: 25px 0 20px 0;
}

.box-a-01 .box_text01 {
  color: #00becc;
}

.box-a-02 .box_text01 {
  color: #ffb83c;
}

.box-a-03 .box_text01 {
  color: #29cc5f;
}

.box-a .box_list>li+li {
  margin-top: 20px;
}

.box-a .box_list_num {
  text-align: center;
  display: block;
  margin: 5px 0 8px 0;
}

.box-a .box_list_num>img {
  height: 12px;
  width: auto;
}

.box-a .box_list_text {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}

.box-a-01 .box_list_text i {
  display: inline-block;
  background: #a8d9d2;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(38%, transparent), color-stop(39%, #a8d9d2), to(#a8d9d2));
  background: linear-gradient(to bottom, transparent 0%, transparent 38%, #a8d9d2 39%, #a8d9d2 100%);
}

.box-a-02 .box_list_text i {
  background: #ffe58d;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(38%, transparent), color-stop(39%, #ffe58d), to(#ffe58d));
  background: linear-gradient(to bottom, transparent 0%, transparent 38%, #ffe58d 39%, #ffe58d 100%);
}

.box-a-03 .box_list_text i {
  background: #c9de7e;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(38%, transparent), color-stop(39%, #c9de7e), to(#c9de7e));
  background: linear-gradient(to bottom, transparent 0%, transparent 38%, #c9de7e 39%, #c9de7e 100%);
}

@media screen and (max-width: 768px) {
  .box-a_wrap {
    display: block;
  }

  .box-a_wrap>* {
    width: 100%;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }

  .box-a_wrap>*+* {
    margin-top: 15px;
  }

  .box-a {
    height: auto;
    -webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 20px 10px 25px 10px;
  }

  .box-a .box_img {
    width: 175px;
  }

  .box-a .box_text01 {
    font-size: 1.4rem;
    margin: 12px 0 12px 0;
  }

  .box-a .box_list>li+li {
    margin-top: 15px;
  }

  .box-a .box_list_num {
    margin: 3px 0 5px 0;
  }

  .box-a .box_list_num>img {
    height: 10px;
  }

  .box-a .box_list_text {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

/* ------------------------------
## section-02
------------------------------- */
.section-02 {
  padding: 180px 0 165px 0;
  background: rgba(47, 170, 220, 0.14);
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 170, 220, 0.14)), to(rgba(159, 234, 206, 0.14)));
  background: linear-gradient(to right, rgba(47, 170, 220, 0.14) 0%, rgba(159, 234, 206, 0.14) 100%);
  position: relative;
}

.section-02 .p_text-01 {
  font-size: 2.0rem;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
  margin: 40px auto 0 auto;
}

.section-02 .p_text-01 i {
  font-weight: bold;
  font-size: 2.4rem;
}

.section-02 .p_text-01 span {
  border-bottom: 3px solid rgba(47, 170, 220, 0.61);
}

@media screen and (max-width: 768px) {
  .section-02 {
    padding: 60px 0 60px 0;
  }

  .section-02 .p_text-01 {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    margin: 25px auto 0 auto;
  }

  .section-02 .p_text-01 i {
    font-size: 1.4rem;
  }

  .section-02 .p_text-01 span {
    border-width: 2px;
  }
}

.block-a {
  margin: 80px auto 0 auto;
}

.block-a .block_title-en {
  font-weight: bold;
  color: #00becc;
  font-size: 3.0rem;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
}

.block-a .block_title-en span {
  display: inline-block;
  position: relative;
  padding: 0 50px;
}

.block-a .block_title-en span:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: #00becc;
  position: absolute;
  top: 50%;
  left: 0;
}

.block-a .block_title-en span:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: #00becc;
  position: absolute;
  top: 50%;
  left: 0;
  left: auto;
  right: 0;
}

.block-a .block_title {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
  margin: 15px 0 0 0;
}

.block-a .block_figure {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 768px) {
  .block-a {
    margin: 30px auto 0 auto;
  }

  .block-a .block_title-en {
    font-size: 1.6rem;
  }

  .block-a .block_title-en span {
    padding: 0 25px;
  }

  .block-a .block_title-en span:before,
  .block-a .block_title-en span:after {
    width: 15px;
    height: 2px;
  }

  .block-a .block_title {
    font-size: 1.2rem;
    margin: 8px 0 0 0;
  }

  .block-a .block_figure {
    max-width: 345px;
    margin: 15px auto 0 auto;
  }
}

/* ------------------------------
## section-03
------------------------------- */
.section-03 {
  padding: 70px 0 25px 0;
  position: relative;
}

.section-03 .p_text-01 {
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 70px;
  text-align: center;
  margin: 60px 0 40px 0;
}

.section-03 .p_text-01 i {
  font-size: 4.0rem;
}

.section-03 .p_hdg-02 {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 80px 0 40px 0;
}

@media screen and (max-width: 820px) {
  .section-03 .p_text-01 i {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 768px) {
  .section-03 {
    padding: 30px 0 15px 0;
    position: relative;
  }

  .section-03 .p_text-01 {
    font-size: 1.4rem;
    line-height: 25px;
    margin: 25px 0 20px 0;
  }

  .section-03 .p_text-01 i {
    font-size: 2.25rem;
  }

  .section-03 .p_hdg-02 {
    font-size: 1.4rem;
    margin: 25px 0 20px 0;
  }
}

.box-results {
  background: #f3f5f6;
  padding: 30px 0 20px 0;
}

.box-results .box_text01 {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 0 30px;
}

.box-results .box_note01 {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: right;
  padding: 0 40px;
  margin: 18px 0 0 0;
}

.box-results .box_container01 {
  padding: 0 30px;
  margin: 15px 0 0 0;
}

.box-results .box_container02 {
  text-align: right;
  padding: 0 30px;
  margin: 20px 0 0 0;
}

.list-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-results>* {
  width: 12.5%;
  padding: 0 8px;
}

.item-results>dt {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-align: center;
  width: 100%;
  padding: 8px 2px;
  background: #00becc;
}

.item-results>dd {
  font-size: 2.0rem;
  letter-spacing: 0.08em;
  text-align: center;
  width: 100%;
  padding: 8px 2px;
  background: #d2f4f7;
  margin: 5px 0 0 0;
}

@media screen and (max-width: 1180px) {
  .list-results>* {
    padding: 0 4px;
  }

  .item-results>dt,
  .item-results>dd {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 920px) {

  .item-results>dt,
  .item-results>dd {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .box-results {
    max-width: 345px;
    margin: 0 auto;
    padding: 15px 0 15px 0;
  }

  .box-results .box_text01 {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0 10px;
  }

  .box-results .box_note01 {
    font-size: 1.0rem;
    line-height: 1.4;
    padding: 0 10px;
    margin: 10px 0 0 0;
  }

  .box-results .box_container01 {
    padding: 0 0;
    margin: 10px 0 0 0;
  }

  .box-results .box_container02 {
    text-align: right;
    padding: 0 10px;
    margin: 5px 0 0 0;
  }

  .list-results {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 336px;
    margin: 0 auto;
  }

  .list-results>* {
    width: 84px;
    padding: 0 2px;
    margin: 0 0 10px 0;
  }

  .item-results>dt {
    font-size: 1.1rem;
    padding: 8px 2px;
  }

  .item-results>dd {
    font-size: 1.2rem;
    padding: 8px 2px;
    margin: 3px 0 0 0;
  }
}

.block-univ>dt {
  color: #00becc;
  font-size: 2.0rem;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}

.block-univ>dt:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #00becc;
  position: absolute;
  top: 50%;
  left: 0;
}

.block-univ>dt span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.block-univ>dd {
  padding: 30px 0 10px 0;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.7;
}

.block-univ>dd+dt {
  margin-top: 30px;
}

.block-univ .block_note01 {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  position: absolute;
  bottom: 30px;
  right: 10px;
}

.p_annotation {
  font-size: 1.4rem;
  text-align: right;
}

.list-univ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-univ>li {
  margin: 0 5px;
}

.list-univ-03 {
  max-width: 940px;
  margin: 30px auto 0 auto;
}

.list-univ .list_item img {
  height: 55px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .block-univ {
    max-width: 500px;
    margin: 0 auto;
  }

  .block-univ>dt {
    font-size: 1.4rem;
  }

  .block-univ>dt:before {
    height: 1px;
  }

  .block-univ>dt span {
    padding: 0 5px;
  }

  .block-univ>dd {
    padding: 15px 0 5px 0;
  }

  .block-univ>dd+dt {
    margin-top: 15px;
  }

  .block-univ .block_note01 {
    font-size: 1.2rem;
    bottom: 30px;
    right: calc(25% - 2em);
  }

  .list-univ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 345px;
    margin: 0 auto;
  }

  .list-univ>li {
    text-align: center;
    width: 50%;
    margin: 0 0 10px 0;
  }

  .list-univ-03 {
    margin: 0 auto 0 auto;
  }

  .list-univ .list_item img {
    height: 42px;
  }
}

/* ------------------------------
## section-04
------------------------------- */
.section-04 {
  padding: 190px 0 75px 0;
  background: rgba(47, 170, 220, 0.14);
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 170, 220, 0.14)), to(rgba(159, 234, 206, 0.14)));
  background: linear-gradient(to right, rgba(47, 170, 220, 0.14) 0%, rgba(159, 234, 206, 0.14) 100%);
  position: relative;
}

.section-04 .p_text-01 {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
  margin: 50px 0 0 0;
}

.section-04 .p_item_wrap {
  margin: 50px 0 0 0;
}

.section-04 .p_item_wrap>*+* {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .section-04 {
    padding: 60px 0 60px 0;
  }

  .section-04 .p_text-01 {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: left;
    margin: 25px 0 0 0;
  }

  .section-04 .p_item_wrap {
    margin: 20px 0 0 0;
  }

  .section-04 .p_item_wrap>*+* {
    margin-top: 20px;
  }
}

.banner-a {
  display: block;
  width: 100%;
  padding: 1px;
  background: #4881ff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 170, 220, 0.72)), to(#4881ff));
  background: linear-gradient(to right, rgba(47, 170, 220, 0.72) 0%, #4881ff 100%);
  position: relative;
}

.banner-a-02 {
  background: #48d89e;
  background: -webkit-gradient(linear, left top, right top, from(#48d89e), to(#a3f07a));
  background: linear-gradient(to right, #48d89e 0%, #a3f07a 100%);
}

.banner-a .banner_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  height: 210px;
  position: relative;
}

.banner-a .banner_inner:before {
  content: '';
  display: block;
  width: 308px;
  height: 100%;
  background: url("/img/top/banner_a01_thumb-pc.jpg") no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: 0;
}

.banner-a-02 .banner_inner:before {
  background-image: url("/img/top/banner_a02_thumb-pc.jpg");
}

.banner-a .banner_inner:after {
  content: '';
  display: block;
  width: 22px;
  height: 66px;
  background: url("/img/top/banner_a01_arrow.png") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.banner-a-02 .banner_inner:after {
  background-image: url("/img/top/banner_a02_arrow.png");
}

.banner-a .banner_text01 {
  color: #fff;
  font-size: 3.0rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 345px;
  height: 68px;
  border-radius: 34px;
  background: #4881ff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 170, 220, 0.72)), to(#4881ff));
  background: linear-gradient(to right, rgba(47, 170, 220, 0.72) 0%, #4881ff 100%);
  margin: 0 35px;
  position: relative;
}

.banner-a-02 .banner_text01 {
  background: #48d89e;
  background: -webkit-gradient(linear, left top, right top, from(#48d89e), to(#a3f07a));
  background: linear-gradient(to right, #48d89e 0%, #a3f07a 100%);
}

.banner-a .banner_text02 {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 2;
  width: 400px;
}

@media screen and (max-width: 1200px) {
  .banner-a {
    height: 210px;
  }

  .banner-a .banner_inner:before {
    width: calc(308/1160 * 100%);
  }

  .banner-a .banner_text01 {
    font-size: calc(30/1160 * 100vw);
    width: calc(345/1160 * 100%);
    height: 68px;
    border-radius: 34px;
    margin: 0 calc(35/1160 * 100%);
  }

  .banner-a .banner_text02 {
    font-size: 1.5rem;
    line-height: 2;
    width: calc(400/1160 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .banner-a {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
  }

  .banner-a .banner_inner {
    display: block;
    height: auto;
    padding: 70px 0 0 0;
  }

  .banner-a .banner_inner:before {
    width: 100%;
    height: 70px;
    background: url("/img/top/banner_a01_thumb-sp.jpg") no-repeat center center/cover;
  }

  .banner-a-02 .banner_inner:before {
    background-image: url("/img/top/banner_a02_thumb-sp.jpg");
  }

  .banner-a .banner_inner:after {
    width: 11px;
    height: 33px;
    top: 18px;
    right: 10px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .banner-a .banner_text01 {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    width: 180px;
    height: 34px;
    border-radius: 17px;
    margin: 0 0;
    position: absolute;
    top: 18px;
    left: 15px;
  }

  .banner-a .banner_text02 {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    width: 100%;
    padding: 15px 20px;
  }
}

/* ------------------------------
## seminar-01
------------------------------- */
.seminar-01 {
  padding: 50px 0 75px 0;
  background: rgba(47, 170, 220, 0.14);
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 170, 220, 0.14)), to(rgba(159, 234, 206, 0.14)));
  background: linear-gradient(to right, rgba(47, 170, 220, 0.14) 0%, rgba(159, 234, 206, 0.14) 100%);
  position: relative;
}

.seminar-01 .p_text-01 {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 2.1;
  text-align: center;
  margin: 50px 0 0 0;
}

.seminar-01 .p_item_wrap {
  margin: 50px 0 0 0;
}

.seminar-01 .p_item_wrap>*+* {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .seminar-01 {
    padding: 60px 0 60px 0;
  }

  .seminar-01 .p_text-01 {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: left;
    margin: 25px 0 0 0;
  }

  .seminar-01 .p_item_wrap {
    margin: 20px 0 0 0;
  }

  .seminar-01 .p_item_wrap>*+* {
    margin-top: 20px;
  }
}

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