@charset "UTF-8";
.c-select {
  margin: 0 0 20px auto;
  display: block;
  padding: 0 30px 0 15px;
  max-width: 100%;
  width: 100%;
  height: 40px;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  border: none;
  border: #dddddd solid 1px;
  border-radius: 4px;
  background: #fff url(/assets2021/img/common/ic_arrow_down.svg) no-repeat right 10px center/14px 8px;
}
@media print, screen and (min-width: 768px) {
  .c-select {
    height: 40px;
    font-size: 1.4rem;
  }
}
.c-select::-ms-expand {
  display: none;
}
.c-select:not(:first-child) {
  margin-top: 1em;
}

.c-select02 {
  display: block;
  padding: 0 30px 0 10px;
  max-width: 100%;
  width: 100%;
  height: 40px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2 url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2026.026%2010.726%22%20style%3D%22enable-background%3Anew%200%200%2026.026%2010.726%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%223.8%2C0.974%2013.013%2C9.751%2022.226%2C0.974%20%22%2F%3E%3C%2Fsvg%3E") no-repeat right 10px center/10px 8px;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 5px;
  position: relative;
  border: none;
}
@media print, screen and (min-width: 768px) {
  .c-select02 {
    height: 50px;
    background: #f2f2f2 url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2026.026%2010.726%22%20style%3D%22enable-background%3Anew%200%200%2026.026%2010.726%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%223.8%2C0.974%2013.013%2C9.751%2022.226%2C0.974%20%22%2F%3E%3C%2Fsvg%3E") no-repeat right 10px center/14px 10px;
  }
}
.pc .c-select02 {
  font-size: 1.4rem;
}
.c-select02::-ms-expand {
  display: none;
}
.c-select02:not(:first-child) {
  margin-top: 1em;
}

