@charset "utf-8";
.spBlock {
    display: none;
}
.spBreak {
    display: inline;
}
@media screen and (max-width: 500px) {
    .spBlock {
        display: block;
    }
    .spBreak {
        display: block;
    }
}

.uline01 {
    background: linear-gradient(transparent 65%, #ffffc8 70%);
}
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flexBox02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.flex48 {
    flex-basis: 48%;
    margin-left: 4%;
}
.flex48:nth-child(2n+1) {
    margin-left: 0;
}
.single-wrap {
    background-color: #f2f2f2;
    padding-top: 80px;
}
.breadcrumbs04 {
    text-align: left;
    font-size: clamp(1rem, 1.3vw, 1.4rem);
    padding: 15px 20px;
    line-height: 1.4;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
	color: #999999;
}
.breadcrumbs04::-webkit-scrollbar {
    height: 6px;
}
.breadcrumbs04::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 999px;
}
.news-wrap {
    padding: 60px 0;
}
.areaNews {
    max-width: 1140px;
    margin: 0 auto;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    background: #FFF;
}
.areaNewsIn {
    padding: 70px 80px 80px 80px;
}
.areaNews h1 {
    font-size: clamp(2rem, 2.8vw, 3.5rem);
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: clamp(5px, 1.5vw, 10px);
}
.meta01 {
	color: rgba(0, 0, 0, 0.5);
	font-size: clamp(1.3rem, 1.5vw, 1.6rem);
	margin-bottom: clamp(10px, 1.5vw, 20px);
}
.meta01 .material-symbols-outlined {
  vertical-align: middle;
	font-size: clamp(1.3rem, 1.5vw, 1.6rem);
}
.newsMainPic {
    margin-bottom: clamp(15px, 1.5vw, 30px);
}
.areaNews01 {
    width: 95%;
    margin: 0 auto;
}

.csCap02 {
    background-color: #646464;
}
.csCap02 figcaption {
    color: #FFF;
    font-size: clamp(1.3rem, 1.5vw, 1.6rem);
    line-height: 1;
    text-align: center;
    padding: 10px 15px 10px 15px;
}




.areaNewsBtn {
    background-color: #F4F4F4;
    padding: clamp(1.5rem, 3vw, 2rem) 1rem;
    text-align: center;
}
.areaNewsBtn h3 {
    font-size: clamp(1.4rem, 1.6vw, 1.8rem);
    line-height: 1.5;
    font-weight: bold;
	margin-bottom: 5px;
}
.areaNewsBtn a.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;

  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  padding: 1.5rem 3rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 9999px;
  line-height: 1;

  /* hover用 */
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

/* hover時だけ */
.areaNewsBtn a.btn-primary:hover {
  opacity: 0.85;
}
.btn-label {
    font-weight: bold;
}
.btn-color-purple {
    background-color: rgba(70, 25, 127, 1);
}
.areaNewsBtn p {
    text-align: center;
}
.textNews01 {
    font-size: clamp(1.3rem, 1.5vw, 1.6rem);
    line-height: 1.8;
}
.textNews02 {
    font-size: clamp(1.2rem, 1.3vw, 1.4rem);
    line-height: 1.6;
	color: #888;
    font-weight: normal;
}




.textNote{
	display: flex;
	font-size: clamp(1.2rem, 1.3vw, 1.4rem);
    line-height: 1.6;
	color: #888;
}
.note-mark {
  width: 3.5em; /* ←ここ調整 */
  flex-shrink: 0;
}

.note-text {
  flex: 1;
}



.alCenter {
    text-align: center;
}
.titSolution04 {
    color: #46197f;
}
.titSolution04 {
    font-size: clamp(1.4rem, 1.8vw, 2.5rem);
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    margin-bottom: clamp(10px, 1.5vw, 20px);
    line-height: 1.4;
    text-align: center;
}
.titSolution04::before {
    margin-right: 10px;
    transform: rotate(45deg);
}
.titSolution04::after {
    margin-left: 10px;
    transform: rotate(-45deg);
}
.titSolution04::before, .titSolution04::after {
    background-color: #46197f;
}
.titSolution04::before, .titSolution04::after {
    content: "";
    height: 1px;
    width: 40px;
}

#can-03 ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 20px) clamp(10px, 4vw, 4%);
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

#can-03 ul li {
  box-sizing: border-box;
  width: auto;
  margin: 0;
  text-align: center;
  color: #FFF;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  font-weight: bold;
  background-color: #000;
  background-image: url(../images/common/graline01.png);
  line-height: 1.5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 1.2em 0 1.4em;
}

#can-03 ul li span {
  display: block;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  font-weight: normal;
  padding: 0 0;
  line-height: 1.6;
}


