/* 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: 20px;
  padding-right: 20px;
  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: 25px;
    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: 25px;
    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 #d1d5cf; }
  .cmshtml .dlfrow dl dt {
    padding: 1rem;
    background: #e9edff;
    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(0, 0, 0, 0.5); }
.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; }

#editView .cmshtml #topMovie {
  height: 640px; }

#editView .cmshtml .topMovieCatch {
  opacity: 1;
  transform: scale(1); }


/*
・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: 1081px) {
  .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;
    font-family: "Noto Serif JP", serif; }

.cmshtml .rdplanetitle h3 {
    font-size: clamp(1.6rem, 2.5vw, 2.0rem) !important;
    font-family: "Noto Serif JP", serif; }

.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; }



/* 標準フォームのアンカーリンク時の位置調整 */
#form_top:target {
  scroll-margin-top: 125px; }

/* U01アンカーリンク設置時の位置調整 */
.rdanchor a {
  display: block;
  padding-top: 125px;
  margin-top: -125px; }
#editView .rdanchor a {
  padding-top: 0;
  margin-top: 0; }




/* common */

  /* nav */
@media screen and (max-width: 1200px) {
  .cmshtml #globalNavSub a {
    border: 1px solid #d1dddf;
    background: #ebf8ff; }
  .cmshtml #globalNavSub li + li {
    margin-top: 0.5rem; }
}

@media screen and (min-width: 1201px) {
  .cmshtml #globalNav #globalNavMain > .navUl > li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    top: unset;
    bottom: 0;
    left: 50%;
    background-color: #d4c4ad;
    transition: all 0.3s ease; }
    .cmshtml #globalNav #globalNavMain > .navUl > li a:hover::after {
      width: 60%;
      left: 50%;
      transform: translateX(-50%);
      opacity: 1; }
  .cmshtml #globalNav #globalNavMain > .navUl > li .navUl li a::after {
    content: none; }
}


  /* 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 */
@media screen and (min-width: 577px) and (max-width: 1000px) {
  .cmshtml #footerInner {
    display: block; }
}

@media screen and (max-width: 576px) {
  .cmshtml #footerContact {
    background: transparent;
    width: auto;
    left: unset;
    right: 0; }
  .cmshtml .footerContactItem {
    display: none; }
}



  /* for section title */
.cmshtml .sec-ttl {
  position: relative; }
  .cmshtml .sec-ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #2289cc 0, transparent 36%); }
  .cmshtml .sec-ttl h3 {
    font-size: clamp(2.0rem, 3.5vw, 2.6rem) !important; }






/* home */



/* news blog */

@media screen and (min-width: 1400px) {
  .blog #contentsWrapInner {
    padding-left: 10dvw;
    padding-right: 10dvw; }
}

@media screen and (max-width: 680px) {
  .cmshtml .blogMain {
    margin-bottom: 3rem; }
}



/* works */

.cmshtml .ba01 {
  width: 45% !important; }
  .cmshtml .ba01 img {
    width: 100%;
    height: auto; }
.cmshtml .ba02 {
  width: 10% !important; }

@media screen and (max-width: 576px) {
  .cmshtml .ba01,
  .cmshtml .ba02 {
    width: 100% !important; }
  .cmshtml .rtt {
    transform: rotate(90deg); }
}

.cmshtml .wthumbttl h4 {
  font-size: 1.2rem !important;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 10px; }

#editView .cmshtml .ba01,
#editView .cmshtml .ba02 {
  width: 100% !important; }



/* inquiry */
.cmshtml dl.contact_item_table {
  max-width: unset; }

.cmshtml .contact_item_table input[type="text"], .cmshtml .contact_item_table input[type="email"], .cmshtml .contact_item_table input[type="tel"], .cmshtml .contact_item_table input[type="number"], .cmshtml .contact_item_table input[type="date"], .cmshtml .contact_item_table textarea, .cmshtml .contact_item_table select, .cmshtml input[type="text"][name="img_auth"] {
  line-height: 1.7; }

.cmshtml .pps {
  max-height: 200px;
  overflow-y: scroll;
  padding: 1rem !important;
  background: rgba(223, 237, 229, 0.7); }

.cmshtml dd.contact_item_input:has(.ppcheck) {
  border: 1px dotted #c10000;
  padding: 10px;
  margin-top: 5px; }