@charset "utf-8";

/* =============================================
	students ボトム共通
============================================= */
.content__wrap{
  padding-top: 10px;
}
.content__wrap img{
  max-width: 100%;
  height: auto;
}
.stus-ttl-logo img {
  width: auto;
  height: 70px;
}
main .js-time_limited{
  display: none;
}
main .js-time_limited_fire{
  display: block;
}
main .js-time_limited_fire.limited--inline{
  display: inline-block;
}
.stus-btm__header{
  padding: 30px 30px 60px;
  background-color: #fefdfd;
}
.stus-btm__footer{
  padding: 20px 15px;
  background-color: #585855;
}
.stus-btm__footer .stus-nav__list{
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.stus-btm__footer .stus-nav__list .top{
  display: none;
}
.stus-btm__footer .stus-nav__list > li > a,
.stus-btm__footer .stus-nav__list > li > span{
  font-weight: bold;
}
.stus-btm__footer .stus-nav__list li ul{
  padding-left: 16px;
  margin-top: 5px;
  font-weight: normal;
} 
.stus-btm__footer .stus-nav__list a,
.stus-btm__footer .stus-nav__list span{
  display: block;
  padding-left: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  transition: all 0.2s ease;
}
.stus-btm__footer .stus-nav__list li{
  margin: 0 0 5px;
}
.stus-btm__footer a:hover{
  opacity: 0.8;
}
.stus-btm__footer .stus-nav__list a::before{
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 2px;
  height: 3px;
  content: '';
  border: 2px solid rgb(0 0 0 / 20%);
}
.stus-btm__footer .stus-nav__list a:hover::before{
  border: 2px solid rgb(255 255 255 / 40%);
}
.stus-inquiry{
  margin: 30px 0 0;
  text-align: center;
}
.stus-inquiry a{ 
  display: inline-block;
  padding: 15px 130px;
  color: #fff;
  border: 1px solid #878787;
  border-radius: 20px;
}

/* 学生問い合わせフォーム */
.request-form{ 
  margin: 30px 0 0;
  text-align: center;
}
.request-form a{
  display: inline-block;
  width: 100%;
  padding: 25px;
  line-height: 1.4;
  color: #313131;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.2s ease;
}
.request-form a:hover{
  opacity: 0.8;
}
.request-form a span{
  display: inline-block;
  margin-top: 5px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
}
.request-form a span.btn-comment{
  font-size: 1.4rem;
  font-weight: normal;
}
.stus-btm__footer .request-form a{
  color: #fff;
  background-color: #636363;
  border: 1px solid #636363;
}
.stus-btm__footer .request-form a:hover{
  border: 1px solid #fff;
}
.stus-nav{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  transition: all 0.1s ease;
}
.stus-nav .stus-logo{
  width: 250px;
  margin: 0 0 5px;
}
.stus-nav__list{
  display: flex;
  gap: 30px;
  padding-top: 5px;
  margin: 0 0 0 40px;
}
.content_nav_box .stus-nav__list{
  display: block;
  margin: 0;
}
.stus-nav__list a{
  position: relative;
  display: inline-block;
  line-height: 1.3;
  color: #313131;
}
header .stus-nav__list a{
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  transition: all 0.1s ease;
}
header .stus-nav a:hover{
  opacity: 0.7;
}
.stus-nav__list .current a{
  font-weight: bold;
}
.stus-nav__list .current > a::before{
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 2px;
  margin: 0 auto;
  content: '';
  border: 2px solid  var(--stus-red);
}
.stus-btm__footer .stus-nav__list > li{
  flex-basis: 730px;
}
.stus-btm__footer .stus-nav__list a{
  text-decoration: none;
}
.stus-btm__footer .stus-nav__list a + a{
  margin-top: 10px;
}
.stus-btm__footer .stus-nav__list a.current{
  border-bottom: 1px dotted #fff;
}
.stus-btm__footer .stus-nav__list a.current::before{
  position: absolute;
  top: 0.6em;
  right: auto;
  left: 0;
  width: 2px;
  height: 3px;
  border: 2px solid  var(--stus-red);
}
.stus-btm__ttl{
  margin: 0 0 15px;
  font-size: 1.8rem;
}
.stus-btm__content-info{
  font-size: 1.6rem;
}
.content-info{
  margin-bottom: 40px;
  font-size: 1.6rem;
}
.stus-btm__content-ico{
  position: relative;
  margin: 0 -10px 0 15px;
  overflow: visible;
  border-radius: 20px;
}
.stus-btm__content-ico img{
  width: 100%;
  margin: 0 0 -25px;
  object-fit: cover;
  border-radius: 20px;
}
.stus-content__header{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px 40px;
  margin: -52px 14px 0;
  background-color: #ddd5c9;
  border-radius: 20px 20px 0 0 ;
}
.stus-content__header.support-cont{
  background-color: var(--stus-support);
}
.stus-content__header.qualifications-cont{
  background-color: var(--stus-qualifications);
}
.stus-btm2-wrap{
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.stus-btm2-logo img{
  width: auto;
  height: 40px;
}
.stus-btm2-logo a{
  transition: all 0.1s ease;
}
.stus-btm2-logo a:hover{
  opacity: 0.7;
}
.stus-btm2-wrap .stus-btm__ttl{
  margin: 0;
}
.stus-main{
  margin: 0 5px;
  background-color: #fff;
  border-radius:  0 0 20px 20px;
}
.stus-main .tag::before{
  content: none;
}

/* .stus-main .tag{
  padding: 3px 10px;
  margin: auto 15px 0 0;
  border-right: 4px solid #fff;
} */
.content-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 50px;
}
.content-list li{
  margin: 0 0 10px;
}
.content-list li p img{
  width: 100%;
  height: auto;
  aspect-ratio: 615 / 479;
  margin: 0 0 10px;
  object-fit: cover;
  border: 1px solid #9e7316;
  border-radius: 15px;
}
.content-info__lead{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
}
.content-list a{
  color: #333;
  transition: all 0.2s ease;
}
.content-list a:hover{
  opacity: 0.8;
}



/* --- SNSシェア --- */
.shear-list{
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0 0 30px;
}
.shear-list{
  padding: 60px 0;
}

/* シンプルデザイン 見出し周り */
.content-header{
  position: relative;
  padding: 40px 20px;
  margin: 0 0 30px;
  color: #fff;
  text-align: center;
  background: #404030 url("../img/header.jpg") no-repeat center center;
  background-size: 125% auto;
}
.content-header .stus-ttl__lv1,
.content-header strong{
  color: #fff;
}
.content-range{
  margin: 0 15px;
}
.stus-btm__header{
  margin: 0;
  text-align: left;
}

/* イベント系概要 */
.content-outline{
  margin: 0 5px 20px;
  border-bottom: 2px dotted #bdbdbd;
}
.stus-cont__ttl + .content-outline__wrap{
  margin: 15px auto 20px; 
}
.content-outline__wrap{
  margin-right: auto;
  margin-left: auto;
}
.content-outline__wrap:last-child{
  margin-bottom: 15px;
}
 .content-header:has(.tag-box) {
  padding: 40px 20px 50px;
 }
.content-header .tag-box{
  margin: -2em 0 5px -0.5em;
}
.content-outline__ttl{
  padding: 10px;
  margin: 0 0 5px;
  background-color: #efefef;
  border-radius: 10px;
}
.content-outline__wrap + .content-outline__wrap{
  margin-top: 10px;
}
.content-outline .stus-cont__ttl{
  padding: 10px 0;
  margin-top: -12px;
  margin-bottom: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: left;
}
.content-outline .stus-cont__ttl span{
  font-size: 0.6em;
}
.outline-list{
  flex: 1;
  font-size: 1.2rem;
  border-bottom: 1px solid #efefef;
}
.outline-list dt{
  position: relative;
  float: left;
  clear: both;
  display: inline;
  width: 9em;
  padding: 4px 0 4px 24px;
  margin: 0 -8em 0 0;
  text-align: center;
}
.outline-list dd{
  padding: 4px 10px 4px 9em;
  border-top: 1px solid #efefef;
}
.outline-list dt.outline-list__schedule::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  content: ' ';
  background: url("../img/ico-schedule.svg") no-repeat left top;
}
.outline-list dt.outline-list__prise::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  content: ' ';
  background: url("../img/ico-prize.svg") no-repeat left top;
}
.outline-list dt.outline-list__type::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  content: ' ';
  background: url("../img/ico-type.svg") no-repeat left top;
}
.outline-list dt.outline-list__present::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  content: ' ';
  background: url("../img/ico-present.svg") no-repeat left top;
}
.
.stus-main{
  font-size: 1.4rem;
}
.stus-ttl__header{
  margin: 70px 0 30px;
  text-align: center;
}
.stus-ttl__lv1{
  margin: 0;
  font-size: clamp(2.6rem, 0.111rem + 5.19vw, 4rem);
}
.stus-ttl__lv1 + p{
  margin-top: 10px;
}
.stus-ttl__lv1 span{
  display: block;
  font-size: clamp(1.8rem, 1.444rem + 0.74vw, 2rem);
}
.stus-ttl__lv1 span.ttl-note--s{
  margin: 0.3em 0;
  font-size: clamp(1.3rem, 1.191rem + 0.55vw, 1.6rem);
  font-weight: normal;
}
.stus-ttl__lv2{
  position: relative;
  z-index: 10;
  padding: 0 20px;
  margin: 0 0 20px;
  font-size: clamp(2.4rem, 0.222rem + 3.7vw, 3rem);
  line-height: 1.4;
  text-align: center;
}
.stus-ttl__lv2 span{
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 0.6em;
  background-color: #fff;
}
.stus-ttl__lv2::before{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 15px;
  margin: auto 0;
  content: ' ';
  background: repeating-linear-gradient(-45deg, transparent, transparent 7px, rgb(228 228 228 / 100%) 7px, rgb(228 228 228 / 100%) 10px )
}
.stus-ttl__point{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  vertical-align: middle;
  color: var(--stus-red);
}
.stus-ttl__point span{
  position: relative;
  bottom: 0.05em;
  display: inline-block;
  padding: 0 2px;
  font-size: 2.0em;
  vertical-align: middle;
}
.stus-ttl__lv3{
  margin: 30px 0 15px;
  font-size: 1.6rem;
  font-size: clamp(1.9rem, 1.723rem + 0.37vw, 2rem);
  text-align: center;
}
.stus-ttl__lv4{
  padding: 20px 0;
  margin: 50px 0 20px;
  font-size: 1.8rem;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.content-section{
  margin: 50px 0 0;
  text-align: center;
}
.content-section:first-child{
  margin-top: 0;
}

/* タブ */
.content-tab{
  margin: 0 15px 30px;
  border-bottom: 1px solid #333;
}
.content-tab ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content-tab ul li {
  width: 50%;
  background-color: #fff;
}
.content-tab ul li a{
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 102%;
  padding: 15px 10px;
  overflow: visible;
  font-weight: bold;
  color: #404040;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #333;
}
.content-tab--s ul li a{
  padding: 10px;
}
.content-tab ul li.current a{
  color: var(--stus-red);
  border-right: none;
  border-bottom: none;
  border-bottom: 1px solid #fff;
  border-left: none;
  transition: all 0.2s ease;
}
.content-tab ul li a:hover{
  opacity: 0.8;
}
.content-tab ul li.current a:hover{
  opacity: 1;
}
.content-tab ul li:nth-child(2).current a{
  border-bottom: none;
  border-left: none;
}
.content-tab ul li a span{
  display: block;
}
.content-tab__btm ul{
  display: flex;
  gap: 0;
  justify-content: center;
  padding: 40px 0 0;
  margin: 100px 15px 0;
  text-align: center;
  border-top: 1px dotted #333;
}
.content-tab__btm ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-right: 1px solid #ccc;
}
.content-tab__btm ul li:last-child{
  border: none;
}
.content-tab__btm ul li a{
  font-size: 1.6rem;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  transition: all 0.2s ease;
}
.content-tab__btm  ul li a:hover{
  border-bottom: 1px solid #ccc;
  opacity: 0.8;
}
.content-tab__btm  ul li.current a,
.content-tab__btm  ul li a.current{
  font-weight: bold;
  color: var(--stus-red);
  border-bottom: 1px solid var(--stus-red);
}

