@charset "UTF-8";

.inner-container{
  padding: 67px 0;
}
.heading-line{
  font-size: 28px;
  position: relative;
  padding-bottom: 1.3em;
  color: #221814;
  letter-spacing: 0.1em;
  margin-bottom: 74px;
}
.heading-line::after{
  content: "";
  display: block;
  height: 12.05px;
  width: 2.5em;
  background-color: #004da8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.txt-base{
  font-size: 16px;
  letter-spacing: 0.084em;
}
.block:first-of-type{
  margin-top: 70px;
}
.block + .block{
  margin-top: 64px;
}
h4{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.heading-line:has(> span) {
    font-size:22px;
    font-weight: bold;
    color:#231815;
    display:flex;
    flex-direction: column;
    gap:5px;
}
.heading-line:has(> span)::after {
    display:none;
}
.heading-line span {
    color:#004da8;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size:0.65em;
    position: relative;
    border-bottom:solid 10px #004da8;
    width:fit-content;
    padding-bottom:5px;
}

.txt-base-2 p {
    letter-spacing: 0.2em;
    text-align: justify;
}
.txt-base-2 p + p {
    padding-top:40px;
}

.lead h4{
  font-weight: bold;
  font-size: 44px;
  color: #004da8;
  letter-spacing:0.2em;
  line-height:1.6;
  margin-bottom: 15px;
}
.lead p {
    line-height:2.8;
    font-size:1.2em;
}

.image-wrapper {
    overflow:hidden;
}
.image-wrapper img {
    width:100%;
    height:100%;
    object-fit: cover;
}

a.inline {
    display:inline;
}


/*  Paging */
.paging {
	padding:0;
	margin:40px 0 0 0;
	display: flex;
	gap: 5px;
	justify-content: center;
    font-family: "Nunito Sans", sans-serif;
}
.paging > :not(li) ,
.paging > li > * {
	min-width: 3em;
	aspect-ratio: 1;
	padding: 0;
	color: #fff;
	background: #7d7d7d;
	transition: 0.2s;
    border-radius:100%;
	display: flex;
	align-items: center;
	justify-content: center;
    font-weight:bold;
}
.paging a:hover {
	filter:brightness(0.1);
}
.paging [aria-current="page"] {
	background: #004ea2;
	font-weight: bold;
}
.paging > li {
	margin: 0;
	padding: 0;
	list-style: none;
}


@media screen and (max-width: 1198.98px) {
  .inner-container{
    padding: 5.583vw 0 21.083vw;
  }
  .heading-line{
    font-size: 2.333vw;
    margin-bottom: 6.167vw;
  }
  .heading-line::after{
    height: 1.004vw;
  }
  .txt-base{
    font-size: 1.333vw;
  }
  .block:first-of-type{
    margin-top: 5.833vw;
  }
  .block + .block{
    margin-top: 5.333vw;
  }
  h4{
    font-size: 1.5vw;
    margin-bottom: 1.25vw;
  }
}

@media screen and (max-width: 599.98px) {
    .inner-container{
        padding: 12vw 0 29vw;
    }
    .heading-line{
        font-size: 4.45vw;
        margin-bottom: 10.5vw;
    }
    .heading-line::after{
        height: 1.5vw;
    }
    .heading-line:has(> span) {
        font-size:18px;
    }
    .heading-line span {
        font-size:0.8em;
    }

    .txt-base{
        font-size: 3vw;
    }
    .block:first-of-type{
        margin-top: 12vw;
    }
    .block + .block{
        margin-top: 11.25vw;
    }
    .lead h4{
        font-size: 30px;
        letter-spacing:0.2em;
    }
    .lead p {
        line-height:2;
        font-size:1.1em;
    }

    .txt-base-2 p {
        letter-spacing: 0;
    }

    .u-sp-dsp-n{ display: none; }
}

