.hina-mincho-regular {
    font-family: "Hina Mincho", serif;
    font-weight: bold;
    font-style: normal;
}

.zen-old-mincho {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: bold;
}

body {
    background: #fffdfa;
    height: 100%;
    width: 100%;
    font-size: larger;
}

a {
    text-decoration: none;
}

@media screen and (min-width: 480px) {
	/* スマホ */

	p {
		font-size: 1.4rem;
	}
    a{
        font-size: 0.5em;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* タブレット */

	p {
		font-size: 1.5rem;
	}
    a{
        font-size: 0.7em;
    }
}
@media screen and (min-width: 1024px) {
	/* PC */

	p {
		font-size: 1.6rem;
	}
    a{
        font-size: 0.9em;
    }
}

p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 2;
}

.content {
    padding: 50px 2% 250px;
}

.heroo {
    position: relative;
    background: url(img/都市画像\ Pedro\ Lastra.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: #ffffff;
    height: max-content;
    min-height: 1000px;
    min-width: 100%;
    width: 100vw;
}

.card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;

}

.card {
    width: calc(33.333% - 20px);
    /* 3分割 - 間隔 */
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    height: 500px;
    /* padding, border を width に含める */
}

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

.card-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
}

.card-content h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.card-content p {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 15px;
}

.card-content .button {
    margin-top: 10%;
    background-color: #242424;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.card-content .button:hover {
    background-color: #656565;
}

@media screen and (max-width: 768px) {
    .card {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .card {
        width: 100%;
    }
}

.navbar {
    width: 100%;
    position: fixed;
}

.list-11 {
    list-style-type: disc;
    padding: 1em 1em 1em 2.5em;
    border-left: 5px solid #2589d0;
    background-color: #f2f2f2;
}

.list-11 li {
    padding: .3em .3em .3em 0;
}

.list-11 li::marker {
    color: #2589d0;
    font-size: 1.1em;
}

.footer-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 25px 10px 10px;
    background-color: #2589d0;
}

.footer-2__logo {
    width: 130px;
    height: 30px;
}

.footer-2__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1.5em;
    list-style-type: none;
    margin: 0 0 .5em;
    padding: .5em;
}

.footer-2__sns-icon {
    width: 21px;
    height: 21px;
}

.footer-2__copyright {
    margin: 0;
    color: #ffffffb3;
    font-weight: 200;
    font-size: .8em;
}

.heading-26 {
    color: #333333;
}

.heading-26:first-letter {
    color: #2589d0;
    font-size: 2em;
}

.footer-3 {
    padding: 3rem 2rem 1.5rem;
    background-color: #ffff97;
}

.footer-3__container {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(5, 1fr);
    max-width: 1200px;
    margin: 0 auto;
}

.footer-3__logo {
    width: 104px;
    height: 26px;
    margin-bottom: .2em;
}

.footer-3__caption {
    margin-top: 0;
    color: #a6adb3;
    font-size: .75em;
}

.footer-3__title,
.footer-3__link {
    margin: 0 0 .8em;
    color: #333;
    font-size: .8em;
}

.footer-3__title {
    font-weight: 600;
}

.footer-3__list {
    padding: 0;
    list-style-type: none;
}

.footer-3__link {
    display: block;
}

.footer-3__link:not(:hover) {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .footer-3__container {
        justify-items: start;
        grid-template-columns: repeat(2, 1fr);
        gap: 1em;
    }

    .footer-3__head {
        grid-column: 1/3;
    }

    .footer-3__caption br {
        display: none;
    }
}

.heading-26 {
    color: #333333;
    font-weight: 1000;
}

.heading-26:first-letter {
    color: #2589d0;
    font-size: 2em;
}
.heading-24 {
    position: relative;
    padding-top: 1.5em;
    color: #333333;
}

.heading-24::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    color: #d9f4ff;
    font-size: 3em;
    line-height: 1;
    content: attr(data-number);
    pointer-events: none;
}

.--006 {
    margin-bottom: 7px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::before,
.accordion-006 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #c2c2c2;
    content: '';
}

.accordion-006 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-006 summary::after {
    transition: rotate .3s;
}

.accordion-006[open] summary::after {
    rotate: 90deg;
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}





/* loading */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: #fffdfa;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeOut 1.5s 2.5s forwards;
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  .loading__logo {
    opacity: 0;
    animation: logo_fade 2s 0.5s forwards;
    width: 175px;
  }
  
  @keyframes logo_fade {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
  
    60% {
      opacity: 1;
      transform: translateY(0);
    }
  
    100% {
      opacity: 0;
    }
  }

header {
    background-color: #fffdfa;
    color: #333;
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* ぼかしの代わりに薄い影 */
    z-index: 9; /* 他の要素より前面に表示 */
}

header::after {
    content: "";
    position: absolute;
    bottom: -10px; /* ぼかしの広がり具合を調整 */
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent); /* 下方向へのグラデーションでぼかしを表現 */
    pointer-events: none; /* クリックイベントを透過 */
}

.header-content {
    display: flex;
    align-items: center;
}

.icon {
    font-size: 24px; /* アイコンのサイズ */
    margin-right: 10px;
}

.site-title {
    font-size: 18px;
}

.main-content {
    padding: 20px;
}

.breadcrumb-002 {
    font-weight: bold;
    display: flex;
    gap: 0 15px;
    list-style: none;
    padding: 0;
    margin-right: 0;
}

.breadcrumb-002 li {
    display: flex;
    align-items: center;
}


.breadcrumb-002 li:not(:last-child)::after {
    display: inline-block;
    margin-left: 15px;
    color: #333333;
    content: '/';
}

.breadcrumb-002 a {
    color: #333333;
    text-decoration: none;
}

.quote-1 {
    padding: 1em 1.5em;
    border-left: 4px solid #f2f2f2;
    color: #333333;
}

.quote-1:has(cite) {
    padding-bottom: .5em;
}

.quote-1 p {
    margin-top: 0;
}

.quote-1 cite {
    display: block;
    color: #737373;
    font-size: .8em;
    text-align: right;
}






.list-13 {
    padding: 1em;
}

.list-13 li {
    list-style-type: none;
    position: relative;
    padding: .3em .3em .3em 1em;
    color: #333333;
}

.list-13 li::before,
.list-13 li::after {
    position: absolute;
    left: 0;
    background-color: #333333;
    content: '';
}

.list-13 li::before {
    top: 1em;
    width: 10px;
    height: 1px;
}

.list-13 li::after {
    top: 0;
    width: 1px;
    height: 100%;
}

.list-13 li:last-child::after {
    height: 1em;
}

.list-13 span {
    display: flex;
    align-items: center;
}

.fusen-3 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    width: 240px;
    height: 240px;
    padding: 2em 2.2em;
    background-color: #a9ceec;
    color: #333333;
}

.fusen-3::before {
    position: absolute;
    bottom: -5px;
    right: 7px;
    z-index: -1;
    transform: rotate(5deg);
    width: 70%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}

.box-018 {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    padding: 1em calc(1.5em + 9px);
    border-top: 1px solid #2589d0;
    border-bottom: 1px solid #2589d0;
    color: #333;
}

.box-018::before,
.box-018::after {
    position: absolute;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% + 20px);
    background-color: #2589d0;
    content: '';
}

.box-018::before {
    left: 9px;
}

.box-018::after {
    right: 9px;
}

.quote-2 {
    max-width: 500px;
    position: relative;
    padding: 2.5em 2.5em 2em 3em;
    color: #333333;
}

.quote-2::before,
.quote-2::after {
    display: inline-block;
    position: absolute;
    width: 4em;
    height: 4em;
    content: '';
}

.quote-2::before {
    top: 0;
    left: 0;
    border-top: 3px solid #2589d0;
    border-left: 3px solid #2589d0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.58341 17.3211C3.55316 16.2274 3 15 3 13.0103C3 9.51086 5.45651 6.37366 9.03059 4.82318L9.92328 6.20079C6.58804 8.00539 5.93618 10.346 5.67564 11.822C6.21263 11.5443 6.91558 11.4466 7.60471 11.5105C9.40908 11.6778 10.8312 13.159 10.8312 15C10.8312 16.933 9.26416 18.5 7.33116 18.5C6.2581 18.5 5.23196 18.0095 4.58341 17.3211ZM14.5834 17.3211C13.5532 16.2274 13 15 13 13.0103C13 9.51086 15.4565 6.37366 19.0306 4.82318L19.9233 6.20079C16.588 8.00539 15.9362 10.346 15.6756 11.822C16.2126 11.5443 16.9156 11.4466 17.6047 11.5105C19.4091 11.6778 20.8312 13.159 20.8312 15C20.8312 16.933 19.2642 18.5 17.3312 18.5C16.2581 18.5 15.232 18.0095 14.5834 17.3211Z' fill='%232589d0'%3E%3C/path%3E%3C/svg%3E");
    background-position: top 35% left 35%;
    background-size: 2em;
    background-repeat: no-repeat;
}

.quote-2::after {
    bottom: 0;
    right: 0;
    border-bottom: 3px solid #2589d0;
    border-right: 3px solid #2589d0;
}

.quote-2 p {
    margin-top: 0;
}

.quote-2 cite {
    display: block;
    color: #737373;
    font-size: .8em;
    text-align: right;
}

.list-8 {
    position: relative;
    padding: 1.5em 1em 1em 2.5em;
    border: 2px solid #2589d0;
    margin-top: 50px;
}

.list-8 > div {
    position: absolute;
    top: -.75em;
    left: 1em;
    padding: 0 .5em;
    background-color: #fff;
    color: #2589d0;
    font-weight: 600;
}

.list-8 ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

.list-8 li {
    padding: .3em .3em .3em 0;
}

.list-8 li::marker {
    color: #2589d0;
    font-size: 1.1em;
}
.accordion-003{
    font-size: x-large;
    margin-top: 50px;
}