img {
    max-width: 100%;
    height: auto;
}

.en {
    font-family: 'Montserrat', sans-serif;
}

.section a[target="_blank"] {
    padding-right: 1.1em;
}
.section a[target="_blank"]::after {
    display: block;
    content: "";
    background: url(../images/ico_external.svg) no-repeat;
    background-size: 11px;
    width: 11px;
    height: 11px;
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
}

.site-content > .inner {
    overflow: inherit;
    padding: 0;
}

.section {
    padding: 50px;
}
.section-inner {
    position: relative;
    padding: 40px 50px;
}

.section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 15px;
}

.section-title {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 36px;
    letter-spacing: .075em;
    color: #1f6588;
    padding-left: 32px;
    position: relative;
    flex: 100%;
}
.section-title .en {
    position: absolute;
    left: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 100%;
}

.section-text {
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #1f6588;
    opacity: .6;
    margin-block: 0;
    margin-left: 30px;
    flex: 100%;
}

.section-img {
    border-radius: 10px;
}

.section-dec {
    position: absolute;
}

.section figure {
    margin-block: 0;
}
.section figure img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
}

/************************************
 01 基本情報
************************************/
.section.--01 .section-inner {
    background: #eff3f5;
}
.section.--01 .section-img.--a {
    position: absolute;
    top: -70px;
    right: 50px;
    width: 267px;
}
.section.--01 .section-img.--b {
    position: absolute;
    top: 780px;
    left: 0;
    width: 300px;
}
.section.--01 .section-dec.--a {
    top: 120px;
    left: -5px;
    width: 60px;
}
.section.--01 .section-dec.--b {
    top: 10px;
    right: 290px;
    width: 127px;
}
.section.--01 .section-dec.--c {
    top: 320px;
    right: 63px;
    width: 77px;
}
.section.--01 .section-dec.--d {
    top: 672px;
    left: calc(50% - 95px);
    width: 141px;
}
.section.--01 .section-dec.--e {
    top: 617px;
    right: 150px;
    width: 45px;
}
.section.--01 .section-dec.--f {
    bottom: 55px;
    right: 170px;
    width: 152px;
}

/*人口*/
.population {
    position: relative;
    width: 100%;
    height: 425px;
    margin-top: 70px;
}
.population .-label {
    width: 120px;
    margin-left: 220px;
}
.img-population {
    width: 1140px;
    margin-left: -100px;
    margin-right: -100px;
}
.population .sup-text {
    position: absolute;
    bottom: 70px;
    right: 150px;
    font-size: 13px;
}
/*気温*/
.temperature {
    width: 394px;
    margin-left: 445px;
    margin-bottom: 80px;
    text-align: center;
}
.temperature .-label {
    position: relative;
    width: 120px;
    margin-bottom: 30px;
}
.img-temperature {
    margin: 0;
}
/*降水量*/
.precipitation {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    margin-left: 400px;
    margin-bottom: 70px;
}
.precipitation .-label {
    position: relative;
    width: 120px;
}
.img-precipitation {
    width: 310px;
    margin: 0;
}
/*日照時間*/
.sunshine {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    margin-left: 85px;
}
.sunshine .-label {
    position: relative;
    width: 120px;
}
.img-sunshine {
    width: 310px;
    margin: 0;
}
.sunshine + .sup-text {
    font-size: 13px;
    display: block;
    text-align: right;
}

@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .site-content {
        overflow-x: clip;
    }

    .section {
        padding: 0;
    }
    .section-inner {
        padding: 20px;
    }

    .section-head {
        margin-top: 20px;
    }
    .section-title {
        font-size: 26px;
    }

    .section.--01 .section-img.--a {
        top: 20px;
        right: -10px;
        width: calc(267px/2);
    }
    .section.--01 .section-img.--b {
        display: none;
        top: 640px;
        left: -20px;
        width: 160px;
    }
    .section.--01 .section-dec.--a {
        top: 210px;
        left: 15px;
    }
    .section.--01 .section-dec.--b {
        top: 10px;
        right: 20px;
    }
    .section.--01 .section-dec.--c {
        top: 200px;
        right: 20px;
    }
    .section.--01 .section-dec.--d {
        top: 180vw;
        left: 10px;
        width: 110px;
    }
    .section.--01 .section-dec.--e {
        top: 175vw;
        right: 20px;
        width: 35px;
    }
    .section.--01 .section-dec.--f {
        bottom: 10px;
        right: 60px;
        width: 132px;
    }

    .population {
        height: 100vw;
        margin-block: 50px;
    }
    .population .-label {
        display: block;
        margin-inline: auto;
    }
    .population .sup-text {
        bottom: 0;
        right: 0;
    }
    .img-population {
        width: 100vw;
        margin-left: -20px;
        margin-right: -20px;
    }
    .temperature {
        width: 100%;
        margin-inline: auto;
        margin-bottom: 50px;
    }
    .img-temperature {
        width: 85%;
        margin-inline: auto;
    }
    .precipitation {
        gap: 10px;
        margin-inline: auto;
        margin-bottom: 40px;
    }
    .sunshine {
        gap: 10px;
        margin-inline: auto;
        margin-bottom: 40px;
    }
}


