@charset "utf-8";
html,
body {
	color: #393939;
	height: 100%;
	min-height: 100%;
	font-size: 16px;
	font-family: "Noto Sans JP", "Meiryo UI", "ヒラギノ明朝 ProN", "小塚明朝 Pro", Hiragino Kaku Gothic ProN, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.7;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.is-menu-open {
	overflow: hidden;
}
h1,h2,h3,h4,h5,h6,strong,th {
	font-family: "Noto Sans JP", "Meiryo UI", "ヒラギノ明朝 ProN", "小塚明朝 Pro", Hiragino Kaku Gothic ProN, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.num {
	font-family: futura-pt, sans-serif;
}
/* 834 */
@media screen and (max-width: 834px) {
	body {
		/*font-size:calc(9px + 0.7vmin);*/
		-webkit-tap-highlight-color: transparent;
	}
}
/* 580 */
@media screen and (max-width: 580px) {
	body {
		/*font-size:calc(9px + 1vmin);*/
		-webkit-tap-highlight-color: transparent;
	}
	html,
	body {
		font-size: 15px;
	}
}
a {
	color: #202020;
	text-decoration: none;
	transition: color 0.3s ease;
}
a:visited {}
a:hover,
a:active {
	color: #ea4737;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
}
::selection {
	background: rgba(0, 144, 202, 0.5); /* Safari */
}
::-moz-selection {
	background: rgba(0, 144, 202, 0.5); /* Firefox */
}
/* min835 */
@media screen and (min-width: 835px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/*--------------------------------------------------------------*/
/* Form関連 */
/*--------------------------------------------------------------*/
input, textarea, table select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
}
input, table select, button {
	vertical-align: middle;
}
textarea::placeholder,
input::placeholder {
	color: #ccc;
}
input:-ms-input-placeholder {
	color: #ccc;
}
input::-ms-input-placeholder {
	color: #ccc;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=checkbox],
input[type=submit],
input[type=button],
input[type=number],
button,
textarea {
	border-radius: 4px;
	border: 1px solid #bfbfbf;
	margin: 0;
	padding: 15px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background-color: #fff;
}
textarea {
	width: 100%;
	height: 240px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
table select:focus,
textarea:focus {
	outline: none;
	background-color: #FFFFDF;
}
input[type=submit],
input[type=button],
button {
	outline: none;
	cursor: pointer;
	background-color: #F4F4F4;
}
input[type=submit]:hover,
input[type=button]:hover {
	background-color: #fff;
}
input[type=submit]:active,
input[type=button]:active,
button:active {
	background-color: #01472e;
}
/* checkbox */
.wpcf7-list-item {
	line-height: 1;
	margin: 0;
}
input[type="checkbox"] {
	display: none;
}
.wpcf7-checkbox {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px 15px;
	margin-top: 7px;
}
.wpcf7-list-item-label {
	position: relative;
	height: 30px;
	line-height: 30px;
	padding-left: 35px;
	display: inline-block;
}
.wpcf7-list-item-label::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #aaa;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	border-radius: 5px;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	content: "";
	display: block;
	width: 21px;
	height: 14px;
	border-top: 5px solid #316dc6;
	border-right: 5px solid #316dc6;
	transform: rotate(135deg);
	position: absolute;
	left: 5px;
	top: 4px;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	border: 1px solid #316dc6;
	background: #fdfff0;
}
/* label */
.form label {
	white-space: nowrap;
}
/* select */
select {
	/* styling */
	background-image: linear-gradient(45deg, transparent 50.1%, #fff 50.1%), linear-gradient(135deg, #fff 50.1%, transparent 50.1%), linear-gradient(to right, #316dc6, #316dc6);
	background-position: calc(100% - 22px) calc(20px), calc(100% - 17px) calc(20px), 100% 0;
	background-size: 5px 5px, 5px 5px, 46px 46px;
	background-repeat: no-repeat;
	background-color: white;
	border: thin solid #bfbfbf;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 10px 50px 10px 10px;
	color: #000;
	/* reset */
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	width: 100%;
}
select:focus {
	background-image: linear-gradient(45deg, white 50.1%, transparent 50.1%), linear-gradient(135deg, transparent 50.1%, white 50.1%), linear-gradient(to right, #316dc6, #316dc6);
	background-position: calc(100% - 17px) calc(20px), calc(100% - 22px) calc(20px), 100% 0;
	background-size: 5px 5px, 5px 5px, 46px 46px;
	background-repeat: no-repeat;
	border-color: #bfbfbf;
	outline: 0;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
/* 580 */
@media (max-width: 580px) {
	input[type=text],
	input[type=password],
	input[type=email],
	input[type=tel],
	input[type=checkbox],
	input[type=submit],
	input[type=button],
	input[type=number],
	button,
	table select,
	textarea {
		padding: 10px;
	}
}

/*--------------------------------------------------------------*/
/* ContactForm7 制御 */
/*--------------------------------------------------------------*/
select {
	color: #aaa;
}
select option:not([value=""]) {
	color: #000;
}

/*--------------------------------------------------------------*/
/* layout */
/*--------------------------------------------------------------*/
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex.reverse {
	flex-direction: row-reverse;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* pc tb sp view */
.sp_view {
	display: none;
}
.tb_view {
	display: none;
}
/* 1230 */
@media (max-width: 1230px) {
	.mb14 {
		margin-bottom: max(11.4vw, 80px)!important;
	}
	.mb16 {
		margin-bottom: max(13vw, 80px)!important;
	}
}
/* 768 */
@media (max-width: 768px) {
	.pc_view {
		display: none;
	}
	.tb_view {
		display: block;
	}
	.tb_none {
		display: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	.sp_view {
		display: block;
	}
	.sp_view.inline {
		display: inline-block;
	}
	.sp_none {
		display: none!important;
	}
}
/* base */
.content {
	width: auto;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.content2 {
	width: auto;
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/*--------------------------------------------------------------*/
/* table */
/*--------------------------------------------------------------*/
table.tbl {
	width: 100%;
	border-top: 1px solid #BABABA;
	margin-bottom: 80px;
}
table.tbl tr {
	border-bottom: 1px solid #BABABA;
}
table.tbl tr th,
table.tbl tr td {
	padding: 40px;
	text-align: left;
	line-height: 1.8;
}
table.tbl tr th {
	white-space: nowrap;
	letter-spacing: 3px;
	text-indent: 3px;
}

/*--------------------------------------------------------------*/
/* .fixed */
/*--------------------------------------------------------------*/
.fixed {
	position: fixed!important;
	top: 0px;
	z-index: 99;
	animation: moveimg 1s 1;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	border-bottom: none!important;
}
@keyframes moveimg {
	0% { top: -350px; }
	100% { top: 0px; }
}

/*--------------------------------------------------------------*/
/* common */
/*--------------------------------------------------------------*/
span.red {
	color: #ea4737;
}

/*--------------------------------------------------------------*/
/* a.btn */
/*--------------------------------------------------------------*/
a.btn {
	font-size: 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 56px;
	border-radius: 30px;
	max-width: 320px;
	width: 90%;
	background: #3a7bc8;
	color: #fff;
	transition: .3s ease;
}
body.is-pc a.btn:hover {
	background: #ea4737;
}
/* 1240 */
@media (max-width: 1240px) {
	a.btn {
		font-size: max(1.935vw, 16px); //24px;
		height: max(4.516vw, 42px); //56px;
		border-radius: 30px;
		max-width: 320px;
		width: 60%;
		background: #3a7bc8;
		color: #fff;
		transition: .3s ease;
	}
}

/*--------------------------------------------------------------*/
/* 共通 .btn_link */
/*--------------------------------------------------------------*/
.btn_link {
	display: block;
	position: relative;
	max-width: 300px;
	width: 100%;
	text-align: center;
	margin: 40px auto;
	padding: 10px 12px 11px 12px;
	border-radius: 3px;
	color: #fff;
	background: #316dc6;
	font-size: 14px;
	transition: 0.3s all;
}
.btn_link::after {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	content: '\f105';
	font-size: 14px;
	font-weight: bold;
	transition: 0.3s all;
}
.btn_link:hover {
	color: #fff;
	background: #ea4737;
}
.btn_link:hover::after {
	right: 10px;
}
/* 580 */
@media (max-width: 580px) {
	.btn_link {
		max-width: 180px;
		margin: 35px auto 20px auto;
		font-size: 15px;
	}
}

/*--------------------------------------------------------------*/
/* btn3 */
/*--------------------------------------------------------------*/
.btn3 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #316dc6;
	background-size: 150% 150%;
	background-position: 80% 50%;
	color: #fff;
	height: 50px;
	max-width: 240px;
	min-width: 180px;
	width: 90%;
	position: relative;
	transition: .3s ease;
}
body.is-pc .btn3:hover {
	color: #fff;
	background: #ea4737;
}

/*--------------------------------------------------------------*/
/* a.view_more */
/*--------------------------------------------------------------*/
a.view_more {
	color: #316dc6;
	border-bottom: 1px solid #316dc6;
	transition: .3s ease;
}
a.view_more i {
	margin-left: 5px;
}
body.is-pc a.view_more:hover {
	color: #ea4737;
	border-bottom: 1px solid #ea4737;
}
/* 1240 */
@media (max-width: 1240px) {
	a.view_more {
		font-size: max(1.29vw, 14px); //16px;
	}
}

/*--------------------------------------------------------------*/
/* zoom */
/*--------------------------------------------------------------*/
.zhover {
	display: block;
	overflow: hidden;
	z-index: 2;
	position: relative;
}
.zhover img {
	transform: scale(1) ;
	transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
a:hover .zhover img:hover {
	transform:scale(1.03) ;
}

/*--------------------------------------------------------------*/
/* .pd_std */
/*--------------------------------------------------------------*/
.pd_std {
	padding: 90px 0;
}
.pd_std.tzero {
	padding: 0 0 90px 0;
}
.pd_std.bzero {
	padding: 90px 0 0 0;
}
/* 1240 */
@media (max-width: 1240px) {
	.pd_std {
		padding: max(7.2vw, 50px) 0;
	}
	.pd_std.tzero {
		padding: 0 0 max(7.2vw, 50px) 0;
	}
	.pd_std.bzero {
		padding: max(7.258vw, 50px) 0 0 0;
	}
}

/*--------------------------------------------------------------*/
/* html, body */
/*--------------------------------------------------------------*/
/* 768 */
@media (max-width: 768px) {
	html {
		margin-top: 70px;
	}
}
/* 580 */
@media (max-width: 580px) {
	html {
		margin-top: 60px;
	}
}

/*--------------------------------------------------------------*/
/* breadcrumbs */
/*--------------------------------------------------------------*/
.breadcrumbs {
	padding: 15px 0 0 0;
}
.breadcrumbs span {
	font-size: 15px;
}
.breadcrumbs i {
	font-size: 13px;
	margin: 0 6px 0 7px;
}
.breadcrumbs a {
	color: #000;
}
.breadcrumbs a:hover {
	color: #ea4737;
}
/* 580 */
@media (max-width: 580px) {
	.breadcrumbs span {
		font-size: 14px;
	}
	.breadcrumbs i {
		font-size: 12px;
		margin: 0 3px 0 5px;
	}
}

/*--------------------------------------------------------------*/
/* #header */
/*--------------------------------------------------------------*/
#header {
	width: 100%;
	height: 80px;
	position: absolute;
	background: #fff;
	border-top: 9px solid #316dc6;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	z-index: 9;
}
#header.fixed {
	background: #fff;
}
#header .pc_head {
	width: 100%;
	padding: 0 20px;
	transition: .3s ease;
	position: relative;
}
#header .pc_head .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 20px;
}
#header .pc_head .flex .flex_wrap {
	margin-left: 2vw;
	white-space: nowrap;
	transition: .3s ease;
}
/* logo */
#header .pc_head .logo {
	line-height: 1;
}
#header .pc_head .logo a {
	display: inline-flex;
	align-items: center;
	gap: 0 14px;
}
#header .pc_head .logo a img {
	max-width: 120px;
	width: 100%;
}
/* nav */
#header .pc_head nav {
	max-width: 1130px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 20px;
	transition: width .3s ease;
	flex: 1;
}
#header .pc_head nav ul.gnav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}
#header .pc_head nav ul.gnav li {
	text-align: center;
}
#header .pc_head nav ul.gnav li a {
	font-weight: bold;
	line-height: 1;
	display: block;
	border-radius: 3px;
	transition: .4s ease;
	backface-visibility: hidden;
}
#header .pc_head nav ul.gnav li a:hover {
	color: #316dc6;
}
#header .pc_head nav div.btns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 13px;
	transition: margin .3s ease;
}
/* div.free */
#header .pc_head nav a.free {
	color: #fff;
	background: #ea4737;
	text-align: center;
	display: block;
	padding: 5px 15px;
	border-radius: 20px;
	white-space: nowrap;
	transition: .3s ease;
}
body.is-pc #header .pc_head nav a.free:hover {
	background: #316dc6;
}
/* div.login */
#header .pc_head nav a.login {
	color: #fff;
	background: #393939;
	text-align: center;
	display: block;
	padding: 5px 30px;
	border-radius: 20px;
	white-space: nowrap;
	transition: .3s ease;
}
body.is-pc #header .pc_head nav a.login:hover {
	background: #ea4737;
}
/* div.language */
#header .pc_head nav div.language {
	padding: 3px 0;
	position: relative;
}
#header .pc_head nav div.language span.change {
	display: flex;
	align-items: center;
	gap: 0 3px;
	cursor: pointer;
}
#header .pc_head nav div.language span.change img.world {
	width: 18px;
}
#header .pc_head nav div.language span.change img.down {
	margin-top: 3px;
	width: 11px;
}
#header .pc_head nav div.language span.change span.select_lang {
	color: #fff;
}
#header .pc_head nav div.language ul {
	display: none;
}
#header .pc_head nav div.language ul li:nth-child(n+2) a {
	border-top: 1px solid #ddd;
}
#header .pc_head nav div.language ul li a {
	display: block;
	background: #fff;
	padding: 1px;
	text-align: center;
}
#header .pc_head nav div.language:hover ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}
/* 1300 */
@media (max-width: 1300px) {
	#header .pc_head .flex .flex_wrap {
		margin-left: 0px;
	}
}
/* 1240 */
@media (max-width: 1240px) {
	#header .pc_head nav ul.gnav li a {
		font-size: 15px;
	}
}
/* 1180 */
@media (max-width: 1180px) {
	#header .pc_head nav div.btns {
		margin-right: 50px;
	}
	#header .pc_head nav ul.gnav {
		display: none;
	}
	#header {
		height: 70px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#header {
		height: 60px;
	}
	#header .pc_head nav {
		display: none;
	}
	#header .pc_head {
		padding: 0 10px;
	}
}

