/*===========================================================================
unique
単一ページで使用するCSS
接頭辞【.u-】

【予測変換用 _base.css記述】
:root {
	--font-color-base: #000;
	--font-family-base: "Noto Sans JP", sans-serif;
	--back-color-base: #fff;
	--design-size-pc: 1400;
	--design-size-sp: 750;
}
===========================================================================*/
.u-kv {
  position: relative;
  aspect-ratio: 1300 / 535;
}
.u-kv__ttl {
  position: absolute;
  top: calc(100vw * 53 / 1300);
  right: calc(100vw * 145 / 1300);
  width: calc(100vw * 364 / 1300);
  z-index: 1;
}
.u-kv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.u-kv__img img {
  object-fit: cover;
  height: 100%;
}
/* SP
----------------------------------*/
@media screen and (max-width: 767px) {
  .u-kv {
    position: relative;
    aspect-ratio: 375 / 450;
  }
  .u-kv__ttl {
    top: initial;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}


.u-ttl {
  display: flex;
  flex-direction: column;
}
.u-ttl__jp {
  margin-top: -11rem;
  margin-left: 5rem;
  font-weight: 600;
  font-size: 18rem;
  line-height: 1.44;
}
.u-ttl__en {
  order: -1;
  color: var(--font-color-main);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 100rem;
  letter-spacing: -0.03em;
  line-height: 1.4;
}
.u-ttl.--color-wt {
  color: #fff;
}
.u-ttl.--color-wt > * {
  color: inherit;
}
.u-ttlWrap {
  position: relative;
  padding-top: 80rem;
  padding-left: 40rem;
  z-index: 0;
}
.u-ttl__deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.u-ttl__deco svg {
  width: 190rem;
  height: 202rem;
}
/* SP
----------------------------------*/
@media screen and (max-width: 767px) {
  .u-ttl__jp {
    margin-top: 13rem;
    margin-left: 1rem;
    font-size: 15rem;
    line-height: 1.4;
  }
  .u-ttl__en {
    margin-left: -4rem;
    font-size: 70rem;
    line-height: 0.86;
  }
  .u-ttlWrap {
    margin-left: -30rem;
    padding-top: 71rem;
    padding-left: 30rem;
    padding-bottom: 37rem;
  }
  .u-ttlWrap .u-ttl__jp {
    margin-top: 19rem;
  }
  .u-ttl__deco {
    left: -10rem;
  }
}


.u-txt {
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.04em;
}
/* SP
----------------------------------*/
@media screen and (max-width: 767px) {
  .u-txt {
    font-size: 14rem;
    line-height: 1.86;
  }
}


.u-message {
  position: relative;
  z-index: 0;
  color: #fff;
}
.u-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/recruit/images/message_bg.webp) no-repeat center / cover;
  z-index: -1;
}
.u-message .l-wid {
  padding: 106rem 125rem 104rem;
}
.u-message .u-ttl__en {
  opacity: 0.3;
}
.u-message__lead {
  margin-top: 54rem;
  font-weight: bold;
  font-size: 34rem;
  line-height: 1.76;
  letter-spacing: 0.08em;
  text-shadow: 0 0 30rem rgba(0, 36, 103, 0.2);
}
.u-message__txt {
  margin-top: 30rem;
  font-weight: 500;
  line-height: 2.13;
  text-shadow: 0 0 30rem rgba(0, 47, 134, 0.5);
}
.u-message__txt > * + * {
  margin-top: 34rem;
}
.u-message__img {
  position: absolute;
  top: calc(100vw * 61 / 1300);
  left: calc(100vw * -39 / 1300);
}
.u-message svg {
  width: calc(100vw * 338 / 1300);
  height: calc(100vw * 537 / 1300);
}
/* SP
----------------------------------*/
@media screen and (max-width: 767px) {
  .u-message::before {
    background-image: url(/recruit/images/sp_message_bg.webp);
  }
  .u-message .l-wid {
    padding: 90rem 0 81rem;
  }
  .u-message .u-ttl__en {
    opacity: 0.3;
  }
  .u-message__lead {
    margin-top: 58rem;
    font-size: 26rem;
    line-height: 1.65;
  }
  .u-message__txt {
    margin-top: 33rem;
    margin-right: -10rem;
    font-size: 14rem;
    line-height: 1.86;
  }
  .u-message__txt > * + * {
    margin-top: 26rem;
  }
  .u-message__img {
    top: calc(100vw * 20 / 375);
    left: calc(100vw * -40 / 375);
  }
  .u-message svg {
    width: calc(100vw * 175 / 375);
    height: calc(100vw * 279 / 375);
  }
}


