@charset "UTF-8";
/* ----------------------------------------
MV
---------------------------------------- */
.mv-box {
  position: relative;
  z-index: 0;
}
.mv-video-box {
  line-height: 100%;
  display: flex;
  align-items: end;
  margin-top: 11rem;
}
#mv-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1920 / 782;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
.mv-lot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 0 6rem;
  width: 100%;
}
.mv-lot figure {
  max-width: 105.5rem;
  margin: 0 auto 5rem auto;
  width: 100%;
}

.mv-lot figure img {
  filter: drop-shadow(3px 3px 15px #000);
}
.mv-lot-link {
  max-width: 25rem;
  margin: 0 auto;
}
.mv-lot-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  background-color: #fff;
  border-radius: 10rem;
  color: #0068b7;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  z-index: 0;
}
.mv-lot-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 0.8rem;
  aspect-ratio: 1 / 1;
  border-top: 1px solid #0068b7;
  border-right: 1px solid #0068b7;
  transform-origin: right top;
  transform: rotate(45deg);
}
.mv-lot-link a.hover {
  background-color: #0068b7;
  color: #fff;
}
.mv-lot-link a.hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.c-mv-box {
  padding: 3rem 6rem 9rem;
  background: #0a52a8;
  background: linear-gradient(90deg, rgba(10, 82, 168, 1) 0%, rgba(0, 134, 216, 1) 100%);
  height: 26rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-mv-text {
  font-size: 2.1rem;
  text-align: center;
  color: #fff;
  line-height: 2.5;
}
/* ----------------------------------------
.news-contents
---------------------------------------- */
.c-news-whole {
  padding: 0 6rem;
  margin-bottom: 10rem;
}
.c-news-title {
  font-size: 3.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
}
.c-news-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
.c-news-list li {
}
.common-news-list li {
  border-bottom: 1px solid #e9ecee;
  gap: 1.7rem 2rem;
  padding-block: 2rem;
}
.common-news-list li time {
  color: #555;
  margin-right: 2rem;
}
.common-news-list li a {
  margin-top: 1rem;
  color: #333;
}
.common-news-list li a.hover {
  color: var(--color-main);
}
.common-news-list li > span {
  margin: 0;
}
/* ----------------------------------------
.ir-news-contents
---------------------------------------- */
.ir-common-news-list li {
  border-bottom: 1px solid #e9ecee;
  padding-block: 2rem;
}
.ir-common-news-list li time {
  color: #555;
  font-weight: bold;
  font-size: 1.6rem;
  margin-right: 2rem;
}
.ir-common-news-list li a {
  margin-top: 1rem;
  color: #333;
}
.ir-common-news-list li a.hover {
  color: var(--color-main);
  text-decoration: underline;
}
.ir-common-news-list li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13.6rem;
  height: 2.6rem;
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
}
.ir-common-news-list li p {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
.ir-common-news-list li a {
  font-weight: initial;
  transition:
    color 0.12s,
    text-decoration 0.12s;
}
.ir-common-news-list li .icon-pdf::after {
  content: "";
  display: inline-block;
  width: 3.8rem;
  height: 1.6rem;
  background: url(/images3/common/icon-pdf.png) no-repeat;
  background-size: contain;
  margin: 0 0.5rem;
  vertical-align: middle;
}
.ir-common-news-list li .icon-blank {
  width: 10px;
  height: auto;
  margin: 0 0 0 0.5rem;
  vertical-align: baseline;
  display: inline-block;
}
/*Notice*/
.ir-common-news-list li .label[data-label="ir-notice"] {
  background-color: #5c5d64;
}
/*Timely disclosure*/
.ir-common-news-list li .label[data-label="ir-disclosure"] {
  background-color: #7c7e8d;
}
/*IR Information*/
.ir-common-news-list li .label[data-label="ir-info"] {
  background-color: #7c6f67;
}
/*Account Settlement*/
.ir-common-news-list li .label[data-label="ir-account"] {
  background-color: #032038;
}
/* ----------------------------------------
ir-more-link
---------------------------------------- */
.ir-more-link {
  margin-top: 3rem;
}
.ir-more-link a {
  width: 20rem;
  min-height: 3.8rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 2rem 4rem; */
  border: 1px solid #0068b7;
  color: #0068b7;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: auto;
  background-color: #fff;
}
.ir-more-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 0.65rem;
  aspect-ratio: 1;
  border-top: 1px solid #0068b7;
  border-right: 1px solid #0068b7;
  transform: translateY(-50%) rotate(45deg);
}
.ir-more-link a.hover {
  background-color: #0068b7;
  color: #fff;
}
.ir-more-link a.hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* ----------------------------------------
.c-generic-link
---------------------------------------- */
.c-generic-link {
  width: 30rem;
  margin: -3.5rem auto 10rem auto;
}
.c-generic-link a {
  position: relative;
  display: grid;
  place-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 30%);
  min-height: 7rem;
  padding: 2rem 4rem;
  background-color: var(--color-main);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  transition:
    box-shadow 0.12s,
    background-color 0.12s;
}
.c-generic-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 0.8rem;
  aspect-ratio: 1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.c-generic-link a.hover {
  box-shadow: none;
  background-color: #137bca;
}
/* ----------------------------------------
.about-tsurumi-img
---------------------------------------- */
.about-tsurumi-img {
  height: 50rem;
  position: relative;
  z-index: 0;
}
.about-tsurumi-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/corporate/images3/index/about-tsurumi.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
/* ----------------------------------------
.i-list-links
---------------------------------------- */
.i-list-whole {
  padding: 0 6rem;
  margin-bottom: 12rem;
}
.i-list-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
.i-list-links li a figure {
  overflow: hidden;
  margin-bottom: 2rem;
}
.i-list-links li a figure img {
  transition:
    transform 0.5s ease-out,
    opacity 0.12s;
}
.i-list-links li a.hover figure img {
  transform: scale(1.06);
  opacity: 0.8;
}
.i-list-title {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}
.i-list-links li a.hover .i-list-title {
  color: #0068b7;
}