/*--------------------------------------------------------------*/
/* #header SP MENU関連 */
/*--------------------------------------------------------------*/
/* sp_menu_btn */
#sp_menu_btn {
	display: none;
	width: 35px;
	height: 32px;
	position: absolute;
	top: 15px;
	right: 16px;
	cursor: pointer;
	z-index: 99;
	transition: top .3s ease;
}
#sp_menu_btn .oc {
	color: #316dc6;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	font-family: "poppins", sans-serif;
	font-weight: 700;
}
.menu--active #sp_menu_btn .oc {
	font-size: 11px;
}
#open {
	position: relative;
	height: 12px;
}
.menu_line {
	background: #316dc6;
	display: block;
	height: 2px;
	position: absolute;
	transition:transform .3s;
	width: 100%;
}
.menu--active .menu_line {
	background: #000;
}
body.is-pc #sp_menu_btn:hover .menu_line {
	background: #ccc;
}
body.is-pc #sp_menu_btn:hover .oc {
	color: #ccc;
}
body.is-pc #header.fixed #sp_menu_btn:hover .menu_line {
	background: #777;
}
body.is-pc #header.fixed #sp_menu_btn:hover .oc {
	color: #777;
}
.menu_line-bottom {
	bottom: 0;
}
.menu--active .menu_line-top {
	top: 8px;
	transform: rotate(15deg);
}
.menu--active .menu_line-bottom {
	bottom: 2px;
	transform: rotate(165deg);
}
.menu--active #sp_menu_btn .oc {
	color: #000;
}
body.is-pc.menu--active #sp_menu_btn:hover .menu_line {
	background: #555;
}
body.is-pc.menu--active #sp_menu_btn:hover .oc {
	color: #555;
}
/* sp_menu_right */
.sp_menu_right {
	background: #fff;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 75%;
	padding: 20px 10px 20px 25px;
	z-index: 98;
	-webkit-overflow-scrolling: touch;
}
.menu--active .sp_menu_right {
	right: 75%;
	margin-left: 0;
}
/* logo */
.sp_menu_right .logo {
	margin-bottom: 30px;
}
.sp_menu_right .logo a {
	display: inline-flex;
	align-items: center;
	gap: 0 10px;
}
.sp_menu_right .logo a img {
	width: 160px;
}
/* ul.nav */
.sp_menu_right ul.nav li {
	font-size: 17px;
	padding: 0 0 15px 0;
	position: relative;
}
.sp_menu_right ul.nav li a {
	font-size: 14px;
	display: inline-block;
	line-height: 1.2;
}
.sp_menu_right ul.nav li a span.eng {
	display: inline-block;
	font-size: 13px;
	font-family: "poppins", sans-serif;
	font-weight: 700;
}
.sp_menu_right ul.nav li a:hover svg {
	fill: orange;
}
/* flex left */
.sp_menu_right .flex {
	max-width: 360px;
	width: 100%;
}
.sp_menu_right .flex > div {
	width: 50%;
}
.sp_menu_right .flex .left a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	height: 80px;
	background: #3d3a39;
	color: #fff;
	position: relative;
	transition: .3s;
	backface-visibility: hidden;
}
body.is-pc .sp_menu_right .flex .left a:hover {
	opacity: 0.8;
}
body.is-pc .sp_menu_right .flex .right a:hover {
	background: #ffffe7;
}
/* flex right */
.sp_menu_right .flex {
	margin-top: 25px;
}
.sp_menu_right .flex .right span.txt {
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	height: 80px;
	border: 1px solid #3d3a39;
	background: #fff;
	color: #3d3a39;
	position: relative;
	transition: .3s;
	backface-visibility: hidden;
}
/* btns */
#header .sp_menu_right div.btns {
	display: flex;
	align-items: center;
	gap: 0 8px;
	transition: margin .3s ease;
}
/* div.free */
#header .sp_menu_right a.free {
	font-size: 14px;
	color: #fff;
	background: #316dc6;
	text-align: center;
	display: block;
	padding: 5px 12px;
	border-radius: 5px;
	white-space: nowrap;
	transition: .3s ease;
}
#header .sp_menu_right a.free:hover {
	background: #ea4737;
}
/* div.login */
#header .sp_menu_right a.login {
	font-size: 14px;
	color: #fff;
	background: #393939;
	text-align: center;
	display: block;
	padding: 5px 24px;
	border-radius: 5px;
	white-space: nowrap;
	transition: .3s ease;
}
#header .sp_menu_right a.login:hover {
	background: #ea4737;
}
/* sp_menu_left */
.sp_menu_left {
	transform: translateX(-100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background: #316dc6;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 37%;
	text-align: center;
	z-index: 98;
}
.sp_menu_left::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/top_pc01.png) no-repeat;
	background-position: top 8% right -2%;
	background-size: 265%;
}
.menu--active .sp_menu_left {
	left: 25%;
}
/* 1180 */
@media (max-width: 1180px) {
	/* sp_menu_btn */
	#sp_menu_btn {
		display: block;
	}
}
/* 580 */
@media (max-width: 580px) {
	/* sp_menu_btn */
	#sp_menu_btn {
		top: 11px;
		right: 16px;
	}
	.sp_menu_right .flex {
		margin-top: 12px;
		margin-left: -15px;
		width: calc(100% + 15px);
	}
	/* left */
	.sp_menu_right .flex .left {
		width: 55%;
	}
	.sp_menu_right .flex .left a {
		height: 60px;
	}
	.sp_menu_right .flex .left a span.tel {
		font-size: 13px;
	}
	.sp_menu_right .flex .left a span.time {
		font-size: 11px;
	}
	.sp_menu_right .flex .left a span.tel svg {
		width: 12px;
		margin-bottom: -3px;
		margin-right: 3px;
	}
	/* right */
	.sp_menu_right {
		padding: 20px 10px 20px 20px;
	}
	.sp_menu_right .flex .right {
		width: 45%;
	}
	.sp_menu_right .logo a span.txt span {
		font-size: 14px;
	}
	.sp_menu_right .flex .right span.txt {
		font-size: 13px;
		height: 60px;
	}
}

