.home {
	h2 {
		margin: 0;
		color: var(--text-sub-color);
		font-size: 4.2rem;
	}

	h3 {
		color: var(--text-sub-color);
	}

	.page-content ul:not([class]) li {
		list-style: none;
	}

	.box-wrap.sm {
		padding: 0 2vmin;
		max-width: 1160px;
	}

	.title-type01 span:nth-child(2),
	.title-type02 span:nth-child(2),
	.title-type03 span:nth-child(2),
	.title-type04 span:nth-child(2) {
		display: none;
	}

	.title-type02:before,
	.title-type04:before {
		width: 50px;
		height: 3px;
	}

	.box .btn {}

	.box .btn a {}

	.box .btn a:after,
	.btn01 a:after {
		content: "\e5df";
	}
}

.header-nav {}

.drawer-open {
	background: #ffcd21;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 18px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 18px;
}

.mainvisual {
	margin-bottom: 8vmin;
}

.home .page-content {
	width: 100%;
	max-width: unset;
	padding: 0;
}

.main-message {
	.image-text-type01 .image {
		margin-bottom: 4vmin;
		border-radius: 20px;
	}

	.image-text-type01 .text {}

	.image-text-type01 .text h2 {
		font-size: 2.8rem;
	}
}

.pc .main-message {
	.image-text-type01 {}

	.image-text-type01 .image {
		margin-bottom: 0;
	}

	.image-text-type01 .text {
		padding-left: 160px;
	}

	.image-text-type01 .text h2 {
		color: var(--text-color);
		margin-bottom: 60px;
		line-height: 1.8;
		font-size: 4rem;
	}

	.image-text-type01 .text p {
		margin: 0 0 0.8rem;
	}
}

