*, ::before, ::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #504F4F;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

:root {
  --c1:  #FF7800;
  --c2:  #FF4D00;
  --c3:  #1F80AA;
  --c4:  #00a7ea;
  --c5:  #1a1a2e;
  --c6:  #504F4F;
  --c7:  #666;
  --c8:  #e8e8e8;
  --bg:  #F7F7F7;
  --c9:  #008CBB;
  --cbg: #35B2E2;
}

.nv {
  background: #fff;
  border-bottom: 1px ridge rgba(182, 180, 180, .5);
  position: sticky;
  top: 0;
  z-index: 100;
}
.nv-i {
  width: 100%;
  margin: 0 auto;
  padding: 0 9vw;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nv-b img { height: 36px; width: auto; display: block; }

.nv-m { display: flex; align-items: center; gap: 40px; margin-right: auto; margin-left: 40px; }
.nv-l {
  color: var(--c6);
  font-size: clamp(1rem, 1.5vw, 18px);
  font-weight: 300;
  padding: 8px 0;
  text-decoration: none;
  transition: color .15s;
}
.nv-l:hover { color: var(--c3); }
.nv-l.on    { color: var(--c1); }

.nv-a { display: flex; align-items: center; gap: 8px; }
.nv-ob {
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  border: 1.5px solid var(--c1);
  color: var(--c1);
  background: transparent;
  border-radius: 4px;
  text-decoration: none;
  transition: background .15s;
}
.nv-ob:hover { background: #fff5ee; }

.nv-btn {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  color: var(--c9);
  border: 1px solid var(--c9);
  text-decoration: none;
  transition: background .15s, color .15s;
}
.nv-btn:hover { background: var(--c9); color: #fff; }

.h0 {
  background: var(--bg);
  border-bottom: 1px solid #eee;
  padding: 64px 40px;
  text-align: center;
}
.h0 h1 {
  font-size: 34px;
  font-weight: 700;
  color: var(--c5);
  line-height: 1.25;
  margin-bottom: 16px;
}
.h0 .h0-s {
  font-size: 16px;
  color: var(--c6);
  margin-bottom: 14px;
}
.h0 .h0-b {
  font-size: 15px;
  color: var(--c7);
  max-width: 620px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.h0-btn {
  display: inline-block;
  padding: 14px 48px;
  font-size: 16px;
  font-weight: 700;
  background: var(--c1);
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: .3px;
  transition: background .15s;
}
.h0-btn:hover { background: var(--c2); }

.hb {
  position: relative;
  width: 100%;
  height: 30vw;
  max-height: 640px;
  min-height: 280px;
  background: url('../img/banner-hero.webp') center/100% no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.40) 0%, rgba(0,0,0,.12) 38%, transparent 58%);
  z-index: 1;
}
.hb-c {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 9vw;
}
.hb h1 {
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 1rem;
  max-width: 540px;
  letter-spacing: 0.3px;
}
.hb .hb-s {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  max-width: 420px;
  line-height: 1.4;
}
.hb .hb-b {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,.9);
  max-width: 400px;
  line-height: 1.6;
  margin-bottom: 0;
}
.btn-h {
  display: inline-block;
  margin-top: 2.5vw;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  background: var(--c1);
  color: #fff;
  border: 2px solid var(--c1);
  border-radius: 5px;
  text-decoration: none;
  transition: background .15s, border-color .15s;
}
.btn-h:hover { background: var(--c2); border-color: var(--c2); }

.hb-bg {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hb-bc {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--c1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hb-bc .hb-n {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.hb-bc .hb-t {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin-top: 2px;
}
.hb-bd {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--c1);
  background: transparent;
  margin: 8px auto 0;
}

.hb-d1 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2.5px solid var(--c1);
  background: transparent;
  margin-bottom: 12px;
  align-self: center;
}
.hb-d2 {
  width: 18px;
  height: 18px;
  position: relative;
  align-self: flex-end;
  margin-right: -10px;
  margin-bottom: -6px;
}
.hb-d2::before,
.hb-d2::after {
  content: '';
  position: absolute;
  background: #4fc3d3;
  border-radius: 2px;
}
.hb-d2::before {
  width: 18px; height: 3px;
  top: 50%; left: 0;
  transform: translateY(-50%);
}
.hb-d2::after {
  width: 3px; height: 18px;
  left: 50%; top: 0;
  transform: translateX(-50%);
}
.hb-d3 {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2.5px solid var(--c1);
  background: transparent;
  margin-top: 12px;
  align-self: center;
}

.ct {
  padding: 50px 9vw;
  background: #fff;
}
.ct-i {
  max-width: 80vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.ct-t h2 {
  font-size: 30px;
  font-weight: 300;
  color: var(--c6);
  margin-bottom: 0.5rem;
  white-space: nowrap;
}
.ct-t p {
  font-size: 16px;
  font-weight: 300;
  color: var(--c6);
  line-height: 1.5;
  max-width: 600px;
  margin-bottom: 0.5rem;
}
.ct-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 400;
  background: var(--c1);
  color: #fff;
  border: 2px solid var(--c1);
  border-radius: 5px;
  text-decoration: none;
  transition: background .15s, border-color .15s;
  white-space: nowrap;
}
.ct-btn:hover { background: var(--c2); border-color: var(--c2); }
.ct-btn img { width: 28px; height: 28px; }

.ps {
  padding: 0;
  background: #fff;
  border-top: 1px solid #eee;
  overflow: hidden;
}
.ps-i {
  max-width: 100%;
  margin: 0;
  display: flex;
  align-items: stretch;
  gap: 0;
}
.ps-t {
  flex: 1;
  text-align: left;
  max-width: 650px;
  padding: 80px 4vw 80px 9vw;
}
.ps-t h2 {
  font-size: 30px;
  font-weight: 300;
  color: var(--c6);
  margin-bottom: 20px;
}
.ps-t ol {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.ps-t ol li {
  font-size: 16px;
  font-weight: 300;
  color: var(--c6);
  line-height: 1.8;
  padding-left: 0;
}
.ps-t .ps-c {
  font-size: 16px;
  color: var(--c6);
  font-weight: 700;
}
.ps-ph {
  flex: 1;
  background: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 450px;
  max-height: 550px;
  overflow: hidden;
  padding: 0;
}
.ps-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: right bottom;
}
.pm {
  width: 320px;
  height: 480px;
  background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
  border-radius: 30px;
  box-shadow: 0 8px 40px rgba(0,0,0,.15);
  overflow: hidden;
  position: relative;
}
.pm-s {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.pm-s img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss {
  padding: 50px 9vw 60px;
  background: #fff;
  text-align: center;
  border-top: 1px solid #eee;
}
.ss h2 {
  font-size: 30px;
  font-weight: 300;
  color: var(--c1);
  margin-bottom: 0.5rem;
}
.ss p {
  font-size: 22px;
  font-weight: 300;
  color: var(--c6);
  max-width: 700px;
  margin: 0 auto;
}
.ss a {
  color: var(--c6);
  text-decoration: underline;
}

.ft {
  background: var(--cbg);
  padding: 2rem 9vw;
}
.ft .ft-i {
  max-width: 80vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.ft .ft-l img {
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
}
.ft .ft-lnk {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ft .ft-lnk a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  padding: 4px 8px;
  transition: color .15s;
}
.ft .ft-lnk a:hover { color: var(--c6); }
.ft .ft-lnk .sp {
  color: rgba(255,255,255,.8);
  font-size: 14px;
}

.sc { padding: 60px 9vw; }
.sc-a { background: var(--bg); }
.sc-t {
  font-size: 30px;
  font-weight: 300;
  color: var(--c6);
  text-align: center;
  margin-bottom: 44px;
}

.fg {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.fg-i {
  width: 190px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.fg-i img { width: 72px; height: 72px; object-fit: contain; }
.fg-i p   { font-size: 16px; font-weight: 300; color: var(--c6); line-height: 1.4; }

.sg {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}
.sg-i {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px 12px;
  border-radius: 8px;
  transition: background .15s;
  cursor: default;
}
.sg-i:hover { background: #fff5ee; }
.sg-i img { width: 60px; height: 60px; object-fit: contain; }
.sg-i p   { font-size: 16px; font-weight: 300; color: var(--c6); line-height: 1.4; }

.ac {
  padding: 60px 40px;
  text-align: center;
  border-top: 1px solid #eee;
}
.ac h2  { font-size: 22px; font-weight: 700; color: var(--c5); margin-bottom: 8px; }
.ac .ac-s { font-size: 15px; color: var(--c7); margin-bottom: 40px; }

.ac-r { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.ac-c {
  background: #fff;
  border-radius: 10px;
  padding: 40px 32px;
  width: 270px;
  box-shadow: 0 2px 16px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  border: 2px solid transparent;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.ac-c:hover {
  border-color: var(--c1);
  box-shadow: 0 6px 28px rgba(232,101,10,.15);
  transform: translateY(-3px);
}
.ac-ic {
  width: 64px; height: 64px;
  background: #fff3ec;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.ac-ic svg { width: 32px; height: 32px; fill: var(--c1); }
.ac-c h3 { font-size: 19px; font-weight: 700; color: var(--c5); }
.ac-c p  { font-size: 13px; color: #777; text-align: center; line-height: 1.5; }

.ac-btn {
  margin-top: 8px;
  width: 100%;
  padding: 11px;
  background: var(--c1);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: background .15s;
}
.ac-btn:hover { background: var(--c2); }

.pg-hd {
  background: var(--bg);
  border-bottom: 1px solid var(--c8);
  padding: 40px 40px 36px;
}
.pg-hd h1 {
  font-size: 28px;
  font-weight: 700;
  color: var(--c5);
  max-width: 1000px;
  margin: 0 auto;
}

.cnt {
  max-width: 1000px;
  margin: 0 auto;
  padding: 48px 40px 80px;
}
.cnt h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--c5);
  margin: 36px 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--c1);
}
.cnt h2:first-child { margin-top: 0; }
.cnt p  { font-size: 14px; line-height: 1.75; color: #444; margin-bottom: 14px; }
.cnt ul { font-size: 14px; line-height: 1.75; color: #444; margin: 0 0 14px 24px; }
.cnt ul li { margin-bottom: 6px; }
.cnt strong { color: var(--c5); }
.cnt a      { color: var(--c1); }
.upd-dt     { font-size: 12px; color: #999; margin-bottom: 32px; }

footer {
  background: #fff;
  border-top: 1px solid var(--c8);
  padding: 28px 40px;
}
.ft-i {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.ft-l img { height: 30px; width: auto; }
.ft-lnk    { display: flex; align-items: center; flex-wrap: wrap; }
.ft-lnk a  { color: #666; font-size: 13px; text-decoration: none; padding: 4px 12px; transition: color .15s; }
.ft-lnk a:hover { color: var(--c1); }
.ft-lnk .sp   { color: #ccc; font-size: 12px; }
.ft-cp {
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #aaa;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}

@media (max-width: 1024px) {
  .nv-i                { padding: 0 20px; }
  .nv-ob               { display: none; }

  .h0                  { padding: 48px 28px; }
  .h0 h1               { font-size: 28px; }

  .hb                  { height: auto; min-height: 280px; background-size: cover; }
  .hb h1               { font-size: 30px; }
  .hb-bg               { right: 5%; }
  .hb-bc               { width: 100px; height: 100px; }
  .hb-bc .hb-n         { font-size: 26px; }

  .ct                  { padding: 40px 28px; }
  .ps                  { padding: 48px 28px; }
  .ps-i                { gap: 40px; }

  .sc                  { padding: 48px 28px; }
  .sc-t                { font-size: 25px; }
  .ac                  { padding: 48px 28px; }

  .fg-i                { width: 160px; }
  .sg-i                { padding: 16px 8px; }
  .sg                  { gap: 12px; }

  .ac-c                { width: 240px; padding: 32px 24px; }

  .pg-hd               { padding: 32px 28px; }
  .cnt                 { padding: 40px 28px 72px; }
  footer               { padding: 24px 28px; }
  .ft                  { padding: 20px 28px; }
}

@media (max-width: 768px) {
  .nv-i                { padding: 0 16px; height: 60px; }
  .nv-b img            { height: 25px; }
  .nv-m                { display: none; }
  .nv-a                { gap: 0; }
  .nv-btn              { display: none; }

  .nv-i::after {
    content: '☰';
    font-size: 24px;
    color: var(--c3);
    cursor: pointer;
  }

  .hb                  { height: 87vw; min-height: unset; background-image: url('../img/Frame-480970155.webp'); background-size: cover; background-position: center top; }
  .hb-c                { padding: 0 20px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; padding-bottom: 20px; text-align: center; }
  .hb h1               { font-size: 22px; max-width: 100%; text-align: center; font-weight: 400; }
  .hb .hb-s            { font-size: 16px; max-width: 100%; text-align: center; }
  .hb .hb-b            { text-align: center; }
  .btn-h               { display: none; }

  .h0                  { padding: 40px 20px; }
  .h0 h1               { font-size: 24px; line-height: 1.3; }
  .h0 .h0-s            { font-size: 14px; }
  .h0 .h0-b            { font-size: 14px; margin-bottom: 28px; }
  .h0-btn              { padding: 13px 36px; font-size: 15px; width: 100%; max-width: 320px; display: block; margin: 0 auto; }

  .ct                  { padding: 40px 24px; }
  .ct-i                { flex-direction: column; text-align: center; gap: 24px; }
  .ct-t h2             { font-size: 25px; white-space: normal; text-align: center; }
  .ct-t p              { max-width: 100%; text-align: center; }
  .ct-btn              { width: 100%; max-width: 360px; justify-content: center; padding: 14px 30px; font-size: 18px; }

  .sc                  { padding: 40px 24px; }
  .sc-t                { font-size: 22px; margin-bottom: 32px; }
  .fg                  { flex-direction: column; align-items: center; gap: 32px; }
  .fg-i                { width: 100%; max-width: 400px; flex-direction: column; text-align: center; gap: 14px; }
  .fg-i img            { width: 80px; height: 80px; }
  .fg-i p              { font-size: 16px; text-align: center; }

  .sg                  { grid-template-columns: 1fr; gap: 8px; max-width: 400px; margin: 0 auto; }
  .sg-i                { padding: 20px 8px; }
  .sg-i img            { width: 70px; height: 70px; }
  .sg-i p              { font-size: 16px; }

  .ps                  { padding: 0; background: #fff; }
  .ps-i                { flex-direction: column-reverse; gap: 0; }
  .ps-t                { text-align: left; padding: 30px 24px; max-width: 100%; }
  .ps-t h2             { font-size: 25px; text-align: center; }
  .ps-t ol li          { font-size: 16px; }
  .ps-ph               { min-height: 280px; max-height: 350px; width: 100%; justify-content: center; }
  .ps-img              { object-position: center top; }

  .ss                  { padding: 40px 24px; background: var(--bg); }
  .ss h2               { font-size: 25px; }
  .ss p                { font-size: 18px; }

  .ac                  { padding: 36px 16px; }
  .ac h2               { font-size: 19px; }
  .ac .ac-s            { font-size: 14px; margin-bottom: 28px; }
  .ac-r                { flex-direction: column; align-items: center; gap: 16px; }
  .ac-c                { width: 100%; max-width: 340px; padding: 28px 24px; }
  .ac-c:hover          { transform: none; }

  .pg-hd               { padding: 24px 16px; }
  .pg-hd h1            { font-size: 22px; }
  .cnt                 { padding: 28px 16px 56px; }
  .cnt h2              { font-size: 16px; margin-top: 28px; }

  .ft                  { padding: 24px 24px; }
  .ft .ft-i            { flex-direction: column; align-items: flex-start; text-align: left; gap: 16px; }
  .ft .ft-l img        { height: 32px; }
  .ft .ft-lnk          { flex-direction: column; align-items: flex-start; gap: 4px; }
  .ft .ft-lnk .sp      { display: none; }
  .ft .ft-lnk a        { padding: 4px 0; font-size: 15px; }

  footer               { padding: 20px 16px; }
  .ft-i                { flex-direction: column; align-items: center; text-align: center; gap: 12px; }
  .ft-lnk              { justify-content: center; gap: 4px; }
  .ft-lnk a            { padding: 4px 8px; font-size: 12px; }
  .ft-cp               { font-size: 11px; }
}

@media (max-width: 480px) {
  .h0 h1               { font-size: 21px; }
  .h0 .h0-s            { font-size: 13px; }

  .hb h1               { font-size: 18px; }
  .hb .hb-s            { font-size: 14px; }

  .ct-t h2             { font-size: 22px; }

  .sg-i img            { width: 60px; height: 60px; }
  .fg-i img            { width: 70px; height: 70px; }

  .ac-c                { max-width: 100%; }
  .sc-t                { font-size: 18px; }

  .ft-lnk              { flex-direction: column; align-items: center; }
  .ft-lnk .sp          { display: none; }
  .ft .ft-lnk          { flex-direction: column; }
  .ft .ft-lnk .sp      { display: none; }
}
