/* preset for bd */

/* contents枠:cwrap */
.cmshtml .cwrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

/* contents枠vw:cwrapv */
.cmshtml .cwrapv {
  padding-left: 10vw !important;
  padding-right: 10vw !important; }

@media screen and (max-width: 1200px) {
  .cmshtml .cwrap {
    padding-left: 2% !important;
    padding-right: 2% !important; }
  .cmshtml .cwrapv {
    padding-left: 2% !important;
    padding-right: 2% !important; }
}

/* titleにアンダーライン:ttl-ul */
.cmshtml .ttl-ul.rdplanetitle > * {
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc; }
  .cmshtml .ttl-ul.rdplanetitle > *:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 200px;
    height: 2px;
    background: #306c39; }

/* titleにアンダーライン中央:ttl-ulc */
.cmshtml .ttl-ulc.rdplanetitle > * {
  position: relative;
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc; }
  .cmshtml .ttl-ulc.rdplanetitle > *:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 200px;
    height: 2px;
    background: #162461; }

/* title前にサークル:ttl-c */
.cmshtml .ttl-c.rdplanetitle > * {
  position: relative;
  padding-left: 1.5rem; }
  .cmshtml .ttl-c.rdplanetitle > *:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 5px solid #162461;
    border-radius: 50%; }

/* title両サイドにライン:ttl-bs */
.cmshtml .ttl-bs.rdplanetitle {
  text-align: center; }
.cmshtml .ttl-bs.rdplanetitle > * {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block; }
  .cmshtml .ttl-bs.rdplanetitle > *:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 30px;
    height: 1px;
    background: #222; }
  .cmshtml .ttl-bs.rdplanetitle > *:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 30px;
    height: 1px;
    background: #222; }

/* dt25% row nowrap：dlfrow */
.cmshtml .dlfrow dl {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #c5c5c5 !important;
  margin-bottom: unset !important;
  padding-bottom: unset !important; }
  .cmshtml .dlfrow dl dt {
    padding: 1rem;
    background: #dbe0f3;
    margin-bottom: unset;
    color: #222;
    width: 25%; }
  .cmshtml .dlfrow dl dd {
    padding: 1rem;
    background: #fafafa;
    width: 75%; }

@media screen and (max-width: 576px) {
  .cmshtml .dlfrow dl {
    flex-flow: column nowrap; }
    .cmshtml .dlfrow dl dt,
    .cmshtml .dlfrow dl dd {
      width: 100%; }
}

/* 680ブレイク後2列のclass：ab2row */
@media screen and (max-width: 680px) {
.cmshtml .ab2row > div {
    width: 50% !important;
    flex: 0 0 auto; }
.cmshtml .ab2row.rdhorizontalarea.rdblock > * {
    width: 50% !important;
    flex: 0 0 auto; }
}

/* 詳細ボタンclass: contentsLink */

/* 詳細ボタンclass: contentsLink_l */
.cmshtml .contentsLink_l {
  text-align: left; }
.cmshtml .contentsLink_l a {
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  padding: 10px 20px;
  min-width: 300px;
  border-radius: 300px;
  transition: 0.4s background-position !important;
  background-image: linear-gradient(to right, #43cea2 0%, #185a9d 51%, #43cea2 100%);
  background-size: 200% auto;
  background-position: 0 50%; }
  .cmshtml .contentsLink_l a:hover {
    background-position: 100% 50%; }




/* 3列横並びブレイク後維持：trbpnw */
@media screen and (max-width: 576px) {
  .cmshtml .trbpnw > .rdblock {
    width: calc(100% / 3) !important; }
  .cmshtml .trbpnw.rdflexarea>* {
    flex: 1 1 auto; }
}




/* for bd-3 */

.cmshtml div#globalNav .navUl {
  justify-content: flex-end; }
  .cmshtml #globalNav .navUl>li {
    padding: 0px 15px; }


.cmshtml div#globalHeader {
  padding: 15px 20px 15px;
  background: rgba(255, 255, 255, 0.95); }
.cmshtml div#globalNav {
  font-weight: 500; }
.cmshtml div#topMovieBg:after {
  background-image: radial-gradient(rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 30%);
  background-size: 3px 3px; }


.cmshtml #topMovie .sp-slide img {
  height: 100vh;
  object-fit: cover; }

.blog #contentsWrapInner {
  display: flex;
  padding: 2rem 3%; }

.cmshtml .blogMain {
  padding: unset;
  width: 75%; }

.cmshtml .blogSide {
  width: 25%;
  min-width: 240px; }

.cmshtml .rdListShort div.rdListItem {
  width: calc((100% / 3) - 20px); }


@media screen and (min-width:680px) and (max-width:1024px) {
  .cmshtml .rdListShort div.rdListItem {
    width: calc((100% / 2) - 20px); }
}

@media screen and (max-width: 680px) {
  .blog #contentsWrapInner {
    flex-direction: column; }
  .cmshtml .blogMain,
  .cmshtml .blogSide {
    width: 100%; }
  .cmshtml .rdListShort div.rdListItem {
    width: calc(100% - 20px); }
}


/* bd03 accordion menu close icon */

.cmshtml .open #globalNavbtn a span:nth-of-type(1) {
    transform: rotate(45deg);
    width: 50%;
    top: 50%;
    left: 25%;
    position: absolute; }

.cmshtml .open #globalNavbtn a span:nth-of-type(2) {
  opacity: 0; }

.cmshtml .open #globalNavbtn a span:nth-of-type(3) {
    transform: rotate(-45deg);
    width: 50%;
    top: 50%;
    left: 25%;
    position: absolute; }




#editView .cmshtml div#globalNav .navUl {
  justify-content: space-around; }
#editView .cmshtml #globalNav .navUl > div {
  padding: 0px 15px; }
#editView .cmshtml #pagetitleInner {
  top: 0; }
#editView .cmshtml #globalNav #globalNavMain .navUl .rdappended {
  min-width: 100px; }
#editView .cmshtml #pagetitle {
  overflow: scroll; }


/*
・style&color.cssのブレイクポイント変更
・style.css:70
   .cmshtml #globalNav .navUl .navUl>*>*>*>*:not(i,p)
   ↓
   .cmshtml #globalNav .navUl .navUl>*>*>*>*:not(i)
・script.jsの.slider-proに以下変更と追記
    width: 'calc(100% / 3)', //横幅
    responsive: true,
      breakpoints: {
        680: {
          width: '100%',
        }
      }
*/

/* PC用nav・sub横並び */
@media screen and (min-width: 1201px) {
  .cmshtml div#globalHeader {
    align-items: center; }

  .cmshtml #globalNavInner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }

  .cmshtml #globalNavMain {
    font-size: 1.0rem; }

  .cmshtml #globalNavSub {
    align-self: center;
    margin-bottom: 0px;
    font-size: 0.85rem; }

  .cmshtml #globalNavSub>.navUl>*+* {
    margin-left: 0px !important; }
}


/* タイトル */
.cmshtml .rdplanetitle h2 {
    font-size: clamp(2.0rem, 3.0vw, 2.4rem) !important; }

.cmshtml .rdplanetitle h3 {
    font-size: clamp(1.6rem, 2.5vw, 2.0rem) !important; }

.cmshtml .rdplanetitle h4 {
    font-size: clamp(1.35rem, 2.0vw, 1.75rem) !important; }

.cmshtml .rdplanetitle h5 {
    font-size: clamp(1.2rem, 2.0vw, 1.5rem) !important; }

.cmshtml .rdplanetitle h6 {
    font-size: clamp(1.1rem, 1.8vw, 1.2rem) !important; }


/* common */

.cmshtml .globalh1 {
  text-indent: -500em; }

@media screen and (min-width: 1201px) and (max-width: 1360px) {
  .cmshtml #globalNav .navUl>li {
    padding: 0px 10px; }
}

@media screen and (min-width: 1201px) {
  .cmshtml #globalNavMain {
    font-size: clamp(0.72rem, 0.92vw, 1.00rem); }
  .cmshtml #globalNavSub {
    font-size: clamp(0.70rem, 0.92vw, 1.00rem); }
}


#editView .cmshtml #topMovie {
  height: auto; }

.cmshtml .topMovieCatch {
  text-align: center; }

 /* section ttl */
.cmshtml .sec-ttl {
  position: relative; }
  .cmshtml .sec-ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #8d8787 0, transparent 36%); }
@media screen and (max-width: 680px) {
  .cmshtml .sec-ttl::after {
    background: linear-gradient(90deg, #8d8787 0, transparent 60%); }
}

 /* rdp-dl */
.cmshtml .rdplanetext2 dl {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
.cmshtml .rdplanetext2 dt {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #123456;
  font-size: 1.1rem; }


 /* aos */
body.cmsbody.cmsbody[data-rdaos-delay="800"] [data-rdaos].rdaos-animate {
  transition-delay: 0.01s !important; }
[data-rdaos][data-rdaos][data-rdaos-duration="800"], body.cmsbody.cmsbody[data-rdaos-duration="800"] [data-rdaos] {
  transition-duration: .5s !important; }



 /* footer */
.cmshtml #footerInner {
  justify-content: center; }
  .cmshtml #footerInner .inner {
    max-width: 100%;
    text-align: center; }
    .cmshtml #footerInner .inner img {
      max-width: 100%;
      height: auto; }


.cmshtml .rdNewInfoList_ez-ContTitle {
  color: #0055dd; }



.cmshtml .mheight {
  height: 100% !important; }


.cmshtml #form_top:target {
  scroll-margin-top: 100px; }






/* home用タイトル */
.cmshtml .rdplanetitle.homesecttl h3 {
  font-weight: 900 !important;
  color: #303547;
  font-size: clamp(2.0rem, 3.5vw, 3rem) !important; }

@media screen and (min-width: 577px) {
  .cmshtml .bgplx {
    background-attachment: fixed; }
}



/* for student */
.cmshtml .fst_wrap {
  justify-content: space-between !important; }

.cmshtml .fst_wrap .fst_thumb {
  width: calc((100% / 3) - 10px);
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd; }

@media screen and (min-width: 577px) and (max-width: 1000px) {
  .cmshtml .fst_wrap .fst_thumb {
    width: calc((100% / 2) - 10px); }
}

#editView .cmshtml .fst_wrap .fst_thumb {
  width: calc((100% / 1) - 10px); }





/* track record */

.cmshtml .trecord_dd dd {
  font-size: clamp(0.7rem, 3.0vw, 1.0rem); }





/* section-scroll-animation  <not in use>
.cmshtml .blur {
  filter: blur(0px);
  position: relative; }
  .cmshtml .blur::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #777;
    height: 1px;
    animation: 0.4s linear 1 forwards uline; }

@keyframes uline {
  0% {
    width: 0; }
  100% {
    width: 100%; }
}

*/