@charset "UTF-8";
/* -----------------------------------------------------------
Sass Definition
----------------------------------------------------------- */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li.slick-active button:before {
  color: #444;
}

.main_visual_top {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .main_visual_top .main_visual--inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .main_visual_top .main_visual--inner .slick-list {
    height: 100%;
  }
  .main_visual_top .main_visual--inner .slick-list .slick-track {
    height: 100%;
  }
}

.main_visual_top .main_visual--inner a {
  position: relative;
}

.main_visual_top .main_visual--inner a::before {
  content: "";
  display: block;
  padding-top: 104.6%;
}

@media screen and (min-width: 561px) and (max-width: 1279px) {
  .main_visual_top .main_visual--inner a::before {
    padding-top: 57.736721%;
  }
}

@media screen and (min-width: 1280px) {
  .main_visual_top .main_visual--inner a::before {
    padding-top: 730px;
  }
}

.main_visual_top .main_visual--inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_visual_top .main_visual--inner button {
  transition-duration: .5s;
}

.main_visual_top .main_visual--inner .slick-dots {
  bottom: 20px;
}

@media screen and (min-width: 769px) {
  .main_visual_top .main_visual--inner .slick-dots {
    width: 1em;
    height: 100%;
    left: 26px;
    transform: translateY(50%) translateY(-72px);
  }
}

.main_visual_top .main_visual--inner .slick-dots li {
  width: 1em;
  height: 1em;
}

@media screen and (min-width: 769px) {
  .main_visual_top .main_visual--inner .slick-dots li {
    margin: 0 0 20px 0;
  }
  .main_visual_top .main_visual--inner .slick-dots li:last-child {
    margin: 0;
  }
}

.main_visual_top .main_visual--inner .slick-dots li button:before {
  opacity: 1;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0px 0px 20px #000;
}

.main_visual_top .main_visual--inner .slick-dots li button:hover:before {
  color: #fff;
}

.main_visual_top .main_visual--inner .slick-dots li.slick-active button:before {
  color: #fff;
  text-shadow: 0px 0px 16px #000;
}

.main_visual_top .main_visual--inner .slick-prev {
  transition-duration: .5s;
  z-index: 1;
}

.main_visual_top .main_visual--inner .slick-prev::before {
  content: url(/common/img/top/arrow_left_2x.png);
}

.main_visual_top .main_visual--inner .slick-next {
  transition-duration: .5s;
}

.main_visual_top .main_visual--inner .slick-next::before {
  content: url(/common/img/top/arrow_right_2x.png);
}

.main_visual_top .main_visual--inner .slick-arrow {
  display: none !important;
  transition-duration: 0.5s;
}

@media screen and (min-width: 1025px) {
  .main_visual_top::before {
    content: "";
    display: block;
    padding-top: 57.736721%;
  }
}

@media screen and (min-width: 1280px) {
  .main_visual_top::before {
    content: "";
    display: block;
    padding-top: 730px;
  }
}

.main_visual_top:hover .slick-arrow {
  display: inline-block !important;
  animation-name: fadein;
  animation-duration: .5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main_visual_top .scroll_img {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) translateY(-36px);
}

.main_visual_top .pc_on_top {
  display: none !important;
}

@media screen and (min-width: 561px) {
  .main_visual_top .pc_on_top {
    display: block !important;
  }
}

.main_visual_top .sp_on_top {
  display: block !important;
}

@media screen and (min-width: 561px) {
  .main_visual_top .sp_on_top {
    display: none !important;
  }
}

.press_release {
  background-color: rgba(2, 7, 14, 0.9);
  padding-top: 3.2%;
  padding-bottom: 5.6%;
}

