@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #000;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
a,
p,
span,
h1,
h2,
h3,
h4,
th,
td,
dt,
dd {
  line-height: 1.5em;
  font-weight: 500;
}
a {
  text-decoration: none;
  transition: .3s;
}
a.big {
  transition: .3s;
}
a.big:hover {
  transform: scale(1.1);
}
.SP {
  display: none;
}
.wrapp {
  max-width: 1200px;
  margin: 0 auto;
}
.bkg_blue {
  background-color: #c7e6eb;
}
.bkg_sky {
  background-color: #eef7f9;
}
.jost {
  font-family: "Jost", sans-serif;
}
.sec_tit span {
  font-family: "Jost", sans-serif;
  font-weight: bold;
  color: #009bb4;
  font-size: 20px;
  display: block;
}
.sec_tit {
  text-align: center;
  margin-bottom: 80px;
}
.sec_tit h2 {
  font-size: 40px;
  font-weight: 900;
}
.sec_tit h3 {
  font-weight: 900;
  font-size: 30px;
}
section {
  padding: 80px 0;
}
/*parallax bkg*/
/*
.para_bkg {
  display: flex;
  height: 411px;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.para_outer {
  position: relative;
}
.para_outer img {
  position: absolute;
  z-index: 999;
  top: -1px;
  height: 425px;
  object-fit: cover;
  width: 100%;
}
.top_para_01 {
  background-image: url(../img/top_bkg_fuji.png);
}
  */

/* セクション本体：高さはレスポンシブで決める */
.para_outer{
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;       
  height: min(60svh, 460px); 
  overflow: hidden;  
}

/* 背景レイヤ（動かすのはこれだけ） */
.para_bkg{
  position: absolute;
  inset: -6%; 
  background: center / cover no-repeat;
  transform-origin: center;
  will-change: transform;
}

/* 好きな背景 */
.top_para_01{ background-image: url(../img/top_bkg_fuji.png); }

