@charset "UTF-8";
/* コンテンツ */

.hd_img {
    background-image: url("../img/main.webp");
    background-position: center center;
    background-size: cover;
    height: 500px;
}

.title {
    text-align: center;
    position: relative;
    z-index: 1;
    margin: -5em auto 3em;
}
.title img {
    width: 90%;
}
.copy {
    position: relative;
    font-size: 1.32em;
    text-align: center;
    line-height: 1.7;
    z-index: 1;
    margin-bottom: -7em;
}

.mapimg {
    position: relative;
    z-index: 1;
}
.map_adj {
    margin-top: -5em;
    padding-top: 5em !important;
}

.tsub {
    text-align: center;
    font-size: 4em;
    line-height: 1;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.5em;
}
.tsubw {
    color: #11445f;
    border-bottom: 1px solid #11445f;
}

.copy2 {
    font-size: 1.16em;
    text-align: center;
    line-height: 1.7;
}

.img1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.img1 ul li {
    width: 30%;
    margin-bottom: 3em;
}
.img1 ul li img {
    width: 100%;
}
.img1 ul li h3 {
    font-size: 1.08em;
    line-height: 1.5;
    margin-top: 0.6em;
    margin-bottom: 0.3em;
}
.img1 ul li p {
    font-size: 0.92em;
    line-height: 1.5;
    text-align: justify !important;
    text-justify: inter-ideograph;
}

.img2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.img2 ul li {
    width: 30%;
    margin-bottom: 3em;
}
.img2 ul li img {
    width: 100%;
}
.img2 ul li figure {
    border-left: 1px solid #11445f;
    border-right: 1px solid #11445f;
}
.img2 ul li section {
    padding: 0.7em;
}
.img2 ul li h3 {
    font-size: 1.08em;
    line-height: 1.5;
    margin-bottom: 0.3em;
}
.img2 ul li p {
    font-size: 0.92em;
    line-height: 1.5;
    text-align: justify !important;
    text-justify: inter-ideograph;
}
.exlink {
    margin-top: 1em;
}
.exlink a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 3.4em;
    background: linear-gradient(to right, #fff, #d2f3fe);
    border: 2px solid #11445f;
    color: #11445f;
    border-radius: 2em;
    font-size: 0.84em;
    line-height: 1.3;
    transition: all 0.3s;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.3));
}
.exlink a:hover {
    opacity: 0.6;
}

.img3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img3 ul li {
    width: 50%;
    margin-bottom: 3em;
}
.img3 ul li:nth-child(3),.img3 ul li:nth-child(4),.img3 ul li:nth-child(5) {
    width: 30%;
}
.img3 ul li img {
    width: 100%;
}
.img3 ul li p {
    line-height: 1.5;
    font-size: 0.92em;
    margin-top: 0.5em;
    text-align: center;
}


@media screen and (max-width: 960px) {
.hd_img {
    height: auto;
    aspect-ratio:2000 / 860;
}

.title {
    margin: -4em auto 3em;
}
.title img {
    width: 90%;
}
.copy {
    font-size: 1.16em;
    text-align: left;
    margin-bottom: -2em;
    text-align: justify !important;
    text-justify: inter-ideograph;
}

.map_adj {
    margin-top: -3em;
    padding-top: 3em !important;
}

.tsub {
    font-size: 3em;
    margin-bottom: 0.8em;
}

.copy2 {
    font-size: 1.08em;
    text-align: left;
    text-align: justify !important;
    text-justify: inter-ideograph;
}

.img1 ul {
    margin-bottom: -3em;
}
.img1 ul li {
    width: 47%;
    margin-bottom: 3em;
}
.img1 ul li h3 {
    font-size: 1em;
}
.img1 ul li p {
    font-size: 0.84em;
}

.img2 ul {
    margin-bottom: -3em;
}
.img2 ul li {
    width: 47%;
    margin-bottom: 3em;
}
.img2 ul li section {
    padding: 0.7em;
}
.img2 ul li h3 {
    font-size: 1em;
}
.img2 ul li p {
    font-size: 0.84em;
}
.exlink {
    margin-top: 1em;
}
.exlink a {
    height: 3.4em;
    font-size: 0.84em;
}
}

@media screen and (max-width: 520px) {
.hd_img {
    height: auto;
    aspect-ratio:2000 / 860;
}

.title {
    margin: -2em auto 2em;
}
.title img {
    width: 100%;
}
.copy {
    font-size: 1em;
    margin-bottom: -1em;
}

.map_adj {
    margin-top: -3em;
    padding-top: 3em !important;
}

.tsub {
    font-size: 2.5em;
    margin-bottom: 0.8em;
}

.copy2 {
    font-size: 1em;
}

.img1 ul {
    margin:0 5% -3em;
}
.img1 ul li {
    width: 100%;
    margin-bottom: 3em;
}
.img1 ul li h3 {
    font-size: 1em;
}
.img1 ul li p {
    font-size: 0.84em;
}

.img2 ul {
    margin:0 5% -3em;
}
.img2 ul li {
    width: 100%;
    margin-bottom: 3em;
}
.img2 ul li section {
    padding: 0.7em;
}
.img2 ul li h3 {
    font-size: 1em;
}
.img2 ul li p {
    font-size: 0.84em;
}
.exlink {
    margin-top: 1em;
}
.exlink a {
    height: 3.4em;
    font-size: 0.84em;
}

.img3 {
    margin-bottom: 3em;
}
.img3 ul {
    justify-content: space-around;
    margin-bottom: -0.5em;
}
.img3 ul li {
    width: 100%;
    margin-bottom: 0.5em;
}
.img3 ul li:nth-child(3),.img3 ul li:nth-child(4),.img3 ul li:nth-child(5) {
    width: calc(50% - 0.5em);
}
.img3 ul li p {
    font-size: 0.84em;
}
}