/*--------------------------------------------------------------*/
/* header#page_head */
/*--------------------------------------------------------------*/
header#page_head {
	margin-bottom: 60px;
}
header#page_head .head_wrap {
	margin-top: 90px;
	height: 410px;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: margin .3s ease;
}
header#page_head .head_wrap h1 {
	display: block;
	width: 100%;
	font-weight: normal;
	margin-bottom: 15px;
}
header#page_head .head_wrap span.eng {
	display: block;
	font-size: 120px;
	line-height: 1;
	position: relative;
}
header#page_head .head_wrap span.eng::after {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -6%;
	top: 25%;
	/*aspect-ratio: 305 / 106;*/
	/*width: 305px;*/
	/*background-image: url(../images/works_an.svg);*/
}
header#page_head figure#subhead_img {
	display: block;
	width: 100%;
	height: 590px;
	background-size: 100% auto;
}
/* 1230 */
@media (max-width: 1230px) {
	header#page_head .head_wrap {
		margin-top: 80px;
	}
	header#page_head figure#subhead_img {
		height: max(48vw, 280px);
	}
}
/* 834 */
@media (max-width: 834px) {
	header#page_head .head_wrap {
		height: max(49.2vw, 300px);
	}
	header#page_head .head_wrap span.eng {
		font-size: max(14.4vw, 63px);
	}
}
/* 580 */
@media (max-width: 580px) {
	header#page_head .head_wrap {
		padding-bottom: 20px;
	}
	header#page_head .head_wrap h1 {
		font-size: 14px;
		margin-bottom: 15px;
	}
}

/*--------------------------------------------------------------*/
/* MAIN VISUAL */
/*--------------------------------------------------------------*/
#main_visual {
	height: 100svh!important;
	min-height: 600px;
	position: relative;
	overflow: hidden;
}
#main_visual div.flex {
	display: flex;
	align-content: stretch;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 40px 0;
}
#main_visual div.text {
	width: 50%;
	max-width: 550px;
	text-align: center;
}
#main_visual div.text p.txt1 {
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
#main_visual div.text p.txt1 span.num {
	font-size: 120px;
	color: #ea4737;
	font-weight: bold;
	letter-spacing: -0.04em;
	line-height: 1;
}
#main_visual div.text p.txt1 span.per {
	font-size: 50px;
	color: #ea4737;
	font-weight: bold;
	margin: 0 8px;
}
#main_visual div.text p.txt2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
	letter-spacing: 0;
}
#main_visual div.text ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.6vw 0.6vw;
	padding: 0;
	margin: 30px 0;
	padding: 0 20px;
}
#main_visual div.text ul li {
	width: 32%;
	background: #fff;
	border: 2px solid #e74c3c;
	color: #e74c3c;
	padding: 8px 0;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
}
#main_visual div.text div.btn_wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	padding: 0 20px;
	gap: 7px 2%;
}
#main_visual div.text div.btn_wrap div.btn {
	width: 98.5%;
	background: #3a7bc8;
	color: #fff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 5px 0;
	font-weight: bold;
}
#main_visual div.text div.btn_wrap div.btn.b2 {
	gap: 2px;
}
#main_visual div.text div.btn_wrap div.btn span.top {
	font-size: 16px;
}
#main_visual div.text div.btn_wrap div.btn span.num {
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
}
#main_visual div.text div.btn_wrap div.btn span.fre {
	font-size: 30px;
	font-weight: bold;
}
#main_visual div.text div.btn_wrap div.btn span.yen {
	font-size: 16px;
}
#main_visual div.text div.btn_wrap div.btn span.small {
	font-size: 11px;
}
#main_visual div.flex figure {
	width: 50%;
}
#main_visual .content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 60px 20px 90px 20px;
}
/* partner */
div.partner {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100px;
	display: flex;
	align-items: center;
	background: #fff;
	display: none;
}
.partner_wrap {
	display: flex;
	overflow: hidden;
	marin-right: 5vw;
}
.partner_wrap ul {
	display: flex;
	align-items: center;
	gap: 0 5vw;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-shrink: 0;
	animation: infinity-scroll-left 20s infinite linear;
}
.partner_wrap ul li {
	flex-shrink: 0;
}
.partner_wrap ul li:last-child {
	padding-right: 5vw;
}
.partner_wrap ul li > img {
	display: block;
	max-height: 70px;
}
@keyframes infinity-scroll-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
/* 1240 */
@media (max-width: 1240px) {
	#main_visual div.text p.txt1 {
		font-size: max(3.71vw, 28px); //46px;
	}
	#main_visual div.text p.txt1 span.num {
		font-size: max(9.677vw, 84px); //120px;
	}
	#main_visual div.text p.txt1 span.per {
		font-size: max(4.032vw, 35px); //50px;
		margin: 0 8px;
	}
	#main_visual div.text p.txt2 {
		font-size: max(1.452vw, 12px); //18px;
		margin-bottom: 20px;
	}
	#main_visual div.text ul li {
		font-size: max(1.29vw, 11px); //16px;
	}
	#main_visual div.text div.btn_wrap div.btn span.top {
		font-size: max(1.29vw, 11px); //16px;
	}
	#main_visual div.text div.btn_wrap div.btn span.num {
		font-size: max(4.032vw, 35px); //50px;
	}
	#main_visual div.text div.btn_wrap div.btn span.fre {
		font-size: max(2.419vw, 21px); //30px;
	}
	#main_visual div.text div.btn_wrap div.btn span.yen {
		font-size: max(1.29vw, 11px); //16px;
	}
	#main_visual div.text div.btn_wrap div.btn span.small {
		font-size: max(0.887vw, 8px); //11px;
	}
}
/* 768 */
@media (max-width: 768px) {
	#main_visual {
		height: initial!important;
	}
	#main_visual .content {
		position: relative;
		top: initial;
		left: initial;
		-webkit-transform: initial;
		transform: initial;
		width: 100%;
		padding: 0 20px;
	}
	#main_visual div.text {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
		padding-top: 40px;
	}
	#main_visual div.flex figure {
		width: 100%;
		text-align: center;
	}
	#main_visual div.flex figure img {
		max-width: 550px;
		display: inline-block;
		padding-bottom: 40px;
		width: 100%;
	}
	/* partner */
	div.partner {
		position: relative;
		height: 60px;
	}
	.partner_wrap {
		marin-right: 3vw;
	}
	.partner_wrap ul {
		gap: 0 3vw;
		animation: infinity-scroll-left 20s infinite linear;
	}
	.partner_wrap ul li:last-child {
		padding-right: 3vw;
	}
	.partner_wrap ul li > img {
		max-height: 30px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#main_visual div.flex {
		gap: 30px 0;
	}
	#main_visual div.text ul {
		gap: 5px;
		margin: 25px 0;
	}
	#main_visual div.text div.btn_wrap {
		margin-top: 30px;
		padding: 0;
		flex-wrap: wrap;
		max-width: 240px;
		margin: 30px auto 0 auto;
	}
}

/*--------------------------------------------------------------*/
/* #main_visual アニメーション */
/*--------------------------------------------------------------*/
.bg-mist {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #ffffff 0%, #8ec5d9 100%);
	z-index: 0;
	overflow: hidden;
}

.bg-mist::before,
.bg-mist::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	filter: blur(120px);
	opacity: 0.8;
}

/* 左上 */
.bg-mist::before {
	width: 700px;
	height: 700px;
	background: radial-gradient(circle, rgba(80, 160, 200, 0.95) 0%, rgba(80, 160, 200, 0) 70%);
	top: 5%;
	left: 5%;
	animation: float1 9s ease-in-out infinite;
}

/* 右上 */
.bg-mist::after {
	width: 800px;
	height: 800px;
	background: radial-gradient(circle, rgba(50, 130, 180, 0.9) 0%, rgba(50, 130, 180, 0) 70%);
	top: 8%;
	right: 5%;
	animation: float2 10s ease-in-out infinite;
}

/* 下少し左寄り */
#main_visual::before {
	content: '';
	position: absolute;
	width: 750px;
	height: 750px;
	border-radius: 50%;
	filter: blur(120px);
	opacity: 0.75;
	background: radial-gradient(circle, rgba(100, 180, 220, 0.85) 0%, rgba(100, 180, 220, 0) 70%);
	bottom: 5%;
	left: 35%;
	animation: float3 11s ease-in-out infinite;
	z-index: 0;
}

@keyframes float1 {
	0%, 100% {
		transform: translate(0, 0) scale(1) rotate(0deg);
	}
	20% {
		transform: translate(-150px, 180px) scale(1.3) rotate(12deg);
	}
	40% {
		transform: translate(200px, -140px) scale(0.75) rotate(-15deg);
	}
	60% {
		transform: translate(-120px, -160px) scale(1.15) rotate(18deg);
	}
	80% {
		transform: translate(170px, 130px) scale(0.85) rotate(-10deg);
	}
}