/* ページ上部 リード文 */
.lead-box{
  margin: 0 0 30px;
  font-size: 1.7rem;
}
.lead-box p{
  line-height: 1.8;
}
.content-section__text-cont{
  text-align: left;
}
.text{
  margin: 30px 0 0;
}
.text p{
  margin: 0 0 1em;
}
.text p:last-child{
  margin: 0;
}
.content-section__lead{
  margin: 20px 0 30px;
  font-size: 2.0rem;
  font-weight: bold;
  color: var(--font-dark);
}
.content-section__lead span{
  display: inline-block;
  padding: 0 10px 10px;
  line-height: 1.5;
  border-bottom: 1px solid #333;
}
.column-3{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.column-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* まとめ */
.summary{
  padding: 30px;
  margin: 50px 0 100px;
  text-align: left;
  background-color: #fff;
  border: 3px solid #efefef;
  border-radius: 30px;
}
.summary:last-child{
  margin-bottom: 0;
}

/* 補足 */
.topic-box{
  padding: 30px 30px 60px;
  margin: 70px 0 0;
  background-color: #efefef;
  border-radius: 15px;
}
.topic-box .topic-box__ttl{
  margin: 20px 0;
  font-size: 1.8rem;
  text-align: center;
}
.topic-box li{
  color: var(--font-dark);
  background-color: #efefef;
  border-radius: 15px;
}
.strong-line{
  background: linear-gradient(to bottom,  #fff 62%,#ffff4d 62%,#fff 62%,#ffff4d 65%,#ffff4d 88%,#fff 91%); 
}
.link-box--ttl{
  position: relative;
  margin: 50px 0 -10px;
  font-size: 1.5rem;
}
.link-box--ttl::before,
.link-box--ttl::after {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 1.5em;
  margin: 0 2em;
  margin-top: -.1em;
  vertical-align: middle;
  content: "";
  background: #808080;
}
.link-box--ttl::before {
  transform: rotate(-35deg);
}
.link-box--ttl::after {
  transform: rotate(35deg);
}
.anchor_path li{
  margin: 0;
  font-size: 1.6rem;
}
.nav-wrap{
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
.anchor-path__list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  width: 100%;
}
.stus .anchor-path__list a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.content-main-img{
  text-align: center;
}
.content-main-img img{
  margin: 20px 0 30px;
}
.content-info__text{
  margin: 20px 0 0;
}
.content-info__text + .content-info__lead{
  margin-top: 30px;
}
.stus-main{
  font-size: 1.6rem;
}
.stus-main .link-box p{
  margin: 0;
  font-size: 1.5rem;
}
.stus-main{
  padding-bottom: 50px;
  margin: 0 5px;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius:  0 0 20px 20px;
}
.recommended-cont{
  padding: 50px 0 20px;
  background-color: #f9f8f6;
}
.recommended-cont .event-list li{
  padding: 0;
}
.recommended-cont h5{
  margin: 0 0 15px;
  font-size: 1.8rem;
  text-align: center;
}
.recommend-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 14px 20px;
}
.recommend-list .current{
  display: none;
}
.recommend-list a{
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease;
}
.recommend-list a img{
  margin: 0 0 5px;
  border-radius: 5px;
}
.recommend-list a:hover{
  top: -1px;
  opacity: 0.8;
}


/* --- 日建学院内リンク --- */
.link-box{
  max-width: 900px;
  margin: 30px auto;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
}
.link-box + .link-box{
  margin-top: -10px;
}
.link-box--s{
  max-width: 700px; /* ルフタ内で使っている 幅調整 */
}
.link-box a{
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  margin: 0 auto;
  text-decoration: none;
  border: 1px solid var(--stus-red);
  border-radius: 30px;
  transition: all 0.2s ease;
}
.link-box a:hover{
  opacity: 0.8;
}
.link-box a .link-img{
  width: 45%;
}
.link-box a .link-img img{
  aspect-ratio: 15 / 10;
  object-fit: cover;
  border-radius: 28px;
}
.link-box a .link-name{
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color:#333;
}
.btn-link{
  margin-top: 15px;
  text-align: center;
}
.btn-link a{
  display: inline-block;
  width: 100%;
  padding: 15px 10px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  color: var(--font-dark);
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid var(--stus-red);
  border-radius: 20px;
  transition: all 0.2s ease;
}
.btn-link a:hover{
  opacity: 0.8;
}
.btn-link a .btn-link__note{
  display: block;
  font-size: 1.4rem;
}
.btn-link.outside-link a{
  margin: 0 0 20px;
  color: #fff;
  background-color: var(--stus-dark-bg);
  border: none;
  border-radius: 20px;
}


/* 横に「関連ページ」等と見出しを付ける */
.text-link-box a .link-name{
  position: relative;
  display: flex;
  gap: 5px;
  justify-content: center;
}
.link-box a .link-name p{
  font-size: clamp(1.3rem, 0.056rem + 2.59vw, 2rem);
  line-height: 1.4;
}
.link-box a .link-name p.link-name__s{
  font-size: clamp(1.1rem, -0.344rem + 2.59vw, 1.6rem);
}
.link-box a .link-name p + p{
  margin-top: 5px;
}
.text-link-box .link-arrow p.link-name__main::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto 0;
  content: ' ';
  background: url("../img/arrow2.svg") no-repeat left top;
  background-size: 100% auto;
}
.text-link-box a:hover{
  opacity: 0.8;
}
.text-link-box a .link-name p.link-name__s{
  padding: 5px 10px 0;
  margin: 0;
  color: #333;
  background-color: #efefef;
}
.text-link-box a .link-name p.link-name__main{
  position: relative;
  padding-right: 14px;
  text-decoration: underline;
}


