@charset "utf-8";
/* ===================== reset ==== */
html, body, div, iframe, h1, h2, h3, h4, h5, h6, p, a, img, small, dl, dt, dd, ol, ul, li, form, label, table, tr, th, td, article, footer, header, nav, section, figure ,address{margin: 0;padding: 0;border: 0;font-size: 100%; font-style: normal;}
body{text-align: justify; text-justify: inter-ideograph;font-weight: 500;}
input, textarea {margin: 0; resize: none; font-size: 16px; padding: 10px;box-sizing: border-box;}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
a {text-decoration: none;color: inherit;}
a:focus {outline: none;}
img {max-width: 100%;height: auto;}
html {font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;-webkit-text-size-adjust: 100%;line-height: 1.8;-webkit-font-smoothing: antialiased;}
.font_inter{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}
.font_inter.inter--L{
	font-weight: 300;
}
.font_inter.inter--M{
	font-weight: 400;
}
/* ===================== wp ==== */
.wp-editor h1 {
    font-size: 175%;
}
.wp-editor h2 {
    font-size: 160%;
}
.wp-editor h3 {
    font-size: 145%;
}
.wp-editor h4 {
    font-size: 130%;
}
.wp-editor h5 {
    font-size: 115%;
}
.wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5 {
    margin: 30px 0 10px;
}
.wp-editor img {
    max-width: 100%;
    height: auto;
}
.wp-editor hr {
    margin: 20px 0;
}
.wp-editor .alignleft {
    float: left;
    margin: 0 10px 10px 0;
}
.wp-editor .alignright {
    float: right;
    margin: 0 0 10px 10px;
}
.wp-editor .aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.wp-editor strong {
    font-weight: bold;
}
.wp-editor em {
    font-style: italic;
}
.wp-editor del {
    text-decoration: line-through;
}
.wp-editor blockquote {
    display: inline-block;
    padding: 0 1em;
    position: relative;
    margin: 0;
}
.wp-editor blockquote:before {
    content: '"';
    position: absolute;
    left: 0;
    top: 0;
}
.wp-editor blockquote:after {
    content: '"';
    position: absolute;
    right: 0;
    bottom: 0;
}
.wp-editor a {
    color: #00F;
    text-decoration: underline;
    transition: all .2s;
}
.wp-editor a:hover {
    color: red;
}
.wp-editor p {
    margin: 0 0 20px 0;
	line-height: 2;
	font-size: 87.5%;
}
.wp-editor ul {
    list-style: disc;
    padding: 0 0 0 1.5em;
    margin: 0 0 20px 0;
}
.wp-editor ol {
    list-style: decimal;
    padding: 0 0 0 1.5em;
    margin: 0 0 20px 0;
}
.wp-editor .wp-block-table{
    margin: 20px 0;
    display: block;
}
.wp-editor table {
    width: 100% !important;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    table-layout: fixed !important;
    resize: none;
    margin: 15px auto;
}
.wp-editor table th {
    box-sizing: border-box;
    padding: 6px;
    border: solid 1px #999;
    background: #f5f5f5;
    width: auto !important;
}
.wp-editor table td {
    box-sizing: border-box;
    padding: 6px;
    border: solid 1px #999;
    width: auto !important;
}
.wp-editor figcaption{
    text-align: center;
    font-size: 88%;
    color: #555;
    margin: -10px 0 0;
}
@media all and (max-width:767px) {
    .wp-editor .alignleft {
        float: none;
        display: block;
        margin: 0 0 10px;
    }
    .wp-editor .alignright {
        float: none;
        display: block;
        margin: 0 0 10px;
    }
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 32px;
	height: 32px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
    z-index: 10;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	opacity:.7;
}
.slick-prev {
	left: -40px;
    background: url("../img/slide-prev.svg") no-repeat;
    background-size: contain;
}
.slick-next {
	right: -40px;
    background: url("../img/slide-next.svg") no-repeat;
    background-size: contain;
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}