@keyframes float2 {
	0%, 100% {
		transform: translate(0, 0) scale(1) rotate(0deg);
	}
	20% {
		transform: translate(180px, 150px) scale(0.8) rotate(-14deg);
	}
	40% {
		transform: translate(-160px, -140px) scale(1.25) rotate(16deg);
	}
	60% {
		transform: translate(140px, -180px) scale(0.9) rotate(-12deg);
	}
	80% {
		transform: translate(-190px, 120px) scale(1.2) rotate(13deg);
	}
}

@keyframes float3 {
	0%, 100% {
		transform: translate(0, 0) scale(1) rotate(0deg);
	}
	20% {
		transform: translate(160px, -200px) scale(1.2) rotate(-16deg);
	}
	40% {
		transform: translate(-180px, 140px) scale(0.8) rotate(20deg);
	}
	60% {
		transform: translate(190px, 170px) scale(1.15) rotate(-18deg);
	}
	80% {
		transform: translate(-140px, -150px) scale(0.9) rotate(14deg);
	}
}

/*--------------------------------------------------------------*/
/* CTA */
/*--------------------------------------------------------------*/
article.cta {
	background: #eff5f8;
}
article.cta header {
	text-align: center;
	margin-bottom: 30px;
}
article.cta header h3 {
	font-size: 28px;
	font-weight: bold;
	color: #3a7bc8;
	margin-bottom: 10px;
}
article.cta header h3 span.txt {
	position: relative;
}
article.cta header h3 span.txt::before {
	content: '';
	display: block;
	height: 100%;
	width: 1px;
	border-left: 1px solid #3a7bc8;
	position: absolute;
	top: 50%;
	left: -20px;
	-webkit-transform: translate(0, -50%) rotate(-25deg);
	transform: translate(0, -50%) rotate(-25deg);
}
article.cta header h3 span.txt::after {
	content: '';
	display: block;
	height: 100%;
	width: 1px;
	border-left: 1px solid #3a7bc8;
	position: absolute;
	top: 50%;
	right: -20px;
	-webkit-transform: translate(0, -50%) rotate(25deg);
	transform: translate(0, -50%) rotate(25deg);
}
article.cta header h2 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
article.cta div.btns {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	gap: 0 5%;
}
article.cta div.btns a {
	width: 47.5%;
	display: block;
	padding: 15px 0;
	border-radius: 50px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	transition: .3s ease;
}
body.is-pc article.cta div.btns a:hover {
	background: #ea4737;
}
article.cta div.btns a:first-child {
	background: #3a7bc8;
	color: #fff;
}
article.cta div.btns a:last-child {
	background: #333;
	color: #fff;
}
article.cta span.privacy {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #000;
	margin-top: 25px;
}
/* 1240 */
@media (max-width: 1240px) {
	article.cta header h3 {
		font-size: max(2.258vw, 20px); //28px;
	}
	article.cta header h2 {
		font-size: max(2.581vw, 22px); //32px;
	}
	article.cta div.btns a {
		font-size: max(1.774vw, 14px); //22px;
	}
	article.cta span.privacy {
		font-size: max(0.968vw, 9px); //12px;
	}
}
/* 1000 */
@media (max-width: 1000px) {

}
/* 900 */
@media (max-width: 900px) {

}
/* 580 */
@media (max-width: 580px) {
	article.cta div.btns {
		gap: 0 2%;
	}
	article.cta div.btns a {
		width: 49%;
	}
}

/*--------------------------------------------------------------*/
/* トップページ -> お知らせ */
/*--------------------------------------------------------------*/
#TopNews {
	border-bottom: 1px solid #ccc;
}
#TopNews header h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
}
#TopNews ul.news {
	background: #fff;
	margin-bottom: 40px;
	border-top: 1px solid #aaa;
}
#TopNews ul.news li {
	border-bottom: 1px solid #aaa;
	padding: 20px 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
}
#TopNews ul.news li time {
	margin-right: 60px;
}
#TopNews ul.news li p {
	flex: 1;
}
#TopNews ul.news li p a {
	transition: .3s ease;
}
body.is-pc #TopNews ul.news li p a:hover {
	color: #ea4737;
}
/* 1240 */
@media (max-width: 1240px) {
	#TopNews header h2 {
		font-size: max(3.226vw, 28px); //40px;
	}
	#TopNews ul.news {
		margin-bottom: max(3.226vw, 28px); //40px;
	}
	#TopNews ul.news li {
		padding: 20px 15px;
	}
	#TopNews ul.news li time {
		margin-right: max(4.839vw, 42px); //60px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#TopNews ul.news li time {
		margin-right: 0;
		width: 100%;
	}
	#TopNews.pd_std {
		padding-bottom: 80px;
	}
}

/*--------------------------------------------------------------*/
/* トップページ -> ミャク楽で、できること About */
/*--------------------------------------------------------------*/
#TopAbout {
	overflow: hidden;
}
#TopAbout header {
	text-align: center;
	margin-bottom: 60px;
}
#TopAbout header h2 {
	font-size: 38px;
	line-height: 1;
	margin-bottom: 20px;
}
#TopAbout header h2 img {
	max-width: 180px;
	min-width: 120px;
	width: 20%;
	display: inline-block;
	margin-right: 10px;
}
#TopAbout header p.txt {
	font-size: 24px;
}
/* ul */
#TopAbout ul {
	display: flex;
	flex-direction: column;
	gap: 25px 0;
}
#TopAbout ul li {
	position: relative;
	padding-top: 40px;
}
#TopAbout ul li::before {
	content: '';
	display: block;
	width: 95%;
	height: 100%;
	background: #316dc6;
	border-radius: 0 80px 80px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: .3s ease;
}
#TopAbout ul li:nth-child(even)::before {
	content: '';
	display: block;
	width: 95%;
	height: 100%;
	background: #ea4737;
	border-radius: 80px  0 0 80px;
	position: absolute;
	top: 0;
	right: 0;
	left: initial;
	z-index: -1;
}
#TopAbout ul li .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	gap: 25px 8%;
	transition: .3s ease;
}
#TopAbout ul li:nth-child(even) .flex {
	flex-direction: initial;
}
#TopAbout ul li .flex figure {
	width: 35%;
}
#TopAbout ul li .flex div.text {
	flex: 1;
	padding: 0 20px;
}
#TopAbout ul li .flex div.text h3 {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 30px;
}
#TopAbout ul li .flex div.text p.txt {
	font-size: 16px;
	color: #fff;
	line-height: 2;
}
/* 1400 */
@media (max-width: 1400px) {
	#TopAbout ul li .flex {
		gap: 25px 3%;
	}
	#TopAbout ul li::before {
		width: calc(100% - 10px);
	}
	#TopAbout ul li:nth-child(even)::before {
		width: calc(100% - 10px);
	}
}
/* 1240 */
@media (max-width: 1240px) {
	#TopAbout header {
		margin-bottom: max(4.839vw, 42px); //60px;
	}
	#TopAbout header h2 {
		font-size: max(3.065vw, 20px); //38px;
	}
	#TopAbout header p.txt {
		font-size: max(1.935vw, 14px); //24px;
	}
	#TopAbout ul li .flex div.text h3 {
		font-size: max(3.226vw, 24px); //40px;
		margin-bottom: max(2.419vw, 15px); //30px;
	}
	#TopAbout ul li .flex div.text p.txt {
		font-size: max(1.29vw, 14px); //16px;
	}
}
/* 768 */
@media (max-width: 768px) {
	#TopAbout ul li .flex div.text h3 {
		line-height: 1.5;
	}
	#TopAbout ul li .flex div.text p.txt {
		line-height: 1.5;
	}
}
/* 580 */
@media (max-width: 580px) {
	#TopAbout ul li .flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		transition: .3s ease;
	}
	#TopAbout ul li .flex figure {
		width: 100%;
	}
	#TopAbout ul li .flex figure img {
		max-width: 200px;
		width: 60%;
		margin: 0 auto;
	}
	#TopAbout ul li .flex div.text {
		flex: 1;
		padding: 0 20px;
	}
	#TopAbout ul li::before {
		border-radius: 0 40px 40px 0;
	}
	#TopAbout ul li:nth-child(even)::before {
		border-radius: 40px  0 0 40px;
	}
}

/*--------------------------------------------------------------*/
/* トップページ -> ミャク楽で、できること About2 ★外部ソース */
/*--------------------------------------------------------------*/
#TopAbout2 {
	all: initial;
}

/*--------------------------------------------------------------*/
/* トップページ -> ミャク楽が選ばれる理由 Reason */
/*--------------------------------------------------------------*/
#TopReason header {
	text-align: center;
	margin-bottom: 60px;
}
#TopReason header h2 {
	font-size: 38px;
	line-height: 1;
	margin-bottom: 20px;
}
#TopReason header h2 img {
	max-width: 180px;
	min-width: 120px;
	width: 20%;
	display: inline-block;
	margin-right: 10px;
}
#TopReason header p.txt {
	font-size: 24px;
}
#TopReason div.bk {
	background: #e8f4fa;
	padding: 80px 40px 40px 40px;
	border-radius: 15px;
}
/* ul */
#TopReason ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}
#TopReason ul li {
	width: calc(96% / 3);
	background: #fff;
	padding: 30px;
	border-radius: 25px;
	text-align: center;
}
#TopReason ul li figure img {
	display: inline-block;
	width: 40px;
	margin-bottom: 22px;
}
#TopReason ul li h3 {
	color: #316dc6;
	font-size: 26px;
	margin-bottom: 22px;
}
#TopReason ul li p.txt {
	text-align: left;
	margin: 0 auto;
}
/* 1600 */
@media (max-width: 1600px) {
	#TopReason div.bk {
		padding: max(5vw, 56px) max(2.5vw, 20px) max(2.5vw, 20px) max(2.5vw, 25px);
		border-radius: max(0.938vw, 11px); //15px;
	}
	#TopReason ul li {
		padding: max(1.875vw, 20px); //30px;
		border-radius: max(1.563vw, 18px); //25px;
	}
	#TopReason ul li h3 {
		font-size: max(1.625vw, 18px); //26px;
		margin-bottom: max(1.375vw, 15px); //22px;
	}
}
/* 1240 */
@media (max-width: 1240px) {
	#TopReason header {
		margin-bottom: max(4.839vw, 42px); //60px;
	}
	#TopReason header h2 {
		font-size: max(3.065vw, 20px); //38px;
	}
	#TopReason header p.txt {
		font-size: max(1.935vw, 14px); //24px;
	}
	#TopReason ul li p.txt {
		font-size: max(1.29vw, 14px); //16px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#TopReason ul li {
		width: 100%;
	}
	#TopReason ul li h3 {
		font-size: 17px; //26px;
	}
}