/* teble */
.table-style{
  width: 100%;
  background-color: #fff;
}
.table-style th{
  padding: 1.6rem 0;
  font-size: max(1.8rem, 18px);
  font-weight: normal;
  vertical-align: middle;
  color: #333;
  text-align: center;
  background-color: #f1f1e9;
}
.table-style td{
  padding: 1.2rem 0 3.2rem;
}
.table__title{
  margin-top: 1.6rem;
  font-size: max(1.8rem, 18px);
  font-weight: bold;
}
.stus-table{
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 0;
  background-color: #fff;
}
.stus-table th,
.stus-table td{
  line-height: 1.4;
  vertical-align: top;
  border: 1px solid #ccc;
}
.stus-table th{
  width: 14em;
  padding: 20px;
  font-size: var(--txt-size6);
  font-size: 1.7rem;
  font-weight: normal;
  vertical-align: top;
  color: #333;
  text-align: center;
  background-color: #f1f1e9;
}
.stus-table td{
  padding: 20px 0;
  font-size: 1.5rem;
  line-height: 1.4;
  vertical-align: middle;
  text-align: left;
}
.stus-table td ul{
  font-size: 1.5rem;
  line-height: 1.4;
}
.stus-table td ul + p{
  margin-top: 10px;
}
.stus-table__number-list li{
  padding-left: 1.2em;
  margin-top: 10px;
  font-size: inherit;
  text-indent: -1.2em;
  list-style: decimal inside;
}
.stus-table__disc-list li{
  position: relative;
  padding-left: 1.2em;
  margin-top: 10px;
  font-size: inherit;
  text-indent: -1.2em;
  list-style: disc  inside;
}
.stus-table__ttl-lv1{
  margin: 20px 0 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}
