@charset "UTF-8";
/* ============================================================================
   共通スタイル (backoffice.css & contactcenter.css)
   ============================================================================ */

/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  margin-top: 130px;
  padding: 0 40px;
  background: url(/assets/images/common/bg_mv_pc.png) no-repeat top 15px center/cover;
}

.p-mv-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding-left: 220px;
  position: relative;
  text-align: center;
}

.p-mv-ttl-wrap {
    margin-top: 95px;
    margin-bottom: 120px;
}

.p-mv-ttl-jn {
  font-size: 4.4rem;
  line-height: 1.5909090909;
  letter-spacing: 0.06em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-mv-ttl-lead {
  color: #0052C5;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 900;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

@media screen and (max-width: 1499px) and (min-width: 768px) {
  .p-mv-inner {
    padding-left: 100px;
  }
  .p-mv-img {
    width: 48vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-mv {
    margin-top: 10.156vw;
    padding: 0 3.125vw;
    background: url(/assets/images/common/bg_mv_pc.png) no-repeat top 1.17vw center/cover;
  }
  .p-mv-inner {
    padding-left: 3.9vw;
  }
  .p-mv-ttl-wrap {
    margin-top: 7.42vw;
  }
  .p-mv-ttl-jn {
    font-size: 3.43vw;
  }
  .p-mv-ttl-lead {
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 18.6666666667vw;
    padding: 0 5.3333333333vw;
    background: url(/assets/images/common/bg_mv_sp.png) no-repeat top -4vw right/100%;
  }
  .p-mv-inner {
    display: block;
    padding-left: 0;
  }
  .p-mv-ttl-wrap {
    margin-top: 0;
    margin-bottom: 35px;
    padding-top: 4vw;
  }
  .p-mv-ttl-jn {
    font-size: 7.7333333333vw;
  }
  .p-mv-ttl-lead {
    font-size: 4.8vw;
    line-height: 1.75;
  }
  .p-mv-img {
    margin-top: 4vw;
  }
}

/* p-countermeasure
---------------------------------------------------------------------------- */
.p-countermeasure {
  margin-top: 100px;
}

.p-countermeasure:has(.p-countermeasure-top) + .p-countermeasure {
  margin-top: 80px;
}

.p-countermeasure:last-of-type {
  margin-bottom: 100px;
}

.m-wrapper:has(.m-container) {
  padding: 0;
}

.p-countermeasure-inner {
  margin: 0 120px;
}

.m-container {
  margin-top: 80px;
}

.p-countermeasure-top-img {
  text-align: center;
}


.p-anchor-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 80px 0 0;
}

.p-anchor-list-item:not(:last-child) {
  margin-right: 40px;
}

.p-anchor-list-item-link {
  display: block;
  font-size: 1.8rem;
  line-height: 2.0555555556;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
          box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
  width: 293px;
  padding: 23px 0;
  color: #2A2A2A;
}
.p-anchor-list-item-link span {
  padding-left: 30px;
  position: relative;
}
.p-anchor-list-item-link span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 15%;
  width: 11px;
  height: 11px;
  border-right: 2px solid #0052C5;
  border-bottom: 2px solid #0052C5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-sh {
  font-size: 2.2rem;
  line-height: 2.3636363636;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  background: #F5F5F6;
  padding: 28px 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  position: relative;
}
.p-sh::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 32px;
  height: 47px;
  border-left: 3px solid #0052C5;
  border-top: 3px solid #0052C5;
}
.p-sh::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 32px;
  height: 47px;
  border-right: 3px solid #0052C5;
  border-bottom: 3px solid #0052C5;
}

.p-countermeasure-unique-list {
  margin-top: 40px;
  padding: 23px 60px;
  background-color: #F2F7FF;
}

.p-countermeasure-unique-list li {
  position: relative;
  padding: 15px 0 15px 32px;
  border-bottom: 1px solid #E1E1E5;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .04em;
}

.p-countermeasure-unique-list li:last-child {
  border-bottom: none;
}

.p-countermeasure-unique-list li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(/assets/images/common/icn_check.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50%;
}

.p-countermeasure-unique-list--order {
  counter-reset: order;
}

.p-countermeasure-unique-list--order li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: order;
  content: counter(order);
  width: 24px;
  height: 24px;
  background-color: #0052C5;
  border-radius: 50%;
  color: #fff;
  font-family: "Crimson Text", serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.p-countermeasure-unique-list li a {
  text-decoration: underline;
}

.p-accent-txt {
  margin-top: 40px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.33;
  letter-spacing: .04em;
}

.p-accent-txt span {
  color: #0052C5;
}

.p-countermeasure-txt {
  margin-top: 40px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.13;
  letter-spacing: .04em;
}

.p-countermeasure-txt--center {
  text-align: center;
}

.p-countermeasure-h3 {
  color: #0052C5;
    font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: .04em;
}

.p-countermeasure-figure-set {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 50px;
  width: 100%;
  margin-top: 40px;
}

.p-countermeasure-figure-set figure {
  max-width: calc(300 / 960 * 100%);
  text-align: center;
}

.p-countermeasure-figure-set figure figcaption {
  color: #777777;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .04em;
}

.p-countermeasure-figure-set figure img + figcaption {
  margin-top: 12px;
}

.p-countermeasure-figure-set-txt {
  flex: 1;
}

