@charset "utf-8";

/*----------------------------------------
	all
----------------------------------------*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
    font-optical-sizing: auto;
    font-size: 62.5%;
    color: #000;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-weight: 500;
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    vertical-align: bottom;
    height: auto;
}

ul {
    list-style-type: none;
}

#container {
    overflow-x: hidden;
}

/*----------------------------------------
	common
----------------------------------------*/

.c-inner1200 {
    width: 1200px;
    margin: auto;
}

.c-text {
    font-size: 1.8rem;
    line-height: 1.75;
}

.op {
    transition: .3s;
}

.op:hover {
    opacity: 0.7;
}

.bold {
    font-weight: bold;
}

@media screen and (max-width:1300px) {
    .c-inner1200 {
        width: 100%;
        padding: 0 6.5%;
    }
}

@media screen and (max-width:1100px) {
    .c-inner1200 {
        width: 100%;
        padding: 0 5.5%;
    }
}

@media screen and (max-width:820px) {
    .c-text {
        font-size: 1.4rem;
    }

    .c-inner1200 {
        width: 100%;
        padding: 0 3.5%;
    }
}


/*----------------------------------------
	column
----------------------------------------*/

.p-catchColumn {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/.jpg);
}

/*----- columnArchive -----*/

.p-columnArchive {
    margin: 0 0 410px;
}

.p-columnArchive__wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.5%;
    row-gap: 69px;
    margin: 0 0 50px;
}

.p-columnArchive__wrap article {
    width: 31.6%;
    background-color: #f5f5f5;
    padding: 20px;
}

.p-columnArchive__img {
    margin: 0 0 10px;
}

.p-columnArchive__img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.p-columnArchive__title {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.556;
}

.p-columnArchive__article a {
    position: relative;
}

.p-columnArchive__category {
    width: 120px;
    height: 32px;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0075C2;
    color: #fff;
}

.p-columnArchive__article time {
    display: block;
    font-size: 1.3rem;
    margin: 0 0 10px;
}

.p-columnArchive__categoryTitle {
    font-size: 3.5rem;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin: 0 0 60px;
    text-align: center;
}

@media screen and (max-width: 1500px) {
    .p-columnArchive {
        margin-bottom: 200px;
    }

    .p-columnArchive__img img {
        height: 200px;
    }

    .p-columnArchive__title {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 820px) {
    .p-columnArchive {
        margin-bottom: 80px;
    }

    .p-columnArchive__wrap {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px 20px;
    }

    .p-columnArchive__wrap article {
        width: calc(50% - 10px);
        max-width: none;
    }

    .p-columnArchive__img img {
        height: 180px;
    }

    .p-columnArchive__title {
        font-size: 1.5rem;
    }

    .p-columnArchive__category {
        width: 100px;
        height: 32px;
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 590px) {
    .p-columnArchive {
        margin-bottom: 60px;
    }

    .p-columnArchive__wrap {
        gap: 25px 10px;
    }

    .p-columnArchive__wrap article {
        width: calc(50% - 5px);
    }

    .p-columnArchive__img img {
        height: 140px;
    }

    .p-columnArchive__title {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .p-columnArchive__article time {
        font-size: 1.2rem;
        margin-bottom: 3px;
    }

    .p-columnArchive__category {
        width: 80px;
        height: 26px;
        font-size: 1.1rem;
    }
}

/*----------------------------------------
	footer
----------------------------------------*/

footer {
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #000000;
    width: 100%;
    background-color: #0075C2;
    color: #FFFFFF;
    background-image: url(../img/f-back.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 50% auto;
    margin-top: 50px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-size: 12px;
    text-align: center;
}

footer a {
    color: #FFFFFF;
    text-decoration: none;
}

footer p {
    font-size: 11px;
    text-align: center;
    margin-top: 35px;
    color: #FFFFFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f-logo {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 10px;
}

#footer #c {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    line-height: 250%;
    color: rgba(255, 255, 255, 1.00);
}

@media only screen and (max-width: 767px) {
    footer p {
        font-size: 10px;
    }
}

/*----------------------------------------
	header
----------------------------------------*/

.head-back {
    margin: 0;
    padding: 0;
    background-color: #0075C2;
}

header {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    height: 80px;
    width: 95%;
    margin-bottom: 0px;
    margin-top: 0px;
}

header p {
    max-width: 57%;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 170%;
    margin: 0;
    text-decoration: none;
    color: #FFFFFF;
}

.logo {
    height: 45px;
}

.logo-sp {
    height: 0;
    display: none;
}

.h-tel {
    height: 80px;
    float: right;
    position: absolute;
    top: 3px;
    right: 5%;
}

@media only screen and (max-width: 1000px) {
    header p {
        width: 45%;
        max-width: none;
        line-height: 150%;
        color: #FFFFFF;
    }

    .logo {
        height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    header {
        margin-top: 50px;
        height: auto;
        padding-top: 5px;
        width: 95%;
    }

    header p {
        width: 100%;
        max-width: none;
        font-size: 11px;
        line-height: 200%;
        text-decoration: none;
    }

    .logo {
        width: 0;
        display: none;
        height: 35px;
        position: fixed;
        top: 7px;
        left: 5px;
        z-index: 999;
    }

    .logo-sp {
        display: inherit;
        height: 35px;
        position: fixed;
        top: 7px;
        left: 5px;
        z-index: 999;
    }

    .h-tel {
        display: none;
    }
}