@charset "utf-8";
/* #second CSS Document */

#second .bg-fixed{
  margin-right: calc(20vw + var(--app-maxw) + 3rem);
  padding: 5% 0 5% 8%;
}
#second h1{display: block;}
#second h2{
  font-size: clamp(2.75rem, 5vw, 4rem);
  font-family: "TsukuB";
  text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.8);
  margin-top: 1.5em;
  line-height: 1;
}
#second h2 span{
  display: inline-block;
}
#second h2 span.h2_s{
  font-size: clamp(1.5rem, 1.5vw, 2rem);
}
#second .bg-text p {
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-weight: 600;
  text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.8);
  transform: none;
  font-family: "Yu Gothic","YuGothic","游ゴシック","Yu Gothic Medium","Noto Serif JP",sans-serif;
  line-height: 2.5;
  margin-top: 2rem;
}
#second.skipfloor {background: url("../img/second/skip-floor_bg.webp") center / cover no-repeat fixed;}
#second.ecohouse {background: url("../img/second/eco-house_bg.webp") center / cover no-repeat fixed;}
#second.voice_1 {
  position: relative;
  background: url("../img/second/voice_1_bg.webp") center / cover no-repeat fixed;
}
#second.voice_2 {
  position: relative;
  background: url("../img/second/voice_2_bg.webp") center / cover no-repeat fixed;
}
#second.case {
  position: relative;
  background: url("../img/second/case_bg.webp") center / cover no-repeat fixed;
  background-position: center var(--white-h, 0px);
}
#second.other_page {background: url("../img/second/other_bg.svg") center calc(100% - var(--news-h)) / contain no-repeat fixed;}


/* 白い塗り */
#second.voice_1::before{
  content: "";
  position: fixed;
  left:0; right:0; top:0;
  height: calc(var(--white-h, 0px) + 2rem);
  background: rgba(255,255,255,1);
  pointer-events:none;
  z-index: 0;
}

@media (max-width: 1000px){
  #second .bg-fixed{
    margin-right: calc(20vw + var(--app-maxw) + 5%);
  }
}
@media (min-width: 900px){
  #second .bg-fixed{
    margin-right: calc(15vw + var(--app-maxw) + 5%);
  }
}
@media (max-width: 900px){
  #second.voice_1::before{
    height: 0;
  }
}
/*--second中身--*/


/*資料請求・モデルハウス追従ボタン（セカンドページは上追従）*/
#second .app .contact-fixed-wrap {
  opacity: 1;
  top: calc(var(--nav-h));
}
#second .app .contact-fixed-wrap.is-hidden{
  transform: translateY(-100px);
  box-shadow: none;
}
/*other_pageは下追従*/
#second.other_page .app .contact-fixed-wrap {
  top: auto;
}
#second.other_page .app .contact-fixed-wrap.is-hidden{
  transform: translateY(40px);
  opacity: 0;
}
/*hero*/
#second .hero{
  min-height: calc(100svh - var(--nav-h));
  place-items: normal;
  padding-bottom: 100px;
}
#second .hero_text{
  position: absolute;
  left: calc(var(--app-frame-wid) + 1rem);
  bottom: 100px;
}
#second .hero h2{
  letter-spacing: 0.05em;
  padding-left: 0.05em;
   }

@media (min-width: 767px) and (max-width: 899px){
  #second .hero h1 {
    width: clamp(140px, 55vw, 250px);
    position: absolute;
    left:8%;
  }
}
@media (max-width: 767px) {
  #second .hero {
    background-position: left center;
    padding: var(--app-frame-wid_sp);/*追加 01/20*/
    background-size: cover;
  }
  #second.skipfloor .hero { background-image: url(../img/second/skip-floor_bg_sp.webp);}
  #second.ecohouse .hero { background-image: url(../img/second/eco-house_bg_sp.webp);}
  #second.voice_1 .hero { background-image: url(../img/second/voice_1_bg_sp.webp);}
  #second.voice_2 .hero { background-image: url(../img/second/voice_2_bg_sp.webp);}
  #second.case .hero { background-image: url(../img/second/case_bg_sp.webp);}

  #second .hero h1 {
    width: clamp(140px, 55vw, 250px);
    position: absolute;
    top: 5%;
    left: 8%;
  }
  #second .hero h1 img{
    filter: 
      drop-shadow(1px 0 0 rgba(255, 255, 255, .35)) 
      drop-shadow(-1px 0 0 rgba(255, 255, 255, .35)) 
      drop-shadow(0 1px 0 rgba(255, 255, 255, .35)) 
      drop-shadow(0 -1px 0 rgba(255, 255, 255, .35)) 
  }
