@charset "UTF-8";

/* ano css
---------------------------------------------------------------------------- */

.bc {
  font-size: 150%;
  font-weight: bold;
}

.renew-top a .cmn-link-ul {
  color: #0071be;
  transition: .3s ease;
}

.accordion ul {
  margin: 0;
  background: #e7e7e7;
  max-height: 0;
  overflow: hidden;
  transition: all .8s;
}

.accordion.open ul {
  max-height: 300px;
}

.accordion li {
  padding: 5px 0;
}

/* アコーディオン css
---------------------------------------------------------------------------- */

.accbox {
  margin: 0;
  padding: 20px;
}

.accbox p {
  line-height: 1.75;
  margin-bottom: 2em;
}

.accbox label {
  display: block;
  color: #2f8fcf;
  font-weight: bold;
  /*background :#a4cbf3;*/
  cursor: pointer;
  transition: all 0.5s;
}

.accbox label:hover {
  /*background :#85baef;*/
}

.accbox input {
  display: none;
}

.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.cssacc:checked+.accshow {
  height: auto;
  padding: 10px 0;

  opacity: 1;
}


/* アコーディオン2 css
---------------------------------------------------------------------------- */
.acd-check {
  display: none;
}

.acd-label {
  background: #333;
  color: #000;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
}

