@charset "UTF-8";


/* 共通設定 */

html {
    scroll-behavior: smooth;
	scroll-padding-top: 64px;
}

body {
    color: #171717;
    font-size: 15px;
    font-family: "Noto Sans JP", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    font-feature-settings: "palt";
}

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

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

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

.wrapper {
    width: min(100% - 40px, 1120px);
    margin-inline: auto;
}

/* 改行 */

.from-540 {
    display: none;

    @media(max-width: 540px) {
        display: block;
    }
}

.from-840 {
    display: none;

    @media(max-width: 840px) {
        display: block;
    }
}

.mr-0 {
	margin-right: 0 !important;
}

/* さらに表示 */

.theme-category__item.hide {
    display: none;
}

.industry__item.hide {
	display: none;
}