/************************************
 02 交通
************************************/
.section.--02 {
    background: #e0e8eb;
    overflow: hidden;
}
.section.--02 .section-inner > *:not(.img-boat) {
    position: relative;
    z-index: 1;
}

.section.--02 .section-img.--a {
    position: absolute;
    top: -100px;
    right: 0;
    width: 300px;
    display: none;
}
.section.--02 .section-img.--b {
    position: absolute;
    top: 904px;
    left: 0;
    width: 200px;
}

.img-boat {
    position: absolute;
    top: -395px;
    left: -50px;
    width: 1140px;
    margin: 0;
}

.div-boat {
    margin-top: 55px;
    margin-left: 30px;
    margin-right: -30px;
}
.div-boat .-label {
    width: 120px;
    margin-bottom: 70px;
}
.div-boat .-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}
.div-boat .--left {
    width: 253px;
}
.div-boat .--deco {
    width: 117px;
    position: relative;
    top: 185px;
}
.div-boat .--right {
    width: 253px;
    margin-top: -105px;
}

.div-boat .--right .div-text {
    font-size: 13px;
    display: block;
    margin-top: 40px;
    margin-left: 50px;
}

.box {
    position: relative;
    width: 777px;
    height: 100px;
    margin-top: 85px;
    margin-left: 70px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 0 7px rgba(52, 54, 58, .05);
}
.box-text {
    flex: 1;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box-text:first-child::after {
    content: "";
    position: absolute;
    left: 50%;
    height: 46px;
    border-right: 2px dotted;
}
.box-text .sm {
    font-size: 16px;
    display: block;
}
.box-text .md {
    font-size: 18px;
    display: block;
}
.box-text .x-lg {
    font-size: 30px;
}
.box .star-l {
    position: absolute;
    bottom: -10px;
    left: -5px;
    width: 29px;
}
.box .star-r {
    position: absolute;
    top: -28px;
    right: -35px;
    width: 89px;
}

.div-move {
    margin-top: 150px;
    width: 560px;
    margin-left: auto;
    margin-right: 80px;
    text-align: center;
}
.div-move .-label {
    display: block;
    width: 153px;
    margin-inline: auto;
    margin-bottom: 40px;
}
.div-move .-wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.div-move .div-img {
    width: 136px;
}
.div-move .div-title {
    font-size: 16px;
    letter-spacing: .1em;
    margin-block: 5px 3px;
}
.div-move .div-text {
    font-size: 13px;
    letter-spacing: .05em;
}

.div-move .--freeday {
    position: absolute;
    top: -50px;
    left: 0;
    width: 124px;
}
.div-move .--arrow {
    position: absolute;
    bottom: -75px;
    right: 70px;
    width: 46px;
}

.guideline {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.guideline .-label {
    width: 162px;
}
.guideline .-map {
    margin-top: 5px;
}
.guideline .-map img {
    width: 770px;
}

@media screen and (max-width: 768px) {
    .section.--02 .section-head {
        flex-wrap: nowrap;
        align-items: flex-end;
    }
    .section.--02 .section-title,
    .section.--02 .section-text {
        flex: inherit;
    }

    .section.--02 .section-img.--a {
        top: 120px;
        right: -20vw;
        width: 70vw;
        display: block;
    }
    .section.--02 .section-img.--b {
        display: none;
    }

    .img-boat {
        top: 180px;
        left: -44vw;
        width: 175vw;
    }

    .div-boat {
        margin-inline: auto;
    }
    .div-boat .-label {
        margin-bottom: 30px;
    }
    .div-boat .-wrap {
        flex-direction: column;
        gap: 20vw;
    }
    .div-boat .-wrap > * {
        flex: 1;
    }
    .div-boat .--left {
        width: 240px;
    }
    .div-boat .--deco {
        top: 285px;
        left: 40vw;
        width: 100px;
    }
    .div-boat .--right {
        margin-top: auto;
        margin-left: 20px;
        width: 240px;
    }
    .div-boat .--right .div-text {
        position: absolute;
        margin: auto;
        right: 0;
        bottom: 0;
    }

    .box {
        width: auto;
        height: 80px;
        margin-inline: auto;
        margin-top: 40px;
    }
    .box-text {
        font-size: 16px;
        height: 40px;
    }
    .box-text .sm {
        font-size: 14px;
    }
    .box-text .x-lg {
        font-size: 24px;
    }
    .box .star-l {
        left: -18px;
    }
    .box .star-r {
        top: -36px;
    }

    .div-move {
        margin-top: 50px;
        width: auto;
        margin-inline: auto;
    }
    .div-move .div-title {
        font-size: 13px;
        letter-spacing: 0;
    }
    .div-move .div-text {
        font-size: 11px;
        letter-spacing: 0;
    }
    .div-move .--freeday {
        top: -32px;
        width: 108px;
    }
    .div-move .--arrow {
        bottom: -40px;
        right: 60px;
        width: 32px;
    }

    .guideline {
        margin-top: 50px;
    }
    .guideline .-map {
        position: relative;
        margin-top: 20px;
        width: 100vw;
        overflow: auto;
    }
    .guideline .-map img {
        max-width: none;
        margin-inline: 20px;
    }
    .walk-area::before {
        content: "※地図を横にスクロールできます。";
        font-size: 12px;
        display: block;
        margin-block: 1em;
        text-align: center;
    }
}


/************************************
 03 買い物
************************************/
.section.--03 .section-head {
    flex-wrap: nowrap;
}
.section.--03 .section-title,
.section.--03 .section-text {
    flex: inherit;
}

.div-daily {
    margin-top: 30px;
    text-align: center;
    width: 720px;
    margin-inline: auto;
    position: relative;
}
.div-daily .-label {
    width: 120px;
    margin-bottom: 10px;
}
.div-daily .-wrap {
    display: flex;
    justify-content: space-between;
}
.div-daily .div-img {
    width: 138px;
}
.div-daily .div-title {
    font-size: 18px;
    letter-spacing: .1em;
    margin-top: 10px;
    margin-bottom: .4em;
}
.div-daily .div-text {
    font-size: 14px;
    letter-spacing: .05em;
}
.div-daily .sup {
    position: absolute;
    top: -75px;
    right: -50px;
    width: 175px;
}
.div-daily .sup-text {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    display: block;
}
.div-daily .sup-deco {
    position: absolute;
    top: 45px;
    left: -10px;
}

.div-daily + .box {
    width: 600px;
    height: 130px;
    margin-inline: auto;
    margin-top: 50px;
}
.div-daily + .box .box-text.--first {
    max-width: 250px;
}
.div-daily + .box .box-text.--first::after {
    left: 250px;
}
.div-daily + .box .mail-r {
    position: absolute;
    bottom: -15px;
    right: -25px;
    width: 100px;
}

.div-cafe {
    width: 490px;
    margin-left: auto;
    margin-top: 120px;
    text-align: center;
}
.div-cafe .-label {
    width: 120px;
    margin-bottom: 40px;
}
.div-cafe .-text {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 50px;
}
.div-cafe .-link {
    font-size: 14px;
}

.section.--03 .section-img.--a,
.section.--03 .section-img.--b {
    position: absolute;
    width: 200px;
}
.section.--03 .section-img.--a {
    bottom: 30px;
    left: 60px;
}
.section.--03 .section-img.--b {
    bottom: 0;
    left: 230px;
}

@media screen and (max-width: 768px) {
    .section.--03 {
        background: #eff3f5;
    }
    .section.--03 .section-head {
        flex-wrap: wrap;
    }
 
    .div-daily {
        width: 100%;
        margin-top: 50px;
    }
    .div-daily .div-img {
        width: 98px;
    }
    .div-daily .div-title {
        font-size: 13px;
        letter-spacing: 0;
    }
    .div-daily .div-text {
        font-size: 11px;
        letter-spacing: 0;
    }
    .div-daily .sup {
        top: -25px;
        right: -25px;
        width: 120px;
    }
    .div-daily .sup-text {
        font-size: 10px;
        line-height: inherit;
    }
    .div-daily .sup-deco {
        top: 30px;
        left: 0;
    }
    .div-daily + .box {
        width: 100%;
        height: 80px;
    }
    .div-daily + .box .box-text .md {
        font-size: 15px;
    }
    .div-daily + .box .box-text {
        height: 38px;
    }
    .div-daily + .box .box-text.--first {
        max-width: 38vw;
    }
    .div-daily + .box .box-text.--first::after {
        left: 36.5vw;
    }
    .div-daily + .box .mail-r {
        bottom: -55px;
        width: 90px;
    }

    .div-cafe {
        width: 100%;
        margin-block: 60px 50px;
    }
    .div-cafe .-text {
        font-size: 15px;
        line-height: 30px;
    }
    .div-cafe .-link {
        font-size: 13px;
        margin-bottom: 30px;
    }

    .section.--03 .section-img.--a,
    .section.--03 .section-img.--b {
        width: 25vw;
    }
    .section.--03 .section-img.--a {
        left: -10px;
        bottom: 180px;
    }
    .section.--03 .section-img.--b {
        left: auto;
        right: -10px;
        bottom: 120px;
    }
}


/************************************
 04 医療
************************************/
.section.--04 {
    background: #e0e8eb;
}
.section.--04 .section-head {
    flex-wrap: nowrap;
}
.section.--04 .section-title,
.section.--04 .section-text {
    flex: inherit;
}

.section.--04 .div-wrap {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 70px;
    width: 870px;
    margin-inline: auto;
    margin-top: 60px;
}
.section.--04 .div-col {
    flex: 1;
}
.section.--04 .div-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    letter-spacing: .1em;
}

.section.--04 .section-dec.--a {
    position: absolute;
    bottom: 0;
    left: -18px;
    width: 42px;
}
.section.--04 .section-dec.--b {
    position: absolute;
    top: -62px;
    right: -24px;
    width: 101px;
}

.section.--04 .box {
    width: 600px;
    height: 130px;
    margin-inline: auto;
    margin-block: 100px 50px;
}
.section.--04 .box .ship-l {
    position: absolute;
    top: -40px;
    left: -30px;
    width: 140px;
}
.section.--04 .box .car-r {
    position: absolute;
    bottom: -30px;
    right: -52px;
    width: 150px;
}
.section.--04 .box-text:first-child::after {
    content: none;
}

@media screen and (max-width: 768px) {
    .section.--04 .div-wrap {
        width: 100%;
        gap: 30px;
        margin-top: 40px;
    }
    .section.--04 .div-title {
        font-size: 16px;
        margin-top: 10px;
    }
    .section.--04 .section-dec.--a {
        width: 32px;
    }
    .section.--04 .section-dec.--b {
        top: -42px;
        right: -14px;
        width: 70px;
    }
    .section.--04 .box {
        width: 100%;
        height: 110px;
        margin-top: 70px;
    }
    .section.--04 .box-text {
        height: 38px;
    }
    .section.--04 .box-text .md {
        font-size: 15px;
    }
    .section.--04 .box .ship-l {
        top: -35px;
        left: -20px;
        width: 100px;
    }
    .section.--04 .box .car-r {
        bottom: -20px;
        right: -35px;
        width: 90px;
    }
}


/************************************
 05 教育
************************************/
.section.--05 {
    background: #eff3f5;
    padding-bottom: 0;
}

.education-area {
    position: relative;
    width: 100%;
    margin-top: 50px;
}
.education-area .-map img {
    width: 822px;
    display: block;
    margin-inline: auto;
}

.section.--05 .section-dec.--a {
    position: absolute;
    top: 35px;
    right: 70px;
    width: 188px;
}

.section.--05 .div-wrap {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 100px;
    margin-top: 100px;
    padding-top: 90px;
}
.section.--05 .div-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    width: 1140px;
    height: 1px;
    background: #95aebb;
}
.section.--05 .div-wrap::after {
    content: "";
    position: absolute;
    top: 70px;
    left: 50%;
    height: 200px;
    border-right: 2px dotted #b8b7b3;
}
.section.--05 .div-col {
    flex: 1;
}
.section.--05 .div-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}
.section.--05 .div-title .-icon {
    width: 80px;
    height: 80px;
}
.section.--05 .div-title .-text {
    color: #1f6588;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 26px;
    line-height: 36px;
}
.section.--05 .div-text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}