.i-list-links .r-border {
  border: 1px solid #e9ecee;
}

/* ----------------------------------------
.c-list-links
---------------------------------------- */
.c-list-whole {
  margin-bottom: 12rem;
}
.c-list-links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.c-list-links li {
  flex: 1;
  max-width: 50%;
}

.c-list-links li a {
}

.c-list-links li a picture {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 4.5rem;
  width: 100%;
}

.c-list-links li a picture img {
  transition:
    transform 0.5s ease-out,
    opacity 0.12s;
}

.c-list-links li a.hover picture {
}
.c-list-links li a.hover picture img {
  transform: scale(1.06);
  opacity: 0.8;
}
.remote-pc {
  display: block;
  padding: 0 6rem;
}
.remote-all {
  padding: 0 6rem;
}
.remote-whole {
  max-width: 138rem;
  margin: 0 auto;
}
.remote-area {
  display: flex;
}
.remote-box {
  width: 50%;
}
.remote-box:first-child {
  padding-right: 2rem;
}
.remote-link {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 3.8rem;
  font-weight: bold;
  position: relative;
  z-index: 0;
  transition: color 0.12s;
  transition: transform 0.5s ease-out;
  margin-bottom: 4rem;
}
.remote-link::before {
  content: "";
  width: 4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-main);
  margin-right: 2rem;
}

.remote-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.4rem;
  width: 1.2rem;
  aspect-ratio: 1 / 1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: right top;
  transform: rotate(45deg);
}
.remote-link.hover {
  color: #0068b7;
}
.remote-text {
  font-size: 1.8rem;
  line-height: 1.5;
}
.remote-sp {
  display: none;
}
/* ----------------------------------------
.c-topics
---------------------------------------- */
.c-topics-whole {
  padding: 0 6rem;
}
.c-topics {
  margin-top: 0;
  border-image: linear-gradient(#fff 0 0) fill 0 / 0 / 0 100vw;
  padding-block: 0;
  padding: 8rem 0 12rem;
  position: relative;
  z-index: 0;
}
.c-topics::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  border-image: linear-gradient(#e9ecee 0 0) fill 0 / 0 / 0 100vw;
}
.c-topics h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.c-topics ul {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  margin: 5rem 0 0 0;
}

.c-topics ul li {
  width: calc((100% - 9rem) / 4);
}

.c-topics ul li a {
  transition: 0.12s ease;
}
.c-topics ul li a figure {
  overflow: hidden;
}

.c-topics ul li a figure.r-border {
  border: 1px solid #e9ecee;
}
.c-topics ul li a figure img {
  transition:
    transform 0.5s ease-out,
    opacity 0.12s;
}
.c-topics ul li a .head {
  display: inline-block;
  line-height: 1.5;
  margin-top: 1.8rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.c-topics ul li a.blank .head::after {
  content: "";
  display: inline-block;
  width: 1rem;
  aspect-ratio: 1;
  background: url(/images3/common/icon-blank.png) no-repeat center/contain;
  translate: 0.4rem -0.3rem;
}
.c-topics ul li .description {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-topics button {
  margin-top: 2rem;
}
.c-topics button.is-active {
  margin-top: 5rem;
}

.c-topics ul li a.hover .head {
  color: var(--color-main);
}
.c-topics ul li a.hover figure img {
  transform: scale(1.06);
  opacity: 0.8;
}
/* ----------------------------------------
Youtube AREA
---------------------------------------- */
.youtube-slider-all {
  padding: 0 6rem;
  margin-bottom: 10rem;
  background-color: #f7fafd;
}
.youtube-slider-area {
  position: relative;
  z-index: 0;
}
.c-branch-topics {
  margin-top: 0;
  border-image: none;
  padding-block: 0;
  height: 31rem;
}
.c-branch-topics .branch-topic {
  padding-top: 0 !important;
  scroll-margin-top: 0 !important;
}
.c-branch-topics .slick-arrow {
  top: 18%;
}
.y-img-box {
  background-color: #fff;
}
.y-img {
  display: block;
  box-shadow: 0px 0px 15px -5px #777;
}
.y-img.hover {
  color: #0068b7;
  box-shadow: none;
}
.y-img.hover iframe {
  opacity: 0.8;
}
.y-title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  padding: 2.5rem 1.5rem;
}
.slick-list {
  top: -12rem;
  padding: 6rem 0 !important;
}
.c-branch-topics .slick-slide figure {
  margin-bottom: 0;
}
.c-branch-topics .slick-slide img {
  aspect-ratio: 820 / 462;
}
.c-branch-topics .slick-slide a.hover img {
  transform: scale(1);
}
/* ----------------------------------------
css animation
---------------------------------------- */

.js-fade {
  opacity: 0;
  transform: translateY(2rem);
}

.js-fadeUp {
  transition: all 0.5s ease-out;
  transition-delay: 0.1s;
  transform: translateY(0);
  opacity: 1;
}
