:root{
  --container: 1200px;

  --c-red: #e50012;
  --c-orange: #f2a000;
  --c-green: #6fb92c;
  --c-blue: #00aeeb;
  --c-purple: #a54a96;
  --c-magenta: #e3007f;

  --c-bg: #ffffff;
  --c-ink: #111;
  --c-muted: #666;
  --c-line: #e6e6e6;

  --radius: 14px;
  --shadow: 0 0 10px rgba(0,0,0,.30);
  --lp-select-w: 30%;
}

*, *::before, *::after{ box-sizing:border-box; }
html,body{ height:100%; }
body.lp_visit{
  margin:0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: var(--c-ink);
  background: var(--c-bg);
  line-height: 1.6;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; }
.lp_visit .container{
  width:min(var(--container), calc(100% - 48px));
  max-width: inherit;
  margin-inline:auto;
}

/* Header */
.header{
  position: fixed;
  top:0;
  z-index: 1000;
  background:#fff;
  border-bottom: 1px solid var(--c-line);
  width: 100%;
}
.header__inner{
  height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  width: 200px;
}
.brand__text{ display:flex; flex-direction:column; line-height:1.2; }
.brand__text small{ color: var(--c-muted); font-weight:600; }
.brand__text strong{ font-size:16px; letter-spacing:.02em; }