@media screen and (min-width: 769px) {
    .section.--05 .section-head {
        flex-wrap: nowrap;
    }
    .section.--05 .section-title,
    .section.--05 .section-text {
        flex: inherit;
    }
}

@media screen and (max-width: 768px) {
    .section.--05 {
        padding-bottom: 50px;
    }
    .section.--05 .section-dec.--a {
        width: 138px;
        top: 65px;
        right: 10px;
    }
    .education-area .-map {
        width: 100vw;
        margin-left: -20px;
        overflow: auto;
    }
    .education-area .-map img {
        max-width: none;
        margin-inline: 20px;
    }
    .education-area::before {
        content: "※地図を横にスクロールできます。";
        font-size: 12px;
        margin-bottom: .5em;
        display: block;
        text-align: center;
    }

    .section.--05 .div-wrap {
        flex-direction: column;
        margin-top: 50px;
        padding-top: 40px;
        gap: 80px;
    }
    .section.--05 .div-wrap::after {
        top: calc(50% + 20px);
        left: 0;
        width: 100%;
        height: 2px;
        border-right: none;
        border-top: 2px dotted #b8b7b3;
    }
    .section.--05 .div-title {
        gap: 20px;
    }
    .section.--05 .div-title .-icon {
        width: 60px;
        height: 60px;
    }
    .section.--05 .div-title .-text {
        font-size: 20px;
        line-height: 30px;
    }
}