/*スキップフロアと省エネ住宅ページのみ*/
  #second.skipfloor .hero h1, 
  #second.ecohouse .hero h1{
    top: calc(6% + var(--nav-h));
  }
  #second .hero h2 {
  font-size: clamp(2rem, 8vw, 4rem);
  letter-spacing: clamp(0.1em, 0.5vw, 0.2em);
  padding-left: clamp(0.1em, 0.5vw, 0.2em); 
    position: static;
  }
  #second .hero h2 span {
    font-size: clamp(1rem, 1.25vw, 2rem); 
    margin-bottom: 1em;
    display: inline-block;
  }
}



/*スキップフロア--------------------------------------*/

.circle-clip{
  position: relative;
  margin-top: 8px;
}
.circle-clip::before {
  content: "";
  position: absolute;
  inset:-8px; 
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
}
.circle-img_wrap{
  position: relative;
  top: -80px;
  margin-bottom: -80px;
  padding: 0;
  font-family: "TsukuB";
  background-color: transparent;
  overflow: hidden;
}
.circle-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.circle-img h4{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  color: #fff;
  background-color: #a48e87;
  border-radius: 50%;
  border: 8px solid #fff;
}
.circle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 100%;
}
/* 各アイテム共通 */
.circle-grid .item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 1 / 1;
  font-size: clamp(1.5rem, 3vw, 2rem);
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  line-height: 1;
  padding: 20%;
  text-align: center;
}
.circle-grid .item2,.circle-grid .item4 {
  align-items: flex-start;
}
.circle-grid .item1 { color:var(--col_gre); background: var(--col_gre_10); border-bottom: 4px solid #fff;text-align: right;}
.circle-grid .item2 { color:var(--col_red); background: var(--col_red_10); border-bottom: 4px solid #fff;text-align: left;}
.circle-grid .item3 { color:var(--col_ora); background: var(--col_ora_10); border-top: 4px solid #fff;text-align: right;}
.circle-grid .item4 { color:var(--col_blu); background: var(--col_blu_10); border-top: 4px solid #fff;text-align: left;}

.circle-grid span {
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
#second .section h3{
  font-family: "TsukuB";
  font-size: clamp(1.3rem, 2vw, 1.75rem);
}
.section h3.yellow_line{
  color: var(--col_text);
  display: inline-block;
  background: linear-gradient(transparent 60% 60%, var(--col_yel) 60%);
  margin-bottom: 1.5em;
}
.sf_wrap{
  padding:2rem var(--app-frame-wid) 3rem;
}
.sf_text_wrap{
  margin: 1rem 15% 3rem;
}
.sf_text_wrap p{
  text-align: justify;
  font-size: 0.9rem;
  line-height: 2;
}
.sf_list_wrap{
  margin-bottom: 5rem;
}
.sf_list_wrap li > div{
  display: flex;
}
.sf_list_wrap li .sf_list_title{
  font-family: "TsukuB";
  font-size: clamp(1.5rem, 2vw, 2rem); 
  font-weight: 600;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: start;
  line-height: 1.5;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--col_gre);
  position: relative;
  margin-left: 10%;
}

@media (max-width: 767px){
  .sf_wrap{
    padding:2rem var(--app-frame-wid_sp) 3rem;
  }
  .sf_list_wrap li .sf_list_title{
    width: 30%;
    margin-left: 5%;
  }
}

.sf_list_wrap > li:not(:first-child) .sf_list_title {margin-top: 3rem;}
.sf_list_wrap > li:nth-child(2) .sf_list_title {color: var(--col_red);}
.sf_list_wrap > li:nth-child(3) .sf_list_title {color: var(--col_ora);}
.sf_list_wrap > li:nth-child(4) .sf_list_title {color: var(--col_blu);/*align-items: flex-end;*/}
.ecohouse .sf_list_wrap > li:not(:first-child) .sf_list_title {align-items: flex-end;}

.balloon__frame{
  position: absolute;
  inset: 0;
  color: #000;
}
.sf_list_wrap li .sf_list_title span{
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: horizontal-tb;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 0.75em;
  line-height: 1;
  letter-spacing: 0;
}
.sf_list_wrap li .sf_list_text{
  width: 65%;
  background-color: var(--col_gre_10);
  padding-left: 2rem;
}
.sf_list_wrap > li:not(:first-child) .sf_list_text {padding-top: 3rem;}
.sf_list_wrap > li:nth-child(2) .sf_list_text {background-color: var(--col_red_10);}
.sf_list_wrap > li:nth-child(3) .sf_list_text {background-color: var(--col_ora_10);}
.sf_list_wrap > li:nth-child(4) .sf_list_text {background-color: var(--col_blu_10);}

.sf_list_wrap li .sf_list_text p,
.sf_list_wrap li .sf_list_title span{
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  line-height: 1.8;
  background-color: #fff;
  padding: 1em 2em;
  margin-bottom: 3rem;
  text-align: justify;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}
.sf_list_wrap li .sf_list_title span{
  padding: 0.5em 1em;
  line-height: 1;
  border-left: none;
  border-right: 1px solid #000;
  font-size: clamp(1.5rem, 2vw, 2rem); 
  position: absolute;
}
/*ふきだし三角*/
.sf_list_wrap li .sf_list_text p::before,
.sf_list_wrap li .sf_list_title span::before{
  content:"";
  position:absolute;
  bottom: -20px;
  left: 20%;
  width:0;
  height:0;
  border-top: 20px solid #000;
  border-left: 20px solid transparent;
}
.sf_list_wrap > li:nth-child(even) .sf_list_text p::before,
.sf_list_wrap > li:nth-child(even) .sf_list_text p::after{left: 50%;}

.sf_list_wrap li .sf_list_text p::after,
.sf_list_wrap li .sf_list_title span::after{
  content:"";
  position:absolute;
  bottom: -18px;
  left: 20%;
  width:0;
  height:0;
  border-top: 19px solid #fff;
  border-left: 19px solid transparent;
}
.sf_list_wrap li .sf_list_title span::before,
.sf_list_wrap li .sf_list_title span::after{
  left: 50%;
}
.sf_list_wrap li .sf_list_text img{
  width: 60%;
}
.sf_list_wrap > li:nth-child(even) .sf_list_text img{
  transform: scaleX(-1);
  margin-left: auto;
}
.second_guarantee{
  background-color: var(--col_gre_10);
}
.second_guarantee h3{
  margin-bottom: 1em;
}
.second_guarantee p{
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  line-height: 2;
}
@media (max-width: 500px){
  .sf_text_wrap{
    margin: 1rem 10% 3rem;
  }
}

/*お客様の声------------------------------------------------------*/
.voice_wrap{
  background-color: #f6f3ec; 
  margin: 0 var(--app-frame-wid);
}
.voice_tit{
  position: relative;
  padding-bottom: 4rem;
}
.voice_tit h3{
  position: absolute;
  top: 0;
  left: 0;
  font-family: "TsukuB";
  letter-spacing: 0.25em;
  padding: 0.5em 0 0 0.5em;
  color: var(--col_txt);
  border-bottom: 5px solid var(--col_gre);
}
.voice_wrap .voice_tit h4{
  font-family: "TsukuB";
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  letter-spacing: 0.08em;
  color: var(--col_txt);
  line-height: 1.75;
  margin-bottom: 0.75rem
}
.voice_wrap .voice_cont h4{
  color: var(--col_gre);
  font-family: "TsukuB";
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  line-height: 2;
  margin-bottom: 1.5rem;
}
.voice_wrap .voice_cont p{
 font-size: clamp(0.9rem, 1vw, 1rem);
  margin-bottom: 1rem;
  line-height: 1.8;
}
.voice_wrap .voice_cont .flex{
  --gap: 20px;
  display: flex;
  gap: var(--gap);
}
.voice_wrap .voice_cont .flex img{
  flex: 0 0 calc((100% - var(--gap)) / 2);
  width: calc((100% - var(--gap)) / 2);
  height: auto;
  display: block;
  object-fit: contain;
  }
#voice_2 .voice_wrap .voice_cont .flex img {
  width: 80%;
  margin: 0 auto;
}
.voice_wrap p,
.voice_wrap h4{
  text-align: justify;
}
.voice_wrap p.caption{
  font-size: 0.8rem;
  padding-top: 0.5em;
  margin-bottom: 2rem
}
.voice_wrap p,
.voice_wrap h4,
.voice_wrap .voice_cont .flex,
.voice_wrap .voice_date,  
.voice_wrap .voice_point,
.case_cont, .company_cont{
  padding: 0 10%;
}

@media (max-width: 767px){
  .voice_wrap{
    margin: 0 var(--app-frame-wid_sp);
  }
  .voice_wrap .voice_cont .flex{
    padding: 0;
  }
}

.voice_date{
  margin-top: 4rem;
}
.voice_date > h3,
.voice_point > h3{
  font-family: "TsukuB";
  font-size: clamp(1.5rem, 2vw, 2rem);
  letter-spacing: 0.2em;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  margin: 0;
}
.voice_date_area,
.voice_date_Material,
.voice_point ul{
  padding: 1.5rem 0;
  margin: 0;
}
.voice_date_area{
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: 16px;
  row-gap: 10px;
  border-bottom: 1px solid #000;
}
.voice_date_area dd{
  white-space: nowrap;
  text-align: right;
}
.voice_date_Material dt,
.voice_date_Material dd{
  margin: 0;
  display: inline;
  margin-bottom: 10px;
}
.voice_date_Material dd::after{
  content: "";
  display: block;
  height: 10px;
}
.voice_date_Material dd:last-of-type::after{
  height: 0;
}
.voice_point{
  margin: 2rem auto
}
.voice_point ul li{
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 0.5em;
  text-align: justify;
}
.voice_link{
  padding: 3rem 10% 1rem;
}
.voice_link h4{
  font-size: clamp(1.1rem, 1.75vw, 1.25rem);
  text-align: center;
}
.voice_link .achievements_cont{
  margin-bottom: 5rem;
}
.voice_link .achievements_cont div{
  margin:auto 5%;
}
.voice_link .achievements_cont h4{
  top: 1.5em;
  left: -1em;
  font-size: 1.5rem !important;
  letter-spacing: 0.1em;
  font-family: "TsukuB";
}
.voice_link .achievements_cont div a {
  width: 90px;
  height: 90px;
  bottom: -30px;
  right: -30px;
}
.voice_wrap .margin_clear .features_link {
  width: 100%;
  margin: auto;
}
.voice_wrap .margin_clear .second_guarantee p{
  padding: 0;
}

/*施工実績-------------------------------------------------------*/
.case .case_tit{
  padding-bottom: 0;
}
.case .case_tit h3{
  position: static;
  border: none;
  padding: 2em 10% 0.25em;
}
.case_tit_imgtxt{
  background-color: var(--col_gre);
  padding: 0.25em 1em;
  display: inline-block;
  font-weight: 500;
}
.case h3.case_txt{
  font-family: "Yu Gothic","YuGothic","游ゴシック","Yu Gothic Medium","Noto Serif JP",sans-serif;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding: 2em 10%;
}
.case_txt span{
  display: inline-block;
  margin-bottom: 1em;
}
.case_date_area{
  border-bottom: none;
  padding-bottom: 0;
}
.case_layout_date{
  padding-bottom: 4em!important;
}
.case_layout_date span{
  display: block;
  margin: 1.5rem 0 0;
}
.case_layout_date img{
  background-color: #fff;
  padding: 1rem;
  position: relative;
}
.case_layout_date li{
  position: relative;
  cursor: pointer;
}
.case_layout_date li::before{
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: -10px;
  right: -10px;
  background-color: var(--col_gre);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.case_layout_date li::after{
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  bottom: 0px;
  right: 0px;
  background-image: url("../img/zoom.svg");
  pointer-events: none;
  z-index: 1;
}
.case_link {padding: 3rem 5% 1rem;}
.case_link .achievements_cont {margin-bottom: 3rem;}
.case_link .achievements_cont div {margin: 0 10%;}
.case_link .splide__arrow--prev {left: 0;}
.case_link .splide__arrow--next {right: 0;}

.case_cont img:nth-child(2){
  margin: 3rem auto;
}


/*lightbox--------------------------*/
.js-lightbox-item { cursor: pointer; }

.lightbox{
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease, visibility 0ms linear 260ms;
}
.lightbox.is-open{
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 260ms ease;
}
/* 背景（クリックで閉じる） */
.lightbox__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.72);
}
/* パネル */
.lightbox__panel{
  position: relative;
  z-index: 1;
  width: min(92vw, 980px);
  margin: 6vh auto;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 12px 50px rgba(0,0,0,0.35);
  transform: translateY(10px) scale(0.985);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}
.lightbox.is-open .lightbox__panel{
  transform: translateY(0) scale(1);
  opacity: 1;
}
/* 画像 */
.lightbox__img{
  display: block;
  width: 100%;
  height: auto;
  max-height: 82vh;
  object-fit: contain;
}
/* 閉じるボタン（擬似要素で×） */
.lightbox__close{
  position: absolute;
  top: 8px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,0.75);
  cursor: pointer;
  z-index: 3;
  padding: 0;
}
.lightbox__close::before,
.lightbox__close::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  transform-origin: center;
}
.lightbox__close::before{ transform: translate(-50%, -50%) rotate(45deg); }
.lightbox__close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.lightbox__close:hover { background: rgba(0,0,0,0.9); }

