/* ======================================================
 * tx20-pr-index.css
====================================================== */

/* ======================================================
 * Override
====================================================== */
.Main__guide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .Main__content {
    max-width: 100%;
    padding: 0!important;
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .Main__content {
    padding: 0!important;
  }
}

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /*---------pr-index-heading1---------*/
  .pr-index-heading1 {
    height: 350px;
    background: url(/tx20/pr/img/index_bg01.png) no-repeat center top/cover;
  }
  .pr-index-heading1__inner {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1260px;
    height: 100%;
    margin: 0 auto;
    padding: 82px 30px 0;
  }
  .pr-index-heading1__head {
    width: 50%;
  }
  .pr-index-heading1__body {
    position: absolute;
    left: 689px;
    bottom: 0;
    width: 856px;
  }
  .pr-index-heading1__title {
    color: #003b83;
    font-weight: 700;
    font-size: 3.6rem;
  }
  .pr-index-heading1__lead {
    margin-top: 8px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4;
  }
  /*---------pr-index-layout---------*/
  .pr-index-layout {
    padding: 4.7rem 0 6.7rem;
    background: url(/tx20/pr/img/index_bg02.png) repeat-y center top/1920px auto;
  }
  .pr-index-layout__inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
  /*---------pr-index-layout-v2---------*/
  .pr-index-layout-v2 {
    padding: 4.7rem 0 6.7rem;
    background-color: #e0efff;
  }
  .pr-index-layout-v2__inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
  /*---------pr-index-layout-v3---------*/
  .pr-index-layout-v3 {
    padding: 4.7rem 0 9.7rem;
    background-color: #fff;
  }
  .pr-index-layout-v3__inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
  /*---------pr-index-heading2---------*/
  .pr-index-heading2 {
    text-align: center;
  }
  .pr-index-heading2__title {
    position: relative;
    display: inline-block;
    padding: 0 5.1rem;
    font-size: 3.2rem;
    font-weight: 700;
  }
  .pr-index-heading2__title::before,
  .pr-index-heading2__title::after {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 8px;
    margin-top: -5px;
    content: "";
  }
  .pr-index-heading2__title::before {
    left: 0;
    background: url(/tx20/common/img/cmn_h_ic01.png) no-repeat left center/8px,url(/tx20/common/img/cmn_h_ic02.png) no-repeat right center/22px;
  }
  .pr-index-heading2__title::after {
    right: 0;
    background: url(/tx20/common/img/cmn_h_ic02.png) no-repeat left center/22px,url(/tx20/common/img/cmn_h_ic01.png) no-repeat right center/8px;
  }
  /*---------pr-index-card---------*/
  .pr-index-card-wrap {
    display: flex;
    gap: 3.4rem 36px;
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
  .pr-index-card {
    width: calc((100% - (36px * 2))/3);
  }
  .pr-index-card [class*="pr-index-card__type"] {
    display: block;
  }
  .pr-index-card [class*="pr-index-card__type"]:hover {
    text-decoration: none;
  }
  .pr-index-card__head {
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    padding: 15px 28px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 0 0 rgba(0,0,0,.08);
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .pr-index-card [class*="pr-index-card__type"]:hover .pr-index-card__head {
    top: 4px;
    box-shadow: none;
  }
  .pr-index-card__body {
    margin-top: 2.3rem;
  }
  .pr-index-card__image {
    aspect-ratio: 2 / 1;
  }
  .pr-index-card__image > img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center center;
  }
  .pr-index-card__title {
    margin-left: 2px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    line-height: 1.6;
  }
  .pr-index-card__type--blank .pr-index-card__title::after {
    display: inline-block;
    position: relative;
    top: -3px;
    overflow: hidden;
    background: no-repeat 50% / contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background;
    width: 14px;
    height: 11px;
    margin-left: 1rem;
    background-image: url("/tx20/common/img/cmn_link_blank_ic02.png");
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .pr-index-card [class*="pr-index-card__type"]:hover .pr-index-card__title {
    text-decoration: underline;
  }
  .pr-index-card [class*="pr-index-card__type"]:hover .pr-index-card__title::after {
    top: 1px;
  }
  /*---------pr-index-button---------*/
  .pr-index-button-wrap {
    display: flex;
    gap: 3.4rem 36px;
    flex-wrap: wrap;
    margin-top: 3.5rem;
  }
  .pr-index-button {
    width: calc((100% - (36px * 2)) / 3);
  }
  .pr-index-button [class^="pr-index-button__type"] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 21px 29px;
    border-radius: 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0px 4px 0px 0 rgba(0,0,0,0.08);
    overflow: hidden;
    z-index: 1;
    top: 0;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
  }
  .pr-index-button [class^="pr-index-button__type"]:hover {
    background-color: #f2f9fd;
    top: 4px;
    box-shadow: none;
  }
  .pr-index-button__type--blank .pr-index-button__label::after {
    display: inline-block;
    position: relative;
    top: -3px;
    overflow: hidden;
    background: no-repeat 50% / contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background;
    width: 14px;
    height: 11px;
    margin-left: 1rem;
    background-image: url("/tx20/common/img/cmn_link_blank_ic02.png");
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /*---------pr-index-heading1---------*/
  .pr-index-heading1__inner {
    margin-top: 45px;
    padding: 63px 15px 0;
    background: url(/tx20/pr/img/index_bg01_sp.png) no-repeat center top/cover;
  }
  .pr-index-heading1__body {
    margin-top: 7px;
    width: 100%;
    height: 32.53vw;
    overflow: hidden;
  }
  .pr-index-heading1__title {
    text-align: center;
    color: #003b83;
    font-weight: 700;
    font-size: 2.7rem;
    line-height: 1.4;
  }
  .pr-index-heading1__lead {
    margin-top: 13px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  /*---------pr-index-layout---------*/
  .pr-index-layout {
    padding: 3.4rem 0 6.5rem;
    background: url(/tx20/pr/img/index_bg02_sp.png) repeat-y center top/100%;
  }
  .pr-index-layout__inner {
    padding: 0 15px;
  }
  /*---------pr-index-layout-v2---------*/
  .pr-index-layout-v2 {
    padding: 3.4rem 0 6.5rem;
    background-color: #e0efff;
  }
  .pr-index-layout-v2__inner {
    padding: 0 15px;
  }
  /*---------pr-index-layout-v3---------*/
  .pr-index-layout-v3 {
    padding: 3.4rem 0 8.7rem;
    background-color: #fff;
  }
  .pr-index-layout-v3__inner {
    padding: 0 15px;
  }
  /*---------pr-index-heading2---------*/
  .pr-index-heading2 {
    text-align: center;
  }
  .pr-index-heading2__title {
    position: relative;
    display: inline-block;
    padding: 0 3.5rem;
    font-size: 2.1rem;
    font-weight: 700;
  }
  .pr-index-heading2__title::before,
  .pr-index-heading2__title::after {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 8px;
    margin-top: -5px;
    content: "";
  }
  .pr-index-heading2__title::before {
    left: 0;
    background: url(/tx20/common/img/cmn_h_ic01.png) no-repeat left center/6px,url(/tx20/common/img/cmn_h_ic02.png) no-repeat right center/17px;
  }
  .pr-index-heading2__title::after {
    right: 0;
    background: url(/tx20/common/img/cmn_h_ic02.png) no-repeat left center/17px,url(/tx20/common/img/cmn_h_ic01.png) no-repeat right center/6px;
  }
  /*---------pr-index-card---------*/
  .pr-index-card-wrap {
    display: flex;
    gap: 2.8rem 15px;
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
  .pr-index-card {
    width: calc((100% - 15px)/2);
  }
  .pr-index-card [class*="pr-index-card__type"] {
    display: block;
  }
  .pr-index-card__head {
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 21.06vw;
    padding: 6px 11px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 0 0 rgba(0,0,0,.08);
  }
  .pr-index-card__body {
    margin-top: 1.4rem;
  }
  .pr-index-card__image {
    aspect-ratio: 280 / 130;
  }
  .pr-index-card__image > img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center center;
  }
  .pr-index-card__title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    line-height: 1.6;
  }
  .pr-index-card__type--blank .pr-index-card__title::after {
    display: inline-block;
    position: relative;
    top: -1px;
    overflow: hidden;
    background: no-repeat 50% / contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background;
    width: 14px;
    height: 11px;
    margin-left: 1rem;
    background-image: url("/tx20/common/img/cmn_link_blank_ic02.png");
  }
  /*---------pr-index-button---------*/
  .pr-index-button-wrap {
    display: flex;
    gap: 2.8rem 15px;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  .pr-index-button {
    width: calc((100% - 15px) / 2);
  }
  .pr-index-button [class^="pr-index-button__type"] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0px 4px 0px 0 rgba(0,0,0,0.08);
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
  }
  .pr-index-button__type--blank .pr-index-button__label::after {
    display: inline-block;
    position: relative;
    top: -3px;
    overflow: hidden;
    background: no-repeat 50% / contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background;
    width: 14px;
    height: 11px;
    margin-left: 1rem;
    background-image: url("/tx20/common/img/cmn_link_blank_ic02.png");
  }
}