.main-strengths {
	padding: 8vmin 0;
	background: linear-gradient(140deg, #2eb3eb 0%, #2eb3eb 40%, #58c2ef 40%, #58c2ef 100%);

	.title-type02 {}

	.title-type02 span {
		color: var(--body-color-bg);
	}

	.title-type02:before {
		background: var(--main-color-2);
	}

	.row {
		max-width: 1160px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.row:not(:last-child) {
		margin-bottom: 20px;
	}

	.row .col {
		padding: 4vmin;
		background: var(--body-color-bg);
		border-radius: 20px;
	}

	.btn {
		margin-top: 60px;
	}

	.btn a {
		color: var(--text-color);
		background: var(--main-color-2);
	}
}

.pc .main-strengths {}

.main-service {
	.image-text-type03 {}

	.image-text-type03 .image {
		border-radius: 20px;
	}

	.image-text-type03 .text {}

	.image-text-type03 .text p {
		margin: 0 auto 0.8rem auto;
	}

	.image-text-type03 .text h3 {}

	.image-text-type03 .text h4 {
		max-width: 500px;
		margin: 2rem auto 0.8rem auto;
		font-size: 1.6rem;
	}

	.image-text-type03 .text h4:before {
		content: '笳�';
	}

	.image-text-type03 .text:before {
		border-radius: 20px;
	}

	.image-text-type03 .text .btn {}

	.image-text-type03 .text .btn a {
		background: var(--main-color);
	}
}

.pc .main-service {}

.main-contents {
	ul {}

	ul li {
		background: var(--sub-color);
		border-radius: 20px;
		overflow: hidden;
	}

	ul li .image {}

	ul li .text {
		color: var(--text-color);
		font-size: 1.6rem;
	}

	ul li .text h3 {
		color: var(--text-sub-color);
		text-align: center;
	}

	ul li .text p {}

	ul li .text .btn {}

	ul li .text .btn a {
		background: var(--main-color);
	}
}

.pc .main-contents {}

.main-contact {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 !important;

	.contact-type01 {
		width: 100%;
		min-width: 100%;
		margin: 0 auto;
	}

	.contact-type01 .title {}

	.contact-type01 .title span {
		display: inline-block;
		font-size: 4.2rem;
	}

	.contact-type01 .title .ja {
		margin-bottom: 40px;
	}

	.contact-type01 .text {}

	.contact-type01 .text .tel {
		font-size: 4.2rem;
	}

	.contact-type01 .text .btn {
		letter-spacing: 0.2rem;
	}

	.contact-type01 .text .btn a {
		color: var(--text-color);
	}

	.contact-type01 .row {
		max-width: 1160px;
		margin: 4vmin auto 0;
		padding: 0 20px;
	}

	.contact-type01 .row .col {
		padding: 4vmin 4vmin;
		background: var(--body-color-bg);
		border-radius: 10px 10px;
	}

	.contact-type01 .row .col p {
		margin: 0 0 0.8rem;
	}

	.contact-type01 .row .col h3 {
		font-size: 2.4rem;
	}

	.contact-type01 .row .col h3::after {
		display: none;
	}

	.contact-type01 .row .col a {
		padding: 6px 10px;
		color: var(--main-color);
		border: 1px var(--main-color) solid;
	}
}

.pc .main-contact {
	.contact-type01 .text .tel {
		font-size: 7rem;
	}
}

.main-flow {
	padding: 8vmin 0;
	background: linear-gradient(140deg, #2eb3eb 0%, #2eb3eb 40%, #58c2ef 40%, #58c2ef 100%);

	.list-number-type02 {
		max-width: 1160px;
		margin: 0 auto;
		padding: 0 20px 60px;
	}

	.list-number-type02:after {
		background: #10aef0;
	}

	.list-number-type02 ol {}

	.list-number-type02 ol li {}

	.list-number-type02 ol li:before {
		color: var(--text-sub-color);
		font-size: 2.6rem;
		border: none;
	}

	.list-number-type02 .text {}

	.list-number-type02 .text h3 {
		color: var(--body-color-bg);
	}

	.list-number-type02 .btn {}

	.list-number-type02 .btn a {
		color: var(--text-color);
	}
}

.pc .main-flow {
	padding: 0 0;
	background: var(--background-color);
}

.main-about {
	.image-text-type03 {}

	.image-text-type03 .image {
		border-radius: 20px;
		overflow: hidden;
	}

	.image-text-type03 .text {}

	.image-text-type03 .text::before {
		background: #e0f3fb;
		border-radius: 20px;
	}

	.image-text-type03 .btn {}

	.image-text-type03 .btn a {
		background: #10aef0;
	}
}

pc .main-about {}

.main-blog {
	margin-bottom: 0;
	padding: 8vmin 0;
	background: var(--sub-color);

	ul {
		max-width: 1160px;
		margin: 0 auto;
		padding: 0 20px;
	}

	ul li {}

	ul li .date {
		font-weight: bold;
	}

	.btn {}

	.btn a {
		color: var(--text-color);
	}
}

.pc .main-blog {}

.main-banner {
	ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	ul li {
		position: relative;
		margin: 0 !important;
		color: var(--body-color-bg);
		font-size: 1.6rem;
		background: linear-gradient(140deg, #2eb3eb 0%, #2eb3eb 40%, #58c2ef 40%, #58c2ef 100%);
		border-radius: 20px 20px 0 20px;
	}

	ul li a {
		display: block;
		min-height: 10vw;
		padding: 60px 50px 60px 20px;
		color: inherit;
	}

	ul li a::before {
		position: absolute;
		content: "\e5df";
		bottom: 0;
		right: 0;
		font-family: "Material Symbols Outlined";
		font-variation-settings: "FILL"1, "wght"500, "GRAD"0, "opsz"20;
		line-height: 1;
		color: var(--text-color);
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		background: var(--main-color-2);
		border-radius: 6px 0 0 0;
	}
}

.pc .main-banner {
	ul {
		grid-template-columns: repeat(4, 1fr);
	}

	ul li {
		font-size: 2.4rem;
	}
}

.footer {
	background: #e0f3fb;

	.footer-main:after {
		background: #cedfe6;
	}
}

.pc .footer {}

.fixed-footer {
	background: var(--main-color-2);
}

.mt-s {
	margin-top: 4vh !important;
}

.mt-m {
	margin-top: 7vh !important;
}

.mt-l {
	margin-top: 10vh !important;
}

.mb-s {
	margin-bottom: 4vh !important;
}

.mb-m {
	margin-bottom: 7vh !important;
}

.mb-l {
	margin-bottom: 10vh !important;
}

.box-color {
	margin: 0 0 6vh;
	padding: 35px;
	background: #f8f7f6;
	border-radius: 10px;
}

.box-color :first-child {
	margin-top: 0 !important;
}

.box-color :last-child {
	margin-bottom: 0 !important;
}

.box-color.-strong {
	background: #eaf7fd;
}

.table-fixed {
	margin-bottom: 25px;
	table-layout: fixed;
	width: 100%;
}

.table-fixed th,
.table-fixed td {
	padding: 12px 15px;
	border: 3px solid #fff;
	text-align: center;
	vertical-align: middle;
}

.table-fixed th {
	color: #fff;
	background: #2eb3eb;
}

.table-fixed td {
	background: #f7f7f7;
}

/* .page-content .image-text-type01 .text {
	overflow: hidden;
} */

.page-content .list-check-type01 {
	display: flex;
	justify-content: flex-start;
}

.align-center {
	text-align: center;
}

@media screen and (max-width:1024px) {}

@media screen and (min-width:600px) and (max-width:1024px) {
	.table-wrap {
		overflow-x: auto;
		margin-bottom: 30px;
	}

	.table-wrap table {
		min-width: 1100px;
		table-layout: fixed;
	}
}

@media screen and (max-width:599px) {
	.mainvisual {
		height: calc(40vh - 100px);
	}

	.table-wrap {
		overflow-x: auto;
		margin-bottom: 30px;
	}

	.table-wrap table {
		min-width: 1100px;
		table-layout: fixed;
	}
}