/* 前後ボタン */
.lightbox__nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.lightbox__prev{ left: 10px; }
.lightbox__next{ right: 10px; }
.lightbox__nav.is-disabled{
  opacity: 0.3;
  pointer-events: none;
}
/* 背景スクロール固定 */
body.is-lock{ overflow: hidden; }

/* スクロールバー有無で横幅が変わらないようにする */
html{ scrollbar-gutter: stable; }

/* 動きが苦手な人向け（OS設定に追従） */
@media (prefers-reduced-motion: reduce){
  .lightbox,
  .lightbox__panel{
    transition: none !important;
  }
}
/*lightbox_end--------------------------*/



/*その他-------------------------------------------------------*/
#second .other_hero{
  background-color: #fff;
  background-image: none;
  min-height: auto;
}
#second .other_hero h1{
  position: relative;
}
#second .other_hero .hero_text{
  position: static;
  margin-left: 8%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#second .other_hero .hero_text h2{
  padding-left: 0;
}
#second .other_hero .bg-text p{
  margin-top: 0.5rem;
}
#second .other_wrap h4{
  color: var(--col_txt);
  text-align: center;
  font-family: "TsukuB";
  padding-top: 3rem;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#second .other_wrap .company_cont dl *{
  font-size: clamp(0.8rem, 1vw, 1rem);
  padding: 0;
}
#second .other_wrap .company_cont h5{
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--col_ora);
  letter-spacing: 0.1em;
  font-size: 0.9rem;
}
#second .other_wrap .company_cont h4{
  color: var(--col_gre);
  font-family: "Yu Gothic","YuGothic","游ゴシック","Yu Gothic Medium","Noto Serif JP",sans-serif;
}
#second .other_wrap .company_cont dl dd{
  margin-bottom: 1.5em;
}
#second .other_wrap .company_cont_access{
  padding: 0;
}
#second .other_wrap .company_cont_access h4{
  padding-bottom: 1em;
}