.stus-table__ttl-lv1:first-child{
  margin-top: 0;
}
.stus-ttl__lv1 span a{
  color: #fff;
  transition: all 0.2s ease;
}
.stus-ttl__lv1 span a:hover{
  opacity: 0.8;
}
.table-note {
  padding: 30px;
  margin: 10px 0 0;
  background-color: #fafafa;
  border-radius: 20px;
}
.table-note h5{
  padding-left: 5px;
  margin: 0 0 10px;
  border-left: 4px solid #2d414f;
}


/* カテゴリ indexページ */
.stus-content-index__header{
  padding-top: 30px;
  margin: -52px 30px 50px;
  overflow: visible;
  background-color: #e0e0d2;
  border-radius: 20px;
}
.stus-content-index__header.support{
  background-color: #d9d0c7;
}
.stus-btm-wrap{
  display: block;
  width: 70%;
  padding: 0 30px 30px;
  margin: 0 auto;
  overflow: visible;
  text-align: center;
  border-radius: 20px;
}
.stus-content-index__main{
  margin: 0 15px;
}
.lead-cont{
  margin: 0 0 50px;
  text-align: center;
}
.lead-cont p{
  font-size: 1.5rem;
}
.lead-cont p + p{
  margin-top: 10px;
}

/* pickup */
.pickup a{
  font-size: 1.8rem;
  color: #333;
}
.pickup a .pickup-img img{
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  aspect-ratio: 615 / 479;
  object-fit: cover;
  border: 3px solid #a37a23;
  border-radius: 10px;
}
.pickup a > div{
  padding: 0 10px 10px;
  margin: 20px 0 0;
  border-radius: 10px;
}
.pickup .stus-cont__ttl{
  margin: 0 0 10px;
  font-size: 1.8rem;
}