/*--------------------------------------------------------------*/
/* トップページ -> 機能一覧 Function */
/*--------------------------------------------------------------*/
#TopFunction header {
	text-align: center;
	margin-bottom: 80px;
}
#TopFunction header h2 {
	font-size: 48px;
}
#TopFunction ul.pare {
	display: flex;
	flex-direction: column;
	gap: 80px 0;
}
#TopFunction ul.pare > li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px 3%;
	background: #e8f4fa;
	padding: 60px 60px;
	border-radius: 30px;
}
#TopFunction ul.pare > li figure {
	width: 44%;
}
#TopFunction ul.pare > li div.text {
	flex: 1;
}
#TopFunction ul.pare > li div.text h3 {
	color: #316dc6;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.5;
}
#TopFunction ul.pare > li ul.child li {
	font-size: 20px;
	padding: 15px 0;
}
#TopFunction ul.pare > li ul.child li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
/* 1240 */
@media (max-width: 1240px) {
	#TopFunction header {
		margin-bottom: max(6.452vw, 40px); //80px;
	}
	#TopFunction header h2 {
		font-size: max(3.871vw, 26px); //48px;
	}
	#TopFunction ul.pare {
		gap: max(6.452vw, 40px) 0;
	}
	#TopFunction ul.pare > li {
		padding: max(4.839vw, 30px) max(4.839vw, 20px); //60px;
		border-radius: max(2.419vw, 15px); //30px;
	}
	#TopFunction ul.pare > li div.text h3 {
		font-size: max(2.742vw, 20px); //34px;
		margin-bottom: max(2.419vw, 15px); //30px;
	}
	#TopFunction ul.pare > li ul.child li {
		font-size: max(1.613vw, 14px); //20px;
		padding: max(1.21vw, 11px) 0;
	}
}
/* 580 */
@media (max-width: 580px) {
	#TopFunction ul.pare > li figure {
		width: 100%;
	}
}

/*--------------------------------------------------------------*/
/* トップページ -> 料金 Price */
/*--------------------------------------------------------------*/
#TopPrice {
	background: #fcf5f2;
	overflow: hidden;
}
#TopPrice header {
	text-align: center;
	margin-bottom: 80px;
}
#TopPrice header h2 {
	font-size: 48px;
}
#TopPrice ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 1%;
}
#TopPrice ul li {
	width: calc(97% / 4);
	border: 3px solid #316dc6;
	border-radius: 20px;
	padding: 50px 20px 20px 20px;
	background: #fff;
	position: relative;
}
#TopPrice ul li span.reco {
	background: #ffb311;
	color: #fff;
	width: 80%;
	font-size: 26px;
	font-weight: bold;
	height: 46px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -23px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-radius: 25px;
}
#TopPrice ul li h3 {
	font-size: 30px;
	text-align: center;
	color: #316dc6;
	line-height: 1.2;
	margin-bottom: 8px;
}
#TopPrice ul li:nth-child(4) h3 {
	letter-spacing: -0.1em;
}
#TopPrice ul li p.txt {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
#TopPrice ul li div.price {
	text-align: center;
}
#TopPrice ul li div.price span.red {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: -0.03em;
}
#TopPrice ul li div.price span.tsuki {
	font-size: 20px;
	font-weight: bold;
}
#TopPrice ul li div.price span.zei {
	font-size: 14px;
	font-weight: bold;
}
#TopPrice ul li div.otoku {
	display: flex;
	align-items: center;
	flex-direction: column;
	min-height: 84px;
	gap: 5px 0;
	margin-bottom: 12px;
	border: dashed 1px #316dc6;
	padding: 5px 5px 10px 5px;
	border-radius: 8px;
	background: #fefff5;
}
#TopPrice ul li:nth-child(1) div.otoku {
	border: none;
	background: none;
}
#TopPrice ul li p.txt2 {
	font-size: 16px;
}
#TopPrice ul li p.txt2 span.red {
	font-size: 20px;
	font-weight: bold;
}
#TopPrice ul li table {
	width: 100%;
}
#TopPrice ul li table tr:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
#TopPrice ul li table tr th {
	font-size: 14px;
	text-align: left;
	padding: 8px 0px 8px 4px;
}
#TopPrice ul li table tr td {
	font-size: 14px;
	padding: 8px 8px 8px 17px;
}
/* 1600 */
@media (max-width: 1600px) {
	#TopPrice ul li {
		border-radius: max(1.25vw, 14px); //20px;
		padding: max(3.125vw, 40px) max(1.25vw, 14px) max(1.25vw, 14px) max(1.25vw, 14px);
		background: #fff;
		position: relative;
	}
	#TopPrice ul li span.reco {
		font-size: max(1.625vw, 18px); //26px;
		height: max(2.875vw, 32px); //46px;
		top: max(-1.437vw, -16px); //-23px;
	}
	#TopPrice ul li h3 {
		font-size: max(1.875vw, 21px); //30px;
	}
	#TopPrice ul li p.txt {
		font-size: max(1.25vw, 14px); //20px;
	}
	#TopPrice ul li div.price span.red {
		font-size: max(3.75vw, 42px); //60px;
	}
	#TopPrice ul li div.price span.tsuki {
		font-size: max(1.25vw, 14px); //20px;
	}
	#TopPrice ul li div.price span.zei {
		font-size: max(0.875vw, 11px); //14px;
	}
	#TopPrice ul li table tr th {
		font-size: max(0.875vw, 13px); //14px;
		padding: 8px 0px 8px 4px;
	}
	#TopPrice ul li table tr td {
		font-size: max(0.875vw, 13px); //14px;
		padding: 8px 8px 8px 17px;
	}
}
/* 1240 */
@media (max-width: 1240px) {
	#TopPrice header {
		margin-bottom: max(6.452vw, 40px); //80px;
	}
	#TopPrice header h2 {
		font-size: max(3.871vw, 26px); //48px;
	}
}
/* 1000 */
@media (max-width: 1000px) {
	#TopPrice ul {
		gap: 30px 2%;
	}
	#TopPrice ul li {
		width: calc(98% / 2);
	}
}
/* 580 */
@media (max-width: 580px) {
	#TopPrice ul li {
		width: 100%;
	}
	#TopPrice ul li span.reco {
		top: -16px;
	}
	#TopPrice ul li:nth-child(1) div.otoku {
		display: none;
	}
}

/*--------------------------------------------------------------*/
/* トップページ -> 導入事例 Works */
/*--------------------------------------------------------------*/
#TopWorks {
	border-bottom: 1px solid #ccc;
	display: none;
}
#TopWorks header {
	text-align: center;
	margin-bottom: 80px;
}
#TopWorks header h2 {
	font-size: 48px;
}
#TopWorks ul {
	display: flex;
	flex-wrap: wrap;
	gap: 34px 4%;
	margin-bottom: 120px;
}
#TopWorks ul li {
	width: calc(92% / 3);
}
body.is-pc #TopWorks ul li a:hover figure img {
	opacity: 0.8;
}
#TopWorks ul li figure {
	margin-bottom: 20px;
}
#TopWorks ul li figure img {
	width: 100%;
	transition: .3s ease;
}
#TopWorks ul li h3 {
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 20px;
}
#TopWorks ul li p.txt {
	margin-bottom: 20px;
}
/* 1240 */
@media (max-width: 1240px) {
	#TopWorks header {
		margin-bottom: max(6.452vw, 40px); //80px;
	}
	#TopWorks header h2 {
		font-size: max(3.871vw, 26px); //48px;
	}
	#TopWorks ul {
		margin-bottom: max(9.677vw, 60px); //120px;
	}
	#TopWorks ul li figure {
		margin-bottom: max(1.613vw, 14px); //20px;
	}
	#TopWorks ul li h3 {
		font-size: max(2.097vw, 18px); //26px;
		margin-bottom: max(1.613vw, 14px); //20px;
	}
	#TopWorks ul li p.txt {
		font-size: max(1.29vw, 14px); //16px;
		margin-bottom: max(1.613vw, 14px); //20px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#TopWorks ul li {
		width: 100%;
	}
}

