@charset "UTF-8";


/* ------------------------

common

------------------------ */

.center{
  text-align: center;
}

.mt35{
  margin-top: 35px;
}

.mt40{
  margin-top: 40px;
}

.link_none{
  pointer-events: none;
  cursor: pointer;
}

/* ------------------------

.mod_billboard  スライダー

------------------------ */
.mod_billboard {
  position: relative;
}
.mod_billboard .slick-dots li button::before {
  width: 15px;
  height: 15px;
  padding: 0;
  top: 0;
}
@media only screen and (min-width: 641px) {
  .mod_billboard .slick-dots li button:hover::before {
    background-color: #000;
  }
}
.mod_billboard .slick-prev,
.mod_billboard .slick-next {
  position: absolute;
  bottom: 0px;
  top: auto;
  width: 26px;
  height: 10px;

  transform: translateY(-50%);
  background: transparent;
  border: 0;
  outline-offset: 2px;                
  transition: none;                  
}
.mod_billboard .slick-prev {
  left: calc(47% - 82px);
}
.mod_billboard .slick-next {
  right: calc(47% - 75px);
}

.mod_billboard .slick-prev::after,
.mod_billboard .slick-next::after {
  content: "";
  position: absolute;
  inset: 0;                          
  background: no-repeat center / contain;
  transition: transform .4s ease;
  will-change: transform;
  pointer-events: none;              
}
.mod_billboard .slick-prev::after {  background: transparent url(../images/2025/arrow_l.png) no-repeat top left/contain; }
.mod_billboard .slick-next::after {  background: transparent url(../images/2025/arrow_r.png) no-repeat top right/contain; }

@media only screen and (min-width: 641px) {
  .mod_billboard .slick-prev:hover::after { transform: translateX(-15px); }
  .mod_billboard .slick-next:hover::after { transform: translateX( 15px); }
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_billboard .slick-prev,
  .mod_billboard .slick-next {
    display: block !important;
  }
}

