@charset 'UTF-8';

.contents .contents_inner{
padding-top: 8%;
}

@media screen and (max-width:767px){
.contents .contents_inner{
padding-top: 0;
}
}

/*===========================================
h1Block
===========================================*/
.h1Block{
padding: 0 20px;
}
.h1Block .h1Block_wrap{
max-width: 1000px;
margin: auto;
}
.h1Block .h1Block_inner{
padding: 3% 0;
}

@media screen and (max-width:767px){
.h1Block .h1Block_inner{
padding: 7.5% 0;
}
}

/*===========================================
mv
===========================================*/
@media screen and (max-width:767px){
.mv{
display: none;
}
}

/*===========================================
infoTxt
===========================================*/
.infoTxt{
display: flex;
justify-content: center;
}

/*===========================================
sustainability_list
===========================================*/
.sustainability_list{
margin-top: 5%;
}
.sustainability_list .data {
position: relative;
padding: 1em;
background: #fff;
z-index: 1;
}

/*===========================================
task
===========================================*/
.task .list ul{
display: flex;
align-items: flex-start;
justify-content: center;
}
.task .list ul > *{
flex-basis: 20%;
text-align: center;
margin-top: 6%;
padding: 0 0.5em;
font-size: 1.6rem;
}
.task .list a{
display: block;
text-decoration: none;
}
.task .list img{
width: 101px;
margin: 0 auto 1em auto;
}
.task .mod_btn_02{
display: flex;
justify-content: center;
margin-top: 4.5%;
}
.task .mod_btn_02 > *{
width: 100%;
max-width: 420px;
}

@media screen and (max-width:767px){
.task .csr_inner{
padding: 26.5% 0;
}
.task .list ul{
flex-wrap: wrap;
}
.task .list ul > *{
flex-basis: calc(100% / 3);
margin-top: 7.5%;
font-size: 1.3rem;
}
.task .list img{
width: 70px;
}
.task .mod_btn_02 > *{
max-width: none;
}
}


/*===========================================
activity_report
===========================================*/
.activity_report .mod_column_3_1{
margin-top: 4%;
}
.activity_report .mod_column_3_1 .data {
position: relative;
padding: 1em;
padding-bottom: 0;
background: #fff;
z-index: 1;
}
.activity_report .mod_column_3_1 .box{
margin: 0 1em 1em 1em;
}
.activity_report .btnList{
margin-top: 4%;
}
.activity_report .btnList > * + *{
margin-top: 4%;
}

@media screen and (max-width:767px){
.activity_report .btnList .mod_flex > *:nth-of-type(n + 2){
margin-top: 1em;
}
}

/*===========================================
information
===========================================*/
.information .information_news{
flex-basis: 100%;
}
.information .information_news .list ul{
margin-top: 5%;
}
.information .information_news .list li + li p{
padding-top: 1.5em;
}
.information .information_news .list .date{
white-space: nowrap;
}
.information .information_news .list .icon{
padding-left: 1em;
white-space: nowrap;
}
.information .information_news .list .txt{
padding-left: 1em;
}
.information .date{
color: #888;
}


@media screen and (max-width:767px){
.information .information_news .list ul{
display: block;
}
.information .information_news .list li{
display: flex;
flex-wrap: wrap;
margin-top: 2em;
}
.information .information_news .list li + li p{
padding: 0;
}
.information .information_news .list .txt{
flex-basis: 100%;
padding: 0;
}
.information .information_txt p{
text-align: left;
}
.information .btnList{
margin-top: 20%;
}
.information .btnList .mod_flex > *:nth-of-type(n + 2){
margin-top: 1em;
}
}

/*===========================================
relation
===========================================*/
.relation .mod_itemList_3_2{
margin-top: 4%;
}
.relation .mod_itemList_3_2 a{
display: block;
}
.relation .mod_itemList_3_2 img{
margin-bottom: 0.5em;
}