.u-company {
  margin-top: 70rem;
}
.u-company__row {
  display: flex;
}
.u-company__col {
  flex: 0 1 595rem;
  margin-left: -155rem;
}
.u-company__cts {
  margin-top: 56rem;
  padding-left: 195rem;
}
.u-company__btn {
  margin-top: 17rem;
}
.u-company__link {
  margin-top: 40rem;
}
.u-company__img {
  flex: 1 1 630rem;
  margin: 79rem calc((50% - 50vw) + 20rem) 0 55rem;
  border-radius: 10rem;
  overflow: hidden;
}
/* SP
----------------------------------*/
@media screen and (max-width: 767px) {
  .u-company {
    margin-top: 30rem;
  }
  .u-company__row {
    display: block;
  }
  .u-company__col {
    margin-left: 0;
  }
  .u-company .u-ttlWrap {
    padding-top: 74rem;
  }
  .u-company .u-ttl .u-ttl__en {
    font-size: 66rem;
  }
  .u-company .u-ttl .u-ttl__jp {
    margin-top: 13rem;
  }
  .u-company__cts {
    margin-top: 7rem;
    padding-left: 0;
  }
  .u-company__link {
    margin-top: 20rem;
  }
  .u-company__img {
    margin: 50rem -10rem 0;
    border-radius: 6rem;
  }
}


.u-job {
  margin-top: 120rem;
}
.u-job__row {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 -135rem;
  border-radius: 10rem;
  overflow: hidden;
}
.u-job__col {
  position: relative;
  flex: 1;
  padding: 36rem 135rem 52rem 105rem;
  z-index: 0;
  color: #fff;
}
.u-job__col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/recruit/images/job_bg.webp) no-repeat center / cover;
  z-index: -1;
}
.u-job__cts {
  margin-top: 46rem;
}
.u-job__btn {
  margin-top: 17rem;
}
.u-job__link {
  max-width: 350rem;
  margin-top: 30rem;
}
.u-job__img {
  flex-basis: 565rem;
}
.u-job__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.u-job__deco {
  position: absolute;
  right: 0;
  bottom: 0;
}
.u-job__deco svg {
  width: calc(100vw * 215 / 1300);
  height: calc(100vw * 230 / 1300);
}
/* SP
----------------------------------*/
@media screen and (max-width: 767px) {
  .u-job__row {
    display: block;
    margin: 0 -30rem;
    border-radius: 10rem 10rem 0 0;
  }
  .u-job__col {
    padding: 72rem 30rem 60rem;
  }
  .u-job__col::before {
    background-image: url(/recruit/images/sp_job_bg.webp);
  }
  .u-job .u-ttl__jp {
    margin-top: 9rem;
  }
  .u-job .u-ttl__en {
    font-size: 80rem;
  }
  .u-job__cts {
    margin-top: 47rem;
  }
  .u-job .u-txt {
    letter-spacing: normal;
  }
  .u-job__link {
    margin-top: 20rem;
  }
  .u-job__img img {
    height: auto;
  }
  .u-job__deco {
    top: 0;
    bottom: auto;
  }
  .u-job__deco svg {
    width: calc(100vw * 186 / 375);
    height: calc(100vw * 198 / 375);
  }
}


.u-interview {
  position: relative;
  margin-top: 120rem;
  z-index: 0;
}
.u-interview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 184rem);
  background: url(/recruit/images/interview_bg.webp) no-repeat center / cover;
  z-index: -1;
}
.u-interview .l-wid {
  padding-top: 84rem;
}
.u-interview__cts {
  color: #fff;
}
.u-interview .u-txt {
  margin-top: 26rem;
}
.u-interview__sld {
  margin: 87rem -5rem 0;
}
.u-interview__sld .slick-track {
  display: flex;
}
[data-js-interview-slider] .slick-list { overflow: visible; will-change: transform; }
[data-js-interview-slider] .slick-track { will-change: transform; }
[data-js-interview-slider]:not(.is-ready) .u-interviewItem,
[data-js-interview-slider]:not(.is-ready) .u-interviewItem__inr {
  transition: none !important;
}
.u-interviewItem {
  width: 290rem;
  height: auto !important;
  margin: 0 5rem;
  position: relative;
  z-index: 1;
  transform: translateZ(0);
}
[data-js-interview-slider].is-ready .u-interviewItem {
  transition: transform .35s cubic-bezier(.22,.61,.36,1);
}
.u-interviewItem__inr {
  display: flex;
  flex-direction: column;
  height: 100%;
  transform: translateZ(0) scale(1);
  transform-origin: center;
  text-decoration: none;
  will-change: transform;
  transition: opacity 0.3s ease-in;
}
[data-js-interview-slider].is-ready .u-interviewItem__inr {
  transition: transform var(--scale-dur, 450ms) cubic-bezier(.22,.61,.36,1), opacity .45s, filter .45s;
}
.u-interviewItem.is-center { z-index: 2; }
.u-interviewItem.is-center .u-interviewItem__inr {
  transform: translateZ(0) scale(calc(370 / 290));
}
:root { --center-shift: 50rem; }
.u-interviewItem.is-left  { transform: translate3d(calc(-1 * var(--center-shift)), 0, 0); }
.u-interviewItem.is-right { transform: translate3d(var(--center-shift), 0, 0); }