/* ------------------------

.news_wrap

------------------------ */
.sec_news {
  padding: 50px 0 0;
}
.news_wrap {
  width: auto;
  padding-left: 0;
}
.news_list {
  float: none;
  margin: 0 auto;
}
.news_ttl{
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .news_wrap {
    display: flex;
    width: 670px;
    margin: 0 auto;
  }
  .news_ttl{
    float: none;
    width: auto;
    margin-top: 15px;
    margin-right: 70px;
  }
  .news_list{
    width: 540px;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .sec_news {
    padding: 40px 0 0;
  }
}

/* ------------------------

.sec_head_button

------------------------ */
.sec_head_button{
  margin: 20px auto 45px;
  width: 976px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
.sec_head_button{
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

}

/* ------------------------

.nav_wrap

------------------------ */
.nav_wrap {
  width: 816px;
  margin: 0;
  border: 1px solid #333;
}
.nav_wrap .nav_list {
  float: left;
  width: 33.333%;
  /* border-left: 1px solid #444; */
  border: none;
  /* border-right: 1px solid #ccc !important; */
  border-right: 1px solid #333 !important;
  /* border-bottom: 1px solid #444 !important; */
  display: table;
  box-sizing: border-box;
  box-shadow: none;
}
.nav_wrap .nav_list:nth-child(-n+3) {
  border-bottom: 1px solid #333 !important;
}
.nav_wrap .nav_list:nth-child(3n) {
  border-right: none !important;
}
.nav_wrap .nav_list a {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  height: 55px;
  padding-bottom:0;
  background-color: #fff;
  color: #333;
}
.nav_wrap .nav_list a:hover {
  background-color: #F8F8F8;
}
.nav_wrap .nav_list a:after{
  content: "";
  position: absolute;
  left: auto !important;
  right: 15px;
  bottom: 23px;
  width: 20px;
  height: 8px;
  background: url(/hp/images/2025/icon_down01.png) no-repeat center bottom;
  background-size: 100%;
}
.nav_wrap .nav_list:nth-child(n+4) a {
  background-color: #eee;
}
.nav_wrap .nav_list:nth-child(n+4) a:hover {
  background-color: #ddd;
}

@media only screen and (min-width: 641px) {
  .nav_wrap .nav_list a .icon_lineup {
    padding-left: 20px;
  }
  .nav_wrap .nav_list a .icon_lineup:before{
    content: "";
    position: absolute;
    left: 38.3px;
    bottom: 10px;
    width: 38.5px;
    height: 35px;
    background: url(/hp/images/2025/icon_lineup.png) no-repeat center bottom;
    background-size: 100%;
  }
  .nav_wrap .nav_list a .icon_feature {
    padding-left: 11px;
  }
  .nav_wrap .nav_list a .icon_feature:before{
    content: "";
    position: absolute;
    left: 67px;
    bottom: 14px;
    width: 21.25px;
    height: 29px;
    background: url(/hp/images/2025/icon_feature.png) no-repeat center bottom;
    background-size: 100%;
  }
  .nav_wrap .nav_list a .icon_contact {
    padding-left: 15px;
  }
  .nav_wrap .nav_list a .icon_contact:before{
    content: "";
    position: absolute;
    left: 39px;
    bottom: 14px;
    width: 29.98px;
    height: 25px;
    background: url(/hp/images/2025/icon_contact.png) no-repeat center bottom;
    background-size: 100%;
  }
  .nav_wrap .nav_list a .icon_recommend {
    padding-left: 16px;
  }
  .nav_wrap .nav_list a .icon_recommend:before{
    content: "";
    position: absolute;
    left: 32px;
    bottom: 15px;
    width: 33.58px;
    height: 25px;
    background: url(/hp/images/2025/icon_recommend.png) no-repeat center bottom;
    background-size: 100%;
  }
  .nav_wrap .nav_list a .icon_replace {
    padding-left: 12px;
  }
  .nav_wrap .nav_list a .icon_replace:before{
    content: "";
    position: absolute;
    left: 58px;
    bottom: 17px;
    width: 26.01px;
    height: 26px;
    background: url(/hp/images/2025/icon_replace.png) no-repeat center bottom;
    background-size: 100%;
  }
  .nav_wrap .nav_list a .icon_favorite {
    padding-left: 13px;
  }
  .nav_wrap .nav_list a .icon_favorite:before{
    content: ""; 
    position: absolute;
    left: 51px;
    bottom: 15px;
    width: 25.29px;
    height: 29px;
    background: url(/hp/images/2025/icon_favorite.png) no-repeat center bottom;
    background-size: 100%;
  }
  .nav_button a .icon_customer {
    padding-top: 20px;
  }
  .nav_button a .icon_customer:before{
    content: "";
    position: absolute;
    left: 58px;
    top: 17px;
    width: 29.22px;
    height: 28px;
    background: url(/hp/images/2025/icon_customer.png) no-repeat center bottom;
    background-size: 100%;
  }
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .nav_wrap {
    width: 100%;
    margin-bottom: 10px;
    border-left: none;
  }
  .nav_wrap .nav_list {
    width: 33.333%;
    /* border-bottom: 1px solid #444; */
  }
  .nav_wrap .nav_list:first-of-type {
    border-bottom: 1px solid #444;
  }
  .nav_wrap .nav_list a {
    font-size: 12px;
    padding-bottom: 15px;
    
  }
  .nav_wrap .nav_list a:after{
    right: auto !important;
    left: 50% !important;
    bottom: 8px;
  }
}




/* ------------------------

.nav_button

------------------------ */
.nav_button {
  width: 150px;
  display: flex;
  justify-content: flex-end;
}
.nav_button a {
    position: relative;
    width: 100%;
    background-color: #eee;
    color: #333;
    font-feature-settings: "palt";
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
}
.nav_button a:hover {
  background-color: #ddd;
}
.nav_button a::after {
  position: absolute;
  bottom: 0;
	margin: auto;
  padding-top: 10px;
	content: "";
	vertical-align: middle;
	width: 20px;
  top: 57px;
	height: 8px;
	background: url(/hp/images/2025/icon_down01.png) no-repeat center bottom;
  background-size: 100%;
 }
  .nav_button a::after:hover {
    background: none;
  }
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .nav_button {
    position: relative;
    width: 100%;
  }
  .nav_button a {
    width: 130px;
    font-size: 12px;
    padding: 15px 18px;
    right: 10px;
    justify-content: center;
    padding-left: 0px;
  }
  .nav_button a::after {
    right: 12px;
    /* top: -5px; */
    top: 0;
    width: 15px;
    height: 6px;
    padding-top: 0;
    /* border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background: none; */
  }
}

/* ------------------------

.ttl_sec_type01

------------------------ */
@media only screen and (max-device-width: 1280px) and (max-width: 320px){
  .ttl_sec_type01 {
    font-size: 21px;
  }
}

/* ------------------------

カラム上書き

------------------------ */
.colum1_wrap {
  max-width: 100%;
}
.colum1_wrap li{
  float: none;
}
.colum2_wrap li{
  width: 470px;
}

.colum2_wrap li:nth-child(odd) {
 clear:both;
 margin-bottom: 35px;
}
.colum2_wrap li:last-child,
.colum2_wrap li:nth-last-child(2){
 margin-bottom:  0;
}
.colum2_wrap:after{
  content:"";
  display:block;
  clear:both;
  height:0;
  overflow:hidden;
} 
.colum1_wrap li .colum1_txtarea,
.colum2_wrap li .colum2_txtarea,
.colum3_wrap li .colum3_txtarea{
  margin-top: 15px;
}
.colum2_wrap .banner img {
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .colum2_wrap li{
  width: 48.73%;
}

}

/* ------------------------

.sec_feature

------------------------ */
.proprietary_tag{
    position: relative;
    z-index: 0;
}

.proprietary_tag::after{
  content: "当社独⾃";
  display: inline-block;
  padding: 2px 10px 0;
  background: #000;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .proprietary_tag::after{
    font-size: 12px;
    padding: 2px 5px 0;
  }
  .sec_feature .colum2_wrap li{
    width: 100%;
    margin-bottom: 30px;
  }
  .sec_feature .colum2_wrap  li:last-child{
    margin-bottom: 0;
  }
  .sec_feature .colum2_wrap li .colum2_txtarea,
  .sec_feature .colum3_wrap li .colum3_txtarea{
    margin-top: 0px;
  }
  .sec_feature .colum3_wrap{
    margin-bottom: 40px;
  }
  .sec_feature .colum3_wrap li {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
  }
  .sec_feature .colum3_wrap li:last-child {
    margin-bottom: 0;
  }
  .sec_feature .colum3_wrap li:first-child {
    border-top: 1px solid #CCCCCC;
    padding-top: 15px;
  }
  .sec_feature .colum3_wrap li a{
    display: flex;
    justify-content: space-between;
  }
  .sec_feature .colum3_wrap .colum3_txtarea{
    order: 1;
  }
  .sec_feature .colum3_wrap .colum3_thum{
    order: 2;
  }
}