/* ご相談はこちらから */
.contact-us__main{
  margin: 20px 0 ;
}
.contact-list{
  margin: 0 0 25px;
}
.contact-list dt{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5em;
  margin-right: 5px;
  font-size: 1.25rem;
  text-align: center;
  border: 1px solid #333;
  border-radius: 3px;
}
.contact-list > div{
  display: flex;
}
.contact-us .link-box--ttl{
  margin-bottom: 15px;
}
/* 動画周り */
.movie_cont{
  margin-top: 50px;
  text-align: center;
}
.movie_cont h3{
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 1.7rem;
}
.movie_cont h3::before{
  content: ' ';
  margin: auto 10px 0 0;
  display: inline-block;
  width: 26px;
  height: 28px;
  background: url(/nikken/img/ico-movie.svg) no-repeat left top;
  text-align: center;
}
.movie_cont h4{
  margin-bottom: 10px;
}
.movie_time{
  margin: 0 auto 10px;
  padding-left: 18px;
  display: inline-block;
  background: url(/nikken/img/ico-time.svg) no-repeat left center;
  background-size: 15px 15px;
}
.video__wrap{
  margin: 25px 0 0;
  width: 100%;
}
.video__cont{
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  height: 0;
  background-color: #fff;
}
.video__cont img,
.video__cont iframe,
.video__cont object,
.video__cont embed{
  margin: auto;
  position: absolute;
  top: -0.5%;
  right: -0.5%;
  bottom: -0.5%;
  left: -0.5%;
  width: 101%;
  height: 101%;
}

