@charset "UTF-8";

html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Avenir','Noto Sans JP','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','游ゴシック','Yu Gothic','ＭＳ Ｐゴシック',sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 1.95;
    background-color: #fff;
}
.main {
    margin: 0;
    padding: 0;
}
.wrapper {
    margin: 0;
    padding: 0;
}
.section {
    padding: 90px 0;
    margin: 0;
}
.container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
a {
    color: #000;
    text-decoration: none;
    transition: 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.08rem;
}
h1 {
    font-size: 2.4rem;
    line-height: 1.15;
    margin-bottom: 40px;
}
h2 {
    font-size: 1.65rem;
    line-height: 1.3;
    margin-bottom: 40px;
}
h3 {
    font-size: 1.3rem;
    line-height: 1.45;
    margin-bottom: 30px;
}
h4, h5 {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

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: 60px;
}
.col_3, .col_4 {
    gap: 30px;
}
.col_2 > li {
    width: calc(50% - 30px);
}
.col_3 > li {
    width: calc(33.33% - 20px);
}
.col_4 > li {
    width: calc(25% - 22.5px);
}
.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) {
    .sp {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
}
@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}