/* ------------------------

.luneup_area

------------------------ */
.luneup_area {
  margin-top: 45px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
}
.luneup_area .luneup_ttl {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
.luneup_area .luneup_link_area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.luneup_area .luneup_link {
  width: calc((100% - 60px)/4);
  border: 1px solid #CCCCCC;
  margin-top: 20px;
  margin-right: 20px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%);
  box-sizing: border-box;
}
.luneup_area .luneup_link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 182px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
}
.luneup_area .luneup_link a:hover {
  opacity: .7;
  text-decoration: none;
}
.luneup_area .luneup_link .luneup_link_txtarea{
  display: flex;
  flex-direction: column;
  width: calc(100% - 90px);
  height: 100%;
}
.luneup_area .luneup_link_ttl {
  margin-bottom: 3px;
  font-weight: bold;
  line-height: 1.5;
}
.luneup_area .luneup_link_txt {
  margin-bottom: 5px;
  font-size: 13px;
}
.luneup_area .luneup_link_box{
  display: flex;
  flex-wrap: wrap;
}
.luneup_area .luneup_link_box li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 22px;
  margin-right: 5px;
  margin-top: 5px;
  border: 1px solid #1F1F1F;
  line-height: 1;
  font-size: 13px;
  box-sizing: border-box;
}
.luneup_area .luneup_link_box li:nth-of-type(2n){
  margin-right: 0;
}
.luneup_area .luneup_link_box li:nth-of-type(-n+2){
  margin-top: 0;
}
.luneup_area .luneup_link a .luneup_link_thum{
  width: 90px;
}
.luneup_area .luneup_link a .luneup_link_thum img{
  width: 100%;
}
.luneup_btn_area .btn_sec_type01 {
  width: 23%;
  margin: 20px 0 0;
}
.luneup_btn_area .btn_sec_type01 a {
  padding-left: 20px;
  text-align: left;
}
.luneup_more_link {
  margin-top: 50px;
  text-align: center;
}
.luneup_more_link a{
  position: relative;
  padding-left: 10px;
  color: #333333;
}
.luneup_more_link a:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #333333;
  transform: translateY(-50%);
}
.luneup_more_link a .icon_pdf{
  position: relative;
  padding-right: 20px;
}
.luneup_more_link a .icon_pdf:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 17px;
  height: 20px;
  background: url(/hp/images/2025/icon_pdf.png) no-repeat center center;
  background-size: 100%;
  vertical-align: middle;
}
@media print, screen and (min-width: 641px) {
  .luneup_area .luneup_link:nth-of-type(-n+4) {
    margin-top: 0;
  }
  .luneup_area .luneup_link:nth-of-type(4n) {
    margin-right: 0;
  }
  .luneup_btn_area {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .luneup_btn_area .luneup_more_link {
    margin-right: 70px;
  }
  .luneup_btn_area .luneup_more_link:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .luneup_area{
    margin-top: 40px;
  }
  .luneup_area .luneup_link_area {
    justify-content: space-between;
    margin-top: 40px;
  }
  .luneup_area .luneup_link {
    width: 47%;
    margin-right: 0;
    margin-top: 6%;
  }
  .luneup_area .luneup_link:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .luneup_area .luneup_link .luneup_link_txtarea{
    width: 65%;
  }
  .luneup_area .luneup_link_txt {
    font-size: 12px;
  }
  .luneup_area .luneup_link_ttl {
    font-size: 13px;
  }
  .luneup_area .luneup_link_box{
    width: 65px;
  }
  .luneup_area .luneup_link_box li{
    width: 30px;
    height: 20px;
  }
  .luneup_area .luneup_link a{
    height: 100%;
    padding: 12px;
  }
  .luneup_area .luneup_link a .luneup_link_thum{
    width: 35%;
  }
  .luneup_btn_area {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 40px auto 0;
    justify-content: space-evenly;
  }
  .luneup_btn_area .luneup_more_link{
    width: 47%;
    margin-top: 15px;
    text-align: left;
  }
  .luneup_btn_area .luneup_more_link:nth-of-type(-n + 2){
    margin-top: 0;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 320px){
  .luneup_btn_area {
    width: 100%;
  }
  .luneup_area .luneup_link_area {
    padding: 20px 0 0;
  }
  .luneup_area .luneup_link a {
    padding: 20px 10px 20px 15px;
  }
  .luneup_btn_area .btn_sec_type01 a {
    font-size: 11px;
  }
}



/* ------------------------

.sec_customer

------------------------ */
.sec_customer .btn_area li{
  width: 310px;
  margin-right: 21px;
  margin-top: 32px;
}
.sec_customer .btn_area li:nth-of-type(4n){
  margin-right: 21px;
}
.sec_customer .btn_area li:nth-of-type(3n){
  margin-right: 0;
}
.sec_customer .btn_area li:nth-child(-n+3) {
  margin-top: 0;
}
.sec_customer .btn_eco{
  display: block;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .sec_customer .btn_area {
    margin-top: 0px;
  }
  .sec_customer .btn_area li{
    width: 48.35%;
    margin-right: 0;
    margin-top: 20px;
    font-size: 14px;
  }
  .sec_customer .btn_area li:nth-of-type(2n){
    float: right;
    margin-right: 0;
  }
  .sec_customer .btn_area li:nth-of-type(-n+2){
    margin-top: 0;
  }
  .sec_customer .btn_area li:nth-child(3) {
    margin-top: 20px;
  } 
  .sec_customer .btn_sec_type01 {
    margin-top: 0;
  }
  .sec_customer .btn_eco{
    margin-top: 20px;
  }

}
@media only screen and (max-device-width: 1280px) and (max-width: 320px){
  .sec_customer .btn_area li{
    font-size: 11px;
  }
}

/* YouTubeモーダル共通スタイル */
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-wrap {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.video-wrap iframe {
  width: 90vw;
  height: calc(90vw * 9 / 16);
  max-width: 800px;
  max-height: 450px;
}

.video-wrap .close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

/* 背景クリック時も閉じるためにポインターを明示 */
.video-modal,
.video-wrap .close {
  cursor: pointer;
}

/* ------------------------

.btn_style

------------------------ */
.btn_sec_large {
  width: 440px;
}
.btn_sec_type02 {
  margin: 50px auto 0;
  width: 320px;
}
.btn_sec_type02 a {
  position: relative;
  display: block;
  padding: 18px 12px;
  text-decoration: none;
  color: #333333;
  border: 1px solid #707070;
  text-align: center;
  line-height: 1.5;
  transition: all .4s ease;
  font-size: 15px;
  letter-spacing: 1px;
}
.btn_sec_type02 a:hover{
  background-color: #fff;
  opacity: 0.5;
}
.btn_sec_type02 a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 5px;
  margin-top: -3px;
  background : url(/hp/images/2020/icon_down01.png) no-repeat center bottom;
  background-size: 100%;
  transition: all .4s ease;
}
.btn_sec_type02 a:hover:after{
  opacity: 0.8;
}

.btn_sec_type01 a .icon_pdf:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 17px;
    height: 20px;
    background: url(/hp/images/2025/icon_pdf.png) no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
}
/* ------------------------

.sec_bg_img

------------------------ */

.sec_bg_img p.copy{
  text-align: center;
  font-size: 18px;
  margin: 40px 0 0;
}

.sec_bg_img_selection-guide{
  background: url(/hp/images/2025/img_selection-guide_bg.png) #F7F7F7 no-repeat center;
  background-size:  cover;
}

.sec_bg_img_voice{
  background: url(/hp/images/2025/img_voice_bg.png) #F7F7F7 no-repeat center center;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .sec_bg_img p.copy{
    text-align: left;
    font-size: 15px;
    margin: 20px 0 0;
  }
  .sec_bg_img .btn_sec_type01{
    margin-top: 20px;
  }
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .sec_bg_img_selection-guide{
    background: url(/hp/images/2025/img_selection-guide_bg_sp.png) #F7F7F7 no-repeat center;
    background-size:  cover;
  }
  .sec_bg_img_voice{
    background: url(/hp/images/2025/img_voice_bg_sp.png) #F7F7F7 no-repeat center;
    background-size:  cover;
  }
}