/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (width <= 767px){
  .stus-main{
    font-size: 1.5rem;
    line-height: 1.8;
  }

  /* イベント系概要 */
  .content-outline{
    padding: 10px 15px 0;
  }
  .tag-box + .stus-cont__ttl{
    margin: 0;
    text-align: center;
  }
  .content-header:has(+ .content-outline) {
   margin-bottom: 10px;
  }
  .content-header + .content-outline{
    padding: 0 15px;
  }
  .side-long{
    margin: 0 0 15px;
    overflow: auto;
  }
  .side-long > div,
  .side-long > table{
    width: 700px;
  }
  .anchor_path li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 1.3rem;
  }
  .link-box.sp-large-image:last-child{
    margin-bottom: 0;
  }
  .link-box.sp-large-image a{
    flex-direction: column;
    padding-bottom: 10px;
  }
  .link-box.sp-large-image a .link-img{
    width: 100%;
    
  }
  .link-box.sp-large-image a .link-img img{
    aspect-ratio: 19 / 10;
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 28px;
  }
  .swipe{
    display: block;
    margin: -11px 5px 40px;
    text-align: right;
  }
  .swipe img{
    width: 45px;
    height: auto;
  }
  .stus-ttl__lv3 + .stus-table{
    margin: 0 auto;
  }

  /* ページ上部 リード文 */
  .lead-box{
    margin: 0 0 25px;
    font-size: 1.6rem;
    text-align: left;
  }

  /* teble */
  .stus-table{
    display: block;
    width: 100%;
    margin: 30px auto 0;
    background-color: #fff;
  }
  .stus-table tbody,
  .stus-table tr,
  .stus-table th,
  .stus-table td{
    display: block;
    width: 100%;
  }
  .table-style tr{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .table-style th{
    width: 100%;
  }
  .table-style td{
    width: 100%;
  }
  .stus-table tr > td,
  .stus-table tr > th{
    display:block;
    width:100%;
    border: none;
  }
  .stus-table tr > th{
    text-align: left;
  }
  .table-wide__cont{
    position: relative;
    padding: 5px 0 0;
    margin-bottom: 15px;
    overflow-x: scroll;
  }
  .table-wide__cont table{
    width: 800px;
    margin: 0;
  }

/* リンク */
  .link-box a .link-name{
    padding: 0 0 0 5px;
  }
  .text-link-box a{
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .text-link-box a .link-name p{
    display: flex;
    align-items: center;
  }
  .text-link-box a .link-name p.link-name__s{
    padding: 5px;
    text-align: center;
  }
  .link-name__main{
    flex: 1;
  }
  .content-main-img img{
    width: 100%;
    max-width: 800px;
  }
  
  /* カテゴリ indexページ */
  .pickup{
    margin: 20px 25px 50px;
  }
  .stus-btm-wrap{
    padding: 0 0 20px;
    margin: 0 auto;
  }
  .pickup a{
    font-size: 1.4rem;
  }
  .pickup a > div{
    padding: 0 0 10px;
    margin: 20px 0 0;
  }
  .pickup .stus-cont__ttl{
    margin: 0 0 10px;
    font-size: 2.6rem;
  }
  .stus-main .pickup-img {
    margin: 30px 0 20px;
    text-align: center;
  }
  .stus-content-index__main .lead-cont p{
    text-align: left;
  }

  /* 複数ページ構成の場合のページ下部ナビゲーション */
  .content-tab__btm ul{
    display: block;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
  }
  .content-range .content-tab__btm ul{
    margin-right: 0;
    margin-left: 0;
  }
  .content-tab__btm ul li a{
    display: block;
    font-size: 1.4rem;
  }
  .content-tab__btm ul li{
    display: block;
    padding: 10px;
    border: none;
    border-bottom: 1px dotted #b5b5b5;
  }

  /* .content-tab__btm ul li:first-child{
    padding-left: 0;
  }
  .content-tab__btm ul li:last-child{
    padding-right: 0;
  } */

  /* フッター共通リンク */
  .stus-nav__list{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
  }
  .stus-nav__list a{
    font-size: 1.2rem;
  }
  .stus-nav .stus-logo{
    width: 145px;
  }
  .stus-btm-logo img{
    width: 80%;
  }
  .stus-nav .stus-logo a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0 0;
  }
  .stus-content-index__header{
    padding-top: 30px;
    margin: -40px 15px 50px;
  }
  .stus-content__header{
    padding: 15px 25px 10px;
    margin: -52px 5px 0;
  }
  .stus-btm2-logo img{
    width: auto;
    height: 23px;
  }
  .stus-btm-logo img{
    width: 55%;
  }
  .stus-btm__content-info{
    font-size: 1.4rem;
  }
  .stus-btm__header{
    padding: 20px 18px 56px;
    background-color: #fbfbf9;
    border-top: 1px solid #e4e4d7;
  }
  .stus-nav__list .current a::before{
    bottom: -9px;
  }

  /* ご相談はこちらから */
  .contact-list > div{
    margin: 0 0 10px;
  }
  .contact-us .link-box--ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}