/* 枠（前景） */
.frame { position:absolute; inset:0; z-index:0; pointer-events:none; }
.frame-fill { fill:#fff; mask:url(#windows); }


.top_para_02 {
  background-image: url(../img/top_bkg_ruri.png);
}
.policy_para {
  background-image: url(../img/request_bkg.png);
}
.contact_para {
  background-image: url(../img/contact_bkg.png);
}
/*header*/
header {
  max-width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
header ul a {
  color: #000;
  font-weight: 900;
}
header ul a:hover {
  color: #009bb4;
}
.link_contact,
.link_request {
  border: solid 2px #009bb4;
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #009bb4;
}
.link_request {
  background-color: #009bb4;
  color: #fff;
}
.link_request:hover {
  color: #fff;
}
/*fv*/
.sec_fv img {
  display: block;
  margin: 0 auto;
}
.sec_fv li img {
  max-height: 670px;
  width: 95%;
  object-fit: cover;
  border: solid 5px #009bb4;
  border-radius: 30px;
}
.sec_fv a img {
  display: block;
  margin: 0 auto;
  width: 35px;
}
.sec_fv {
  position: relative;
  margin-bottom: 50px;
  padding: 0;
}
.sec_fv .slogan {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
}
.sec_fv h1 span {
  font-weight: 900;
  font-size: 60px;
  display: block;
  background-color: #fff;
  padding: 0 10px;
  width: fit-content;
  margin-bottom: 10px;
}

.sec_fv .sub-slogan {
  width: fit-content;
  background: #fff;
  color: #000;
  padding: 0 10px;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 500;
}

.sec_fv .sub-slogan span{
  color: #009bb4;
  font-weight: 900;
}

.sec_fv a {
  display: flex;
  background-color: #009bb4;
  color: #ffe500;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  font-size: 25px;
  width: fit-content;
  align-items: center;
  gap: 20px;
  padding: 10px 30px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -20px;
  margin: auto;
}
.about_inner > p {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.map_cont {
  background-image: url(../img/map.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px 0 60px 0;
  margin-top: 50px;
}
.map_cont p {
  text-align: center;
  line-height: 1.8em;
}
.map_cont p span {
  background-color: #009bb4;
  color: #fff;
  font-weight: 800;
  display: inline-block;
  margin: 0 5px;
  padding: 0 3px;
}
/*support*/
.sec_support h3 {
  background: linear-gradient(transparent 70%, #ffe500 30%);
  width: fit-content;
  margin: 0 auto;
}
.about_inner ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.about_inner li {
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 3px #009bb4;
  box-shadow: #009bb4 5px 5px 0;
}
.about_inner li dd p {
  text-align: center;
  font-weight: 600;
  padding-top: 15px;
}
/*nayami*/
.nayami_flex {
  display: flex;
  gap: 40px;
  align-items: center;
}
.nayami_l,
.nayami_r {
  width: 50%;
}
.nayami_l img {
  display: block;
  margin: 0 auto;
}
.nayami_r dt {
  background-color: #677173;
  border-radius: 10px 10px 0 0;
}
.nayami_r dt p {
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
}
.nayami_r dd {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.nayami_r dd p {
  padding: 20px;
}
.nayami_r li {
  margin-bottom: 30px;
}
.sec_nayami a {
  display: block;
  width: fit-content;
  background-color: #009bb4;
  margin: 50px auto 0 auto;
  padding: 20px 40px;
  border-radius: 20px;
}
.sec_nayami a span {
  display: block;
  text-align: center;
}
.sec_nayami a span:first-of-type {
  font-size: 40px;
  color: #ffe500;
  font-weight: 700;
}
.sec_nayami a span:last-of-type {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
.sec_nayami a span img {
  width: 35px;
  padding-left: 10px;
}
/*graph*/
.graph_inner > p {
  text-align: center;
  font-weight: 700;
  margin-bottom: 80px;
}
.graph_inner > p + img {
  display: block;
  margin: 0 auto 80px auto;
}
.intro {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 40px;
}
.intro p {
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.intro p:first-of-type {
  font-size: 30px;
  font-weight: 700;
  background-color: #009bb4;
  padding: 10px;
  padding: 30px;
  color: #fff;
  border-radius: 10px;
}
.intro .jost {
  font-size: 80px;
  font-weight: 900;
}
.intro p:nth-of-type(2) .jost {
  color: #ff9c00;
}
.intro p:last-of-type .jost {
  color: #c5002a;
}
.intro_cont {
  margin: 0 auto;
  width: fit-content;
}
/*befor after*/
.beaf_inner > p {
  text-align: center;
  font-weight: 700;
  margin-bottom: 100px;
}
.beaf_detail {
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  padding: 50px 30px;
}
.beaf_detail h3 {
  text-align: center;
  width: fit-content;
  font-size: 30px;
  color: #fff;
  background-color: #009bb4;
  border-radius: 10px;
  font-weight: 900;
  padding: 20px 40px;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
}
.detail_inner > p {
  text-align: center;
  font-weight: 900;
  font-size: 25px;
  margin: 50px auto;
}
.detail_flex dt {
  position: relative;
  display: block;
  width: fit-content;
  padding: 10px 60px;
  border-radius: 9999px;
  background-color: #677173;
  text-align: center;
  font-size: 21px;
  color: #fff;
  font-weight: 800;
  margin: 0 auto 15px auto;
}
.detail_flex dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #677173 transparent transparent;
  translate: -50% 100%;
}
.detail_flex .after dt {
  background-color: #009bb4;
}
.detail_flex .after dt::after {
  border-color: #009bb4 transparent transparent;
}
.detail_flex {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.detail_inner{
  text-align: center;
}
.beer-reveal{
  border-right: solid 2px #009bb4;
}
.beer-reveal[data-beer-label]:after, .beer-slider[data-beer-label]:after{
  font-weight: bold;
}
.beer-reveal[data-beer-label]:after{
  background-color: #677173;
  color: #fff;
}
.beer-slider[data-beer-label]:after{
   background-color: #009bb4;
   color: #fff;
}
.slide01,.slide03{
  max-width: 1090px;
  margin: 0 auto;
}
.beer-slider img {
  display: block;
  width: 100%;
  height: auto;
}
.beer-handle{
  color: #009bb4;
  border: 2px solid #009bb4;
}

/*cv*/
.cv_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.sec_cv {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.sec_cv .sec_tit {
  margin-bottom: 0;
}
.sec_cv .sec_tit span,
.sec_cv .sec_tit h2 {
  color: #fff;
}
.sec_cv.cv01 {
  background-image: url(../img/cv_1.png);
}
.sec_cv.cv02 {
  background-image: url(../img/cv_2.png);
}
.sec_cv.cv03 {
  background-image: url(../img/cv_3.png);
}
.cv_btn a {
  width: 350px;
  border-radius: 10px;
  text-align: center;
  font-weight: 800;
}
.cv_btn a.link_contact,
.cv_btn a.link_request {
  justify-content: center;
}
.cv_btn a.link_contact {
  margin-bottom: 20px;
  background-color: #fff;
}
/*plan*/
.plan_step {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
.plan_step ul {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.plan_step li {
  text-align: center;
}
.plan_step li span {
  display: block;
  color: #009bb4;
  font-weight: bold;
  font-size: 30px;
}
.plan_step li p {
  color: #009bb4;
  font-size: 25px;
  font-weight: 900;
  padding-top: 15px;
}
.plan_table {
  width: 100%;
  margin: 80px auto 0 auto;
}
.plan_table_outer {
  margin-bottom: 80px;
}
.plan_table th {
  text-align: center;
}
.plan_table.plan_table_pc .plan_1 > div {
  border: solid 3px #1b5d99;
  border-bottom: none;
}
.plan_table.plan_table_pc .plan_2 > div {
  border: solid 3px #ca3b59;
  border-bottom: none;
}
.plan_table.plan_table_pc .plan_3 > div {
  border: solid 3px #ff9c00;
  border-bottom: none;
}
.plan_table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 1200px;
  overflow-y: scroll;
}
.plan_table_outer {
  overflow-y: scroll;
}
.plan_table_outer {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.plan_table_outer::-webkit-scrollbar {
  display: none;
}
.plan_table td:nth-of-type(2) div {
  border-left: solid 3px #1b5d99;
  border-right: solid 3px #1b5d99;
  text-align: center;
  color: #1b5d99;
}
.plan_table td:nth-of-type(3) div {
  border-left: solid 3px #ca3b59;
  border-right: solid 3px #ca3b59;
  text-align: center;
  color: #ca3b59;
}
.plan_table td:nth-of-type(4) div {
  border-left: solid 3px #ff9c00;
  border-right: solid 3px #ff9c00;
  text-align: center;
  color: #ff9c00;
}
.plan_table .bottom td:nth-of-type(2) div {
  border-bottom: solid 3px #1b5d99;
}
.plan_table .bottom td:nth-of-type(3) div {
  border-bottom: solid 3px #ca3b59;
}
.plan_table .bottom td:nth-of-type(4) div {
  border-bottom: solid 3px #ff9c00;
}
.plan_table th p:first-of-type {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  padding: 10px 0;
}
.plan_table .plan_1 p:first-of-type {
  background-color: #1b5d99;
  margin-bottom: 15px;
}
.plan_table .plan_2 p:first-of-type {
  background-color: #ca3b59;
  margin-bottom: 15px;
}
.plan_table .plan_3 p:first-of-type {
  background-color: #ff9c00;
  margin-bottom: 15px;
}
.plan_table .badge span {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  font-weight: 800;
  background-color: #c5002a;
  font-size: 14px;
  margin-right: 8px;
}
.plan_table th p,
.plan_table th span {
  font-weight: 900;
  font-size: 25px;
  line-height: 1.3em;
}
.plan_table th p:nth-of-type(2) {
  font-size: 20px;
}
.plan_table th p .jost {
  font-weight: bold;
  color: #c5002a;
}
.plan_table th p:nth-of-type(2) .jost {
  font-size: 40px;
}
.plan_table th p:nth-of-type(3) {
  color: #c5002a;
}
.plan_table th p:nth-of-type(3) .jost {
  font-size: 45px;
}
.plan_table th p:nth-of-type(4) .jost {
  color: #000;
  text-decoration: line-through;
}
.plan_table th p:nth-of-type(4) {
  color: #c5002a;
  font-size: 16px;
}
.plan_table th p:nth-of-type(4) .jost + span {
  font-weight: 900;
  font-size: 15px;
  padding-left: 5px;
  padding-right: 10px;
}
.plan_table .plan_1 a {
  border: solid 3px #1b5d99;
  border: solid 3px #1b5d99;
  background-color: #1b5d99;

}
.plan_table .plan_2 a {
  border: solid 3px #ca3b59;
  border: solid 3px #ca3b59;
  background-color: #ca3b59;

}
.plan_table .plan_3 a {
  border: solid 3px #ff9c00;
  border: solid 3px #ff9c00;
  background-color: #ff9c00;
}
.plan_table th a {
  font-weight: 900;
  text-align: center;
  display: block;
  border-radius: 50px;
  width: 70%;
  margin: 20px auto 0 auto;
  padding: 5px;
  color: #fff;
  font-size: 20px;
}
.plan_table th div {
  padding-bottom: 20px;
}
.plan_table th div,
.plan_table td div {
  background-color: #fff;

}
.plan_table td div {
  padding: 20px;
  border-bottom: solid 1px #cccccc;
}
.plan_table .head div {
  background-color: #e6e6e6;
  font-size: 20px;
  font-weight: 900;
}
.plan_table .head td:first-of-type div::after {
  content: '';
  background-image: url(../img/plan_open.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 10px;
}
.plan_table .head.open td:first-of-type div::after {
  background-image: url(../img/plan_close.png);
}
.plan_table .head td:first-of-type div {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.body_1,
.body_2,
.body_3,
.body_4,
.body_5 {
  display: none;
}
.body_1.open,
.body_2.open,
.body_3.open,
.body_4.open,
.body_5.open {
  display: table-row;
  transition: .3s ease;
}
.animated.slideInDown {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,
  100% {
    opacity: 1;
  }
}
.plan_table .head_5 td:nth-of-type(2) div {
  border-bottom: solid 3px #1b5d99;
}
.plan_table .head_5 td:nth-of-type(3) div {
  border-bottom: solid 3px #ca3b59;
}
.plan_table .head_5 td:nth-of-type(4) div {
  border-bottom: solid 3px #ff9c00;
}
.plan_table .head_5.open td:nth-of-type(2) div {
  border-bottom: none;
}
.plan_table .head_5.open td:nth-of-type(3) div {
  border-bottom: none;
}
.plan_table .head_5.open td:nth-of-type(4) div {
  border-bottom: none;
}
.plan_spot > p {
  color: #fff;
  background-color: #009bb4;
  padding: 10px;
  border-radius: 10px;
  font-size: 25px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 10px;
}
.spot_support_flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.spot_support_flex dl {
  background-color: #fff;
  border: solid 3px #009bb4;
  padding: 30px;
  width: calc(100%/3);
}
.spot_support_flex dt {
  text-align: center;
}
.spot_support_flex dt p {
  font-size: 20px;
  font-weight: 900;
  margin: 15px 0;
}
.spot_support_flex dl:nth-of-type(2) dd p {
  text-indent: -1.7rem;
  padding-left: 1.7rem;
}
.spot_support_flex dd a {
  display: block;
  background-color: #009bb4;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  margin: 20px auto 0 auto;
  padding: 5px 0;
  width: 70%;
}
/*voice*/
.voice_flex ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.voice_flex li {
  border: solid 3px #009bb4;
  border-radius: 10px;
  padding: 20px;
  width: calc(90%/2);
  display: flex;
  align-items: center;
  gap: 20px;
}
/*performance*/
.performance_inner p {
  text-align: center;
  font-weight: 700;
}
.performance_list {
  margin: 50px 0;
}
#pf_slide .slick-slide {
  width: 300px;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}
#pf_slide .slick-slide a {
  border: solid 3px #009bb4;
  border-radius: 10px;
  background-color: #fff;
  display: block;
  transition: .3s;
}
#pf_slide .slick-slide a:hover {
  opacity: .8;
}
#pf_slide .slick-slide a dd {
  padding: 20px 30px;
}
#pf_slide .slick-slide a dd p {
  color: #000;
}
#pf_slide .slick-slide a dd p:first-of-type {
  font-weight: 900;
}
#pf_slide .slick-slide a dd p:last-of-type {
  font-size: 15px;
  padding-top: 10px;
}
#pf_slide .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.performance_list .big {
  display: block;
  background-color: #009bb4;
  color: #fff;
  font-weight: 900;
  padding: 10px;
  border-radius: 10px;
  font-size: 25px;
  text-align: center;
  width: 300px;
  margin: 60px auto 0 auto;
}
/*faq*/
.sec_faq li p img {
  vertical-align: middle;
  padding-right: 15px;
  margin-top: -5px;
}
.sec_faq li p {
  background-color: #fff;
  border: solid 3px #009bb4;
  padding: 20px;
}
.sec_faq li p > span {
  display: flex;
  gap: 15px;
  align-items: center;
}
.sec_faq li p:first-of-type::after {
  content: '';
  background-image: url(../img/faq_close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px;
}
.sec_faq li p.close::after {
  background-image: url(../img/faq_open.png);
}
.sec_faq li p:first-of-type {
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.sec_faq li p.close {
  border-radius: 10px 10px 0 0;
}
.sec_faq li p:last-of-type {
  border-radius: 0 0 10px 10px;
  margin-top: -5px;
  display: none;
}
.sec_faq li p:last-of-type > span {
  display: flex;
}
.sec_faq li {
  margin-bottom: 20px;
}
/*company*/
.comp_table {
  width: 80%;
  margin: 0 auto;
}
.comp_table th,
.comp_table td {
  padding: 20px 40px;
}
.comp_table th {
  background-color: #c7e6eb;
  width: 20%;
  border-bottom: solid 2px #fff;
}
.comp_table td {
  border-bottom: solid 2px #c7e6eb;
}
/*footer*/
footer {
  color: #fff;
  padding: 150px 0;
  background-color: #009bb4;
}
footer .wrapp {
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: center;
}
small {
  font-weight: bold;
  font-size: 13px;
}

footer .fv-logo{
  display: block;
  width: 190px;
  height: auto;
  padding-bottom: 4px;
}

footer .fv-logo img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(22deg) brightness(109%) contrast(109%);
}
/*-----
  page
-------*/
/*policy*/
.sec_page_fv {
  border-radius: 20px;
  border: solid 5px #009bb4;
  padding: 0;
  margin: 0 auto;
  width: fit-content;
  max-width: 95%;
}
.sec_page_fv img {
  display: block;
  object-fit: cover;
  border-radius: 15px;
}
.policy_inner > p {
  text-align: center;
}
.policy_inner p.corp {
  text-align: center;
}
.policy_inner li {
  font-weight: 500;
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 10px;
}
.policy_inner h3 {
  font-size: 25px;
  color: #009bb4;
  border-bottom: solid 2px #009bb4;
  padding: 0 20px 5px 20px;
}
.policy_inner h4 {
  font-weight: 800;
  margin: 15px 0 10px 0;
}
.policy_inner dd {
  padding: 20px;
}
.policy_inner p {
  margin-bottom: 10px;
}
.policy_inner a {
  display: block;
  color: #009bb4;
  border-bottom: solid 1px #009bb4;
  width: fit-content;
  margin-bottom: 10px;
}
.policy_inner dl {
  margin: 40px 0;
}
/*request*/
.sec_form_fv a img {
  display: block;
  margin: 0 auto;
  width: 35px;
}
.sec_form_fv {
  position: relative;
  margin-bottom: 50px;
  padding: 0;
}
.sec_form_fv a {
  display: flex;
  background-color: #009bb4;
  color: #ffe500;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  font-size: 25px;
  width: fit-content;
  align-items: center;
  gap: 20px;
  padding: 10px 30px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  margin: auto;
}
form {
  width: 1000px;
  margin: 0 auto;
}
input[name='pp_checkbox'] {
  display: none;
}
.pp_checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  font-weight: 800;
}
.pp_checkbox::before {
  background: #fff;
  border: 1px solid #000;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.pp_checkbox::after {
  border-right: 3px solid #009bb4;
  border-bottom: 3px solid #009bb4;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.pp_checkbox.checked::after {
  opacity: 1;
}
.pp_checkbox a {
  color: #009bb4;
  border-bottom: solid 1px #009bb4;
  font-weight: 800;
}
.pp_check {
  text-align: center;
  margin: 30px auto;
}
.submit {
  display: block;
  background-color: #009bb4;
  color: #fff;
  font-family: inherit;
  font-weight: 800;
  font-size: 18px;
  padding: 15px;
  border-radius: 50px;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: .3s;
}
.submit:hover {
  opacity: .8;
}
.submit.no_check {
  background-color: #cfcfcf;
  pointer-events: none;
}
/*
.kind .wpcf7-list-item {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.kind .wpcf7-list-item::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.kind .wpcf7-list-item::after {
  background: #009bb4;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
.kind .wpcf7-list-item.checked::after {
  opacity: 1;
}
  */
form .radio input {
  margin: 5px;
}
.wpcf7-list-item {
  margin: 5px 0 5px 1rem !important;
}
.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  content: "";
  height: 15px;
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  transition: background-color .3s;
  width: 15px;
}
input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #009bb4;
  box-shadow: inset 0 0 0 3px #fff;
}

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
  background-color: #fff;
  border: solid 2px #009bb4;
  border-radius: 5px;
  padding: 10px;
  width: 97%;
}
form dt {
  font-weight: 800;
  text-align: right;
  width: 17%;
}
form dt p {
  font-weight: 800;
}
form dt span {
  color: #c5002a;
  font-weight: 800;
  padding-left: 5px;
}
form dt,
form dd {
  padding: 15px;
}
form dd {
  width: 78%;
}
form dl {
  display: flex;
}
form .radio {
  display: flex;
  flex-wrap: wrap;
}
/*single*/
.sec_single_fv {
  height: 360px;
  width: 100%;
}
.sec_single_fv img {
  width: 100%;
  height: 360px;
}
.pf_list_inner li {
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
}
.pf_list_inner li dl {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pf_list_inner li dt img {
  width: 200px;
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
}
.pf_list_inner li a {
  color: #000;
}
.pf_list_inner dd p:first-of-type {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}
/*
page - file
-------------*/
.dl-wrap {
    min-height: 60vh;
    display: grid;
    place-items: center;
    padding: 6rem 1.5rem;
    background: #f6f7fb;
  }
  .dl-card {
    width: 100%;
    max-width: 680px;
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    text-align: center;
  }
  .dl-title {
    margin: 0 0 1rem;
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    font-weight: bold;
  }
  .dl-lead {
    margin: 0 0 2rem;
    color: #5a6370;
    font-size: 1.5rem;
  }
  .btn {
    display: inline-block;
    margin: 0.5rem;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
  }
  .btn:active { transform: translateY(1px); }
  .btn-view {
    border: solid 2px #009bb4;
    border-radius: 50px;
    align-items: center;
    color: #009bb4;
  }
  .btn-dl {
    background-color: #009bb4;
    color: #fff;
  }
  .dl-note {
    margin-top: 1.25rem;
    color: #7a8491;
    font-size: 1.3rem;
  }

  /* ダークモード */
  @media (prefers-color-scheme: dark) {
    .dl-wrap { background: #0b0f14; }
    .dl-card { background: #0f1720; color: #e8eef6; }
    .dl-lead, .dl-note { color: #a2adbb; }
  }
/*responsive*/
@media screen and (max-width:1700px) {
  .sec_fv img {
    max-width: 95%;
  }
  .sec_fv h1 span {
    font-size: 50px;
  }
}

@media screen and (max-width:1570px){
  header {
    max-width: 95%;
  }
  a.logo {
    width: 200px;
  }
  header ul {
    gap: 10px;
  }
}

@media screen and (max-width:1500px) {
  .sec_fv li img {
    max-height: 570px;
  }
}
@media screen and (max-width:1300px) {
  a.logo {
    width: 160px;
  }
  .sec_fv h1 span {
    font-size: 45px;
  }
  .sec_fv a {
    font-size: 20px;
  }
  .sec_fv a img {
    width: 25px;
  }
}
@media screen and (max-width:1240px) {
  header .SP {
    display: block;
  }
  header .PC {
    display: none;
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li a {
    display: block;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 270px;
    }
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
  header ul {
    display: block;
  }
  #navArea ul li.head_btns {
    border-bottom: none;
    margin: 10px 0;
  }
  #navArea ul li.head_btns a {
    justify-content: center;
    display: flex;
  }
  section {
    padding: 60px 0;
  }
  .sec_tit span {
    font-size: 16px;
  }
  .sec_tit h2 {
    font-size: 30px;
  }
  .about_inner > p {
    font-size: 18px;
  }
  .map_cont {
    padding: 25px 0 30px 0;
    margin-top: 30px;
  }
  .wrapp {
    max-width: 95%;
  }
  .sec_tit h3 {
    font-size: 25px;
  }
  .sec_support h3 {
    display: inline;
  }
  .sec_support h3 .SP {
    display: block;
  }
  .para_bkg{
    height: 361px;
  }
.mask-square {
    height: 55%;
  }
  .para_outer img {
    height: 325px;
  }
  .sec_nayami a span:first-of-type {
    font-size: 30px;
  }
  .sec_nayami a span:last-of-type {
    font-size: 20px;
  }
  .sec_nayami a span img {
    width: 25px;
  }
  .nayami_l img {
    width: 300px;
  }
  .intro p:first-of-type {
    font-size: 20px;
    padding: 20px;
  }
  .intro p {
    font-size: 16px;
  }
  .intro .jost {
    font-size: 60px;
  }
  .beaf_detail h3 {
    font-size: 25px;
  }
  .detail_inner > p {
    font-size: 20px;
    margin: 30px auto;
  }
  .plan_step li span {
    font-size: 20px;
  }
  .plan_step li p {
    font-size: 20px;
  }
  .plan_step .dots {
    width: 30px;
  }
  .plan_table .head div {
    font-size: 15px;
  }
  .plan_table .head td:first-of-type div::after {
    padding: 8px;
  }
  .plan_table td div {
    padding: 15px;
  }
  .plan_table th p:first-of-type {
    font-size: 20px;
  }
  .plan_table th p:nth-of-type(2) {
    font-size: 18px;
  }
  .plan_table th p:nth-of-type(2) .jost {
    font-size: 30px;
  }
  .plan_table th p:nth-of-type(3) .jost {
    font-size: 35px;
  }
  .plan_table th p,
  .plan_table th span {
    font-size: 18px;
  }
  .plan_table th a {
    font-size: 18px;
  }
  .plan_table th p {
    padding: 0 10px;
  }
  .plan_table {
    width: 990px;
  }
  .plan_table th,
  .plan_table td {
    width: 200px;
  }
  .plan_table td div {
    font-size: 15px;
  }
  .spot_support_flex dl {
    width: calc(98%/3);
  }
  .voice_flex ul {
    justify-content: center;
  }
  .voice_flex li {
    width: calc(80%/2);
  }
  .performance_list .big {
    font-size: 20px;
    max-width: 80%;
  }
}
/*1230*/
@media screen and (max-width:1110px) {
  .plan_step li span {
    font-size: 18px;
  }
  .plan_step li p {
    font-size: 18px;
  }
  .plan_step ul {
    gap: 20px;
    flex-wrap: wrap;
  }
  .plan_spot > p {
    padding: 10px 0;
    font-size: 20px;
  }
}
@media screen and (max-width:1000px) {
  .plan_step li span {
    font-size: 16px;
  }
  .plan_step li p {
    font-size: 15px;
  }
  .plan_step li {
    width: calc(65%/4);
  }
  .plan_step li p {
    height: 4rem;
    line-height: 1.3em;
  }
  .sec_fv li img {
    max-height: 470px;
  }
}
@media screen and (max-width:1040px) {
  .wrapp {
    max-width: 90%;
  }
  .about_inner li {
    padding: 30px;
  }
  .nayami_flex {
    display: block;
  }
  .nayami_l,
  .nayami_r {
    width: 100%;
  }
  .nayami_l {
    margin-bottom: 40px;
  }
  .nayami_r {
    max-width: 600px;
    margin: 0 auto;
  }
  .sec_tit {
    margin-bottom: 50px;
  }
  form {
    max-width: 90%;
  }
}
@media screen and (max-width:880px) {
  /*plan table sp*/
  .plan_table_outer.PC {
    display: none;
  }
  .plan_table_outer.SP {
    display: block;
    margin-bottom: 40px;
  }
  .plan_table.plan_table_sp {
    overflow: visible;
    width: 800px;
    max-width: 100%;
  }
  .plan_table {
    margin-top: 40px;
  }
  .plan_table.plan_table_sp .plan_head {
    text-align: center;
    background-color: #fff;
    margin-bottom: 15px;
  }
  .plan_table.plan_table_sp .plan_1 {
    border: solid 3px #1b5d99;
  }
  .plan_table.plan_table_sp .plan_2 {
    border: solid 3px #ca3b59;
  }
  .plan_table.plan_table_sp .plan_3 {
    border: solid 3px #ff9c00;
  }
  .plan_table.plan_table_sp .plan_head p:first-of-type {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    padding: 10px 0;
  }
  .plan_table.plan_table_sp .plan_1 p:first-of-type {
    background-color: #1b5d99;
    margin-bottom: 15px;
  }
  .plan_table.plan_table_sp .plan_2 p:first-of-type {
    background-color: #ca3b59;
    margin-bottom: 15px;
  }
  .plan_table.plan_table_sp .plan_3 p:first-of-type {
    background-color: #ff9c00;
    margin-bottom: 15px;
  }
  .plan_table.plan_table_sp .plan_head p,
  .plan_table.plan_table_sp .plan_head span {
    font-weight: 900;
    font-size: 25px;
    line-height: 1.3em;
  }
  .plan_table.plan_table_sp .badge span {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    font-weight: 800;
    background-color: #c5002a;
    font-size: 14px;
    margin-right: 8px;
  }
  .plan_table.plan_table_sp .plan_head p:nth-of-type(2) {
    font-size: 16px;
  }
  .plan_table.plan_table_sp .plan_head p:nth-of-type(4) .jost {
    color: #000;
    text-decoration: line-through;
  }
  .plan_table.plan_table_sp .plan_head p .jost {
    font-weight: bold;
    color: #c5002a;
  }
  .plan_table.plan_table_sp .plan_head p:nth-of-type(2) .jost {
    font-size: 30px;
  }
  .plan_table.plan_table_sp .plan_head p:nth-of-type(3) {
    color: #c5002a;
  }
  .plan_table.plan_table_sp .plan_head p:nth-of-type(3) .jost {
    font-size: 35px;
  }
  .plan_table.plan_table_spth p:nth-of-type(4) .jost {
    color: #000;
    text-decoration: line-through;
  }
  .plan_table.plan_table_sp .plan_head p:nth-of-type(4) {
    color: #c5002a;
    font-size: 16px;
  }
  .plan_table.plan_table_sp .plan_head p:nth-of-type(4) .jost + span {
    font-weight: 900;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 10px;
  }
  .plan_table.plan_table_sp.plan_1 a {
    border: solid 3px #1b5d99;
    border: solid 3px #1b5d99;
    background-color: #1b5d99;

  }
  .plan_table.plan_table_sp.plan_2 a {
    border: solid 3px #ca3b59;
    border: solid 3px #ca3b59;
    background-color: #ca3b59;

  }
  .plan_table.plan_table_sp.plan_3 a {
    border: solid 3px #ff9c00;
    border: solid 3px #ff9c00;
    background-color: #ff9c00;
  }
  .plan_table.plan_table_sp .plan_head a {
    font-weight: 900;
    text-align: center;
    display: block;
    border-radius: 50px;
    max-width: 70%;
    width: 300px;
    margin: 10px auto 0 auto;
    padding: 5px;
    color: #fff;
    font-size: 16px;
  }
  .plan_table.plan_table_sp .plan_head div {
    padding-bottom: 10px;
  }
  .plan_table.plan_table_sp .plan_head div.badge {
    padding-bottom: 0;
  }
  .plan_table.plan_table_sp .plan_head div,
  .plan_table.plan_table_sptd div {
    background-color: #fff;
  }
  .plan_table.plan_table_sp .head p {
    background-color: #e6e6e6;
    font-size: 14px;
    font-weight: 900;
    padding: 10px;
    border-bottom: solid 1px #cccccc;
  }
  .plan_table.plan_table_sp .head p::after {
    content: '';
    background-image: url(../img/plan_open.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    padding: 8px;
  }
  .plan_table.plan_table_sp .head.open p::after {
    background-image: url(../img/plan_close.png);
  }
  .plan_table.plan_table_sp .head p {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .body_1,
  .body_2,
  .body_3,
  .body_4,
  .body_5 {
    display: none;
  }
  .plan_table .head_5 td:nth-of-type(2) div {
    border-bottom: solid 3px #1b5d99;
  }
  .plan_table .head_5 td:nth-of-type(3) div {
    border-bottom: solid 3px #ca3b59;
  }
  .plan_table .head_5 td:nth-of-type(4) div {
    border-bottom: solid 3px #ff9c00;
  }
  .plan_table .head_5.open td:nth-of-type(2) div {
    border-bottom: none;
  }
  .plan_table .head_5.open td:nth-of-type(3) div {
    border-bottom: none;
  }
  .plan_table .head_5.open td:nth-of-type(4) div {
    border-bottom: none;
  }
  .plan_table.plan_table_sp table {
    width: 100%;
  }
  .plan_table.plan_table_sp th,
  .plan_table.plan_table_sp td {
    font-size: 10px;
    padding: 7px 3px;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  .plan_table.plan_table_sp td:first-of-type {
    text-align: center;
    color: #1b5d99;
  }
  .plan_table.plan_table_sp td:nth-of-type(2) {
    text-align: center;
    color: #ca3b59;
  }
  .plan_table.plan_table_sp td:nth-of-type(3) {
    text-align: center;
    color: #ff9c00;
  }
  .plan_table.plan_table_sp th {
    width: 46%;
  }
  .plan_table.plan_table_sp td {
    vertical-align: middle;
  }
  .sec_form_fv a {
    font-size: 16px;
  }
  .sec_form_fv a img {
    width: 25px;
  }
  form dl {
    display: block;
  }
  form dd {
    width: 95%;
  }
  form dt {
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
  .voice_flex li {
    width: 100%;
  }
  .spot_support_flex dd a {
    font-size: 16px;
  }
  .spot_support_flex dl {
    padding: 20px;
  }
  .intro {
    gap: 0 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .intro p:first-of-type {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    font-size: 18px;
  }
  .intro p {
    gap: 10px;
  }
  .detail_flex {
    display: block;
  }
  .detail_flex dd {
    text-align: center;
  }
  .detail_flex dt {
    font-size: 18px;
  }
  .detail_flex dl {
    margin-bottom: 30px;
  }
  .cv_flex {
    display: block;
  }
  .cv_btn {
    width: fit-content;
    margin: 30px auto 0 auto;
  }
  .spot_support_flex {
    display: block;
  }
  .spot_support_flex dl {
    width: 90%;
    margin: 20px auto;
  }
  footer .wrapp {
    display: block;
  }
  footer div a,
  footer div small {
    display: block;
    text-align: center;
  }
  footer div a {
    margin-bottom: 30px;
  }
  footer {
    padding: 80px 0;
  }

  footer .fv-logo{
    width: auto;
    margin-bottom: 10px;
  }
  .sec_fv > img {
    height: 400px;
  }
  .sec_fv h1 span {
    font-size: 40px;
  }
  .sec_fv .sub-slogan {
  font-size: 16px;
}

.sec_fv .sub-slogan span{
  color: #009bb4;
  font-weight: 900;
}
  .about_inner > p {
    font-size: 16px;
  }
  .sec_tit h3 {
    font-size: 20px;
  }
  .sec_page_fv {
    max-width: 90%;
    height: 150px;
  }
  .sec_page_fv > img {
    height: 150px;
  }
  .policy_inner h3 {
    font-size: 18px;
  }
  .sec_single_fv > img {
    height: 150px;
  }
}
@media screen and (max-width:820px) {
  .para_outer{
    height: min(60svh, 270px);
  }
  .para_bkg{
    inset: -24%;
  }
}
@media screen and (max-width:735px) {
  .plan_step ul {
    gap: 10px;
  }
  .plan_step .dots {
    width: 20px;
  }
  .plan_step {
    padding: 20px;
  }
}
@media screen and (max-width:650px) {
  .sec_fv li img {
    max-height: 450px;
  }
  .policy_inner dd {
    padding: 20px 0;
  }
  .spot_support_flex dl {
    width: 86%;
  }
  .sec_faq li p img {
    width: 35px;
    padding-right: 0;
  }
  .sec_faq li p {
    padding: 10px;
  }
  body {
    font-size: 15px;
  }
  .comp_table {
    width: 100%;
  }
  .comp_table th,
  .comp_table td {
    padding: 10px;
    font-size: 14px;
  }
  .comp_table th {
    width: 25%;
  }
}
@media screen and (max-width:550px) {
  form {
    max-width: 100%;
  }
  form dd {
    width: 90%;
  }
  .sec_tit h2 {
    font-size: 25px;
  }
  .sec_tit span {
    font-size: 15px;
  }
  .sec_cv {
    padding: 80px 0;
  }
  .cv_btn a {
    width: 230px;
  }
  .voice_flex li {
    display: block;
  }
  .voice_flex li img {
    display: block;
    margin: 0 auto 20px auto;
  }
  .spot_support_flex dl {
    width: 80%;
  }
  .plan_step .dots {
    display: none;
  }
  .plan_step ul {
    gap: 10px;
  }
  .plan_step li {
    width: calc(96%/2);
  }
  .plan_step li img {
    width: 100px;
  }
  .sec_fv h1 span {
    font-size: 35px;
  }
  .sec_fv a {
    font-size: 16px;
  }
  section {
    padding: 40px 0;
  }
  .sec_tit h2 {
    font-size: 23px;
  }
  .sec_tit h2 .SP {
    display: block;
  }
  .nayami_l img {
    max-width: 60%;
  }
  .sec_nayami a span:first-of-type {
    font-size: 23px;
  }
  .beaf_detail {
    padding: 50px 20px;
  }
  .detail_inner > p {
    font-size: 17px;
  }
  .pf_list_inner li dt {
    width: 30%;
  }
  .pf_list_inner li dd {
    width: 70%;
  }
  .pf_list_inner li dt img {
    height: 120px;
  }
  /* page - file */
  .dl-card{
    max-width: 300px;
  }
  .para_outer{
    height: min(60svh, 140px);
  }
  .para_bkg {
    height: 270px;
    inset: -67%;
  }
  
}
@media screen and (min-width:421px){
    br.sp{
    display: none;
  }
    br.sp-none{
    display: block;
  }
}
@media screen and (max-width:420px) {
  footer div a img {
    max-width: 50%;
  }
  .beaf_detail h3 {
    font-size: 20px;
  }
  .intro .jost {
    font-size: 50px;
  }
  .sec_fv h1 span {
    font-size: 30px;
  }
  .sec_fv .sub-slogan{
    font-size: 14px;
    letter-spacing: 2px;
  }
  br.sp{
    display: block;
  }
    br.sp-none{
    display: none;
  }
}
@media screen and (max-width:380px) {
  .comp_table th {
    width: 27%;
  }
}
#page_top {
  position: fixed;
  bottom: 90px;
  right: 5px;
  font-size: 14px;
  line-height: 1;
  z-index: 99999;
}
#page_top a {
  background: #009bb4;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 25px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
  font-weight: bold;
  border: solid 2px #fff;
}

/*
2025.10.02 - before/after
-----------------------------*/
#slide01{
aspect-ratio: 1280 / 720;
}
#slide02{
aspect-ratio: 525 / 374;
}
#slide03{
aspect-ratio: 1280 / 720;
}
#slide04{
aspect-ratio: 523 / 692;
}

@media screen and (max-width:820px){
#slide02{
aspect-ratio: 306 / 214;
}
#slide04{
aspect-ratio: 351 / 469;
}
}

@media screen and (max-width:480px){
#slide01{
aspect-ratio: 600 / 1330;
}
#slide03{
aspect-ratio: 600 / 1171;
}
}