@media (max-width: 767px){
      .other_wrap {
      margin: 0 var(--app-frame-wid_sp);
      margin-top: 2rem;
  }
}

/*会社概要 モデルハウス------------------------------------------------------*/
#second .other_hero{
  background-color: #fff;
  background-image: none;
  min-height: auto;
}
#second .other_hero h1{
  position: relative;
}
#second .other_hero .hero_text{
  position: static;
  margin-left: 8%;
  margin-right: 8%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#second .other_hero .hero_text h2{
  padding-left: 0;
}
#second .other_hero .bg-text p{
  margin-top: 0.5rem;
}
#second .other_wrap h4{
  color: var(--col_txt);
  text-align: center;
  font-family: "TsukuB";
  padding-top: 3rem;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#second .other_wrap .company_cont dl *{
  font-size: clamp(0.8rem, 1vw, 1rem);
  padding: 0;
}
#second .other_wrap .company_cont h5{
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--col_ora);
  letter-spacing: 0.1em;
  font-size: 0.9rem;
}
#second .other_wrap .company_cont h4{
  color: var(--col_gre);
  font-family: "Yu Gothic","YuGothic","游ゴシック","Yu Gothic Medium","Noto Serif JP",sans-serif;
}
#second .other_wrap .company_cont dl dd{
  margin-bottom: 1.5em;
}

#second .other_wrap .company_cont_access{
  padding: 0;
}
#second .other_wrap .company_cont_access h4{
  padding-bottom: 1em;
}

@media (max-width: 767px){
  .other_wrap {
    margin: 0 var(--app-frame-wid_sp);
    margin-top: 2rem;
  }
}

.app-wrap{
  overflow-x: clip;
  overflow-y: clip;
}

/*お知らせ------------------------------------------------------*/
#second .news_cont .news{
  padding-bottom: 3rem;
  border-top: 1px solid var(--col_ora);
  padding-top: 2rem;
}
#second .news_cont .news dt{
  font-weight: 600;
}
#second .news_cont .news dd{
  display: inline-block;
  border-bottom: 1px solid rgba(0,0,0,0.30);
  padding-bottom: 0.5em;
  margin-bottom: 1em!important;
  text-align: justify;
  line-height: 1.4;
  width: 100%;
}
@media (max-width: 767px){
  .other_wrap {
    margin: 0 var(--app-frame-wid_sp);
    margin-top: 2rem;
  }
}
