@charset "UTF-8";

@media screen and (min-width: 641px) {

 .mv .mv__ttl01 {
  line-height: 2.2;
 }

 .mv .mv__ttl01 .top {
  font-size: 26px;
 }

 .mv .mv__ttl01 .small02 {
  font-size: 38px;
 }

 .mv .mv__ttl01 .big {
  font-size: 52px;
 }

 .mv .mv__middle {
  background: none;
  margin-top: 12px;
  padding-left: 4px;
 }

 .slide_bnr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px;
  margin: 40px 0 0;
 }

 .slide_bnr,
 .slide_bnr>li {
  overflow: visible;
  position: relative;
 }

 .slide_bnr>li>span {
  display: inline-block;
  background: #1e4f8e;
  color: #fff;
  font-size: 13px;
  margin-bottom: 8px;
  padding: 0;
  height: 33px;
  line-height: 33px;
  border-radius: 9999px;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 300px;
  z-index: 2;
 }

 .slide_bnr>li>span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  width: 0;
  height: 0;
  border-width: 8px 7px 0 7px;
  border-style: solid;
  border-color: #1e4f8e transparent transparent transparent;
  pointer-events: none;
 }

 .slide_bnr li a {
  --press: 5px;
  cursor: pointer;
  display: block;
  width: 300px;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  background: #2b7bdc;
  border-radius: 5px;
  text-align: center;
  position: relative;
  box-shadow: 0 var(--press) 0 #cccbcf;
  transform: translateY(0);
  transition: transform .12s ease-out, box-shadow .12s ease-out;
  box-sizing: border-box;
  z-index: 0;
 }

 .slide_bnr li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 24px;
  height: 24px;
  pointer-events: none;
 }

 .slide_bnr li.contact a::after {
  background: url(../img/arrow_circle.svg) no-repeat center / 24px 24px;
 }

 .slide_bnr li.request a::after {
  background: url(../img/arrow_circle_02.svg) no-repeat center / 24px 24px;
 }

 .slide_bnr li a span {
  margin-left: -20px;
 }

 .slide_bnr a:hover {
  transform: translateY(var(--press));
  box-shadow: 0 0 0 #cccbcf;
 }

 .slide_bnr a:active {
  transform: translateY(calc(var(--press) + 1px));
 }

 .slide_bnr a:focus-visible {
  outline: 2px solid #174a92;
  outline-offset: 2px;
 }

 .slide_bnr .contact a {
  background-image: linear-gradient(45deg, #e76666 50%, #e34b4b 50%, #e34b4b);
  box-shadow: 0 var(--press) 0 #c94949;
  color: #fff;
 }

 .slide_bnr .request a {
  background-image: linear-gradient(45deg, #f0f0f0 50%, #e6e6e6 50%, #e6e6e6);
  color: #174a92;
  border: 1px solid #d6dbe2;
  box-shadow: 0 var(--press) 0 #cfd4db;
  position: relative;
  z-index: 1;
 }

 /* ============================
    MV下部レイアウト（PC）
    ============================ */
 .mv .mv__bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 40px;
 }

 .mv .mv__bottom .mv__left {
  order: 1;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
 }

 .mv .mv__bottom .mv__left .slide_bnr {
  flex-wrap: nowrap;
  margin: 0;
  gap: 16px;
 }

 .mv .mv__bottom .mv__note {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .05em;
 }

 .mv .mv__bottom .mv__list {
  order: 2;
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
 }

 .mv .mv__item {
  background: #fff;
  border-radius: 8px;
  padding: 16px 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
  min-width: 160px;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
 }

 .mv .mv__txt02 {
  font-size: 16px;
  margin: 0 0 6px;
 }

 .mv .mv__txt02>span {
  font-size: 14px;
 }

 .mv .mv__txt03 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  font-weight: 700;
 }

 .mv .mv__txt03.num {
  font-size: 30px;
 }

 .mv .mv__txt03>span {
  font-size: 16px;
 }

 /* ============================
    mv_under（PC）
    ============================ */
 .armg_main div.mv_under {
  background: #004ea2;
  color: #fff;
  padding: 24px 0;
  text-align: center;
 }

 .armg_main p.mv_under_lead {
  margin: 0 auto 12px;
  width: 900px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  position: relative;
 }

 .mv_under_lead::before,
 .mv_under_lead::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
 }

 .mv_under_lead::before {
  left: -50px;
  background-image: url("../img/mv_under_left.svg");
 }

 .mv_under_lead::after {
  right: -50px;
  background-image: url("../img/mv_under_right.svg");
 }

 .mv_under_ex {
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 1.4;
 }

 .only_sp {
  display: none;
 }
}