@charset "UTF-8";
/* 
====================================================
SUSTAINABILITY
----------------------------------------------------
- breadcrumb
====================================================
*/
a, a:link, a:visited {
  color: #e60013;
}
a:hover{
  text-decoration: underline;
}
/* 
----------------------------------------------------
breadcrumb
---------------------------------------------------- 
*/
.breadcrumb_box{
  background: #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 39px;
  font-size: 14px;
  line-height: 27px;
  flex-wrap: wrap;
}
.breadcrumb_box ol{
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb_box ol li{
  margin-right: 2em;
}
.breadcrumb_box ol li a{
    position: relative;
}
.breadcrumb_box ol li a::after{
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -0.3em;
    right: -1em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.15em solid #e60013;
    border-right: 0.15em solid #e60013;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block !important;
    margin-left: 0px;
    transition-duration: 0.3s;
}
.english_page a{
    display: inline-block;
    border: 1px solid #e60013;
    background: #fff;
    padding: 0 20px;
    border-radius: 50px;
    line-height: 25px;
}
.breadcrumb_box ol li a:hover,
.english_page a:hover{
    text-decoration: unset;
    color: #e60013;
}
/* 
----------------------------------------------------
floating
---------------------------------------------------- 
*/
.floating {
  width: 122px;
    position: fixed;
    top: 40%;
    right: 0;
    font-size: 12px;
    text-align: center;
}
.floating ul{
  display: flex;
  flex-direction: column;
  align-items: end;
}

.floating ul li+li{
  margin-top:10px;
}
.floating a{
  background: #e60013;
  width: 100%;
  display: block;
  color: #fff;
  padding: 10px;
  border-radius: 10px 0 0 10px;
}
.floating img{
  width: 68px;
}
.floating a:hover{
  color: #fff;
}
/* 
----------------------------------------------------
title
---------------------------------------------------- 
*/
.main-contents__heading1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 36px;
}
.section02 .c-card__item__label{
      min-height: 120px;
}

/* 
----------------------------------------------------
ceo
---------------------------------------------------- 
*/
.u-ta-right {
    text-align: right;
}
/* 
----------------------------------------------------
external-initiatives
---------------------------------------------------- 
*/
.external-initiatives .p-box.p-box-bgc.bgw {
   background-color: #fff;
  }
/* 
----------------------------------------------------
PC wid
---------------------------------------------------- 
*/
@media screen and (min-width: 1240px) {
  .breadcrumb_box{
    padding-left: calc((100% - 1200px) / 2);
    padding-right: calc((100% - 1200px) / 2);
  }
}
/* 
----------------------------------------------------
PC/TAB
---------------------------------------------------- 
*/

@media screen and (min-width: 768px) {

}
/* 
----------------------------------------------------
SP
---------------------------------------------------- 
*/
@media screen and (max-width: 767px) {
  .breadcrumb_box{
    padding-left: 5.55556vw;
    padding-right: 5.55556vw;
    padding-bottom: 10px;
    font-size: 10px;
    line-height: 19px;
  }
  .english_page a{
    line-height: 17px;
  }
}