@charset "UTF-8";
/****************************************************
 * Stylesheet ページタイトル
 ****************************************************/
.pagetitle {
  height: auto !important;
  padding-top: 14rem;
  margin-bottom: 0;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .pagetitle {
    padding-bottom: 6.8rem;
    background-image: url("../images/ir/pagetitle_bg01.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle {
    padding-bottom: 3rem;
    background-image: url("../images/ir/pagetitle_bg01_sp.jpg");
  }
}
@media only screen and (min-width: 768px) {
  .pagetitle .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .pagetitle .pagetitle_right {
    width: 68%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle .pagetitle_right {
    margin-top: 4rem;
  }
}
.pagetitle .pagetitle_right .last_update {
  width: 100%;
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .pagetitle .pagetitle_right .event_infomation {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle .pagetitle_right .event_infomation {
    margin-bottom: 2rem;
  }
}
.pagetitle .pagetitle_right .event_infomation .ttl_col {
  background-color: rgba(243, 245, 247, 0.9);
}
@media only screen and (min-width: 768px) {
  .pagetitle .pagetitle_right .event_infomation .ttl_col {
    width: 28.5%;
  }
}
.pagetitle .pagetitle_right .event_infomation .ttl_col h3 {
  padding: 2rem 0 0 2rem;
  font-size: 1.4rem;
  color: #4D4D4D;
  border-left: solid 0.6rem #0092E6;
}
@media only screen and (max-width: 1100px) {
  .pagetitle .pagetitle_right .event_infomation .ttl_col h3 {
    padding: 1rem 0 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle .pagetitle_right .event_infomation .ttl_col h3 {
    padding: 0.6rem 1.4rem;
    font-size: 1.2rem;
  }
}
.pagetitle .pagetitle_right .event_infomation .ttl_col h3 span {
  font-family: "Raleway", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  color: #313C4E;
  display: block;
}
@media only screen and (max-width: 767px) {
  .pagetitle .pagetitle_right .event_infomation .ttl_col h3 span {
    margin-right: 1rem;
    font-size: 2.4rem;
    display: inline-block;
    vertical-align: -0.1em;
  }
}
.pagetitle .pagetitle_right .event_infomation .contents_col {
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .pagetitle .pagetitle_right .event_infomation .contents_col {
    width: 71.5%;
  }
}
.pagetitle .pagetitle_right .event_infomation .contents_col li {
  padding: 2.5rem 5rem 2.5rem 2rem;
  position: relative;
  display: block;
  color: #333333;
}
.pagetitle .pagetitle_right .event_infomation .contents_col li + li {
  border-top: solid 1px #CBCFD1;
}
@media only screen and (max-width: 1100px) {
  .pagetitle .pagetitle_right .event_infomation .contents_col li {
    padding: 1rem 4rem 1rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle .pagetitle_right .event_infomation .contents_col li {
    padding: 1.2rem 6rem 1.2rem 2rem;
    font-size: 1.3rem;
  }
}
.pagetitle .pagetitle_right .event_infomation .contents_col li a:after {
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  content: "";
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transition: transform 0.3s, background-color 0.3s;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.pagetitle .pagetitle_right .event_infomation .contents_col li .date {
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 767px) {
  .pagetitle .pagetitle_right .event_infomation .contents_col li .date {
    font-size: 1.5rem;
  }
}
.pagetitle .pagetitle_right .event_infomation .contents_col li a:hover:after {
  background-color: #0092E6;
  -webkit-transform: translate(0.5rem);
  transform: translate(0.5rem);
}
@media only screen and (min-width: 768px) {
  .pagetitle .pagetitle_right .link {
    width: 28%;
    margin-left: 2%;
  }
}
.pagetitle .pagetitle_right .link .stock_price_link {
  border: solid 1px #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
}
.pagetitle .pagetitle_right .link .stock_price_link a {
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  background-image: url("../images/common/icon_arrow01_white.png");
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.3rem) center;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 1100px) {
  .pagetitle .pagetitle_right .link .stock_price_link a {
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle .pagetitle_right .link .stock_price_link a {
    padding: 1.2rem 2.3rem;
  }
}
.pagetitle .pagetitle_right .link .stock_price_link a:hover {
  opacity: 0.8;
}
.pagetitle .pagetitle_right .link .stock_price_link a span {
  font-size: 8.4px;
}
.pagetitle .pagetitle_right .link .stock_price_link a span + span {
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 767px) {
  .pagetitle .pagetitle_right .link .stock_price_link a span + span {
    margin-left: 1em;
    font-size: 1.4rem;
    display: inline-block;
  }
}
.pagetitle .pagetitle_right .link .event_link {
  margin-top: -1px;
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 1px #ffffff;
}
.pagetitle .pagetitle_right .link .event_link > p {
  padding: 1.5rem 2rem 0.5rem;
  font-weight: 700;
  color: #ffffff;
  /* background-image: url("../images/common/icon_arrow01_white.png");
  -webkit-background-size: 0.8rem auto;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.3rem) center;
  display: block; */
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* &:hover {
  	opacity: 0.8;
  } */
}
@media only screen and (max-width: 1100px) {
  .pagetitle .pagetitle_right .link .event_link > p {
    padding: 1.5rem 1rem 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle .pagetitle_right .link .event_link > p {
    padding: 1.2rem 2.3rem 0.5rem;
  }
}
.pagetitle .pagetitle_right .link .event_link > p:before {
  width: 2rem;
  height: 1.863rem;
  margin-right: 0.7rem;
  content: "";
  background-image: url("../images/ir/ir_fv_icon_calendar.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.15em;
}
.pagetitle .pagetitle_right .link .event_link ul {
  padding: 0 2rem 1.5rem 2rem;
}
@media only screen and (max-width: 767px) {
  .pagetitle .pagetitle_right .link .event_link ul {
    letter-spacing: -0.4em;
  }
  .pagetitle .pagetitle_right .link .event_link ul > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle .pagetitle_right .link .event_link ul li {
    margin: 0 2rem 1rem 0 !important;
  }
}
.pagetitle .pagetitle_right .link .event_link ul li + li {
  margin-top: 1rem;
}
.pagetitle .pagetitle_right .link .event_link ul li a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pagetitle .pagetitle_right .link .event_link ul li a:hover {
  opacity: 0.8;
}
.pagetitle .pagetitle_right .link .event_link ul li a:before {
  min-width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.7rem;
  margin-top: 0.3rem;
  content: "";
  background-image: url("../images/common/icon_arrow02_white.png");
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 1px #ffffff;
  border-radius: 50%;
  display: inline-block;
}
.pagetitle .pagetitle_right .link .faq_link {
  margin-top: -1px;
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 1px #ffffff;
}
.pagetitle .pagetitle_right .link .faq_link a {
  padding: 1.5rem 2rem;
  font-weight: 700;
  color: #ffffff;
  background-image: url("../images/common/icon_arrow01_white.png");
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.3rem) center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 1100px) {
  .pagetitle .pagetitle_right .link .faq_link a {
    padding: 1.5rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle .pagetitle_right .link .faq_link a {
    padding: 1.2rem 2.3rem;
  }
}
.pagetitle .pagetitle_right .link .faq_link a:hover {
  opacity: 0.8;
}
.pagetitle .pagetitle_right .link .faq_link a:before {
  min-width: 2rem;
  height: 1.5rem;
  margin-right: 0.7rem;
  margin-top: 0.3rem;
  content: "";
  background-image: url("../images/ir/ir_fv_icon_fukidashi.png");
  background-size: cover;
  display: inline-block;
}

.p-ir__sub_links {
  position: relative;
  height: 6rem;
  background-color: #313B4C;
}
@media only screen and (max-width: 767px) {
  .p-ir__sub_links {
    display: none;
  }
}
.p-ir__sub_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  height: 6rem;
  padding: 0 3rem;
}
.p-ir__sub_links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-weight: 500;
  font-size: 1.4rem;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .p-ir__sub_links ul li {
    margin: 0 0.8em;
  }
}
.p-ir__sub_links ul li a,
.p-ir__sub_links ul li span {
  padding: 0.9rem 0;
  color: #ffffff;
  border-bottom: solid 1px transparent;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .p-ir__sub_links ul li a,
  .p-ir__sub_links ul li span {
    padding: 0.5rem 0;
  }
}
.p-ir__sub_links ul li a:hover,
.p-ir__sub_links ul li span:hover {
  border-bottom-color: #ffffff;
}
.p-ir__sub_links ul li:hover .ir__menu__dropdown {
  opacity: 1;
  visibility: visible;
}
.p-ir__sub_links .ir__menu__dropdown {
  position: absolute;
  top: 6rem;
  left: 0;
  z-index: 5;
  width: 100%;
  min-height: 5rem;
  background-color: #0092E6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-ir__sub_links .ir__menu__dropdown ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem 2.5rem;
  height: 100%;
  padding: 1.6rem 3rem;
}
.p-ir__sub_links .ir__menu__list__item a {
  display: inline-block;
  padding: 0;
  border: 0;
}
.p-ir__sub_links .ir__menu__list__item a::before {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.7rem;
  content: "";
  background-image: url(../images/common/icon_arrow02_white.png);
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 1px #ffffff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.25em;
}
.p-ir__news {
  padding: 5rem 0 7rem 0;
  background-color: #F2F5F7;
}
@media only screen and (max-width: 767px) {
  .p-ir__news {
    padding: 2rem 0 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-ir__news .inner:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .p-ir__news .inner .left {
    width: 54%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .p-ir__news .inner .left {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-ir__news .inner .left .headding {
    margin-bottom: 1.7rem;
    padding-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-ir__news .inner .left .headding {
    margin-bottom: 3.2rem;
    padding-top: 6rem;
  }
}
.p-ir__news .inner .left .news_list {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-ir__news .inner .left .news_list {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-ir__news .inner .left .news_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-ir__news .inner .left .news_list li a .date {
  margin-right: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .p-ir__news .inner .left .news_list li a .date {
    width: 8.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ir__news .inner .left .news_list li a .date {
    display: inline-block;
  }
}
.p-ir__news .inner .left .news_list li a p {
  line-height: 1.4285714286;
}
@media only screen and (min-width: 768px) {
  .p-ir__news .inner .left .news_list li a p {
    width: calc(100% - 9.4rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-ir__news .inner .left .news_list li a p {
    margin-top: 1rem;
  }
}
.p-ir__news .inner .left .news_list li + li {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-ir__news .inner .left .news_list li + li {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ir__news .inner .left .btn {
    text-align: center;
  }
}
.p-ir__news .inner .right {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .p-ir__news .inner .right {
    width: 41%;
    padding: 3rem;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .p-ir__news .inner .right {
    padding: 2rem;
  }
}
.p-ir__news .inner .right dl dt {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  border-bottom: solid 1px #313C4D;
}
@media only screen and (max-width: 767px) {
  .p-ir__news .inner .right dl dt {
    padding-top: 1rem;
    font-size: 2.4rem;
  }
}
.p-ir__news .inner .right dl dt span {
  width: 4rem;
  height: 4rem;
  margin-right: 1.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 4rem;
  color: #ffffff;
  background-color: #0092E6;
  display: inline-block;
  vertical-align: 0.5em;
}
.p-ir__news .inner .right dl dd + dd {
  margin-top: 0.8rem;
}
.p-ir__news .inner .right dl dd a {
  padding-left: 3rem;
  font-size: 1.5rem;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .p-ir__news .inner .right dl dd a {
    font-size: 1.4rem;
  }
}
.p-ir__news .inner .right dl dd a:before {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 -3rem;
  content: "";
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.25em;
}
.p-ir__link_content01 {
  margin: 6rem 0;
}
@media only screen and (max-width: 767px) {
  .p-ir__link_content01 {
    margin: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-ir__link_content01 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-ir__link_content01 .policy {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .p-ir__link_content01 .policy {
    width: 74.5%;
  }
}
@media only screen and (min-width: 768px) {
  .p-ir__link_content01 .policy a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-ir__link_content01 .policy a:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-ir__link_content01 .policy a:hover .text:after {
  background-color: #0092E6;
  -webkit-transform: translate(0.5rem);
  transform: translate(0.5rem);
}
.p-ir__link_content01 .policy .img {
  overflow: hidden;
}
.p-ir__link_content01 .policy .img > img, .p-ir__link_content01 .policy .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .p-ir__link_content01 .policy .img {
    width: 50%;
  }
}
.p-ir__link_content01 .policy .img img {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-ir__link_content01 .policy .text {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-ir__link_content01 .policy .text {
    width: 50%;
    padding: 3rem 10rem 4rem 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ir__link_content01 .policy .text {
    padding: 2rem 2rem 4rem 2rem;
  }
}
.p-ir__link_content01 .policy .text:before {
  width: 12.8rem;
  height: 15.5rem;
  content: "";
  background-image: url("../images/common/fig02.png");
  background-size: cover;
  position: absolute;
  top: 2rem;
  right: 3rem;
  z-index: -1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media only screen and (max-width: 767px) {
  .p-ir__link_content01 .policy .text:before {
    width: 8rem;
    height: 9.6rem;
    top: 0.6rem;
    right: 1.5rem;
  }
}
.p-ir__link_content01 .policy .text:after {
  width: 4rem;
  height: 4rem;
  content: "";
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  -webkit-transition: transform 0.3s, background-color 0.3s;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-ir__link_content01 .policy .text:after {
    width: 3rem;
    height: 3rem;
    background-size: 1.5rem auto;
  }
}
.p-ir__link_content01 .policy .text h3 {
  font-size: 1.4rem;
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  .p-ir__link_content01 .policy .text h3 {
    font-size: 1.3rem;
  }
}
.p-ir__link_content01 .policy .text h3 span {
  font-family: "Raleway", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1875;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-ir__link_content01 .policy .text h3 span {
    margin-bottom: 0.3rem;
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-ir__link_content01 ul {
    width: 25.5%;
  }
}
@media only screen and (min-width: 768px) {
  .p-ir__link_content01 ul li {
    height: calc(33.33333% - 1px);
    margin-bottom: 1px;
  }
  .p-ir__link_content01 ul li:last-child {
    height: 33.3333%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-ir__link_content01 ul li {
    height: 8rem;
  }
}
.p-ir__link_content01 ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.p-ir__link_content01 ul li a:after {
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  content: "";
  background-image: url("../images/common/icon_arrow02_white.png");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 1px #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .p-ir__link_content01 ul li a:after {
    content: none;
  }
}
.p-ir__link_content01 ul li a:hover:after {
  -webkit-transform: translate(0.5rem);
  transform: translate(0.5rem);
}
.p-ir__link_content01 ul li a:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-ir__link_content01 ul li a .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.p-ir__link_content01 ul li a .img > img, .p-ir__link_content01 ul li a .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-ir__link_content01 ul li a .img img {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-ir__link_content01 ul li a span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-ir__link_content02 {
  position: relative;
  z-index: 2;
  margin-bottom: 6rem;
}
@media only screen and (min-width: 768px) {
  .p-ir__link_content02 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6rem 4rem;
  }
}
.p-ir__link_content02 dl {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .p-ir__link_content02 dl {
    width: calc((100% - 8rem) / 3);
  }
  .p-ir__link_content02 dl:nth-child(3n) {
    margin-right: 0;
  }
}
.p-ir__link_content02 dl dt a,
.p-ir__link_content02 dl dt div {
  font-size: 1.8rem;
  color: #ffffff !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #313C4D), color-stop(50%, #0092E6));
  background: linear-gradient(to right, #313C4D 50%, #0092E6 50%);
  background-size: 200% 100%;
  background-position: 0 0;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-ir__link_content02 dl dt a,
  .p-ir__link_content02 dl dt div {
    font-size: 1.6rem;
  }
}
.p-ir__link_content02 dl dt a:after,
.p-ir__link_content02 dl dt div:after {
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  content: "";
  background-image: url("../images/common/icon_arrow02_white.png");
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 1px #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-ir__link_content02 dl dt a:after,
  .p-ir__link_content02 dl dt div:after {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
    background-size: 1rem auto;
    right: 1.5rem;
  }
}
.p-ir__link_content02 dl dt a i,
.p-ir__link_content02 dl dt div i {
  width: 6rem;
  min-width: 6rem;
  margin-right: 2rem;
  background-color: #0092E6;
  overflow: hidden;
}
.p-ir__link_content02 dl dt a i > img, .p-ir__link_content02 dl dt a i > video,
.p-ir__link_content02 dl dt div i > img,
.p-ir__link_content02 dl dt div i > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .p-ir__link_content02 dl dt a i,
  .p-ir__link_content02 dl dt div i {
    width: 5rem;
  }
}
.p-ir__link_content02 dl dt a:hover {
  background-position: -100% 0;
  border-color: #0092E6;
}
.p-ir__link_content02 dl dt div::after {
  display: none;
}
.p-ir__link_content02 dl dd {
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-ir__link_content02 dl dd {
    padding: 2.5rem 2rem;
  }
}
.p-ir__link_content02 dl dd ul li + li {
  margin-top: 1rem;
}
.p-ir__link_content02 dl dd ul li a {
  padding-left: 3rem;
  font-size: 1.5rem;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .p-ir__link_content02 dl dd ul li a {
    font-size: 1.4rem;
  }
}
.p-ir__link_content02 dl dd ul li a:before {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 -3rem;
  content: "";
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.25em;
}
.p-ir__link_content03 {
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-ir__link_content03 {
    padding-bottom: 6rem;
  }
}
.p-ir__link_content03:before {
  width: 100%;
  height: calc(100% + 14rem);
  content: "";
  background-color: #F2F5F7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-ir__link_content03 ul {
  letter-spacing: -0.4em;
  text-align: center;
}
.p-ir__link_content03 ul > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-ir__link_content03 ul li {
  margin: 0 2rem;
}
@media only screen and (max-width: 767px) {
  .p-ir__link_content03 ul li {
    margin: 0 1.5rem 1rem 1.5rem;
  }
}
.p-ir__link_content03 ul li a {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-ir__link_content03 ul li a {
    font-size: 1.4rem;
  }
}
.p-ir__link_content03 ul li a:before {
  width: 2rem;
  height: 2rem;
  margin-right: 0.7rem;
  content: "";
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.25em;
}