@charset "utf-8";
/*
Theme Name: オーシャンビュー勝浦
Author: BASARA
Version: 1.0
*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	backface-visibility: hidden;
}
*:before,
*:after {
	pointer-events: none;
}
:root {
	--color-base-font: #000;
	--color-main: #00a0e9;
	--color-red: #f26f59;
	--color-green: #00b38b;
	--color-deep-blue: #006db1;
	--color-beige: #f6f4ec;
	--color-link: #000;
	--color-hover: #555;
	--color-accent: #c78141;
	--color-attention: crimson;
	--color-gray: #f8f6f2;
	--contents-width-small: 800px;
	--contents-width-main: 1200px;
	--contents-width-large: 1700px;
	--weight-Light: 300;
	--weight-regular: 400;
	--weight-medium: 500;
	--weight-semibold: 600;
	--weight-bold: 700;
	--weight-black: 900;
}
html {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	color: var(--color-base-font);
	font-size: clamp(1rem, calc(0.789rem + 0.899vw), 1.25rem); /* min: 16px, max: 20px */
	font-weight: var(--weight-regular);
	line-height: 2;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
	margin: 0;
	padding: 0;
}
div,
p,
ul,
ul li,
dl,
dt,
dd {
	font-size: 0.99em;
	list-style: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img,
video,
object {
	max-width: 100%;
	height: auto;
	border: none;
}
img {
	display: block;
	image-rendering: -webkit-optimize-contrast;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	line-height: 1;
	letter-spacing: 0.025em;
	padding: 0;
	margin: 0;
}
a {
	color: var(--color-link);
	text-decoration: none;
	transition: all ease 0.3s;
}
a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
a[href^="tel:"] {
	text-decoration: none;
	pointer-events: none;
	text-emphasis: none !important;
}
a[href^="fax:"] {
	text-decoration: none;
	pointer-events: none;
}
.pc {
	display: inherit;
}
.tb {
	display: none;
}
.mb {
	display: none;
}
@media only screen and (max-width: 820px) {
	.pc {
		display: none;
	}
	.tb {
		display: block;
	}
	.mb {
		display: none;
	}
}
@media only screen and (max-width: 468px) {
	body {
		min-width: 375px;
	}
	a[href^="tel:"] {
		pointer-events: all;
	}
	.pc {
		display: none;
	}
	.tb {
		display: none;
	}
	.mb {
		display: block;
	}
}

/*font*/
.overpass {
	font-family: "Overpass", sans-serif;
	font-weight: 700;
	line-height: 1;
}

/* =========================================================================================
Header
=========================================================================================*/
#header {
	width: 100%;
	min-width: 375px;
	padding: 40px 20px;
	margin: 0;
	position: fixed;
	top: 0;
	z-index: 100;
	transition: 0.5s;
}
#header .inner {
	width: 100%;
	max-width: 1820px;
	min-height: 100px;
	border-radius: 10px;
	display: flex;
	align-items: stretch;
	justify-content: right;
	gap: 3.5%;
	background: #fff;
	padding: 0;
	position: relative;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
	z-index: 1;
}
#header .logo {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: left;
	padding-left: 2%;
}
#header .logo a {
	width: 100%;
	max-width: 270px;
	display: block;
}

/*globalnavi*/
#header #g-navi-area,
#header #g-navi-list {
	width: 100%;
	display: flex;
	align-items: center;
}
#header #g-navi {
	width: 100%;
	padding-top: 0.75em;
}
#header #g-navi > ul {
	width: 100%;
	max-width: 740px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 13px;
	margin-inline: auto 0;
}
@media screen and (max-width: 1500px) {
#header #g-navi > ul {
	max-width: 660px;
	gap: 5px;
}
}
#header #g-navi > ul li {
	font-size: clamp(1rem, calc(0.455rem + 0.758vw), 1.1875rem); /* min: 16px, max: 19px */
	font-weight: var(--weight-medium);
}
#header #g-navi > ul li a {
	display: block;
	position: relative;
	z-index: 1;
}
#header #g-navi > ul li a::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 3px;
	background: var(--color-red);
	position: absolute;
	left: 0;
	bottom: -0.25em;
	z-index: 1;
	transition: ease-in-out 0.25s;
}
#header #g-navi > ul li a:hover {
	text-decoration: none;
}
#header #g-navi > ul li a:hover::before,
#header #g-navi > ul li.current-menu-item a::before {
	width: 100%;
}

/*header-btn*/
#header .header-btn {
	width: auto;
	display: grid;
	grid-template-columns: repeat(2, auto);
	align-items: stretch;
	gap: 0;
}
#header .header-btn a {
	color: #fff;
	font-size: clamp(1rem, calc(0.417rem + 0.952vw), 1.25rem); /* min: 16px, max: 20px */
	font-weight: var(--weight-bold);
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 2.5em;
	text-decoration: none !important;
}
#header .header-btn a.recruit {
	background: var(--color-main);
	gap: 12px;
}
#header .header-btn a.visit {
	background: var(--color-accent);
	gap: 15px;
	border-radius: 0 10px 10px 0;
}
#header .header-btn a.recruit:hover,
#header .header-btn a.visit:hover {
	background: var(--color-red);
}

/*contact-info*/
#header dl.contact-info {
	width: fit-content;
	border: 2px solid var(--color-main);
	border-radius: 12px;
	background: var(--color-main);
	display: grid;
	grid-template-columns: auto 1fr;
	position: absolute;
	top: 0;
	right: 25%;
	translate: 0 -50%;
	z-index: 5;
	overflow: hidden;
}
#header dl.contact-info dt {
	color: #fff;
	font-size: clamp(1rem, calc(0.708rem + 0.476vw), 1.125rem); /* min: 16px, max: 18px */
	font-weight: var(--weight-bold);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: left;
	background: var(--color-main);
	padding: 0.25em 1em;
}
#header dl.contact-info dd {
	color: #005c86;
	font-size: 0.9em;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: left;
	gap: 0 1.25em;
	background: #fff;
	padding: 0.5em 1.25em 0.5em 1em;
	font-weight: var(--weight-medium);
}
#header dl.contact-info dd b {
	display: block;
	translate: 0 0.25em;
}
#header dl.contact-info dd b a {
	color: var(--color-main);
	font-size: clamp(1.25rem, calc(0.375rem + 1.429vw), 1.625rem); /* min: 20px, max: 26px */
	font-weight: var(--weight-bold);
	background: url(images/common/icon_tel.svg) no-repeat top 0.05em left / 0.9em auto;
	padding-left: 1.1em;
}

