@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}
html {
	line-height: 1;
	scroll-padding-top:100px;
	font-feature-settings: "palt";
	letter-spacing: 0.02em;
	text-align: justify;
	scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
body * {
	max-height: 99999em;
	word-break: break-word;
}
body{
	background: #fbfbfb;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
input,
label,
select,
button {
	line-height: inherit;
}
input,
label,
select,
button,
textarea {
	margin: 0;
	border: 0;
	padding: 0;
	word-break: normal;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	-webkit-appearance: none;
	font: inherit;
}
button:focus {
	outline: 0;
}
input:focus,
textarea:focus,
select:focus {
	outline: auto;
}
input[type=search] {
	-webkit-appearance: textfield;
}
::-webkit-search-decoration {
	display: none;
}
textarea {
	overflow: auto;
	white-space: pre-line;
	resize: none;
}
.container {
	overflow: clip;
}
small{
	font-size: 85%;
	line-height: 1.2;
	display: block;
}
/* PRINTING
 * ----------------------------------------------- */
@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
	html,
	body {
		margin: 0;
	}
	@page {
		margin: 0;
		size: 9.924in 14.028in;
	}
	@page :left {
		margin: 0;
	}
	@page :right {
		margin: 0;
	}
	@page :first {
		margin-top: 0;
	}
}
/*font*/
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/NotoSans_Regular.woff2') format('woff2'),
		url('../fonts/NotoSans-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/NotoSans_Medium.woff2') format('woff2'),
		url('../fonts/NotoSans-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/NotoSans_Bold.woff2') format('woff2'),
		url('../fonts/NotoSans-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
		url('../fonts/Roboto-LightItalic.woff') format('woff');
}
/* GENERAL
* ----------------------------------------------- */
body {
	color: #333;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, '游ゴシック', YuGothic, 'Yu Gothic', Verdana, sans-serif;
	font-weight: 400;
	line-height: 1.75;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
a {
	color: #333;
	text-decoration: none;
}
figure img{
	width:100%;
	transition: 0.3s all ease;
}
main{
	width:100%;
}
/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
	body {
		font-size: 16px;
		position: static !important;
		top: auto !important;
	}
	.container {
		min-width: 1200px;
	}
	.wrapper {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 20px;
	}
	.pcnone {
		display: none !important;
	}
	.contents{
		margin-bottom: 150px;
	}
}
@media only screen and (max-width: 767.98px) {
	html {
		font-size: calc(100vw / 7.5);
	}
	body {
		font-size: 0.28rem;
	}
	.container {
		min-width: 320px;
	}
	.wrapper {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
	}
	.contents{
		margin-bottom: 40px;
	}
	.spnone {
		display: none !important;
	}
}
/* header
 * ----------------------------------------------- */
header{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:0 20px;
	height: 100px;
	width:100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1024;
    background-color: #fff;
	transition: all .3s ease;
}
header nav{
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
}
header nav>ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.contact-menu{
	gap:10px;
}
.contact-menu li a{
	color:#fff;
	background: #0068b7;
	border-radius: 5px;
	border:2px solid #0068b7;
    transition: all .3s ease;
	font-weight: 500;
}
.contact-menu li a:hover{
	color:#0068b7;
	background: #fff;
}
.nav-menu {
    width: 100%;
	gap:30px;
}
.nav-menu>.nav-item a {
    display: block;
}
.nav-menu>.nav-item p {
	cursor: pointer;
}
.drop-menu {
    position: relative;
}
.toggler {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    position: relative;
    display: none;
    cursor: pointer;
    transition: all .5s ease;
}
.toggler:hover {
    opacity: 0.75;
}
.toggler span {
    position: absolute;
    background-color: #333;
    width: 30px;
    height: 2px;
    left: 50%;
    top: 50%;
    transition: all .5s ease;
}
.toggler span:nth-child(1) {
    transform: translate(-50%, -4px);
}
.toggler span:nth-child(2) {
    transform: translate(-50%, 2px);
}
.toggler.act span:nth-child(1) {
    transform: translate(-50%, -1px) rotate(135deg);
}
.toggler.act span:nth-child(2) {
    transform: translate(-50%, -1px) rotate(-135deg);
}
/*PC*/
@media only screen and (min-width: 1025px),print {
	header{
		height: 100px;
	}
	header figure{
		width:300px;
		transition: all .3s ease;
	}
	.drop-menu .sub-menu {
		visibility: hidden;
		opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 250px;
        transform: translateY(85px);
        background-color: #fff;
        transition: all .3s ease;
    }
    .drop-menu .sub-menu::after {
        content: '';
        height: 30px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(-100%);
    }
    .drop-menu .sub-menu>.nav-item {
        transition: all .3s ease;
    }
    .drop-menu .sub-menu>.nav-item:not(:first-child) {
        border-top: 1px solid #eee;
    }
    .drop-menu .sub-menu>.nav-item:hover {
        padding-left: 15px;
        color: #29ABE2;
    }
    .drop-menu .sub-menu a {
        display: block;
        padding: 15px 15px;
    }
    .drop-menu:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(45px);
    }
	.contact-menu{
		margin-bottom: 8px;
	}
	.contact-menu li a{
		padding: 1px 15px;
	}
	main{
		padding-top: 100px;
	}
}
@media print{
	header{
		position:relative;
	}
	main{
		padding-top: 0;
	}
}
/*タブレット*/
@media only screen and (max-width: 1024px) {
	.drop-menu {
		position: relative;
	}
	.drop-menu::after {
		content: '';
		width: 10px;
		height: 10px;
		border: 0;
		border-bottom: solid 2px #333;
		border-right: solid 2px #333;
        position: absolute;
		top: 25px;
		right: 20px;
		transform: rotate(45deg);
		transition: all .3s ease;
    }
    .drop-menu .sub-menu {
        width: 100%;
        padding: 5px 15px;
    }
    .nav-item {
        transition: all .4s ease;
    }
	.nav-item:hover{
		padding-left: 15px;
	}
    .drop-menu .sub-menu>.nav-item:not(:first-child) {
        border-top: 1px solid #eee;
    }
    .navbar {
        margin-left: 0;
        width: 340px;
        height: 100%;
        position: fixed;
        top: 100px;
        right: 0;
        z-index: 1026;
        padding: 20px;
        overflow-y: auto;
        visibility: hidden;
        opacity: 0;
        background-color: #fff;
        transform: translateX(100%);
        transition: all .5s ease;
    }
    .navbar.act {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    .nav-menu {
        display: block;
		order:1;
    }
	.contact-menu {
		order:2;
    }
	.contact-menu li{
		display: block;
		width: 100%;
		text-align: center;
    }
	.contact-menu{
		margin-top: 20px;
	}
	.contact-menu li a{
		display: block;
		width: 100%;
		padding: 5px;
    }
    .nav-menu>.nav-item {
        margin: 0;
        border-bottom: 1px solid #eee;
    }
    .nav-menu>.nav-item a,
	.nav-menu>.nav-item p{
        padding: 15px 10px;
    }
	.drop-menu .sub-menu a {
        display: block;
        padding: 10px 8px;
    }
    .toggler {
        display: block;
        margin-left: 20px;
    }
	main{
		padding-top: 100px;
	}
}
/*モバイル*/
@media only screen and (max-width: 767.98px) {
	header{
		height: 60px;
	}
	header figure{
		width:200px;
	}
    .navbar {
        top: 60px;
        padding: 20px;
        max-width: 100%;
    }
    .drop-menu::after {
        top: 15px;
    }
	main{
		padding-top: 60px;
	}
}

/* footer
 * ----------------------------------------------- */
footer{
	background: #333;
	color: #fff;
}
footer a{
	color: #fff;
}
footer a:hover{
	text-decoration: underline;
}
footer .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0 30px;
}
footer .wrapper figure{
	width:25%;
	max-width: 300px;
}
footer .wrapper>ul{
	width:70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .wrapper>ul>li{
	width:25%;
}
footer .wrapper>ul>li p{
	font-weight: 500;
	line-height: 2;
}
footer .wrapper>ul>li>ul>li{
	font-size: 85%;
	line-height: 2;
}
footer .wrapper>ul>li>ul>li:before{
	content:"▶︎";
	display: inline-block;
	font-size:50%;
	vertical-align: middle;
	margin-right: 5px;
}
footer .copyright{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5px 0;
	font-size: 80%;
	width: 100%;
}
/*タブレット以下*/
@media only screen and (max-width: 1024px) {
	footer .wrapper{
		justify-content: center;
		padding: 20px 0;
	}
	footer .wrapper figure{
		width:200px;
	}
	footer .wrapper>ul{
		display: none;
	}
}
.breadcrumb{
	background: #f0f0f0;
	padding: 3px 0;
}
.breadcrumb .breadcrumb-list{
	display: flex;
	justify-content: flex-start;
}
.breadcrumb .breadcrumb-list li{
	font-size:80%;
	color:#666;
}
.breadcrumb .breadcrumb-list li a:hover{
	text-decoration: underline;
}
.breadcrumb .breadcrumb-list li:not(:last-child):after{
	content:"　/";
	margin-right: 1em;
}