/* ===== Localink Before/After Slider (responsive aspect-ratio) ===== */
.ll-ba{
  --pos: 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9; /* デフォルト（各スライドで上書き） */
}

/* 中身を全面フィット */
.ll-ba__media{ position: absolute; inset: 0; }
.ll-ba__img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

/* 前面画像の右側をクリップ（posは%） */
.ll-ba__img--front{
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
  will-change: clip-path;
}

/* レンジ（つまみ） */
.ll-ba__range{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  margin: 0; background: transparent;
  -webkit-appearance: none; appearance: none;
  touch-action: none; cursor: ew-resize; outline: none;
}
.ll-ba__range::-webkit-slider-runnable-track{ height:100%; background: transparent; }
.ll-ba__range::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: 28px; height: 100%;
  background: rgba(255,255,255,.001);
  border-left: 2px solid #fff; border-right: 2px solid #fff;
}
.ll-ba__range::-moz-range-track{ height:100%; background: transparent; }
.ll-ba__range::-moz-range-thumb{
  width: 28px; height: 100%;
  background: transparent;
  border-left: 2px solid #fff; border-right: 2px solid #fff;
}

/* ラベル（任意・付けているならそのまま使えます） */
.ll-ba__label{
  position: absolute; z-index: 3; top: .75rem;
  padding: .3em .6em; border-radius: .5rem;
  background: rgba(0,0,0,.55); color: #fff;
  font: 600 12px/1.2 system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
  pointer-events: none; letter-spacing: .02em;
}
.ll-ba__label--left{
  left: .75rem; }