.acd-content {
  border: 1px solid #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}

.acd-check:checked+.acd-label+.acd-content {
  height: 40px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

/*waku---------------------------------------------------*/
.waku {
  margin: 0;
  /* デフォルトCSS打ち消し */
  border-bottom: solid 3px;
  /* 線指定 */
  padding-bottom: 5px;
  /* 余白指定 */
  margin-bottom: 15px;
  /* 周りの余白指定 */
  position: relative;
  /* 位置調整 */
  font-weight: normal;
  /* 文字の太さ調整 */
}

p {
  margin: 0;
  /* デフォルトCSS打ち消し */
  line-height: 1.75;
  margin-bottom: 1em;
}

.waku:before {
  content: '';
  /* 空白の要素を作る */
  width: 60px;
  /* 幅指定 */
  height: 3px;
  /* 高さ指定 */
  background-color: #42a6ff;
  /* 背景色指定 */
  display: block;
  /* ブロック要素にする */
  position: absolute;
  /* 位置調整 */
  left: 0;
  /* 位置調整 */
  bottom: -3px;
  /* 位置調整 */
}



.cptitle {
  margin: 0;
  /* デフォルトCSS打ち消し */
  font-size: 24px;
  /* 文字サイズ指定 */
  position: relative;
  /* 位置調整 */
  font-weight: normal;
  /* 文字の太さ調整 */
  display: inline-block;
  /* インラインブロックにする */
  background-color: #fff;
  /* 背景色指定 */
  margin-left: 20px;
  /* 周りの余白指定 */
  padding: 0 10px;
  /* 余白指定 */
}

p {
  margin: 0;
  /* デフォルトCSS打ち消し */
  line-height: 2;
  /* 行間調整 */
}

.cptitle-wrap {
  position: relative;
  /* 位置調整 */
  margin-bottom: 15px;
  /* 周りの余白指定 */
}

.cptitle-wrap:before {
  content: '';
  /* 空白の要素を作る */
  background-color: #000;
  /* 背景色指定 */
  display: block;
  /* ブロック要素にする */
  position: absolute;
  /* 位置調整 */
  left: 0;
  /* 位置調整 */
  width: 100%;
  /* 幅指定 */
  height: 1px;
  /* 高さ指定 */
  top: 0;
  /* 位置調整 */
  bottom: 0;
  /* 位置調整 */
  margin: auto;
  /* 位置調整 */
}

/* TOP css
---------------------------------------------------------------------------- */
/*
html {
  overflow-y: scroll;
}
*/

html,
body,
.loading-wrap {
  height: 100%;
}

.renew-top .loading-wrap {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100vw;
  z-index: 9999;
 /* text-align: center;*/
}

.renew-top .loading-wrap figure {
  width: 300px;
}

@media screen and (max-width:767px) {
  .renew-top .loading-wrap figure {
    width: 60vw;
  }
}

.renew-top .loading-wrap::after {
  background: #f9e700;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: .5s ease-in;
  width: 0;
  z-index: 999;
}

.renew-top .loading-wrap.in::after {
  width: 100vw;
  transition: 1s ease;
}

.renew-top .loading-wrap.in.out {
  left: auto;
  right: 0;
  width: 0;
}

.renew-top .loading-wrap.in.out::after {
  left: auto;
  right: 0;
  width: 0;
  transition: 1s ease;
}

.menu {
  /*background: #01558d;*/
  color: white;
  padding: 5px 0 5px 10px;
  cursor: pointer;
}

.accordion ul {
  margin: 0;
  background: #e7e7e7;
  max-height: 0;
  overflow: hidden;
  transition: all .8s;
}

.accordion.open ul {
  max-height: 300px;
}

.accordion li {
  padding: 5px 0;
}

.bc {
  font-size: 150%;
  font-weight: bold;
}

.ts {
  font-size: 1rem;
  color: #fff;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 999999;
  position: fixed;
  margin: auto;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 300px;
  background: #26bedd;
  border: none;
  overflow: hidden;
}

@media screen and (max-width:767px) {
  .pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 999999;
    position: fixed;
    margin: auto;
    top: 25vw;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 90vw;
    background: #26bedd;
    border: none;
    overflow: hidden;
  }
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 200px;
  /*position: fixed;*/
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #000;
}

.pace.pace-inactive {
  display: none;
}

.renew-top .cmn-link-btn {
  margin: auto 0 0 auto;
}

.renew-top .aco .cmn-link-btn a {
  align-items: center;
  background: #fff;
  border: 1px solid #272727;
  border-radius: 30px;
  color: #161616;
  display: flex;
  font-size: 14px;
  height: 60px;
  justify-content: space-between;
  padding: 0 20px 0 25px;
  position: relative;
  transition: .3s ease;
  width: 260px;
}

@media screen and (max-width:767px) {
  .renew-top .cmn-link-btn a {
    border-radius: 8.13vw;
    font-size: 3.73vw;
    height: 16.26vw;
    padding: 0 7.33vw 0 8.66vw;
    width: auto;
  }
}

.renew-top .cmn-link-btn a:hover {
  background: #f9e700;
  border: 1px solid #f9e700;
  color: #fff;
  transition: .3s ease;
}

.renew-top .cmn-move-arrow.type01 {
  background: url("/images/top/cmn_icon_arr_w.png") center center /contain no-repeat;
  display: inline-block;
  height: 12px;
  margin-left: auto;
  margin-right: 0;
  transition: .3s ease;
  width: 31px;
  z-index: 1;
}

.renew-top a:hover .cmn-move-arrow.type01 {
  margin-right: -5px;
}

@media screen and (max-width:767px) {
  .renew-top .cmn-move-arrow.type01 {
    height: 2.8vw;
    width: 9.466vw;
  }

  .renew-top a:hover .cmn-move-arrow.type01 {
    margin-right: -1.33vw;
  }
}

.renew-top .cmn-move-arrow.type02 {
  background: url("/images/top/cmn_icon_arr_b.png") center center /contain no-repeat;
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  transition: .3s ease;
  vertical-align: middle;
  width: 25px;
}

.renew-top a:hover .cmn-move-arrow.type02 {
  margin-left: 15px;
}

@media screen and (max-width:767px) {
  .renew-top .cmn-move-arrow.type02 {
    height: 2.13vw;
    margin-left: 2.66vw;
    width: 6.4vw;
  }

  .renew-top a:hover .cmn-move-arrow.type02 {
    margin-left: 3.99vw;
  }
}

.renew-top .cmn-move-arrow.type03 {
  background: url("/images/top/cmn_icon_arr_blk.png") center center /contain no-repeat;
  display: block;
  height: 12px;
  transition: .3s ease;
  top: calc(50% - 6px);
  right: 20px;
  position: absolute;
  width: 31px;
}

.renew-top a:hover .cmn-move-arrow.type03 {
  background: url("/images/top/cmn_icon_arr_blk_rev.png") center center /contain no-repeat;
  right: 15px;
}

@media screen and (max-width:767px) {
  .renew-top .cmn-move-arrow.type03 {
    height: 2.8vw;
    top: calc(50% - 1.4vw);
    right: 5.33vw;
    width: 9.466vw;
  }

  .renew-top a:hover .cmn-move-arrow.type03 {
    right: 4vw;
  }
}

.renew-top .cmn-mask {
  display: inline-block;
  position: relative;
}

@media screen and (max-width:767px) {
  .renew-top .cmn-mask {
    display: block;
  }
}

.renew-top .cmn-mask::after {
  background: #f9e700;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 10;
}

.renew-top .cmn-mask.in::after {
  transition: .9s ease;
  width: 100%;
}

.renew-top .cmn-mask.in.out::after {
  transition: .9s ease;
  left: auto;
  right: 0;
  width: 0;
}

/* mv
---------------------------------------------------------------------------- */
.renew-top .mv {
  background: url("/junior/img/jrmain_visual_pc.jpg") center center /cover no-repeat;
  display: block;
  height: 900px;
  position: relative;
  width: 100%;
}

@media screen and (max-width:1440px) {
  .renew-top .mv {
    height: 62.5vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .mv {
    background: url("/junior/img/jrmain_visual_sp.jpg") center center/cover no-repeat;
    height: 142.66vw;
  }
}

.renew-top .mv h2 {
  /*background: url("/junior/assets/img/main_visual_title_bg.png") left bottom /contain no-repeat;*/
  bottom: calc(50% - 200px);
  font-size: 35px;
  height: 150px;
  left: calc(50% + 10px);
  line-height: 70px;
  padding-left: 235px;
  position: absolute;
  width: 680px;
}

@media screen and (max-width:1440px) {
  .renew-top .mv h2 {
    bottom: calc(50% - 15vw);
    font-size: 2.5vw;
    height: 12.416vw;
    left: calc(50% + .634vw);
    line-height: 7.22vw;
    padding-left: 15.5vw;
    width: 47.22vw;
  }
}

@media screen and (max-width:1200px) {
  .renew-top .mv h2 {
    bottom: 20vw;
  }
}

@media screen and (max-width:1100px) {
  .renew-top .mv h2 {
    bottom: 12vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .mv h2 {
    /*background: url("/junior/assets/img/main_visual_title_bg_sp.png") center bottom /contain no-repeat;*/
    bottom: 2vw;
    font-size: 5vw;
    height: 26.33vw;
    line-height: 45vw;
    left: 0;
    padding-left: 20.16vw;
    width: 100%;
  }
}

/* block01
---------------------------------------------------------------------------- */
.renew-top .block01.off {
  opacity: 0;
  margin-top: -100px;
  padding-bottom: 3px;
}

@media screen and (max-width:767px) {
  .renew-top .block01.off {
    margin-top: 8vw;
    padding-bottom: 4vw;
  }
}

.renew-top .block01 {
  background: url("/images/top/section-bg.png") right bottom /calc(50% + 210px) calc(100% - 122px) no-repeat;
  display: flex;
  justify-content: center;
  margin-top: -122px;
  opacity: 1;
  transition: 1s ease-in-out;
  padding-bottom: 25px;
}

@media screen and (max-width:1340px) {
  .renew-top .block01 {
    background: url("/images/top/section-bg.png") right bottom /calc(50% + 15.67vw) calc(100% - 9.1vw) no-repeat;
    margin-top: -9.1vw;
    padding-bottom: 25px;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block01 {
    background: url("/images/top/section-bg.png") right bottom /60vw 100% no-repeat;
    display: block;
    margin-top: 0;
    overflow: hidden;
    padding: 10vw 0 12vw;
  }
}

.renew-top .block01 .title-box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  order: 2;
  height: 380px;
  padding: 85px 0 0 50px;
  position: relative;
  width: 330px;
  z-index: 3;
}

@media screen and (max-width:1340px) {
  .renew-top .block01 .title-box {
    height: 28.35vw;
    padding: 6.34vw 0 0 3.73vw;
    width: 24.62vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block01 .title-box {
    align-items: flex-end;
    flex-direction: row;
    height: 28vw;
    justify-content: space-between;
    padding: 0 4vw 7.33vw 2.66vw;
    position: relative;
    width: 100%;
  }
}

.renew-top .block01 .title-box h2 {
  background: url("/images/top/block01_title_bg.png") center top /contain no-repeat;
  display: block;
  font-size: 18px;
  height: 110px;
  line-height: 1.75;
  padding: 52px 0 0 30px;
  width: 294px;
}

@media screen and (max-width:1340px) {
  .renew-top .block01 .title-box h2 {
    font-size: 1.34vw;
    height: 8.2vw;
    padding: 3.88vw 0 0 2.23vw;
    width: 16.41vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block01 .title-box h2 {
    background: url("/images/top/block01_title_bg.png") left top /32vw auto no-repeat;
    font-size: 4.8vw;
    height: 20vw;
    padding: 5.16vw 0 0 4vw;
    width: 53.33vw;
  }
}

.renew-top .block01 .slide-btn {
  display: block;
  height: 50px;
  position: relative;
  margin: auto 0 0 15px;
  width: 110px;
}

@media screen and (max-width:1340px) {
  .renew-top .block01 .slide-btn {
    height: 3.73vw;
    margin: auto 0 0 11.11vw;
    width: 8.2vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block01 .slide-btn {
    height: 10.66vw;
    margin: 0;
    width: 22.66vw;
  }
}

.renew-top .block01 .slide-btn span {
  font-size: 0;
  width: 0;
  height: 0;
}

.renew-top .block01 .slide-btn .btn-prev,
.renew-top .block01 .slide-btn .btn-next {
  align-items: center;
  background: #fff;
  border: 1px solid #262626;
  border-radius: 25px;
  display: flex;
  height: 50px;
  justify-content: center;
  top: 0;
  position: absolute;
  width: 50px;
}

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

  .renew-top .block01 .slide-btn .btn-prev,
  .renew-top .block01 .slide-btn .btn-next {
    border-radius: 1.8vw;
    height: 3.73vw;
    width: 3.73vw;
  }
}

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

  .renew-top .block01 .slide-btn .btn-prev,
  .renew-top .block01 .slide-btn .btn-next {
    border-radius: 5.33vw;
    height: 10.66vw;
    width: 10.66vw;
  }
}

.renew-top .block01 .slide-btn .btn-prev {
  left: 0
}

.renew-top .block01 .slide-btn .btn-next {
  right: 0
}

.renew-top .block01 .slide-btn .btn-prev::before {
  content: "▼";
  display: block;
  transform: rotate(90deg);
  font-size: 12px;
}

@media screen and (max-width:1340px) {
  .renew-top .block01 .slide-btn .btn-prev::before {
    font-size: 10px;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block01 .slide-btn .btn-prev::before {
    font-size: 3.2vw;
  }
}

.renew-top .block01 .slide-btn .btn-next::before {
  content: "▼";
  display: block;
  transform: rotate(-90deg);
  font-size: 12px;
}

@media screen and (max-width:1340px) {
  .renew-top .block01 .slide-btn .btn-next::before {
    font-size: 10px;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block01 .slide-btn .btn-next::before {
    font-size: 3.2vw;
  }
}

.renew-top .block01 .slide-btn .btn-prev:hover,
.renew-top .block01 .slide-btn .btn-next:hover {
  background: #26bedd;
  border: 1px solid #0071be;
  color: #fff;
  cursor: pointer;
  transition: .3s ease;
}

.renew-top .block01 .slide-wrap {
  display: block;
  order: 1;
  width: 970px;
}

@media screen and (max-width:1340px) {
  .renew-top .block01 .slide-wrap {
    width: 72.38vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block01 .slide-wrap {
    margin-left: 6.66vw;
    width: 234.64vw;
  }
}

.renew-top .block01 .slide-box {
  display: block;
  margin: 0 10px;
  width: 310px;
}

@media screen and (max-width:1340px) {
  .renew-top .block01 .slide-box {
    margin: 0 .74vw;
    width: 23.13vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block01 .slide-box {
    margin: 0 2.66vw;
    width: 74.66vw;
  }
}

.renew-top .block01 .slide-box a figure {
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  transition: .3s ease;
}

@media screen and (max-width:1340px) {
  .renew-top .block01 .slide-box a figure {
    border-radius: 1.64vw;
    margin-bottom: 1.11vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block01 .slide-box a figure {
    border-radius: 2.93vw;
    margin-bottom: 4.53vw;
  }
}

.renew-top .block01 .slide-box figure::after {
  background: #0071BE;
  border-radius: 22px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width:1340px) {
  .renew-top .block01 .slide-box figure::after {
    border-radius: 1.64vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block01 .slide-box figure::after {
    border-radius: 1.64vw;
  }
}

.renew-top .block01 .slide-box a:hover figure::after {
  opacity: .5;
  transition: .3s ease;
}

@media screen and (max-width:767px) {
  .renew-top .block01 .slide-box a:hover figure::after {
    opacity: 0;
    transition: .3s ease;
  }
}

.renew-top .block01 .slide-box a figure figcaption {
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  bottom: 0;
  left: 0;
  line-height: 1.5;
  padding: 0 0 40px;
  text-align: center;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width:1340px) {
  .renew-top .block01 .slide-box a figure figcaption {
    font-size: 1.79vw;
    padding: 0 0 2.98vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block01 .slide-box a figure figcaption {
    font-size: 5.6vw;
    padding: 0 0 9.33vw;
  }
}

.renew-top .block01 .slide-box a figure figcaption span {
  font-size: 16px;
}

@media screen and (max-width:1340px) {
  .renew-top .block01 .slide-box a figure figcaption span {
    font-size: 1.19vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block01 .slide-box a figure figcaption span {
    font-size: 4.26vw;
  }
}

.renew-top .block01 .slide-box a figure img {
  transition: .3s ease;
}

.renew-top .block01 .slide-box a:hover figure img {
  transform: scale(1.05);
  transition: .3s ease;
}

.renew-top .block01 .slide-box p {
  line-height: 1.75;
}


/* block01_1
---------------------------------------------------------------------------- */
.renew-top .block01_1 {
  /*background: url("/images/top/section-bg.png") right bottom /calc(50% + 320px) 176px no-repeat;*/
  padding: 140px 0 0;
  position: relative;
}

@media screen and (max-width:767px) {
  .renew-top .block01_1 {
    /*background: url("/images/top/section-bg_sp.png") center center /cover no-repeat;*/
    padding: 28vw 0 0;
  }
}

.renew-top .block01_1 h2 {
  background: url("/junior/img/jr_gtitle_img01.png") center center /contain no-repeat;
  font-size: 24px;
  height: 90px;
  letter-spacing: 0.2rem;
  opacity: 1;
  padding: 80px 0 0;
  position: relative;
  top: 0px;
  left: 50%;
  text-align: center;
  transition: 1s ease;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  width: 400px;
}

/* @media screen and (max-width:1340px) {
  .renew-top .block01_1 h2 {
    left: 11.19vw;
  }
} */

@media screen and (max-width:767px) {
  .renew-top .block01_1 h2 {
    background: url("/junior/img/jr_gtitle_img01.png") center top /contain no-repeat;
    font-size: 4vw;
    height: 20.66vw;
    padding: 9.6vw 0 0 0vw;
    top: 15.66vw;
    /* left: 2vw; */
    width: 75vw;
  }
}

.renew-top .block01_1 h2.off {
  top: 8px;
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block01_1 h2.off {
    top: 15.66vw;
    opacity: 1;
  }
}

.renew-top .block01_1 .cmn-mask {
  width: 100%;
}

.renew-top .block01_1 .inner-wrap {
  align-items: center;
  /* background-color: #c4ced4; */
  /*background: url("/junior/img/block_bg.jpg") center center /cover no-repeat;*/
  display: flex;
  justify-content: center;
  height: auto;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: 1s ease;
  /* width: calc(50vw + 540px); */
}

/* @media screen and (max-width:1340px) {
  .renew-top .block01_1 .inner-wrap {
    width: 90.29vw;
  }
} */

@media screen and (max-width:767px) {
  .renew-top .block01_1 .inner-wrap {
    /*background: url("/images/top/block02_bg_sp.jpg") center center /cover no-repeat;*/
    height: auto;
    padding: 10.66vw 0 10.33vw;
    width: 100%;
  }
}

.renew-top .block01_1 .inner-wrap .cont-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* margin-left: calc(50vw - 650px); */
  position: relative;
  width: 1080px;
}

@media screen and (max-width:1340px) {
  .renew-top .block01_1 .inner-wrap .cont-box {
    align-items: center;
    /* margin-left: 20px; */
    width: 80.59vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block01_1 .inner-wrap .cont-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin-left: 0; */
    position: relative;
    width: 100%;
  }
}

.renew-top .block01_1 .inner-wrap .cont-box .txt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin-top: 30px; */
  /* margin-right: 20px; */
  /* margin-left: 65px; */
  text-align: center;
  /* width: 420px; */
}

@media screen and (max-width:767px) {
  .renew-top .block01_1 .inner-wrap .cont-box .txt-box {
    padding: 10.66vw 7.33vw;
    /* margin-left: 0; */
    width: auto;
    text-align: left;
  }
}

.renew-top .block01_1 .inner-wrap .cont-box .txt-box p {
  line-height: 1.75;
  margin-bottom: 2em;
}

@media screen and (max-width:767px) {
  .renew-top .block01_1 .inner-wrap .cont-box .txt-box p {
    line-height: 1.75;
    margin-bottom: 2em;
    padding: 0 1.33vw;
  }
}

.renew-top .block01_1 .inner-wrap.off {
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block01_1 .inner-wrap.off {
    opacity: 1;
  }
}

/* block02
---------------------------------------------------------------------------- */
.renew-top .block02 {
  background: url("/images/top/section-bg.png") right bottom /calc(50% + 320px) 176px no-repeat;
  padding: 140px 0 0;
  position: relative;
}

@media screen and (max-width:767px) {
  .renew-top .block02 {
        /*background: url("/images/top/section-bg_sp.png") center center /cover no-repeat;*/
    padding: 28vw 0 0;
  }
}

.renew-top .block02 h2 {
  background: url("/junior/img/jr_ytitle_img_01.png") center center /contain no-repeat;
  font-size: 32px;
  height: 90px;
  opacity: 1;
  padding: 100px 0 0;
  position: absolute;
  top: 100px;
  left: calc(10% - 10px);
  transition: 1s ease;
  z-index: 3;
  width: 400px;
}

@media screen and (max-width:1340px) {
  .renew-top .block02 h2 {
    left: 7.19vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block02 h2 {
    background: url("/junior/img/jr_ytitle_img_01.png") center top /contain no-repeat;
    font-size: 6.4vw;
    height: 38.66vw;
    padding: 9.6vw 0 0 5.7vw;
    top: 25.66vw;
    left: 2vw;
    width: 56vw;
  }
}

.renew-top .block02 h2.off {
  top: 108px;
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block02 h2.off {
    top: 23.66vw;
    opacity: 1;
    width: 68vw;
  }
}

.renew-top .block02 .cmn-mask {
  width: 100%;
}

.renew-top .block02 .inner-wrap {
  align-items: center;
  background-color: #c4ced4;
  /*background: url("/junior/img/block_bg.jpg") center center /cover no-repeat;*/
  display: flex;
  height: 700px;
  justify-content: center;
  padding: 0;
  position: relative;
  /* width: calc(50vw + 540px); */
}

/* @media screen and (max-width:1340px) {
  .renew-top .block02 .inner-wrap {
    width: 90.29vw;
  }
} */

@media screen and (max-width:767px) {
  .renew-top .block02 .inner-wrap {
    /*background: url("/images/top/block02_bg_sp.jpg") center center /cover no-repeat;*/
    height: auto;
    padding: 16.66vw 0 10.33vw;
    width: 100%;
  }
}

.renew-top .block02 .inner-wrap .cont-box {
  display: flex;
  justify-content: space-between;
  /* margin-left: calc(50vw - 650px); */
  position: relative;
  width: 1080px;
}

@media screen and (max-width:1340px) {
  .renew-top .block02 .inner-wrap .cont-box {
    align-items: center;
    /* margin-left: 20px; */
    width: 80.59vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block02 .inner-wrap .cont-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin-left: 0; */
    position: relative;
    width: 100%;
  }
}

.renew-top .block02 .inner-wrap .cont-box .txt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  margin-left: 65px;
  width: 420px;
}

@media screen and (max-width:767px) {
  .renew-top .block02 .inner-wrap .cont-box .txt-box {
    padding: 10.66vw 7.33vw;
    margin-left: 0;
    width: auto;
  }
}

.renew-top .block02 .inner-wrap .cont-box .txt-box p {
  line-height: 1.75;
  margin-bottom: 0.9em;
}

@media screen and (max-width:767px) {
  .renew-top .block02 .inner-wrap .cont-box .txt-box p {
    line-height: 1.75;
    margin-bottom: 2em;
    padding: 0 1.33vw;
  }
}

.renew-top .block02 .inner-wrap.off {
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block02 .inner-wrap.off {
    opacity: 1;
  }
}

/* block02_1
	---------------------------------------------------------------------------- */
.renew-top .block02_1 {
  background: url("/images/top/section-bg.png") right bottom /calc(50% + 320px) 176px no-repeat;
  max-width: 1340px;
  margin: 0 auto;
  padding: 140px 0 0;
  position: relative;
}

@media screen and (max-width:767px) {
  .renew-top .block02_1 {
       /*background: url("/images/top/section-bg_sp.png") center center /cover no-repeat;*/
    padding: 28vw 0 0;
  }
}

.renew-top .block02_1 h2 {
  background: url("/junior/img/jr_ytitle_img_02.png") center center /contain no-repeat;
  font-size: 16px;
  height: 90px;
  opacity: 1;
  padding: 80px 0 0;
  position: relative;
  top: 0px;
  left: 50%;
  transition: 1s ease;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  width: 400px;
}

/* @media screen and (max-width:1340px) {
  .renew-top .block02_1 h2 {
    left: 11.19vw;
  }
} */

@media screen and (max-width:767px) {
  .renew-top .block02_1 h2 {
    background: url("/junior/img/jr_ytitle_img_02.png") center top /contain no-repeat;
    font-size: 3vw;
    height: 20.66vw;
    padding: 9.6vw 0 0 0vw;
    top: 15.66vw;
    /*left: 2vw;*/
    width: 72vw;
  }
}

.renew-top .block02_1 h2.off {
  top: 8px;
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block02_1 h2.off {
    top: 15.66vw;
    opacity: 1;
  }
}

.renew-top .block02_1 h3 {
  font-size: 20px;
  height: auto;
  opacity: 1;
  padding: 30px 0;
  position: relative;
  top: 0px;
  left: 50%;
  transition: 1s ease;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  width: 350px;
}

@media screen and (max-width:767px) {
  .renew-top .block02_1 h3 {
    font-size: 3.5vw;
    padding: 9.6vw 0 0 5.7vw;
    width: 56vw;
  }
}

.renew-top .block02_1 h3.off {
  top: 8px;
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block02_1 h3.off {
    opacity: 1;
  }
}

.renew-top .block02_1 .cmn-mask {
  width: 100%;
}

.renew-top .block02_1 .inner-wrap {
  align-items: center;
  /*background: url("/junior/assets/img/block02_bg.jpg") center center /cover no-repeat;*/
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  position: relative;
  /* width: calc(50vw + 540px); */
}

/* @media screen and (max-width:1340px) {
  .renew-top .block02_1 .inner-wrap {
    width: 90.29vw;
  }
} */

@media screen and (max-width:767px) {
  .renew-top .block02_1 .inner-wrap {
    /*background: url("/images/top/block02_bg_sp.jpg") center center /cover no-repeat;*/
    height: auto;
    padding: 10.66vw 0 0;
    width: 100%;
  }
}

.renew-top .block02_1 .inner-wrap .cont-box {
  display: flex;
  justify-content: /*space-between*/center;
  /*margin-left: calc(50vw - 650px);*/
  position: relative;
  /* width: 1080px; */
  width: 100%;
}

@media screen and (max-width:1340px) {
  .renew-top .block02_1 .inner-wrap .cont-box {
    align-items: center;
    /*margin-left: 20px;*/
    /* width: 80.59vw; */
    /* width: 100%; */
	width:80%;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block02_1 .inner-wrap .cont-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin-left: 0; */
    position: relative;
    width: 100%;
  }
}

.renew-top .block02_1 .inner-wrap .cont-box figure {
  width: 40%;
}

@media screen and (max-width:767px) {
  .renew-top .block02_1 .inner-wrap .cont-box figure {
    width: auto;
  }
}

.renew-top .block02_1 .inner-wrap .cont-box .txt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin-right: 20px; */
  /* margin-left: 65px; */
  /* width: 470px; */
  padding: 0 50px;
  width: 50%;
}

@media screen and (max-width:767px) {
  .renew-top .block02_1 .inner-wrap .cont-box .txt-box {
    padding: 10.66vw 7.33vw;
    /* margin-left: 0; */
    width: auto;
  }
}

.renew-top .block02_1 .inner-wrap .cont-box .txt-box p {
  line-height: 2;
  margin-bottom: 2em;
}

@media screen and (max-width:767px) {
  .renew-top .block02_1 .inner-wrap .cont-box .txt-box p {
    line-height: 1.75;
    margin-bottom: 2em;
    padding: 0 1.33vw;
  }
}

.renew-top .block02_1 .inner-wrap.off {
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block02_1 .inner-wrap.off {
    opacity: 1;
  }
}

/* block03
---------------------------------------------------------------------------- */
.renew-top .block03 {
  background: url("/images/top/section-bg.png") right top /calc(50% + 320px) 720px no-repeat;
  padding: 140px 0 0;
}

@media screen and (max-width:767px) {
  .renew-top .block03 {
    background: url("/images/top/section-bg.png") right top 67.33vw /84vw calc(100% - 88vw) no-repeat;
    padding: 0 0 0;
  }
}

.renew-top .block03 .cmn-mask {
  width: 100%;
}

.renew-top .block03 .inner-wrap {
  align-items: center;
  /* background-color: #c4ced4; */
  /*background: url("/junior/img/block_bg.jpg") center center /cover no-repeat;*/
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: 1s ease;
  /* width: calc(50vw + 540px); */
}

/* @media screen and (max-width:1340px) {
  .renew-top .block03 .inner-wrap {
    width: 90.29vw;
  }
} */

@media screen and (max-width:767px) {
  .renew-top .block03 .inner-wrap {
    /*background: url("/images/top/block02_bg_sp.jpg") center center /cover no-repeat;*/
    height: auto;
    /* padding: 10.66vw 0 0; */
    width: 100%;
  }
}

.renew-top .block03 .inner-wrap .cont-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  /* margin-left: calc(50vw - 650px); */
  position: relative;
  width: 1080px;
}

@media screen and (max-width:1340px) {
  .renew-top .block03 .inner-wrap .cont-box {
    /* align-items: center; */
    /* margin-left: 20px; */
    width: 80.59vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block03 .inner-wrap .cont-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin-left: 0; */
    position: relative;
    width: 100%;
  }
}

.renew-top .block03 .inner-wrap .cont-box figure {
  text-align: right;
  width: 50%;
}

@media screen and (max-width:767px) {
  .renew-top .block03 .inner-wrap .cont-box figure {
    width: auto;
  }
}

.renew-top .block03 .inner-wrap .cont-box figure img {
  width: 420px;
}

.renew-top .block03 .inner-wrap .cont-box .txt-box {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* margin-right: 20px; */
  /* margin-left: 65px; */
  /* width: 420px; */
  padding-left: 50px;
  width: 50%;
}

@media screen and (max-width:767px) {
  .renew-top .block03 .inner-wrap .cont-box .txt-box {
    padding: 10.66vw 7.33vw;
    /* margin-left: 0; */
    width: auto;
  }
}

.renew-top .block03 .inner-wrap .cont-box .txt-box .header {
  display: flex;
  margin-bottom: 20px;
}

.renew-top .block03 .inner-wrap .cont-box .txt-box .header .no {
    color: #98a7b0;
    font-size: 32px;
    padding:0.2rem 0;
}
@media screen and (max-width:767px) {
    .renew-top .block03 .inner-wrap .cont-box .txt-box .header .no {
        color: #98a7b0;
        font-size: 32px;
        padding:0.2rem 0;
        margin: 5px 0 0 0;
    }
  }
  


.renew-top .block03 .inner-wrap .cont-box .txt-box .header .title {
  margin-left: 10px;
}

.renew-top .block03 .inner-wrap .cont-box .txt-box .header .title h2 {
    color: white;
    background-color: #98a7b0;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px;
    padding:0.2rem 0.5rem ;
  }

  @media screen and (max-width:850px) {
    .renew-top .block03 .inner-wrap .cont-box .txt-box .header .title h2 {
        font-size: 18px;
    }
  }
  
  @media screen and (max-width:767px) {
    .renew-top .block03 .inner-wrap .cont-box .txt-box .header .title h2 {
        color: white;
        background-color: #98a7b0;
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 5px;
        padding: 0.2rem 0.5rem;
    }
  }

.renew-top .block03 .inner-wrap .cont-box .txt-box .header .title span {
  color: #98a7b0;
  font-size: 20px;
  font-weight: bold;
  margin: 0 8px;
}

@media screen and (max-width:850px) {
    .renew-top .block03 .inner-wrap .cont-box .txt-box .header .title span {
        color: #98a7b0;
        font-size: 16px;
        font-weight: bold;
        margin: 0 8px;
    }
  }

@media screen and (max-width:767px) {
    .renew-top .block03 .inner-wrap .cont-box .txt-box .header .title span {
        color: #98a7b0;
        font-size: 16px;
        font-weight: bold;
        margin: 0 8px;
    }
  }

.renew-top .block03 .inner-wrap .cont-box .txt-box p {
  line-height: 1.75;
  margin-bottom: 2em;
}

@media screen and (max-width:767px) {
  .renew-top .block03 .inner-wrap .cont-box .txt-box p {
    line-height: 1.75;
    margin-bottom: 2em;
    padding: 0 1.33vw;
  }
}

.renew-top .block03 .inner-wrap.off {
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block03 .inner-wrap.off {
    opacity: 1;
  }
}

/* block03_1
	---------------------------------------------------------------------------- */
.renew-top .block03_1 {
  /*background: url("/images/top/section-bg.png") right bottom /calc(50% + 320px) 176px no-repeat;*/
  background-color: #f9e700;
  padding: 80px 0 0;
  position: relative;
  margin: 13rem 0 0 0;
}

@media screen and (max-width:767px) {
  .renew-top .block03_1 {
    /*background: url("/images/top/section-bg_sp.png") center center /cover no-repeat;*/
    background-color: #f9e700;
    padding: 8vw 0 0;
    margin: 8vw 0 0;
  }
}

.renew-top .block03_1 .header {
  display: flex;
  justify-content: center;
  top: 0px;
  opacity: 1;
  position: relative;
  transition: 1s ease;
}

@media screen and (max-width:1080px) {
  .renew-top .block03_1 .header {
    align-items: center;
    flex-direction: column;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block03_1 .header {
    flex-direction: column;
    align-items: center;
  }
}

.renew-top .block03_1 .header.off {
  top: 8px;
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block03_1 .header.off {
    top: 15.66vw;
    opacity: 1;
  }
}

.renew-top .block03_1 .header h2 {
  background: url("/junior/img/jr_wtitle_img_01.png") top center /contain no-repeat;
  font-size: 32px;
  height: 90px;
  width: 350px;
}

@media screen and (max-width:767px) {
  .renew-top .block03_1 .header h2 {
    background: url("/junior/img/jr_wtitle_img_01.png") center top /contain no-repeat;
    height: 20.66vw;
    width: 56vw;
  }
}

.renew-top .block03_1 .header .text {
  margin-left: 50px;
  width: 50%;
}

@media screen and (max-width:1080px) {
  .renew-top .block03_1 .header .text {
    margin-left: 0px;
    text-align: left;
    width: 80.59vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block03_1 .header .text {
    padding: 0 7.33vw 0 7.33vw;
    width: 100%;
    text-align: left;
  }
}

.renew-top .block03_1 .header h3 {
  font-size: 24px;
  margin-bottom: 3rem;
}

@media screen and (max-width:767px) {
  .renew-top .block03_1 .header h3 {
    font-size: 6.4vw;
  }
}

.renew-top .block03_1 .header p {
  line-height: 1.75;
}

.renew-top .block03_1 .gray {
  color: #505051;
  font-size: 14px;
}

@media screen and (max-width:767px) {
    .renew-top .block03_1 .gray{
      margin: 0 2rem;
    }
  }
  

.renew-top .block03_1 .cmn-mask {
  width: 100%;
}

.renew-top .block03_1 .inner-wrap {
  align-items: center;
  /* background: url("/junior/assets/img/block03_1_bg.jpg") center center /cover no-repeat; */
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  position: relative;
  /* width: calc(50vw + 540px); */
}

/* @media screen and (max-width:1340px) {
  .renew-top .block03_1 .inner-wrap {
    width: 90.29vw;
  }
} */

@media screen and (max-width:767px) {
  .renew-top .block03_1 .inner-wrap {
    /* background: url("/images/top/block02_bg_sp.jpg") center center /cover no-repeat; */
    height: auto;
    padding: 16.66vw 0 10.33vw;
    width: 100%;
  }
}

.renew-top .block03_1 .inner-wrap .cont-box {
  display: flex;
  justify-content: space-between;
  /* margin-left: calc(50vw - 650px); */
  position: relative;
  width: 1080px;
}

@media screen and (max-width:1340px) {
  .renew-top .block03_1 .inner-wrap .cont-box {
    align-items: center;
    /* margin-left: 20px; */
    width: 80.59vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block03_1 .inner-wrap .cont-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin-left: 0; */
    position: relative;
    width: 100%;
  }
}

.renew-top .block03_1 .inner-wrap.off {
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block03_1 .inner-wrap.off {
    opacity: 1;
  }
}

.renew-top .block03_1 .cmn-3col-box {
  margin-top: 3rem;
}






/* block04
---------------------------------------------------------------------------- */
.renew-top .block04 {
  padding: 100px 0;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width:767px) {
  .renew-top .block04 {
    padding: 20vw 0;
    max-width: 100%;
    width: 100%;
  }
}

.renew-top .block04 h2 {
  background: url("/images/top/block04_title_bg.png") center top /contain no-repeat;
  font-size: 32px;
  padding: 52px 0 0 30px;
  height: 124px;
  line-height: 1.5;
  margin: 0 0 0 10px;
  width: 376px;
}

@media screen and (max-width:767px) {
  .renew-top .block04 h2 {
    background: url("/images/top/block04_title_bg.png") center top /contain no-repeat;
    font-size: 6.4vw;
    padding: 9.06vw 0 0 4.8vw;
    height: auto;
    line-height: 1.5;
    margin: 0 0 11.2vw 2.13vw;
    width: 74.13vw;
  }
}

.renew-top .block04 .cont-wrap {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  padding-left: 55px;
}

@media screen and (max-width:767px) {
  .renew-top .block04 .cont-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
}

.renew-top .block04 .cont-wrap .cmn-mask {
  margin-right: 2px;
}

@media screen and (max-width:767px) {
  .renew-top .block04 .cont-wrap .cmn-mask {
    margin-right: 0;
  }
}

.renew-top .block04 .cont-wrap .cmn-mask:nth-child(1) {
  margin-top: 120px;
}

.renew-top .block04 .cont-wrap .cmn-mask:nth-child(2) {
  margin-top: 80px;
}

.renew-top .block04 .cont-wrap .cmn-mask:nth-child(3) {
  margin-top: 40px;
}

@media screen and (max-width:767px) {
  .renew-top .block04 .cont-wrap .cmn-mask:nth-child(1) {
    margin-top: 2px;
    order: 3;
  }

  .renew-top .block04 .cont-wrap .cmn-mask:nth-child(2) {
    margin-top: 2px;
    order: 2;
  }

  .renew-top .block04 .cont-wrap .cmn-mask:nth-child(3) {
    margin-top: 2px;
    order: 1;
  }

  .renew-top .block04 .cont-wrap .cmn-mask:nth-child(4) {
    margin-top: 2px;
    order: 4;
  }
}

.renew-top .block04 .cont-wrap .cont-box a {
  display: block;
  height: 480px;
  position: relative;
  width: 241px;
}

@media screen and (max-width:1080px) {
  .renew-top .block04 .cont-wrap .cont-box a {
    display: block;
    height: 44.44vw;
    position: relative;
    width: 22.31vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block04 .cont-wrap .cont-box a {
    height: auto;
    margin-right: 0;
    width: 100%;
  }
}

.renew-top .block04 .cont-wrap .cont-box a::after {
  background: #0071BE;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .3s ease;
  width: 100%;
}

.renew-top .block04 .cont-wrap .cont-box a:hover::after {
  opacity: .5;
  transition: .3s ease;
}

.renew-top .block04 .cont-wrap .cont-box a figure {
  overflow: hidden;
}

.renew-top .block04 .cont-wrap .cont-box a figure img {
  transition: .3s ease;
}

.renew-top .block04 .cont-wrap .cont-box a:hover figure img {
  transform: scale(1.05);
  transition: .3s ease;
}

.renew-top .block04 .cont-wrap .cont-box a p {
  bottom: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  left: 0;
  padding: 0 20px;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .renew-top .block04 .cont-wrap .cont-box a p {
    bottom: 6.66vw;
    font-size: 4.8vw;
    padding: 0 24.66vw 0 6.66vw;
    position: absolute;
  }
}

.renew-top .block04 .cont-wrap .cont-box a .cmn-move-arrow {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 20px;
  margin-left: auto;
  margin-right: 5px;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .renew-top .block04 .cont-wrap .cont-box a .cmn-move-arrow {
    bottom: 8.66vw;
  }
}

.renew-top .block04 .cont-wrap .cont-box a .cmn-move-arrow::before {
  border-top: 1px solid #fff;
}

.renew-top .block04 .cont-wrap .cont-box a .cmn-move-arrow::after {
  border-color: #fff;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.renew-top .block04 .cont-wrap .cont-box a:hover .cmn-move-arrow {
  margin-right: 0;
}

.renew-top .block04 .cont-wrap .cont-box.off {
  opacity: 0;
}

.renew-top .block04 .cmn-link-btn a {
  margin: 0 0 0 auto;
}

@media screen and (max-width:767px) {
  .renew-top .block04 .cmn-link-btn {
    margin-top: 13.33vw;
    padding: 0 6.66vw;
  }

  .renew-top .block04 .cmn-link-btn a {
    margin: 0;
  }
}

/* block04_1
	---------------------------------------------------------------------------- */
.renew-top .block04_1 {
  background: url("/images/top/section-bg.png") right top /calc(50% + 320px) 720px no-repeat;
  padding: 140px 0 0;
  position: relative;
}

@media screen and (max-width:767px) {
  .renew-top .block04_1 {
    background: url("/images/top/section-bg.png") right top 67.33vw /84vw calc(100% - 88vw) no-repeat;
    padding: 28vw 0 0;
  }
}

.renew-top .block04_1 h2 {
  background: url("/junior/img/jr_gtitle_img05.png") center center /contain no-repeat;
  font-size: 16px;
  height: 90px;
  opacity: 1;
  padding: 80px 0 0;
  position: relative;
  top: 0px;
  left: 20%;
  transition: 1s ease;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  width: 220px;
  color: #8c9ea7;
}

/* @media screen and (max-width:1340px) {
  .renew-top .block04_1 h2 {
    left: 11.19vw;
  }
} */

@media screen and (max-width:767px) {
  .renew-top .block04_1 h2 {
    /*background: url("/junior/img/jr_gtitle_img05.png") center top /contain no-repeat;*/
    font-size: 3.5vw;
    height: 20.66vw;
    padding: 16.5vw 0 0 1vw;
    top: 15.66vw;
    left: 50%;
    width: 50vw;
  }
}

.renew-top .block04_1 h2.off {
  top: 8px;
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block04_1 h2.off {
    top: 15.66vw;
    opacity: 1;
  }
}

.renew-top .block04_1 .cmn-mask {
  width: 100%;
}

.renew-top .block04_1 .inner-wrap {
  align-items: center;
  /* background: url("/junior/assets/img/block03_1_bg.jpg") center center /cover no-repeat; */
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  position: relative;
  /* width: calc(50vw + 540px); */
}

/* @media screen and (max-width:1340px) {
  .renew-top .block04_1 .inner-wrap {
    width: 90.29vw;
  }
} */

@media screen and (max-width:767px) {
  .renew-top .block04_1 .inner-wrap {
    /*background: url("/images/top/block02_bg_sp.jpg") center center /cover no-repeat;*/
    height: auto;
    padding: 16.66vw 0 10.33vw;
    width: 100%;
  }
}

.renew-top .block04_1 .inner-wrap.off {
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block04_1 .inner-wrap.off {
    opacity: 1;
  }
}

/* block06
---------------------------------------------------------------------------- */
.renew-top .block06 {
  /*background: url("/images/top/section-bg.png") right bottom /calc(50% + 320px) 176px no-repeat;*/
  padding: 140px 0 0;
  position: relative;
}

@media screen and (max-width:767px) {
  .renew-top .block06 {
    /*background: url("/images/top/section-bg_sp.png") center center /cover no-repeat;*/
    padding: 28vw 0 0;
  }
}

.renew-top .block06 h2 {
  background: url("/junior/img/jr_ytitle_img_06.png") center center /contain no-repeat;
  font-size: 16px;
  height: 90px;
  opacity: 1;
  padding: 80px 0 0;
  position: relative;
  top: 0px;
  transition: 1s ease;
  left: 50%;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  width: 350px;
}

/* @media screen and (max-width:1340px) {
  .renew-top .block06_1 h2 {
    left: 11.19vw;
  }
} */

@media screen and (max-width:767px) {
  .renew-top .block06 h2 {
    background: url("/junior/img/jr_ytitle_img_06.png") center top /contain no-repeat;
    font-size: 3.5vw;
    height: 20.66vw;
    padding: 12.6vw 0 0 2vw;
    top: 15.66vw;
    /*left: 2vw;*/
    width: 65vw;
  }
}

.renew-top .block06 h2.off {
  top: 8px;
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block06 h2.off {
    top: 15.66vw;
    opacity: 1;
  }
}

.renew-top .block06 .cmn-mask {
  width: 100%;
}

.renew-top .block06 .inner-wrap {
  align-items: center;
  /* background: url("/junior/assets/img/block03_1_bg.jpg") center center /cover no-repeat; */
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  position: relative;
  /* width: calc(50vw + 540px); */
}

/* @media screen and (max-width:1340px) {
  .renew-top .block06 .inner-wrap {
    width: 90.29vw;
  }
} */

@media screen and (max-width:767px) {
  .renew-top .block06 .inner-wrap {
    /*background: url("/images/top/block02_bg_sp.jpg") center center /cover no-repeat;*/
    height: auto;
    padding: 0vw 0 10.33vw;
    width: 100%;
  }
}

.renew-top .block06 .inner-wrap .cont-box {
  display: flex;
  justify-content: space-between;
  /* margin-left: calc(50vw - 650px); */
  position: relative;
  width: 1080px;
}

@media screen and (max-width:1340px) {
  .renew-top .block06 .inner-wrap .cont-box {
    align-items: center;
    /* margin-left: 20px; */
    width: 80.59vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block06 .inner-wrap .cont-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin-left: 0; */
    position: relative;
    width: 100%;
  }
}


@media screen and (max-width:850px) {
    .renew-top .block06 .inner-wrap p {
        line-height: 1.8;
        font-size: 14px;
    }
  }


.renew-top .block06 .inner-wrap.off {
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block06 .inner-wrap.off {
    opacity: 1;
  }
}

/* .renew-top .block06 .cmn-3col-box {
  padding: 0 0 0 136px;
} */

.renew-top .block06 .boutou {
  opacity: 1;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  top: 0px;
}

@media screen and (max-width:767px) {
  .renew-top .block06 .boutou {
    padding: 10.66vw 7.33vw;
    text-align: left;
  }
}

.renew-top .block06 .boutou.off {
  top: 8px;
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block06 .boutou.off {
    opacity: 1;
  }
}

.renew-top .block06 .campus {
  text-align: center;
}

/* block07
---------------------------------------------------------------------------- */
.renew-top .block07 {
  background: url("/images/top/section-bg.png") right bottom /calc(50% + 320px) 176px no-repeat;
  padding: 140px 0 0;
  position: relative;
}

@media screen and (max-width:767px) {
  .renew-top .block07 {
        /*background: url("/images/top/section-bg_sp.png") center center /cover no-repeat;*/
    padding: 28vw 0 0;
  }
}

.renew-top .block07 .t2 {
  padding: 70px 0 0;
}

@media screen and (max-width:767px) {
  .renew-top .block07 .t2 {
    padding: 0;
  }
}

.renew-top .block07 h2 {
  background: url("/junior/img/jr_ytitle_img_04.png") center center /contain no-repeat;
  font-size: 16px;
  height: 90px;
  opacity: 1;
  padding: 80px 0 0;
  position: relative;
  top: 0px;
  transition: 1s ease;
  left: 50%;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  width: 350px;
}

/* @media screen and (max-width:1340px) {
  .renew-top .block07 h2 {
    left: 11.19vw;
  }
} */

@media screen and (max-width:767px) {
  .renew-top .block07 h2 {
    background: url("/junior/img/jr_ytitle_img_04.png") center top /contain no-repeat;
    font-size: 3.5vw;
    height: 20.66vw;
    padding: 12.6vw 0 0 0;
    top: 15.66vw;
    /*left: 2vw;*/
    width: 65vw;
  }
}

.renew-top .block07 h2.off {
  top: 8px;
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block07 h2.off {
    top: 15.66vw;
    opacity: 1;
  }
}

.renew-top .block07 h3 {
    background: url("/junior/img/jr_gtitle_img06.png") center left /contain no-repeat;
    font-size: 16px;
    height: 90px;
    opacity: 1;
    padding: 80px 0 0 40px;
    position: relative;
    top: 0px;
    transition: 1s ease;
    left: 20%;
    text-align: center;
    transform: translateY(-50%) translateX(-40%);
    z-index: 3;
    width: 500px;
    color: #8c9ea7;
    text-align:left;
    margin:3rem;
}

@media screen and (max-width:767px) {
  .renew-top .block07 h3 {
    background: url("/junior/img/jr_gtitle_img05.png") center top /contain no-repeat;
    font-size: 3.5vw;
    height: 20.66vw;
    padding: 9.6vw 0 0 5.7vw;
    top: 15.66vw;
    left: 50%;
    width: 56vw;
  }
}

.renew-top .block07 h3.off {
  top: 8px;
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block07 h3.off {
    top: 15.66vw;
    opacity: 1;
  }
}

.renew-top .block07 .t2 h3 {
    background: url("/junior/img/jr_gtitle_img07.png") center left /contain no-repeat;
    font-size: 16px;
    height: 90px;
    opacity: 1;
    padding: 80px 0 0 10px;
    position: relative;
    top: 0px;
    transition: 1s ease;
    left: 20%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    z-index: 3;
    width: 120px;
    color: #8c9ea7;
    text-align:left;
  }
  
  @media screen and (max-width:767px) {
    .renew-top .block07 .t2 h3 {
      background: url("/junior/img/jr_gtitle_img07.png") center left /contain no-repeat;
      font-size: 3.5vw;
      height: 20.66vw;
      padding: 14.6vw 0 0 3vw;
      top: 15.66vw;
      /* left: 50%; */
      width: 20vw;
      text-align: left;
      transform: translateY(-50%) translateX(30%);
    }
  }
  
  .renew-top .block07 .t2 h3.off {
    top: 8px;
    opacity: 0;
  }
  
  @media screen and (max-width:767px) {
    .renew-top .block07 .t2 h3.off {
      top: 15.66vw;
      opacity: 1;
    }
  }
  

.renew-top .block07 .ct {
  text-align: center;
}

.renew-top .block07 .cmn-mask {
  width: 100%;
}

.renew-top .block07 .inner-wrap {
  align-items: center;
  /* background: url("/junior/assets/img/block02_bg.jpg") center center /cover no-repeat; */
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  position: relative;
  /* width: calc(50vw + 540px); */
}

.renew-top .block07 .t2 .inner-wrap {
  opacity: 1;
  transition: 1s ease;
}

/* @media screen and (max-width:1340px) {
  .renew-top .block07 .inner-wrap {
    width: 90.29vw;
  }
} */

@media screen and (max-width:767px) {
  .renew-top .block07 .inner-wrap {
    /* background: url("/junior/assets/img/block02_bg.jpg") center center /cover no-repeat; */
    height: auto;
    /*padding: 16.66vw 0 10.33vw;*/
    width: 100%;
  }
}

.renew-top .block07 .inner-wrap .cont-box {
  display: flex;
  justify-content: space-between;
  /* margin-left: calc(50vw - 650px); */
  position: relative;
  width: 1080px;
}

@media screen and (max-width:1340px) {
  .renew-top .block07 .inner-wrap .cont-box {
    align-items: center;
    /* margin-left: 20px; */
    /*width: 80.59vw;*/
  }
}

@media screen and (max-width:767px) {
  .renew-top .block07 .inner-wrap .cont-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin-left: 0; */
    position: relative;
    width: 100%;
  }
}

.renew-top .block07 .inner-wrap.off {
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block07 .inner-wrap.off {
    opacity: 1;
  }
}

/* block08
---------------------------------------------------------------------------- */
.renew-top .block08 {
  /*background: url("/images/top/section-bg.png") right bottom /calc(50% + 320px) 176px no-repeat;*/
  padding: 15rem 0 0;
  position: relative;
}

@media screen and (max-width:767px) {
  .renew-top .block08 {
        /*background: url("/images/top/section-bg_sp.png") center center /cover no-repeat;*/
    padding: 28vw 0 0;
  }
}

.renew-top .block08 .yokuaru {
    padding: 10rem 0 0;
}

@media screen and (max-width:767px) {
  .renew-top .block08 .yokuaru {
    padding: 0;
  }
}

.renew-top .block08 h2 {
  background: url("/junior/img/jr_ytitle_img_05.png") center center /contain no-repeat;
  font-size: 16px;
  height: 90px;
  opacity: 1;
  padding: 80px 0 0;
  position: relative;
  top: 0px;
  transition: 1s ease;
  left: 50%;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  width: 450px;
}

/* @media screen and (max-width:1340px) {
  .renew-top .block08 h2 {
    left: 11.19vw;
  }
} */

@media screen and (max-width:767px) {
  .renew-top .block08 h2 {
    background: url("/junior/img/jr_ytitle_img_05.png") center top /contain no-repeat;
    font-size: 3.5vw;
    height: 20.66vw;
    padding: 12.6vw 0 0 0vw;
    top: 15.66vw;
    /*left: 2vw;*/
    width: 75vw;
  }
}

.renew-top .block08 h2.off {
  top: 8px;
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block08 h2.off {
    top: 15.66vw;
    opacity: 1;
  }
}

.renew-top .block08 .yokuaru h3 {
  background: url("/junior/img/jr_gtitle_img08.png") center left /contain no-repeat;
  font-size: 16px;
  height: 90px;
  opacity: 1;
  padding: 80px 0 0;
  position: relative;
  top: 0px;
  transition: 1s ease;
  left: 20%;
  text-align: center;
  transform: translateY(-50%) translateX(-60%);
  z-index: 3;
  width: 150px;
  color: #8c9ea7;
  text-align: left;  
}

@media screen and (max-width:767px) {
  .renew-top .block08 .yokuaru h3 {
    font-size: 3.5vw;
    height: 20.66vw;
    padding: 14.6vw 0 0 0vw;
    top: 15.66vw;
    /* left: 50%; */
    width: 25vw;
    text-align: center;
    transform: translateY(-50%) translateX(60%);
  }
}

.renew-top .block08 .yokuaru h3.off {
  top: 8px;
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block08 .yokuaru h3.off {
    top: 15.66vw;
    opacity: 1;
  }
}

.renew-top .block08 .cmn-mask {
  width: 100%;
}

.renew-top .block08 .inner-wrap {
  align-items: center;
  /* background: url("/junior/assets/img/block02_bg.jpg") center center /cover no-repeat; */
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  position: relative;
  /* width: calc(50vw + 540px); */
}

.renew-top .block08 .yokuaru .inner-wrap {
  opacity: 1;
  transition: 1s ease;
}

/* @media screen and (max-width:1340px) {
  .renew-top .block08 .inner-wrap {
    width: 90.29vw;
  }
} */

@media screen and (max-width:767px) {
  .renew-top .block08 .inner-wrap {
    /* background: url("/junior/assets/img/block02_bg.jpg") center center /cover no-repeat; */
    height: auto;
    padding: 16.66vw 0 10.33vw;
    width: 100%;
  }
}

.renew-top .block08 .inner-wrap .cont-box {
  display: flex;
  justify-content: space-between;
  /* margin-left: calc(50vw - 650px); */
  position: relative;
  width: 1080px;
}

@media screen and (max-width:1340px) {
  .renew-top .block08 .inner-wrap .cont-box {
    align-items: center;
    /* margin-left: 20px; */
    width: 80.59vw;
  }
}

@media screen and (max-width:767px) {
  .renew-top .block08 .inner-wrap .cont-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin-left: 0; */
    position: relative;
    width: 100%;
  }
}

.renew-top .block08 .inner-wrap.off {
  opacity: 0;
}

@media screen and (max-width:767px) {
  .renew-top .block08 .inner-wrap.off {
    opacity: 1;
  }
}

.cmn-3col-box {
  padding-bottom: 20px;
}

.cmn-3col-box .cont-img-box {
  margin-bottom: 54px;
}

@media screen and (max-width:767px) {
  .cmn-3col-box .cont-img-box {
    margin-bottom: calc(12vw - 1.6vw);
  }
}

.cmn-3col-box .cont-img-box a h3 {
  bottom: calc(40px - .3em);
}

.cmn-4col-box {
  padding-bottom: 40px;
}

.cmn-3col-box {
  padding-bottom: 20px;
}

.cmn-3col-box .cont-img-box {
  margin-bottom: 54px;
}

@media screen and (max-width:767px) {
  .cmn-3col-box .cont-img-box {
    margin-bottom: calc(12vw - 1.6vw);
  }
}

.cmn-3col-box .cont-img-box a h3 {
  bottom: calc(40px - .3em);
}


.cmn-3col-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmn-3col-box .cont-img-box {
  margin-bottom: 60px;
  width: calc(100% / 3 - 13px);
}

@media screen and (max-width:767px) {
  .cmn-3col-box {
    display: block
  }

  .cmn-3col-box .cont-img-box {
    margin-bottom: 12vw;
    width: 100%;
  }
}

.cmn-3col-box .cont-img-box figure {
  margin-bottom: 22px;
}

@media screen and (max-width:767px) {
  .cmn-3col-box .cont-img-box figure {
    margin-bottom: calc(6.66vw - .4em);
  }
}

.cmn-3col-box .cont-img-box a h3 {
  bottom: calc(35px - .3em);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  left: 25px;
  margin: 0;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .cmn-3col-box .cont-img-box a h3 {
    bottom: calc(10.93vw - .3em);
    font-size: 4.8vw;
    left: 6.66vw;
    padding: 0;
  }
}

/* box layout
---------------------------------------------------------------------------- */

.renew .cont-img-box a {
  display: block;
  position: relative;
}

.renew .cmn-2col-box {
  display: flex;
  justify-content: space-between;
}

.renew .cmn-2col-box .cont-img-box {
  width: calc(50% - 10px);
}

@media screen and (max-width:767px) {
  .renew .cmn-2col-box {
    display: block;
  }

  .renew .cmn-2col-box .cont-img-box {
    margin-bottom: 12vw;
    width: 100%;
  }
}

.renew .cmn-2col-box .cont-img-box figure {
  margin-bottom: 22px;
}

@media screen and (max-width:767px) {
  .renew .cmn-2col-box .cont-img-box figure {
    margin-bottom: calc(6.66vw - 1.6vw);
  }
}

figcaption {
  color: #aaa;
  font-size: 14px;
  line-height: 1.6;
  margin: 16px 0 -6px;
}

@media screen and (max-width:767px) {
  figcaption {
    font-size: 3.73vw;
    margin-top: calc(5.33vw - .3em);
    padding: 0 6.66vw;
  }
}

.renew .cmn-2col-box .cont-img-box a h3 {
  bottom: calc(40px - .3em);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  left: 40px;
  margin: 0;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .renew .cmn-2col-box .cont-img-box a h3 {
    bottom: calc(10.93vw - .3em);
    font-size: 4.8vw;
    left: 6.66vw;
    padding: 0;
  }
}

.renew .cmn-3col-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.renew .cmn-3col-box .cont-img-box {
  margin-bottom: 60px;
  width: calc(100% / 3 - 13px);
}

@media screen and (max-width:767px) {
  .renew .cmn-3col-box {
    display: block
  }

  .renew .cmn-3col-box .cont-img-box {
    margin-bottom: 12vw;
    width: 100%;
  }
}

.renew .cmn-3col-box .cont-img-box figure {
  margin-bottom: 22px;

}
.renew .cmn-3col-box .cont-img-box figure.bgBlack {
  background-color:#000;
}
.renew .cmn-3col-box .cont-img-box figure.bgBlack img{
    opacity: 0.7;
    display: block;
  }

@media screen and (max-width:767px) {
  .renew .cmn-3col-box .cont-img-box figure {
    margin-bottom: calc(6.66vw - .4em);
  }
}

.renew .cmn-3col-box .cont-img-box a h3 {
  bottom: calc(35px - .3em);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  left: 25px;
  margin: 0;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width:850px) {
    .renew .cmn-3col-box .cont-img-box a h3 {
      font-size: 14px;
    }
  }

@media screen and (max-width:767px) {
  .renew .cmn-3col-box .cont-img-box a h3 {
    bottom: calc(10.93vw - .3em);
    font-size: 4.8vw;
    left: 6.66vw;
    padding: 0;
  }
}


/*追加 3カラム 2コ中央揃え*/

.renew .cmn-3col-box-space-evenly {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.renew .cmn-3col-box-space-evenly .cont-img-box {
  margin-bottom: 60px;
  width: calc(100% / 3 - 13px);
}

@media screen and (max-width:767px) {
  .renew .cmn-3col-box-space-evenly {
    display: block
  }

  .renew .cmn-3col-box-space-evenly .cont-img-box {
    margin-bottom: 12vw;
    width: 100%;
  }
}



    .block04_1 h3{
      margin: 0 2rem;
      font-size: 16px;
    }


  .block04_1 p{
    margin: 1rem 2rem;
  }




.renew .cmn-3col-box-space-evenly .cont-img-box figure {
  margin-bottom: 22px;
}

@media screen and (max-width:767px) {
  .renew .cmn-3col-box-space-evenly .cont-img-box figure {
    margin-bottom: calc(6.66vw - .4em);
  }
}

.renew .cmn-3col-box-space-evenly .cont-img-box a h3 {
  bottom: calc(35px - .3em);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  left: 25px;
  margin: 0;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .renew .cmn-3col-box-space-evenly .cont-img-box a h3 {
    bottom: calc(10.93vw - .3em);
    font-size: 4.8vw;
    left: 6.66vw;
    padding: 0;
  }
}

/*追加 3カラム 1コ中央揃え*/

.renew .cmn-3col-box-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.renew .cmn-3col-box-center .cont-img-box {
  margin-bottom: 60px;
  width: calc(100% / 3 - 13px);
}

@media screen and (max-width:767px) {
  .renew .cmn-3col-box-center {
    display: block
  }

  .renew .cmn-3col-box-center .cont-img-box {
    margin-bottom: 12vw;
    width: 100%;
  }
}

.renew .cmn-3col-box-center .cont-img-box figure {
  margin-bottom: 22px;
}

@media screen and (max-width:767px) {
  .renew .cmn-3col-box-center .cont-img-box figure {
    margin-bottom: calc(6.66vw - .4em);
  }
}

.renew .cmn-3col-box-center .cont-img-box a h3 {
  bottom: calc(35px - .3em);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  left: 25px;
  margin: 0;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .renew .cmn-3col-box-center .cont-img-box a h3 {
    bottom: calc(10.93vw - .3em);
    font-size: 4.8vw;
    left: 6.66vw;
    padding: 0;
  }
}




/*追加 3カラム 左寄せ*/

.renew .cmn-3col-box-space-flexstart {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}

.renew .cmn-3col-box-space-flexstart .cont-img-box {
  margin-bottom: 60px;
  width: calc(100% / 3 - 13px);
}

@media screen and (max-width:767px) {
  .renew .cmn-3col-box-space-flexstart {
    display: block
  }

  .renew .cmn-3col-box-space-flexstart .cont-img-box {
    margin-bottom: 12vw;
    width: 100%;
  }
}

.renew .cmn-3col-box-space-flexstart .cont-img-box figure {
  margin-bottom: 22px;
}

@media screen and (max-width:767px) {
  .renew .cmn-3col-box-space-column .cont-img-box figure {
    margin-bottom: calc(6.66vw - .4em);
  }
}

.renew .cmn-3col-box-space-flexstart .cont-img-box a h3 {
  bottom: calc(35px - .3em);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  left: 25px;
  margin: 0;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .renew .cmn-3col-box-space-flexstart .cont-img-box a h3 {
    bottom: calc(10.93vw - .3em);
    font-size: 4.8vw;
    left: 6.66vw;
    padding: 0;
  }
}



.renew .cmn-4col-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.renew .cmn-4col-box.multi-row {
  justify-content: flex-start;
}

.renew .cmn-4col-box .cont-img-box {
  width: calc(100% / 4 - 15px);
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box {
    display: block;
  }

  .renew .cmn-4col-box .cont-img-box {
    margin: 0 6.66vw 12vw;
    width: calc(100% - 13.32vw);
  }
}

.renew .cmn-4col-box .cont-img-box figure {
  margin-bottom: 16px;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box .cont-img-box figure {
    margin-bottom: calc(6.66vw - .4em);
  }
}

.renew .cmn-4col-box .cont-img-box a h3 {
  bottom: calc(20px - .3em);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  left: 20px;
  margin: 0;
  /*padding-right: 55px;*/
  position: absolute;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box .cont-img-box a h3 {
    bottom: calc(8vw - .3em);
    font-size: 4.8vw;
    left: 5.33vw;
    padding: 0;
    /*padding: 0 13.33vw 0 0;*/
  }

  .renew .cmn-4col-box .cont-img-box p {
    padding: 0;
  }
}

.renew .cmn-4col-box .cont-txt-box {
  border-right: 1px solid #ddd;
  margin-bottom: 60px;
  width: 25%;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box .cont-txt-box {
    border-right: none;
    border-top: 1px solid #ddd;
    margin: 0 6.66vw;
    width: auto;
  }
}

.renew .cmn-4col-box .cont-txt-box:nth-child(4n) {
  border-right: none;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box .cont-txt-box:last-child {
    border-bottom: 1px solid #ddd;
  }
}

.renew .cmn-4col-box .cont-txt-box a {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 24px 12.3% 19px;
  transition: .5s ease;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box .cont-txt-box a {
    padding: calc(13.33vw - 1.44vw) 0 6.66vw;
  }
}

.renew .cmn-4col-box .cont-txt-box a:hover {
  background: #eaeff5;
}

.renew .cmn-4col-box .cont-txt-box h3 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 7px;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box .cont-txt-box h3 {
    font-size: 4.8vw;
    margin-bottom: calc(5.33vw - .3em - 1.6vw);
    padding: 0;
  }
}

.renew .cmn-4col-box .cont-txt-box p {
  margin-bottom: 14px;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box .cont-txt-box p {
    margin-bottom: calc(6.66vw - .4em);
    padding: 0;
  }
}

.renew .cmn-4col-box .cont-txt-box .cmn-move-arrow {
  display: block;
  margin: auto -5px 0 auto;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box .cont-txt-box .cmn-move-arrow {
    display: block;
    margin: 0 0 0 auto;
  }
}


/*4列→2列&3列はspace-evenly*/

.renew .cmn-4col-box-space-evenly {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.renew .cmn-4col-box-space-evenly.multi-row {
  justify-content: flex-start;
}

.renew .cmn-4col-box-space-evenly .cont-img-box {
  width: calc(100% / 4 - 15px);
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-space-evenly {
    display: block;
  }

  .renew .cmn-4col-box-space-evenly .cont-img-box {
    margin: 0 6.66vw 12vw;
    width: calc(100% - 13.32vw);
  }
}

.renew .cmn-4col-box-space-evenly .cont-img-box figure {
  margin-bottom: 16px;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-space-evenly .cont-img-box figure {
    margin-bottom: calc(6.66vw - .4em);
  }
}

.renew .cmn-4col-box-space-evenly .cont-img-box a h3 {
  bottom: calc(20px - .3em);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  left: 20px;
  margin: 0;
  /*padding-right: 55px;*/
  position: absolute;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-space-evenly .cont-img-box a h3 {
    bottom: calc(8vw - .3em);
    font-size: 4.8vw;
    left: 5.33vw;
    padding: 0;
    /*padding: 0 13.33vw 0 0;*/
  }

  .renew .cmn-4col-box-space-evenly .cont-img-box p {
    padding: 0;
  }
}

.renew .cmn-4col-box-space-evenly .cont-txt-box {
  border-right: 1px solid #ddd;
  margin-bottom: 60px;
  width: 25%;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-space-evenly .cont-txt-box {
    border-right: none;
    border-top: 1px solid #ddd;
    margin: 0 6.66vw;
    width: auto;
  }
}

.renew .cmn-4col-box-space-evenly .cont-txt-box:nth-child(4n) {
  border-right: none;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-space-evenly .cont-txt-box:last-child {
    border-bottom: 1px solid #ddd;
  }
}

.renew .cmn-4col-box-space-evenly .cont-txt-box a {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 24px 12.3% 19px;
  transition: .5s ease;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-space-evenly .cont-txt-box a {
    padding: calc(13.33vw - 1.44vw) 0 6.66vw;
  }
}

.renew .cmn-4col-box-space-evenly .cont-txt-box a:hover {
  background: #eaeff5;
}

.renew .cmn-4col-box-space-evenly .cont-txt-box h3 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 7px;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-space-evenly .cont-txt-box h3 {
    font-size: 4.8vw;
    margin-bottom: calc(5.33vw - .3em - 1.6vw);
    padding: 0;
  }
}

.renew .cmn-4col-box-space-evenly .cont-txt-box p {
  margin-bottom: 14px;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-space-evenly .cont-txt-box p {
    margin-bottom: calc(6.66vw - .4em);
    padding: 0;
  }
}

.renew .cmn-4col-box-space-evenly .cont-txt-box .cmn-move-arrow {
  display: block;
  margin: auto -5px 0 auto;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-space-evenly .cont-txt-box .cmn-move-arrow {
    display: block;
    margin: 0 0 0 auto;
  }
}

/*4列→1列はflex-start*/

.renew .cmn-4col-box-flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.renew .cmn-4col-box-flex-start.multi-row {
  justify-content: flex-start;
}

.renew .cmn-4col-box-flex-start .cont-img-box {
  width: calc(100% / 4 - 15px);
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-flex-start {
    display: block;
  }

  .renew .cmn-4col-box-flex-start .cont-img-box {
    margin: 0 6.66vw 12vw;
    width: calc(100% - 13.32vw);
  }
}

.renew .cmn-4col-box-flex-start .cont-img-box figure {
  margin-bottom: 16px;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-flex-start .cont-img-box figure {
    margin-bottom: calc(6.66vw - .4em);
  }
}

.renew .cmn-4col-box-flex-start .cont-img-box a h3 {
  bottom: calc(20px - .3em);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  left: 20px;
  margin: 0;
  /*padding-right: 55px;*/
  position: absolute;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-flex-start .cont-img-box a h3 {
    bottom: calc(8vw - .3em);
    font-size: 4.8vw;
    left: 5.33vw;
    padding: 0;
    /*padding: 0 13.33vw 0 0;*/
  }

  .renew .cmn-4col-box-flex-start .cont-img-box p {
    padding: 0;
  }
}

.renew .cmn-4col-box-flex-start .cont-txt-box {
  border-right: 1px solid #ddd;
  margin-bottom: 60px;
  width: 25%;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-flex-start .cont-txt-box {
    border-right: none;
    border-top: 1px solid #ddd;
    margin: 0 6.66vw;
    width: auto;
  }
}

.renew .cmn-4col-box-flex-start .cont-txt-box:nth-child(4n) {
  border-right: none;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-flex-start .cont-txt-box:last-child {
    border-bottom: 1px solid #ddd;
  }
}

.renew .cmn-4col-box-flex-start .cont-txt-box a {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 24px 12.3% 19px;
  transition: .5s ease;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-flex-start .cont-txt-box a {
    padding: calc(13.33vw - 1.44vw) 0 6.66vw;
  }
}

.renew .cmn-4col-box-flex-start .cont-txt-box a:hover {
  background: #eaeff5;
}

.renew .cmn-4col-box-flex-start .cont-txt-box h3 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 7px;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-flex-start .cont-txt-box h3 {
    font-size: 4.8vw;
    margin-bottom: calc(5.33vw - .3em - 1.6vw);
    padding: 0;
  }
}

.renew .cmn-4col-box-flex-start .cont-txt-box p {
  margin-bottom: 14px;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-flex-start .cont-txt-box p {
    margin-bottom: calc(6.66vw - .4em);
    padding: 0;
  }
}

.renew .cmn-4col-box-flex-start .cont-txt-box .cmn-move-arrow {
  display: block;
  margin: auto -5px 0 auto;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-flex-start .cont-txt-box .cmn-move-arrow {
    display: block;
    margin: 0 0 0 auto;
  }
}

/*テキスト真ん中・中央揃え*/
.renew .cmn-4col-box-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.renew .cmn-4col-box-center.multi-row {
  justify-content: flex-start;
}

.renew .cmn-4col-box-center .cont-img-box {
  width: calc(100% / 4 - 15px);
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-center {
    display: block;
  }

  .renew .cmn-4col-box-center .cont-img-box {
    margin: 0 6.66vw 12vw;
    width: calc(100% - 13.32vw);
  }
}

.renew .cmn-4col-box-center .cont-img-box figure {
  margin-bottom: 16px;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-center .cont-img-box figure {
    margin-bottom: calc(6.66vw - .4em);
  }
}

.renew .cmn-4col-box-center .cont-img-box a h3 {
  bottom: calc(20px - .3em);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  left: 20px;
  margin: 0;
  /*padding-right: 55px;*/
  position: absolute;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-center .cont-img-box a h3 {
    bottom: calc(8vw - .3em);
    font-size: 4.8vw;
    left: 5.33vw;
    padding: 0;
    /*padding: 0 13.33vw 0 0;*/
  }

  .renew .cmn-4col-box-center .cont-img-box p {
    padding: 0;
  }
}

.renew .cmn-4col-box-center .cont-txt-box {
  border-right: 1px solid #ddd;
  margin-bottom: 60px;
  width: 25%;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-center .cont-txt-box {
    border-right: none;
    border-top: 1px solid #ddd;
    margin: 0 6.66vw;
    width: auto;
  }
}

.renew .cmn-4col-box-center .cont-txt-box:nth-child(4n) {
  border-right: none;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-center .cont-txt-box:last-child {
    border-bottom: 1px solid #ddd;
  }
}

.renew .cmn-4col-box-center .cont-txt-box a {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 24px 12.3% 19px;
  transition: .5s ease;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-center .cont-txt-box a {
    padding: calc(13.33vw - 1.44vw) 0 6.66vw;
  }
}

.renew .cmn-4col-box-center .cont-txt-box a:hover {
  background: #eaeff5;
}

.renew .cmn-4col-box-center .cont-txt-box h3 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 7px;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-center .cont-txt-box h3 {
    font-size: 4.8vw;
    margin-bottom: calc(5.33vw - .3em - 1.6vw);
    padding: 0;
  }
}

.renew .cmn-4col-box-center .cont-txt-box p {
  margin-bottom: 14px;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-center .cont-txt-box p {
    margin-bottom: calc(6.66vw - .4em);
    padding: 0;
  }
}

.renew .cmn-4col-box-center .cont-txt-box .cmn-move-arrow {
  display: block;
  margin: auto -5px 0 auto;
}

@media screen and (max-width:767px) {
  .renew .cmn-4col-box-center .cont-txt-box .cmn-move-arrow {
    display: block;
    margin: 0 0 0 auto;
  }
}


.renew .cmn-floatImg-box figure {
  float: left;
  margin: 0 50px 10px 0;
  width: 640px;
}

@media screen and (max-width:1340px) {
  .renew .cmn-floatImg-box figure {
    width: 49%;
  }
}

.renew .cmn-floatImg-box.wdt-narrow figure {
  float: left;
  margin: 0 50px 10px 0;
  width: 475px;
}

@media screen and (max-width:1340px) {
  .renew .cmn-floatImg-box.wdt-narrow figure {
    width: 49%;
  }
}

.renew .cmn-floatImg-box.img-right figure {
  float: right;
  margin: 0 0 10px 20px;
}

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

  .renew .cmn-floatImg-box figure,
  .renew .cmn-floatImg-box.wdt-narrow figure,
  .renew .cmn-floatImg-box.img-right figure {
    float: none;
    margin: 0 0 4.73vw;
    width: 100%;
  }
}

.renew .cmn-floatImg-box p {
  line-height: 2rem;
  margin-bottom: 20px;
}

@media screen and (max-width:767px) {
  .renew .cmn-floatImg-box p {
    line-height: 1.8;
    margin-bottom: calc(8vw - .8em);
  }
}

.renew .cmn-floatImg-box::after {
  content: "";
  display: block;
  clear: both;
}

.renew-top .cmn-faq-box {
  background: #f7f8fa;
  padding: 70px 70px 40px;
  margin-bottom: 150px;
}

@media screen and (max-width:767px) {
  .renew-top .cmn-faq-box {
    margin: 0 6.66vw 26.66vw;
    padding: 13.33vw 5.33vw 9.33vw;
  }
}

.cmn-faq-box h4 {
  font-size: 16px;
  margin-bottom: 44px;
}

@media screen and (max-width:767px) {
  .cmn-faq-box h4 {
    font-size: 4.26vw;
    margin-bottom: 9.33vw;
    padding: 0;
  }
}

.renew-top .cmn-faq-box .cont-faq-box {
  border-bottom: 1px solid #eaeff5;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width:767px) {
  .renew-top .cmn-faq-box .cont-faq-box {
    border-bottom: 1px solid #eaeff5;
    margin-bottom: 6.66vw;
    padding-bottom: 6.66vw;
  }
}

.renew-top .cont-faq-box a {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:767px) {
  .renew-top .cont-faq-box a {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
}

.renew-top .cont-faq-box dl {
  align-items: flex-start;
  display: flex;
  flex: 1;
}

@media screen and (max-width:767px) {
  .rrenew-top .cont-faq-box dl {
    display: block;
    width: 100%;
    height: auto;
    flex: none;
  }
}

.renew-top .cont-faq-box dl dt {
  color: #0071be;
  font-weight: bold;
  line-height: 1.75;
  margin-right: 35px;
}

@media screen and (max-width:767px) {
  .renew-top .cmn-faq-box .cont-faq-box dl dt {
    margin-right: 0;
  }
}

.renew-top .cmn-faq-box .cont-faq-box dl dd {
  line-height: 1.8;
  padding-right: 30px;
}

@media screen and (max-width:767px) {
  .renew-top .cmn-faq-box .cont-faq-box dl dd {
    padding-right: 0;
  }
}

.renew-top .cmn-faq-box .cont-faq-box a:hover dl dd {
  color: #0071be;
  text-decoration: underline;
}

.renew-top .cmn-faq-box .cmn-link-btn a {
  margin: 0 0 0 auto;
}

@media screen and (max-width:767px) {
  .renew-top .cmn-faq-box .cmn-link-btn a {
    margin: 0 0 0 auto;
  }

  .renew-top .cmn-faq-box .cmn-move-arrow.type04 {
    display: block;
    margin: 4.73vw -1.33vw 0 auto;
  }
}

.renew-top .cmn-faq-box .cmn-link-btn {
  margin: 40px 0 0 auto;
}

@media screen and (max-width:767px) {
  .renew-top .cmn-faq-box .cmn-link-btn {
    margin: 9.33vw 0 0;
  }
}


/*grey-box*/

.renew .cmn-grey-box {
  background: #f7f8fa;
  padding: 20px 20px 40px;
  margin-bottom: 25px;
}

@media screen and (max-width:767px) {
  .renew .cmn-grey-box {
    margin: 0 1.66vw 3.66vw;
    padding: 13.33vw 5.33vw 9.33vw;
  }
}

.cmn-grey-box h4 {
  font-size: 16px;
  margin-bottom: 44px;
}

@media screen and (max-width:767px) {
  .cmn-grey-box h4 {
    font-size: 4.26vw;
    margin-bottom: 9.33vw;
    padding: 0;
  }
}

.renew .cmn-grey-box .cont-faq-box {
  border-bottom: 1px solid #eaeff5;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width:767px) {
  .renew .cmn-grey-box .cont-faq-box {
    border-bottom: 1px solid #eaeff5;
    margin-bottom: 6.66vw;
    padding-bottom: 6.66vw;
  }
}

.renew .cmn-grey-box .cont-faq-box a {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:767px) {
  .renew .cmn-grey-box .cont-faq-box a {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
}

.renew .cmn-grey-box .cont-faq-box dl {
  align-items: flex-start;
  display: flex;
  flex: 1;
}

@media screen and (max-width:767px) {
  .renew .cmn-grey-box .cont-faq-box dl {
    display: block;
    width: 100%;
    height: auto;
    flex: none;
  }
}

.renew .cmn-grey-box .cont-faq-box dl dt {
  color: #0071be;
  font-weight: bold;
  line-height: 1.75;
  margin-right: 35px;
}

@media screen and (max-width:767px) {
  .renew .cmn-grey-box .cont-faq-box dl dt {
    margin-right: 0;
  }
}

.renew .cmn-grey-box .cont-faq-box dl dd {
  line-height: 1.8;
  padding-right: 30px;
}

@media screen and (max-width:767px) {
  .renew .cmn-grey-box .cont-faq-box dl dd {
    padding-right: 0;
  }
}

.renew .cmn-grey-box .cont-faq-box a:hover dl dd {
  color: #0071be;
  text-decoration: underline;
}

.renew .cmn-grey-box .cmn-link-btn a {
  margin: 0 0 0 auto;
}

@media screen and (max-width:767px) {
  .renew .cmn-grey-box .cmn-link-btn a {
    margin: 0 0 0 auto;
  }

  .renew .cmn-grey-box .cmn-move-arrow.type04 {
    display: block;
    margin: 4.73vw -1.33vw 0 auto;
  }
}

.renew .cmn-grey-box .cmn-link-btn {
  margin: 40px 0 0 auto;
}

@media screen and (max-width:767px) {
  .renew .cmn-grey-box .cmn-link-btn {
    margin: 9.33vw 0 0;
  }
}


.renew .cmn-1col-bg-box {
  background: #f7f8fa;
  padding: 1rem 5rem 5rem;
  margin:2rem 0;
}

@media screen and (max-width:767px) {
  .renew .cmn-1col-bg-box {
    padding: 10vw 2rem;
    margin:0 4vw;
  }

  .cmn-1col-bg-box p {
    padding: 0;
  }
}

.renew .cmn-flow-box-wrap .cmn-flow-box {
  align-items: center;
  background: #f7f8fa;
  display: flex;
  margin-bottom: 50px;
  padding: 40px;
  position: relative;
}

@media screen and (max-width:1040px) {
  .renew .cmn-flow-box-wrap .cmn-flow-box {
    flex-direction: column;
  }
}

@media screen and (max-width:767px) {
  .renew .cmn-flow-box-wrap .cmn-flow-box {
    margin: 0 6.66vw 16vw;
    padding: 5.33vw;
    position: relative;
  }
}

.renew .cmn-flow-box-wrap .cmn-flow-box::after {
  background: url("/images/cmn_icon_arr-down.png") center center /20px auto no-repeat;
  bottom: -50px;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (max-width:767px) {
  .renew .cmn-flow-box-wrap .cmn-flow-box::after {
    background: url("/images/cmn_icon_arr-down.png") center center /5.33vw auto no-repeat;
    bottom: -16vw;
    content: "";
    height: 16vw;
  }
}

.renew .cmn-flow-box-wrap .cmn-flow-box:last-child {
  margin-bottom: 0;
}

.renew .cmn-flow-box-wrap .cmn-flow-box:last-child::after {
  content: none
}

.renew .cmn-flow-box-wrap .cmn-flow-box figure {
  margin-right: 50px;
  width: 270px;
}

@media screen and (max-width:1040px) {
  .renew .cmn-flow-box-wrap .cmn-flow-box figure {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width:767px) {
  .renew .cmn-flow-box-wrap .cmn-flow-box figure {
    margin-bottom: calc(6.66vw - 1.44vw);
    width: auto;
  }
}

.renew .cmn-flow-box-wrap .cmn-flow-box .txt-box {
  flex: 1;
}

.cmn-flow-box-wrap .cmn-flow-box .txt-box p {
  margin-bottom: .8em;
}

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

  .renew .cmn-flow-box-wrap .cmn-flow-box .txt-box h4,
  .renew .cmn-flow-box-wrap .cmn-flow-box .txt-box p {
    padding: 0
  }

  .renew .cmn-flow-box-wrap .cmn-flow-box .txt-box p.cmn-txt-ind {
    text-indent: -4.2vw;
    margin: 0 0 .75em 3.66vw;
  }
}

/* parts3.html flow-box wrap */
.renew .cmn-flow-box-wrap.type-num .cmn-flow-box figure {
  border-radius: 30px;
  overflow: hidden;
  width: 270px;
}

.renew .cmn-flow-box-wrap.type-num .cmn-flow-box .txt-box {
  padding-top: 4px;
}

@media screen and (max-width:1040px) {
  .cmn-flow-box-wrap.type-num .cmn-flow-box .txt-box {
    padding-top: 0;
    margin-top: -12px;
    text-align: center;
  }
}

.renew .cmn-flow-box-wrap.type-num .cmn-flow-box .txt-box h4 {
  display: inline-block;
  line-height: 1.6;
  margin-bottom: calc(18px - .3em - 6px);
  padding-top: 8px;
  padding-left: 35px;
  padding-bottom: 10px;
}

.renew .cmn-flow-box-wrap.type-num .cmn-flow-box .txt-box p {
  text-align: left;
}

.renew .cmn-flow-box-wrap.type-num .cmn-flow-box:nth-child(1) .txt-box h4 {
  background: url("/images/com_sub_num01.png") left top /22px auto no-repeat;
}

.renew .cmn-flow-box-wrap.type-num .cmn-flow-box:nth-child(2) .txt-box h4 {
  background: url("/images/com_sub_num02.png") left top /28px auto no-repeat;
}

.renew .cmn-flow-box-wrap.type-num .cmn-flow-box:nth-child(3) .txt-box h4 {
  background: url("/images/com_sub_num03.png") left top /26px auto no-repeat;
}

.renew .cmn-flow-box-wrap.type-num .cmn-flow-box:nth-child(4) .txt-box h4 {
  background: url("/images/com_sub_num04.png") left top /22px auto no-repeat;
}

.renew .cmn-flow-box-wrap.type-num .cmn-flow-box:nth-child(5) .txt-box h4 {
  background: url("/images/com_sub_num05.png") left top /29px auto no-repeat;
}

@media screen and (max-width:767px) {
  .renew .cmn-flow-box-wrap.type-num .cmn-flow-box figure {
    border-radius: 8vw;
    width: 100%;
  }

  .renew .cmn-flow-box-wrap.type-num .cmn-flow-box .txt-box h4 {
    margin: 0 auto calc(5.33vw - .25em - 1.92vw);
    padding-top: 2.16vw;
    padding-left: 10.4vw;
    padding-bottom: 1.33vw;
  }

  .renew .cmn-flow-box-wrap.type-num .cmn-flow-box .txt-box {
    margin-top: 0;
    padding-top: 0;
  }

  .renew .cmn-flow-box-wrap.type-num .cmn-flow-box:nth-child(1) .txt-box h4 {
    background: url("/images/com_sub_num01.png") left 2.4vw top /5.86vw auto no-repeat;
  }

  .renew .cmn-flow-box-wrap.type-num .cmn-flow-box:nth-child(2) .txt-box h4 {
    background: url("/images/com_sub_num02.png") left top /7.46vw auto no-repeat;
  }

  .renew .cmn-flow-box-wrap.type-num .cmn-flow-box:nth-child(3) .txt-box h4 {
    background: url("/images/com_sub_num03.png") left top /6.93vw auto no-repeat;
  }

  .renew .cmn-flow-box-wrap.type-num .cmn-flow-box:nth-child(4) .txt-box h4 {
    background: url("/images/com_sub_num04.png") left 2.4vw top /5.86vw auto no-repeat;
  }

  .renew .cmn-flow-box-wrap.type-num .cmn-flow-box:nth-child(5) .txt-box h4 {
    background: url("/images/com_sub_num05.png") left top /7.86vw auto no-repeat;
  }

  .renew .cmn-flow-box-wrap.type-num .cmn-flow-box .txt-box h4.multi-line {
    padding-top: 0;
    height: 14.5vw;
  }
}

/* modaal close */
.renew .modaal-outer-wrapper .modaal-close {
  background: url("/images/cmn_btn_modal_close.png") center center no-repeat;
  height: 44px;
  width: 44px;
}

@media screen and (max-width:767px) {
  .renew .modaal-outer-wrapper .modaal-close {
    height: 8vw;
    width: 8vw;
  }
}

.renew .modaal-outer-wrapper .modaal-close::before,
.renew .modaal-outer-wrapper .modaal-close::after {
  content: none;
}

.renew .modaal-outer-wrapper .modaal-close span {
  display: none;
}

@media screen and (max-width:767px) {
  .renew .modaal-inner-wrapper {
    padding: 0 6.66vw;
  }

  .renew .modaal-video-wrap {
    margin: 0;
  }
}


/* modaal arrow */
.renew .modaal-outer-wrapper {
  overflow: hidden;
}

.renew .modaal-gallery-control {
  height: 60px;
  padding: 0;
  top: 50%;
  width: 60px;
}

@media screen and (max-width:767px) {
  .renew .modaal-gallery-control {
    border: 1px solid #000;
    height: 10.66vw;
    top: calc(50% - 5.33vw);
    left: -5.33vw;
    width: 10.66vw;
  }
}

.renew .modaal-gallery-control:hover {
  background: #fff url("/images/cmn_btn_modal_arr.png") left 24px center no-repeat;
  opacity: .7 !important;
}

.renew .modaal-gallery-control.modaal-gallery-prev {
  background: #fff url("/images/cmn_btn_modal_arr.png") left 24px center no-repeat;
}

@media screen and (max-width:767px) {
  .renew .modaal-gallery-control.modaal-gallery-prev {
    background: #fff url("/images/cmn_btn_modal_arr.png") left 3.78vw center /1.33vw auto no-repeat;
    right: auto;
    left: -5.33vw;
  }
}

.renew .modaal-gallery-control.modaal-gallery-next {
  background: #fff url("/images/cmn_btn_modal_arr_next.png") right 24px center no-repeat;
}

@media screen and (max-width:767px) {
  .renew .modaal-gallery-control.modaal-gallery-next {
    background: #fff url("/images/cmn_btn_modal_arr_next.png") right 3.78vw center /1.33vw auto no-repeat;
    left: auto;
    right: -5.33vw;
  }
}

@media only screen and (max-width: 767px) {
  .renew .modaal-image .modaal-inner-wrapper {
    padding-left: 6.66vw;
    padding-right: 6.66vw;
  }
}

.renew .modaal-gallery-control span {
  display: none;
}

.renew .modaal-gallery-control::before,
.renew .modaal-gallery-control::after {
  content: none;
}



.renew .flow-row-4col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}

@media screen and (max-width:767px) {
  .renew .flow-row-4col {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 26.66vw;
    padding: 0 13.33vw calc(16vw - 1.6vw);
  }
}

.renew .flow-row-4col .cont-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 44px;
  position: relative;
  width: calc(100% / 4 - 30px);
  max-width: 100%;
}

@media screen and (max-width:1360px) {
  .renew .flow-row-4col .cont-inner {
    width: calc(100% / 4 - 2.2vw);
  }
}

@media screen and (max-width:767px) {
  .renew .flow-row-4col .cont-inner {
    margin-bottom: 13.33vw;
    width: auto;
  }

  .renew .flow-row-4col .cont-inner:last-child {
    margin-bottom: 0;
  }
}

.renew .flow-row-4col .cont-inner::after {
  background: url("/images/cmn_icon_arr-down.png") center center /20px auto no-repeat;
  content: "";
  display: block;
  height: 40px;
  right: -40px;
  top: 97px;
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
}

@media screen and (max-width:1360px) {
  .renew .flow-row-4col .cont-inner::after {
    height: 2.94vw;
    right: -2.94vw;
    top: 7.13vw;
    transform: rotate(-90deg);
    width: 2.64vw;
  }
}

@media screen and (max-width:767px) {
  .renew .flow-row-4col .cont-inner::after {
    background: url("/images/cmn_icon_arr-down.png") center center /5.86vw auto no-repeat;
    height: 13.33vw;
    right: calc(50% - 6.66vw);
    top: auto;
    bottom: -11.73vw;
    position: absolute;
    transform: rotate(0);
    width: 13.33vw;
  }
}

.renew .flow-row-4col .cont-inner:nth-child(4n)::after {
  content: none;
}

.renew .flow-row-4col .cont-inner figure {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width:767px) {
  .renew .flow-row-4col .cont-inner figure {
    border-radius: 8vw;
  }
}

.renew .flow-row-4col .cont-inner h3 {
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 1.2;
  height: 80px;
  margin: 0 auto 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width:767px) {
  .renew .flow-row-4col .cont-inner h3 {
    font-size: 4.8vw;
    height: auto;
    min-height: 21.33vw;
    padding: 0;
    text-align: center;
  }
}

.renew .flow-row-4col .cont-inner h3 span {
  display: inline-block;
  position: relative;
}

.renew .flow-row-4col .cont-inner h3 span br {
  display: none;
}

@media screen and (max-width:1060px) {
  .renew .flow-row-4col .cont-inner h3 span br {
    display: block;
  }

  .renew .flow-row-4col .cont-inner h3.num01 span,
  .renew .flow-row-4col .cont-inner h3.num02 span {
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  .renew .flow-row-4col .cont-inner h3 span br {
    display: none;
  }
}

.renew .flow-row-4col .cont-inner h3.num01 span::before,
.renew .flow-row-4col .cont-inner h3.num02 span::before,
.renew .flow-row-4col .cont-inner h3.num03 span::before,
.renew .flow-row-4col .cont-inner h3.num04 span::before {
  content: "";
  display: inline-block;
  height: 80px;
  position: absolute;
}

.renew .flow-row-4col .cont-inner h3.num01 span::before {
  background: url("/images/com_sub_num01.png") right top /contain no-repeat;
  left: -32px;
  top: -16px;
  width: 22px;
}

@media screen and (max-width:1060px) {
  .renew .flow-row-4col .cont-inner h3.num01 span::before {
    top: 0;
  }
}

.renew .flow-row-4col .cont-inner h3.num02 span::before {
  background: url("/images/com_sub_num02.png") right top /contain no-repeat;
  left: -38px;
  top: -10px;
  width: 28px;
}

@media screen and (max-width:1060px) {
  .renew .flow-row-4col .cont-inner h3.num02 span::before {
    top: 0;
  }
}

.renew .flow-row-4col .cont-inner h3.num03 span::before {
  background: url("/images/com_sub_num03.png") right top /contain no-repeat;
  left: -36px;
  top: -10px;
  width: 26px;
}

.renew .flow-row-4col .cont-inner h3.num04 span::before {
  background: url("/images/com_sub_num04.png") right top /contain no-repeat;
  left: -32px;
  top: -14px;
  width: 22px;
}

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

  .renew .flow-row-4col .cont-inner h3.num01 span::before,
  .renew .flow-row-4col .cont-inner h3.num02 span::before,
  .renew .flow-row-4col .cont-inner h3.num03 span::before,
  .renew .flow-row-4col .cont-inner h3.num04 span::before {
    margin-right: 0;
    height: auto;
    min-height: 21.33vw;
  }

  .renew .flow-row-4col .cont-inner h3.num01 span::before {
    left: -9.19vw;
    top: -2.66vw;
    width: 5.86vw;
  }

  .renew .flow-row-4col .cont-inner h3.num02 span::before {
    left: -10.79vw;
    top: -3vw;
    width: 7.46vw;
  }

  .renew .flow-row-4col .cont-inner h3.num03 span::before {
    left: -10.26vw;
    top: -3vw;
    width: 6.93vw;
  }

  .renew .flow-row-4col .cont-inner h3.num04 span::before {
    left: -9.19vw;
    top: -3.66vw;
    width: 5.86vw;
  }
}

.renew .flow-row-4col .cont-inner p {
  margin-top: -8px;
  width: 100%;
}

@media screen and (max-width:767px) {
  .renew .flow-row-4col .cont-inner p {
    margin-top: -8px;
    padding: 0;
  }
}

.faqbox dt::before {
  content: "Q.";
  color: #0071be;
  font-weight: bold;
  position: absolute;
  top: 1.9em;
  left: -1.1em;
}

.faqbox dt {
  position: relative;
  font-size: 1.2em;
  line-height: 1.8;
  padding-top: 2em;
  padding-bottom: 0.5em;
}

.faqbox dd::before {
  content: "A.";
  color: #0071be;
  font-weight: bold;
  position: absolute;
  top: -0.3em;
  left: -1.1em;
  font-size: 1.2em;
}

.faqbox dd {
  position: relative;
}

.faqbox dt.brderb1s {
  border-top: 1px solid #eaeff5;
}

dt {
  line-height: 1.8;
  font-size: 1rem;
}

dd {
  line-height: 1.8;
  font-size: 1rem;
  padding-bottom: 1rem;
}
/*font*/
.ftb{
 font-family: 'Belanosima', sans-serif; 
}
.ftk{
font-family: 'Kanit', sans-serif;
}
.ftl{
font-family: 'Lilita One', cursive;
}
.ftm{
font-family: 'Mukta', sans-serif;
}
.ftr{
font-family: 'Rowdies', cursive;
}
.ftru{
font-family: 'Russo One', sans-serif;
}
.fts{
font-family: 'Sawarabi Gothic', sans-serif;
}
.ftte{
font-family: 'Tektur', cursive;
}
.ftt{
font-family: 'Titillium Web', sans-serif;
}


.click-btn {
    color:#000;
    }
    
    .click-btn:hover {
    opacity: 0.7;
    transition: 0.4s;
    }
    
    
    .container_setsumeikai{
    display:flex;
    justify-content: center;
    width:100%;
    margin:0 auto;
    flex-wrap: wrap;
    }
    

    
    .item_setsumeikai{
    margin:1rem;;
    }
    
    
    /* Twitter 
    @media screen and (max-width: 767px){
    .item_setsumeikai{width:98%;}
    }*/
    
    /* Twitter */
    @media screen and (max-width: 767px){
    .tel p {line-height: 1;}
    }
    
    /*中央画像*/
    .es_image {
      margin:3rem 0;
      width:40%;
    }
    @media screen and (max-width:767px) {
      .es_image {
        width:70%;
      }
    }

/* ---------------------------------------------------------
20230810 edd
------------------------------------------------------------ */
.renew .block03_1 .cmn-3col-box .cont-img-box h4 figure{margin-bottom:0.5em;}
.renew .block03_1 h3{line-height: 1.3;}
@media screen and (max-width:1080px) {.renew-top .block03_1 .header h3 {margin-top:2rem;}}
@media screen and (max-width:767px) {
.renew-top .block03_1 .header h2 {margin-top:2rem; width:80vw!important;}
}



/* ---------------------------------------------------------
20231107 edd
 block03_2
------------------------------------------------------------ */
.renew-top .block03_2 {
  background: url("/images/top/section-bg.png") right bottom /calc(50% + 320px) 176px no-repeat;
  max-width: 1340px;
  margin: 0 auto;
  padding: 140px 0 0;
  position: relative;
}
@media screen and (max-width:767px) {.renew-top .block03_2 {padding: 28vw 0 0;}}

.renew-top .block03_2 h2 {
  background: url("/junior/img/jr_ytitle_img_07.png") center center /contain no-repeat;
  font-size: 24px;
  height: 90px;
  opacity: 1;
  padding: 90px 0 0;
  position: relative;
  top: 0px;
  left: 50%;
  transition: 1s ease;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  width: 60%;
}
@media screen and (max-width:767px) {
  .renew-top .block03_2 h2 {
    background: url("/junior/img/jr_ytitle_img_07_sp.png") center top /contain no-repeat;
    font-size: 7vw;
    height: 20.66vw;
    padding: 25.6vw 0 0 0vw;
    top: 2.66vw;
    width: 90vw;
  }
}
@media screen and (min-width:768px) { .renew-top .block03_2 h2 {min-width:600px;}}

.renew-top .block03_2 h2.off {top: 8px;opacity: 0;}
@media screen and (max-width:767px) {.renew-top .block03_2 h2.off {top: 15.66vw;opacity: 1;}}

.renew-top .block03_2 h3 {
  font-size: 26px;
  height: auto;
  opacity: 1;
  padding: 30px 0;
  position: relative;
  top: 30px;
  left: 50%;
  transition: 1s ease;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  width: 350px;
}
@media screen and (max-width:767px) {.renew-top .block03_2 h3 {font-size: 7vw;padding: 15vw 0 0 0;width: 56vw;}}

.renew-top .block03_2 h3.off {top: 8px;opacity: 0;}
@media screen and (max-width:767px) {.renew-top .block03_2 h3.off {opacity: 1;}}

.renew-top .block03_2 .cmn-mask {width: 100%;}
.renew-top .block03_2 .inner-wrap {align-items: center;display: flex;height: auto;justify-content: center;padding: 0;position: relative;}
@media screen and (max-width:767px) {.renew-top .block03_2 .inner-wrap {height: auto;padding: 10.66vw 0 0;width: 100%;}}
@media screen and (max-width:1200px) {.renew-top .block03_2 .inner-wrap{/*width: 80%;*/margin:auto;}}

.renew-top .block03_2 .inner-wrap .cont-box {display: flex;justify-content: center;position: relative;width: 100%;}
@media screen and (max-width:1340px) {.renew-top .block03_2 .inner-wrap .cont-box {align-items: center;width: 85%;}}

@media screen and (max-width:767px) {.renew-top .block03_2 .inner-wrap .cont-box {display: flex;flex-direction: column;justify-content: space-between;position: relative;width: 100%;}}

.renew-top .block03_2 .inner-wrap .cont-box figure {width: 40%;}
@media screen and (max-width:767px) {.renew-top .block03_2 .inner-wrap .cont-box figure {width: auto;}}

.renew-top .block03_2 .inner-wrap .cont-box .txt-box {display: flex;flex-direction: column;justify-content: center;padding: 0 50px;width: 50%;}
@media screen and (max-width:767px) {.renew-top .block03_2 .inner-wrap .cont-box .txt-box {padding: 10.66vw 7.33vw;width: auto;}}

.renew-top .block03_2 .inner-wrap .cont-box .txt-box p {line-height: 2;margin-bottom: 2em;}
@media screen and (max-width:767px) {.renew-top .block03_2 .inner-wrap .cont-box .txt-box p {line-height: 1.75;margin-bottom: 2em;padding: 0 1.33vw;}}

.renew-top .block03_2 .inner-wrap.off {opacity: 0;}
@media screen and (max-width:767px) {.renew-top .block03_2 .inner-wrap.off {opacity: 1;}}

#s_course .cmn-link-btn{margin:0 auto;}