@charset "UTF-8";

html {
    scroll-behavior: smooth;
}
body {
    background-color: #fff;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','游ゴシック','Yu Gothic','ＭＳ Ｐゴシック',sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
}

@media screen and (min-width: 769px) {
    body {
        font-size: 15px;
        line-height: 1.85rem;
    }
    .sp {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    body {
        font-size: 15px;
        line-height: 1.85rem;
        letter-spacing: 0;
    }
    .pc {
        display: none;
    }
}

.main {
    margin: 0;
    padding: 0;
}
.wrapper {
    margin: 0;
    padding: 0;
}
.section {
    padding: 100px 0;
    margin: 0;
}
.container {
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
a {
    color: #000;
    text-decoration: none;
    transition-duration: 0.3s;
}
/* a:hover {
    opacity: 0.7;
} */
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
small {
    font-size: 80%;
}

h1, h2, h3, h4, h5 {
    color: #000;
    letter-spacing: 0.05rem;
}
h1 {
    font-size: 2.7rem;
    line-height: 1.15;
}
h2 {
    font-size: 2.25rem;
    line-height: 1.3;
    margin-bottom: 1.6rem;
}
h3 {
    font-size: 1.35rem;
    line-height: 1.45;
    margin-bottom: 1.3rem;
}
h4, h5 {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}


table {
    border-collapse: collapse;
    border-spacing: 0
}

.col_2, .col_3, .col_4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
}
.col_2 {
    gap: 50px;
}
.col_3, .col_4 {
    gap: 30px;
}
.col_2 > li {
    width: calc(50% - 25px);
}
/* .col_2 li:nth-child(2n+1) {
    margin-right: 60px;
    margin-bottom: 40px;
} */
.col_3 > li {
    width: calc(33.33% - 20px);
}
.col_4 > li {
    width: calc(25% - 22.5px);
}
/* .col_3 > li,
.col_4 > li {
    margin-right: 30px;
    margin-bottom: 30px;
} */
.col_3 > li:nth-child(3n),
.col_4 > li:nth-child(4n) {
    margin-right: 0;
}
.col_2 > li img {
    margin-bottom: 30px;
}
.col_3 > li img,
.col_4 > li .img {
    margin-bottom: 20px;
}

.copyright {
    font-size: 0.8rem;
}

@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media screen and (max-width: 768px) {
    .container {
        /* padding: 40px 20px; */
        padding: 0 20px;
    }
}