.ll-ba__label--right{
  right: .75rem;
background-color: #009bb4;}

/* ===== スライドごとの比率（あなたの指定どおり） ===== */
#slide01{ aspect-ratio: 1280 / 720; }
#slide02{ aspect-ratio: 525 / 374; }
#slide03{ aspect-ratio: 1280 / 720; }
#slide04{ aspect-ratio: 523 / 692; }

/* 820px以下のとき */
@media screen and (max-width:820px){
  #slide02{ aspect-ratio: 306 / 214; }
  #slide04{ aspect-ratio: 351 / 469; }
}

/* 480px以下のとき */
@media screen and (max-width:480px){
  #slide01{ aspect-ratio: 600 / 1330; }
  #slide03{ aspect-ratio: 600 / 1171; }
}

/* slide02：PC版は 525×374 を上限 */
#slide02{
  aspect-ratio: 525 / 374;
  width: 100%;
  max-width: 525px;
  margin-inline: auto;
}

/* slide04：PC版は 523×692 を上限 */
#slide04{
  aspect-ratio: 523 / 692;
  width: 100%;
  max-width: 523px;
  margin-inline: auto;
}

/* 820px以下は SP 用の実寸に合わせて上限を切替 */
@media (max-width: 820px){
  #slide02{
    aspect-ratio: 306 / 214;
    max-width: 306px;
  }
  #slide04{
    aspect-ratio: 351 / 469;
    max-width: 351px; 
  }
}

