.template-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 48px;
}

.c-sec--pageTtl .c-ttl p::before {
  background-color: #373737;
}

.c-sec--service {
  padding-bottom: 0;
}

.c-sec--service .c-desc {
  margin-bottom: 82px;
}

.c-sec--service .service {
  max-width: 1120px;
  margin: auto;
}

.c-sec--service .service-list {
  display: flex;
  justify-content: space-between;
}

.c-sec--service .service-list > div {
  max-width: 520px;
  width: calc(50% - 10px);
}

.c-sec--service .service-list > div .ttl {
  font-size: 1.125rem;
  color: #fff;
  background-color: #1288FF;
  border-radius: 13px 13px 0 0;
  padding: 3px 0;
  margin: auto;
  max-width: 150px;
  width: 100%;
  text-align: center;
}

.c-sec--service .service-list > div .cnt {
  background-color: #F5F5F5;
  padding: 100px 44px 40px;
  min-height: 574px;
  border-radius: 24px;
}

.c-sec--service .service-list > div .cnt .pic {
  margin-bottom: 65px;
  text-align: center;
}

.c-sec--service .service-list > div .cnt .pic img {
  max-width: 288px;
}

.c-sec--service .service-list > div .cnt .txt {
  min-height: 180px;
}

.c-sec--service .service-list > div .cnt .txt a {
  display: inline-block;
  margin-top: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.c-sec--service .service-list > div:nth-of-type(2) .cnt {
  padding-top: 89px;
}

.c-sec--service .service-list > div:nth-of-type(2) .cnt .pic {
  margin-bottom: 59px;
}

.c-sec--service .service-list > div:nth-of-type(2) .cnt .pic img {
  max-width: 311px;
}

.c-sec--service .c-attention {
  font-size: 0.875rem;
  margin-top: 24px;
}

.c-sec--example {
  padding: 120px 30px 100px;
}

.c-sec--fee {
  padding: 48px 30px;
  background-color: #F5F5F5;
}

.c-sec--fee .c-sec-inner {
  max-width: 1120px;
  margin: auto;
}

.c-sec--fee .fee-block1 {
  background-color: #fff;
  border-radius: 24px;
  padding: 26px 30px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-sec--fee .fee-block1 > div:nth-of-type(1) {
  font-weight: 700;
}

.c-sec--fee .fee-block1 > div:nth-of-type(1) .size2 {
  font-size: 1.125rem;
}

.c-sec--fee .fee-block1 > div:nth-of-type(1) .size3 {
  font-size: 1.5rem;
}

.c-sec--fee .fee-block1 > div:nth-of-type(1) .size4 {
  font-size: 3rem;
}

.c-sec--fee .fee-block1 > div:nth-of-type(1) > span:nth-of-type(1) {
  margin-right: 32px;
}

.c-sec--fee .fee-block1 > div:nth-of-type(2) {
  font-size: 0.875rem;
  line-height: 1.571;
}

.c-sec--fee .fee-block1-attention {
  margin: 24px 0 16px;
}

.c-sec--fee .fee-block2 {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  font-size: 0.875rem;
  display: inline-block;
}

.c-sec--fee .fee-block2-ttl {
  font-weight: 700;
  margin-bottom: 20px;
}

.c-sec--fee .fee-block2-list {
  line-height: 1.571;
}

.c-sec--fee .fee-block2-list > div {
  position: relative;
  padding-left: 23px;
}

.c-sec--fee .fee-block2-list > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background-color: #F5F5F5;
  border-radius: 100px;
}

.c-sec--fee .fee-block2-list > div + div {
  margin-top: 10px;
}

.c-sec--fee .fee-block2-attention {
  margin-top: 16px;
  line-height: 1.571;
}

.c-sec--application {
  padding: 100px 30px 80px;
}

.c-sec--application .application-txt {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

.c-sec--application .c-btnWrap {
  margin-top: 40px;
}


.example-list {
  position: relative;
  padding: 60px 0;
  max-width: 1200px;
  margin: auto;
  overflow: visible;
}

/* スライド共通初期状態 */
.example-list .swiper-slide {
  transform: scale(1);
  opacity: 0.7;
  transition: transform 0.6s ease, opacity 0.6s ease;
  will-change: transform;
}

/* ズームクラス（JS制御） */
.example-list .swiper-slide.is-zoom {
  transform: scale(1.35);
  opacity: 1;
  z-index: 2;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.16);
}

/* スライドの見た目 */
.example-list .slide-item {
  display: block;
  background: #F5F5F5;
  border-radius: 24px;
  padding: 25px;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.example-list .slide-item .slide-ttl,.example-list .slide-item .txt{
	text-align: left;
}

.example-list .slide-item .slide-ttl{
	font-size: 1.125rem;
}

.example-list .slide-item .txt{
	margin-top: 0.8rem;
}

/* ナビゲーション共通 */
.example-list .swiper-button-prev,
.example-list .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* ボタン位置 */
.example-list .swiper-button-prev {
  left: 0;
  transform: translate(100%, 0%);
}
.example-list .swiper-button-next {
  right: 0;
  transform: translate(-100%, 0%);
}

/* ナビゲーションボタンのアイコンを画像で表示 */
.example-list .swiper-button-prev::after,
.example-list .swiper-button-next::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 左矢印 */
.example-list .swiper-button-prev::after {
  background-image: url('../img/common/icon-prev.svg');
}

/* 右矢印 */
.example-list .swiper-button-next::after {
  background-image: url('../img/common/icon-next.svg');
}

/* Swiperの範囲外にも表示されるように */
.example-list .swiper-wrapper {
  overflow: visible;
}

.swiper.example-list {
    overflow: visible;
	    padding: 3rem 0;
}

.example-list__area {
    overflow: hidden;
	    padding: 3rem 0;
}



/* モーダル本体（非表示→表示） */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0; left: 0;
  width: 100%; height: 100%;
    background: rgba(55, 55, 55, 0.28);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.modal.show {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

/* モーダルのオーバーレイ内ラッパー */
.modal-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* モーダル内容 */
.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 24px;
  width: 90%;
  max-width: 600px;
  text-align: center;
  animation: fadeInSoft 0.6s ease-out;
    position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,0.16);
}

.modal-content .inner{
  max-height: 65vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* 外側にある閉じるボタン */
.modal-close {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translate(100%, -100%);
    font-size: 18px;
    background: #F5F5F5;
	color: #373737;
    border-radius: 50%;
	    padding-bottom: 3px;
    width: 40px;
    height: 40px;
    line-height: 0px;
    border: none;
    cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* フェードアニメーション */
@keyframes fadeInSoft {
  from { opacity: 0; }
  to   { opacity: 1; }
}





@media only screen and (max-width: 575.8px) {
.c-sec--service .service-list > div {
    max-width: 100%;
    width: 100%;
}
.c-sec--service .service-list {
    flex-wrap: wrap;
    gap: 2rem;
}

.c-sec--application .application-txt {
  text-align: left;
  font-size: 1rem;
}

.example-list__area {
    padding: 0rem;
}

}