.newsTit01 {
    color: #000;
    font-size: clamp(1.6rem, 1.8vw, 2rem);
    position: relative;
    padding: 0.9em 2em;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    background: linear-gradient(#FFF 0%, #EEE 100%);
    box-shadow: inset -1px -1px 0 rgba(255, 255, 255, 1);
    font-weight: bold;
    line-height: 1.4;
}
.newsTit01::after {
    position: absolute;
    top: 1.3em;
    left: 1em;
    z-index: 2;
    content: '';
    width: 7px;
    height: 7px;
    border: 4px solid #3E4088;
    border-radius: 100%;
}
h3.heading-18 {
    font-size: clamp(1.3rem, 1.6vw, 1.6rem);
    padding: 0.8em 1.5em;
    border-radius: 5px;
    border: 1px solid #DCDCDC;
    font-weight: bold;
    line-height: 1.5;
}

.newsTit02 {
    font-size: clamp(1.3rem, 1.5vw, 1.6rem);
    font-weight: bold;
    margin-bottom: 5px;
}
.newsTit03 {
  text-align: left;
  border-left: 2px solid #1E1E1E;
	width: 100%;
}
.newsTit03 span {
  font-size: clamp(1rem, 2.1vw, 1.2rem);
  line-height: 1.5;
  font-weight: 600;
  padding: 0 15px;
  display: inline-block;
}

.newsTit04 {
    text-align: left;
    border-left: 2px solid #1E1E1E;
    width: 100%;
}
.newsTit04 span {
    font-size: clamp(1.4rem, 1.7vw, 1.8rem);
    line-height: 1.5;
    font-weight: bold;
    padding: 0 20px;
    display: inline-block;
}




.listNews01 {
  font-size: clamp(1.3rem, 1.5vw, 1.6rem);
  line-height: 1.8;
  text-align: left;
  margin-left: 25px;
}
.listNews01 li {
  list-style: disc;
}


.table-modern {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #DCDCDC;
    overflow: hidden;
    font-size: clamp(1.3rem, 1.5vw, 1.6rem);
	line-height: 1.7;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    border: 0;
}
.table-modern thead th {
    background: #F2F2F2;
    font-weight: 600;
    padding: 0.9em 1.5em;
    text-align: left;
	vertical-align: middle;
}
.table-modern tbody th {
    font-weight: 600;
    background: #FAFAFA;
    padding: 0.9em 1.5em;
    width: 30%;
    border-bottom: 1px solid #DCDCDC;
	vertical-align: middle;
}
.table-modern td {
    padding: 1.1em 1.7em;
    border-bottom: 1px solid #DCDCDC;
	vertical-align: middle;
}
.table-modern tbody tr:last-child th, .table-modern tbody tr:last-child td {
    border-bottom: none;
}
.price-main{
	display: block;
}
.price-main span {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(1.6rem, 1.8vw, 2rem);
    font-weight: bold;
    color: #c30117;
	line-height: 1;
}

@media screen and (max-width: 768px) {
  .table-modern {
    font-size: clamp(0.78rem, 2.7vw, 0.95rem);
    line-height: 1.55;
  }

  .table-modern thead th {
    padding: 0.7em 0.6em;
  }

  .table-modern tbody th {
    width: 28%;
    padding: 0.75em 0.6em;
  }

  .table-modern td {
    padding: 0.75em 0.6em;
  }

  .price-main span {
    font-size: clamp(1.15rem, 4.2vw, 1.5rem);
  }

  .price-sub {
    font-size: clamp(0.72rem, 2.5vw, 0.86rem);
  }
}

.itemListNews {
  display: flex;
  gap: 30px;
  list-style: none;
}

.itemListNews li {
  width: calc((100% - 60px) / 3);
}

.itemListNews a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border: 1px solid #DCDCDC;
  padding: 30px 25px;
  box-sizing: border-box;
}

.itemListNews figure {
  margin: 0 0 10px;
}

.itemListNews img {
  display: block;
  width: 100%;
  height: auto;
}

.itemLabel {
  min-height: 26px;
  margin: 0 0 8px;
  text-align: center;
}

.itemLabel span {
  display: inline-block;
  padding: 8px 18px;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  line-height: 1;
	border: 1px solid #CCC;
  border-radius: 999px;
}

.itemListNews h3 {
  margin: 0 0 4px;
  font-size: clamp(1.5rem, 1.7vw, 1.9rem);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.itemListNews p {
  margin: 0;
  font-size: clamp(1.1rem, 1.3vw, 1.4rem);
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .itemListNews {
    display: block;
  }

  .itemListNews li {
    width: 100%;
    margin-bottom: 12px;
  }

  .itemListNews a {
    display: grid;
    grid-template-columns: 34% 1fr;
    column-gap: 12px;
    align-items: center;
    padding: 14px 12px;
  }

  .itemListNews figure {
    grid-row: 1 / 4;
    margin: 0;
	  width: 80%;
  }

  .itemListNews h3 {
    margin: 0 0 0;
    font-size: 1.12rem;
    line-height: 1.3;
    text-align: left;
  }

  .itemLabel {
    min-height: 0;
    margin: 0 0 0;
    text-align: left;
  }

  .itemLabel span {
    padding: 4px 8px;
    font-size: 0.7rem;
  }

  .itemListNews p {
    font-size: 0.84rem;
    line-height: 1.45;
    text-align: left;
  }
}

/* =========================
   タブレット対応
========================= */
@media screen and (max-width: 1024px) {
    .areaNews {
        width: calc(100% - 40px);
    }
    .areaNewsIn {
        padding: 40px 40px 50px;
    }
}
/* =========================
   スマホ対応
========================= */
@media screen and (max-width: 500px) {
    .flexBox02 {
        display: block;
    }
    .flex48 {
        flex-basis: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .areaNews {
        width: calc(100% - 16px);
    }
    .areaNewsIn {
        padding: 20px 14px 30px;
    }

    .newsTit01 {
        padding: 0.6em 1em 0.6em 2em;
    }
    .newsTit01::after {
        top: 1em;
        left: 0.8em;
        width: 6px;
        height: 6px;
        border-width: 3px;
    }
}