/* ① 共通の色/太さを変数で定義（お好みで太さも） */
.ll-ba{
  --handle-color: #009bb4;
  --handle-width: 3px; 
}

.ll-ba__range::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: 28px; height: 100%;
  background: rgba(255,255,255,.001);
  border-left:  var(--handle-width) solid var(--handle-color);
  border-right: var(--handle-width) solid var(--handle-color); 
}

.ll-ba__range::-moz-range-thumb{
  width: 28px; height: 100%;
  background: transparent;
  border-left:  var(--handle-width) solid var(--handle-color);
  border-right: var(--handle-width) solid var(--handle-color); 
}

/* 追記（または既存に追加） */
.ll-ba__range{ z-index: 2; } 
.ll-ba__label{ z-index: 3; } 

/* 置き換え or 追記（両方書いてOK：効く方が使われます） */
.ll-ba__img--front{
  /* 既存 */
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
  will-change: clip-path;

  /* フォールバック：左を表示・右を隠す */
  -webkit-mask-image: linear-gradient(
    to right,
    #000 0,
    #000 calc(var(--pos)),
    transparent calc(var(--pos)),
    transparent 100%
  );
          mask-image: linear-gradient(
    to right,
    #000 0,
    #000 calc(var(--pos)),
    transparent calc(var(--pos)),
    transparent 100%
  );
}