.nav{ display:flex; align-items:center; gap:24px; }
.nav a{ font-size:12px; color:#222; opacity:.92; }
.nav a:hover{ opacity:1; text-decoration:underline; }
.nav--pc{ display:flex; align-items:center; gap:18px; }
.navSp{ display:none; }
.btn{
  position: relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 18px;
  border-radius: 10px;
  border:1px solid transparent;
  /*font-weight:800;*/
  letter-spacing:.02em;
  cursor:pointer;
  transition: .18s ease;
  white-space: nowrap;
}
.btn::after{
  content: "";
  width: 2em;
  height: 0.8em;
  display: inline-block;
  background: url("../../images/lp/btn_icon.png") center / contain no-repeat;
}
.btn--primary{
  background: linear-gradient(90deg, #e40012 0%, #a40000 100%);
  color:#fff !important;
}
.nav .btn--primary {
  margin-left: 20px;
}
.nav .btn--primary.nav__cta:hover{
  opacity: 0.6;
  text-decoration: none;
}
.btn--ghost{
  background:#fff;
  border-color: var(--c-line);
  color:#111;
}
.btn--ghost:hover{ background:#f7f7f7; }

.bgWord{
  position:absolute;
  text-align:center;
  font-size: 160px;
  font-weight: 600;
  font-family: Oswald, sans-serif;
  opacity: .24;
  pointer-events:none;
  user-select:none;
  white-space:nowrap;
}
    /* Section heading */
.section{
  position: relative;
  padding: 56px 0;
}
.section__head{
  text-align:center;
}
.section__eyebrow{
  padding: 50px 0 36px;
  font-weight: 600;
  letter-spacing: .08em;
  font-size: 16px;
  opacity: .95;
}
.section__title{
  position: relative;
  z-index: 1; 
  display: inline-block;
  font-size: 32px;
  line-height: 1.3;
}
.section__title .bgWord{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  z-index: -1;
  font-size: 160px;
  font-weight: 600;
  opacity: .18;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.pc--none{
  display: none;
}
.sp--none{
  display: inherit;
}
/* Hero */
.hero{
  position: relative;
  overflow:hidden;
  background:#fff;
}
.hero::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../../images/lp/IMG_1459_8.png) right center / auto 100% no-repeat;
  clip-path: polygon(
    55% 0%,
    100% 0%,
    100% 100%,
    45% 100%
  );
}
.hero > *{
  position: relative;
  z-index: 1;
}
.hero__inner{
  width:min(var(--container), calc(100% - 64px));
  color: var(--c-ink);
  margin-inline:auto;
  min-height: 520px;
  display:grid;
  gap: 0;
  align-items: stretch;
}
.hero__left{
  padding: 72px 10px 48px 10px;
}
.hero__badge{
  display:inline-block;
  font-weight:600;
  font-size:16px;
  color:#111;
  background:#fff;
  border:1px solid var(--c-ink);
  padding: 8px 12px;
}
.hero__title{
  margin: 18px 0 30px;
  font-size: 92px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .01em;
}
.hero__title-liner {
  background: #fff;
  display: inline-block;
  line-height: 1.1;
  padding: 0 0 10px 4px;
}
.hero__title-liner.bg--bk{
  background: var(--c-ink);
  color: #fff;
}
.hero__ctaRow{
  display:inline-flex;
  flex-direction: column;
  align-items:center;
  gap:8px;
  margin-top: 18px;
}
.hero__ctaRow .btn{
  font-size: 13px;
}
.hero__note{
  color: var(--c-muted);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.hero__right{
  position: relative;
  min-height: 520px;
  background: #ddd;
  clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.hero__right img{
  width:100%;
  height:100%;
  object-fit: cover;
}

/* About block */
.about{
  padding: 0 0 60px;
  background:#fff;
  line-height: 1.5;
}
.about__band{
  position: relative;
  background: var(--c-orange);
  color: #fff;
  padding: 56px 0 56px;
  overflow: hidden;
}
.about__container {
  transform: translateY(-60px);
  margin-bottom: -30px;
  color: var(--c-ink);
}
.about__photo{
  width: 100%;
  margin: 0 auto;
  overflow:hidden;
  background:#eee;
  margin-bottom: 30px;
}
.about__photo img{
  width:100%;
  /*height: 220px;
  object-fit: cover;*/
}

.about__grid{
  margin-top: 8px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 28px;
  align-items:start;
}
.aboutCard{
  border-left: 6px solid var(--c-orange);
  padding: 0 14px;
  background:#fff;
  display: grid;
  grid-template-columns: minmax(180px, 30%) 1fr;
  grid-auto-flow: column;
  align-items: center;
}
.aboutCard__title{
  font-size: 24px;
  font-weight: 900;
  position: relative;
}
.aboutCard__title::after{
  position: absolute;
  content: "";
  width: 20px;
  height: 38px;
  background: url(../../images/lp/about_text_icon.png) no-repeat;
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.aboutCard__text{
  margin:0;
  color: #333;
  font-size: 13.5px;
  font-weight: 600;
  padding-left: 1.5em;
}

/* Strength */
.strength{
  background: #fff;
  color:#111;
  padding: 0 0 80px;
  line-height: 1.5;
}
.strength .section__title{ color:#fff; }
.strength .bgWord{ color:#fff; opacity:.18; }
.strength__band{
  position: relative;
  background: var(--c-green);
  color: #fff;
  padding: 100px 0 60px;
  overflow: hidden;
}
.strength__band .section__title{ color:#fff; }
.strength__band .section__eyebrow{ color:#fff; }
.strength__band .section__head{
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
}
.strength__content{
  transform: translateY(-60px);
  margin-bottom: -30px;
}
.stats{
  margin-top: 0;
  background:#fff;
  color:#111;
  line-height: 1.5;
}

.stats__grid{
  display:grid;
  grid-template-columns: 32% 30% 20% 18%;
  box-shadow: var(--shadow);
}
.stat{
  padding: 22px 18px;
  border-right: 1px solid var(--c-line);
  text-align:center;
}
.stat:last-child{ border-right:none; }
.stat__icon{
  height:130px;
  margin: 0 auto 10px;
  border-radius: 16px;
  display:flex;
  place-items:center;
  justify-content: center;
}
.stat__icon img{
  height: 100%;
}
.stat__num{
  font-size: 72px;
  font-family: Roboto;
  letter-spacing: -0.05em;
  line-height: 1.1;
  font-weight: 600;
  color: var(--c-green);
  margin: 0 0 4px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.stat__label{
  margin:0;
  font-size: 18px;
  color: #333;
  font-weight: 800;
}
.stat__sub{
  margin-left: 3px;
  font-size: 14px;
  color: var(--c-ink);
  font-weight: 600;
  letter-spacing: initial;
}
.stat__stext{
  font-size: 12px;
  color: var(--c-muted);
  font-weight: 600;
}

.points{
  margin: 40px 0 0;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  line-height: 1.5;
}
.pointCard{
  background:#fff;
  overflow:hidden;
  color:#111;
}
.pointCard__img{
  background:#eee;
}
.pointCard__img img{
  width:100%;
}
.pointBadge{
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  background: var(--c-green);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .12em;
  padding: 8px 0 10px;
  line-height: 1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.pointCard__title{
  margin:10px 0;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}
.pointCard__text{
  margin:0;
  color: var(--c-muted);
  font-size: 12px;
}

/* Voice */
.voice{
  background: var(--c-blue);
  color:#fff;
  padding: 0;
}
.voice .section__title{ color:#fff; }
.voice__band{
  position: relative;
  background: var(--c-blue);
  color: #fff;
  padding: 100px 0 120px;
  overflow: hidden;
}

.bubbles{
  display:grid;
  grid-template-columns: repeat(3, minmax(280px, 30%));
  /*gap: 40px;*/
  align-items: start;
  justify-content: space-between;
  transform: translateY(-60px);
  margin-bottom: -30px;
}
.bubbles >*:nth-child(1){
  margin-top: -60px;
}
.bubbles >*:nth-child(3){
  margin-top: -90px;
}
.bubble{
  position:relative;
  background:#fff;
  border-radius:18px;
  padding:30px;
  min-height:130px;
  transform: rotate(-5deg);
  transform-origin: 50% 50%;
}
.bubbles .bubble{
  position: relative;
  z-index: 0;
  overflow: visible;
  --under-gap: 12px;
  --under-h: 130px;
}
.bubbles .bubble::before{
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--under-h) / 1.2);
  width: 100%;
  height: var(--under-h);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.bubbles .bubble:nth-child(1),
.bubbles .bubble:nth-child(3){
  margin-bottom: calc(var(--under-h) / 1.1);
}
.bubbles .bubble:nth-child(1)::before,
.bubbles .bubble:nth-child(3)::before{
  opacity: 1;
}
.bubbles .bubble:nth-child(1)::before{
  background-image: url("../../images/lp/voice_img_star.png");
}
.bubbles .bubble:nth-child(3)::before{
  background-image: url("../../images/lp/voice_img_heart.png");
}
.bubble__content{
  color: var(--c-ink);
  transform: rotate(5deg);
  transform-origin: 50% 50%;
}
.bubble:after{
  content:"";
  position:absolute;
  bottom:-24px;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 38px solid #fff;
}
.bubble__text{
  margin:0;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.55;
}
.bubble__meta{
  margin-top: 8px;
  font-size: 11.5px;
  color: var(--c-muted);
  font-weight: 800;
}

/* Job menu */
.job{
  background: #fff;
  color:#fff;
  padding: 0 0 40px;
  line-height: 1.5;
}
.job .section__title{ color:#fff; }
.job__band{
  position: relative;
  background: var(--c-purple);
  color: #fff;
  padding: 100px 0 150px;
  overflow: hidden;
}
.jobBox{
  background:#fff;
  color:#111;
  box-shadow: var(--shadow);
  padding: 40px 80px;
  transform: translateY(-60px);
  margin-bottom: -30px;
}
.jobGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.jobItem{
  display:flex;
  gap: 12px;
  align-items: center;
}
.jobIcon{
  width:70px;
  display:grid;
  place-items: center;
}
.jobItem h4{
  margin:0;
  font-size: 24px;
  font-weight: 600;
}
.jobItem p{
  font-size: 11px;
  color: var(--c-muted);
}

/* Access */
.access{
  background:#fff;
  color:#fff;
  padding: 0 0 56px;
  line-height: 1.5;
}
.access .section__title{ color:#fff; }
.access__band{
  position: relative;
  background: var(--c-magenta);
  color: #fff;
  padding: 100px 0 150px;
  overflow: hidden;
}

.officeBox{
  background:#fff;
  color:#111;
  box-shadow: var(--shadow);
  padding: 60px 80px;
  transform: translateY(-60px);
  margin-bottom: -30px;
}
.officeGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  align-items: stretch;
}
.office{
  display: grid;
  align-items: stretch;
}
.office h4{
  margin:0 0 8px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: var(--c-ink) solid 2px;
}
.office .txt{
  font-size: 12px;
  color: #333;
  font-weight: 700;
  margin: 0 0 6px;
  display: grid;
  align-items: stretch;
}
.office .map{
  height: 120px;
  background: #bdbdbd;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight: 1000;
  letter-spacing:.08em;
  margin-top: 10px;
}
.mapWrap{
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #bdbdbd;
}

/* FAQ */
.faq{
  background: #e5e5e5;
  color:#111;
  padding: 0 0 80px;
  line-height: 1.5;
}
.faq__band{
  position: relative;
  color: var(--c-ink);
  padding: 100px 0 90px;
  overflow: hidden;
}
.faq__band .section__title .bgWord{
  color: rgb(0, 0, 0, 0.3);
}
.faqTabs{
  display:grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.faqTab{
  border: 2px solid #111;
  background:#fff;
  padding: 12px 10px 40px;
  font-weight: 600;
  font-size: 16px;
  cursor:pointer;
  text-align:center;
  position: relative;
}
.faqTab span{
  display: block;
  font-family: serif;
  text-align: center;
  transform: scaleX(2) rotate(90deg);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.faqTab[aria-selected="true"]{
  background: #111;
  color: #fff;
  border-color: #111;
  outline: none;
}
.faqTab[aria-selected="false"]{
  background: #fff;
  color: #111;
  border-color: #111;
}


.accordion{
  margin: 16px auto 0;
  width: 90%;
  overflow:hidden;
}
.accTitle{
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
.accItem{
  margin-bottom: 10px;
  background: #fff;
}
.accBtn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 14px 16px;
  background:#fff;
  border:none;
  text-align:left;
  cursor:pointer;
}
.accQ{
  display:flex;
  align-items:center;
  gap: 10px;
  font-weight: 1000;
  font-size: 13px;
}
.qMark{
  display:grid; place-items:center;
  font-size: 20px;
  font-weight: 600;
  font-family: Oswald, sans-serif;
  flex:0 0 auto;
}
.accIcon{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  color:#333;
  flex:0 0 auto;
  font-size: 28px;
  line-height: 1;
}
.accPanel{
  display:none;
  padding: 0 46px 16px 46px;
  color:#333;
  font-weight: 700;
  font-size: 12.5px;
  align-items: baseline;
  gap: 10px;
}
.accItem[data-open="true"] .accPanel{ display:flex; }
.accItem[data-open="true"] .accIcon{ transform: none; }

/* Contact */
.contact{
  color:#fff;
  padding: 0 0 80px;
  position:relative;
  overflow:hidden;
  line-height: 1.5;
}
.contact__band{
  position: relative;
  background: var(--c-red);
  color: #fff;
  padding: 100px 0 60px;
  overflow: hidden;
}
.contact__head{
  text-align:center;
  margin-bottom: 18px;
}
.contact__lead{
  margin:0 0 8px;
  font-weight: 1000;
  font-size: 20px;
}
.contact__desc{
  margin:0;
  font-size: 12.5px;
  font-weight: 700;
  opacity:.95;
}
.formCard{
  background:#fff;
  color:#111;
  box-shadow: var(--shadow);
  padding: 60px 80px;
  transform: translateY(-60px);
  margin-bottom: -30px;
}
.req{
  display:inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 4px;
  background: var(--c-red);
  color: #fff;
  grid-column: 1;
  line-height: 1; 
}
.opt{
  display:inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 4px;
  background: var(--c-muted);
  color: #fff;
  grid-column: 1;
  line-height: 1; 
}
.fLabel > p > .req,
.fLabel > p > .opt{
  grid-column: 1;
}
.fForm{
  display: grid;
  gap: 12px;
}
.fRow{
  display: grid;
  grid-template-columns: 220px 1fr;
  column-gap: 16px;
  row-gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}
.fLabel{
  align-items:center;
  font-weight: 600;
  font-size: 12.5px;
  color:#222;
  line-height: 1.5;
}
.fLabel > p{
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: .5em;
  align-items: baseline;
}
.fLabel > p > .fLabel__text{
  grid-column: 2;
  min-width: 0;
  line-height: 1.35; 
}
.fRow--top .fLabel{
  align-items: flex-start;
  padding-top: 6px;
}
.fRow--top{
  align-items: start;
}

.fCtrl{ min-width: 0; }
.fForm input[type="text"],
.fForm input[type="email"],
.fForm input[type="tel"],
.fForm select,
.fForm textarea{
  width:100%;
  padding: 11px 12px;
  border: 1px solid #dcdcdc;
  font: inherit;
  font-size: 13px;
  background:#f7f7f7;
}
.fForm textarea{ min-height: 120px; resize: vertical; }
.fChecks .wpcf7-list-item{ margin: 0; }
.fChecks .wpcf7-form-control.wpcf7-checkbox{
  display: grid;
  gap: 10px 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}
.fChecks--office .wpcf7-form-control.wpcf7-checkbox{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.fChecks .wpcf7-list-item > label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.35;
  color:#333;
  font-size: 12.5px;
  font-weight: 600;
  text-align: left;
}
.fChecks input[type="checkbox"]{
  margin: 0;
  transform: none;
}
.fForm select{
  width: var(--lp-select-w);
}
.timeRow select{
  min-width: 200px;
  margin-right: 10px;
}
.timeRow{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.timeRow__line{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.timeRow__txt{
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.fForm .wpcf7-form-control-wrap[data-name="dow"] .wpcf7-form-control.wpcf7-checkbox{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
}
.fForm .wpcf7-form-control-wrap[data-name="dow"] .wpcf7-list-item{
  margin: 0;
}
.fForm .wpcf7-form-control-wrap[data-name="dow"] .wpcf7-list-item > label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.formActions{
  text-align: center;
}
.wpcf7 input.btn.btn--submit{
  font-size: 16px;
  padding:20px 90px 20px 60px;
  background-image: url("../../images/lp/btn_icon.png"),
    linear-gradient(90deg, #e40012 0%, #a40000 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: right 30px center, center;
  background-size: 1.5em auto, 100% 100%;
  color:#fff;
  border-radius: 16px;
}
.wpcf7-spinner {
  display: none !important;
}
.wpcf7-not-valid-tip{
  margin-top: 10px;
  font-size: 11px !important;
  font-weight: 600 !important;
}

/* Footer */
.footer{
  background:#fff;
  border-top: 1px solid var(--c-line);
  padding: 52px 0 26px;
  text-align:center;
  color:#333;
}
.footer__logo {
  display: inline-block;
  width: 200px;
  margin: 0 auto;
}
.footer__links{
  display:flex;
  justify-content:center;
  gap: 24px;
  font-size: 12px;
  font-weight: 800;
  color:#333;
  margin: 24px 0 52px;
}
.footer__copy{
  margin:0;
  font-size: 11px;
  color: var(--c-muted);
  font-weight: 700;
}

/* small helpers */
.sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0;
}

/* thanks page */
.thanks__inner{
  box-shadow: var(--shadow);
  padding: 60px 80px;
  transform: translateY(-60px);
  margin-bottom: -30px;
  background: #fff;
}
.contact__band--thanks{
  padding: 170px 0 60px;
}
.thanks__head{
  margin-bottom: 80px;
}
.thanks__sub--title{
  font-size: 24px;
  font-weight: 600;
  color: var(--c-ink);
  text-align: center;
  margin-bottom: 30px;
}
.thanks__text{
  font-size: 16px;
  color: var(--c-ink);
  text-align: center;
}

@media (max-width: 1020px) and (min-width: 768px) {
  :root{ --lp-select-w: 30%; }
  html, body{
    overflow-x: clip;
  }
  .container{
    width: 100%;
    padding-inline: 20px;
    margin-inline: auto;
  }
  .header__inner{
    gap: 12px;
    min-width: 0;
  }
  .brand{
    width: auto;
    min-width: 120px;
    flex: 0 1 160px;
  }
  .brand img{
    max-width: 100%;
    height: auto;
    display: block;
  }
  .hero::after{
    background: url(../../images/lp/IMG_1459_7.png) right center / cover no-repeat;
    clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 30% 100%);
  }
  .nav--pc{ display:none; }
  .navSp{
    display:flex;
    align-items:center;
    gap:10px;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
  }
  .navSp__toggle{
    width:44px;
    height:44px;
    border:none;
    background:#fff;
    cursor:pointer;
    display:inline-flex;
    flex-direction: column;
    justify-content:center;
    gap:5px;
    position: relative;
    z-index: 3000;
  }
  .navSp__bar{
    width:22px;
    height:2px;
    background:#111;
    margin:0 auto;
    display:block;

    transition: transform .25s ease, opacity .25s ease;
    transform-origin:center;
  }
  .navSp__toggle.is-open .navSp__bar:nth-child(1){
    transform: translateY(7px) rotate(45deg);
  }
  .navSp__toggle.is-open .navSp__bar:nth-child(2){
    opacity: 0;
  }
  .navSp__toggle.is-open .navSp__bar:nth-child(3){
    transform: translateY(-7px) rotate(-45deg);
  }

  .navSp__panel{
    position: fixed;
    top: 0;
    right: 0;
    width: min(86vw, 320px);
    height: 100dvh;
    background:#fff;
    border-left: 1px solid var(--c-line);
    box-shadow: var(--shadow);
    padding: 88px 16px 16px;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease;
    z-index: 2000;
  }
  .navSp__panel.is-open{
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  .navSp__panel a{
    padding: 12px 10px 30px;
    border-radius: 10px;
    font-weight: 600;
    display: block;
  }
  .navSp__panel a:hover{ background:#f6f6f6; }
  .navSp__overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
    z-index: 900;
  }
  .navSp__overlay.is-open{
    opacity: 1;
    pointer-events: auto;
  }
  .navSp__cta{
    font-size: 11px;
    padding: 10px 12px;
    max-width: 52vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .btn::after{
    width: 1.6em;
  }
  .bubbles{
    grid-template-columns: repeat(3, 28%);
  }
  .bubbles .bubble:nth-child(1),
  .bubbles .bubble:nth-child(3){
    margin-bottom: calc((var(--under-h) * 0.5) + var(--under-gap));
  }
  .bubbles .bubble::before{
    top: 80%;
  }
  .fRow{
    grid-template-columns: 200px 1fr; /* 少し狭く */
    column-gap: 14px;
  }
  .timeRow{
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }
  .timeRow__line{
    width: 100%;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  :root{ --lp-select-w: 100%; }
  body.lp_visit{
    line-height: 1.5;
  }
  .nav--pc{ display:none; }
  .navSp{
    display:flex;
    align-items:center;
    gap:10px;
  }
  .navSp__toggle{
    width:44px;
    height:44px;
    border:none;
    background:#fff;
    cursor:pointer;
    display:inline-flex;
    flex-direction: column;
    justify-content:center;
    gap:5px;
    position: relative;
    z-index: 3000;
  }
  .navSp__bar{
    width:22px;
    height:2px;
    background:#111;
    margin:0 auto;
    display:block;

    transition: transform .25s ease, opacity .25s ease;
    transform-origin:center;
  }
  .navSp__toggle.is-open .navSp__bar:nth-child(1){
    transform: translateY(7px) rotate(45deg);
  }
  .navSp__toggle.is-open .navSp__bar:nth-child(2){
    opacity: 0;
  }
  .navSp__toggle.is-open .navSp__bar:nth-child(3){
    transform: translateY(-7px) rotate(-45deg);
  }

  .navSp__panel{
    position: fixed;
    top: 0;
    right: 0;
    font-size: 14px;
    width: min(86vw, 320px);
    height: 100dvh;
    background:#fff;
    border-left: 1px solid var(--c-line);
    box-shadow: var(--shadow);
    padding: 88px 16px 16px;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease;
    z-index: 2000;
  }
  .navSp__panel.is-open{
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  .navSp__panel a{
    padding: 12px 10px 30px;
    border-radius: 10px;
    font-weight: 600;
    display: block;
  }
  .navSp__panel a:hover{ background:#f6f6f6; }
  .navSp__overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
    z-index: 900;
  }
  .navSp__overlay.is-open{
    opacity: 1;
    pointer-events: auto;
  }
  .navSp__cta{
    font-size: 11px;
    padding: 10px;
  }
  .pc--none{
    display: inherit;
  }
  .sp--none{
    display: none;
  }
  .hero__left{
    padding: 72px 5px 30px 5px;
  }
  .hero__title-liner{
    padding-bottom: 4px;
  }

  .lp_visit .container{
    width: calc(100% - 20px);
    padding-left: 5px;
    padding-right: 5px;
  }
  .section__title{
    font-size: 18px;
    line-height: 1.3;
  }
  .section__title .bgWord{
    font-size: 80px;
  }
  .hero::after{
    background-image: url(../../images/lp/IMG_1459_7.png);
    background-size: auto 100%;
    clip-path: polygon(
      60% 0%,
      100% 0%,
      100% 100%,
      20% 100%
    )
  }
  .hero__inner{
    width: calc(100% - 5%);
  }
  .hero__badge{
    font-size: 12px;
  }
  .hero__title{
    font-size: 56px;
    margin: 15px 0 30px;
  }
  .hero__ctaRow{
    display: flex;
    justify-self: center;
    flex-direction: column;
    align-items: center;
    gap: 8px;

    text-align: center;
  }
  .hero__ctaRow .btn--primary{
    font-size: 16px;
  }
  .hero__ctaRow .hero__note{
    color: #fff;
    text-shadow: 2px 2px 5px #000;
  }
  .about,
  .strength,
  .job,
  .access,
  .faq,
  .contact{
    padding-bottom: 30px;
  }
  .voice{
    padding-bottom: 80px;
  }
  .about__grid,
  .stats__grid,
  .points{
    grid-template-columns: auto;
  }
  .aboutCard{
    grid-template-columns:minmax(130px, 30%) 1fr;
  }
  .aboutCard__title{
    font-size: 18px;
  }
  .aboutCard__text {
    line-height: 1.2;
  }
  .points {
    gap:30px;
  }
  .pointCard__text{
    line-height: 1.2;
  }
  .stat{
    border-right: none;
    border-bottom: 1px solid var(--c-line);
  }
  .stats__grid .stat:nth-child(n+2){
    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas:
      "icon num"
      "label label"
      "sub sub"
      "stext stext";
    column-gap: 50px;
    row-gap: 6px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .stats__grid .stat:nth-child(n+2) .stat__icon{
    grid-area: icon;
    margin: 0;
    justify-self: end;
  }
  .stats__grid .stat:nth-child(n+2) .stat__num{
    grid-area: num;
    margin: 0;
    justify-self: start;
    text-align: left;
  }
  .stats__grid .stat:nth-child(n+2) .stat__label{
    grid-area: label;
    margin: 0;
    justify-self: center;
    text-align: center;
  }
  .stats__grid .stat:nth-child(n+2) .stat__sub{
    grid-area: sub;
    margin: 0;
    justify-self: center;
    text-align: center;
  }
  .stats__grid .stat:nth-child(n+2) .stat__stext{
    grid-area: stext;
    justify-self: center;
    text-align: center;
    margin: 0;
    display: block;
  }
  .stats__grid .stat:nth-child(2) .stat__num{
    padding-top: 30px;
  }
  .bubbles{
    display: flex;
    flex-direction: column;
    gap: 70px;
  }

  .bubbles > *{
    width: 80%;
  }
  .bubbles >*:nth-child(1){
    margin-top: 0;
  }
  .bubbles > *:nth-child(2){
    margin-left: auto;
  }
  .bubbles >*:nth-child(3){
    margin-top: 0;
  }
  .bubbles .bubble:nth-child(2),
  .bubbles .bubble:nth-child(3){
    margin-bottom: calc(var(--under-h) + var(--under-gap));
    margin-bottom: 0 !important;
  }

  .bubbles .bubble:nth-child(2)::before,
  .bubbles .bubble:nth-child(3)::before{
    opacity: 1;
    height: var(--under-h);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .bubbles .bubble:nth-child(2)::before{
    top: 50%;
    left: -30%;
    transform: rotate(30deg);
    width: 50%;
  }
  .bubbles .bubble:nth-child(3)::before{
    top: 70%;
    left: 70%;
    transform: rotate(0deg);
    width: 50%;
  }
  .bubbles .bubble:nth-child(1)::before{
    background-image: none;
  }
  .bubbles .bubble:nth-child(2)::before{
    background-image: url("../../images/lp/voice_img_star.png");
  }
  .bubbles .bubble:nth-child(3)::before{
    background-image: url("../../images/lp/voice_img_heart.png");
  }
  .bubble__text{
    font-size: 20px;
  }
  .jobBox{
    padding: 20px;
  }
  .jobGrid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch; 
    gap: 40px 20px;
  }
  .jobItem{
    flex-direction: column;
    text-align: center;
  }
  .jobItem div{
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .jobItem h4{
    font-size: 20px;
    line-height: 1.25;
  }
  .jobIcon{
    display: inherit;
    margin: 0 auto;
  }
  .jobItem p{
    text-align: left;
    line-height: 1.35;
    min-height: calc(1.35em * 2);
    margin: 2px 0 0;
  }
  .officeBox{
    padding: 40px 20px;
  }
  .officeGrid{
    grid-template-columns: auto;
    gap: 30px;
  }
  .about__band,
  .strength__band,
  .contact__band,
  .voice__band{
    padding-top: 50px;
  }
  .job__band,
  .access__band{
    padding: 50px 0 100px;
  }
  .faq__band{
    padding: 50px 0;
  }
  .faqTabs{
    grid-template-columns: repeat(2, 1fr);
  }
  .accordion{
    width: 100%;
  }
  .accBtn{
    -webkit-appearance: none;
    appearance: none;
    /*background: none;
    border: 0;
    padding: 0;
    margin: 0;*/
    color: var(--c-ink);
    text-decoration: none;
    /*font: inherit;*/
    cursor: pointer;
    /*width: 100%;
    text-align: left;*/
  }
  .section__eyebrow{
    font-size: 14px;
    line-height: 1.2;
  }
  .fForm input[type="text"],
  .fForm input[type="email"],
  .fForm input[type="tel"],
  .fForm textarea{
    -webkit-appearance: auto;
    appearance: auto;
    border-radius: 0;
  }
  .fForm input[type="checkbox"]{
    width: 18px;
    height: 18px;
    border: 1px solid #bdbdbd;
    background: #fff;
    border-radius: 0;
    display: inline-block;
  }
  .fForm select{
    padding: 12px 40px 12px 12px !important;
    line-height: 1.2;
    background-color: #f7f7f7;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    background-image: none;
    appearance: auto;
  }
  .formCard{
    padding: 30px;
  }
  .fRow{
    grid-template-columns: 1fr;
    column-gap: 0;
    align-items: stretch;
  }
  .fLabel{
    align-items: center;
    margin-bottom: 5px;
  }
  .fRow--top .fLabel{
    align-items: center;
    padding-top: 0;
  }
  .fChecks--office .wpcf7-form-control.wpcf7-checkbox{
    grid-template-columns: 1fr;
  }
  .timeRow{
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }
  .timeRow__line{
    width: 100%;
    justify-content: flex-start;
  }
  .timeRow select{
    width: 140px;
  }
  .fForm .wpcf7-form-control-wrap[data-name="status"] .wpcf7-form-control.wpcf7-checkbox{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .fForm .wpcf7-form-control-wrap[data-name="status"] .wpcf7-list-item{
    margin: 0;
    width: 100%;
  }
  .contact__band.contact__band--thanks{
    padding-top: 140px;
  }
  .thanks__head{
    margin-bottom: 60px;
  }
  .thanks__inner{
    padding: 20px;
  }
  .thanks__sub--title{
    font-size: 20px;
  }
  .thanks__text{
    text-align: left;
  }
}