.u-interviewItem__inr:hover {
  opacity: 0.7;
}
.u-interviewItem__inr:hover img {
  opacity: 1;
}
.u-interviewItem__thum {
  position: relative;
  border-radius: 10rem 10rem 0 0;
  overflow: hidden;
}
.u-interviewItem__tag {
  position: absolute;
  top: 10rem;
  left: 0;
  padding: 5rem 8rem;
  border-radius: 0 6rem 6rem 0;
  font-weight: bold;
  font-size: 12rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  z-index: 1;
}
.u-interviewItem__tag.--type-career {
  background-color: #f46754;
  color: #fff;
}
.u-interviewItem__tag.--type-new {
  background-color: #96dfff;
  color: #003288;
}
.u-interviewItem__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 19rem 15rem;
  border: 1px solid #dedfe6;
  background-color: #fff;
  border-radius: 0 0 10rem 10rem;
  overflow: hidden;
}
.u-interviewItem__ttl {
  flex: 1;
  margin-bottom: 9rem;
  color: var(--font-color-main);
  font-weight: 600;
  font-size: 17rem;
  line-height: 1.53;
  letter-spacing: 0.04em;
}
.u-interviewItem__data {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-right: -3rem;
  font-weight: 500;
  font-size: 11rem;
  letter-spacing: 0.04em;
}
.u-interviewItem__label {
  margin-right: 6rem;
  padding: 4rem 5rem 5rem;
  border-radius: 4rem;
  background-color: var(--font-color-main);
  color: #fff;
  line-height: 1.45;
}
.u-interviewItem__txt {
  margin-right: -2rem;
  line-height: 1.64;
}
.u-interviewItem__inr .icn {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 23rem;
  height: 23rem;
  margin-left: auto;
  z-index: 1;
}
.u-interviewItem__inr .icn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0673e9;
  border-radius: 50%;
  opacity: 0.08;
}
.u-interviewItem__inr .icn::after {
  content: "";
  display: block;
  width: 4rem;
  height: 7rem;
  background-color: #2572E8;
  -webkit-mask: url(/recruit/common/images/icn_arw.svg) no-repeat center / contain;
          mask: url(/recruit/common/images/icn_arw.svg) no-repeat center / contain;
}
.l-sldDoc {
  margin-top: 48rem;
}
/* PC
----------------------------------*/
@media screen and (min-width: 768px) {
  .u-interview__cts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
  .u-interview .u-ttl {
    grid-area: 1 / 1 / 2 / 2;
  }
  .u-interview .u-txt {
    grid-area: 2 / 1 / 3 / 2;
  }
  .u-interview__btn {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: end;
    align-self: end;
    margin-bottom: 3rem;
  }
  .l-sldDoc__inr {
    gap: 30rem;
  }
  .l-sldDoc__progress {
    width: 328rem;
  }
}
/* SP
----------------------------------*/
@media screen and (max-width: 767px) {
  .u-interview::before {
    height: calc(100% - 181rem);
    background-image: url(/recruit/images/sp_interview_bg.webp);
  }
  .u-interview .l-wid {
    padding-top: 80rem;
  }
  .u-interview .u-txt {
    margin-top: 47rem;
    letter-spacing: normal;
  }
  .u-interview__btn {
    margin-top: 17rem;
  }
  .u-interview__sld {
    margin: 71rem 0 0;
  }
  .u-interviewItem {
    width: 290rem;
    margin: 0 7rem;
  }
  .u-interviewItem.is-center .u-interviewItem__inr {
    transform: translateZ(0) scale(calc(315 / 290));
  }
  :root { --center-shift: calc((315 - 290) / 2 * 1rem); }
  .l-sldDoc {
    margin-top: 34rem;
  }
}


