@charset "UTF-8";
:root {
  --blue: #093bb1;
  --blue-2: #1347c0;
  --blue-link: #0b3dbe;
  --blue-bright: #093bb1;
  --blue-deep: #0445ae;
  --blue-note: #689bf3;
  --orange: #ff6a00;
  --orange-d: #ee6200;
  --ink: #111111;
  --gray: #5e5e5e;
  --concept-bg: #eef7ff;
  --hero-bg: #eaf1fc;
  --card-radius: 14px;
  --maxw: 1400px;
  --blue-3: #0537a4;
  --pkg-val: #0639a3;
  --plan1: #0334a6;
  --plan2: #052a77;
  --plan3: #1c99be;
  --q-bg: #d5e6fe;
  --q-tx: #4067c3;
  --a-bg: #ffd9d9;
  --a-tx: #e25656;
  --yellow: #feedab;
  --entry-y: #ffef73;
  --req: #cf4b4b;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  line-height: 1.7;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 560px) {
  .wrap {
    padding: 0 15px;
  }
}

.ph {
  background: #e7edf6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9aa7ba;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border: 1px dashed #c2cfe0;
  box-sizing: border-box;
  padding: 6px;
  line-height: 1.4;
}

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(120% 90% at 88% 20%, #d4e4fb 0%, rgba(212, 228, 251, 0) 55%), linear-gradient(160deg, #fafbff 0%, #e7f0fd 55%, #dbe8fb 100%);
}
.hero::before {
  content: "";
  position: absolute;
  right: -8%;
  top: -25%;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  border: 60px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.28);
  opacity: 0.7;
  pointer-events: none;
}
.hero .wrap {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-weight: 900;
  color: var(--ink);
  line-height: 1.26;
  letter-spacing: 0.5px;
  margin-bottom: 28px;
  font-size: 46px;
  position: relative;
  z-index: 2;
}
.hero h1 br {
  display: none;
}
.hero h1 .l1,
.hero h1 .l2 {
  display: block;
  white-space: nowrap;
  text-shadow: 0 0 10px #dfe9f9, 0 0 10px #dfe9f9, 0 0 10px #dfe9f9;
}
.hero h1 .l1 {
  color: #000;
}
.hero h1 .l2 {
  color: var(--blue);
  line-height: 1.13;
}
.hero h1 .s1 {
  font-size: 46px;
}
.hero h1 .big {
  font-size: 80px;
}
.hero h1 .s200 {
  font-size: 85px;
}
.hero h1 .s-tenpo {
  font-size: 68px;
}
.hero h1 .s-no {
  font-size: 58px;
}
.hero h1 .s-rest {
  font-size: 52px;
}
.hero .hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  align-items: end;
  min-height: 910px;
}
.hero .hero-content {
  padding: 54px 0 64px;
}
.hero .brand-row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 46px;
  flex-wrap: nowrap;
}
.hero .brand-logo {
  height: 90px;
  width: auto;
  display: block;
}
.hero .brand-badge {
  border: 2px solid var(--blue-2);
  color: var(--blue-2);
  font-weight: 700;
  font-size: 23px;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.55);
  transform: skewX(-30deg);
  white-space: nowrap;
}
.hero .brand-badge span {
  display: inline-block;
  transform: skewX(30deg);
}
.hero .hero-lead {
  font-size: 22px;
  color: var(--gray);
  font-weight: 700;
  line-height: 1.5;
  max-width: 900px;
  margin-bottom: 48px;
  text-shadow: 0 0 5px #dfe9f9, 0 0 5px #dfe9f9, 0 0 5px #dfe9f9;
}
.hero .video-card {
  display: flex;
  gap: 20px;
  align-items: center;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0 12px 30px rgba(20, 60, 140, 0.1);
  max-width: 720px;
  margin-bottom: 40px;
  text-decoration: none;
}
.hero .video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .video-card.hide-pc {
  display: none;
}
.hero .video-thumb {
  position: relative;
  width: 40%;
  aspect-ratio: 1.6/1;
  border-radius: 13px;
  overflow: hidden;
  background: linear-gradient(135deg, #3b3f45, #23262b);
}
.hero .video-thumb .silh {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 62px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
}
.hero .video-thumb .play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(226, 59, 30, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .video-thumb .play::after {
  content: "";
  border-left: 14px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  margin-left: 4px;
}
.hero .video-meta {
  flex: 1;
  min-width: 0;
}
.hero .video-meta .label {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 5px 15px;
  margin-bottom: 14px;
}
.hero .video-meta p {
  font-weight: 700;
  font-size: 23px;
  line-height: 1.35;
  margin-bottom: 14px;
  color: #000;
}
.hero .video-play-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-link);
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
}
.hero .video-play-link .circ {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid var(--blue-link);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero .video-play-link .circ::after {
  content: "";
  border-left: 9px solid var(--blue-link);
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  margin-left: 2px;
}
.hero .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  max-width: 720px;
  background: var(--orange);
  color: #fff;
  font-weight: 500;
  font-size: 29px;
  padding: 27px 34px;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(255, 106, 0, 0.3);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.hero .cta:hover {
  transform: translateY(-2px);
  background: var(--orange-d);
  box-shadow: 0 16px 32px rgba(255, 106, 0, 0.4);
}
.hero .cta .cta-ico {
  flex: 0 0 auto;
  display: inline-flex;
}
.hero .cta .cta-ico svg {
  width: 46px;
  height: auto;
  display: block;
}
.hero .cta .arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.5rem;
  flex: 0 0 auto;
}
.hero .cta .arrow::after {
  content: "";
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin-left: 2px;
  width: 9px;
  height: 9px;
  transform: rotate(225deg);
}
.hero .hero-photo {
  position: relative;
  align-self: end;
  height: 100%;
}
.hero .hero-photo img {
  position: absolute;
  right: -40px;
  top: 0x;
  height: 1090px;
  width: auto;
  max-width: none;
}
.hero .person-badge {
  position: absolute;
  right: 20px;
  bottom: calc(50% - 160px);
  z-index: 3;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20, 60, 140, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero .person-badge .t1 {
  font-size: 16px;
  color: var(--blue);
  font-weight: 700;
}
.hero .person-badge .t2 {
  font-size: 25px;
  font-weight: 700;
  color: var(--blue);
  margin: 3px 0 8px;
}
.hero .person-badge .line {
  width: 110px;
  height: 1px;
  background: var(--blue);
  opacity: 0.5;
  margin-bottom: 8px;
}
.hero .person-badge .t3 {
  font-size: 16px;
  color: var(--blue);
  font-weight: 700;
}
@media (max-width: 1000px) {
  .hero h1 {
    font-size: 28px;
  }
  .hero h1 .l1,
  .hero h1 .l2 {
    white-space: normal;
  }
  .hero h1 .s1 {
    font-size: 28px;
  }
  .hero h1 .big {
    font-size: 46px;
  }
  .hero h1 .s200 {
    font-size: 50px;
  }
  .hero h1 .s-tenpo {
    font-size: 42px;
  }
  .hero h1 .s-no {
    font-size: 36px;
  }
  .hero h1 .s-rest {
    font-size: 32px;
  }
  .hero::before {
    width: 420px;
    height: 420px;
    border-width: 36px;
  }
  .hero .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero .hero-content {
    padding: 90px 20% 36px 0;
    position: relative;
    z-index: 1;
  }
  .hero .brand-row {
    position: absolute;
    top: 10px;
    left: 0;
    width: calc(100vw - 20px);
  }
  .hero .video-card {
    min-width: 40vw;
  }
  .hero .hero-photo {
    position: absolute;
    right: 0;
    top: 10px;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 -8% 0 0;
    width: 50%;
    min-width: 360px;
  }
  .hero .hero-photo img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  .hero .person-badge {
    left: calc(80% - 155px);
    bottom: calc(50% - 195px);
    width: 155px;
    height: 155px;
  }
  .hero .person-badge .t2 {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .hero h1 br {
    display: block;
  }
  .hero .hero-content {
    padding-right: 20%;
  }
  .hero .video-card {
    width: calc(100vw - 36px);
    max-width: none;
    position: relative;
    z-index: 1;
  }
  .hero .video-card.hide-sp {
    display: none;
  }
  .hero .video-card.hide-pc {
    display: flex;
  }
  .hero .cta {
    width: calc(100vw - 36px);
  }
  .hero .cta .cta-ico {
    width: 40px;
  }
  .hero .cta .txt span {
    display: none;
  }
  .hero .hero-photo {
    position: absolute;
    right: 0;
    top: 10px;
    margin: 0 -8% 0 0;
    width: 50%;
    min-width: auto;
  }
  .hero .hero-photo img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  .hero .person-badge {
    width: 125px;
    height: 125px;
    left: calc(80% - 125px);
    bottom: calc(50% - 125px);
  }
  .hero .person-badge .t1 {
    font-size: 14px;
  }
  .hero .person-badge .t2 {
    font-size: 16px;
  }
  .hero .person-badge .t3 {
    font-size: 13px;
  }
}
@media (max-width: 1000px) {
  .hero .hero-lead br {
    display: none;
  }
}
@media (max-width: 560px) {
  .hero h1 {
    font-size: 23px;
  }
  .hero h1 .s1 {
    font-size: 23px;
  }
  .hero h1 .big {
    font-size: 37px;
  }
  .hero h1 .s200 {
    font-size: 37px;
  }
  .hero h1 .s-tenpo {
    font-size: 30px;
  }
  .hero h1 .s-no {
    font-size: 27px;
  }
  .hero h1 .s-rest {
    font-size: 24px;
  }
  .hero .brand-row {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 38px;
    flex-wrap: nowrap;
    width: 100%;
  }
  .hero .brand-logo {
    height: auto;
    width: 20%;
    max-width: 100px;
    display: block;
    flex-grow: 1;
  }
  .hero .brand-badge {
    font-size: 14px;
    padding: 7px 14px;
    white-space: normal;
  }
  .hero .hero-lead {
    font-size: 15px;
    width: 50vw;
    max-width: 300px;
  }
  .hero .video-card {
    flex-direction: column;
    align-items: stretch;
  }
  .hero .video-thumb {
    flex-basis: auto;
    width: 100%;
  }
  .hero .cta {
    font-size: 18px;
    padding: 20px 18px;
    gap: 10px;
  }
  .hero .hero-photo {
    top: 50px;
    margin: 0 -15% 0 0;
    width: 75%;
  }
  .hero .video-meta .label {
    font-size: 17px;
    padding: 4px 12px;
  }
  .hero .video-meta p {
    font-size: 19px;
  }
  .hero .video-meta .video-play-link {
    font-size: 17px;
  }
}

.eyebrow {
  text-align: center;
  margin-bottom: 30px;
}
.eyebrow .txt {
  border-top: 3px solid var(--blue);
  display: block;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1px;
  padding-top: 13px;
  color: var(--blue);
  display: inline-block;
  line-height: 1.2;
}
.eyebrow.on-blue .txt {
  border-top: 3px solid #fff;
  color: #fff;
}
.mk-label .eyebrow {
  text-align: left;
  margin-bottom: 15px;
}
.mk-label .eyebrow .txt {
  font-size: 26px;
  text-align: left;
}
@media (max-width: 760px) {
  .eyebrow .txt {
    font-size: 24px;
    padding-top: 9px;
  }
}

.concept {
  background: var(--concept-bg);
  padding: 70px 0 84px;
}
.concept .sec-sub {
  text-align: center;
  font-size: 19px;
  color: #404040;
  font-weight: 400;
  margin-bottom: 55px;
}
.concept .feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 36px;
}
.concept .feature {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(30, 70, 150, 0.06);
}
.concept .feature .thumb {
  flex: 0 0 175px;
  width: 175px;
  height: 175px;
}
.concept .feature .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concept .feature .body {
  padding: 0 24px;
}
.concept .feature .body h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  margin-bottom: 7px;
}
.concept .feature .body p {
  font-size: 17px;
  color: #404040;
  font-weight: 400;
  line-height: 1.26;
}
.concept .mvv {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 6px 18px rgba(30, 70, 150, 0.06);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 40px 20px;
}
.concept .mvv .col {
  position: relative;
  text-align: center;
  padding: 8px 26px;
}
.concept .mvv .col + .col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6%;
  height: 88%;
  border-left: 2px dotted #cdd8e8;
}
.concept .mvv .col h3 {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}
.concept .mvv .col .ill {
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.concept .mvv .col .ill img {
  max-height: 175px;
  width: auto;
}
.concept .mvv .col .cap {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.concept .mvv2 {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 6px 18px rgba(30, 70, 150, 0.06);
  display: flex;
  width: 100%;
  padding: 40px 20px;
}
.concept .mvv2 .col {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 20px;
  aspect-ratio: 7/3;
  width: 33.333%;
}
.concept .mvv2 .col + .col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6%;
  height: 88%;
  border-left: 2px dotted #cdd8e8;
}
.concept .mvv2 .col h3 {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  background: var(--blue);
}
.concept .mvv2 .col .ill {
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.concept .mvv2 .col .ill img {
  max-height: 175px;
  width: auto;
}
.concept .mvv2 .col .cap {
  font-size: 38px;
  color: #000;
  font-weight: bold;
  color: var(--blue);
  line-height: 1.4;
}
.concept .mvv2 .col .cap span {
  font-size: 86%;
}
@media (max-width: 1200px) {
  .concept .mvv2 .col .cap {
    font-size: 29px;
  }
}
@media (max-width: 1000px) {
  .concept .feature-grid {
    grid-template-columns: 1fr;
  }
  .concept .mvv {
    grid-template-columns: 1fr;
    padding: 20px 16px;
  }
  .concept .mvv .col {
    padding: 28px 16px;
  }
  .concept .mvv .col + .col::before {
    left: 6%;
    right: 6%;
    top: 0;
    width: auto;
    height: 0;
    border-left: 0;
    border-top: 2px dotted #cdd8e8;
  }
  .concept .mvv2 {
    flex-direction: column;
    padding: 20px 16px;
  }
  .concept .mvv2 .col {
    padding: 28px 16px;
    width: 100%;
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
  }
  .concept .mvv2 .col br {
    display: none;
  }
  .concept .mvv2 .col .cap {
    font-size: 34px;
  }
  .concept .mvv2 .col + .col::before {
    left: 6%;
    right: 6%;
    top: 0;
    width: auto;
    height: 0;
    border-left: 0;
    border-top: 2px dotted #cdd8e8;
  }
}
@media (max-width: 560px) {
  .concept .sec-title {
    font-size: 23px;
  }
  .concept .sec-sub {
    font-size: 17px;
  }
  .concept .feature .thumb {
    flex-basis: 110px;
    height: 100%;
  }
  .concept .feature .body {
    padding: 20px;
  }
  .concept .feature .body h3 {
    font-size: 18px;
  }
  .concept .feature .body p {
    font-size: 15px;
  }
  .concept .mvv2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .concept .mvv2 .col {
    padding: 20px 10px;
  }
  .concept .mvv2 .col br {
    display: block;
  }
  .concept .mvv2 .col .cap {
    font-size: 28px;
  }
}

.sec-title {
  text-align: center;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.26;
  color: #000;
  margin-bottom: 28px;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
.sec-title .small {
  font-size: 80%;
}
.sec-title .big {
  font-size: 115%;
}
.sec-title .hide-pc {
  display: none;
}
@media (max-width: 1000px) {
  .sec-title {
    font-size: 40px;
  }
  .sec-title .hide-pc {
    display: block;
  }
}
@media (max-width: 760px) {
  .sec-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .sec-title {
    font-size: 23px;
  }
  .sec-title .big {
    font-size: 32px;
  }
}

.reason {
  background: var(--blue-deep);
  padding: 72px 0 90px;
}
.reason .sec-title {
  color: #fff;
}
.reason .stat-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 36px;
  margin-bottom: 36px;
}
.reason .stat-card {
  background: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 24px 30px;
  min-height: 180px;
}
.reason .stat-card .icon {
  flex: 0 0 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason .stat-card .icon img,
.reason .stat-card .icon svg {
  max-width: 120px;
  max-height: 120px;
}
.reason .stat-card .info {
  flex: 1;
  min-width: 0;
}
.reason .stat-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.reason .stat-head .name {
  font-size: 19px;
  font-weight: 700;
  color: #000;
}
.reason .stat-head .tag {
  font-size: 17px;
  color: var(--blue-note);
  font-weight: 500;
}
.reason .stat-value {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--blue);
  line-height: 0.9;
  letter-spacing: 0.5px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.reason .stat-value .num {
  font-size: 76px;
}
.reason .stat-value.wide .num {
  font-size: 50px;
}
.reason .stat-value .unit {
  font-size: 24px;
  color: var(--blue-note);
  font-weight: 500;
}
.reason .stat-note {
  font-size: 18px;
  color: var(--blue-note);
  font-weight: 500;
  margin-top: 8px;
}
.reason .longterm-card {
  background: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 24px 30px;
}
.reason .longterm-card .icon {
  flex: 0 0 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason .longterm-card .icon img {
  max-width: 120px;
  max-height: 120px;
}
.reason .longterm-card h3 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
}
.reason .longterm-card p {
  font-size: 17px;
  color: var(--blue-note);
  font-weight: 500;
}
@media (max-width: 1000px) {
  .reason .stat-grid {
    grid-template-columns: 1fr;
  }
  .reason .sec-title .hide-pc {
    display: block;
  }
}
@media (max-width: 560px) {
  .reason .stat-card {
    flex-direction: row;
    padding: 20px 5px 20px 20px;
    gap: 14px;
  }
  .reason .stat-card .icon {
    flex-basis: 64px;
    height: 64px;
  }
  .reason .stat-card .icon img {
    width: 64px;
  }
  .reason .stat-head .name {
    font-size: 20px;
    font-weight: 700;
    color: #000;
  }
  .reason .stat-head .tag {
    font-size: 15px;
  }
  .reason .stat-value .num {
    font-size: 37px;
  }
  .reason .stat-value.wide .num {
    font-size: 24px;
  }
  .reason .stat-note {
    font-size: 16px;
  }
  .reason .longterm-card {
    flex-direction: row;
    gap: 16px;
    padding: 20px;
  }
  .reason .longterm-card .icon {
    flex-basis: 64px;
    height: 64px;
  }
  .reason .longterm-card .icon img {
    max-width: none;
    max-height: none;
    width: 64px;
    height: 64px;
  }
  .reason .longterm-card h3 {
    font-size: 21px;
  }
  .reason .longterm-card p {
    font-size: 17px;
  }
}

.b2-photostrip {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.b2-photostrip .ps-row {
  display: flex;
  align-items: stretch;
  width: max-content;
  will-change: transform;
  animation: companySlide 25s linear infinite;
}
.b2-photostrip .ps-row .ps-item {
  flex: 0 0 auto;
  height: 25rem;
  aspect-ratio: 1/1;
  margin-right: 1.4rem;
  overflow: hidden;
}
.b2-photostrip .ps-row .ps-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 560px) {
  .b2-photostrip .ps-row .ps-item {
    height: 16rem;
    margin-right: 12px;
  }
}

@keyframes companySlide {
  to {
    transform: translateX(-50%);
  }
}
.b2-lead {
  padding: 64px 0 8px;
}
.b2-lead .b2-lead-ttl {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 45px;
  line-height: 1.4;
}
.b2-lead .b2-lead-ttl .hl {
  color: var(--blue-3);
}
.b2-lead .b2-lead-ttl .hide-pc {
  display: none;
}
@media (max-width: 1000px) {
  .b2-lead .b2-lead-ttl {
    font-size: 40px;
  }
  .b2-lead .b2-lead-ttl .hide-pc {
    display: block;
  }
}
@media (max-width: 760px) {
  .b2-lead .b2-lead-ttl {
    font-size: 26px;
  }
}
@media (max-width: 560px) {
  .b2-lead .b2-lead-ttl {
    font-size: 24px;
  }
}

.marketing {
  padding: 50px 0 64px;
}
.marketing .mk-inner {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}
.marketing .mk-label {
  flex: 0 0 190px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-top: 6px;
}
.marketing .mk-label .mk-bar {
  width: 135px;
  height: 3px;
  background: var(--blue-3);
}
.marketing .mk-eyebrow {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--blue-3);
  font-size: 24px;
  line-height: 1.26;
  letter-spacing: 0.5px;
}
.marketing .mk-jp {
  font-size: 44px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}
.marketing .mk-cards {
  flex: 1;
  display: flex;
  gap: 24px;
  min-width: 0;
  width: 100%;
}
.marketing .stat2 {
  flex: 1;
  min-width: 0;
  background: #fff;
  box-shadow: 0 0 13px #d9e4ff;
  padding: 34px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}
.marketing .stat2 .ic {
  width: 85px;
  height: 85px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: none;
  padding: 0;
}
.marketing .stat2 .ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.marketing .stat2 .pre {
  font-size: 23px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.marketing .stat2 .num-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  color: var(--blue-3);
  justify-content: center;
}
.marketing .stat2 .num {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 90px;
  line-height: 0.89;
}
.marketing .stat2 .num.s3 {
  font-size: 82px;
}
.marketing .stat2 .unit {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3;
}
.marketing .stat2 .cap {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .marketing .mk-inner {
    flex-direction: column;
    gap: 24px;
  }
  .marketing .mk-inner .mk-label {
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .marketing .mk-inner .mk-label .txt {
    text-align: center;
    font-size: 17px;
  }
  .marketing .stat2 .num.s3 {
    font-size: 67px;
  }
}
@media (max-width: 760px) {
  .marketing .mk-inner {
    flex-direction: column;
    gap: 24px;
  }
  .marketing .mk-inner .mk-label {
    flex-basis: auto;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .marketing .mk-inner .mk-label .mk-bar {
    display: none;
  }
  .marketing .mk-cards {
    flex-wrap: wrap;
  }
  .marketing .stat2 {
    flex: 1 1 100%;
  }
}
@media (max-width: 560px) {
  .marketing .mk-jp {
    font-size: 28px;
  }
  .marketing .stat2 .num {
    font-size: 58px;
  }
  .marketing .stat2 .num.s3 {
    font-size: 43px;
  }
}

.yb-wrap {
  padding-bottom: 10px;
}

.yamamoto-banner {
  position: relative;
  border-radius: 19px;
  background: linear-gradient(90deg, #9bc3fc 0%, #e6f0fc 36%, #ffffff 81%);
  padding: 0 50px 0 220px;
}
.yamamoto-banner .yb-photo {
  flex: 0 0 210px;
  /* trailing override 適用後 */
  height: 260px;
  align-self: flex-end;
  position: absolute;
  bottom: 0;
  left: -210px;
  min-height: 215px;
  overflow: hidden;
  z-index: 1;
}
.yamamoto-banner .yb-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: contain;
  object-position: bottom;
}
.yamamoto-banner .yb-text {
  flex: 1;
  padding: 34px 0;
  position: relative;
  z-index: 1;
}
.yamamoto-banner .yb-text h3 {
  color: var(--blue);
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.26;
}
.yamamoto-banner .yb-text p {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  line-height: 1.45;
}
.yamamoto-banner .yb-text .strong {
  color: var(--blue);
  font-weight: 700;
  font-size: 35px;
  display: inline-block;
  margin-top: 6px;
}
.yamamoto-banner .yb-arrow {
  text-align: center;
  position: absolute;
  right: 30px;
  top: calc(50% - 75px);
  width: 220px;
}
.yamamoto-banner .yb-arrow img {
  width: 100%;
  opacity: 0.6;
  height: auto;
  display: block;
}
@media (max-width: 760px) {
  .yamamoto-banner {
    flex-direction: column;
    align-items: center;
    padding: 24px;
    gap: 16px;
  }
  .yamamoto-banner .yb-photo {
    position: static;
    float: right;
    margin-left: 10px;
    width: 90px;
    height: auto;
  }
  .yamamoto-banner .yb-text {
    padding: 0;
  }
  .yamamoto-banner .yb-text h3 {
    font-size: 19px;
  }
  .yamamoto-banner .yb-text p,
  .yamamoto-banner .yb-text .strong {
    font-size: 17px;
  }
  .yamamoto-banner .yb-arrow {
    display: none;
  }
}
@media (max-width: 560px) {
  .yamamoto-banner .yb-text h3 {
    font-size: 25px;
  }
  .yamamoto-banner .yb-text p {
    font-size: 15px;
  }
  .yamamoto-banner .yb-text .strong {
    font-size: 25px;
  }
}

.developer {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 30px 50px 24px;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
.developer .dev-ttl {
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  margin-bottom: 22px;
}
.developer .dev-ttl .b {
  font-size: 61px;
}
.developer .dev-ttl .s {
  font-size: 54px;
}
.developer .dev-sub {
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
.developer .dev-photo-wrap {
  position: relative;
  width: 50%;
}
.developer .dev-photo {
  width: 100%;
  height: 650px;
  display: inline-block;
  position: relative;
  background: none;
  border: 0;
  padding: 0;
}
.developer .dev-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  display: block;
}
.developer .dev-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  height: 46px;
  padding: 0 30px;
  border-radius: 0 23px 23px 0;
  margin: 0 0 20px -24px;
}
.developer .dev-badge-circle {
  position: absolute;
  right: 80px;
  bottom: 60px;
  width: 175px;
  height: 165px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20, 60, 140, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.developer .dev-badge-circle .t1 {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
}
.developer .dev-badge-circle .t2 {
  font-size: 23px;
  font-weight: 700;
  color: var(--blue);
  margin: 2px 0 6px;
}
.developer .dev-badge-circle .line {
  width: 95px;
  height: 1px;
  background: var(--blue);
  opacity: 0.5;
  margin-bottom: 6px;
}
.developer .dev-badge-circle .t3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
}
@media (max-width: 1000px) {
  .developer {
    gap: 24px;
    padding: 30px 20px 24px;
  }
  .developer .dev-text {
    width: 50%;
    padding-bottom: 30px;
  }
  .developer .dev-photo {
    width: 100%;
    height: 400px;
  }
  .developer .dev-badge {
    font-size: 24px;
    height: 45px;
    padding: 0 25px;
    border-radius: 0 18px 18px 0;
    margin: 0 0 20px -24px;
  }
  .developer .dev-ttl {
    margin-bottom: 22px;
  }
  .developer .dev-ttl .b {
    font-size: 42px;
  }
  .developer .dev-ttl .s {
    font-size: 36px;
  }
  .developer .dev-sub {
    font-size: 18px;
  }
  .developer .dev-badge-circle {
    left: auto;
    right: 0;
    bottom: 40px;
    width: 135px;
    height: 135px;
  }
  .developer .dev-badge-circle .t1 {
    font-size: 13px;
  }
  .developer .dev-badge-circle .t2 {
    font-size: 21px;
  }
  .developer .dev-badge-circle .line {
    width: 95px;
  }
  .developer .dev-badge-circle .t3 {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .developer {
    flex-direction: column;
    align-items: stretch;
    padding-top: 56px;
    width: 100%;
  }
  .developer .dev-text {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 24px;
  }
  .developer .dev-ttl .b {
    font-size: 38px;
  }
  .developer .dev-ttl .s {
    font-size: 34px;
  }
  .developer .dev-photo-wrap {
    flex-basis: auto;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
  }
  .developer .dev-photo {
    height: 360px;
  }
  .developer .dev-badge-circle {
    width: 125px;
    height: 125px;
  }
  .developer .dev-badge-circle .t1 {
    font-size: 14px;
  }
  .developer .dev-badge-circle .t2 {
    font-size: 16px;
  }
  .developer .dev-badge-circle .t3 {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .developer .dev-badge {
    font-size: 18px;
    height: 40px;
    padding: 0 20px;
  }
  .developer .dev-text {
    margin-bottom: 0;
  }
  .developer .dev-ttl .b {
    font-size: 30px;
  }
  .developer .dev-ttl .s {
    font-size: 27px;
  }
  .developer .dev-photo-wrap {
    flex-basis: auto;
    margin: 0 auto;
    height: auto;
  }
  .developer .dev-photo {
    height: auto;
  }
}

.training {
  background: #e8f1fc;
  position: relative;
  z-index: 2;
  padding: 84px 0 70px;
  margin-top: -80px;
  clip-path: polygon(0 56px, 50% 0, 100% 56px, 100% 100%, 0 100%);
}
.training .tr-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.training .tr-title {
  color: var(--blue);
  font-size: 47px;
  font-weight: 700;
  text-align: center;
}
.training .slash {
  color: var(--blue);
  font-weight: 900;
  font-size: 40px;
  font-style: italic;
  letter-spacing: -3px;
}
.training .slash img {
  width: 45px;
}
.training .slash:nth-of-type(2) {
  transform: scale(-1, 1);
}
.training .tr-sub {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
}
.training .steps {
  display: flex;
  gap: 58px;
  margin-top: 50px;
  align-items: stretch;
  position: relative;
}
.training .step {
  flex: 1;
  min-width: 0;
  background: #fff;
  box-shadow: 0 0 13px #d9e4ff;
  padding: 34px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.training .step + .step::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -47px;
  width: 36px;
  height: 2px;
  background: #b9cdef;
}
.training .step-no {
  position: absolute;
  left: -14px;
  top: -14px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1f6fe0, #0537a4);
  color: #fff;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.training .step-num {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  color: var(--blue-3);
  justify-content: center;
  width: 100%;
}
.training .step-num .n {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 78px;
  line-height: 0.89;
}
.training .step-num .u {
  font-size: 29px;
  font-weight: 700;
}
.training .step-body {
  display: flex;
  align-items: center;
  gap: 17px;
  width: 100%;
  justify-content: center;
}
.training .step-body .step-ic {
  flex: 0 0 105px;
  height: 95px;
  border-radius: 8px;
  background: none;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.training .step-body .step-ic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.training .step-body .step-txt {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
}
.training .tr-banner {
  margin-top: 50px;
  background: var(--blue-3);
  border-radius: 52px;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 30px;
  flex-wrap: wrap;
}
.training .tr-banner .tg {
  display: flex;
  align-items: center;
  gap: 12px;
}
.training .tr-banner .pill {
  background: #fff;
  color: var(--blue-3);
  font-weight: 700;
  font-size: 19px;
  border-radius: 30px;
  padding: 6px 18px;
  white-space: nowrap;
}
.training .tr-banner .t {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .training .step-body {
    flex-direction: column;
  }
  .training .tr-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    border-radius: 24px;
    padding: 20px;
  }
  .training .tr-title {
    font-size: 36px;
  }
}
@media (max-width: 760px) {
  .training {
    margin-top: -10px;
  }
  .training .step-body {
    flex-direction: row;
  }
  .training .tr-title-row {
    gap: 20px;
  }
  .training .tr-title {
    font-size: 27px;
  }
  .training .steps {
    flex-direction: column;
    gap: 34px;
  }
  .training .step + .step::before {
    display: none;
  }
  .training .tr-banner .pill {
    font-size: 18px;
  }
  .training .tr-banner .t {
    margin-left: 10px;
  }
}
@media (max-width: 560px) {
  .training .tr-title {
    font-size: 21px;
  }
  .training .step-num .n {
    font-size: 50px;
  }
  .training .tr-banner {
    align-items: center;
    gap: 20px;
  }
  .training .tr-banner .tg {
    flex-direction: column;
  }
  .training .tr-sub {
    font-size: 21px;
  }
  .training .slash img {
    width: 35px;
  }
  .training .step-body .step-ic {
    flex: 0 0 90px;
    height: 80px;
  }
}

.youtube {
  padding: 72px 24px 90px;
}
.youtube .hide-pc {
  display: none;
}
.youtube .yt-top {
  display: flex;
  gap: 72px;
  align-items: center;
}
.youtube .yt-left {
  flex: 1;
  min-width: 0;
}
.youtube .yt-left .yt-bar {
  display: block;
  width: 135px;
  height: 3px;
  background: #e3342f;
  margin-bottom: 22px;
}
.youtube .yt-logo {
  width: 145px;
  height: 55px;
  margin-bottom: 26px;
  background: none;
  border: 0;
  padding: 0;
}
.youtube .yt-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.youtube .yt-ttl {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 22px;
  line-height: 1.4;
}
.youtube .yt-sub {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
.youtube .yt-main {
  flex: 0 0 50%;
  aspect-ratio: 583/404;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
}
.youtube .yt-main video,
.youtube .yt-main img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.youtube .yt-row {
  display: flex;
  gap: 36px;
  margin-top: 48px;
}
.youtube .yt-row .yt-thumb {
  flex: 1;
  min-width: 0;
  aspect-ratio: 16/9;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
}
.youtube .yt-row .yt-thumb video,
.youtube .yt-row .yt-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.youtube .yt-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: rgba(226, 52, 47, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
}
.youtube .yt-play::after {
  content: "";
  border-left: 20px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  margin-left: 5px;
}
.youtube .yt-thumb .yt-play {
  width: 58px;
  height: 58px;
}
.youtube .yt-thumb .yt-play::after {
  border-left: 15px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media (max-width: 1000px) {
  .youtube .yt-ttl {
    font-size: 26px;
  }
  .youtube .yt-sub {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .youtube .yt-ttl {
    font-size: 24px;
  }
  .youtube .yt-top {
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
  }
  .youtube .yt-main {
    flex-basis: auto;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .youtube {
    padding-bottom: 50px;
  }
  .youtube .yt-ttl {
    font-size: 23px;
  }
  .youtube .yt-sub {
    font-size: 18px;
  }
  .youtube .hide-pc {
    display: block;
  }
  .youtube .hide-sp {
    display: none;
  }
  .youtube .yt-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 13px;
  }
  .youtube .yt-row .yt-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    /* flex: 1 を上書きして2列に固定 */
    flex: 0 0 calc(50% - 8px);
    /* 36pxの隙間の半分（18px）を引く */
  }
  .youtube .yt-row .yt-thumb .yt-play {
    width: 28px;
    height: 28px;
  }
  .youtube .yt-row .yt-thumb .yt-play::after {
    border-left: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
}

.pkg-zone {
  background: #eaf2fc;
  padding: 70px 0 60px 0;
}
.pkg-zone .tag-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 29px;
  padding: 8px 26px;
  margin-left: -24px;
  transform: skewX(-30deg);
  white-space: nowrap;
}
.pkg-zone .tag-badge span {
  transform: skewX(30deg);
}
.pkg-zone .pkg-box {
  background: #d8eaff;
  display: flex;
  gap: 48px;
  align-items: flex-start;
  padding: 44px;
}
.pkg-zone .pkg-left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.pkg-zone .pkg-left .tag-badge {
  align-self: flex-start;
}
.pkg-zone .pkg-ttl {
  font-weight: 700;
  line-height: 1.26;
}
.pkg-zone .pkg-ttl .l1 {
  display: block;
  font-size: 40px;
  color: #000;
}
.pkg-zone .pkg-ttl .l2 {
  display: block;
  font-size: 50px;
  color: #1347c0;
}
.pkg-zone .pkg-note {
  font-size: 17px;
  color: #000;
  line-height: 1.5;
}
.pkg-zone .pkg-card {
  background: #fff;
  flex: 0 0 720px;
  max-width: 720px;
  padding: 40px;
}
.pkg-zone .pkg-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #e2e2e2;
}
.pkg-zone .pkg-row:last-child {
  border-bottom: 0;
}
.pkg-zone .pkg-row .ic {
  flex: 0 0 75px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #eaf2ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pkg-zone .pkg-row .ic img {
  width: 54%;
  height: 54%;
  object-fit: contain;
  display: block;
}
.pkg-zone .pkg-row .lab {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.pkg-zone .pkg-row .lab .t {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  line-height: 1.35;
  white-space: nowrap;
}
.pkg-zone .pkg-row .lab .s {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}
.pkg-zone .pkg-row .val {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 5px;
  color: var(--pkg-val);
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.pkg-zone .pkg-row .val .big {
  font-size: 60px;
  line-height: 0.9;
}
.pkg-zone .pkg-row .val .mid {
  font-size: 48px;
  line-height: 0.9;
}
.pkg-zone .pkg-row .val .u {
  font-size: 24px;
  font-weight: 700;
}
.pkg-zone .pkg-row .val .wave {
  font-size: 26px;
}
.pkg-zone .pkg-row .val .o {
  width: 100%;
  text-align: right;
}
.pkg-zone .pkg-row .val.yellow {
  background: var(--yellow);
  border-radius: 11px;
  padding: 10px 22px;
}
.pkg-zone .sim-head {
  text-align: center;
  padding: 64px 0 30px;
}
.pkg-zone .sim-head .tag-badge {
  margin-left: 0;
}
.pkg-zone .sim-head .h {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin: 28px 0 14px;
}
.pkg-zone .sim-head .h2row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: nowrap;
}
.pkg-zone .sim-head .slash {
  color: var(--blue);
  font-weight: 900;
  font-size: 40px;
  font-style: italic;
  letter-spacing: -3px;
}
.pkg-zone .sim-head .slash img {
  width: 45px;
}
.pkg-zone .sim-head .slash:nth-of-type(2) {
  transform: scale(-1, 1);
}
.pkg-zone .sim-head .h2 {
  font-size: 47px;
  font-weight: 700;
  color: var(--blue);
}
.pkg-zone .sim-head .h2 .blk {
  color: #000;
  font-size: 42px;
}
.pkg-zone .plans {
  display: flex;
  gap: 28px;
  padding-bottom: 10px;
}
.pkg-zone .plan {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--plan1);
  background: #fff;
  display: flex;
  flex-direction: column;
}
.pkg-zone .plan.p1 {
  border-color: var(--plan1);
}
.pkg-zone .plan.p1 .phead {
  background: var(--plan1);
}
.pkg-zone .plan.p1 .ptitle {
  color: var(--plan1);
}
.pkg-zone .plan.p1 .prow .pic {
  background: #e7eefb;
}
.pkg-zone .plan.p1 .prow .pv {
  color: var(--plan1);
}
.pkg-zone .plan.p2 {
  border-color: var(--plan2);
}
.pkg-zone .plan.p2 .phead {
  background: var(--plan2);
}
.pkg-zone .plan.p2 .ptitle {
  color: var(--plan2);
}
.pkg-zone .plan.p2 .prow .pic {
  background: #e6ebf5;
}
.pkg-zone .plan.p2 .prow .pv {
  color: var(--plan2);
}
.pkg-zone .plan.p3 {
  border-color: var(--plan3);
}
.pkg-zone .plan.p3 .phead {
  background: var(--plan3);
}
.pkg-zone .plan.p3 .ptitle {
  color: var(--plan3);
}
.pkg-zone .plan.p3 .prow .pic {
  background: #e3f4f8;
}
.pkg-zone .plan.p3 .prow .pv {
  color: var(--plan3);
}
.pkg-zone .plan .phead {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  color: #fff;
  padding: 6px 0 9px;
}
.pkg-zone .plan .phead .pl {
  font-size: 19px;
  font-weight: 700;
}
.pkg-zone .plan .phead .pn {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 43px;
  line-height: 1;
}
.pkg-zone .plan .pbody {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.pkg-zone .plan .pphoto {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.pkg-zone .plan .pphoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pkg-zone .plan .ptitle {
  text-align: center;
}
.pkg-zone .plan .ptitle .pt {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
.pkg-zone .plan .ptitle .ps {
  font-size: 19px;
  font-weight: 700;
}
.pkg-zone .plan .prow {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 11px 0;
  border-bottom: 1px solid #e4e4e4;
}
.pkg-zone .plan .prow:last-child {
  border-bottom: 0;
}
.pkg-zone .plan .prow .pic {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pkg-zone .plan .prow .pic img {
  width: 55%;
  height: 55%;
  object-fit: contain;
  display: block;
}
.pkg-zone .plan .prow .pl2 {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.pkg-zone .plan .prow .pv {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  white-space: nowrap;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.pkg-zone .plan .prow .pv .pre {
  font-size: 17px;
  font-weight: 700;
}
.pkg-zone .plan .prow .pv .n {
  font-size: 36px;
  line-height: 0.9;
}
.pkg-zone .plan .prow .pv .u {
  font-size: 17px;
  font-weight: 700;
}
.pkg-zone .plan .prow.jihi {
  justify-content: space-between;
}
.pkg-zone .plan .prow.jihi .pl2 {
  flex: 0 0 auto;
}
.pkg-zone .plan .prow.jihi .pv .n {
  font-size: 30px;
  color: #000;
}
.pkg-zone .plan .prow.jihi .pv .arrow {
  color: #fe5f00;
  font-weight: 900;
  font-size: 22px;
  margin: 0 2px;
}
.pkg-zone .plan .prow.jihi .pv .up {
  color: #fe5f00;
  font-size: 43px;
  line-height: 0.9;
}
.pkg-zone .plan .prow.jihi .pv .upu {
  color: #fe5f00;
  font-size: 19px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .pkg-zone .pkg-box {
    flex-direction: column;
    padding: 28px;
  }
  .pkg-zone .tag-badge {
    font-size: 24px;
  }
  .pkg-zone .pkg-card {
    flex-basis: auto;
    max-width: none;
    width: 100%;
    padding: 24px;
  }
  .pkg-zone .pkg-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pkg-zone .pkg-row .val {
    width: 100%;
    justify-content: center;
    align-items: flex-end;
  }
  .pkg-zone .pkg-row .val .big {
    font-size: 44px;
  }
  .pkg-zone .pkg-row .val .mid {
    font-size: 36px;
  }
  .pkg-zone .pkg-row .val .o {
    text-align: center;
  }
  .pkg-zone .sim-head .h {
    font-size: 32px;
  }
  .pkg-zone .sim-head .h2 {
    font-size: 33px;
  }
  .pkg-zone .sim-head .h2 .blk {
    font-size: 27px;
  }
  .pkg-zone .sim-head .h {
    font-size: 29px;
  }
  .pkg-zone .plans {
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .pkg-zone .pkg-row {
    flex-wrap: nowrap;
  }
  .pkg-zone .pkg-row .val {
    width: auto;
  }
}
@media (max-width: 760px) {
  .pkg-zone .pkg-row {
    flex-wrap: wrap;
  }
  .pkg-zone .pkg-row .val {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .pkg-zone .pkg-box {
    padding: 18px;
    gap: 35px;
  }
  .pkg-zone .tag-badge {
    font-size: 17px;
  }
  .pkg-zone .pkg-left {
    gap: 25px;
  }
  .pkg-zone .sim-head .h {
    font-size: 24px;
  }
  .pkg-zone .sim-head .slash img {
    width: 35px;
  }
  .pkg-zone .sim-head .h2 {
    font-size: 25px;
    line-height: 1.4;
  }
  .pkg-zone .sim-head .h2 .blk {
    font-size: 19px;
  }
  .pkg-zone .sim-head .h {
    font-size: 21px;
  }
  .pkg-zone .sim-head .h2row {
    gap: 15px;
  }
  .pkg-zone .pkg-ttl .l1 {
    font-size: 32px;
  }
  .pkg-zone .pkg-ttl .l2 {
    font-size: 26px;
  }
  .pkg-zone .plan .prow.jihi {
    flex-wrap: wrap;
  }
  .pkg-zone .plan .prow.jihi {
    flex-wrap: wrap;
  }
  .pkg-zone .plan .pbody {
    padding: 20px;
    gap: 15px;
  }
  .pkg-zone .pkg-card {
    width: calc(100% + 20px);
    margin: 0 -10px -10px;
    padding: 15px 20px;
  }
  .pkg-zone .pkg-row {
    gap: 15px;
  }
  .pkg-zone .pkg-row .ic {
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
  }
  .pkg-zone .pkg-row .lab .t {
    font-size: 22px;
  }
  .pkg-zone .pkg-row .lab .s {
    font-size: 16px;
  }
  .pkg-zone .pkg-row .val {
    gap: 5px;
  }
  .pkg-zone .pkg-row .val .big {
    font-size: 46px;
  }
  .pkg-zone .pkg-row .val .mid {
    font-size: 38px;
  }
  .pkg-zone .pkg-row .val .u {
    font-size: 22px;
  }
  .pkg-zone .pkg-row .val .wave {
    font-size: 18px;
  }
  .pkg-zone .pkg-row .val.yellow {
    background: var(--yellow);
    border-radius: 11px;
    padding: 8px 18px;
  }
}

.faq {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  padding: 64px 24px;
}
.faq .faq-ttl {
  flex: 0 0 360px;
  font-size: 40px;
  font-weight: 700;
  color: #000;
}
.faq .faq-list {
  flex: 1;
  min-width: 0;
  background: #f5f5f5;
  padding: 40px;
}
.faq .faq-item {
  padding: 0 0 24px;
}
.faq .faq-item + .faq-item {
  border-top: 1px solid #dcdcdc;
  padding-top: 24px;
}
.faq .faq-q {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 22px;
}
.faq .faq-q .qt {
  font-size: 23px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}
.faq .faq-a {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.faq .faq-a .at {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
}
.faq .faq-badge {
  flex: 0 0 auto;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 30px;
}
.faq .faq-badge.q {
  background: var(--q-bg);
  color: var(--q-tx);
}
.faq .faq-badge.a {
  background: var(--a-bg);
  color: var(--a-tx);
}
@media (max-width: 1000px) {
  .faq {
    flex-direction: column;
    gap: 20px;
  }
  .faq .faq-ttl {
    flex-basis: auto;
    font-size: 36px;
  }
  .faq .faq-list {
    padding: 24px;
  }
  .faq .faq {
    flex-direction: column;
    gap: 20px;
  }
  .faq .faq-badge {
    width: 48px;
    height: 48px;
    font-size: 26px;
  }
}
@media (max-width: 760px) {
  .faq .faq-ttl {
    font-size: 30px;
  }
  .faq .faq-badge {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  .faq .faq-list {
    padding: 18px;
  }
  .faq .faq-list .faq-item + .faq-item {
    padding-top: 18px;
  }
  .faq .faq-list .faq-badge {
    width: 32px;
    height: 32px;
  }
  .faq .faq-list .faq-q {
    gap: 15px;
  }
  .faq .faq-list .faq-q .qt {
    font-size: 18px;
  }
  .faq .faq-list .faq-a {
    gap: 15px;
  }
  .faq .faq-list .faq-a .at {
    font-size: 16px;
  }
}

.seminar {
  padding: 10px 24px 0;
}
.seminar .seminar-bnr a {
  display: block;
}
.seminar .seminar-bnr a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.seminar .seminar-banner {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(120deg, #0b3aa0, #0848c4);
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 34px 44px;
  flex-wrap: wrap;
}
.seminar .seminar-left {
  flex: 1;
  min-width: 310px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.seminar .sb-top {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.seminar .sb-free {
  background: #ff6a00;
  color: #fff;
  font-weight: 700;
  font-size: 29px;
  padding: 6px 18px;
}
.seminar .sb-title {
  color: #fff;
  font-weight: 700;
  font-size: 58px;
  line-height: 1;
}
.seminar .sb-kaisai {
  display: flex;
  gap: 6px;
}
.seminar .sb-kaisai span {
  background: var(--blue-3);
  color: #fff;
  font-weight: 700;
  font-size: 31px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seminar .sb-daterow {
  display: flex;
  align-items: stretch;
  background: #fff;
  max-width: 530px;
}
.seminar .sb-daterow .dtab {
  background: #0068a9;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.seminar .sb-daterow .dval {
  color: #0068a9;
  font-weight: 700;
  padding: 10px 18px;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
.seminar .sb-daterow .dval .d {
  font-size: 48px;
}
.seminar .sb-daterow .dval .m {
  font-size: 31px;
}
.seminar .sb-note {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}
.seminar .sb-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #ff6a00;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding: 18px 28px;
  border-radius: 14px;
  text-decoration: none;
  align-self: flex-start;
}
.seminar .sb-cta .ico {
  width: 38px;
  display: inline-flex;
}
.seminar .sb-cta .ico svg {
  width: 100%;
  height: auto;
  display: block;
}
.seminar .sb-cta .ar {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.seminar .sb-cta .ar::after {
  content: "";
  border-left: 8px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-left: 2px;
}
.seminar .seminar-deco {
  flex: 0 0 265px;
  height: 180px;
  border-radius: 8px;
}
@media (max-width: 1000px) {
  .seminar .seminar-banner {
    padding: 24px;
  }
  .seminar .sb-title {
    font-size: 34px;
  }
  .seminar .seminar-deco {
    display: none;
  }
}

.entry {
  background: #0b3aa0;
  padding: 70px 0 80px;
  margin-top: 72px;
}
.entry .entry-inner {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
.entry .entry-left {
  flex: 0 0 430px;
}
.entry .entry-left .eyebrow {
  text-align: left;
}
.entry .entry-left .eyebrow .txt {
  color: var(--entry-y) !important;
  border-color: var(--entry-y) !important;
}
.entry .entry-left .ja {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 1.26;
}
.entry .form-card {
  flex: 1;
  min-width: 0;
  background: #fff;
  padding: 46px 44px;
}
.entry .frow {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 30px;
}
.entry .frow .flabel {
  flex: 0 0 250px;
  display: flex;
  align-items: center;
  gap: 17px;
  position: relative;
}
.entry .frow .flabel .lt {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}
.entry .frow .flabel .req {
  background: var(--req);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 8px;
  margin-left: auto;
}
.entry .frow .ffield {
  flex: 1;
  min-width: 0;
}
.entry .frow .ffield input,
.entry .frow .ffield select {
  width: 100%;
  height: 55px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  padding: 0 14px;
  font-size: 18px;
  font-family: inherit;
  background: #fff;
  color: #000;
}
.entry .frow .ffield input.inp_number,
.entry .frow .ffield select.inp_number {
  width: 35%;
  margin-right: 2px;
}
.entry .frow .ffield textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  padding: 14px;
  font-size: 16px;
  background: #fff;
  color: #000;
}
.entry .frow.dates .ffield {
  display: flex;
  gap: 20px;
}
.entry .frow.dates .dcol {
  flex: 1;
  min-width: 0;
}
.entry .frow.dates .dcol .dl {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
}
.entry .form-note {
  background: #ffefef;
  color: #aa3434;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  padding: 22px;
  margin-top: 6px;
}
.entry .form-note a {
  color: #aa3434;
}
.entry .entry-cta-wrap {
  text-align: center;
  margin-top: 45px;
}
.entry .entry-cta {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.entry .entry-cta br {
  display: none;
}
.entry .entry-cta .ajax-loader {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
.entry .entry-cta input {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: #ff6a00;
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  padding: 22px 80px 22px 50px;
  border-radius: 14px;
  text-decoration: none;
  border: 0;
  min-width: 320px;
}
.entry .entry-cta .price {
  font-size: 29px;
  font-weight: bold;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ff4800;
  display: inline-block;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
}
.entry .entry-cta .arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.5rem;
  flex: 0 0 auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.entry .entry-cta .arrow::after {
  content: "";
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin-left: 2px;
  width: 9px;
  height: 9px;
  transform: rotate(225deg);
}
@media (max-width: 1300px) {
  .entry .entry-left {
    flex: 0 0 300px;
  }
}
@media (max-width: 1000px) {
  .entry .entry-inner {
    flex-direction: column;
  }
  .entry .entry-left {
    flex-basis: auto;
  }
  .entry .entry-left .ja {
    font-size: 35px;
  }
  .entry .entry-left .ja br {
    display: none;
  }
  .entry .form-card {
    padding: 24px;
  }
  .entry .wpcf7 {
    width: 100%;
  }
  .entry .frow {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 18px;
  }
  .entry .frow br {
    display: none;
  }
  .entry .frow .flabel {
    flex-basis: auto;
  }
  .entry .frow .flabel .req {
    margin-left: 12px;
  }
}
@media (max-width: 760px) {
  .entry .entry-left .bar {
    width: 120px;
    margin-bottom: 13px;
  }
  .entry .entry-left .en {
    font-size: 34px;
  }
  .entry .entry-left .ja {
    font-size: 36px;
  }
  .entry .frow.dates .flabel {
    width: 100%;
  }
  .entry .frow.dates .ffield {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .entry {
    padding: 50px 0 50px;
  }
  .entry .eyebrow {
    margin-bottom: 20px;
  }
  .entry .entry-left .en {
    font-size: 34px;
  }
  .entry .entry-left .ja {
    font-size: 32px;
  }
}

.footer {
  padding: 46px 0;
}
.footer .footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
}
.footer .footer-co {
  display: flex;
  gap: 34px;
  align-items: flex-start;
}
.footer .footer-co .co {
  font-size: 29px;
  color: #000;
  margin-bottom: 10px;
}
.footer .footer-co .ci {
  font-size: 23px;
  color: #000;
  line-height: 1.5;
}
.footer .footer-co .ci a {
  color: #000;
}
.footer .footer-logo {
  flex: 0 0 95px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-logo img {
  width: 100%;
}
.footer .footer-cr {
  font-size: 18px;
  color: #000;
  padding-top: 8px;
}
@media (max-width: 1000px) {
  .footer .footer-inner {
    flex-direction: column;
  }
}
@media (max-width: 760px) {
  .footer {
    padding: 30px 0;
  }
  .footer .footer-inner {
    gap: 25px;
  }
  .footer .footer-co {
    gap: 20px;
    line-height: 1.4;
  }
  .footer .footer-co .co {
    font-size: 18px;
  }
  .footer .footer-co .ci {
    font-size: 15px;
  }
  .footer .footer-logo {
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
  }
  .footer .footer-cr {
    font-size: 15px;
  }
}

.wpcf7 .wpcf7-not-valid {
  background: #ffeaed !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 15px;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  text-align: center;
  font-weight: bold;
  background-color: #fff !important;
  font-size: 18px !important;
  color: #ff4100;
  border-color: #ff4100 !important;
  padding: 15px 35px 15px 14px !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}

.basicLightbox--visible {
  opacity: 1;
}

.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}

.basicLightbox__placeholder > iframe:first-child:last-child,
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}

.basicLightbox__placeholder > iframe:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  pointer-events: auto;
}

.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}

.basicLightbox--iframe .basicLightbox__placeholder,
.basicLightbox--img .basicLightbox__placeholder,
.basicLightbox--video .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}

br.hide-pc {
  display: none;
}
@media (max-width: 560px) {
  br.hide-pc {
    display: block;
  }
  br.hide-sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */