.drawer-open {
	width: 60px;
	height: 60px;
}

.drawer-open .bar01,
.drawer-open .bar02 {
	top: 24px;
	left: 10px;
}

.drawer-open .bar02 {
	top: 34px;
	left: 25px;
}

.drawer-active .drawer-open .bar01,
.drawer-active .drawer-open .bar02 {
	top: 30px;
	left: 10px;
}

.drawer-nav>ul {
	margin: 60px 30px;
	padding: 30px 0 0 0;
}

.header-inner {
	height: 60px;
}

.header-logo {
	width: 160px;
}

.header-nav {
	display: none;
}

.footer {
	padding: 80px 0 var(--sphone-foooter-padding-bottom) 0;
}

@media screen and (max-width:1200px) {
	.footer-main .nav ul li {
		margin: 0 5px;
		font-size: 1.1rem;
	}
}

.pagetop {
	bottom: var(--sphone-pagetop-position-bottom);
	right: 20px;
}

.fixed-footer {
	display: none;
}

.sphone-fixed-footer {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0 10px;
	width: 100%;
	background: var(--sphone-fixed-footer-bg-color);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	z-index: 10;
}

.sphone-fixed-footer ul {
	display: flex;
	justify-content: space-evenly;
}

.sphone-fixed-footer ul li a {
	display: block;
	position: relative;
	padding: 34px 0 8px 0;
	color: var(--sphone-fixed-footer-text-color);
	font-size: 1rem;
	text-align: center;
	line-height: 1.2;
}

.sphone-fixed-footer ul li a:before {
	position: absolute;
	top: 8px;
	left: 50%;
	font-size: 2rem;
	font-family: "Material Symbols Outlined";
	font-variation-settings: "FILL"1, "wght"500, "GRAD"0, "opsz"20;
	transform: translateX(-50%);
}

.sphone-fixed-footer ul li.tel a:before {
	content: "\e0b0";
}

.sphone-fixed-footer ul li.access a:before {
	content: "\e56a";
}

.sphone-fixed-footer ul li.contact a:before {
	content: "\e158";
}

.mainvisual-catch {
	bottom: 50%;
	left: 10vw;
	text-align: center;
	transform: translateY(50%);
}

.mainvisual-catch div.copy {
	font-size: 3.2rem;
}

.mainvisual-catch div.sub-text {
	font-size: 1.8rem;
}

.page-title {
	height: 160px;
}

.page-title h1,
.page-title p {
	font-size: 3.2rem;
}

.page-title h1 span,
.page-title p span {
	font-size: 1.8rem;
}

.breadcrumbs-wrap {
	margin: 15px auto 5vh auto;
	font-size: 1.1rem;
}

.blog-wrapper {
	display: block;
}

.blog-list,
.blog-content {
	margin: 0 0 5vh 0;
	width: 100%;
}

.blog-sidebar {
	width: 100%;
}

.blog-list-item {
	display: flex;
	margin: 0 0 20px 0;
}

.blog-list-item .image {
	width: 70px;
}

.blog-list-item .text {
	width: calc(100% - 85px);
}

.blog-list-item .text h2 {
	font-size: 2.2rem;
}

.blog-list-item .text p {
	display: none;
}

.gallery-list-list {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-category>ul>li {
	display: block;
}

.gallery-category>ul>li>a {
	display: block;
	margin: 0 0 5px 0;
	width: 100%;
}

.gallery-category>ul>li>ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding: 0 0 0 20px;
	width: 100%;
}

.gallery-category>ul>li>ul>li {
	display: block;
	margin: 0;
	font-size: 1.3rem;
}

.gallery-category>ul>li>ul>li:before {
	top: 3px;
	width: 12px;
	height: 12px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 12px;
}

.gallery-slide-thumbnail {
	grid-template-columns: repeat(var(--gallery-thumbnail-num-sp), 1fr);
}

.recruit-list-list {
	grid-template-columns: repeat(1, 1fr);
}

.recruit-table table th,
.recruit-table table td {
	margin: -1px 0 0 0;
	display: block;
	width: 100% !important;
}

.firstlarge:first-letter {
	font-size: 2.2rem;
}

.blog-header h1 {
	font-size: 2.5rem;
}

.blog-content h2:not([class]),
.page-content h2:not([class]) {
	font-size: 2.5rem;
}

.blog-content h3:not([class]),
.page-content h3:not([class]) {
	font-size: 2.2rem;
}

.blog-content h4:not([class]),
.page-content h4:not([class]) {
	font-size: 2rem;
}

.blog-content h5:not([class]),
.page-content h5:not([class]) {
	font-size: 2rem;
}

.child-page-nav {
	grid-template-columns: repeat(2, 1fr);
}

.child-page-list {
	grid-template-columns: repeat(1, 1fr);
}

.form-table th,
.form-table td {
	margin: -1px 0 0 0;
	display: block;
	width: 100% !important;
}

.box-wrap.lg,
.box-wrap.sm {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.box-wrap.sm {
	padding: 0 10vmin;
}

.box h2.box-h2 {
	margin: 0;
	font-size: 2.8rem;
}

.box h3.box-h3 {
	font-size: 2.2rem;
}

.box .btn {
	margin: 4vh 0 0 0;
	text-align: center;
}

.row {
	flex-wrap: wrap;
	gap: 15px;
}

.title-text-type01 h2.box-h2 {
	margin: 0 30px 0 0;
}

.title-text-type01.right h2.box-h2 {
	margin: 0 0 0 30px;
}

.lead-type01 .text p {
	text-align: left;
}

.lead-type01 .text p br {
	display: none;
}

.image-text-type01 .image,
.image-text-type01.right .image {
	float: none;
	margin: 0 0 20px 0;
}

.image-text-type02 {
	display: block;
	padding: 0;
}

.image-text-type02 .image {
	margin: 0 0 20px 0;
	width: 100%;
	min-height: auto;
}

.image-text-type02 .image img {
	position: relative;
}

.image-text-type02 .text {
	padding: 0;
	width: 100%;
}

.image-text-type02 .text:before {
	top: -80px;
	left: -4vmin;
	width: calc(100% + 8vmin);
	height: calc(100% + 55px);
}

.image-text-type02.right .text:before {
	left: -4vmin;
}

.image-text-type03 {
	display: block;
}

.image-text-type03 .image {
	width: 100%;
}

.image-text-type03 .image img {
	position: relative;
}

.image-text-type03 .text,
.image-text-type03.right .text {
	position: relative;
	margin: -30px 4vmin 0 4vmin;
	padding: 30px;
	width: calc(100% - 8vmin);
	background: var(--sub-color);
}

.image-text-type03 .text:before {
	display: none;
}

.image-bg-type01 .image {
	height: auto;
}

.image-bg-type01 .text {
	margin: -30px 4vmin 0 4vmin;
	padding: 30px 30px 0 30px;
}

.box-wrap.bg .image-bg-type01 .text {
	padding-bottom: 30px;
}

.image-bg-type02 .text {
	padding: 60px 4vmin;
}

.image-bg-type03 {
	height: 30vmax;
}

.list-number-type01 ol {
	flex-wrap: wrap;
	gap: 50px;
}

.list-number-type01 ol li:before {
	top: -30px;
	font-size: 4rem;
}

.list-number-type02 {
	padding: 0;
}

.list-number-type02:after {
	display: none;
}

.list-number-type02 ol {
	flex-wrap: wrap;
	gap: 50px;
}

.list-number-type02 ol li {
	position: relative;
}

.list-number-type02 ol li:before {
	top: 0;
	left: 5%;
	font-size: 4rem;
}

.list-number-type02 ol li .image {
	max-width: 260px;
}

.list-number-type01 .btn,
.list-number-type02 .btn {
	margin: 40px 0 0 0;
}

.list-flow-type01:after {
	left: 10px;
}

.list-flow-type01 ul li {
	display: block;
}

.list-flow-type01 ul li .icon {
	margin: 0 0 30px 0;
}

.list-flow-type01 ul li .icon:after {
	top: auto;
	bottom: -12px;
	left: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: var(--main-color) transparent transparent transparent;
}

.list-flow-type01 ul li .text {
	margin: 0 0 0 auto;
	width: calc(100% - 61px);
}

.banner-type01 ul {
	flex-wrap: wrap;
	gap: 15px;
}

.banner-type01 ul li a {
	padding: 80px 40px;
}

.banner-type01 ul li a span {
	font-size: 2.8rem;
}

.banner-type02 ul {
	flex-wrap: wrap;
	gap: 50px;
}

.accordion-type01 ul li {
	margin: 0 0 15px 0;
}

.accordion-type01 ul li h3:after {
	top: 2px;
}

.contact-type01 .tel a,
.contact-type02 .tel a {
	color: #fff;
	text-decoration: none;
}

.contact-type01 {
	padding: 60px 4vmin;
}

.contact-type01 .title .ja {
	font-size: 3.2rem;
}

.contact-type01 .text .tel {
	font-size: 3.2rem;
}

.contact-type01 .text .datetime {
	margin: 0 0 40px 0;
}

.contact-type01 .text .btn div {
	margin: 0 5px;
}

.contact-type01 .text .btn div a {
	padding: 12px 20px;
}

.contact-type01 .text .btn div a:after {
	display: none;
}

.contact-type02 {
	padding: 60px 4vmin;
	display: block;
}

.contact-type02 .title {
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: center;
}

.contact-type02 .title .ja {
	font-size: 3.2rem;
}

.contact-type02 .text {
	text-align: center;
}

.contact-type02 .text .tel {
	font-size: 3.2rem;
}

.contact-type02 .text .datetime {
	margin: 0 0 40px 0;
}

.contact-type02 .text .btn {
	justify-content: center;
}

.contact-type02 .text .btn div {
	margin: 0 5px;
}

.contact-type02 .text .btn div a {
	padding: 12px 20px;
}

.contact-type02 .text .btn div a:after {
	display: none;
}

.table-type01 table th,
.table-type01 table td {
	display: block;
	padding: 15px 0;
	width: 100% !important;
}

.table-type02 table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.table-type02 table th,
.table-type02 table td {
	display: block;
	width: 100% !important;
}

.blog-type01 ul,
.blog-type02 ul,
.blog-type03 ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 15px;
}

.blog-type03 ul {
	grid-template-columns: repeat(1, 1fr);
}

.blog-type02 ul li,
.blog-type03 ul li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.blog-type02 ul li .image {
	margin: 0 0 10px 0;
	width: 100%;
}

.blog-type02 ul li .text {
	width: 100%;
}

.blog-type03 ul li .category {
	margin: 0 10px 0 0;
}

.blog-type03 ul li .date {
	margin: 0 0 5px 0;
	width: 100%;
}

.blog-type01 ul li .text p,
.blog-type02 ul li .text p,
.blog-type03 ul li .text p {
	margin: 0;
	font-size: 1.3rem;
}

.mv .slick li img {
	width: 100%;
}