/*display*/
#header .g-navi-logo,
#header .openbtn,
#header #g-navi-sp {
	display: none; /*PCでは非表示*/
}
@media only screen and (max-width: 1400px) {
	#header .header-btn a {
		display: flex;
		flex-direction: column;
		justify-content: end;
		padding: 0.75em 1em 0.5em;
	}
	#header .header-btn a.recruit,
	#header .header-btn a.visit {
		gap: 5px;
	}
}
@media only screen and (max-width: 980px) {
	#header {
		padding: 15px;
	}
	#header .inner {
		height: 80px;
		min-height: auto;
		justify-content: space-between;
		padding-left: 15px;
		padding-right: 65px;
		position: relative;
	}
	#header .logo {
		width: 40%;
		max-width: 200px;
	}
	/*header-btn*/
	#header .header-btn a {
		font-size: 14px;
		padding: 0 1em 0.25em;
	}
	#header .header-btn a.recruit {
		gap: 5px;
	}
	#header .header-btn a.recruit img {
		max-width: 65%;
	}
	#header .header-btn a.visit {
		gap: 5px;
		border-radius: 0;
	}
	#header .header-btn a.visit img {
		max-width: 60%;
	}
	/*contact-info*/
	#header dl.contact-info {
		width: 100%;
		height: auto;
		border: 2px solid #fff;
		background: transparent;
		display: flex;
		flex-direction: column;
		gap: 0;
		position: static;
		translate: 0 0;
		overflow: clip;
	}
	#header dl.contact-info dt {
		font-size: 1.25em;
		line-height: 1.8;
		align-items: center;
		justify-content: center;
		background: transparent;
	}
	#header dl.contact-info dd {
		font-size: 0.9em;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.5em;
		padding: 1.5em 0.5em 0.5em;
	}
	#header dl.contact-info dd b {
		translate: 0;
	}
	#header dl.contact-info dd b a {
		font-size: 30px;
		letter-spacing: -0.05em;
	}
	/* HAMBURGER MENU */
	#header .openbtn {
		color: #fff;
		font-size: 12px;
		line-height: 1;
		width: 65px;
		height: 80px;
		background: var(--color-main);
		border-radius: 0 9px 9px 0;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 7px;
		padding-top: 2px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9999;
		transition: 0.3s;
	}
	#header .openbtn span {
		width: 50%;
		height: 2px;
		background: #fff;
		border-radius: 10px;
		transform-origin: 50% 40%;
		transition: 0.5s;
	}
	#header .openbtn.active {
		background: var(--color-main);
		gap: 0;
		padding-top: 12px;
	}
	#header .openbtn.active span:nth-of-type(1) {
		display: none;
	}
	#header .openbtn.active span:nth-of-type(2) {
		width: 55%;
		transform: rotate(32.5deg);
	}
	#header .openbtn.active span:nth-of-type(3) {
		width: 55%;
		transform: rotate(-32.5deg) translateY(-2px);
		margin-bottom: 15px;
	}
	#header #g-navi-area {
		width: 350px !important;
		height: 100vh;
		background: var(--color-main);
		border-radius: 0;
		display: initial;
		padding: 0;
		position: fixed;
		z-index: 99;
		top: -15px;
		right: -120%;
		transition: all 0.5s;
	}
	#header #g-navi-area.panelactive {
		/*アクティブクラスがついたら位置を0に*/
		right: -15px;
	}
	#header #g-navi-area #g-navi-list {
		/*ナビの数が増えた場合縦スクロール*/
		width: 100%;
		height: 100vh;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		gap: 5vh;
		padding: 50px 50px 100px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
		z-index: 999;
	}
	#header #g-navi ul {
		width: 100%;
		flex-direction: column;
		align-items: start;
		justify-content: left;
		padding: 0;
		margin: auto;
		position: relative;
		z-index: 999;
	}
	#header #g-navi ul li {
		width: 100%;
		font-size: 1.25em;
		text-align: left;
	}
	#header #g-navi ul li a {
		color: #fff;
		padding: 0;
	}
	#header #g-navi-sp {
		display: block;
		width: 100%;
	}
	#header #g-navi-sp ul {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		gap: 0.5em 1.5em;
		margin: auto;
	}
	#header #g-navi-sp ul li {
		font-size: 1rem;
		position: relative;
	}
	#header #g-navi-sp ul li a {
		color: #fff;
	}
}
@media only screen and (max-width: 468px) {
	#header {
		padding: 0;
	}
	#header .inner {
		height: 70px;
		border-radius: 0;
	}
	#header .header-btn a {
		font-size: 12px;
		padding: 0em 0.75em 0.5em;
	}
	#header .openbtn {
		height: 70px;
		border-radius: 0;
	}
	#header #g-navi-area {
		width: 100% !important;
		top: 0;
		right: -150%;
	}
	#header #g-navi-area.panelactive {
		right: 0;
	}
	#header #g-navi-area #g-navi-list {
		min-width: 375px;
		padding: 100px 45px;
	}
}