/*--------------------------------------------------------------*/
/* トップページ -> Faq */
/*--------------------------------------------------------------*/
#TopFaq {
	border-bottom: 1px solid #ccc;
}
#TopFaq header {
	text-align: center;
	margin-bottom: 80px;
}
#TopFaq header h2 {
	font-size: 48px;
}
#TopFaq header {
	margin-bottom: 80px;
}
#TopFaq .kaihei {
	margin: 0 auto;
}
#TopFaq .kaihei dl {
	margin: 0 auto 15px auto;
}
#TopFaq .kaihei dl dt {
	font-size: 20px;
	font-weight: bold;
	background: #f1f5fb;
	padding: 22px 40px 20px 20px;
	text-align: left;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 0 25px;
	transition: background .3s ease;
}
#TopFaq .kaihei dl dt:hover {
	background: #e4efff;
}
#TopFaq .kaihei dl dt span.qq {
	font-size: 34px;
	font-weight: bold;
	color: #316dc6;
}
#TopFaq .kaihei dl dd {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding-left: 21px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: none;
	background: #fafafa;
}
#TopFaq .kaihei dl dd span._flex {
	display: flex;
	gap: 0 25px;
}
#TopFaq .kaihei dl dd span.aa {
	font-size: 34px;
	font-weight: bold;
	color: #ea4737;
	line-height: 1;
}
#TopFaq .kaihei dl dd ul {
	margin-bottom: 25px;
	margin-left: 25px;
	list-style: disc;
}
#TopFaq .kaihei dl dd p {
	margin-bottom: 25px;
}
#TopFaq .kaihei dl dd h3 {
	font-size: 2.2rem;
	font-weight: bold;
}
#TopFaq .kaihei dl dt::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 4px;
	background: #333;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: rotate(90deg);
}
#TopFaq .kaihei dl dt.active::after {
	transform: rotate(0deg);
}
#TopFaq .kaihei dl dt::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 4px;
	background: #333;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: rotate(0deg);
}
#TopFaq .kaihei dl dt.active::before {
	transform: rotate(-180deg);
}
/* 1240 */
@media (max-width: 1240px) {
	#TopFaq header h2 {
		font-size: max(3.871vw, 26px); //48px;
	}
	#TopFaq header {
		margin-bottom: max(6.452vw, 40px); //80px;
	}
	#TopFaq .kaihei dl dt {
		font-size: max(1.613vw, 14px); //20px;
	}
	#TopFaq .kaihei dl dd {
		font-size: max(1.613vw, 14px); //20px;
	}
	#TopFaq .kaihei dl dt span.qq {
		font-size: max(2.742vw, 24px); //34px;
	}
	#TopFaq .kaihei dl dd span.aa {
		font-size: max(2.742vw, 24px); //34px;
	}
}
/* 740 */
@media (max-width: 740px) {
	#TopFaq .kaihei {
		width: 100%;
	}
	#TopFaq .kaihei dl dt::after {
		right: 10px;
	}
	#TopFaq .kaihei dl dt::before {
		right: 10px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#TopFaq .kaihei dl dt {
		line-height: 1.4;
		padding: 14px 40px 12px 10px;
		gap: 0 20px;
	}
	#TopFaq .kaihei dl dt::after {
		right: 6px;
	}
	#TopFaq .kaihei dl dd {
		padding: 14px 40px 12px 11px;
	}
	#TopFaq .kaihei dl dd table td {
		padding: 6px 10px 6px 10px;
	}
	#TopFaq .kaihei dl dt::after {
		right: 12px;
	}
	#TopFaq .kaihei dl dt::before {
		right: 12px;
	}
	#TopFaq .kaihei dl dt::after {
		right: 12px;
	}
	#TopFaq .kaihei dl dt::before {
		right: 12px;
	}
	#TopFaq .kaihei dl dt::after {
		top: 48%;
		width: 15px;
		height: 3px;
	}
	#TopFaq .kaihei dl dt::before {
		top: 48%;
		width: 15px;
		height: 3px;
	}
}

/*--------------------------------------------------------------*/
/* トップページ -> お客様の声 */
/*--------------------------------------------------------------*/
#TopVoice {
	border-bottom: 1px solid #ccc;
}
#TopVoice header {
	text-align: center;
	margin-bottom: 80px;
}
#TopVoice header h2 {
	font-size: 48px;
}
#TopVoice ul {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 40px 3%;
}
#TopVoice ul li {
	width: calc(94% / 3);
}
#TopVoice .balloon {
	font-size: 18px;
	line-height: 1.8;
	background: #fbf4f3;
	border-radius: 16px;
	padding: 24px 28px;
	position: relative;
	margin-bottom: 30px;
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
	min-height: 130px;
}
#TopVoice .balloon::after {
	content: "";
	position: absolute;
	bottom: -36px;
	left: 40px;
	border: 18px solid transparent;
	border-top-color: #fbf4f3;
	filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.1));
}
#TopVoice .user {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-left: 18px;
}
#TopVoice .user figure {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #f0f0f0;
	overflow: hidden;
	flex-shrink: 0;
	margin: 0;
}
#TopVoice .user figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#TopVoice .user .name {
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
/* 1240 */
@media (max-width: 1240px) {
	#TopVoice header h2 {
		font-size: max(3.871vw, 26px); //48px;
	}
	#TopVoice header {
		margin-bottom: max(6.452vw, 40px); //80px;
	}
	#TopVoice .balloon {
		font-size: max(1.452vw, 15px); //18px;
		padding: 24px 28px;
	}
	#TopVoice .user .name {
		font-size: max(1.774vw, 16px); //22px;
	}
}
/* 768 */
@media (max-width: 768px) {
	#TopVoice ul li {
		width: 100%;
	}
	#TopVoice .balloon {
		max-width: 400px;
		min-height: initial;
		margin: 0 auto 30px auto;
	}
	#TopVoice .user {
		max-width: 400px;
		margin: 0 auto;
		padding-left: 18px;
	}
}

/*--------------------------------------------------------------*/
/* トップページ -> 操作マニュアル */
/*--------------------------------------------------------------*/
#TopManual {
	border-bottom: 1px solid #ccc;
}
#TopManual header {
	text-align: center;
	margin-bottom: 80px;
}
#TopManual header h2 {
	font-size: 48px;
}
#TopManual ul {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 40px 3%;
}
#TopManual ul li {
	width: calc(94% / 3);
}
#TopManual .balloon {
	font-size: 18px;
	line-height: 1.8;
	background: #fbf4f3;
	border-radius: 16px;
	padding: 24px 28px;
	position: relative;
	margin-bottom: 30px;
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
	min-height: 130px;
}
#TopManual .balloon::after {
	content: "";
	position: absolute;
	bottom: -36px;
	left: 40px;
	border: 18px solid transparent;
	border-top-color: #fbf4f3;
	filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.1));
}
#TopManual .user {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-left: 18px;
}
#TopManual .user figure {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #f0f0f0;
	overflow: hidden;
	flex-shrink: 0;
	margin: 0;
}
#TopManual .user figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#TopManual .user .name {
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
/* 1240 */
@media (max-width: 1240px) {
	#TopManual header h2 {
		font-size: max(3.871vw, 26px); //48px;
	}
	#TopManual header {
		margin-bottom: max(6.452vw, 40px); //80px;
	}
	#TopManual .balloon {
		font-size: max(1.452vw, 15px); //18px;
		padding: 24px 28px;
	}
	#TopManual .user .name {
		font-size: max(1.774vw, 16px); //22px;
	}
}
/* 768 */
@media (max-width: 768px) {
	#TopManual ul li {
		width: 100%;
	}
	#TopManual .balloon {
		max-width: 400px;
		min-height: initial;
		margin: 0 auto 30px auto;
	}
	#TopManual .user {
		max-width: 400px;
		margin: 0 auto;
		padding-left: 18px;
	}
}


/*--------------------------------------------------------------*/
/* トップページ -> お問い合わせ Contact */
/*--------------------------------------------------------------*/
#TopContact header {
	text-align: center;
	margin-bottom: 80px;
}
#TopContact header h2 {
	font-size: 48px;
	font-weight: bold;
}
/* form */
#TopContact .content {
	max-width: 840px;
}
#TopContact form {
	margin-bottom: 80px;
}
#TopContact form p {
	line-height: 1.4;
}
#TopContact form table {
	width: 100%;
	border: none;
}
#TopContact form table tr th,
#TopContact form table tr td {
	border: none;
}
#TopContact form table tr th,
#TopContact form table tr td {
	padding-top: 25px;
	padding-bottom: 25px;
}
#TopContact form table tr td {
	padding-left: 0;
	padding-right: 0;
}
#TopContact form table th {
	vertical-align: top;
	width: 210px;
	white-space: nowrap;
	text-align: left;
	padding: 25px 55px 0 10px;
	position: relative;
}
#TopContact form table tr th span.item {
	position: absolute;
	top: 33px;
	left: 10px;
}
#TopContact form table tr th span.hissu {
	position: absolute;
	top: 37px;
	right: 10px;
	display: inline-block;
	padding: 0px 6px 1px 6px;
	border-radius: 10px;
	background: red;
	color: #fff;
	font-size: 10px;
}
#TopContact form table tr th span.ninni {
	position: absolute;
	top: 37px;
	right: 10px;
	display: inline-block;
	padding: 0px 6px 1px 6px;
	border-radius: 10px;
	background: #316dc6;
	color: #fff;
	font-size: 10px;
}
#TopContact form table tr td textarea {
	width: 100%;
	height: 200px;
}
#TopContact form table tr td.privacy {
	padding-top: 0;
}
#TopContact form table tr td.turnstile {
	text-align: center;
	padding: 0;
}
#TopContact form table tr td.control {
	position: relative;
}
#TopContact form input[type=text],
#TopContact form input[type=tel],
#TopContact form input[type=email],
#TopContact form textarea {
	padding: 10px;
	width: 100%;
}
#TopContact form input[type=tel] {
	max-width: 300px;
}
/* name1,2 */
#TopContact tr.inp2 td input {
	width: 30%;
	margin: 0 6px;
}
/* focus */
#TopContact form input[type=text]:focus,
#TopContact form input[type=password]:focus,
#TopContact form input[type=email]:focus,
#TopContact form input[type=tel]:focus,
#TopContact form select:focus,
#TopContact form textarea:focus {
	outline: none;
	background-color: #ecf8ff;
	border: 1px solid #777;
}
/* submit */
#TopContact input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	border-style: none;
	line-height: 1.2;
	background: #316dc6;
	color: #fff;
	padding: 16px 10px 14px 10px;
	width: 220px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin: 0 auto;
	transition: .3s ease;
}
body.is-pc #TopContact input[type="submit"]:hover {
	background: #ea4737;
}
/* wpcf7 */
#TopContact table tr td.cf7err {
	padding: 0;
}
#TopContact ul li:last-child {
	display: flex;
	align-items: center;
}
.wpcf7 form.invalid .wpcf7-response-output { /* err */
	margin: 25px 0 0 0;
	padding: 8px 10px 6px 10px;
	border: 2px solid red!important;
	background: #ffffd6;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	color: red;
}
.wpcf7 form.sent .wpcf7-response-output { /* send */
	margin: 25px 0 0 0;
	padding: 8px 10px 6px 10px;
	border: 2px solid #316dc6!important;
	background: #fdfff2;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	color: #316dc6;
}
.wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: calc(50% + 120px);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #ea4737;
	opacity: 1;
}
.wpcf7-spinner::before {
	animation-name: spin;
}
.wpcf7-not-valid-tip {
	margin-top: 3px;
}
/* 1240 */
@media (max-width: 1240px) {
	#TopContact header h2 {
		font-size: max(3.871vw, 26px); //48px;
	}
	#TopContact header {
		margin-bottom: max(6.452vw, 40px); //80px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#TopContact header {
		margin-bottom: 40px;
	}
	/* table */
	#TopContact form table tr th {
		display: block;
		width: 100%;
		padding: 20px 5px 5px 5px;
	}
	#TopContact form table tr th span.item {
		position: initial;
		top: initial;
		left: initial;
	}
	#TopContact form table tr th span.hissu {
		top: calc(50% + 5px)
	}
	/* tr.mes */
	#TopContact form table tr.mes th {
		vertical-align: top;
		padding: 20px 5px 5px 5px;
	}
	#TopContact form table tr.mes th span.hissu {
		top: calc(50% + 5px);
		right: 10px;
	}
	#TopContact form table tr td {
		display: block;
		width: 100%;
		padding: 5px 5px 20px 5px;
	}
	#TopContact form table td textarea {
		height: 180px;
	}
	#TopContact form input[type=text],
	#TopContact form input[type=email],
	#TopContact form textarea {
		padding: 10px;
		width: 100%;
	}
	.wpcf7 form .wpcf7-response-output {
		font-size: 13px;
	}
}

