  @charset "UTF-8";
/*////////////////////////////////////////////////////

    .ÔO¶¨

////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////
    ¥Ú©`¥¸¹ÌÓÐ¤Î¥¹¥¿¥¤¥ë
////////////////////////////////////////////////////*/
.p-irManagementStrategy {
  padding-bottom: 7.2rem;
}
.p-irManagementStrategy p:nth-child(n+2) {
  margin-top: 1.8em;
}

.p-irManagementStrategyLead_tit {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
@media print, screen and (min-width: 600px) {
  .p-irManagementStrategyLead_tit {
    font-size: 2.5rem;
    margin-bottom: 3.7rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-irManagementStrategyLead_tit {
    font-size: 3.2rem;
    margin-bottom: 4.8rem;
  }
}
.p-irManagementStrategyLead > p {
  font-weight: bold;
  font-size: clamp(1.7rem, 4.5333333333vw, 2rem);
  line-height: 1.8;
}

.p-irVisionSec01 .cmn_box_tit {
  text-align: center;
}
.p-irVisionSec01_strong {
  text-align: center;
}
.p-irVisionSec01_imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}
@media print, screen and (min-width: 600px) {
  .p-irVisionSec01_imgs {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.p-irVisionSec01_imgs img {
  width: 100%;
  height: auto;
}

.p-irVisionSec02_list01 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media print, screen and (min-width: 600px) {
  .p-irVisionSec02_list01 {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (min-width: 960px) {
  .p-irVisionSec02_list01 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-irVisionSec02_list01 a {
  padding: 1.6rem;
  height: 100%;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  gap: 1.6rem;
  background-color: #F5FAFF;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media (hover: hover) {
  .p-irVisionSec02_list01 a:hover {
    background-color: #0068AF;
  }
  .p-irVisionSec02_list01 a:hover .txt01,
.p-irVisionSec02_list01 a:hover .txt02 {
    color: #fff;
  }
  .p-irVisionSec02_list01 a:hover .arrow {
    stroke: #fff;
  }
}
.p-irVisionSec02_list01 .thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-irVisionSec02_list01 .txt01 {
  color: #0068AF;
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
  transition: color 0.5s ease;
}
.p-irVisionSec02_list01 .txt01 .arrow {
  width: 13px;
  height: 14px;
  fill: none;
  stroke: #0068AF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: all 0.5s ease;
}
.p-irVisionSec02_list01 .txt02 {
  color: #333333;
  transition: color 0.5s ease;
}

.p-irVisionSec02_list02 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media print, screen and (min-width: 600px) {
  .p-irVisionSec02_list02 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media print, screen and (min-width: 960px) {
  .p-irVisionSec02_list02 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.p-irVisionSec02_list02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #C8D2DC;
  padding: 1rem;
  background-color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media (hover: hover) {
  .p-irVisionSec02_list02 a:hover {
    background-color: #0068AF;
  }
  .p-irVisionSec02_list02 a:hover .arrow {
    stroke: #fff;
  }
  .p-irVisionSec02_list02 a:hover .__big {
    color: #fff;
  }
  .p-irVisionSec02_list02 a:hover .__small {
    color: #fff;
  }
}
.p-irVisionSec02_list02 a .arrow {
  width: 13px;
  height: 14px;
  fill: none;
  stroke: #0068AF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.5s ease;
}
.p-irVisionSec02_list02 a .txt {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  gap: 0.5rem;
  width: calc(100% - 13px - 5px);
}
.p-irVisionSec02_list02 a .__big {
  color: #0068AF;
  font-weight: bold;
  font-size: 1.6rem;
  transition: color 0.5s ease;
}
.p-irVisionSec02_list02 a .__small {
  color: #333333;
  font-size: 1.4rem;
  transition: color 0.5s ease;
}

.p-irVisionSec02_list03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  position: relative;
}
@media print, screen and (min-width: 600px) {
  .p-irVisionSec02_list03 {
    gap: 6rem;
  }
}
.p-irVisionSec02_list03:before, .p-irVisionSec02_list03:after {
  content: "";
  display: block;
  position: absolute;
  width: 3rem;
  height: 0.4rem;
  background-color: #0068AF;
  left: 50%;
  top: 50%;
  margin-left: -1.5rem;
  margin-top: -0.2rem;
  transform-origin: center center;
}
@media print, screen and (min-width: 600px) {
  .p-irVisionSec02_list03:before, .p-irVisionSec02_list03:after {
    width: 4rem;
    margin-left: -2rem;
  }
}
.p-irVisionSec02_list03:before {
  transform: rotate(45deg);
}
.p-irVisionSec02_list03:after {
  transform: rotate(-45deg);
}
.p-irVisionSec02_list03 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem;
  background-color: #0068AF;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.5s ease;
}
@media print, screen and (min-width: 600px) {
  .p-irVisionSec02_list03 li {
    padding: 1.6rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-irVisionSec02_list03 li {
    padding: 2rem;
  }
}
.p-irVisionSec02_list03 .txt {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  gap: 0.5rem;
  width: calc(100% - 13px - 5px);
}
.p-irVisionSec02_list03 .txt .__big {
  font-weight: bold;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 600px) {
  .p-irVisionSec02_list03 .txt .__big {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-irVisionSec02_list03 .txt .__big {
    font-size: 2.1rem;
  }
}
.p-irVisionSec02_list03 .txt .__small {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 600px) {
  .p-irVisionSec02_list03 .txt .__small {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-irVisionSec02_list03 .txt .__small {
    font-size: 1.8rem;
  }
}

.p-irManagementplan {
  position: relative;
}
.p-irManagementplan_wp {
  background-color: #f5faff;
  padding: 5rem 0;
}
.p-irManagementplan_inner {
  overflow: hidden;
}
.p-irManagementplan_arrow {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #87919B;
  border-radius: 100%;
  cursor: pointer;
}
@media print, screen and (min-width: 960px) {
  .p-irManagementplan_arrow {
    bottom: auto;
    top: calc((100% - 80px) / 2);
    margin-top: -24px;
  }
}
@media (hover: hover) {
  .p-irManagementplan_arrow:hover:before {
    opacity: 1;
  }
}
.p-irManagementplan_arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(to bottom, #003B8B 0%, #0068AF 100%);
  transition: opacity 0.5s ease;
}
.p-irManagementplan_arrow.__prev {
  left: 12px;
}
@media print, screen and (min-width: 960px) {
  .p-irManagementplan_arrow.__prev {
    left: -24px;
  }
}
.p-irManagementplan_arrow.__prev .arrow {
  transform: scale(-1);
}
.p-irManagementplan_arrow.__next {
  right: 12px;
}
@media print, screen and (min-width: 960px) {
  .p-irManagementplan_arrow.__next {
    right: -24px;
  }
}
.p-irManagementplan_arrow .arrow {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 13px;
  position: relative;
  z-index: 2;
}
.p-irManagementplan_pagination {
  margin-top: 3.2rem;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-irHumanResourceScroll {
  overflow-x: auto;
}

.p-irHumanResourceTb.cmn_table02 {
  min-width: 74rem;
}
@media print, screen and (min-width: 600px) {
  .p-irHumanResourceTb.cmn_table02 {
    min-width: auto;
  }
}
.p-irHumanResourceTb.cmn_table02 tbody tr td {
  text-align: left;
}

.p-irHumanResourceIco {
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.p-irHumanResourceIco li {
  width: 4rem;
}
.p-irHumanResourceIco li img {
  width: 100%;
  height: auto;
  display: block;
}

.p-irDxAnchors01 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media print, screen and (min-width: 600px) {
  .p-irDxAnchors01 {
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem clamp(1rem, 1.6666666667vw, 3.2rem);
  }
}
.p-irDxAnchors01 > li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media print, screen and (min-width: 600px) {
  .p-irDxAnchors01 .__big {
    grid-column: 1/3;
  }
}
.p-irDxAnchors01_hl {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  background-color: #F5FAFF;
  color: #0068AF;
  font-weight: bold;
  font-size: 1.8rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.p-irDxAnchors01_clm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.p-irDxAnchors01_btn01, .p-irDxAnchors01_btn02 {
  text-decoration: none;
  background-color: #0068AF;
  transition: all 0.5s ease;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 5rem;
  box-sizing: border-box;
  padding: 1rem;
}
@media print, screen and (min-width: 960px) {
  .p-irDxAnchors01_btn01, .p-irDxAnchors01_btn02 {
    padding: 1rem 2rem;
  }
}
@media (hover: hover) {
  .p-irDxAnchors01_btn01:hover, .p-irDxAnchors01_btn02:hover {
    background-color: #003B8B;
  }
}
.p-irDxAnchors01_btn01 {
  font-weight: bold;
  font-size: clamp(1.2rem, 3.2vw, 1.6rem);
}
@media print, screen and (min-width: 600px) {
  .p-irDxAnchors01_btn01 {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
  }
}
.p-irDxAnchors01_btn02 span {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
}
.p-irDxAnchors01_btn02 .__big {
  font-weight: bold;
  font-size: clamp(1.6rem, 4.2666666667vw, 2.1rem);
}
.p-irDxAnchors01_btn02 .__small {
  font-size: clamp(1.2rem, 3.2vw, 1.6rem);
}
.p-irDxAnchors01 .arrow {
  width: 13px;
  height: 14px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.p-irDxAnchors01 .arrow.__pagelink {
  transform: rotate(90deg);
}
.p-irDxAnchors01 .fig {
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 0.5rem;
}
.p-irDxAnchors01 .fig img {
  display: block;
  width: 100%;
  aspect-ratio: 100/62;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-irDxAnchors02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 0.5rem;
  overflow-wrap: normal;
}
@media print, screen and (min-width: 960px) {
  .p-irDxAnchors02 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.p-irDxAnchors02 > li a {
  position: relative;
  min-height: 5rem;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: #0068AF;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 600px) {
  .p-irDxAnchors02 > li a {
    padding: 1rem 2rem;
  }
}
.p-irDxAnchors02 > li a span {
  width: calc(100% - 1rem - 13px);
}
.p-irDxAnchors02 > li a .arrow {
  width: 13px;
  height: 14px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(90deg);
}
/*# sourceMappingURL=managementstrategy.css.map */