@media screen and (max-width:767px){
.relation .mod_itemList_3_2 .mod_flex > *:nth-of-type(n + 3){
margin-top: 3em;
}
}

/*===========================================
pickup
===========================================*/
.pickup .mod_itemList_3_2{
margin-top: 4%;
}
.pickup .mod_itemList_3_2 a{
display: block;
}
.pickup .mod_itemList_3_2 img{
margin-bottom: 0.5em;
}

@media screen and (max-width:767px){
.pickup .mod_itemList_3_2 .mod_flex > *:nth-of-type(n + 3){
margin-top: 3em;
}
}
.mod_modal .movie{
position: relative;
padding-top: 56.25%;
background: #000;
}
.mod_modal .movie iframe{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
border: none;
}
.btn_flex_set{
  display: flex;
  align-items: center;
}
.btn_flex_set p{
  height: 100%;
  max-width:none!important;
}
.btn_flex_set a{
width: 100%;
height: 100%;
align-items: center;
display: flex;
justify-content: center;
}
.list a span{
  position: relative;
}
.list a span::before {
  transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: -1em;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e30934;
  border-right: 2px solid #e30934;
}


/*
CSR Renewal
===================*/

@media print, screen and (min-width:768px) {
.sp_only{display: none;}
.pc_only{display: block;}

/* area top */
.area-title{
}
.area-title__inner{
  width: calc(100% - 60px);
  max-width: 1620px;
  margin: 0 auto;
}

.area-title__text{
  padding: 20px 0;
}

.area-title__catch{
  font-size: 30px;
  margin: 0;
}

/*  mv */
.csr-mv{
  /*min-height: 530px;*/
  position: relative;
  background: url(/csr/image/csr_index_mv_01.jpg) no-repeat;
  background-size: cover;

  border-top: 1px solid #eee;
}
.csr-mv__top{
  width: calc(100% - 60px);
  max-width: 1620px;
  margin: 0 auto;
}

.csr-mv__text{
  z-index: 3;
  padding: 100px 0;
  /*position: absolute;
  top: 4.60417vw;
  left: 7.29167vw;*/
}
.csr-mv__image{
  z-index: 2;
/*  position: absolute;
  right: 0;
  bottom: 0;*/
  overflow: hidden;
}
.csr-mv__image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.csr-mv__catch{
  font-size: 4rem;
  margin: 0;
}

/* csr-intro */
.csr-intro.home-intro {
	background: none;
  min-height: 500px;
}
.csr-intro .home-c-shoulderheadline__title{
  font-size: 27px;
}
.csr-intro .home-c-shoulderheadline__button {
  left: 350px;
  right: unset;
}
.csr-intro-layout {
	display: flex;
	justify-content: space-between;
  gap: 36px;
}
.csr-intro-layout__about .home-button-wrap {
	margin-top: 20px;
}
.csr-intro-layout__news.home-intro-layout__about {
  width: 66.75%;
  margin: 0;
}
.csr-intro-layout__about {
  width: 516px;
}
.csr-news__article {
  padding-bottom: 14px;
}
.csr-news__article+.csr-news__article {
  margin-top: 20px;
}
.home-news__body.csr-news__body{
  display: flex;
  align-items: flex-start;
}
.csr-news__title {
  font-size: 1.6rem
}
.csr-news__title:after{
  top: -2px;
  margin-left: 8px
}
.home-news__date.csr-news__date{
width: 122px;
font-size: 1.6rem;
}
.csr-news__title.home-news__title {
	margin: 0px 0 0 10px;
}

.csr-news__body.csr-news__None .home-news__title:after{
  content: none;
}

/* report */
.csr-intro-item__body:focus,
.csr-intro-item__body:hover{
    text-decoration: underline;
}
.csr-intro-item:not(:first-child){
    margin-top: 20px;
}
.csr-intro__card .csr-intro-item__body p{
  margin: 0;
  line-height: 1.6;
  font-weight: bold;
}
.csr-intro__card .csr-intro-item__body p:nth-child(2){
  margin-left: 10px;
}

.csr-intro-item__body{
  display: flex;
  align-items: center;
  padding: 22px;
border-bottom: 1px solid #ddd;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
transition: opacity .3s ease;
}
.csr-intro-image{
  display: grid;
}

/* meesage */
.home-message__layout{
  display: grid;
  grid-template-columns: 60% 40%;
  padding: 0;
  min-height: 320px;
}
.home-message__caption{
  padding: 70px 20px 70px 60px;
  background-image: linear-gradient(90deg, #e6002d, #f04b17 60%, #fa9600);
  /*background-color: #e6022c;*/
}
.home-message__bnr{
  /*
  background: url(/csr/image/index_csr_04.jpg) no-repeat;
  background-size: cover;
  */
  position: relative;
}

.home-message__bnr .home-message__bnr_circle{
  position: absolute;
  top: -38px;
  right: -38px;
}

.home-message__bnr img{
 /* display: none;*/
 height: 100%;
 width: 100%;
 object-fit: cover;
}

.home-message__title{
  font-size: 3.0rem;
  margin: 0 0 40px 0;
  line-height: 1.4118;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
.l-btn.home-button-wrap{
  justify-content: flex-start;
  align-items: center;
}
.l-btn.home-button-wrap a:nth-child(2){
  margin-left: 2em;
  margin-top: 0;
}  

/* csr-assignment */
.csr-assignment{
  padding-top: 70px;
  margin: 0 20px;
}
.csr-assignment__headline-v2{
  font-size: 2.0rem;
  color: #e6002d;
  margin: 0 0 18px;
  font-weight: bold;
  text-align: center;
}

.csr-assignment__paragraph{
font-weight: bold;
font-size: 3.6rem;
margin: 0;
text-align: center;
}
.csr-assignment__card{
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  margin: 30px auto;
}
.csr-assignment__card__item{
  width: 18%;
}

.csr-assignment__card__item img{
  width: 232px;
}
.csr-assignment__card__item figcaption{
  margin-top: 16px;
  font-size: 1.8rem;
  line-height: 1.2778;
}

/* csr-activity */
.csr-activity{
  padding-top: 120px;
}
.csr-activity-card{
  gap: 36px;
  grid-template-columns: 1fr 1fr 1fr;
}
.csr-activity-card__image{
  transition: opacity .3s ease;
}
.csr-activity-card__body{
  padding: 20px 30px;
}
.csr-activity-card__title{
  font-size: 1.8rem;
}

.csr-activity-card__title::after{
  top: -2px;
        margin-left: 8px;
}
.csr-activity-card__title::after{
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #e6002d;
  border-right: 2px solid #e6002d;
  content: "";
  transition: all .3s ease;
}
.csr-activity__link{
  display: grid;
        gap: 15px;
        grid-template-columns: 1fr 1fr;
        padding: 0;
}
.csr-activity__link li{
  list-style: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  display: grid;
  align-items: center;
  height: 52px;
}
.csr-activity__link li a{
  position: relative;
        display: block;
        padding-right: 30px;
}

.csr-activity__link li a::after {
  transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #e30934;
  border-right: 2px solid #e30934;
}
.csr-activity__link li a::after {
  top: -2px;
  margin-left: 8px;
}
.csr-activity-card__item{
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
}
.csr-activity-card__item:hover{
  opacity: .7;
}
.csr-activity-card__item:hover .csr-activity-card__title,
.csr-activity__link li a:hover{
  text-decoration: underline;
}

/* csr-logo */
.csr-logo{
  margin: 100px 10px 0;
}
.csr-logo_column2{
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
}
.csr-logo__button1{
right: 310px!important;
}
.csr-logo__button2{
  right: 150px!important;
}
.csr-logo_column-left{
  width: 50%;
}
.csr-logo_column-left .home-c-shoulderheadline{
  margin-left: 10px;
}
.csr-logo_leftup{
  display: flex;
  justify-content: center;
}
.csr-logo_leftdown{
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}
.csr-logo_column-right{
  width: 50%;
}
.csr-logo_rightup{
  display: flex;
  justify-content: center;
}
.csr-logo_rightdown{
  display: flex;
  justify-content: space-evenly;
  margin: 40px 0 0;
  padding-left: 30px;
}
.csr-logo__label{
  max-width: 1620px;
  background: #f6f6f6;
  height: 70px;
  display: flex;
  align-items: center;
  margin: 30px auto 0;
}
.csr-logo__text{
  margin: 20px 0;
  padding-left: 30px;
}
.csr-logo__text ul{
  text-decoration: none;
  padding: 0;
}
.csr-logo__text li{
  position: relative;
  display: inline-block;
  padding-right: 50px;
}
.csr-logo__text li::after{
  transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 30px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #e30934;
  border-right: 2px solid #e30934;
}

/* home-philosophy */
.home-philosophy{
  margin: 100px auto 0;
  padding: 0;
}
.home-philosophy__layout{
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 0;
  min-height: 320px;
}
.home-philosophy__bnr img{
  height: 100%;
  width: 100%;
}
.home-philosophy__caption{
  background-color: #f6f6f6;
}
.home-philosophy__title{
  line-height: 1.4;
  text-align: left;
  color: #000;
  font-weight: bold;
}

/* home-csrbnr */
.home-csrbnr{
  position: relative;
  margin: 0;
  padding: 0;
}
.home-csrbnr__layout{

}
.home-csrbnr__caption{
  position: absolute;
  right: 5%;
  top: 15%;
}
.home-csrbnr__caption p{
  font-size: 2.0rem;
  font-weight: bold;
}
.home-csrbnr .l-btn.home-button-wrap{

}
.home-csrbnr .l-btn.home-button-wrap a{
  margin: 0;
}

/* home-quality */
.home-quality{
  position: relative;
}
.home-quality__layout{
  display: flex;
}
.home-quality__title {
  line-height: 1.4;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
.home-quality__caption{
  width: 50%;
  background: linear-gradient(90deg, #e6002c, #fd5f28);
  position: relative;
}
.home-quality__contents{
  position: absolute;
  top: 25%;
  left: 20%;
}
.home-quality__bnr{
  width: 50%;
}
.home-quality .home-quality__slider{
  background: #fff;
  position: absolute;
  z-index: 100;
  bottom: 5.5%;
  left: 5.5%;
  max-width: 50%;
  width: 50%;
}
.home-quality .home-value-card__contents{
  box-shadow: none;
}
.home-quality .home-carousel__control{
  margin: 0 10px 10px 0;
}
.home-quality .home-value-card__title{
  position: relative;
  margin: 0;
  font-weight: 700;
  line-height: 1.6;
}
.home-quality .home-value-card__label{
  color: #000;
  font-size: 2rem;
}
.home-value-card__desc::after{
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #e6002d;
  border-right: 2px solid #e6002d;
  content: "";
  transition: all .3s ease;
  margin-left: 6px;
}
.home-quality-card__body{
  padding: 30px 30px 25px;
}
.home-quality-card .slick-slide{
  display: flex !important;
  height: auto;
}
.home-quality-card .slick-slide>div {
  display: flex !important;
}
.home-quality-card__item{
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
}
.home-quality .is-blank .home-value-card__title:after {
  display: none;
}

}/* min-width:768px */

@media only screen and (max-width:767.98px) {
.sp_only{display: block;}
.pc_only{display: none;}

/* area top */
.area-title__inner{
  padding: 0 4vw;
}

/*  mv */
.csr-mv{
  border-top: 1px solid #eee;
}
.csr-mv__inner{
  display: flex;
  flex-direction: column-reverse;
}
.csr-mv__text{
  padding: 0 4vw;
}

/* csr-intro */
.csr-intro .home-c-shoulderheadline__title{
  text-align: left;
}

.csr-intro.home-intro,
.csr-intro.home-intro:after {
	background: none;
}

.csr-news__article {
	padding-bottom: 10px;
}
.csr-news__article+.csr-news__article {
	margin-top: 15px;
}
.csr-news__title:after{
	top: -1px;
	margin-left: 6px
}
.csr-news__body.csr-news__None .home-news__title:after{
  content: none;
}
.csr-intro-item__body{
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
border-bottom: 1px solid #ddd;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
transition: opacity .3s ease;
padding: 10px;

}
.csr-intro-item:not(:first-child){
margin-top: 20px;
}

.csr-intro-layout__news.home-intro-layout__about {
  min-height: auto;
}

.csr-intro__card .csr-intro-item__body p{
  margin: 0;
  line-height: 1.6;
}
.csr-intro-layout__about{
  padding-top: 40px;
}

/* meesage */
.home-message__layout{
  display: grid;
  grid-template-columns:1fr;
}

.l-btn.home-button-wrap{
flex-direction: column;
align-items: center;
}

.home-message__caption{
  padding: 20px 10px;
  background-color: #e6022c;
  order: 2;
}
.home-message__title{
  font-size: 1.7rem;
  margin: 0 0 15px 0;
  line-height: 1.4118;  
  color: #fff;      
  font-weight: 700;
  text-align: center;
}

.home-message__bnr{
  position: relative;
}
.home-message__bnr .home-message__bnr_circle{
  position: absolute;
  top: -32px;
  right: -11px;
  width: 14%;
  margin: 0;
}

.home-message__bnr img{
  display: block;
  order: 1;
}

/* csr-assignment */
.csr-assignment__body{
  width: auto;
  padding: 25px 4vw 0;
}

.csr-assignment{
  padding-top: 40px;
}
.csr-assignment__headline-v2{
  font-size: 1.8rem;
  color: #e6002d;
  margin: 0 0 15px;
  font-weight: bold;
  text-align: center;
}

.csr-assignment__paragraph{
font-weight: bold;
font-size: 1.8rem;
margin: 0;
text-align: center;
}
.csr-assignment__card{
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  margin: 30px auto;

  gap: 10px 0;
  flex-direction: column;
  margin-top: 15px;
}
.csr-assignment__card__item{
  gap: 0 20px;
        display: flex;
        align-items: center;
}

.csr-assignment__card__item img{
  flex-shrink: 0;
  width: 70px;
  height: auto;
}
.csr-assignment__card__item figcaption{
  flex-grow: 1;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.375;
  text-align: left;
}

/* csr-assignment */
.grid_wrap{
  margin-bottom: 50px;
}
.csr-activity{
  margin-top: 70px;
}
.csr-activity-card__item{
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
}
.csr-activity-card__body{
  padding: 15px 20px;
}
.csr-activity-card__title{
  position: relative;
  margin: 0;
  font-weight: 700;
}
.csr-activity-card__title::after{
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #e6002d;
  border-right: 2px solid #e6002d;
  content: "";
  transition: all .3s ease;
}
.csr-activity__link{
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
.csr-activity__link li {
  list-style: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  display: grid;
  align-items: center;
}
.csr-activity__link li a {
  position: relative;
  display: block;
  padding-right: 15px;
}
.csr-activity__link li a::after {
  transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #e30934;
  border-right: 2px solid #e30934;
}

/* csr-logo */
.csr-logo .home-c-shoulderheadline {
  text-align: left;
}
.csr-logo_column2{
  padding: 0 4vw;
}
.csr-logo_leftup {
  display: flex;
  justify-content: center;
}
.csr-logo_leftdown {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.csr-logo_rightup {
  display: flex;
  justify-content: center;
}
.csr-logo_rightdown {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  width: 90%;
}
.csr-logo__label {
  background: #f6f6f6;
  display: block;
  align-items: center;
  margin: 50px 4vw 0;
}
.csr-logo__text {
  margin: 20px 0;
  padding: 10px 0;
}
.csr-logo__text ul {
  text-decoration: none;
  padding: 0 0 0 20px;
  text-align: left;
  line-height: 2;
}
.csr-logo__text li {
  display: block;
}
.csr-logo__text li::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #e6002d;
  border-right: 2px solid #e6002d;
  content: "";
  transition: all .3s ease;
  margin-left: 10px;
}

/* home-philosophy */
.home-philosophy__caption {
  padding: 50px 0;
  background-color: #f6f6f6;
}
.home-philosophy__title {
  font-size: 2.1rem;
  margin: 0 0 40px 0;
  line-height: 1.4118;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.home-philosophy__caption .mb30{
  margin-bottom: 30px;
}
.home-csrbnr{
  margin-top: 100px;
}
.home-csrbnr__caption p{
  text-align: center;
  font-size: 12px;
}
.home-csrbnr .home-button-wrap{
  flex-direction: column;
  align-items: center;
  position: relative;
}
.home-csrbnr .home-button-wrap a{
  position: absolute;
  top: 0;
}

/* home-quality */
.home-quality{
  position: relative;
}
.home-quality__layout{
}
.home-quality__caption{
  padding: 20px 0 200px;
  background: linear-gradient(90deg, #e6002c, #fd5f28);
  position: relative;
  z-index: 1;
}
.home-quality__bnr{
  position: relative;
  margin: -150px 4vw 0;
  z-index: 10;
}
.home-quality__title{
  font-size: 2.1rem;
  margin: 21px 0;
  line-height: 1.4118;
  text-align: left;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.home-quality .home-quality__slider{
  background: #fff;
  position: absolute;
  z-index: 100;
  bottom: -58%;
  left: 5.5%;
  max-width: 100%;
  width: 100%;
}
.home-quality .home-value-card__contents{
  box-shadow: none;
}
.home-quality .home-carousel__control{
  margin: 0 10px 10px 0;
  padding: 0 8vw 0 0!important;
  justify-content: center;
}
.home-quality .home-value-card__body{
  padding: 0 30px 0 0;
}
.home-quality .home-value-card__body .home-value-card__title::after{
  display: none;
}
.home-quality .home-value-card__title{
  font-size: 1.45rem;
  position: relative;
  margin: 0;
  font-weight: 700;
  line-height: 1.6;
}
.home-quality .home-value-card__label{
  color: #000;
  font-size: 1.8rem;
}
.home-value-card__desc::after{
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #e6002d;
  border-right: 2px solid #e6002d;
  content: "";
  transition: all .3s ease;
  margin-left: 6px;
}
.home-quality-card__body{
  padding: 30px 30px 25px;
}
.home-value-card .slick-slide{
  display: flex !important;
  height: auto;
  padding: 0 5vw 5px 2vw!important;
}
.home-quality-card .slick-slide>div {
  display: flex !important;
}
.home-quality-card__item{
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
}

}/* max-width:767.98px */

@media screen and (min-width:768px) and (max-width:1400px) {
/*
  .home-message__title{
  font-size: 2.4rem;
}*/


}/* (min-width:768px) and (max-width:1400px) */

.l-btn .home-about-company__link{
  color: #fff;
  margin-top: 15px;
}  

.csr-news__article {
	border-bottom: 1px solid #eee
}

.l-btn .home-about-company__link:after{
border-color: #fff;
}

.csr-intro__card,
.csr-intro__card .csr-intro-item{
  line-height: 0;
}
.csr-assignment__card__item{
  text-align: center;
}
.csr-assignment__card__item figcaption{
font-weight: 700;
}
.csr-activity-card{
  display: grid;
}
.csr-activity-card__title{
  position: relative;
    margin: 0;
    font-weight: 700;
}

/* panlist */
.panlist{
  width: calc(100% - 60px);
  max-width: 1620px;
  text-align: left;
  margin: 0 auto;
}
.panlist img{
  vertical-align: middle;
  padding-bottom: 3px;
}
.panlist ul{
  list-style: none;
  display: flex;
  padding: 0;
}
.panlist li{
  padding: 0 20px 0 0;
}
.panlist li:not(:last-child)::after{
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  content: "";
  transition: all .3s ease;
  margin-left: 17px;
}

@media only screen and (max-width:767.98px) {
  .panlist{
    max-width: 1620px;
    text-align: left;
  }
  .panlist img{
    vertical-align: top;
  }
  .panlist ul{
    margin: 14px 4vw;
    list-style: none;
    display: flex;
    padding: 0;
  }
  .panlist li{
    padding: 0 10px 0 0;
  }
}
/*Slider調整*/

@media print, screen and (min-width:1600px) {
  .home-quality__title {
    font-size: min(2vw,30px);
    margin: 0 0 40px 0;
}
.home-quality .home-value-card__title {
  font-size: 24px;
}
.home-quality .home-value-card__body {
  padding: 25px 30px 0px;
}
.home-philosophy__title {
  font-size: min(2vw,30px);
  margin: 0 0 40px 0;
}
.home-philosophy__caption{
  padding: 100px 0 0 80px;
}
}
@media print, screen and (max-width:1600px) and (min-width:1500px) {
  .home-quality__title {
    font-size: min(1.8vw,29px);
    margin: 0 0 2.2vw 0;
}
.home-quality .home-value-card__title {
  font-size: 24px;
}
.home-quality .home-value-card__body {
  padding: 25px 30px 0px;
}
.home-philosophy__title {
  font-size: min(1.8vw,29px);
  margin: 0 0 40px 0;
}
.home-philosophy__caption{
  padding: 100px 0 0 80px;
}
.br-sub{
  display: block;
}
}
@media print, screen and (max-width:1500px) and (min-width:1425px) {  
  .home-quality__title {
  font-size: min(1.8vw,29px);
  margin: 0 0 2.2vw 0;
}
.home-quality .home-value-card__title {
  font-size: 23px;
}
.home-quality .home-value-card__body {
  padding: 20px 30px 0px;
}
.home-philosophy__title {
  font-size: min(1.8vw,29px);
  margin: 0 0 40px 0;
}
.home-philosophy__caption{
  padding: 100px 0 0 80px;
}
.br-sub{
  display: block;
}
}
@media print, screen and (max-width:1425px) and (min-width:1250px) {
  .home-quality__title {
    font-size: min(1.8vw, 25px);
    margin: -0.5vw 0 1.8vw 0;
  }

  .home-quality .home-value-card__title {
    font-size: min(1.5vw,22px);
  }
  .home-quality .home-value-card__body {
    padding: 15px 30px 0px;
  }
  .home-philosophy__title {
    font-size: min(1.8vw, 25px);
    margin: 0 0 40px 0;
}
.home-philosophy__caption{
  padding: 90px 0 0 40px;
}
.br-sub{
  display: none;
}
}
@media print, screen and (max-width:1250px) and (min-width:767.98px) {
  .home-quality__title {
    font-size: 24px;
    margin: -8px 0 16px 0;
  }
  .home-quality .home-value-card__title {
    font-size: 18.5px
  }
  .home-quality .home-value-card__body {
    padding: 15px 30px 0px;
  }
  .home-philosophy__title {
    font-size: 2.4rem;
    margin: 0 0 40px 0;
}
  .home-philosophy__caption{
    padding: 80px 0 0 30px;
  }
  .br-sub{
    display: none;
  }
}