/*--------------------------------------------------------------*/
/* 個人情報保護方針 */
/*--------------------------------------------------------------*/
section.privacy .scroll {
	border: 1px solid #ccc;
	margin: 0 auto 5px auto;
	padding: 20px;
	max-width: 825px;
	width: 100%;
	height: 250px;
	overflow-y: scroll;
	background: #f9f9f9;
}
section.privacy .scroll header {
	margin-bottom: 30px!important;
}
section.privacy .scroll header h3 {
	font-weight: bold;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
}
section.privacy .scroll header p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
}
section.privacy .scroll strong {
	background: initial;
}
section.privacy .scroll dl dt {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
}
section.privacy .scroll dl dd {
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 1.5;
}
section.privacy .scroll dl dd ul {
	list-style-type: disc;
	margin-left: 20px;
}
section.privacy .scroll dl dd ul li {
	font-size: 14px;
}
/* 1240 */
@media (max-width: 1240px) {
	/* 個人情報保護方針 */
	section.privacy {
		padding: 30px 0 max(4.839vw, 42px) 0;
	}
}
/* 580 */
@media (max-width: 580px) {
	section.privacy .scroll header h2 {
		font-size: 18px;
	}
	section.privacy .scroll header p {
		font-size: 15px;
	}
	section.privacy .scroll dl dt {
		font-size: 16px;
	}
	section.privacy .scroll dl dd {
		font-size: 15px;
	}
}

/*--------------------------------------------------------------*/
/* トップページ -> 運営会社 Company */
/*--------------------------------------------------------------*/
#TopCompany {
	background: #f4f4f4;
}
#TopCompany header {
	text-align: center;
	margin-bottom: 80px;
}
#TopCompany header h2 {
	font-size: 48px;
	font-weight: bold;
}
#TopCompany table {
	border-collapse: collapse;
	border-top: 1px solid #888;
	width: 100%;
	margin-bottom: 60px;
}
#TopCompany table tr {
	border-bottom: 1px solid #888;
}
#TopCompany table tr th,
#TopCompany table tr td {
	padding: 20px;
}
#TopCompany table tr th {
	text-align: left;
}
/* 1240 */
@media (max-width: 1240px) {
	#TopCompany header h2 {
		font-size: max(3.871vw, 26px); //48px;
	}
	#TopCompany header {
		margin-bottom: max(6.452vw, 40px); //80px;
	}
	#TopCompany table {
		margin-bottom: max(4.839vw, 42px); //60px;
	}
	#TopCompany table tr th,
	#TopCompany table tr td {
		padding: max(1.613vw, 14px); //20px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#TopCompany table tr th {
		display: block;
		text-align: left;
		padding-bottom: 0;
	}
	#TopCompany table tr td {
		display: block;
	}
}

/*--------------------------------------------------------------*/
/* SUB VISUAL */
/*--------------------------------------------------------------*/
#sub_visual {
	height: 240px;
	position: relative;
	margin-top: 80px;
}
/* 768 */
@media (max-width: 768px) {
	#sub_visual {
		margin-top: 70px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#sub_visual {
		margin-top: 60px;
	}
}
#sub_visual .content h1 {
	font-size: 40px;
	letter-spacing: 0.5vw;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}
/* 1240 */
@media (max-width: 1240px) {
	#sub_visual {
		height: max(19.355vw, 168px); //240px;
	}
	#sub_visual .content h1 {
		font-size: max(3.226vw, 28px); //40px;
	}
}