/* =========================================================================================
Footer
=========================================================================================*/
#footer {
	padding-block: 30px 0;
	position: relative;
}
#footer.object-wave::after {
	translate: -50% -99%;
	transform: scale(1, -1);
}
#footer .inner {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 30px 5%;
	padding-bottom: 100px;
}
/* info */
#footer .info {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
	gap: 10px;
}
#footer .info .logo {
	width: 100%;
	max-width: 395px;
	margin-bottom: 30px;
}
#footer .info .site-name {
	color: var(--color-main);
	font-size: 1.1em;
	font-weight: var(--weight-semibold);
	line-height: 1.6;
}
#footer .info .address {
	font-size: 0.9em;
	font-weight: var(--weight-semibold);
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	gap: 0 1em;
}
/* link-area */
#footer .link-area {
	width: 100%;
	max-width: 540px;
	display: flex;
	flex-direction: column;
	gap: 1em;
	background: rgba(124, 204, 240, 0.15);
	border-radius: 15px;
	padding: 20px 30px;
	margin-inline: auto 0;
}
#footer .link-area dt {
	color: var(--color-main);
}
#footer .link-area dd {
	font-size: 0.75em;
}
/* bg-blue */
#footer .bg-blue {
	color: #fff;
	background: var(--color-main);
}
#footer .bg-blue .inner {
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 2em 5%;
	padding-block: 1.5em;
}
#footer .f-navi,
#footer .f-navi .menu-footer-navi-container {
	width: 100%;
}
#footer .f-navi ul.menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 5%;
}
#footer .f-navi ul.menu li {
	font-size: 0.9em;
	display: inline-table;
	list-style-type: none;
}
#footer .f-navi ul.menu > li > a,
#footer .f-navi ul.menu > li > span {
	color: #fff;
	font-weight: var(--weight-bold);
	display: block;
}
#footer .f-navi ul.menu > li > a {
	padding-left: 1.25em;
	position: relative;
}
#footer .f-navi ul.menu > li > a::after {
	content: "";
	background: #fff;
	width: 1em;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.45em;
	z-index: 1;
	-webkit-mask-image: url(images/common/arrow_mask.svg);
	mask-image: url(images/common/arrow_mask.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	transition: 0.3s;
}
#footer .f-navi ul.sub-menu {
	width: 100%;
	display: inline-block;
	margin-left: 2em;
}
#footer .f-navi ul.sub-menu > li {
	display: list-item;
	list-style-type: disc;
}
#footer .f-navi ul.sub-menu > li a {
	color: #fff;
}
#footer .f-navi ul li a:hover {
	text-decoration: none;
}
#footer .bg-blue .copyright {
	font-size: 0.9em;
	font-weight: var(--weight-semibold);
	text-align: right;
}
@media only screen and (max-width: 820px) {
	#footer {
		padding-block: 50px 0;
	}
	#footer .inner {
		grid-template-columns: auto;
		gap: 50px;
		padding-bottom: 50px;
	}
	#footer .info {
		text-align: center;
		align-items: center;
	}
	#footer .info .address {
		align-items: center;
		justify-content: center;
	}
	#footer .link-area {
		margin: auto;
	}
	#footer .bg-blue .inner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-evenly;
		gap: 1em;
		padding-block: 1em;
	}
	#footer .f-navi,
	#footer .f-navi .menu-footer-navi-container {
		width: fit-content;
	}
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
Page Top
=========================================================================================*/
#page-top {
	display: none; /*最初は非表示*/
	position: fixed;
	bottom: 4em;
	right: 0;
	z-index: 50;
}
#page-top a {
	color: #fff;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
	font-weight: var(--weight-bold);
	width: 105px;
	aspect-ratio: 105 / 90;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-accent);
	border-radius: 15px 0 0 15px;
	border: 1px solid var(--color-accent);
	padding-top: 35px;
	padding-left: 0.25em;
	position: relative;
}
#page-top a:before,
#page-top a::after {
	content: "";
	width: 5px;
	height: 24px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: 50% 1.5px;
	translate: 0 -85%;
	transition: 0.3s;
}
#page-top a::before {
	transform: rotate(45deg);
}
#page-top a::after {
	transform: rotate(-45deg);
}
#page-top a:hover {
	color: var(--color-accent);
	background-color: #fff;
	opacity: 1;
}
#page-top a:hover::before,
#page-top a:hover::after {
	background-color: var(--color-accent);
}
@media only screen and (max-width: 820px) {
	#page-top a {
		font-size: 12px;
		width: 80px;
		border-radius: 12px 0 0 12px;
		padding-top: 30px;
		padding-left: 0.25em;
	}
	#page-top a:before,
	#page-top a::after {
		translate: 0 -77.5%;
	}
}
@media only screen and (max-width: 468px) {
	#page-top a {
		font-size: 10px;
		width: 60px;
		aspect-ratio: 1 / 1;
		border-radius: 10px 0 0 10px;
	}
	#page-top a:before,
	#page-top a::after {
		content: "";
		width: 4.5px;
		height: 20px;
		translate: 0 -80%;
	}
}

