/* arguments inittial */
/* font style */
/* site style */
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.sec-history {
  padding: 125px 24px 0;
}

@media (max-width: 767px) {
  .sec-history {
    padding-top: 55px;
  }
}

.sec-history .content-sec {
  max-width: 1170px;
  margin: 0 auto;
}

.sec-history .content-sec .desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  margin-bottom: 54px;
  letter-spacing: .9px;
}

@media (max-width: 767px) {
  .sec-history .content-sec .desc {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .8px;
    margin-bottom: 39px;
  }
}

.table-company tr th {
  text-align: left;
}

@media (min-width: 768px) {
  .table-company tr th {
    width: 200px;
    padding: 15px 40px;
  }
}

@media (max-width: 767px) {
  .table-company tr th {
    padding: 15px 24px;
  }
}

@media (min-width: 768px) {
  .table-company tr td {
    width: calc(100% - 200px);
    padding-left: 40px !important;
  }
}

.table-company tr td .img-diagram {
  text-align: center;
}


/*20250618 追加↓*/
.box-sec{
    margin-bottom: 124px;
}

@media (max-width: 767px) {
  .box-sec{
      margin-bottom: 62px;
  }
}

.m-ttl {
  text-align: center;
}

.m-ttl {
  margin-bottom: 26px;
}

.subtitle {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.7em;
  letter-spacing: 0em;
  font-weight: bold;
  margin-top: 31px;
  margin-bottom:10px;
  color: #13429B;
}

.behavioral_title {
  font-style: normal;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.7em;
  letter-spacing: 0em;
  font-weight: bold;
  color: #13429B;
  margin-right: 2.5px;
}

@media (max-width: 767px) {
  .subtitle {
    margin-top: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333em;
    letter-spacing: 0em;
    font-weight: bold;
  }
}

.philosophy_txt{
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.7em;
  text-align: center;
}

@media (max-width: 767px) {
  .philosophy_txt{
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.policy_txt{
  font-size: 23px;
  font-size: 2.3rem;
}

@media (max-width: 767px) {
  .policy_txt{
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.acct_txt{
  margin-top: 124px;
  text-align: center;
  color: #13429B;
}

@media (max-width: 767px) {
  .acct_txt{
    margin-top: 62px;
  }
}


.philosophy_logo{
  margin-top: 80px;
  text-align: center;
  width:"476px";
}

@media (max-width: 767px) {
  .philosophy_logo{
    margin-top: 40px;
  }
}



/*20250618 追加↑*/

/*行動理念↓*/

.behavioral-sec {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .behavioral-sec {
    margin-top: 63px;
  }
}

.behavioral-sec{
  max-width: 1170px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .behavioral-sec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}

.item {
  border-radius: 20px;
  border: solid 1px #13429B;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 32px 40px 49px;
  text-align: center;
}

.item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .item {
    /*width: 49.14%;*/
    width: 32.18%;
    margin-right: 1.72%;
  }
  .item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .item:nth-last-child(1n) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .item {
    padding: 27px 23px 12px;
    margin-bottom: 16px;
    position: relative;
    overflow: visible;
  }
}

.item .box-bottom .tit {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 1.7px;
  margin-bottom: 12px;
  color:#13429B;
}

@media (max-width: 767px) {
  .item .box-bottom .tit {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 1.1px;
    margin-bottom: 2px;
  }
}

.item .box-bottom .box-desc {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.8em;
  letter-spacing: .7px;
}

@media (max-width: 767px) {
  .item .box-bottom .box-desc {
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.item .box-bottom .table-link {
  display: inline-block;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .item .box-bottom .table-link:hover {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

.item .box-bottom .table-link:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background-image: url('data:image/svg+xml,<svg id="maximize" xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><path id="Path_1854" data-name="Path 1854" d="M12.575,0V1.5h1.95L8.3,7.725l1.05,1.05L15.575,2.55V4.5h1.5V0Z" transform="translate(-2.075)" fill="%2313429b"/><path id="Path_1855" data-name="Path 1855" d="M12,14H1.5V3.5H8.25V2H0V15.5H13.5V7.25H12Z" transform="translate(0 -0.5)" fill="%2313429b"/></svg>');
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-size: 100% 100%;
}

/*行動理念↑*/