.clearfix::after {
  display: table;
  clear: both;
  content: '';
}

.pre {
  white-space: pre;
}

.pre-wrap {
  white-space: pre-wrap;
}

br.sp {
  display: inline;
}

br.pc {
  display: none;
}

.p-company {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 20px;
  margin-top: 240px;
  background-color: #f2f3f8;
}

.p-company__inner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  margin: -240px auto 0;
}

.p-company-guide {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

.p-company-guide__list {
  margin: auto;
}

.p-company-guide__item a {
  display: block;
}

.p-company-guide__image {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
}

.p-company-guide__image::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  display: block;
  width: 45px;
  height: 45px;
  content: '';
  background-image: url(../../assets/img/common/btn_circle.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.p-company-guide__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-company-guide__title {
  margin-top: 20px;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  color: #1a50ad;
  letter-spacing: 0.08em;
}

.p-company-guide__text {
  margin-top: 10px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-about {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 20px;
  background-color: #f2f3f8;
}

.p-about__inner {
  padding: 40px 20px;
  margin: auto;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.1);
}

.p-about__title {
  font-size: 41.6px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.75;
  color: #1a50ad;
  letter-spacing: 0.06em;
}

.p-about__title:not(:first-of-type) {
  margin-top: 60px;
}

.p-about__items {
  margin: auto;
}

.p-about__items .scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.p-about__items .scroll-hint-icon {
  position: absolute;
  top: 160px;
  left: calc(50% - 63px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 125px;
  height: 125px;
  padding: 35px 10px 30px 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-about__items .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}

.p-about__items .scroll-hint-text {
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.p-about__items .scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1s;
  animation: scroll-hint-appear 1s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.p-about__items .scroll-hint-icon:before {
  display: block;
  width: 15px;
  height: 30px;
  margin: auto;
  content: '';
  background-image: url('../../assets/img/common/btn_icn_arw.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

@-webkit-keyframes scroll-hint-appear {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scroll-hint-appear {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-about__list {
  padding-bottom: 30px;
  margin: auto;
  margin-top: 30px;
  scrollbar-width: thin;
  scrollbar-color: #1a50ad #d4d4d4;
}

.p-about__list::-webkit-scrollbar {
  height: 2px;
  background-color: #d4d4d4;
}

.p-about__list::-webkit-scrollbar-thumb {
  background: #1a50ad;
}

.p-about__list table {
  display: table;
  margin: auto;
  overflow: auto;
  white-space: nowrap;
  border-spacing: 0;
  border-collapse: collapse;
}

.p-about__list tbody {
  margin-bottom: 30px;
  border-left: 1px solid #cecece;
}

.p-about__list th {
  width: 180px;
  background-color: #f7f7f7;
  border-top: 1px solid #cecece;
}

.p-about__list td {
  width: 180px;
  border-top: 1px solid #cecece;
}

.p-about__list th,
.p-about__list td {
  padding: 10px 20px;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.08em;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.p-about__list dt:not(:first-of-type) {
  margin-top: 20px;
}

.p-about__chart {
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #1a50ad #d4d4d4;
  padding-bottom: 30px;
  margin: 30px auto 0;
}

.p-about__chart::-webkit-scrollbar {
  height: 2px;
  background-color: #d4d4d4;
}

.p-about__chart::-webkit-scrollbar-thumb {
  background: #1a50ad;
}

.p-about__chart figure {
  width: 154.13333vw;
}

.p-about__chart img {
  display: block;
  width: 100%;
  height: auto;
}

.p-about__sign {
  display: block;
  max-width: 660px;
  margin-inline: auto;
}

.p-about__access {
  margin-top: 30px;
}

.p-about__access__map {
  height: 64vw;
}

.p-about__access__map iframe {
  width: 100%;
  height: 64vw;
}

.p-about__access__list {
  margin-top: 30px;
}

.p-about__access__list dt {
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  color: #1a50ad;
  letter-spacing: 0.08em;
}

.p-about__access__list dd {
  margin-top: 10px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
}

.p-philosophy {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 20px;
  background-color: #f2f3f8;
}

.p-philosophy__inner {
  padding: 40px 20px;
  margin: auto;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.1);
}

.p-philosophy__title {
  font-size: 41.6px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.75;
  color: #1a50ad;
  letter-spacing: 0.03em;
}

.p-philosophy__title:not(:first-of-type) {
  margin-top: 60px;
}

.p-philosophy__text {
  margin-top: 30px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-philosophy__lists {
  margin-right: auto;
  margin-left: auto;
}

.p-philosophy__list--count {
  counter-reset: item;
}

.p-philosophy__list--count dt {
  counter-increment: item;
}

.p-philosophy__list--count dt::before {
  padding-right: 10px;
  font-weight: bold;
  color: #1a50ad;
  content: counter(item) '.';
}

.p-philosophy__list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  color: #1a50ad;
  letter-spacing: 0.08em;
}

.p-philosophy__list dd {
  margin-top: 10px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
}

.p-jisedai {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 20px 20px 80px;
}

.p-jisedai__inner {
  margin: auto;
}

.p-jisedai__title {
  font-size: 41.6px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.75;
  color: #1a50ad;
  letter-spacing: 0.06em;
}

.p-jisedai__list {
  margin-top: 30px;
}

.p-jisedai__list__item:not(:first-child) {
  margin-top: 15px;
}

.p-jisedai__list__item a {
  position: relative;
  padding-left: 40px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 2;
  text-decoration: underline;
  letter-spacing: 0.08em;
}

.p-jisedai__list__item a::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  content: '';
  background-image: url(../../assets/img/common/icn_link_pdf.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.p-csr {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 20px 20px 80px;
}

.p-csr__inner {
  margin: auto;
}

.p-csr__category {
  width: 100%;
  padding: 25px 20px;
  overflow: hidden;
  background-color: #f2f3f8;
  border-radius: 10px;
}

.p-csr__category__lists {
  padding: 20px;
  margin-top: 15px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 5px;
}

.p-csr__category__lists:first-child {
  margin-top: 25px;
}

.p-csr__category__list {
  position: relative;
  top: 20px;
}

.p-csr__category__list--year {
  max-height: 100% !important;
  overflow: auto;
}

.p-csr__category__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #1a50ad;
  letter-spacing: 0.08em;
}

.p-csr__category__title span {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1px solid #1a50ad;
  border-radius: 50%;
}

.p-csr__category__title span::before,
.p-csr__category__title span::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: '';
  background-color: #1a50ad;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-csr__category__title span::before {
  width: 70%;
  height: 1px;
}

.p-csr__category__title span::after {
  width: 1px;
  height: 70%;
}

.p-csr__category__title.is-active span::after {
  opacity: 0;
}

.p-csr__category__title.is-active span::after,
.p-csr__category__title.is-active span::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-csr__category__subTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #1a50ad;
  letter-spacing: 0.08em;
}

.p-csr__category__subTitle span {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1px solid #1a50ad;
  border-radius: 50%;
}

.p-csr__category__subTitle span::before,
.p-csr__category__subTitle span::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: '';
  background-color: #1a50ad;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-csr__category__subTitle span::before {
  width: 70%;
  height: 1px;
}

.p-csr__category__subTitle span::after {
  width: 1px;
  height: 70%;
}

.p-csr__category__subTitle.is-active span::after {
  opacity: 0;
}

.p-csr__category__subTitle.is-active span::after,
.p-csr__category__subTitle.is-active span::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-csr__category__radio {
  display: block;
}

.p-csr__category__radio:not(:first-child) {
  margin-top: 20px;
}

.p-csr__category__radio:last-child {
  margin-bottom: 20px;
}

.p-csr__category__radio input[type='radio'],
.p-csr__category__radio .radio-btn {
  position: absolute;
  opacity: 0;
}

.p-csr__category__radio input[type='radio'] + .radio-label,
.p-csr__category__radio .radio-btn + .radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a7a7a7;
  cursor: pointer;
}

.p-csr__category__radio input[type='radio'] + .radio-label:before,
.p-csr__category__radio .radio-btn + .radio-label:before {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  text-align: center;
  vertical-align: top;
  content: '';
  background: #ffffff;
  border: 1px solid #a7a7a7;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-csr__category__radio input[type='radio'] + .radio-label.year,
.p-csr__category__radio .radio-btn + .radio-label.year {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.p-csr__category__radio input[type='radio']:checked + .radio-label,
.p-csr__category__radio input[type='radio'].is-active + .radio-label,
.p-csr__category__radio .radio-btn:checked + .radio-label,
.p-csr__category__radio .radio-btn.is-active + .radio-label {
  color: #1a50ad;
}

.p-csr__category__radio input[type='radio']:checked + .radio-label:before,
.p-csr__category__radio input[type='radio'].is-active + .radio-label:before,
.p-csr__category__radio .radio-btn:checked + .radio-label:before,
.p-csr__category__radio .radio-btn.is-active + .radio-label:before {
  background-color: #1a50ad;
  border: 1px solid #1a50ad;
  -webkit-box-shadow: inset 0 0 0 3px #ffffff;
  box-shadow: inset 0 0 0 3px #ffffff;
}

.p-csr__list {
  margin-top: 60px;
}

.p-csr__list__item {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
}

.p-csr__list__item:not(:first-child) {
  margin-top: 50px;
}

.p-csr__list__item::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  display: block;
  width: 45px;
  height: 45px;
  content: '';
  background-image: url('../../assets/img/common/btn_circle.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-csr__list__head {
  width: 100%;
  overflow: hidden;
  border: 1px solid #f2f3f8;
  border-radius: 10px;
}

.p-csr__list__head img {
  display: block;
  width: 100%;
  height: auto;
}

.p-csr__list__body {
  margin-top: 20px;
}

.p-csr__list__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}

.p-csr__list__label {
  padding: 5px 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.06em;
  background-color: #5c5c5c;
  border-radius: 18px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.p-csr__list__date {
  margin-left: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #5c5c5c;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-csr__list__text {
  margin-top: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-csr-detail {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 20px 20px 80px;
}

.p-csr-detail__inner {
  margin: auto;
}

.p-csr-detail img {
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-csr-detail h3 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #1a50ad;
  letter-spacing: 0.08em;
}

.p-csr-detail h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1a50ad;
  letter-spacing: 0.06em;
}

.p-csr-detail p,
.p-csr-detail a {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-csr-detail a {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  text-decoration: underline;
}

.p-csr-detail a[target='_blank']::after {
  position: relative;
  top: 2px;
  z-index: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  content: '';
  background-image: url('../../assets/img/common/icn_outlink.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.p-csr-detail blockquote {
  padding: 20px;
  margin: 30px 0;
  background-color: #f7f7f7;
}

.p-csr-detail blockquote p {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 6px 0 6px 20px;
  margin: 0;
  color: #5c5c5c;
}

.p-csr-detail blockquote p::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #cecece;
}

.p-csr-detail ol {
  margin-top: 40px;
  margin-bottom: 40px;
  counter-reset: item;
}

.p-csr-detail ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-csr-detail ol li::before {
  padding-right: 10px;
  font-weight: bold;
  color: #1a50ad;
  content: counter(item) '.';
  counter-increment: item;
}

.p-csr-detail ul {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-csr-detail ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-csr-detail ul li::before {
  position: relative;
  top: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  padding: 3px;
  margin-right: 10px;
  content: '';
  background-color: #1a50ad;
  border-radius: 50%;
}

.p-csr-detail figcaption {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 2;
  color: #5c5c5c;
  letter-spacing: 0em;
}

.p-csr-detail .p-csr-detail__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  text-decoration: none;
}

.p-csr-detail .p-csr-detail__btn svg {
  right: auto;
  left: 20px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.p-csr-detail__label {
  display: inline-block;
  padding: 5px 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.06em;
  vertical-align: middle;
  background-color: #5c5c5c;
  border-radius: 18px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.p-csr-detail__date {
  display: inline-block;
  margin-left: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #5c5c5c;
  letter-spacing: 0.08em;
  vertical-align: middle;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-csr-detail__title {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 35.2px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1a50ad;
  letter-spacing: 0.06em;
}

.p-csr-other {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 40px 20px;
  background-color: #f2f3f8;
}

.p-csr-other__inner {
  margin: auto;
}

.p-csr-other__title {
  display: block;
  font-size: 35.2px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1a50ad;
  letter-spacing: 0.06em;
}

.p-csr-other__list {
  margin: 30px auto 0;
}

.p-csr-other__list__item {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
}

.p-csr-other__list__item:not(:first-child) {
  margin-top: 50px;
}

.p-csr-other__list__head {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.p-csr-other__list__head img {
  display: block;
  width: 100%;
  height: auto;
}

.p-csr-other__list__body {
  margin-top: 20px;
}

.p-csr-other__list__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}

.p-csr-other__list__label {
  padding: 5px 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.06em;
  background-color: #5c5c5c;
  border-radius: 18px;
}

.p-csr-other__list__date {
  margin-left: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #5c5c5c;
  letter-spacing: 0.08em;
}

.p-csr-other__list__text {
  margin-top: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.p-other-company {
  padding: 40px 20px;
  background-color: #2b2b2b;
}

.p-other-company__title {
  font-size: 35.2px;
  font-size: 2.2rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.06em;
}

.p-other-company__list {
  margin: 0 auto;
}

.p-other-company__list li {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 10px;
}

.p-other-company__list li a {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  height: 56vw;
}

.p-other-company__list li a::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  display: block;
  width: 45px;
  height: 45px;
  content: '';
  background-image: url(../../assets/img/common/btn_circle.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.p-other-company__list__image {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-other-company__list__image::before {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
}

.p-other-company__list__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-other-company__list__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 35.2px;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0.06em;
}

.p-other-company__list__title span {
  display: block;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

@media only screen and (min-width: 1024px) {
  br.sp {
    display: none;
  }
  br.pc {
    display: inline;
  }
  .p-company {
    padding: 1px 90px 80px;
    margin-top: 180px;
  }
  .p-company__inner {
    margin: -180px auto 0;
  }
  .p-company-guide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1040px;
  }
  .p-company-guide__item {
    width: 47.11538%;
  }
  .p-company-guide__item:hover .p-company-guide__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-company-guide__item:nth-child(n + 3) {
    margin-top: 60px;
  }
  .p-company-guide__item:not(:nth-child(even)) {
    margin-right: 5.76923%;
  }
  .p-company-guide__title {
    font-size: 2rem;
  }
  .p-about {
    padding: 80px 90px;
  }
  .p-about__inner {
    max-width: 1260px;
    padding: 80px 40px;
  }
  .p-about__title {
    font-size: 3rem;
  }
  .p-about__title:not(:first-of-type) {
    margin-top: 80px;
  }
  .p-about__items {
    max-width: 1040px;
  }
  .p-about__list {
    padding-bottom: 0;
    margin-top: 50px;
    overflow: hidden;
  }
  .p-about__list table {
    display: block;
  }
  .p-about__list tbody {
    display: block;
    margin-bottom: 0;
  }
  .p-about__list {
    max-width: 1040px;
    overflow: hidden;
    white-space: normal;
  }
  .p-about__list th {
    width: 220px;
  }
  .p-about__list td {
    width: 820px;
  }
  .p-about__list th,
  .p-about__list td {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
  .p-about__chart {
    padding-bottom: 0;
    margin: 50px auto 0;
    overflow: hidden;
  }
  .p-about__chart figure {
    width: 100%;
  }
  .p-about__access {
    margin-top: 50px;
  }
  .p-about__access__map {
    height: 330px;
  }
  .p-about__access__map iframe {
    height: 330px;
  }
  .p-about__access__list {
    margin-top: 40px;
  }
  .p-about__access__list dt {
    font-size: 2rem;
  }
  .p-philosophy {
    padding: 80px 90px;
  }
  .p-philosophy__inner {
    max-width: 1260px;
    padding: 80px 40px;
  }
  .p-philosophy__title {
    font-size: 3rem;
  }
  .p-philosophy__title:not(:first-of-type) {
    margin-top: 80px;
  }
  .p-philosophy__lists {
    max-width: 780px;
  }
  .p-philosophy__list dt {
    font-size: 2rem;
  }
  .p-jisedai {
    padding: 0 90px 80px;
  }
  .p-jisedai__inner {
    max-width: 780px;
  }
  .p-jisedai__title {
    font-size: 3rem;
  }
  .p-jisedai__list__item a {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-jisedai__list__item a:hover {
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-csr {
    padding: 0 90px 80px;
  }
  .p-csr__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1260px;
  }
  .p-csr__category {
    position: sticky;
    top: 146px;
    z-index: 1;
    width: 270px;
    padding: 30px;
  }
  .p-csr__category__lists:first-child {
    margin-top: 30px;
  }
  .p-csr__category__list,
  .p-csr__category__listsWrap {
    max-height: 100% !important;
  }
  .p-csr__category__list--year {
    height: 170px;
  }
  .p-csr__category__title span {
    display: none;
  }
  .p-csr__category__title span::before {
    display: none;
  }
  .p-csr__category__title span::after {
    right: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: 0.69444vw;
    background: none;
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 0.41667vw 0.27778vw 0 0.27778vw;
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .p-csr__category__subTitle span {
    display: none;
  }
  .p-csr__category__subTitle span::before {
    display: none;
  }
  .p-csr__category__subTitle span::after {
    right: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: 0.69444vw;
    background: none;
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 0.41667vw 0.27778vw 0 0.27778vw;
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .p-csr__list {
    max-width: 930px;
    margin-top: 0;
    margin-left: 60px;
  }
  .p-csr__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    border-radius: 15px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .p-csr__list__item:hover {
    background-color: #f7f7f7;
  }
  .p-csr__list__item:hover .p-csr__list__label {
    color: #ffffff;
    background-color: #1a50ad;
  }
  .p-csr__list__item:hover .p-csr__list__date,
  .p-csr__list__item:hover .p-csr__list__text {
    color: #1a50ad;
  }
  .p-csr__list__item:hover::after {
    opacity: 1;
  }
  .p-csr__list__item:not(:first-child) {
    margin-top: 10px;
  }
  .p-csr__list__head {
    width: 218px;
    width: 15.13889vw;
  }
  .p-csr__list__body {
    width: 40.97222vw;
    margin-top: 0;
    margin-left: 30px;
  }
  .p-csr__list__labels {
    margin-top: 0;
  }
  .p-csr-detail {
    padding: 0 90px 80px;
  }
  .p-csr-detail__inner {
    max-width: 780px;
  }
  .p-csr-detail img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-csr-detail h3 {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 2rem;
  }
  .p-csr-detail h4 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-csr-detail p,
  .p-csr-detail a {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-csr-detail a:hover {
    text-decoration: none;
  }
  .p-csr-detail blockquote {
    padding: 40px;
    margin: 40px 0;
  }
  .p-csr-detail blockquote p {
    padding: 6px 0 6px 30px;
  }
  .p-csr-detail .p-csr-detail__btn {
    margin: 60px auto 0;
  }
  .p-csr-detail__title {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 3rem;
  }
  .p-csr-other {
    padding: 80px 90px;
  }
  .p-csr-other__inner {
    max-width: 1040px;
  }
  .p-csr-other__title {
    font-size: 3rem;
  }
  .p-csr-other__list {
    max-width: 780px;
    margin: 50px auto 0;
  }
  .p-csr-other__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-csr-other__list__item:hover {
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-csr-other__list__item:not(:first-child) {
    margin-top: 40px;
  }
  .p-csr-other__list__head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 218px;
  }
  .p-csr-other__list__body {
    margin-top: 0;
    margin-left: 30px;
  }
  .p-csr-other__list__labels {
    margin-top: 0;
  }
  .p-other-company {
    padding: 80px 90px;
  }
  .p-other-company__title {
    font-size: 3rem;
  }
  .p-other-company__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1260px;
    margin: 50px auto 0;
  }
  .p-other-company__list li {
    margin-top: 0;
  }
  .p-other-company__list li:not(:first-child) {
    margin-left: 30px;
  }
  .p-other-company__list li a {
    height: auto;
  }
  .p-other-company__list li a:hover .p-other-company__list__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-other-company__list__title {
    padding: 40px;
    font-size: 3rem;
  }
  .p-other-company__list__title span {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 1023px) {
  .p-company-guide__item:not(:first-child) {
    margin-top: 30px;
  }
  .p-csr__category__list,
  .p-csr__category__listsWrap {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  .p-csr__category__list--year {
    height: 0;
    overflow: auto;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
  .p-csr__category__list--year.is-open {
    height: 170px;
  }
  .p-other-company__list__image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 126.56716%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