/* =========================================================================================
Layout
=========================================================================================*/
#wrapper {
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#contents {
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#main {
	margin: 0;
	padding: 0;
}
section {
	padding-block: 100px;
	margin: 0;
	position: relative;
}
.inner {
	max-width: var(--contents-width-main);
	width: calc(100% - 40px - 40px); /*左右の余白40pxずつ*/
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 820px) {
	section {
		padding-block: 75px;
	}
	.inner {
		width: calc(100% - 30px - 30px);
	}
}
@media only screen and (max-width: 468px) {
	section {
		padding-block: 50px;
	}
	.inner {
		width: calc(100% - 20px - 20px);
	}
}
/*wave*/
.object-wave {
	position: relative;
}
.object-wave::after {
	content: "";
	width: 100vw;
	min-width: 1200px;
	aspect-ratio: 2820 / 340;
	background: url(images/common/wave_white.svg) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
	z-index: -1;
}
.object-wave.beige::after {
	aspect-ratio: 2820 / 387;
	background: #fff url(images/common/wave_beige.svg) no-repeat center / contain;
}
.object-wave .inner {
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 820px) {
	.object-wave::after {
		min-width: 1000px;
	}
}
@media only screen and (max-width: 468px) {
	.object-wave::after {
		min-width: 600px;
	}
}
/*tab-bg*/
.tab-bg {
	display: block;
	width: 100%;
	max-width: var(--contents-width-main);
	min-width: 375px;
	min-height: 5em;
	border-radius: 20px 20px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	background: #fff;
	padding: 1.25em 2.5% 0.25em;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% calc(-100% + 1px);
	z-index: -1;
}
.tab-bg::before,
.tab-bg::after {
	content: "";
	display: inline-block;
	width: 20px;
	aspect-ratio: 1 / 1;
	background: url(images/common/tab_side.svg) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.tab-bg::before {
	left: -20px;
}
.tab-bg::after {
	right: -20px;
	transform: scale(-1, 1);
}
.tab-bg .tab-title {
	margin-bottom: 0;
}
@media only screen and (max-width: 820px) {
	.tab-bg {
		min-height: auto;
		border-radius: 18px 18px 0 0;
		padding-top: 1.5em;
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 468px) {
	.tab-bg {
		border-radius: 15px 15px 0 0;
	}
}
/* =========================================================================================
Btn / WP-block-button
=========================================================================================*/
.btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 0;
}
.wp-block-buttons {
	display: flex;
	align-items: stretch;
}
.btn a,
.wp-block-button a {
	color: #fff;
	font-size: clamp(1rem, calc(0.895rem + 0.449vw), 1.125rem); /* min: 16px, max: 18px */
	line-height: 1.5;
	font-weight: var(--weight-bold);
	text-align: left;
	background: var(--color-accent);
	border: 1px solid var(--color-accent);
	border-radius: 100px;
	padding: 1em 3em 1em 1.5em;
	position: relative;
	transition: 0.3s;
}
.btn a {
	min-width: 240px;
}
.wp-block-button a {
	height: 100%;
	min-width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn a::after,
.wp-block-button a::after {
	content: "";
	background: #fff;
	width: 1.75em;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	right: 0.75em;
	top: 50%;
	translate: 0 -50%;
	z-index: 1;
	-webkit-mask-image: url(images/common/arrow_mask.svg);
	mask-image: url(images/common/arrow_mask.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	transition: 0.3s;
}
.btn a:hover,
.wp-block-button a:hover {
	color: var(--color-accent);
	background-color: #fff;
	text-decoration: none;
	opacity: 1;
}
.btn a:hover::after,
.wp-block-button a:hover::after {
	background: var(--color-accent);
}

/*color-white*/
.btn a.white {
	color: var(--color-base-font);
	background-color: #fff;
}
.btn a.white:hover {
	color: #fff;
	background-color: var(--color-base-font);
	border-color: #fff;
}
.btn a.white::after {
	background: var(--color-base-font);
}
.btn a.white:hover:after {
	background: #fff;
}

/*btn - PDF*/
.btn a[href$=".pdf"] {
	min-width: auto;
	padding-inline: 3.75em 1.5em;
}
.btn a[href$=".pdf"]::after {
	content: "";
	background: #fff;
	width: 1.75em;
	aspect-ratio: 1 / 1;
	border-radius: 0;
	position: absolute;
	right: suto;
	left: 1.6em;
	top: 50%;
	translate: 0 -50%;
	z-index: 1;
	-webkit-mask-image: url(images/common/icon_pdf.svg);
	mask-image: url(images/common/icon_pdf.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	transition: 0.3s;
}
.btn a[href$=".pdf"]:hover::after {
	background: var(--color-accent);
}

/*wp-block-button*/
.wp-block-buttons + .wp-block-buttons {
	margin-top: 0.5em;
}

@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
	.btn {
		justify-content: center !important;
	}
	.btn a {
		min-width: 80% !important;
	}
}

/* =========================================================================================
Breadcrumbs
=========================================================================================*/
.breadcrumbs {
	color: var(--color-base-font);
	font-size: 13px;
	text-align: left;
	line-height: 1.4;
	background: var(--color-beige);
	padding-block: 30px;
}
.breadcrumbs a {
	color: var(--color-base-font);
	padding-right: 1.5em;
	position: relative;
}
.breadcrumbs a.home {
	padding-left: 0;
}
/* .breadcrumbs a.home::before {
	content: "";
	width: 1em;
	aspect-ratio: 1 / 1;
	background: url(images/common/icon_home.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	translate: 0 -40%;
} */
.breadcrumbs a::after {
	content: "";
	width: 0.75em;
	aspect-ratio: 1 /1;
	background: url(images/common/arrow.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0.2em;
	translate: 0 -40%;
}
@media only screen and (max-width: 820px) {
	.breadcrumbs {
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 468px) {
	.breadcrumbs {
		font-size: 0.8rem;
	}
}

/* =========================================================================================
Post list
=========================================================================================*/
/*common*/
.post-list {
	width: 100%;
	margin: 0;
	padding: 0;
}
.post-list ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.post-list ul a {
	color: var(--color-base-font);
	display: inline-block;
}
.post-list ul a:hover {
	text-decoration: none;
}
.post-list ul li {
	width: 100%;
}
.post-list .no-post {
	text-align: center;
	display: block;
	padding: 10vh 1em;
}

/*column*/
.post-list.column ul {
	display: flex;
	flex-direction: column;
	gap: 1em;
	margin-bottom: 20px;
}
.post-list.column ul li {
	width: 100%;
	background: #fff;
	padding: 1em 1em 0.75em 1em;
	border-radius: 15px;
}
.post-list.column ul li:last-child {
	border-bottom: none;
}
.post-list.column ul li article {
	display: grid;
	grid-template-columns: 100px 85px 1fr;
	align-items: start;
	justify-content: left;
	gap: 0 1em;
}
.post-list.column .date {
	color: var(--color-main);
	font-family: "Overpass", sans-serif;
	font-size: 0.9em;
}
.post-list.column .cat {
	font-size: 0.8em;
	font-weight: var(--weight-bold);
	line-height: 1.4;
	height: auto;
	translate: 0 -0.1em;
}
.post-list.column .cat a {
	color: #fff;
	text-align: center;
	min-width: 80px;
	display: block;
	background: var(--color-gray);
	border-radius: 5px;
	padding: 0.375em 0.5em 0.375em;
}
.post-list.column .title {
	font-size: 0.9em;
	font-weight: var(--weight-medium);
	line-height: 1.5;
}
.post-list.column .title a {
	display: block;
	padding-right: 2em;
	position: relative;
	z-index: 1;
}
.post-list.column .title a::after {
	content: "";
	background: var(--color-accent);
	width: 1.5em;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	translate: 0 -50%;
	z-index: 1;
	-webkit-mask-image: url(images/common/arrow_mask.svg);
	mask-image: url(images/common/arrow_mask.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	transition: 0.3s;
}
.post-list.column .title a:hover {
	color: var(--color-accent);
}
@media only screen and (max-width: 820px) {
	.post-list.column ul li article {
		display: flex;
		flex-wrap: wrap;
		gap: 0.5em 1em;
	}
	.post-list.column .date {
		width: auto !important;
	}
	.post-list.column .title {
		width: 100% !important;
	}
}
@media only screen and (max-width: 468px) {
}

/* row */
.post-list.row ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	margin-bottom: 50px;
}
.post-list.row li {
	padding: 1em;
	border: 1px solid;
}
.post-list.row li:only-child {
	max-width: 380px;
}
.post-list.row li article {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 10px;
}
.post-list.row li article a {
	display: block;
}
.post-list.row .thumbnail {
	border: 1px solid;
	position: relative;
}
.post-list.row .thumbnail img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	aspect-ratio: 3 / 2;
}
.post-list.row .thumbnail .new {
	color: #fff;
	font-size: small;
	background: var(--color-main);
	padding: 2px 10px 0;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
}
.post-list.row .date {
	width: 100%;
}
.post-list.row .cat {
	font-size: 0.8rem;
	width: fit-content;
	height: auto;
}
.post-list.row .cat a {
	text-align: center;
	display: block;
	background: var(--color-gray);
	padding: 0.25em 0.65em 0.25em 0.5em;
}
.post-list.row .title {
	font-size: 1.25em;
	font-weight: var(--weight-bold);
	line-height: 1.5;
}

@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
Archive-Page
=========================================================================================*/
.post-content {
	background: var(--color-beige);
	padding-block: 50px 100px;
	position: relative;
	z-index: 1;
}
.post-content.object-wave.beige::after {
	top: auto;
	bottom: 0;
	translate: -50% 1%;
	transform: scale(1, -1);
}

.post-content section {
	padding-top: 25px;
}
.post-content .post-list {
	border-top: none;
	border-bottom: none;
	padding: 0;
}
@media only screen and (max-width: 820px) {
	.post-content {
		padding-block: 25px;
	}
}
@media only screen and (max-width: 468px) {
	.post-content {
		padding-block: 20px;
	}
}

/*pagination*/
.pagination .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-block: 25px;
}
.pagination .page-numbers li {
	margin: 0;
}
.pagination .page-numbers li::before {
	display: none;
}
.pagination .page-numbers li:first-child {
	flex-grow: 2;
}
.pagination .page-numbers li:first-child span {
	float: right;
}
.pagination .page-numbers li:first-child a {
	float: none;
}
.pagination .page-numbers li:last-child {
	flex-grow: 2;
}
.pagination .page-numbers li:last-child a {
	float: right;
}
.pagination .page-numbers li a,
.pagination .page-numbers li span,
.pagination .page-numbers li .current {
	color: #fff;
	line-height: 1;
	width: 50px;
	aspect-ratio: 1 / 1;
	background: var(--color-main);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	border: 1px solid;
	padding: 0.25em 1em;
}
.pagination .page-numbers li .current {
	color: var(--color-base-font);
	background: #fff;
}
.pagination .page-numbers li .prev,
.pagination .page-numbers li .next {
	color: rgba(0, 0, 0, 0);
	text-indent: -9999px;
	background: var(--color-main);
	padding: 0;
	position: relative;
}
.pagination .page-numbers li .prev::before,
.pagination .page-numbers li .prev::after,
.pagination .page-numbers li .next::before,
.pagination .page-numbers li .next::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 35%;
	width: 0.9em;
	height: 2px;
	border-radius: 9999px;
	background-color: #fff;
	transform-origin: calc(100% - 1px) 50%;
}
.pagination .page-numbers li .prev::before,
.pagination .page-numbers li .next::before {
	transform: rotate(45deg);
}
.pagination .page-numbers li .prev::after,
.pagination .page-numbers li .next::after {
	transform: rotate(-45deg);
}
.pagination .page-numbers li .prev::before,
.pagination .page-numbers li .prev::after {
	right: 62.5%;
	scale: -1;
}
.pagination .page-numbers li a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 820px) {
	.pagination .page-numbers {
		gap: 10px;
	}
	.pagination .page-numbers li a,
	.pagination .page-numbers li span,
	.pagination .page-numbers li .current {
		width: 40px;
	}
	.pagination .page-numbers li .prev::before,
	.pagination .page-numbers li .prev::after,
	.pagination .page-numbers li .next::before,
	.pagination .page-numbers li .next::after {
		width: 0.75em;
	}
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
Single-Page
=========================================================================================*/
body.single .entry-header {
	position: relative;
}
body.single .entry-header .inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	align-items: center;
	padding-block: 0 1em;
	border-bottom: 1px solid;
}
body.single .entry-header .date {
	color: var(--color-main);
	font-family: "Overpass", sans-serif;
	font-weight: var(--weight-bold);
	line-height: 1;
	text-align: left;
	display: inline-block;
}
body.single .entry-header .icon {
	font-size: 0.8em;
	font-weight: var(--weight-bold);
	line-height: 1.4;
	height: auto;
	display: flex;
	align-items: start;
	justify-content: left;
	flex-wrap: wrap;
	gap: 5px;
	padding: 1em 0;
}
body.single .entry-header .icon a,
body.single .entry-header .icon span {
	color: #fff;
	text-align: center;
	display: block;
	min-width: 80px;
	background: var(--color-gray);
	border-radius: 5px;
	padding: 0.375em 0.5em 0.375em;
}
body.single .entry-header .icon a:hover {
	text-decoration: none;
}
body.single .entry-header .title {
	font-size: clamp(1.25rem, calc(0.618rem + 2.697vw), 2rem); /* min: 20px, max: 32px */
	text-align: left;
	line-height: 1.4;
	width: 100%;
	margin: 0;
}
body.single .entry-content section:nth-last-of-type(1) {
	padding-bottom: 100px;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/*single-navi*/
body.single .single-navi {
	display: flex;
	justify-content: center;
}
body.single .single-navi div:nth-child(2) {
	border-left: 1px solid;
}
body.single .single-navi .prev-navi a,
body.single .single-navi .next-navi a {
	position: relative;
}
body.single .single-navi .prev-navi a {
	text-align: left;
	padding-left: 1.5em;
	margin-right: 1.25em;
}
body.single .single-navi .next-navi a {
	text-align: right;
	padding-right: 1.5em;
	margin-left: 1.25em;
}
body.single .single-navi .prev-navi a::before,
body.single .single-navi .prev-navi a::after,
body.single .single-navi .next-navi a::before,
body.single .single-navi .next-navi a::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 1em;
	height: 2px;
	background-color: var(--color-base-font);
	transform-origin: calc(100% - 1px) 50%;
}
body.single .single-navi .prev-navi a::before,
body.single .single-navi .next-navi a::before {
	transform: rotate(45deg);
}
body.single .single-navi .prev-navi a::after,
body.single .single-navi .next-navi a::after {
	transform: rotate(-45deg);
}
body.single .single-navi .prev-navi a::before,
body.single .single-navi .prev-navi a::after {
	left: 0;
	transform-origin: 0 50%;
}

@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
  Editor
=========================================================================================*/
/*見出し全体*/
* + .mid-xl,
* + .mid-l,
* + .mid-m,
* + .mid-s,
* + .mid-xs,
* + .mid-number {
	margin-top: 1.5em;
}
/*見出し特大*/
.mid-xl {
	font-weight: var(--weight-semibold);
	text-align: center;
	line-height: 1.5;
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	align-items: center;
	justify-content: left;
	gap: 0.15em 1em;
	margin-bottom: 2.5em;
	position: relative;
}
.mid-xl .jp {
	font-size: clamp(1rem, calc(0.789rem + 0.899vw), 1.25rem); /* min: 16px, max: 20px */
}
.mid-xl .en {
	color: var(--color-main);
	font-family: "Overpass", sans-serif;
	font-size: clamp(3.75rem, calc(2.697rem + 4.494vw), 5rem); /* min: 60px, max: 80px */
	letter-spacing: 0;
	line-height: 1;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}
/*見出し大*/
.mid-l {
	color: var(--color-main);
	font-weight: var(--weight-bold);
	text-align: center;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: left;
	gap: 1.25em;
	margin-bottom: 2.5em;
	position: relative;
}
.mid-l .jp {
	font-size: clamp(2rem, calc(1.263rem + 3.146vw), 2.275rem); /* min: 32px, max: 46px */
}
.mid-l .en {
	color: var(--color-accent);
	font-family: "Overpass", sans-serif;
	font-size: clamp(1rem, calc(0.895rem + 0.449vw), 1.125rem); /* min: 16px, max: 18px */
	letter-spacing: 0;
	line-height: 1;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}
/*見出し中*/
.mid-m {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 1em 0;
	margin-bottom: 1.5em;
}
.mid-m span {
	color: #fff;
	font-size: clamp(1.5rem, calc(0.868rem + 2.697vw), 2.25rem); /* min: 24px, max: 36px */
	font-weight: var(--weight-medium);
	line-height: 1;
	display: inline-block;
	background: var(--color-main);
	padding: 0.35em 0.5em;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}
/*見出し小*/
.mid-s {
	color: #fff;
	font-size: clamp(1.25rem, calc(0.829rem + 1.798vw), 1.75rem); /* min: 20px, max: 28px */
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: var(--color-main);
	padding: 0.375em 1em;
	margin-bottom: 0.5em;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}
/*見出し最小*/
.mid-number {
	font-size: clamp(1.125rem, calc(0.809rem + 1.348vw), 1.5rem); /* min: 18px, max: 24px */
	line-height: 1.4;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	justify-content: left;
	gap: 0.25em;
	margin-bottom: 0.5em;
}
.mid-number span {
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.25;
	counter-increment: number;
	content: counter(number);
	width: 1.375em;
	aspect-ratio: 1 / 1;
	background: var(--color-main);
	border-radius: 50%;
	translate: 0 0.25em;
}
.mid-number.red span {
	background: var(--color-red);
}
.mid-number.green span {
	background: var(--color-green);
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/*見出し（number）*/
.mid-xs {
	font-size: clamp(1.125rem, calc(0.809rem + 1.348vw), 1.5rem); /* min: 18px, max: 24px */
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: left;
	padding-left: 1.25em;
	margin-bottom: 0.5em;
	position: relative;
	z-index: 1;
}
.mid-xs::before {
	position: absolute;
	content: "";
	width: 1em;
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 0.34em solid var(--color-main);
	border-radius: 50%;
	top: 0.25em;
	left: 0;
}
.mid-xs.red::before {
	border-color: var(--color-red);
}
.mid-xs.green::before {
	border-color: var(--color-green);
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/*heading*/
* + .wp-block-heading {
	margin-top: 1.5em;
}
.wp-block-heading {
	font-weight: var(--weight-bold);
	line-height: 1.4;
	margin-bottom: 0.75em;
}
h1.wp-block-heading {
	font-size: 2em;
}
h2.wp-block-heading {
	font-size: 1.75em;
}
h3.wp-block-heading {
	font-size: clamp(1.375rem, calc(1.059rem + 1.348vw), 1.75rem); /* min: 22px, max: 28px */
}
h4.wp-block-heading {
	font-size: clamp(1.125rem, calc(0.809rem + 1.348vw), 1.5rem); /* min: 18px, max: 24px */
}
h5.wp-block-heading {
	font-size: clamp(1rem, calc(0.789rem + 0.899vw), 1.25rem); /* min: 16px, max: 20px */
}
h6.wp-block-heading {
	font-size: clamp(0.75rem, calc(0.539rem + 0.899vw), 1rem); /* min: 12px, max: 16px */
}

/*p*/
.entry-content .inner > p + p {
	margin-top: 1em;
}

/*Hr*/
hr,
.wp-block-separator {
	width: 100%;
	max-width: 500px;
	height: 1px;
	border: none;
	background-color: var(--color-base-font);
	margin: 10vh auto;
}
.wp-block-separator.is-style-dots:before {
	font-size: 3em;
	letter-spacing: 1em;
	padding-left: 1em;
}
@media only screen and (max-width: 820px) {
	hr,
	.wp-block-separator {
		width: 50%;
	}
}

/*Table*/
.wp-block-table table,
.entry-content table {
	width: 100%;
	border-top: 1px solid #707070;
	border-spacing: 0;
}
.wp-element-caption,
.entry-content .caption,
.wp-block-flexible-table-block-table figcaption {
	color: var(--color-base-font);
	opacity: 0.7;
	padding: 0.5em 0;
}
.wp-block-table thead th {
	border-bottom: none;
}
.wp-block-table th,
.wp-block-table td,
.entry-content th,
.entry-content td {
	text-align: left;
	vertical-align: top;
	border: none;
	position: relative;
}
.wp-block-table th,
.entry-content th {
	background: var(--color-beige);
	border-bottom: 1px solid #707070;
	padding: 0.75em 1em;
}
.wp-block-table td,
.entry-content td {
	padding: 0.75em 1.5em;
	border-bottom: 1px solid #707070;
	background: #fff;
}
.wp-block-table th,
.wp-block-table td strong,
.entry-content th {
	color: var(--color-base-font);
}
.wp-block-table.is-style-stripes .wp-element-caption {
	border-top: 2px solid;
}

/*List*/
ul.wp-block-list,
ol.wp-block-list,
ul.list,
ol.list {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: left;
	gap: 0.5em;
	margin: 0.5em 0 0.5em 1.25em;
}
ul.wp-block-list li,
ol.wp-block-list li,
ul.list li,
ol.list li {
	line-height: 1.7;
	position: relative;
}

ul.wp-block-list li::before,
ul.list li::before {
	position: absolute;
	content: "";
	background: var(--color-main);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	top: 0.6em;
	left: -1em;
}
ul.list.red li::before {
	background: var(--color-red);
}
ul.list.green li::before {
	background: var(--color-green);
}

ol.list {
	list-style: none;
	counter-reset: number;
	gap: 0.75em;
}
ol.list li {
	position: relative;
	padding-left: 1.75em;
}
ol.list li::before {
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.25;
	counter-increment: number;
	content: counter(number);
	width: 1.375em;
	aspect-ratio: 1 / 1;
	background: var(--color-main);
	border-radius: 50%;
	position: absolute;
	top: 0.25em;
	left: 0;
}

/*List - note*/
ul.note {
	list-style: none;
}
ul.note.center {
	width: fit-content;
	margin: auto;
}
ul.note li {
	padding-left: 1.1em;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
ul.note li:before {
	content: "※";
	background: none !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/*List - circle*/
ul.list.circle li::before {
	position: absolute;
	content: "";
	width: 1em;
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 0.34em solid var(--color-main);
	border-radius: 50%;
	top: 0.275em;
	left: -1.25em;
}
ul.list.circle.red li::before {
	border-color: var(--color-red);
}
ul.list.circle.green li::before {
	border-color: var(--color-green);
}
/*List - check*/
ul.list.check {
	gap: 0.5em;
}
ul.list.check li:before {
	content: "";
	display: block;
	width: 0.8em;
	height: 0.5em;
	background: none;
	border-left: 3px solid var(--color-main);
	border-bottom: 3px solid var(--color-main);
	border-radius: 0;
	position: absolute;
	top: 0.45em;
	left: -1.25em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
ul.list.check.red li::before {
	border-color: var(--color-red);
}
ul.list.check.green li::before {
	border-color: var(--color-green);
}

/*List - flow*/
ol.list.flow {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.5em 1em;
	margin-left: 0;
}
ol.list.flow li {
	list-style: none;
	padding-inline: 0 1.75em;
}
ol.list.flow li::before,
ol.list.flow li::after {
	content: "";
	display: block;
	background: none;
	border-radius: 0 !important;
	position: absolute;
	top: 50%;
	left: auto;
	right: 0 !important;
	translate: 0 -50%;
}
ol.list.flow li::before {
	width: 0.6em !important;
	aspect-ratio: 1 / 1;
	border-left: 3px solid var(--color-main);
	border-bottom: 3px solid var(--color-main);
	transform: rotate(-135deg);
}
ol.list.flow li::after {
	width: 0.75em;
	height: 1px;
	border-bottom: 3px solid var(--color-main);
}
ol.list.flow li:last-child {
	padding-left: 0;
}
ol.list.flow li:last-child::before,
ol.list.flow li:last-child::after {
	display: none;
}
ol.list.flow.red li::before,
ol.list.flow.red li::after {
	border-color: var(--color-red);
}
ol.list.flow.green li::before,
ol.list.flow.green li::after {
	border-color: var(--color-green);
}

/*grid*/
.is-layout-grid {
	column-gap: 5%;
	row-gap: clamp(1.25rem, calc(0.344rem + 3.867vw), 3.438rem);
}
@media only screen and (max-width: 820px) {
	.is-layout-grid {
		column-gap: 20px;
	}
}
@media only screen and (max-width: 468px) {
	.is-layout-grid {
		column-gap: 10px;
	}
}

/*wp-block-file*/
.wp-block-file {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 0.5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-block: 1em;
}
.wp-block-file:has(object) {
	display: block;
}
.wp-block-file + .wp-block-file {
	border-top: none;
}
.wp-block-file:not(.wp-element-button) {
	font-size: 1em;
}
.wp-block-file * + .wp-block-file__button {
	font-size: 0.9em;
	background: var(--color-main) url(images/common/icon_download.svg) no-repeat;
	background-position: center right 0.75em;
	background-size: auto 50%;
	padding: 0.25em 2.25em 0.25em 1em;
}
.wp-block-file a:hover {
	text-decoration: none;
}

/*blockquote*/
blockquote {
	position: relative;
	padding: 3em 2em;
	background: #f5f5f5;
}
blockquote cite {
	display: block;
	font-size: 0.8rem;
	text-align: right;
	color: #808080;
	padding-right: 20px;
}

/*wp-block-media-text*/
@media only screen and (max-width: 600px) {
	.wp-block-media-text .wp-block-media-text__content {
		margin: 0;
		padding: 1em 0;
	}
}

/*image*/
.wp-block-image {
	margin-bottom: 1em;
}
/*bootstrap*/
.btn:not(:disabled):not(.disabled) {
	cursor: auto;
}

/* =========================================================================================
FORM
=========================================================================================*/
.grecaptcha-badge {
	/*visibility: hidden;*/
} /*reCAPTCHAバッジ（ロゴマーク）を消す ※設定がうまくいったことを確認してからこのCSSを有効化すること*/

.entry-content form {
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.entry-content form ::placeholder {
	color: #ccc;
}
.entry-content form input[type="text"],
.entry-content form input[type="tel"],
.entry-content form input[type="email"],
.entry-content form textarea,
.entry-content form select {
	width: 100%;
	background: #fefefe;
	border: 1px solid var(--color-gray);
	padding: 0.75em 1em;
	transition: 0.3s;
}
.entry-content form input:focus,
.entry-content form textarea:focus {
	border: 1px solid var(--color-gray);
}
.entry-content form .wpcf7-radio {
	/*ラジオボタンの位置調整*/
	margin-top: 1em;
	display: block;
}
.entry-content form .wpcf7-radio .wpcf7-list-item.first {
	/*ラジオボタンの一番最初のmargin調整*/
	margin: 0;
}
.entry-content form select {
	width: fit-content;
	min-width: 300px;
	padding-right: 4em;
	background: #fff url(images/common/icon_dropdown.svg) no-repeat;
	background-position: right 1em center;
	background-size: 1em;
}
.entry-content form .post-add input {
	max-width: 150px;
}
.entry-content form .select-pref select {
	min-width: 100px;
}
.entry-content form input[type="submit"],
.entry-content form input[type="button"] {
	color: #fff;
	font-weight: var(--weight-bold);
	background-color: var(--color-base-font);
	padding: 0.75em 1.5em;
	line-height: 1.4;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	border-radius: 100px;
	min-width: 320px;
	border: none;
	transition: 0.3s;
}
.entry-content form input[type="submit"] {
	background-color: var(--color-main);
}
.entry-content form input[type="button"] {
	background-color: #555;
}
.entry-content form input[type="submit"]:hover,
.entry-content form input[type="button"]:hover {
	opacity: 0.8;
}
.entry-content form .btn-area {
	margin-top: 3em;
}
.entry-content form .btn-area p {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
	position: relative;
	width: 100%;
}
.entry-content form .btn-area p br {
	display: none;
}
.entry-content form .btn-area .wpcf7-spinner {
	position: absolute;
	right: -80px;
	top: 30%;
}
@media only screen and (max-width: 820px) {
	.entry-content form .btn-area {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 800px;
	}
	.entry-content form .btn-area p {
		position: relative;
	}
	.entry-content form .btn-area .wpcf7-spinner {
		position: absolute;
		right: -80px;
		top: 30%;
	}
}
@media only screen and (max-width: 468px) {
	.entry-content form input[type="submit"],
	.entry-content form input[type="button"] {
		width: 100%;
		min-width: 100%;
	}
}

/*問い合わせ画面*/
.entry-content .contact-bg {
	padding-block: 50px;
	margin: 0;
}
.entry-content .contact-bg .privacy {
	text-align: center;
	margin-bottom: 2em;
}
.entry-content .contact-bg .privacy .wpcf7-list-item {
	margin: 0;
}
.entry-content .contact-bg .privacy a {
	text-decoration: underline;
}
.entry-content .contact-bg .center {
	text-align: center;
	margin-top: 3em;
}
.entry-content form dl {
	width: 100%;
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 40px 20px;
	padding-bottom: 70px;
	margin: 0 auto;
}
.entry-content form dt {
	font-weight: var(--normal-font-weight);
	text-align: left;
	line-height: 1.6;
}
.entry-content form dt label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.875em;
}
.entry-content form dt span {
	font-size: small;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	display: inline-block;
	background: var(--attention-color);
	border-radius: 2px;
	padding: 0.6em 0.25em 0.5em;
	margin-left: 0.5em;
}
.entry-content form dd p {
	display: block;
}
.entry-content form small {
	display: block;
	line-height: 1.7;
}

@media only screen and (max-width: 820px) {
	.entry-content .contact-bg {
		padding: 20px 0 50px;
	}
	.entry-content form dl {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.entry-content form dt {
		text-align: left;
		width: 100%;
	}
	.entry-content form dt label {
		justify-content: left;
	}
	.entry-content form dt span {
		font-size: 0.8rem;
		padding: 0.15em 0.2em 0.2em;
		margin-left: 0.75em;
	}
	.entry-content form dd {
		width: 100%;
		margin-bottom: 1em;
	}
}
@media only screen and (max-width: 468px) {
	.entry-content .contact-bg {
		padding-top: 0;
	}
}

/*入力確認画面*/
.entry-content .confirm-bg {
	width: 100%;
	max-width: 680px;
	padding: 0;
	margin: 0 auto;
}
.entry-content .confirm-bg .center {
	text-align: center;
	margin-top: 3em;
}
.entry-content form .confirm-bg dl {
	width: 100%;
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 0;
	padding-bottom: 40px;
}
.entry-content form .confirm-bg dt,
.entry-content form .confirm-bg dd {
	font-weight: var(--weight-medium);
	text-align: left;
	line-height: 1.6;
	border-bottom: 1px solid var(--color-gray);
	padding: 1em;
	margin: 0;
}
.entry-content form .confirm-bg dt {
	font-weight: var(--weight-bold);
}

@media only screen and (max-width: 820px) {
	.entry-content form .confirm-bg dl {
		display: flex;
		flex-wrap: wrap;
	}
	.entry-content form .confirm-bg dt {
		border-bottom: none;
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 468px) {
}

/*送信完了画面*/
body.contact-completion .entry-content .inner {
	max-width: var(--contents-width-small);
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
Parts（Tabs）
=========================================================================================*/
.parts-tabs {
	margin: auto;
}
.parts-tabs .tab-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: stretch;
	gap: 5px;
	margin: 0;
}
.parts-tabs .tab-list .tab-item {
	font-size: clamp(1.75rem, calc(1.539rem + 0.899vw), 2rem); /* min: 28px, max: 32px */
	font-weight: var(--weight-semibold);
	color: #fff;
	background: #00A0E9;
	border-top: 5px solid #00A0E9;
	border-left: 5px solid #00A0E9;
	border-right: 5px solid #00A0E9;
	border-radius: 10px 10px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px 10px 10px;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
	z-index: 5;
	translate: 0 5px;
}
.parts-tabs .tab-list .tab-item.active {
	color: var(--color-main);
	background: #fff;
	border-top: 5px solid #7cccf0;
	border-left: 5px solid #7cccf0;
	border-right: 5px solid #7cccf0;
}
.parts-tabs .tab-content {
	padding: 40px 40px 40px;
	border: 5px solid #7cccf0;
	background: #fff;
	/* margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%); */
}
.parts-tabs .tab-content .box {
	background: #fff;
}
/*制御*/
.parts-tabs .tab-content .tab-panel {
	display: none;
}
.parts-tabs .tab-content .tab-panel.active {
	display: block;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
	.parts-tabs .tab-content {
		padding: 40px 20px 20px;
		/* margin-inline: -20px -20px; */
	}
}

/* =========================================================================================
Parts (TEL)
=========================================================================================*/
.parts-tel {
	background: var(--color-gray);
	padding: 2.5em 1.5em;
	margin: 50px 0;
}
.parts-tel .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5em;
}
.parts-tel .tel-number {
	padding-left: 4.5em;
	background: url(images/common/icon_tel.svg) no-repeat left;
	background-size: 60px;
	min-height: 60px;
}
.parts-tel .tel-number {
	font-size: 0.9rem;
}
.parts-tel .tel-number strong {
	color: #000;
	font-size: 2em;
	padding-left: 0.2em;
	display: block;
	line-height: 1.2;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
Parts (CONTACT)
=========================================================================================*/
.parts-contact {
	background: var(--color-main);
	padding-block: 100px;
	margin: 0;
}
.parts-contact .inner {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 50px;
}
.parts-contact .inner h2 {
	font-size: 2em;
	margin: 0;
	width: 250px;
}
.parts-contact .inner p {
	max-width: calc(100% - 50px - 300px);
}
.parts-contact .inner .btn {
	width: 100%;
}

@media only screen and (max-width: 820px) {
	.parts-contact .inner {
		gap: 30px;
	}
	.parts-contact .inner h2,
	.parts-contact .inner p {
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 468px) {
}