.p-countermeasure-figure-set-txt .p-countermeasure-txt + a {
  margin-top: 10px;
}

.p-countermeasure-figure-set-txt a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .04em;
}

.p-countermeasure-figure-set-content.p-countermeasure-figure-set-content--reverse {
  flex-direction: row-reverse;
}

.p-countermeasure-figure {
  text-align: center;
}

.p-countermeasure-figure img {
  width: auto;
  max-width: 100%;
}

.p-countermeasure-figure img + figcaption {
  margin-top: 12px;
}

.p-countermeasure-figure figcaption {
  text-align: left;
  color: #777777;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

.p-countermeasure-figure-col2 {
  display: flex;
  gap: 30px;
  width: 100%;
}

.p-countermeasure-info {
  margin-top: 40px;
  padding: 40px 50px;
  background-color: #F5F5F6;
}

.p-countermeasure-info-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  margin-top: 20px;
}

.p-countermeasure-info-content img {
  width: calc(240 / 860 * 100%);
}

.p-countermeasure-info-details {
  display: grid;
	grid-template-columns: auto 1fr;
  gap: 10px 20px;
  flex: 1;
  padding: 4px 0;
}

.p-countermeasure-info-item {
	display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / -1;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .04em;
}

.p-countermeasure-info-item span {
  color: #777777; 
}

/* ============================================================================
   メディアクエリ: 768px~ (共通)
   ============================================================================ */
@media screen and (min-width: 768px) {
  .p-anchor-list-item-link {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-anchor-list-item-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 10px solid #C9E0FF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  .p-anchor-list-item-link:hover::after {
    opacity: 1;
  }
}

/* ============================================================================
   メディアクエリ: 1280px - 768px (共通)
   ============================================================================ */

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-sh {
    font-size: 1.71vw;
    padding: 2.18vw 0;
  }
  .p-sh::before {
    width: 2.5vw;
    height: 3.67vw;
    border-left: 0.23vw solid #0052C5;
    border-top: 0.23vw solid #0052C5;
  }
  .p-sh::after {
    width: 2.5vw;
    height: 3.67vw;
    border-right: 0.23vw solid #0052C5;
    border-bottom: 0.23vw solid #0052C5;
  }
  .p-anchor-list {
    margin: 6.2548866vw 0 0;
  }
  .p-anchor-list-item:not(:last-child) {
    margin-right: 3.12vw;
  }
  .p-anchor-list-item-link {
    font-size: 1.4vw;
    -webkit-box-shadow: 0 0 2.34vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 2.34vw rgba(83, 151, 252, 0.16);
    width: 22.89vw;
    padding: 1.79vw 0;
  }
  .p-anchor-list-item-link span {
    padding-left: 2.34vw;
  }
  .p-anchor-list-item-link span::before {
    width: 0.85vw;
    height: 0.85vw;
    border-right: 0.156vw solid #0052C5;
    border-bottom: 0.156vw solid #0052C5;
  }
}
/* ============================================================================
   メディアクエリ: ~767px (共通)
   ============================================================================ */

@media screen and (max-width: 767px) {
  /* p-countermeasure
  ---------------------------------------------------------------------------- */
  .p-countermeasure {
    margin-top: 40px;
  }
  .p-countermeasure:has(.p-countermeasure-top) {
    margin-top: 50px;
  }
  .p-countermeasure:has(.p-countermeasure-top) + .p-countermeasure {
    margin-top: 40px;
  }
  .p-countermeasure:last-of-type {
    margin-bottom: 50px;
  }
  .p-anchor-list {
    display: block;
    margin: 10.6666667vw 0 0;
  }
  .p-anchor-list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .p-anchor-list-item-link {
    font-size: 4.2666666667vw;
    -webkit-box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
    width: 100%;
    padding: 4vw 0;
  }
  .p-anchor-list-item-link span {
    padding-left: 8vw;
  }
  .p-anchor-list-item-link span::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.5333333333vw solid #0052C5;
    border-bottom: 0.5333333333vw solid #0052C5;
  }
  .m-container {
    margin-top: 40px;
  }
  .m-container:first-of-type {
    margin-top: 15px;
  }
  .p-countermeasure-inner {
    margin: 0;
  }
  .p-countermeasure-txt {
    margin-top: 30px;
  }
  .p-countermeasure-txt--left-sp {
    text-align: left;
  }
  .p-countermeasure-unique-list {
    margin-top: 30px;
    padding: 5px 20px;
  }
  .p-countermeasure-h3 {
    font-size: 1.8rem;
  }
  .p-accent-txt {
    margin-top: 30px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-countermeasure-figure-set figure {
    max-width: 100%;
  }
  .p-countermeasure-figure-set figure {
    width: 100%;
  }
  .p-countermeasure-figure-set .p-countermeasure-txt {
    margin-top: 0;
  }
  .p-countermeasure-figure-set-txt a {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .04em;
  }
  .p-countermeasure-info {
    padding: 20px;
  }
  .p-countermeasure-info-content {
    gap: 20px;
    margin-top: 15px;
  }
  .p-countermeasure-info-content img {
    width: 100%;
  }
  .p-countermeasure-info-details {
    gap: 6px 12px;
    padding: 2px 0;
  }
  /* util系
  ---------------------------------------------------------------------------- */
  .spmt20 {
    margin-top: 20px !important;
  }
}