@-webkit-keyframes philosophyTxt {
  0% {
    color: #fff;
  }
  25% {
    color: #003D6C;
  }
  75% {
    color: #003D6C;
  }
  100% {
    color: #fff;
  }
}
@keyframes philosophyTxt {
  0% {
    color: #fff;
  }
  25% {
    color: #003D6C;
  }
  75% {
    color: #003D6C;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes anchor01 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes anchor01 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes circle01 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  40% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes circle01 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  40% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes circle02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes circle02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.p-company-philosophy .anchorArea {
  display: table;
  text-align: center;
  width: 100%;
  position: relative;
}
.p-company-philosophy .anchorArea > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.p-company-philosophy .anchorArea ul {
  position: relative;
  width: 100%;
  height: 250px;
}
.p-company-philosophy .anchorArea ul li {
  position: absolute;
  width: 150px;
  height: 150px;
  display: table;
}
.p-company-philosophy .anchorArea ul li > a {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  height: 150px;
  background: rgba(9, 76, 128, 0.8);
  border-radius: 50% !important;
  color: #000000;
  text-decoration: none;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.p-company-philosophy .anchorArea ul li > a span {
  display: block;
  text-align: center;
}
.p-company-philosophy .anchorArea ul li > a span:nth-child(1) {
  padding: 10px 0;
}
.p-company-philosophy .anchorArea ul li > a:hover {
  z-index: 1;
}
.p-company-philosophy .anchorArea ul li > a .icon-arrow02-b {
  width: 100%;
  height: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2020.3%2020.3%22%20viewBox%3D%220%200%2020.3%2020.3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m10.2.7c-5.2%200-9.5%204.3-9.5%209.5s4.3%209.5%209.5%209.5%209.5-4.3%209.5-9.5c0-5.3-4.3-9.5-9.5-9.5zm3.4%2010.2-4.7%204.7c-.2.2-.4.3-.7.3s-.5-.1-.7-.3c-.4-.4-.4-.9%200-1.3l4-4-4-4c-.4-.4-.4-.9%200-1.3s.9-.4%201.3%200l4.7%204.7c.2.2.3.4.3.7%200%20.2-.1.3-.2.5z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  .p-company-philosophy .anchorArea ul li > a .icon-arrow02-b {
    height: 20px;
  }
}
.p-company-philosophy .anchorArea ul li:nth-child(1) {
  top: 0;
  left: 50%;
  margin-left: -75px;
  -webkit-animation: anchor01 0.8s ease-out 2.4s;
  animation: anchor01 0.8s ease-out 2.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1;
}
.p-company-philosophy .anchorArea ul li:nth-child(1) a {
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}
.p-company-philosophy .anchorArea ul li:nth-child(2) {
  top: 100px;
  left: 50%;
  margin-left: -140px;
  -webkit-animation: anchor01 0.8s ease-out 2.5s;
  animation: anchor01 0.8s ease-out 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorArea ul li:nth-child(3) {
  top: 100px;
  left: 50%;
  margin-left: -10px;
  -webkit-animation: anchor01 0.8s ease-out 2.6s;
  animation: anchor01 0.8s ease-out 2.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_circle {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-company-philosophy .anchorItem_circle span {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.p-company-philosophy .anchorItem_circle span:nth-child(1),
.p-company-philosophy .anchorItem_circle span:nth-child(3),
.p-company-philosophy .anchorItem_circle span:nth-child(4),
.p-company-philosophy .anchorItem_circle span:nth-child(5),
.p-company-philosophy .anchorItem_circle span:nth-child(7),
.p-company-philosophy .anchorItem_circle span:nth-child(9),
.p-company-philosophy .anchorItem_circle span:nth-child(10),
.p-company-philosophy .anchorItem_circle span:nth-child(11),
.p-company-philosophy .anchorItem_circle span:nth-child(12),
.p-company-philosophy .anchorItem_circle span:nth-child(13),
.p-company-philosophy .anchorItem_circle span:nth-child(15) {
  background: rgba(9, 76, 128, 0.1);
}
.p-company-philosophy .anchorItem_circle span:nth-child(2),
.p-company-philosophy .anchorItem_circle span:nth-child(6),
.p-company-philosophy .anchorItem_circle span:nth-child(8),
.p-company-philosophy .anchorItem_circle span:nth-child(14),
.p-company-philosophy .anchorItem_circle span:nth-child(16) {
  background: rgba(231, 26, 15, 0.1);
}
.p-company-philosophy .anchorItem_circle span:nth-child(1) {
  top: 50%;
  left: 53%;
  width: 5vw;
  height: 5vw;
  -webkit-animation: circle01 2s ease-out 1.5s;
  animation: circle01 2s ease-out 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_circle span:nth-child(2) {
  top: 58%;
  left: 51%;
  width: 8.3vw;
  height: 8.3vw;
  -webkit-animation: circle01 2s ease-out 1.3s;
  animation: circle01 2s ease-out 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_circle span:nth-child(3) {
  top: 42%;
  left: 14%;
  width: 2vw;
  height: 2vw;
  -webkit-animation: circle01 2s ease-out 1.3s;
  animation: circle01 2s ease-out 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_circle span:nth-child(4) {
  top: 55%;
  left: 72%;
  width: 7.5vw;
  height: 7.5vw;
  -webkit-animation: circle01 2s ease-out 1.1s;
  animation: circle01 2s ease-out 1.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_circle span:nth-child(5) {
  top: 70%;
  left: 67%;
  width: 8vw;
  height: 8vw;
  -webkit-animation: circle01 2s ease-out 1.9s;
  animation: circle01 2s ease-out 1.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_circle span:nth-child(6) {
  top: 33%;
  left: 82%;
  width: 2.4vw;
  height: 2.4vw;
  -webkit-animation: circle01 2s ease-out 1.7s;
  animation: circle01 2s ease-out 1.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_circle span:nth-child(7) {
  top: 33%;
  left: 24%;
  width: 6.8vw;
  height: 6.8vw;
  -webkit-animation: circle01 2s ease-out 1.2s;
  animation: circle01 2s ease-out 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_circle span:nth-child(8) {
  top: 29%;
  left: 36%;
  width: 11.2vw;
  height: 11.2vw;
  -webkit-animation: circle01 2s ease-out 1.4s;
  animation: circle01 2s ease-out 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_circle span:nth-child(9) {
  top: 44%;
  left: 66%;
  width: 8.6vw;
  height: 8.6vw;
  -webkit-animation: circle01 2s ease-out 1.8s;
  animation: circle01 2s ease-out 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_circle span:nth-child(10) {
  top: 80%;
  left: 33%;
  width: 9.5vw;
  height: 9.5vw;
  -webkit-animation: circle01 2s ease-out 2.5s;
  animation: circle01 2s ease-out 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_circle span:nth-child(11) {
  top: 70%;
  left: 28%;
  width: 7.4vw;
  height: 7.4vw;
  -webkit-animation: circle01 2s ease-out 2.2s;
  animation: circle01 2s ease-out 2.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_circle span:nth-child(12) {
  top: 38%;
  left: 72%;
  width: 3.8vw;
  height: 3.8vw;
  -webkit-animation: circle01 2s ease-out 1.9s;
  animation: circle01 2s ease-out 1.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_circle span:nth-child(13) {
  top: 55%;
  left: 25%;
  width: 12vw;
  height: 12vw;
  -webkit-animation: circle01 2s ease-out 1.6s;
  animation: circle01 2s ease-out 1.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_circle span:nth-child(14) {
  top: 22%;
  left: 66%;
  width: 7vw;
  height: 7vw;
  -webkit-animation: circle01 2s ease-out 1.7s;
  animation: circle01 2s ease-out 1.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_circle span:nth-child(15) {
  top: 55%;
  left: 77%;
  width: 5.5vw;
  height: 5.5vw;
  -webkit-animation: circle01 2s ease-out 1.8s;
  animation: circle01 2s ease-out 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_circle span:nth-child(16) {
  top: 42%;
  left: 73%;
  width: 3.3vw;
  height: 3.3vw;
  -webkit-animation: circle01 2s ease-out 1.3s;
  animation: circle01 2s ease-out 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #89a2be;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}
.p-company-philosophy .anchorItem_txt01 span {
  padding: 0 1vw;
  display: inline-block;
  vertical-align: middle;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(1) {
  -webkit-animation: philosophyTxt 7s linear infinite 0.1s;
  animation: philosophyTxt 7s linear infinite 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(2) {
  -webkit-animation: philosophyTxt 7s linear infinite 0.2s;
  animation: philosophyTxt 7s linear infinite 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(3) {
  -webkit-animation: philosophyTxt 7s linear infinite 0.3s;
  animation: philosophyTxt 7s linear infinite 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(4) {
  -webkit-animation: philosophyTxt 7s linear infinite 0.4s;
  animation: philosophyTxt 7s linear infinite 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(5) {
  -webkit-animation: philosophyTxt 7s linear infinite 0.5s;
  animation: philosophyTxt 7s linear infinite 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(6) {
  -webkit-animation: philosophyTxt 7s linear infinite 0.6s;
  animation: philosophyTxt 7s linear infinite 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(7) {
  -webkit-animation: philosophyTxt 7s linear infinite 0.7s;
  animation: philosophyTxt 7s linear infinite 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(8) {
  -webkit-animation: philosophyTxt 7s linear infinite 0.8s;
  animation: philosophyTxt 7s linear infinite 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(9) {
  -webkit-animation: philosophyTxt 7s linear infinite 0.9s;
  animation: philosophyTxt 7s linear infinite 0.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(10) {
  -webkit-animation: philosophyTxt 7s linear infinite 1s;
  animation: philosophyTxt 7s linear infinite 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(11) {
  -webkit-animation: philosophyTxt 7s linear infinite 1.1s;
  animation: philosophyTxt 7s linear infinite 1.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(12) {
  -webkit-animation: philosophyTxt 7s linear infinite 1.2s;
  animation: philosophyTxt 7s linear infinite 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(13) {
  -webkit-animation: philosophyTxt 7s linear infinite 1.3s;
  animation: philosophyTxt 7s linear infinite 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(14) {
  -webkit-animation: philosophyTxt 7s linear infinite 1.4s;
  animation: philosophyTxt 7s linear infinite 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(15) {
  -webkit-animation: philosophyTxt 7s linear infinite 1.5s;
  animation: philosophyTxt 7s linear infinite 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(16) {
  -webkit-animation: philosophyTxt 7s linear infinite 1.6s;
  animation: philosophyTxt 7s linear infinite 1.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(17) {
  -webkit-animation: philosophyTxt 7s linear infinite 1.7s;
  animation: philosophyTxt 7s linear infinite 1.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(18) {
  -webkit-animation: philosophyTxt 7s linear infinite 1.8s;
  animation: philosophyTxt 7s linear infinite 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(19) {
  -webkit-animation: philosophyTxt 7s linear infinite 1.9s;
  animation: philosophyTxt 7s linear infinite 1.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-company-philosophy .anchorItem_txt01 span:nth-child(20) {
  -webkit-animation: philosophyTxt 7s linear infinite 2s;
  animation: philosophyTxt 7s linear infinite 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (min-width: 768px) {
  .p-company-philosophy .anchorArea ul {
    position: relative;
    width: 100%;
    height: 500px;
  }
  .p-company-philosophy .anchorArea ul li {
    width: 280px;
    height: 280px;
  }
  .p-company-philosophy .anchorArea ul li > a {
    width: 280px;
    height: 280px;
    font-size: 3rem;
  }
  .p-company-philosophy .anchorArea ul li > a span:nth-child(1) {
    padding: 10px 0;
  }
  .p-company-philosophy .anchorArea ul li:nth-child(1) {
    margin-left: -140px;
  }
  .p-company-philosophy .anchorArea ul li:nth-child(1) a {
    letter-spacing: 0.4em;
    text-indent: 0.4em;
  }
  .p-company-philosophy .anchorArea ul li:nth-child(2) {
    top: 175px;
    margin-left: -250px;
  }
  .p-company-philosophy .anchorArea ul li:nth-child(3) {
    top: 175px;
    margin-left: -30px;
  }
  .p-company-philosophy .anchorItem_circle span:nth-child(1) {
    top: 50%;
    left: 27%;
    width: 30px;
    height: 30px;
  }
  .p-company-philosophy .anchorItem_circle span:nth-child(2) {
    top: 58%;
    left: 34%;
    width: 30px;
    height: 30px;
  }
  .p-company-philosophy .anchorItem_circle span:nth-child(3) {
    top: 42%;
    left: 70%;
    width: 30px;
    height: 30px;
  }
  .p-company-philosophy .anchorItem_circle span:nth-child(4) {
    top: 55%;
    left: 66%;
    width: 50px;
    height: 50px;
  }
  .p-company-philosophy .anchorItem_circle span:nth-child(5) {
    top: 70%;
    left: 61%;
    width: 20px;
    height: 20px;
  }
  .p-company-philosophy .anchorItem_circle span:nth-child(6) {
    top: 24%;
    left: 66%;
    width: 10px;
    height: 10px;
  }
  .p-company-philosophy .anchorItem_circle span:nth-child(7) {
    top: 43%;
    left: 35%;
    width: 40px;
    height: 40px;
  }
  .p-company-philosophy .anchorItem_circle span:nth-child(8) {
    top: 33%;
    left: 36%;
    width: 55px;
    height: 55px;
  }
  .p-company-philosophy .anchorItem_circle span:nth-child(9) {
    top: 48%;
    left: 51%;
    width: 90px;
    height: 90px;
  }
  .p-company-philosophy .anchorItem_circle span:nth-child(10) {
    top: 30%;
    left: 32%;
    width: 77px;
    height: 77px;
  }
  .p-company-philosophy .anchorItem_circle span:nth-child(11) {
    top: 70%;
    left: 44%;
    width: 24px;
    height: 24px;
  }
  .p-company-philosophy .anchorItem_circle span:nth-child(12) {
    top: 38%;
    left: 56%;
    width: 70px;
    height: 70px;
  }
  .p-company-philosophy .anchorItem_circle span:nth-child(13) {
    top: 55%;
    left: 40%;
    width: 62px;
    height: 62px;
  }
  .p-company-philosophy .anchorItem_circle span:nth-child(14) {
    top: 30%;
    left: 58%;
    width: 40px;
    height: 40px;
  }
  .p-company-philosophy .anchorItem_circle span:nth-child(15) {
    top: 55%;
    left: 60%;
    width: 33px;
    height: 33px;
  }
  .p-company-philosophy .anchorItem_circle span:nth-child(16) {
    top: 42%;
    left: 55%;
    width: 24px;
    height: 24px;
  }
}
.p-company-mv::before {
  background: url(/assets2021/img/company/mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-company-mv::before {
    background: url(/assets2021/img/company/mv_pc.jpg) no-repeat center center/cover;
  }
}

@media print, screen and (min-width: 768px) {
  .c-subnav {
    margin-top: 80px;
  }
}

.p-company-index {
  background: #fff;
}
.p-company-index__lead {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 768px) {
  .p-company-index__lead {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-company-index__lead {
    font-size: 1.6rem;
  }
}
.p-company-index__inner {
  margin: 0 auto;
  position: relative;
  margin: 0 auto;
  max-width: 1090px;
  width: 100%;
  text-align: left;
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .p-company-index__inner {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-company-index__inner {
    padding: 0 50px;
  }
}
.p-company-index-list {
  margin-top: 50px;
  list-style: none;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-company-index-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
.p-company-index-list li {
  margin-top: 20px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-company-index-list li {
    margin: 30px 0 0;
    padding: 0 5px;
    width: 33.333%;
    max-width: 330px;
  }
}
.p-company-index-list li:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .p-company-index-list li:first-child {
    margin-top: 30px;
  }
}
.p-company-index-list a {
  position: relative;
  text-decoration: none !important;
  color: #003D6C;
  display: inline-block;
}
.p-company-index-list a img {
  width: 100%;
  height: auto;
  position: relative;
}
@media (hover: hover) {
  .p-company-index-list a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-company-index-list a:hover img {
    opacity: 0.6;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-company-index-list a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-company-index-list a:hover img {
    opacity: 0.6;
  }
}
.p-company-index-list__text01, .p-company-index-list__text02 {
  position: relative;
  display: block;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-company-index-list__text01 {
  font-size: 2rem;
  line-height: 1;
}
.p-company-index-list__text02 {
  padding-top: 15px;
  font-size: 1.2rem;
  line-height: 1;
}
.p-company-index-list__text02::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #003D6C;
}
.p-company-index-list__fig {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.p-company-index-list__fig::before, .p-company-index-list__fig::after {
  content: "";
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .p-company-index-list__fig::before, .p-company-index-list__fig::after {
    display: none;
  }
}
.p-company-index-list__fig::before {
  background: #003D6C;
  width: 20px;
  height: 100%;
  top: 0;
  z-index: 2;
}
.p-company-index-list__fig::after {
  width: 8px;
  height: 14px;
  z-index: 3;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22enable-background%3Anew%200%200%208%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1.3%2C13c-0.3%2C0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1%2C0-1.4L4.9%2C7L0.6%2C2.7c-0.4-0.4-0.4-1%2C0-1.4s1-0.4%2C1.4%2C0l5%2C5%20C7.2%2C6.5%2C7.3%2C6.7%2C7.3%2C7S7.2%2C7.5%2C7%2C7.7l-5%2C5C1.8%2C12.9%2C1.6%2C13%2C1.3%2C13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}
.p-company-index__button-area {
  margin-top: 50px;
  text-align: center;
}
.p-company-index__button-area a {
  margin: 0 auto;
}

.p-company-philosophy .c-title01 span {
  min-width: 170px;
}
.p-company-philosophy__lead {
  padding: 1em 0;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: justify;
}
@media print, screen and (min-width: 768px) {
  .p-company-philosophy__lead {
    padding-top: 60px;
    text-align: center;
  }
}
.p-company-philosophy-section01__inner, .p-company-philosophy-section02__inner, .p-company-philosophy-section03__inner {
  padding: 0 0 20px;
}
@media print, screen and (min-width: 768px) {
  .p-company-philosophy-section01__inner, .p-company-philosophy-section02__inner, .p-company-philosophy-section03__inner {
    padding: 40px 0 60px;
  }
}
.p-company-philosophy-section01 {
  /*
  		&.js-inview-on{
  			.js-inview-target:nth-of-type(1) {
  				@include animation(philosophy 1s ease-out 0.2s);
  			}
  			.js-inview-target:nth-of-type(2) {
  				@include animation(philosophy 1s ease-out 0.4s);
  			}
  			.js-inview-target:nth-of-type(3) {
  				@include animation(philosophy 1s ease-out 0.6s);
  			}
  		}
  */
}
.p-company-philosophy-section01__text01 {
  margin-top: 0;
  font-size: 2.3rem;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-company-philosophy-section01__text01 {
    font-size: 3rem;
  }
}
.p-company-philosophy-section01__text02, .p-company-philosophy-section01__text03 {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-company-philosophy-section01__text02, .p-company-philosophy-section01__text03 {
    font-size: 1.8rem;
  }
}
.p-company-philosophy-section02 {
  /*
  		&.js-inview-on{
  			.p-company-philosophy-section02__list{
  				.js-inview-target:nth-of-type(1) {
  					@include animation(philosophy 1s ease-out 0.2s);
  				}
  				.js-inview-target:nth-of-type(2) {
  					@include animation(philosophy 1s ease-out 0.3s);
  				}
  				.js-inview-target:nth-of-type(3) {
  					@include animation(philosophy 1s ease-out 0.4s);
  				}
  				.js-inview-target:nth-of-type(4) {
  					@include animation(philosophy 1s ease-out 0.5s);
  				}
  				.js-inview-target:nth-of-type(5) {
  					@include animation(philosophy 1s ease-out 0.6s);
  				}
  			}
  			.p-company-philosophy-section02__text01{
  				@include animation(philosophy 1s ease-out 0.7s);
  			}
  		}
  */
}
.p-company-philosophy-section02__list {
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  max-width: 320px;
}
@media print, screen and (min-width: 768px) {
  .p-company-philosophy-section02__list {
    max-width: 590px;
  }
}
.p-company-philosophy-section02__list > div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #376f9a;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
@media print, screen and (min-width: 768px) {
  .p-company-philosophy-section02__list > div {
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
.p-company-philosophy-section02__text01 {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-company-philosophy-section02__text01 {
    font-size: 1.8rem;
  }
}
.p-company-philosophy-section03 {
  /*
  		&__list{
  			margin: 0 auto 40px;
  			padding: 0;
  			max-width: 600px;
  			counter-reset:li;
  			li{
  				position: relative;
  				margin-top: 5px;
  				padding: 0.4em 0 0.4em 1.3em;
  				background: #376f9a;
  				@include font-size(17);
  				line-height: 1.2;
  				color: #fff;
  				border-radius: 5px;
  				@include mq(l){
  					margin-top: 10px;
  					padding-left: 2.5em;
  					@include font-size(24);
  				}
  				.ie &{
  					padding-top: 0.6em;
  				}
  				&::before{
  					counter-increment: li;
  					content:  counter(li) ".";
  					position: absolute;
  					left: 0.3em;
  					top:50%;
  					@include transform(translate(0, -50%));
  					color: #fff;
  					@include mq(l){
  						left: 1em;
  					}
  				}
  			}
  		}
  */
  /*
  		&.js-inview-on{
  			.p-company-philosophy-section03__text01{
  				@include animation(philosophy 1s ease-out 0.2s);
  			}
  			.p-company-philosophy-section03__list{
  				.js-inview-target:nth-of-type(1) {
  					@include animation(philosophy 1s ease-out 0.3s);
  				}
  				.js-inview-target:nth-of-type(2) {
  					@include animation(philosophy 1s ease-out 0.4s);
  				}
  				.js-inview-target:nth-of-type(3) {
  					@include animation(philosophy 1s ease-out 0.5s);
  				}
  				.js-inview-target:nth-of-type(4) {
  					@include animation(philosophy 1s ease-out 0.6s);
  				}
  				.js-inview-target:nth-of-type(5) {
  					@include animation(philosophy 1s ease-out 0.7s);
  				}
  			}
  		}
  */
}
.p-company-philosophy-section03__text01 {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-company-philosophy-section03__text01 {
    font-size: 1.8rem;
  }
}
.p-company-philosophy-section03__list02 {
  margin: 0 auto 40px;
}
.p-company-philosophy-section03__list02 span {
  display: block;
  position: relative;
  margin-top: 5px;
  padding: 0.4em 0.5em 0.4em 0.5em;
  background: #376f9a;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  border-radius: 5px;
  text-align: justify;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .p-company-philosophy-section03__list02 span {
    margin-top: 10px;
    font-size: 2.4rem;
    min-width: 600px;
  }
}
.ie .p-company-philosophy-section03__list02 span {
  padding-top: 0.6em;
}

@-webkit-keyframes philosophy {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes philosophy {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.p-company-group-index-section {
  padding-top: 20px;
}
.p-company-group-index-section:not(:first-child) {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-company-group-index-section:not(:first-child) {
    margin-top: 60px;
  }
}
.p-company-group-index .c-title01 {
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .p-company-group-index .c-title01 {
    padding: 20px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .p-company-group-index .c-title01__text01 {
    font-size: 1.9rem;
  }
}
.p-company-group-index .c-title01 a {
  color: #003D6C;
  text-decoration: none;
}
@media (hover: hover) {
  .p-company-group-index .c-title01 a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .p-company-group-index .c-title01 a:hover {
    opacity: 0.6;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-company-group-index .c-title01 a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .p-company-group-index .c-title01 a:hover {
    opacity: 0.6;
  }
}
.p-company-group-index .c-table01 {
  margin-top: 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-company-group-index .c-table01 th {
    width: 6em;
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-group-index .c-table01 th, .p-company-group-index .c-table01 td {
    font-size: 1.6rem;
  }
}
.p-company-group-index__button-area {
  padding: 20px 0;
  text-align: center;
}
.p-company-group-index__button-area .c-button01 {
  margin: 0 auto;
}

.p-company-outline .l-contents,
.p-company-group-detail .l-contents {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .p-company-outline .l-contents,
  .p-company-group-detail .l-contents {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-group-detail .p-company-outline__address-area th,
  .p-company-group-detail .p-company-group-detail__address-area th {
    vertical-align: top;
    padding-top: 2.6em !important;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-outline__address-area td,
  .p-company-group-detail__address-area td {
    padding-bottom: 0 !important;
  }
}
.p-company-outline__address-box,
.p-company-group-detail__address-box {
  position: relative;
  font-size: 1.4rem;
}
.p-company-outline__address-box:not(:first-child),
.p-company-group-detail__address-box:not(:first-child) {
  padding-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .p-company-outline__address-box,
  .p-company-group-detail__address-box {
    padding-bottom: 1em;
    padding-right: 210px;
    border-bottom: #e5e5e5 solid 1px;
    font-size: 1.6rem;
  }
}
.p-company-outline__address-box:last-child,
.p-company-group-detail__address-box:last-child {
  border-bottom: none;
}
.p-company-outline .c-table01,
.p-company-group-detail .c-table01 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-company-outline .c-table01,
  .p-company-group-detail .c-table01 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-outline .c-table01 th,
  .p-company-group-detail .c-table01 th {
    width: 6em;
    white-space: nowrap;
  }
}
.p-company-outline .c-table01 td .c-button01,
.p-company-group-detail .c-table01 td .c-button01 {
  margin: 10px auto;
  max-width: 160px;
}
.p-company-outline .c-table01 td .c-button01 span,
.p-company-group-detail .c-table01 td .c-button01 span {
  padding-right: 30px;
  padding-left: 10px;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .p-company-outline .c-table01 td .c-button01,
  .p-company-group-detail .c-table01 td .c-button01 {
    margin: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-outline .c-table01 td.lisence,
  .p-company-group-detail .c-table01 td.lisence {
    padding: 2em 0 1.5em !important;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-outline .c-table01 td .license01,
  .p-company-group-detail .c-table01 td .license01 {
    position: absolute;
    top: 0.5em;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-outline .c-table01 td .license02,
  .p-company-group-detail .c-table01 td .license02 {
    position: absolute;
    bottom: 1em;
    right: 0;
  }
}
.p-company-outline__text01,
.p-company-group-detail__text01 {
  color: #003D6C;
}
.p-company-outline__button-area,
.p-company-group-detail__button-area {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-company-outline__button-area,
  .p-company-group-detail__button-area {
    margin-top: 70px;
  }
}
.p-company-outline__button-area__column,
.p-company-group-detail__button-area__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.p-company-outline__button-area__column > div,
.p-company-group-detail__button-area__column > div {
  width: 49%;
}
@media print, screen and (min-width: 768px) {
  .p-company-outline__button-area__column > div,
  .p-company-group-detail__button-area__column > div {
    width: 48%;
    max-width: 460px;
  }
}
.p-company-outline__button-area__index,
.p-company-group-detail__button-area__index {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-company-outline__button-area__index,
  .p-company-group-detail__button-area__index {
    margin-top: 40px;
  }
}
.p-company-outline__button-area__index .c-button01,
.p-company-group-detail__button-area__index .c-button01 {
  margin: 0 auto;
  max-width: 460px;
}
.p-company-outline .c-link-company a,
.p-company-group-detail .c-link-company a {
  text-decoration: none;
  color: #004263;
}
.p-company-outline .c-link-company img[src*=ic_blank],
.p-company-group-detail .c-link-company img[src*=ic_blank] {
  display: inline-block;
  vertical-align: -2px;
  width: 16px;
  height: 17px;
  margin-left: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-company-outline .c-link-company img[src*=ic_blank],
  .p-company-group-detail .c-link-company img[src*=ic_blank] {
    width: 16px;
    height: 17px;
  }
}

.p-company-organization .l-contents {
  padding-top: 20px;
}
.p-company-organization-section01__fig-area {
  text-align: center;
}
.p-company-organization-section01__fig-area img {
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
  height: auto;
}
.p-company-organization-section01 p {
  text-align: center;
  font-size: 1rem;
  margin: 15px auto;
}
@media print, screen and (min-width: 768px) {
  .p-company-organization-section01 p {
    text-align: right;
    font-size: 1.2rem;
    max-width: 950px;
    margin: 0 auto;
    padding-top: 1.5em;
  }
}

.p-company-officer .l-contents {
  padding-top: 20px;
}
.p-company-officer-section01:not(:first-child), .p-company-officer-section02:not(:first-child), .p-company-officer-section03:not(:first-child) {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-company-officer-section01:not(:first-child), .p-company-officer-section02:not(:first-child), .p-company-officer-section03:not(:first-child) {
    margin-top: 30px;
  }
}
.p-company-officer-section01 .c-title01 > span, .p-company-officer-section02 .c-title01 > span, .p-company-officer-section03 .c-title01 > span {
  min-width: 100px;
}
.p-company-officer__table {
  margin-top: 0;
  width: 100%;
  line-height: 1.3;
}
.p-company-officer__table tbody th {
  padding: 1em 0 0.1em;
  color: #003D6C;
  border-bottom: #e5e5e5 solid 1px;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .p-company-officer__table tbody th {
    padding: 1em 2em;
    width: 13em !important;
    font-size: 1.6rem;
  }
}
.p-company-officer__table tbody td {
  padding: 1em 0 1em 1em;
  border-bottom: #e5e5e5 solid 1px;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .p-company-officer__table tbody td {
    padding: 1em;
    font-size: 1.6rem;
  }
}
.p-company-officer__text-small {
  display: block;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .p-company-officer__text-small {
    display: inline-block;
    font-size: 1.6rem;
  }
}
.p-company-officer-section01 th {
  width: 9em;
}
.p-company-officer-section02 th {
  width: 9em;
}
.p-company-officer-section03 th {
  width: 9em;
}

.p-company-results .p-mv__title-text02 > span:nth-child(2) {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .p-company-results .p-mv__title-text02 > span:nth-child(2) {
    font-size: 1.8rem;
  }
}
.p-company-results .l-contents {
  padding-top: 20px;
}
.p-company-results-section01:not(:first-child) {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-company-results-section01:not(:first-child) {
    margin-top: 30px;
  }
}
.p-company-results-section01__list {
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .p-company-results-section01__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-results-section01__list li {
    width: 48.5%;
  }
}
.p-company-results-section01__list li:not(:first-child) {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-company-results-section01__list li:not(:first-child) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-results-section01__list li:nth-child(1), .p-company-results-section01__list li:nth-child(2) {
    margin-top: 20px;
  }
}
.p-company-results-section01__list li .c-button01 {
  margin: 0 auto;
  max-width: 600px;
}
.p-company-results-section02:not(:first-child) {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-company-results-section02:not(:first-child) {
    margin-top: 30px;
  }
}
.p-company-results-section02__list {
  list-style: none;
}
.p-company-results-section02__list li {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .p-company-results-section02__list li {
    width: 48.5%;
  }
}
.p-company-results-section02__list li:not(:first-child) {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-company-results-section02__list li:not(:first-child) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-results-section02__list li:nth-child(1) {
    padding-top: 20px;
  }
}
.p-company-results-section02__list li .c-button01 {
  margin: 0 auto;
  max-width: 600px;
}
.p-company-results-section02__list span {
  white-space: nowrap;
  padding-left: 1em;
}
.p-company-results__lists-graph {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-company-results__lists-graph {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-company-results__lists-graph img {
  width: 100%;
  height: auto;
}

@media print, screen and (max-width: 767px) {
  .p-company-management .p-mv__title-block {
    width: 90%;
  }
}
.p-company-management .l-contents {
  padding-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-company-management .l-contents {
    padding-top: 70px;
  }
}
.p-company-management-section01 {
  /*
  		&__column{
  			@include mq(l){
  				@include flexbox();
  				@include justify-content(space-between);
  				@include flex-wrap(wrap);
  				@include align-content(stretch);
  			}
  		}
  		&__text-area{
  			display: none;
  			text-align: left;
  			color: $color1;
  			@include mq(l){
  				display: block;
  				-webkit-flex: 1;
  				flex: 1;
  			}
  		}
  		&__text01{
  			@include font-size(30);
  			line-height: 1.76;
  		}
  		&__fig-area{
  			@include mq(l){
  				width: 433px;
  			}
  			img{
  				width: 100%;
  				height: auto;
  			}
  		}
  */
}
.p-company-management-section01__fig-area02 {
  text-align: center;
}
.p-company-management-section01__fig-area02 img {
  margin: 0 auto;
  max-width: 710px;
  width: 100%;
  height: auto;
}
.p-company-management-section01__text-area02 {
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  .p-company-management-section01__text-area02 {
    margin-top: 3em;
    font-size: 1.6rem;
  }
}
.p-company-management-section01__text-area02 p {
  margin-top: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .p-company-management-section01__text-area02 p {
    margin-top: 2em;
  }
}
.p-company-management-section01__text-area03 {
  margin-top: 1em;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .p-company-management-section01__text-area03 {
    font-size: 1.6rem;
  }
}
.p-company-management-section01__text-area03 p {
  margin: 0 0 0 auto;
  display: inline-block;
  text-align: left;
}
.p-company-management-section01__text02 {
  text-align: right;
  font-size: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .p-company-management-section01__text02 {
    font-size: 2.8rem;
  }
}

.p-company-governance__text01 {
  padding: 0 10px 40px;
}
@media print, screen and (min-width: 768px) {
  .p-company-governance__text01 {
    text-align: center;
    padding-bottom: 50px;
  }
}
.p-company-governance-section01__subsection {
  padding: 20px 10px;
  margin: 0 auto;
  max-width: 880px;
}
@media print, screen and (min-width: 768px) {
  .p-company-governance-section01__subsection {
    padding: 30px 0 40px;
  }
}
.p-company-governance-section01__subsection p {
  margin-top: 1em;
}
.p-company-governance-section01__fig-area {
  margin-top: 40px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-company-governance-section01__fig-area {
    margin-top: 80px;
  }
}
.p-company-governance-section01__fig-area img {
  margin: 0 auto;
  max-width: 752px;
  width: 100%;
  height: auto;
}

.p-company-csr-section01__inner {
  margin: 0 auto;
  padding: 0 0 20px;
  max-width: 1080px;
}
@media print, screen and (min-width: 768px) {
  .p-company-csr-section01__inner {
    padding: 0 25px 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-company-csr-section01__inner {
    padding: 0 50px 50px;
  }
}
.p-company-csr-section01__list {
  padding: 0 0 40px;
}
@media print, screen and (min-width: 768px) {
  .p-company-csr-section01__list {
    padding: 0 40px 40px;
  }
}
.p-company-csr-section01 dl {
  margin: 0 auto;
}
.p-company-csr-section01 dt {
  margin-top: 1em;
}
.p-company-csr-section01__column {
  padding: 20px 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .p-company-csr-section01__column {
    padding: 30px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-csr-section01__fig-area {
    width: 240px;
  }
}
.p-company-csr-section01__fig-area img {
  margin: 0 auto;
  width: 70%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .p-company-csr-section01__fig-area img {
    width: 100%;
  }
}
.p-company-csr-section01__text-area {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-company-csr-section01__text-area {
    padding-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-company-csr-section01__text-area p {
  margin-top: 1em;
}
.p-company-csr-section01__button-area {
  margin-top: 20px;
}
.p-company-csr-section01__button-area a {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .p-company-csr-section01__button-area a {
    margin: 0 0 0 auto;
    max-width: 320px;
  }
}
.p-company-csr-section01 .c-table02 {
  margin: 0 auto 5px;
}
.p-company-csr-section01 .c-table02 thead {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .p-company-csr-section01 .c-table02 thead {
    font-size: 1.6rem;
  }
}
.p-company-csr-section01 .c-table02 tbody {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .p-company-csr-section01 .c-table02 tbody {
    font-size: 1.4rem;
  }
}
.p-company-csr-section01 .c-table02 tbody td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-right: #e0e0e0 solid 1px;
}
.p-company-csr-section01 .c-table02 tbody td:last-child {
  border-right: none;
}
.p-company-csr-section01 .c-table02 .p-company-csr__line {
  border-right: #e0e0e0 solid 1px;
}
.p-company-csr-section02__inner, .p-company-csr-section03__inner {
  margin: 0 auto;
  padding: 0 10px 20px;
  max-width: 1080px;
}
@media print, screen and (min-width: 768px) {
  .p-company-csr-section02__inner, .p-company-csr-section03__inner {
    padding: 0 25px 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-company-csr-section02__inner, .p-company-csr-section03__inner {
    padding: 0 50px 50px;
  }
}
.p-company-csr-section02__column, .p-company-csr-section03__column {
  padding: 20px 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .p-company-csr-section02__column, .p-company-csr-section03__column {
    padding: 30px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-csr-section02__fig-area, .p-company-csr-section03__fig-area {
    width: 160px;
  }
}
.p-company-csr-section02__fig-area img, .p-company-csr-section03__fig-area img {
  margin: 0 auto;
  width: 70%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .p-company-csr-section02__fig-area img, .p-company-csr-section03__fig-area img {
    width: 100%;
  }
}
.p-company-csr-section02__text-area, .p-company-csr-section03__text-area {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-company-csr-section02__text-area, .p-company-csr-section03__text-area {
    margin-top: 0;
    padding-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-company-csr-section02__text-area p, .p-company-csr-section03__text-area p {
  margin-top: 1em;
}
.p-company-csr-section03__inner {
  padding-bottom: 0;
}

.p-company-media .c-title01 {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-company-media .c-title01 {
    margin-top: 40px;
  }
}
.p-company-media .c-title01 > span {
  min-width: 100px;
}
.p-company-media__title-area {
  position: relative;
  padding-top: 10px;
}
.p-company-media__title-area .p-company-media-select {
  position: absolute;
  right: 0;
  top: 0;
}
.p-company-media__title-area + .c-title01 {
  margin-top: 0;
}
.p-company-media-select {
  text-align: right;
  padding-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-company-media-select {
    padding-right: 0;
  }
}
.p-company-media-select__yearselect::before {
  --tw-content: "年を選択";
  content: var(--tw-content);
  display: none;
}
.p-company-media-select__select {
  height: 30px;
  /*max-width: 140px;
  width: 140px;*/
  width: 8em;
  /*
  &:focus-visible {
    border: 2px dashed crimson;
    border-radius: 3px;
    outline: none;
  }
  */
}
.p-company-media-select + .c-title01 {
  margin-top: 0;
}
.p-company-media__list-movie, .p-company-media__list-movie2, .p-company-media__list-ad {
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .p-company-media__list-movie, .p-company-media__list-movie2, .p-company-media__list-ad {
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1030px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-company-media__list-movie, .p-company-media__list-movie2, .p-company-media__list-ad {
    padding: 0 50px;
  }
}
.p-company-media__list-movie li, .p-company-media__list-movie2 li, .p-company-media__list-ad li {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #000000;
  border-bottom: #dddddd solid 1px;
}
@media print, screen and (min-width: 768px) {
  .p-company-media__list-movie li, .p-company-media__list-movie2 li, .p-company-media__list-ad li {
    border: #dddddd solid 1px;
  }
}
.p-company-media__list-movie a, .p-company-media__list-movie2 a, .p-company-media__list-ad a {
  display: block;
  color: #000000;
  text-decoration: none;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-company-media__list-movie .p-company-media__text-area, .p-company-media__list-movie2 .p-company-media__text-area, .p-company-media__list-ad .p-company-media__text-area {
    padding-top: 1em;
  }
}
.p-company-media__list-movie > li {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-company-media__list-movie > li {
    width: 49.5%;
    padding: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-company-media__list-movie > li {
    width: 49.5%;
    padding: 30px;
  }
}
.p-company-media__list-movie > li:first-child {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .p-company-media__list-movie > li:first-child {
    padding-top: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-company-media__list-movie > li:first-child {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-media__list-movie > li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.p-company-media__list-movie > li video {
  width: 100%;
  height: auto;
}
.p-company-media__list-movie > li .popup-rel0:hover {
  opacity: 0.6;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .p-company-media__list-movie2 {
    padding: 0;
    max-width: 1030px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-company-media__list-movie2 {
    padding: 0;
  }
}
.p-company-media__list-movie2 > li {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-company-media__list-movie2 > li {
    width: 49.5%;
    padding: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-company-media__list-movie2 > li {
    width: 49.5%;
    padding: 30px;
  }
}
.p-company-media__list-movie2 > li:first-child {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .p-company-media__list-movie2 > li:first-child {
    padding-top: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-company-media__list-movie2 > li:first-child {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-media__list-movie2 > li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.p-company-media__list-movie2 > li .popup-rel0:hover {
  opacity: 0.6;
  cursor: pointer;
}
.p-company-media__list-movie2 .p-company-media__text-area {
  padding-top: 1em;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .p-company-media__list-movie2 .p-company-media__text-area {
    font-size: 1.6rem;
  }
}
.p-company-media__movie-area {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.p-company-media__movie-area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-company-media__list-ad::after {
  content: "";
  width: 33%;
}
.p-company-media__list-ad > li {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-company-media__list-ad > li {
    margin-top: 10px;
    width: 32.5%;
    width: calc(33.3% - 5px);
  }
}
.p-company-media__list-ad > li img {
  width: 100%;
  height: auto;
}
.p-company-media__list-ad > li a {
  /*
  @include mq(hover){
  	@include css3(transition, 0.2s);
  	&:hover{
  		opacity: 0.6;
  	}
  }
      */
}
@media print, screen and (max-width: 767px) {
  .p-company-media__list-ad > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-media__list-ad > li a {
    display: block;
    padding: 15px;
    height: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-company-media__list-ad > li a {
    padding: 30px;
  }
}
.p-company-media__list-ad > li a::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/assets2021/img/common/ic_zoom.svg) no-repeat center center/contain;
}
.p-company-media__list-ad .p-company-media__fig-area {
  width: 110px;
}
@media print, screen and (min-width: 768px) {
  .p-company-media__list-ad .p-company-media__fig-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (hover: hover) {
  .p-company-media__list-ad .p-company-media__fig-area {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .p-company-media__list-ad .p-company-media__fig-area:hover {
    opacity: 0.6;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-company-media__list-ad .p-company-media__fig-area {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .p-company-media__list-ad .p-company-media__fig-area:hover {
    opacity: 0.6;
  }
}
.p-company-media__list-ad .p-company-media__text-area {
  padding-left: 20px;
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .p-company-media__list-ad .p-company-media__text-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-media__list-ad .p-company-media__text-area {
    padding: 1em 0 0;
    text-align: center;
  }
}
@media (hover: hover) {
  .p-company-media__list-ad .p-company-media__text-area:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-company-media__list-ad .p-company-media__text-area:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
.p-company-media__ic-new {
  position: absolute;
  left: 0;
  top: 0;
  background: #e00;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  line-height: 1;
  padding: 1.1em 0.5em;
}
@media print, screen and (min-width: 768px) {
  .p-company-media__ic-new {
    font-size: 1.2rem;
  }
}
.ie .p-company-media__ic-new {
  padding-top: 1.4em;
}
.p-company-media__media_topics {
  background: #f7f7f7;
  margin-bottom: 25px;
  border-bottom: #f7f7f7 4px solid;
}
@media print, screen and (min-width: 768px) {
  .p-company-media__media_topics {
    padding: 30px;
    border-bottom: none;
  }
}
.p-company-media__media_topics a {
  padding: 0 !important;
}
.p-company-media__link-baus {
  padding-top: 10px;
  display: block;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .p-company-media__link-baus {
    font-size: 1.4rem;
  }
}
.p-company-media__link-baus a {
  padding-bottom: 0 !important;
}
@media (hover: hover) {
  .p-company-media__link-baus a:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-company-media__link-baus a:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
.p-company-media .ic_blank {
  display: inline-block;
  width: 1.5em;
  vertical-align: text-bottom;
  padding-left: 0.5em;
}
.p-company-media-select__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 5px 60px;
  grid-template-columns: auto 60px;
  gap: 5px;
}
.p-company-media-select__button {
  margin: 0 auto;
  width: 60px;
  min-width: 60px;
  min-height: 30px;
  font-size: 1.4rem;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-family: inherit;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
  cursor: pointer;
  text-decoration: none;
  border: #003D6C solid 1px;
  background-color: #fff;
}
.p-company-media-select__button:disabled {
  pointer-events: none;
  border-color: #eee;
  background-color: #eee;
  color: #777;
}
@media (hover: hover) {
  .p-company-media-select__button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .p-company-media-select__button:hover {
    border: #006dc1 solid 1px;
    text-underline-offset: 0.2em;
    text-decoration: underline !important;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-company-media-select__button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .p-company-media-select__button:hover {
    border: #006dc1 solid 1px;
    text-underline-offset: 0.2em;
    text-decoration: underline !important;
  }
}

.p-company-history .l-contents {
  padding-top: 20px;
}
.p-company-history-section01:not(:first-child) {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-company-history-section01:not(:first-child) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-history__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-company-history__fig-area {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-company-history__fig-area {
    width: 240px;
  }
}
.p-company-history__fig-area img {
  margin: 0 auto;
  width: 70%;
  max-width: 300px;
}
@media print, screen and (min-width: 768px) {
  .p-company-history__fig-area img {
    width: 100%;
    max-width: 240px;
  }
}
.p-company-history__text-area {
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .p-company-history__text-area {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 20px;
  }
}
.p-company-history .c-table04 tbody th, .p-company-history .c-table04 tbody td {
  padding-left: 0.5em;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .p-company-history .c-table04 tbody th, .p-company-history .c-table04 tbody td {
    font-size: 1.6rem;
  }
}

.p-company-greenbond-mv::before {
  background: url(/sustainability/img/mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-mv::before {
    background: url(/sustainability/img/mv_pc.jpg) no-repeat center center/cover;
  }
}
.p-company-greenbond .c-item-lead {
  text-align: left;
}
.p-company-greenbond-section01__inner {
  margin: 0 auto;
  padding: 0 0 20px;
  max-width: 1080px;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-section01__inner {
    padding: 0 25px 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-company-greenbond-section01__inner {
    padding: 0 50px 50px;
  }
}
.p-company-greenbond-section01 .c-table02 {
  margin: 0 auto 5px;
}
.p-company-greenbond-section01 .c-table02 thead {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-section01 .c-table02 thead {
    font-size: 1.6rem;
  }
}
.p-company-greenbond-section01 .c-table02 tbody {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-section01 .c-table02 tbody {
    font-size: 1.4rem;
  }
}
.p-company-greenbond-section01 .c-table02 tbody td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-right: #e0e0e0 solid 1px;
}
.p-company-greenbond-section01 .c-table02 tbody td:last-child {
  border-right: none;
}
.p-company-greenbond-section02__inner, .p-company-greenbond-section03__inner {
  margin: 0 auto;
  padding: 0 10px 20px;
  max-width: 1080px;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-section02__inner, .p-company-greenbond-section03__inner {
    padding: 0 25px 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-company-greenbond-section02__inner, .p-company-greenbond-section03__inner {
    padding: 0 50px 50px;
  }
}
.p-company-greenbond-section02__column, .p-company-greenbond-section03__column {
  padding: 0 0 20px 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-section02__column, .p-company-greenbond-section03__column {
    padding: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
.p-company-greenbond-section02__column.lst, .p-company-greenbond-section03__column.lst {
  padding: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-section02__column.lst, .p-company-greenbond-section03__column.lst {
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-section02__fig-area, .p-company-greenbond-section03__fig-area {
    width: 30%;
    max-width: 240px;
  }
}
.p-company-greenbond-section02__fig-area img, .p-company-greenbond-section03__fig-area img {
  margin: 0 auto;
  width: 70%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-section02__fig-area img, .p-company-greenbond-section03__fig-area img {
    width: 100%;
  }
}
.p-company-greenbond-section02__text-area, .p-company-greenbond-section03__text-area {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-section02__text-area, .p-company-greenbond-section03__text-area {
    margin-top: 0;
    padding-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-company-greenbond-section02__text-area p, .p-company-greenbond-section03__text-area p {
  margin-top: 1em;
}
.p-company-greenbond-section02__button-area, .p-company-greenbond-section03__button-area {
  margin-top: 20px;
}
.p-company-greenbond-section02__button-area a, .p-company-greenbond-section03__button-area a {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-section02__button-area a, .p-company-greenbond-section03__button-area a {
    margin: 0 0 0 auto;
    max-width: 320px;
  }
}
.p-company-greenbond-section02__button-area .c-button01 span, .p-company-greenbond-section03__button-area .c-button01 span {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-section02__button-area .c-button01 span, .p-company-greenbond-section03__button-area .c-button01 span {
    font-size: 1.8rem;
  }
}
.p-company-greenbond-section03__inner {
  padding-bottom: 0;
}
.p-company-greenbond-section03__inner span {
  display: block;
  padding-bottom: 0.5em;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-section03__inner span {
    font-size: 2rem;
  }
}
.p-company-greenbond-section03__inner .c-table02 caption {
  color: #004263;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-section03__inner .c-table02 caption {
    font-size: 2.4rem;
  }
}
.p-company-greenbond-section03__inner .c-table02 tbody th {
  padding: 2em 0.5em;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-section03__inner .c-table02 tbody th {
    white-space: nowrap;
    padding: 2em;
  }
}
.p-company-greenbond-section03__inner .c-table02 tbody td {
  text-align: center;
  padding: 0;
  border-right: 1px solid #E5E5E5;
}
.p-company-greenbond-section04__inner {
  margin: 0 auto;
  padding: 0 10px 20px;
  max-width: 1080px;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-section04__inner {
    padding: 0 25px 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-company-greenbond-section04__inner {
    padding: 0 50px 50px;
  }
}
.p-company-greenbond-section04__fig-area {
  margin: 2em auto;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond-section04__fig-area {
    margin: 3em auto;
    max-width: 600px;
  }
}
.p-company-greenbond sub {
  font-size: smaller;
}
.p-company-greenbond__button-area {
  margin-top: 30px;
}
.p-company-greenbond__button-area__index {
  margin-top: 10px;
}
.p-company-greenbond__button-area__index .c-button01 {
  margin: 0 auto;
  max-width: 460px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .p-company-greenbond__button-area__index .c-button01 {
    font-size: 1.8rem;
  }
}