.u-work {
  margin-top: 80rem;
}
.u-work__row {
  display: flex;
}
.u-work__col {
  flex: 0 1 660rem;
  margin-left: -155rem;
}
.u-work__cts {
  margin-top: 57rem;
  padding-left: 195rem;
}
.u-work__btn {
  margin-top: 17rem;
}
.u-work__link {
  max-width: 400rem;
  margin-top: 40rem;
}
.u-work__img {
  flex: 1 1 560rem;
  margin: 248rem calc(50% - 50vw) 0 80rem;
  border-radius: 10rem 0 0 10rem;
  overflow: hidden;
}
/* SP
----------------------------------*/
@media screen and (max-width: 767px) {
  .u-work__row {
    display: block;
  }
  .u-work__col {
    margin-left: 0;
  }
  .u-work__cts {
    margin-top: 10rem;
    padding-left: 0;
  }
  .u-work__link {
    margin-top: 20rem;
  }
  .u-work__img {
    margin: 50rem -40rem 0 0;
    border-radius: 6rem 0 0 6rem;
  }
}


.u-faq {
  margin-top: 130rem;
}
.u-faq__cts {
  position: relative;
  z-index: 0;
  border-radius: 14rem;
  overflow: hidden;
}
.u-faq__cts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/recruit/images/faq_bg.webp) no-repeat center / cover;
  z-index: -1;
}
.u-faq__inr {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 66rem 20rem 77rem 80rem;
  text-decoration: none;
  transition: opacity 0.3s ease-in;
}
.u-faq__inr:hover {
  opacity: 0.7;
}
.u-faq__inr .icn {
  position: absolute;
  top: 50%;
  right: 20rem;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 40rem;
}
.u-faq__inr .icn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.u-faq__inr .icn::after {
  content: "";
  display: block;
  width: 7rem;
  height: 13rem;
  background-color: #2572E8;
  -webkit-mask: url(/recruit/common/images/icn_arw.svg) no-repeat center / contain;
  mask: url(/recruit/common/images/icn_arw.svg) no-repeat center / contain;
}
.u-faq__ttl {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.u-faq__ttlJp {
  align-self: start;
  padding: 6rem 13rem 7rem;
  background-color: #fff;
  color: #0673E9;
  font-weight: 600;
  font-size: 30rem;
  line-height: 1.3;
}
.u-faq__ttlEn {
  order: -1;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18rem;
  line-height: 1.39;
}
/* SP
----------------------------------*/
@media screen and (max-width: 767px) {
  .u-faq__cts {
    border-radius: 10rem;
  }
  .u-faq__cts::before {
    background-image: url(/recruit/images/sp_faq_bg.webp);
  }
  .u-faq__inr {
    padding: 30rem 20rem 28rem 30rem;
  }
  .u-faq__inr .icn {
    width: 30rem;
    height: 30rem;
  }
  .u-faq__inr .icn::after {
    width: 5rem;
    height: 9rem;
  }
  .u-faq__ttl {
    gap: 15rem;
  }
  .u-faq__ttlJp {
    background-color: initial;
    padding: 0;
    font-size: 22rem;
    line-height: 2.1;
  }
  .u-faq__ttlJp span {
    background-color: #fff;
    padding: 2rem 9rem 6rem 9rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}


.u-special {
  margin-top: 90rem;
}
.u-special .l-wid {
  max-width: 475rem;
}
.u-special__cts {
  position: relative;
  padding: 10rem 0;
}
.u-special__inr {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 20rem;
  padding: 10rem 20rem 10rem 10rem;
  border-radius: 10rem;
  background-color: #0080ff;
  overflow: hidden;
  text-decoration: none;
  transition: opacity 0.3s ease-in;
}
.u-special__inr:hover {
  opacity: 0.7;
}
.u-special__inr:hover img {
  opacity: 1;
}
.u-special__ttl {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.u-special__ttlJp {
  margin-top: -14rem;
  margin-left: 26rem;
  font-weight: 600;
  font-size: 18rem;
  line-height: 1.56;
}
.u-special__ttlEn {
  order: -1;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 38rem;
  line-height: 1.39;
  opacity: 0.2;
}
.u-special__img {
  width: 187rem;
}
.u-special__inr .icn {
  align-self: center;
  order: -1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 30rem;
}
.u-special__inr .icn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.2;
}
.u-special__inr .icn::after {
  content: "";
  display: block;
  width: 5rem;
  height: 9rem;
  background-color: #fff;
  -webkit-mask: url(/recruit/common/images/icn_arw.svg) no-repeat center / contain;
          mask: url(/recruit/common/images/icn_arw.svg) no-repeat center / contain;
}
.u-special__deco {
  position: absolute;
}
.u-special__deco.--before {
  top: 0;
  right: 27rem;
  width: 29rem;
  height: 44rem;
}
.u-special__deco.--after {
  bottom: 0;
  left: 215rem;
  width: 23rem;
  height: 45rem;
}
.u-special__deco::before,
.u-special__deco::after {
  content: "";
  position: absolute;
}
.u-special__deco::before {
  top: 0;
  left: 0;
}
.u-special__deco::after {
  bottom: 0;
  right: 0;
}
.u-special__deco.--before::before {
  width: 17rem;
  height: 24rem;
  background-color: #03ff00;
}
.u-special__deco.--before::after {
  width: 12rem;
  height: 20rem;
  background-color: #fe0100;
}
.u-special__deco.--after::before {
  width: 11rem;
  height: 27rem;
  background-color: #fe0100;
}
.u-special__deco.--after::after {
  width: 12rem;
  height: 18rem;
  background-color: #03ff00;
}
/* SP
----------------------------------*/
@media screen and (max-width: 767px) {
  .u-special {
    margin-top: 40rem;
  }
  .u-special .l-wid {
    max-width: initial;
  }
  .u-special__inr {
    gap: 0;
    min-height: 113rem;
    padding: 8rem 10rem;
  }
  .u-special__ttlJp {
    margin-top: -12rem;
    margin-left: 21rem;
    font-size: 16rem;
    line-height: 1.38;
  }
  .u-special__ttlEn {
    font-size: 28rem;
  }
  .u-special__img {
    width: 130rem;
    margin-top: 12rem;
  }
  .u-special__deco.--before {
    right: 8rem;
    width: 26rem;
    height: 40rem;
  }
  .u-special__deco.--after {
    left: 146rem;
    width: 21rem;
    height: 41rem;
  }
  .u-special__deco.--before::before {
    width: 15rem;
    height: 22rem;
  }
  .u-special__deco.--before::after {
    width: 11rem;
    height: 18rem;
  }
  .u-special__deco.--after::before {
    width: 10rem;
    height: 25rem;
  }
  .u-special__deco.--after::after {
    width: 11rem;
    height: 16rem;
  }
}


.u-link {
  margin-top: 90rem;
}
.u-link__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem 130rem;
}
.u-link__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 90rem;
  padding: 21rem 10rem 20rem 20rem;
  border-bottom: 1px solid #dedfe6;
  text-decoration: none;
  transition: opacity 0.3s ease-in;

}
.u-link__btn:hover {
  opacity: 0.7;
}
.u-link__row {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20rem;
}
.u-link__ttl {
  font-weight: 600;
  font-size: 20rem;
  line-height: 1.45;
}
.u-link__txt {
  margin-top: 2rem;
  font-size: 12rem;
  line-height: 1.42;
}
.u-link__btn .icn {
  flex-shrink: 0;
  align-self: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 30rem;
}
.u-link__btn .icn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2672f8;
  border-radius: 50%;
}
.u-link__btn .icn::after {
  content: "";
  display: block;
  width: 5rem;
  height: 9rem;
  background-color: #fff;
  -webkit-mask: url(/recruit/common/images/icn_arw.svg) no-repeat center / contain;
          mask: url(/recruit/common/images/icn_arw.svg) no-repeat center / contain;
}
.u-link__icn {
  display: flex;
  align-items: center;
}
.u-link__icn.--company {
  width: 22rem;
}
.u-link__icn.--contact {
  width: 24rem;
}
/* SP
----------------------------------*/
@media screen and (max-width: 767px) {
  .u-link {
    margin-top: 40rem;
  }
  .u-link__list {
    display: block;
  }
  .u-link__btn {
    padding: 24rem 10rem;
  }
  .u-link__row {
    gap: 18rem;
  }
  .u-link__ttl {
    font-size: 16rem;
    line-height: 1.5;
  }
  .u-link__txt {
    font-size: 11rem;
    line-height: 1.45;
  }
}



.c-entry {
  margin-top: 16rem;
}
.l-footer {
  margin-top: 19rem;
}
/* SP
----------------------------------*/
@media screen and (max-width: 767px) {
  .c-entry {
    margin-top: 14rem;
  }
  .l-footer {
    margin-top: 23rem;
  }
}
