@charset "UTF-8";

body.site_page main{
  padding: 150px 0 200px;
  position: relative;
  z-index: 1;
}

.page-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.page-title-txt-en{
  font-size: 80px;
  display: inline-block;
  margin-right: 20px;
}

.page-title-txt-ja{
  font-size: 15px;
  display: inline-block;
}

.page-title{
  margin-bottom: 50px;
}

.page-title__bl{
  margin-bottom: 100px;
}

.page-title__middle{
  margin-bottom: 40px;
  color: #535353;
}

.page-title__middle-en{
  display: block;
  font-size: 40px;
  margin-bottom: 20px;
}

.page-title__middle-ja{
  display: block;
  font-size: 14px;
  padding-left: 40px;
  position: relative;
}

.page-title__middle-ja::before{
  display: block;
  width: 30px;
  background-color: #535353;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
}

.base__list{
  border-bottom: 1px solid #ccc;
  padding: 50px 0;
  display: flex;
  width: 100%;
  font-size: 19px;
  line-height: 2;
}

.base__list:first-of-type{
  border-top: 1px solid #ccc;
}

.base__list dt{
  width: 300px;
}

.base__list dd{
  width: calc(100% - 300px);
}

.base__list dd p{
  margin-bottom: 30px;
}

.base__list dd p:last-of-type{
  margin-bottom: 0;
}

.base__list-name{
  display: inline-block;
  padding: 0px 20px;
  border: 1px solid #444;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.8;
}

.company-profile{
  margin-bottom: 150px;
}

.philosophy__img {
  width: calc(50% + 480px);
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 100px;
}

.philosophy__list{
  display: flex;
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}

.philosophy__list dt{
  width: 300px;
}

.philosophy__list dd{
  width: calc(100% - 300px);
  display: flex;
  align-items: flex-end;
}

.philosophy-title-en{
  display: block;
  font-size: 18px;
  padding-left: 5px;
}

.philosophy-title-ja{
  display: block;
  font-size: 28px;
}

.philosophy__list-cont{
  list-style: none;
  padding-left: 1.2em;
  text-indent: -0.9em;
}

.philosophy__list-num{
  display: inline-block;
  margin-right: 0.5em;
}

.philosophy{
  margin-bottom: 150px;
}

.message p{
  margin-bottom: 30px;
  font-size: 19px;
}

p.message__name{
  margin-bottom: 0;
  text-align: right;
  margin-top: 50px;
}

.privacy__bl{
  margin-bottom: 50px;
}

.privacy__title{
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.page-title__bl .breadcrumb{
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  list-style: none;
  justify-content: flex-end;
}

.page-title__bl .breadcrumb li{
  padding-right: 25px;
  position: relative;
  font-size: 14px;
}

.page-title__bl .breadcrumb li:last-of-type{
  padding-right: 0;
}

.page-title__bl .breadcrumb li a{
  font-size: 14px;
}

.page-title__bl .breadcrumb li::after{
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #ccc;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

.page-title__bl .breadcrumb li:last-of-type:after{
  display: none;
}

.privacy__small-ttl{
  display: inline-block;
  border-bottom: 1px solid #505050;
  padding-bottom: 3px;
  font-size: 120%s;
  margin-bottom: 10px;
}

@media screen and (max-width:960px){
  body.site_page main {
    padding: 30px 0 100px;
}

.page-title-txt-en {
  font-size: 60px;
}

.page-title {
  margin-bottom: 30px;
}

.page-title__bl {
  margin-bottom: 40px;
}

.page-title__middle-en {
  font-size: 34px;
  margin-bottom: 5px;
}

.base__list {
  padding: 30px 0;
  font-size: 16px;
}

.base__list dt {
  width: 180px;
}

.base__list dd {
  width: calc(100% - 180px);
}

.base__list-name {
  font-size: 15px;
}

.company-profile {
  margin-bottom: 80px;
}

.philosophy__img {
  margin-bottom: 30px;
}

.philosophy__list {
  padding: 30px 0;
}

.philosophy-title-en {
  font-size: 14px;
  padding-left: 3px;
}

.philosophy-title-ja {
  font-size: 24px;
}

.philosophy__list dt {
  width: 180px;
}

.philosophy__list dd {
  width: calc(100% - 180px);
}

.philosophy {
  margin-bottom: 80px;
}

.message p {
  font-size: 16px;
}

.philosophy__list-cont li{
  margin-bottom: 15px;
}
}

@media screen and (max-width:640px){
  .base__list-name {
    font-size: 13px;
    padding: 0px 5px;
}

.base__list dt {
  width: 130px;
}

.base__list dd {
  width: calc(100% - 130px);
}

.philosophy__list {
  flex-direction: column;
}

.philosophy__list dt {
  width: 100%;
  margin-bottom: 10px;
}

.philosophy-title-ja {
  font-size: 21px;
}

.philosophy__list p{
  font-size: 15px;
}

.philosophy__list dd {
  width: 100%;
}

.philosophy__list-cont {
  padding-left: 2em;
}

.page-title-txt-en {
  font-size: 40px;
  line-height: 1;
  margin-top: 20px;
  display: block;
}

.page-title__middle-en {
  font-size: 28px;
}

.privacy__title {
  font-size: 17px;
}

.privacy__cont p{
  font-size: 15px;
}
}

/* Company outline 20230526__add */
.profile-box__title-vision{
display: inline-block;
border: 1px solid currentColor;
padding: 5px 12px;
text-align: center;
line-height: 1;
margin-bottom: 6px;
}
.profile-box__philosophy-txt {
    padding-left: 2em;
    text-indent: -2em;
    font-size: 18px;
    margin-bottom: 10px;
}
.mb30{
margin-bottom: 30px;
}
.top-company-page .philosophy__list dd {
    align-items: flex-start;
    flex-direction: column;
}
.top-company-page .philosophy__list dd p {
    font-size: 18px;
}
@media screen and (max-width: 834px){
.philosophy__list dl dt {
    margin-bottom: 20px;
}
.s_mb20{
    margin-bottom: 20px;
}
.profile-box__philosophy-txt {
    font-size: 16px;
    margin-bottom: 5px;
}
.top-company-page .philosophy__list dd p {
    font-size: 16px;
}
}