/*--------------------------------------------------------------*/
/* body.blog お知らせ一覧 */
/*--------------------------------------------------------------*/
body.blog,
body.single,
body.archive {
	line-height: 1.4;
}
body.blog .col2,
body.single .col2,
body.archive .col2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0 20px;
}
/* main */
body.blog .col2 div.main *
body.single .col2 div.main *
body.archive .col2 div.main * {
	line-height: 1!important;
}
body.blog .col2 div.main,
body.single .col2 div.main,
body.archive .col2 div.main {
	width: 70%;
}
body.blog .col2 div.main ul.post_list > li,
body.archive .col2 div.main ul.post_list > li {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
body.blog .col2 div.main ul.post_list > li a,
body.archive .col2 div.main ul.post_list > li a {
	display: block;
	height: 100%;
}
body.blog .col2 div.main ul.post_list > li figure,
body.archive .col2 div.main ul.post_list > li figure {
	aspect-ratio: 1 / 1;
	max-width: 250px;
	height: 100%;
	width: 33%;
	margin-right: 27px;
}
body.blog .col2 div.main ul.post_list > li figure img,
body.archive .col2 div.main ul.post_list > li figure img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}
body.blog .col2 div.main ul.post_list > li div.text,
body.archive .col2 div.main ul.post_list > li div.text {
	flex: 1;
}
body.blog .col2 div.main ul.post_list > li div.text time,
body.single .col2 div.main time,
body.archive .col2 div.main ul.post_list > li div.text time {
	font-size: 14px;
	display: inline-block;
	margin-right: 5px;
}
body.blog .col2 div.main ul.post_list > li div.text ul.tags,
body.single .col2 div.main ul.tags,
body.archive .col2 div.main ul.post_list > li div.text ul.tags {
	display: inline-flex;
}
body.blog .col2 div.main ul.post_list > li div.text ul.tags li a,
body.single .col2 div.main ul.tags li a,
body.archive .col2 div.main ul.post_list > li div.text ul.tags li a {
	display: inline-block;
	font-size: 12px;
	background: #23ac38;
	color: #fff;
	padding: 3px 15px 1px 15px;
	border-radius: 10px;
	transition: .2s;
}
body.blog .col2 div.main ul.post_list > li div.text ul.tags li a:hover,
body.single .col2 div.main ul.tags li a:hover,
body.archive .col2 div.main ul.post_list > li div.text ul.tags li a:hover {
	background: #ea4737!important;
}
body.blog .col2 div.main ul.post_list > li div.text h2,
body.archive .col2 div.main ul.post_list > li div.text h2 {
	font-size: 20px;
	font-weight: bold;
	color: #316dc6;
	margin-top: 8px;
	margin-bottom: 8px;
}
body.blog .col2 div.main ul.post_list > li div.text h2 + p.txt,
body.archive .col2 div.main ul.post_list > li div.text h2 + p.txt {
	margin-bottom: 11px;
	font-size: 16px;
	line-height: 1.7;
}
body.blog .col2 div.main ul.post_list > li div.text .btn_link.more,
body.archive .col2 div.main ul.post_list > li div.text .btn_link.more {
	margin: 0 0 0 auto;
	border-radius: 20px;
	padding: 7px 8px 8px 8px;
	max-width: 220px;
}
/* sidebar */
body.blog .col2 aside#sidebar,
body.single .col2 aside#sidebar,
body.archive .col2 aside#sidebar {
	width: 25%;
}
body.blog .col2 aside#sidebar h3,
body.single .col2 aside#sidebar h3,
body.archive .col2 aside#sidebar h3 {
	position: relative;
	color: #316dc6;
	font-size: 22px;
	padding-bottom: 8px;
}
body.blog .col2 aside#sidebar h3::after,
body.single .col2 aside#sidebar h3::after,
body.archive .col2 aside#sidebar h3::after {
	content: '';
	width: 40px;
	border-bottom: 2px solid #ea4737;
	position: absolute;
	bottom: 0;
	left: 0;
}
body.blog .col2 aside#sidebar h3 + ul,
body.single .col2 aside#sidebar h3 + ul,
body.archive .col2 aside#sidebar h3 + ul {
	margin-bottom: 55px;
}
body.blog .col2 aside#sidebar h3 + ul li,
body.single .col2 aside#sidebar h3 + ul li,
body.archive .col2 aside#sidebar h3 + ul li {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
}
/* 768 */
@media (max-width: 768px) {
	/* main */
	body.blog .col2 div.main,
	body.single .col2 div.main,
	body.archive .col2 div.main {
		width: 100%;
		margin-bottom: 40px;
	}
	/* sidebar */
	body.blog .col2 aside#sidebar,
	body.single .col2 aside#sidebar,
	body.archive .col2 aside#sidebar {
		width: 100%;
	}
}
/* 580 */
@media (max-width: 580px) {
	/* ul.post_list */
	body.blog .col2 div.main ul.post_list > li,
	body.archive .col2 div.main ul.post_list > li {
		display: block;
	}
	body.blog .col2 div.main ul.post_list > li figure,
	body.archive .col2 div.main ul.post_list > li figure {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	body.blog .col2 div.main ul.post_list > li div.text time,
	body.single .col2 div.main time,
	body.archive .col2 div.main ul.post_list > li div.text time {
		margin-bottom: 5px;
	}
	body.blog .col2 div.main ul.post_list > li figure img,
	body.archive .col2 div.main ul.post_list > li figure img {
		width: 100%;
	}
	body.blog .col2 div.main ul.post_list > li div.text,
	body.archive .col2 div.main ul.post_list > li div.text {
		width: 100%;
	}
	body.blog .col2 div.main ul.post_list > li div.text .btn_link.more,
	body.archive .col2 div.main ul.post_list > li div.text .btn_link.more {
		margin: 0 auto;
	}
	/* col2 */
	body.blog .col2,
	body.single .col2,
	body.archive .col2 {
		padding: 20px 20px;
	}
	body.blog .col2 div.main ul.post_list > li div.text h2 + p.txt,
	body.archive .col2 div.main ul.post_list > li div.text h2 + p.txt {
		font-size: 15px;
		margin-bottom: 10px;
	}
}

/* single */
body.single section#page_parent article.post-wrap {
	padding: 0;
}
article.post-wrap header {
	margin-bottom: 30px;
}
article.post-wrap header h1 {
	font-size: 28px;
	color: #316dc6;
	margin-bottom: 30px;
}
article.post-wrap header .timecat {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 15px;
}
article.post-wrap header .timecat time {
	margin-left: 7px;
	font-size: 14px;
}
article.post-wrap header .timecat ul.cat {
	display: inline-flex;
	gap: 0 3px;
}
article.post-wrap header .timecat ul.cat li a {
	display: block;
	font-size: 14px;
	padding: 0 5px;
	background: #316dc6;
	color: #fff;
}
article.post-wrap header .timecat ul.cat li a:hover {
	opacity: 0.8;
}
article.post-wrap header figure {
	margin-bottom: 20px;
	height: 300px;
}
article.post-wrap header figure img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
article.post-wrap div.entry {
	border: 1px solid #ccc;
	padding: 30px 30px 20px 30px;
	background: #fff;
}
article.post-wrap div.entry p {
	font-size: 16px;
	margin-bottom: 15px;
}
article.post-wrap div.entry figure {
	line-height: 1;
	margin-bottom: 20px;
}
article.post-wrap div.entry figure figcaption {
	padding: 7px 5px;
	margin-top: -3px;
	background: #fbfbfb;
	line-height: 1.3;
	font-size: 14px;
}
/* h1～h6 */
article.post-wrap div.entry h1 {
	font-size: 28px;
	font-weight: bold;
	background: #fffcf3;
	border-left: 5px solid #316dc6;
	padding: 9px 5px 5px 12px;
	margin-top: 35px;
	margin-bottom: 25px;
}
article.post-wrap div.entry h2 {
	font-size: 28px;
	font-weight: bold;
	background: #fffcf3;
	border-left: 5px solid #316dc6;
	padding: 6px 3px 3px 10px;
	margin-top: 35px;
	margin-bottom: 25px;
}
article.post-wrap div.entry h3 {
	font-size: 26px;
	font-weight: bold;
	background: #fffcf3;
	padding: 9px 5px 5px 12px;
	margin-top: 35px;
	margin-bottom: 25px;
	border-bottom: 2px solid #316dc6;
}
article.post-wrap div.entry h4 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 25px;
	padding: 5px;
	border-bottom: 2px solid #316dc6;
}
article.post-wrap div.entry h5 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 25px;
	padding: 5px;
	border-bottom: 2px solid #666;
}
article.post-wrap div.entry h6 {
	font-size: 26px;
	font-weight: bold;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 25px;
	padding: 5px;
}
article.post-wrap div.entry ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}
article.post-wrap div.entry ul li {
	font-size: 16px;
}
/* blockquote */
article.post-wrap div.entry blockquote {
	position: relative;
	padding: 35px 15px 10px 15px;
	box-sizing: border-box;
	font-style: italic;
	background: #fffcf3;
	color: #333;
	border-left: 4px solid #316dc6;
}
article.post-wrap div.entry blockquote::before{
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 3px;
	content: "“";
	font-family: sans-serif;
	color: #316dc6;
	font-size: 55px;
	line-height: 1;
}
article.post-wrap div.entry blockquote p {
	padding: 0;
	margin: 7px 0;
	line-height: 1.7;
}
article.post-wrap div.entry blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}
/* hr */
article.post-wrap div.entry hr {
	border-top: none;
	border-bottom: 1px dotted #dcdcdc;
	margin: 30px 0;
}
/* wp-block-columns */
.wp-block-columns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
/* wp-block-button */
.wp-block-button {
	display: inline-block;
	margin: 10px;
}
.wp-block-button .wp-block-button__link {
	display: block;
	position: relative;
	max-width: 200px;
	width: 100%;
	text-align: center;
	margin: 20px;
	padding: 10px;
	color: #fff;
	background: #316dc6;
	border: none;
	font-size: 16px;
	transition: 0.3s all;
}
.wp-block-button .wp-block-button__link::after {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-family: "Ionicons";
	content: '\f488';
	font-size: 14px;
	transition: 0.3s all;
}
.wp-block-button .wp-block-button__link:hover {
	background: #316dc6;
	color: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	opacity: 0.9;
}
.wp-block-button .wp-block-button__link:hover::after {
	right: 10px;
}
/* table */
article.post-wrap div.entry table {
	width: 100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
article.post-wrap div.entry table th {
	color: #fff;
	background: #708392;
	text-align: center;
}
article.post-wrap div.entry table th,
article.post-wrap div.entry table td {
	padding: 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
article.post-wrap div.entry table.page_navi {
	margin-top: 30px;
	width: 100%;
	background: #fff;
	border: none;
}
article.post-wrap div.entry table.page_navi th,
article.post-wrap div.entry table.page_navi td {
	border: none;
	width: calc(100%/3);
	text-align: center;
}
/* gallery */
article.post-wrap div.entry ul.blocks-gallery-grid {
	list-style-type: none;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
/* 580 */
@media (max-width: 580px) {
	article.post-wrap div.entry {
		padding: 15px 10px;
	}
	article.post-wrap header h1 {
		font-size: 22px;
	}
	article.post-wrap div.entry p {
		font-size: 14px;
	}
	/* h1～h6 */
	article.post-wrap div.entry h1 {
		font-size: 22px;
	}
	article.post-wrap div.entry h2 {
		font-size: 22px;
	}
	article.post-wrap div.entry h3 {
		font-size: 20px;
	}
	article.post-wrap div.entry h4 {
		font-size: 20px;
	}
	article.post-wrap div.entry h5 {
		font-size: 20px;
	}
	article.post-wrap div.entry h6 {
		font-size: 20px;
	}
	article.post-wrap div.entry ul li {
		font-size: 14px;
	}
	article.post-wrap div.entry table th,
	article.post-wrap div.entry table td {
		font-size: 14px;
	}
	/* sidebar */
	body.blog .col2 aside#sidebar h3,
	body.single .col2 aside#sidebar h3,
	body.archive .col2 aside#sidebar h3 {
		font-size: 22px;
	}
}

/*--------------------------------------------------------------*/
/* pager */
/*--------------------------------------------------------------*/
.navigation {
	margin-top: 20px;
	overflow: hidden;
}
.navigation ul li:hover::before {
	position: initial;
	left: 0;
	content: "";
	border-left: none;
	height: 0;
	top: 0;
}
ul.page-numbers {
	padding: 10px 0;
	text-align: center;
	margin-top: 50px;
}
ul.page-numbers li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}
ul.page-numbers li span,
ul.page-numbers li a {
	display: inline-block;
	padding: 4px 8px;
	color: #000;
	border: 1px solid #849597;
	text-decoration: none;
	vertical-align: middle;
	transition: .3s ease;
}
ul.page-numbers li span {
	border-color: #316dc6;
	color: #fff;
	background-color: #316dc6;
}
ul.page-numbers li a:hover {
	border-color: #316dc6;
	background-color: #316dc6;
	color: #fff;
}

/*--------------------------------------------------------------*/
/* ページナビ */
/*--------------------------------------------------------------*/
/* table */
table.page_navi {
	margin-top: 90px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	width: 100%;
	background: #fff;
	border: none;
}
table.page_navi th,
table.page_navi td {
	border: none;
	width: calc(100%/3);
	text-align: center;
}
table.page_navi td span.txt {
	margin: 0 15px;
}
table.page_navi td div.ya a {
	transition: .3s ease;
}
table.page_navi td div.ya a:hover {
	color: #ea4737;
}

/*--------------------------------------------------------------*/
/* 404 */
/*--------------------------------------------------------------*/
#Fn404 {
	background: #fff;
	color: #000;
	padding: 160px 0;
}
#Fn404 p {
	text-align: center;
	line-height: 2;
}
#Fn404 p a {
	color: #462273;
	text-decoration: underline;
	transition: .3s ease;
}
#Fn404 p a:hover {
	color: #37b4ec;
	text-decoration: none;
}
/* 1240 */
@media (max-width: 1240px) {
	#Fn404 {
		padding: max(12.903vw, 80px) 0;
	}
}

/*--------------------------------------------------------------*/
/* form validation message */
/*--------------------------------------------------------------*/
div.alert-success {
	color: blue;
	margin-bottom: 20px;
}
div.alert-danger {
	color: red;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------*/
/* footer */
/*--------------------------------------------------------------*/
footer {
	color: #fff;
	background: #316dc6;
	padding: 40px 0 20px 0;
}
footer .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 25px;
}
footer .logo .img.myaku {
	max-width: 200px;
	width: 40%;
}
footer .logo .img.wb {
	max-width: 100px;
	width: 20%;
}
footer .copy {
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
}
footer .copy a {
	color: #fff;
}
footer .copy a:hover {
	color: #ccc;
}
/* 580 */
@media (max-width: 580px) {
	footer .copy {
		font-size: 12px;
	}
}