/* PC----------------------------- */
@media screen and (width >= 768px){
  .content-header{
    padding: 60px 50px;
    margin: 0 0 30px;
    background: #404030 url("../img/header.jpg") no-repeat center center;
    background-size: 100% auto;
  }
  .stus-main{
    margin: 0 5%;
  }
  .content-main-img img{
    max-width: 100%;
  }
  .stus-main p{
    line-height: 1.8;
  }

  /* イベント系概要 */
  .content-outline{
    padding: 10px 0 0;
  }
  .content-outline:has(> .tag-box) {
    padding: 40px 20px;
  }
  .content-outline > .tag-box{
    margin: -2em 0 0 -1em;
  }
  .stus-main table p{
    margin-bottom: 0;
  }
  .stus-main li{
    margin-bottom: 0;
    line-height: 1.4;
  }
  .stus-main p:last-child,
  .stus-main li:last-child{
    margin-bottom: 0;
  }
  .stus-content__header{
    margin: -52px 5% 0;
  }
  .content-range{
    width: 90%;
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .stus-btm__header{
    margin: 0;
    text-align: center;
  }

  /* イベント系概要 */
  .outline-list{
    margin: 0 auto;
    font-size: 1.3rem;
  }
  .content-outline{
    padding: 0 0 10px;
    margin: 0 5px 40px;
  }
  .content-outline:has(> .tag-box) {
    padding: 60px 50px 20px;
  }
  .content-outline .stus-cont__ttl{
    font-size: 3.4rem;
    line-height: 1.5;
  }
  .content-outline__wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    max-width: 800px;
  }
  .content-outline__ttl{
    width: 18em;
    padding: 10px;
    margin: 0;
  }
  .content-outline .stus-cont__ttl{
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }
  .stus-btm__footer{
    padding: 40px;
  }
  .anchor-path__list{
    grid-template-columns: repeat(auto-fit, minmax(192px,1fr));
  }
  .stus-ttl__lv1 span{
    padding: 0 1em;
  } 
  .stus-ttl__lv3{
    margin: 60px 0 20px;
  }
  .stus-ttl__point{
    font-size: 1.8rem;
  }

  /* タブ */
  .content-tab{
    padding: 0;
    margin: 0 auto 40px;
  }
  .content-tab ul li a{
    padding: 15px 50px;
    margin-bottom: -1%;
    overflow: visible;
    font-size: 2.2rem;
  }
  .content-tab--s ul li a{
    padding: 10px;
    font-size: 1.7rem;
  }
  .recommended-cont{
    width: 100%;
    padding: 50px 0;
  }
  .recommended-cont .event-list{
    width: 70%;
    max-width: 1200px;
    margin: 0 auto 20px;
  }
  .recommend-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 70%;
    max-width: 1200px;
    margin: 0 auto 20px;
  }
  .link-box + .link-box{
    margin-top: 0;
  }
  .link-box a .link-img img{
    aspect-ratio: 200 / 113;
    object-fit: cover;
    border-radius: 28px;
  }
  .link-box a{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 5px;
    margin: 0 auto;text-decoration: none;
    border: 1px solid var(--stus-red);
    border-radius: 30px;
    transition: all 0.2s ease;
  }
  .link-box a .link-img{
    width: 200px;
  }
  .link-box a .link-img img{
    height: 113px;
    object-fit: cover;
    border-radius: 28px;
  }
  .link-box a .link-name p{
    line-height: 1.4;
  }
  .link-box a .link-name p.link-name__s{
    font-size: 0.9em;
  }
  .text-link-box a .link-name{
    align-items: center;
  }
  .text-link-box a .link-name p.link-name__main{
    padding-right: 10px;
  }
  .btn-link a{
    padding: 20px 25px;
    font-size: 2.0rem;
  }
  .btn-link.outside-link a{
    width: 600px;
  }

  /* まとめ */
  .summary{
    padding: 50px;
    margin: 50px 0 100px;
    text-align: left;
    background-color: #fff;
    border: 3px solid #efefef;
    border-radius: 30px;
  }
  .stus-ttl__header{
    margin: 70px 0 50px;
    text-align: center;
  }

  /* ページ上部 リード文 */
  .lead-box{
    text-align: center;
  }

  /* table */
  .table-style{
    border: 1px solid #333;
  }
  .table-style th{
    width: 24rem;
  }
  .table-style tr {
    border-top: solid 1px #7f7f7f;
  }
  .table-style tr:first-of-type {
    border-top: none;
  }
  .table-style td{
    padding: 3.2rem 2.4rem;
  }
  .stus-table td{
    padding: 20px;
  }
  .column-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .content-info__lead{
    font-size: 1.8rem;
    text-align: center;
  }
  .swipe{
    display: none;
  }

  /* カテゴリ indexページ */
  .stus-btm-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 35%;
    min-width: 330px;
  }
  .stus-content-index__main{
    margin: 0 60px;
  }
  .stus-content-index__header{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 30px;
    margin: -52px 80px 70px 60px;
    background-color: #d9d0c7;
    border-radius: 20px;
  }
  .lead-cont p{
    font-size: 1.8rem;
  }
  .content-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-bottom: 30px;
  }
  .content-list{
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 440px));
    gap: 15px;
    justify-content: center;
    margin: 40px 0 50px;
  }
  .content-list li{
    margin: 0 0 20px;
  }
  .lead-box__second-title {
    margin-top: 3.2rem;
    font-size: var(--txt-size4);
    font-weight: bold;
    text-align: center;
  }
  .pickup{
    margin: 0 15px 50px;
  }
  .pickup a{
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    justify-content: center;
    font-size: 1.8rem;
    color: #333;
  }
  .pickup a .pickup-img{
    width: 40%;
    max-width: 480px;
    height: auto;
  }
  .pickup a > div{
    width: 50%;
    padding: 50px 0 50px 50px;
    margin: 20px 0 0;
  }
  .stus-main .pickup-img img{
    width: 100%;
    min-width: 500px;
    max-width: 84rem;
    height: auto;
   /*  margin: 30px 0 20px; */
  }
  .stus-btm__content-ico{
    position: relative;
    flex: 1;
    height: 30vh;
    min-height: 340px;
    margin: 25px -60px -25px -25px;
    overflow: hidden;
    border-radius: 20px;
  }

  /* ご相談はこちらから */
  .contact-us{
    margin: 80px 0;
  }
  .link-box--ttl + p{
    margin-top: 20px;
    line-height: 1.4;
  }
  .contact-list{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px;
  }
}
@media screen and (width >= 1024px){

}