/* ------------------------

.select_col2_wrap_big

------------------------ */

@media print, screen and (min-width: 641px) {
  .select_col2_wrap_big {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .select_col2_wrap_big .select_col2_box {
    width: 450px; 
  }
  .select_col2_wrap_big .select_col2_box img {
    width: 100%;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .select_col2_wrap_big {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .select_col2_wrap_big .select_col2_box {
    margin-top: 20px;
  }
  .select_col2_wrap_big .select_col2_box:first-of-type {
    margin-top: 0;
  }
  .sp_only {
    display: flex; 
    justify-content: center;
    align-items: center;
  }
  .sp_only img {
    display: block;
    margin: 0 auto;
  }
}

/* ------------------------

#business_customer

------------------------ */
#business_customer {
  background-color: #eee;
}

/* ------------------------

.sec_bg_img_selection-guide

------------------------ */
.sec_bg_img_selection-guide .btn_sec_type01 a {
  text-align: left;
  padding-left: 30px;
}
.sec_bg_img_selection-guide .btn_sec_type01 a .btn_wrap {
  background: url(/hp/images/2022/icon_size.svg) left center no-repeat;
  background-size: 51px;
  padding-left: 80px;
}
.sec_bg_img_selection-guide .btn_sec_type01 a .btn_wrap span.ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
  display: inline-block;
  margin-top: 0;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .sec_bg_img_selection-guide .btn_sec_type01 a {
    padding-left: 15px;
  }
  .sec_bg_img_selection-guide .btn_sec_type01 a .btn_wrap {
    line-height: 1.4;
    background-size: 40px;
    padding-left: 55px;
  }
  .sec_bg_img_selection-guide .btn_sec_type01 a .btn_wrap span.dsc {
    font-size: 13px;
  }
}

/* ------------------------

.txt_sec_type01

------------------------ */
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .txt_sec_type01 {
    padding: 0 20px;
    text-align: left;
  }
}