@media screen and (min-width: 769px) {
  .press_release {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 72px;
    background-color: rgba(2, 7, 14, 0.75);
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.press_release li.slick-slide a {
  line-height: 1.4em;
}

.press_release .press_release--wrap {
  width: 89.3%;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 769px) {
  .press_release .press_release--wrap {
    width: 100%;
    height: 100%;
    padding-left: 60px;
    display: flex;
    margin: 0;
    align-items: center;
  }
}

.press_release .press_release--wrap h2 {
  width: 100%;
  font-size: 1.2rem;
  font-weight: normal;
  padding: .8em 0;
  border: 1px solid #fff;
  position: relative;
}

@media screen and (min-width: 769px) {
  .press_release .press_release--wrap h2 {
    padding: 0;
    border: none;
    width: 236px;
    height: 100%;
    font-size: 1.5rem;
    color: white;
    transition-duration: .5s;
  }
}

.press_release .press_release--wrap h2 a {
  display: block;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.press_release .press_release--wrap h2 a:hover {
  text-decoration: none;
}

.press_release .press_release--wrap h2 a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 95px;
  top: calc(50% - 1px);
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
  color: #fff;
}

@media screen and (min-width: 561px) {
  .press_release .press_release--wrap h2 a::after {
    right: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .press_release .press_release--wrap h2 a::after {
    right: 50px;
  }
}

@media screen and (min-width: 769px) {
  .press_release .press_release--wrap h2 .press_release--link {
    transition-duration: .5s;
  }
}

@media screen and (min-width: 769px) {
  .press_release .press_release--wrap h2 .press_release--link:hover {
    background-color: #585858;
    text-decoration: none;
    transition-duration: .5s;
  }
}

.press_release .press_release--wrap .press_release_ticker {
  width: 100%;
  font-size: 87.5%;
  margin-bottom: 5.6%;
}

@media screen and (min-width: 769px) {
  .press_release .press_release--wrap .press_release_ticker {
    width: calc(100% - 236px);
    margin-bottom: 0;
  }
}

.press_release .press_release--wrap .press_release_ticker a {
  color: #ffffff;
}

.press_release .press_release--wrap .press_release_ticker .date {
  font-size: 75%;
  width: 100%;
  color: #00c6ff;
  display: block;
  margin-bottom: 8px;
}

@media screen and (min-width: 769px) {
  .press_release .press_release--wrap .press_release_ticker .date {
    font-size: 100%;
    display: inline-block;
    width: 8em;
    margin-right: 1em;
    margin-bottom: 0px;
  }
  .press_release .press_release--wrap .press_release_ticker .date ul {
    display: flex;
    justify-content: center;
  }
  .press_release .press_release--wrap .press_release_ticker .date ul li {
    height: 2.5em;
  }
}

@media screen and (min-width: 769px) {
  .press_release .press_release--wrap .press_release_ticker li {
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.press_release .press_release--wrap .date:after {
  content: "\A";
  white-space: pre;
}

@media screen and (min-width: 769px) {
  .press_release .press_release--wrap .date:after {
    content: "";
    white-space: normal;
  }
}

.press_release li:hover {
  text-decoration: underline;
}

.important-notice {
  width: 87.5%;
  padding: 40px 0 20px;
  margin: 0 auto;
}

@media screen and (min-width: 800px) {
  .important-notice {
    margin: 0 auto;
    width: 100%;
    max-width: calc(1600px + 30px * 2);
    padding: 20px 30px;
  }
}

@media screen and (min-width: 800px) {
  .important-notice .important-notice--wrap {
    display: flex;
    align-items: center;
  }
}

.important-notice .important-notice--wrap h2 {
  width: 100%;
  color: #ffffff;
  background-color: #cc3333;
  padding: 2px 0 4px;
  text-align: center;
  line-height: 1.4em;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0;
}

@media all and (-ms-high-contrast: none) {
  .important-notice .important-notice--wrap h2 {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 800px) {
  .important-notice .important-notice--wrap h2 {
    width: calc(7em + 50px);
    padding: 20px 25px;
    font-size: 1.4rem;
  }
}

.important-notice .important-notice--wrap p {
  padding: 10px 0 0;
}

@media screen and (min-width: 800px) {
  .important-notice .important-notice--wrap p {
    font-weight: bold;
    padding: 4px 0 2px 22px;
  }
}

.important-notice .important-notice--wrap p a {
  color: #cc3333;
}

.important-notice .important-notice--wrap p a:hover {
  text-decoration: underline;
}

.topics {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 40px;
}

@media screen and (min-width: 800px) {
  .topics {
    padding: 40px 30px 0;
    max-width: calc(1600px + 30px * 2);
    margin: 0 auto;
  }
}

.topics .topics--wrap h2 {
  font-family: 'Spartan', sans-serif;
  color: #444444;
  font-weight: normal;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .topics .topics--wrap h2 {
    font-size: 3.2rem;
    margin-bottom: 60px;
  }
}

.topics .topics--item {
  display: block;
}

@media screen and (min-width: 800px) {
  .topics .topics--item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.topics .topics--item .slick-dots li {
  bottom: -20px;
  width: 20px;
}

.topics .topics--item .slick-dots li.slick-active button:before {
  color: #163182;
}

.topics .topics--item li {
  position: relative;
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 800px) {
  .topics .topics--item li {
    background: #000000;
    text-align: center;
    overflow: hidden;
    width: calc((100% - 60px - 0.1px) / 3);
    margin-bottom: 30px;
    height: auto;
  }
}

.topics .topics--item li .item-title {
  display: block;
  color: #4C4C4C;
  padding: 18px 10px 0;
}

@media screen and (min-width: 800px) {
  .topics .topics--item li .item-title {
    padding: 0;
    display: flex;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
  }
}

.topics .topics--item li .item-title .category {
  display: inline-block;
  color: #ffffff;
  font-size: 75%;
  padding: 4px 10px;
  font-weight: bold;
}

@media screen and (min-width: 800px) {
  .topics .topics--item li .item-title .category {
    padding: 0;
    display: flex;
    width: 90px;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

.topics .topics--item li .item-title .title {
  width: 100%;
  height: 75px;
  font-size: 87.5%;
  line-height: 1.4em;
  font-weight: normal;
  color: #4C4C4C;
  padding: 8px 0 0;
  transition-duration: .3s;
}

@media screen and (min-width: 800px) {
  .topics .topics--item li .item-title .title {
    font-size: 93.75%;
    font-weight: normal;
    padding: 11px 15px;
    color: #fff;
    line-height: 1.6em;
    height: auto;
  }
}

.topics .topics--item li a {
  background: none;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topics .topics--item li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 800px) {
  .topics .topics--item li img {
    opacity: 0.8;
    vertical-align: top;
    transition-duration: .3s;
  }
}

.topics .topics--item li .img-area {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 800px) {
  .topics .topics--item li .img-area {
    width: 0;
    position: static;
  }
}

.topics .topics--item li .img-area:before {
  content: "";
  padding-top: 71.4%;
  /* 高さの比率を固定 */
  display: block;
}

@media screen and (min-width: 800px) {
  .topics .topics--item li .img-area:before {
    padding-top: 0;
    /* 高さの比率を固定 */
  }
}

.topics .topics--item li .news,
.topics .topics--item li .campaign {
  background-color: #FD0668;
}

.topics .topics--item li .news::before {
  content: "ニュース";
}

.topics .topics--item li .campaign::before {
  content: "キャンペーン";
  white-space: pre;
}

@media screen and (min-width: 1024px) {
  .topics .topics--item li .campaign::before {
    content: "キャン\Aペーン";
  }
}

.topics .topics--item li .product {
  background-color: #4D77D5;
}

.topics .topics--item li .product::before {
  content: "プロダクト";
}

.topics .topics--item li .solution {
  background-color: #4D77D5;
}

.topics .topics--item li .solution::before {
  content: "ソリューション";
  white-space: pre;
}

@media screen and (min-width: 1024px) {
  .topics .topics--item li .solution::before {
    content: "ソリュー\Aション";
  }
}

.topics .topics--item li .innovation {
  background-color: #4D77D5;
}

.topics .topics--item li .innovation::before {
  content: "イノベーション";
  white-space: pre;
}

@media screen and (min-width: 1024px) {
  .topics .topics--item li .innovation::before {
    content: "イノ\Aベーション";
  }
}

.topics .topics--item li .service {
  background-color: #4D77D5;
}

.topics .topics--item li .service::before {
  content: "サービス";
}

.topics .topics--item li .sustainability {
  background-color: #5678CE;
}

.topics .topics--item li .sustainability::before {
  content: "サスティナビリティ";
  white-space: pre;
}

@media screen and (min-width: 1024px) {
  .topics .topics--item li .sustainability::before {
    content: "サスティナ\Aビリティ";
  }
}

.topics .topics--item li .topic {
  background-color: #BC9E4D;
}

.topics .topics--item li .topic::before {
  content: "トピックス";
}

.topics .topics--item li .seminar,
.topics .topics--item li .event {
  background-color: #1c9c9c;
}

.topics .topics--item li .seminar::before {
  content: "セミナー";
}

.topics .topics--item li .event::before {
  content: "イベント";
}

.topics .topics--item li .journal {
  background-color: #A154A7;
}

.topics .topics--item li .journal::before {
  content: "PFUジャーナル";
  white-space: pre;
}

@media screen and (min-width: 1024px) {
  .topics .topics--item li .journal::before {
    content: "PFU\Aジャーナル";
  }
}

.topics .topics--item li .hhkb {
  background-color: #E40F27;
}

.topics .topics--item li .hhkb::before {
  content: "HHKB Life";
  white-space: pre;
}

@media screen and (min-width: 1024px) {
  .topics .topics--item li .hhkb::before {
    content: "HHKB\ALife";
  }
}

.topics .topics--item li .media {
  background-color: #A154A7;
}

.topics .topics--item li .media::before {
  content: "オウンドメディア";
  white-space: pre;
}

@media screen and (min-width: 1024px) {
  .topics .topics--item li .media::before {
    content: "オウンド\Aメディア";
  }
}

.topics .topics--item li .digitarakuru {
  background-color: #1e457a;
}

.topics .topics--item li .digitarakuru::before {
  content: "デジタラクル";
  white-space: pre;
}

@media screen and (min-width: 1024px) {
  .topics .topics--item li .digitarakuru::before {
    content: "デジタ\Aラクル";
  }
}

.topics .topics--item li .dstyle {
  background-color: #cc3333;
}

.topics .topics--item li .dstyle::before {
  content: "デジタル整理";
  white-space: pre;
}

@media screen and (min-width: 1024px) {
  .topics .topics--item li .dstyle::before {
    content: "デジタル\A整理";
  }
}

@media screen and (min-width: 800px) {
  .topics .topics--item li:before {
    content: "";
    display: block;
    padding-top: 81%;
    /* 高さの比率を固定 */
  }
  .topics .topics--item li:hover img {
    transform: scale(1.05);
    opacity: 1;
    transition-duration: .3s;
  }
  .topics .topics--item li:hover .title {
    transition-duration: .3s;
    background-color: rgba(2, 7, 14, 0.6);
  }
}

@media screen and (min-width: 800px) {
  .topics .topics--item .ellipsis {
    overflow: hidden;
    height: 3em;
  }
}

@supports (-webkit-line-clamp: 2) {
  .topics .topics--item .ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.message {
  color: #fff;
  background-image: url("/common/img/top/bn_vision_s.jpg");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  padding-top: 50%;
}

@media screen and (min-width: 561px) {
  .message {
    padding-top: 0;
    background-position: center center;
    height: 388px;
    background-image: url("/common/img/top/top_vision_area_pc.png");
  }
}

.message img {
  width: 100%;
  height: auto;
}

.message .message_main--wrap {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 561px) {
  .message .message_main--wrap {
    width: 360px;
    height: auto;
    top: 19.3%;
    left: 14%;
  }
}

.message .message_main--wrap h2 {
  font-family: 'Spartan', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 15.9%;
  color: #333;
}

@media screen and (min-width: 561px) {
  .message .message_main--wrap h2 {
    color: #fff;
    margin-bottom: 14.5%;
    font-size: 2.4rem;
  }
}

.message .message_main--wrap p {
  font-family: 'Noto Serif JP', serif;
  line-height: 1.4em;
  font-size: 1.6rem;
  text-shadow: 0 0 8px black;
}

@media screen and (min-width: 561px) {
  .message .message_main--wrap p {
    font-size: 2.4rem;
    margin-bottom: 18.2%;
  }
}

.message .more-link {
  position: absolute;
  bottom: 16.2%;
  left: 0;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 561px) {
  .message .more-link {
    width: 356.17px;
    height: auto;
    bottom: 15.4%;
    left: 14%;
  }
}

.message .more-link p {
  position: relative;
  font-family: 'Spartan', sans-serif;
  display: block;
  margin: 0 auto;
  font-size: 1.6rem;
}

@media screen and (min-width: 561px) {
  .message .more-link p {
    font-size: 1.4rem;
    width: 120px;
    height: 34px;
  }
}

.message .more-link p span {
  font-weight: 400;
}

.message .more-link .more {
  position: relative;
  font-family: 'Spartan', sans-serif;
  display: block;
  margin: 0 auto;
  font-size: 1.6rem;
  color: inherit;
}

@media screen and (min-width: 560px) {
  .message .more-link .more {
    font-size: 87.5%;
    width: 120px;
    height: 34px;
    border-bottom: #fff solid 1px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
  }
}

.message .more-link .more:hover {
  text-decoration: none;
}

@media screen and (max-width: 560px) {
  .message .more::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 40%;
    top: calc(50% - 2px);
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
    color: #fff;
  }
}

@media screen and (max-width: 560px) and (min-width: 561px) {
  .message .more::after {
    right: 58px;
  }
}

.infomations {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: none;
}

@media screen and (min-width: 800px) {
  .infomations {
    background-image: url("../img/top/infomation_bg.jpg");
  }
}

.infomations h2 {
  font-family: 'Spartan', sans-serif;
  font-weight: normal;
}

.infomations.section_color {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 560px) {
  .infomations .contents_box {
    width: calc(100% - 40px);
  }
}

.important_notice {
  margin-top: 60px;
}

@media screen and (min-width: 1024px) {
  .important_notice {
    width: 667px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.important_notice p {
  position: relative;
  background: #F5F5F5;
  padding: 12px 0 11px 20px;
  color: #4C4C4C;
  font-size: 1.4rem;
  margin-bottom: 1px;
}

@media screen and (min-width: 1024px) {
  .important_notice p {
    margin-bottom: 0px;
    padding: 0;
    font-weight: bold;
    background: none;
  }
}

.important_notice p a {
  display: block;
  color: inherit;
}

.important_notice p a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: calc(50% - 2px);
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
  color: #4C4C4C;
}

@media screen and (min-width: 1024px) {
  .important_notice p a::after {
    right: -16px;
  }
}

.important_notice p:first-child {
  color: #cc3333;
}

.important_notice p:first-child a:first-child::after {
  color: #cc3333;
}

.img2col {
  padding-top: 100px;
}

@media screen and (min-width: 561px) {
  .img2col {
    padding-top: 160px;
  }
}

.img2col .item {
  position: relative;
}

.img2col .item a {
  background: #000000;
}

.img2col .item img {
  opacity: .8;
}

.img2col .item:hover img {
  opacity: 1;
}

.img2col .text {
  position: absolute;
  width: 100%;
  top: 17.9%;
  left: 0;
  text-align: center;
}

.img2col .text p {
  font-weight: bold;
  color: #ffffff;
  font-size: calc(1.6rem + ((1vw - 3.2px) * 4.97));
}

@media all and (-ms-high-contrast: none) {
  .img2col .text p {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 561px) {
  .img2col .text p {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  .img2col .text p {
    font-size: calc(1.8rem + ((1vw - 7.68px) * 1.442));
  }
}

@media screen and (min-width: 1280px) {
  .img2col .text p {
    font-size: 3rem;
  }
}

.img2col .text p span {
  font-size: calc(1.4rem + ((1vw - 3.2px) * 2.489));
  font-weight: normal;
}

@media screen and (min-width: 561px) {
  .img2col .text p span {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .img2col .text p span {
    font-size: calc(1.2rem + ((1vw - 7.68px) * 0.6));
  }
}

@media screen and (min-width: 1280px) {
  .img2col .text p span {
    font-size: 1.7rem;
  }
}

.img2col .text p a {
  color: inherit;
  text-decoration: none;
  background: none;
}

.related_links {
  width: 100%;
}

@media screen and (min-width: 561px) {
  .related_links {
    background-color: black;
    margin-top: 160px;
  }
}

.related_links .related_links_main {
  width: 100%;
}

@media screen and (min-width: 561px) {
  .related_links .related_links_main ul {
    display: flex;
  }
}

.related_links .related_links_main ul li {
  position: relative;
}

@media screen and (min-width: 561px) {
  .related_links .related_links_main ul li {
    overflow: hidden;
  }
}

.related_links .related_links_main ul li .related_links_main--img {
  position: relative;
  opacity: 1;
}

@media screen and (min-width: 561px) {
  .related_links .related_links_main ul li .related_links_main--img {
    opacity: .8;
  }
}

.related_links .related_links_main ul li .related_links_main--img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 561px) {
  .related_links .related_links_main ul li .related_links_main--img img {
    transition-duration: .5s;
    vertical-align: bottom;
  }
}

.related_links .related_links_main ul li .related_links_main--txt {
  position: absolute;
  color: #fff;
}

@media screen and (min-width: 561px) {
  .related_links .related_links_main ul li:hover .related_links_main--img {
    opacity: 1;
    transition-duration: .5s;
  }
  .related_links .related_links_main ul li:hover .related_links_main--img img {
    transform: scale(1.1);
    transition-duration: .3s;
  }
}

.related_links .related_links_main .related_links_main--3column {
  margin-top: 20px;
}

@media screen and (min-width: 561px) {
  .related_links .related_links_main .related_links_main--3column {
    margin-top: 0;
  }
}

.related_links .related_links_main .related_links_main--3column li {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 561px) {
  .related_links .related_links_main .related_links_main--3column li {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    width: 33.3%;
  }
}

.related_links .related_links_main .related_links_main--3column li .related_links_main--txt {
  text-align: center;
  width: calc(100% - 2em);
  top: 19.1%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-weight: bold;
}

.related_links .related_links_main .related_links_main--3column li .related_links_main--txt p {
  font-size: calc(1.6rem + ((1vw - 3.2px) * 4.97));
}

@media screen and (min-width: 561px) {
  .related_links .related_links_main .related_links_main--3column li .related_links_main--txt p {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .related_links .related_links_main .related_links_main--3column li .related_links_main--txt p {
    font-size: calc(1.4rem + ((1vw - 7.68px) * 1.322));
  }
}

@media screen and (min-width: 1280px) {
  .related_links .related_links_main .related_links_main--3column li .related_links_main--txt p {
    font-size: 2.5rem;
  }
}

.related_links .related_links_main .related_links_main--3column li .related_links_main--txt p a {
  color: inherit;
  text-decoration: none;
}

.related_links .related_links_main .related_links_main--3column li .related_links_main--txt span.small {
  font-size: calc(1rem + ((1vw - 3.2px) * 2.9));
  font-weight: normal;
}

@media screen and (min-width: 561px) {
  .related_links .related_links_main .related_links_main--3column li .related_links_main--txt span.small {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 769px) {
  .related_links .related_links_main .related_links_main--3column li .related_links_main--txt span.small {
    font-size: calc(0.9rem + ((1vw - 7.68px) * 0.84));
  }
}

@media screen and (min-width: 1280px) {
  .related_links .related_links_main .related_links_main--3column li .related_links_main--txt span.small {
    font-size: 1.6rem;
  }
}

.related_links .related_links_main .related_links_main--3column li .related_links_main--txt span.break {
  display: inline-block;
}

.related_links .related_links_main .related_links_main--3column .related_links_main--img:before {
  content: "";
  padding-top: 61.7%;
  /* 高さの比率を固定 */
  display: block;
}

@media screen and (min-width: 561px) {
  .related_links .related_links_main .related_links_main--3column .related_links_main--img:before {
    padding-top: 81%;
    /* 高さの比率を固定 */
  }
}
