
.-x-richtext ul, .-x-richtext ol {
	list-style-position: inside;
}
[data-legal]{
	position:relative;
	--legal-offset-h:attr(data-legal-offset-h px);
	--legal-offset-v:attr(data-legal-offset-v px);
}
[data-legal][data-legal-safe="1"]::after{
	position: absolute;
	opacity: 0.5;
	color: black;
	content: "墨";
	font-size: 16px;
	display: block;
	height: 24px;
	padding-top: 0px;
	background-image: url(/_lib/lc.png);
	background-size: auto 20px;
	background-repeat: no-repeat;
	padding-left: 50px;
	background-position: left top;
}
[data-legal][data-legal-safe="1"]:hover::after {
    position: absolute;
    opacity: 0.5;
    color: black;
    content: attr(data-legal-check-at);
    white-space:nowrap;
    font-size: 11px;
    display: block;
    height: 24px;
    background-image: url(/_lib/lc.png);
    background-size: auto 20px;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-left: 0px;
    background-position: left top;
}

[data-legal-position="left-top"]::after{
	left:var(--legal-offset-h);
	top:var(--legal-offset-v);
}
[data-legal-position="left-bottom"]::after{
	left:var(--legal-offset-h);
	bottom:var(--legal-offset-v);
}
[data-legal-position="right-top"]::after{
	right:var(--legal-offset-h);
	top:var(--legal-offset-v);
}
[data-legal-position="right-bottom"]::after{
	right:var(--legal-offset-h);
	bottom:var(--legal-offset-v);
}
/*common_css*/

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  margin: 0;
  background: #fff;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: inherit;
}
dd {
  margin-left: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
input {
  /* 1 */
  overflow: visible;
}
button,
select {
  /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px; /* 1 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
template {
  display: none;
}
[hidden] {
  display: none;
}


@charset "utf-8";
/* CSS Document */

/* -------------------------------------
BASE
-------------------------------------*/

/** ================================================================================
		Default
================================================================================ **/
html {
	overflow: auto;
}

body {
	font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
		"游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
	position: relative;
	overflow: hidden;
	margin: 0 auto;

	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/*リンク*/

p a {
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

a:hover {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a.td-u,
.td-u a {
	text-decoration: underline;
}

a.td-u:hover,
.td-u a:hover {
	text-decoration: none;
}

/**PC電話ボタン無効**/
a[href^="tel"],
a[href=""] {
	pointer-events: none;
}

@media screen and (max-width: 520px) {
	a[href^="tel"] {
		pointer-events: auto;
	}
}

/*区切り線*/
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
}

.note {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

figure img,
picture img {
	max-width: 100%;
}

@media screen and (max-width: 520px) {
	body {
		min-width: 100%;
	}

	/**post制御**/
	p {
		word-break: break-all;
	}

	table {
		width: 100%;
		word-break: break-all;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	/**post制御**/
}

/* -------------------------------------
ベーススタイル設定

1.clearfix,clear
2.font
3.float
4.text-align
5.margin
6.padding
-------------------------------------*/
/*0.clock */
.block {
	display: block;
}

.in-block {
	display: inline-block;
}

.flx {
	display: flex;
}

.relative {
	position: relative;
}

.max100 {
	max-width: 100%;
}

/*1. clearfix,clear */

/* For modern browsers */
.cf:before,
.cf:after {
	display: block;
	overflow: hidden;
	content: "";
}

.cf:after {
	clear: both;
}

.clear {
	clear: both;
}

/*2. font 必要なら追加　優先順位：高*/
body .fw-b {
	font-weight: var(--fw-b);
}

body .fw-bb {
	font-weight: var(--fw-bb);
}

body .fz12 {
	font-size: 0.75rem;
}

body .fz14 {
	font-size: 0.87rem;
}

body .fz15 {
	font-size: 0.94rem;
}

body .fz16 {
	font-size: 16px;
}

body .fz17 {
	font-size: 17px;
}

body .fz18 {
	font-size: 18px;
}

body .fz20 {
	font-size: 20px;
}

body .fz22 {
	font-size: 22px;
}

body .fz24 {
	font-size: 24px;
}

body .fz26 {
	font-size: 26px;
}

body .fz28 {
	font-size: 28px;
}

body .fz30 {
	font-size: 30px;
}

body .fz32 {
	font-size: 32px;
}

body .fz35 {
	font-size: 35px;
}

body .fz40 {
	font-size: 40px;
}

body .fz44 {
	font-size: 44px;
}

body .fz46 {
	font-size: 46px;
}

body .fz54 {
	font-size: 54px;
}

body .fz50 {
	font-size: 50px;
}

body .fz60 {
	font-size: 60px;
}

body .fz70 {
	font-size: 70px;
}

@media screen and (max-width: 520px) {
	body .fz16 {
		font-size: 15px;
	}

	body .fz17 {
		font-size: 15px;
	}

	body .fz18 {
		font-size: 16px;
	}

	body .fz20 {
		font-size: 16px;
	}

	body .fz22 {
		font-size: 16px;
	}

	body .fz24 {
		font-size: 18px;
	}

	body .fz26 {
		font-size: min(5vw, 22px);
	}

	body .fz28 {
		font-size: min(5vw, 24px);
	}

	body .fz30 {
		font-size: min(5vw, 26px);
	}

	body .fz32 {
		font-size: min(5.6vw, 28px);
	}

	body .fz35 {
		font-size: min(6.4vw, 30px);
	}

	body .fz40 {
		font-size: min(6.4vw, 36px);
	}

	body .fz44 {
		font-size: min(6.4vw, 36px);
	}

	body .fz46 {
		font-size: min(6.4vw, 40px);
	}

	body .fz50 {
		font-size: min(6.4vw, 42px);
	}

	body .fz54 {
		font-size: min(6.4vw, 42px);
	}

	body .fz60 {
		font-size: min(8vw, 40px);
	}

	body .fz70 {
		font-size: min(8vw, 48px);
	}
}


.lh2 {
	line-height: 2;
}

.lh15 {
	line-height: 1.5;
}

.lh13 {
	line-height: 1.3;
}

.lh1 {
	line-height: 1;
}

/*3. float */
.f_L {
	display: inline;
	float: left;
}

.f_R {
	display: inline;
	float: right;
}

/*4. text-align 優先順位：高 */
/*4. align 優先順位：高 */
body .t_C,
body .t_CL,
body .t_CR {
	text-align: center;
}

body .t_R {
	text-align: right;
}

body .t_L {
	text-align: left;
}

body .ai_c {
	align-items: center;
}

body .ai_fe {
	align-items: flex-end;
}

body .ai_fs {
	align-items: flex-start;
}

body .ai_s {
	align-items: stretch;
}

body .jc_c {
	justify-content: center;
}

body .jc_fs {
	justify-content: flex-start;
}

body .jc_sb {
	justify-content: space-between;
}

body .jc_sa {
	justify-content: space-around;
}

@media screen and (max-width: 520px) {
	body .t_CL {
		text-align: left;
	}

	body .t_CR {
		text-align: right;
	}
}

body .m0 {
	margin: 0;
}

body .mb0 {
	margin-bottom: 0;
}

body .mb5 {
	margin-bottom: 5px;
}

body .mb10 {
	margin-bottom: 10px;
}

body .mb15 {
	margin-bottom: 15px;
}

body .mb20 {
	margin-bottom: 20px;
}

body .mb30 {
	margin-bottom: 30px;
}

body .mb40 {
	margin-bottom: 40px;
}

body .mb50 {
	margin-bottom: 50px;
}

body .mb70 {
	margin-bottom: 70px;
}

body .mb80 {
	margin-bottom: 80px;
}

body .mb100 {
	margin-bottom: 100px;
}

body .mb150 {
	margin-bottom: 150px;
}

body .mb200 {
	margin-bottom: 200px;
}

body .mb250 {
	margin-bottom: 250px;
}

body .mt0 {
	margin-top: 0;
}

body .mt5 {
	margin-top: 5px;
}

body .mt10 {
	margin-top: 10px;
}

body .mt15 {
	margin-top: 15px;
}

body .mt20 {
	margin-top: 20px;
}

body .mt30 {
	margin-top: 30px;
}

body .mt40 {
	margin-top: 40px;
}

body .mt50 {
	margin-top: 50px;
}

body .mt70 {
	margin-top: 70px;
}

body .mt80 {
	margin-top: 80px;
}

body .mt100 {
	margin-top: 100px;
}

body .mt150 {
	margin-top: 150px;
}

body .mt200 {
	margin-top: 200px;
}

body .mt250 {
	margin-top: 250px;
}

body .ml0 {
	margin-left: 0;
}

body .ml5 {
	margin-left: 5px;
}

body .ml10 {
	margin-left: 10px;
}

body .ml15 {
	margin-left: 15px;
}

body .ml20 {
	margin-left: 20px;
}

body .ml30 {
	margin-left: 30px;
}

body .mr0 {
	margin-right: 0;
}

body .mr5 {
	margin-right: 5px;
}

body .mr10 {
	margin-right: 10px;
}

body .mr15 {
	margin-right: 15px;
}

body .mr20 {
	margin-right: 20px;
}

body .mr30 {
	margin-right: 30px;
}

@media screen and (max-width: 520px) {

	/*5. margin 30以上は1/2 */
	body .mb20 {
		margin-bottom: 15px;
	}

	body .mb30 {
		margin-bottom: 20px;
	}

	body .mb40 {
		margin-bottom: 20px;
	}

	body .mb50 {
		margin-bottom: 30px;
	}

	body .mb70 {
		margin-bottom: 50px;
	}

	body .mb80 {
		margin-bottom: 60px;
	}

	body .mb100 {
		margin-bottom: 80px;
	}

	body .mb150 {
		margin-bottom: 100px;
	}

	body .mb200 {
		margin-bottom: 140px;
	}

	body .mb250 {
		margin-bottom: 170px;
	}

	body .mt20 {
		margin-top: 15px;
	}

	body .mt30 {
		margin-top: 20px;
	}

	body .mt40 {
		margin-top: 20px;
	}

	body .mt50 {
		margin-top: 30px;
	}

	body .mt70 {
		margin-top: 50px;
	}

	body .mt80 {
		margin-top: 60px;
	}

	body .mt100 {
		margin-top: 80px;
	}

	body .mt150 {
		margin-top: 100px;
	}

	body .mt200 {
		margin-top: 140px;
	}

	body .mt250 {
		margin-top: 170px;
	}
}

/*6. padding 優先順位:高*/
body .p0 {
	padding: 0;
}

body .pb0 {
	padding-bottom: 0;
}

body .pb5 {
	padding-bottom: 5px;
}

body .pb10 {
	padding-bottom: 10px;
}

body .pb15 {
	padding-bottom: 15px;
}

body .pb20 {
	padding-bottom: 20px;
}

body .pb30 {
	padding-bottom: 30px;
}

body .pb40 {
	padding-bottom: 40px;
}

body .pb50 {
	padding-bottom: 50px;
}

body .pb70 {
	padding-bottom: 70px;
}

body .pb80 {
	padding-bottom: 80px;
}

body .pb100 {
	padding-bottom: 100px;
}

body .pb150 {
	padding-bottom: 150px;
}

body .pb200 {
	padding-bottom: 200px;
}

body .pb250 {
	padding-bottom: 250px;
}

body .pt0 {
	padding-top: 0;
}

body .pt5 {
	padding-top: 5px;
}

body .pt10 {
	padding-top: 10px;
}

body .pt15 {
	padding-top: 15px;
}

body .pt20 {
	padding-top: 20px;
}

body .pt30 {
	padding-top: 30px;
}

body .pt40 {
	padding-top: 40px;
}

body .pt50 {
	padding-top: 50px;
}

body .pt70 {
	padding-top: 70px;
}

body .pt80 {
	padding-top: 80px;
}

body .pt100 {
	padding-top: 100px;
}

body .pt150 {
	padding-top: 150px;
}

body .pt200 {
	padding-top: 200px;
}

body .pt250 {
	padding-top: 250px;
}

body .pl0 {
	padding-left: 0;
}

body .pl5 {
	padding-left: 5px;
}

body .pl10 {
	padding-left: 10px;
}

body .pl15 {
	padding-left: 15px;
}

body .pl20 {
	padding-left: 20px;
}

body .pl30 {
	padding-left: 30px;
}

body .pr0 {
	padding-right: 0;
}

body .pr5 {
	padding-right: 5px;
}

body .pr10 {
	padding-right: 10px;
}

body .pr15 {
	padding-right: 15px;
}

body .pr20 {
	padding-right: 20px;
}

body .pr30 {
	padding-right: 30px;
}

@media screen and (max-width: 520px) {
	body .pb20 {
		padding-bottom: 15px;
	}

	body .pb30 {
		padding-bottom: 20px;
	}

	body .pb40 {
		padding-bottom: 20px;
	}

	body .pb50 {
		padding-bottom: 30px;
	}

	body .pb70 {
		padding-bottom: 40px;
	}

	body .pb80 {
		padding-bottom: 40px;
	}

	body .pb100 {
		padding-bottom: 50px;
	}

	body .pb150 {
		padding-bottom: 75px;
	}

	body .pb200 {
		padding-bottom: 140px;
	}

	body .pb250 {
		padding-bottom: 170px;
	}

	body .pt20 {
		padding-top: 15px;
	}

	body .pt30 {
		padding-top: 20px;
	}

	body .pt40 {
		padding-top: 20px;
	}

	body .pt50 {
		padding-top: 30px;
	}

	body .pt70 {
		padding-top: 40px;
	}

	body .pt80 {
		padding-top: 40px;
	}

	body .pt100 {
		padding-top: 50px;
	}

	body .pt150 {
		padding-top: 75px;
	}

	body .pt200 {
		padding-top: 140px;
	}

	body .pt250 {
		padding-top: 170px;
	}
}

/* -------------------------------------
幅
-------------------------------------*/
body .w100p,
body .w1100,
body .w1000,
body .w980,
body .w900,
body .w800,
body .w700,
body .w650,
body .w600 {
	margin-right: auto;
	margin-left: auto;
}

body .w100p {
	width: 100%;
}

body .w1100 {
	width: 1100px;
}

body .w1000 {
	width: 1000px;
}

body .w980 {
	width: var(--base-width);
}

body .w900 {
	width: 900px;
}

body .w800 {
	width: 800px;
}

body .w700 {
	width: 700px;
}

body .w650 {
	width: 650px;
}

body .w600 {
	width: 600px;
}

@media screen and (max-width: 520px) {

	body .w100p,
	body .w1100,
	body .w1000,
	body .w980,
	body .w900,
	body .w800,
	body .w700,
	body .w650,
	body .w600 {
		margin-right: auto;
		margin-left: auto;
	}

	body .w100p {
		width: 100%;
	}

	body .w1100 {
		width: 100%;
	}

	body .w1000 {
		width: 100%;
	}

	body .w980 {
		width: 100%;
	}

	body .w900 {
		width: 100%;
	}

	body .w800 {
		width: 100%;
	}

	body .w700 {
		width: 100%;
	}

	body .w650 {
		width: 100%;
	}

	body .w600 {
		width: 100%;
	}

	body .w100p>*,
	body .w1100>*,
	body .w1000>*,
	body .w980>*,
	body .w900>*,
	body .w800>*,
	body .w700>*,
	body .w650>*,
	body .w600>* {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}

	body .w100p>.max,
	body .w100p.max,
	body .w1100>.max,
	body .w1100.max,
	body .w1000>.max,
	body .w1000.max,
	body .w980>.max,
	body .w980.max,
	body .w900>.max,
	body .w900.max,
	body .w800>.max,
	body .w800.max,
	body .w700>.max,
	body .w700.max,
	body .w650>.max,
	body .w650.max,
	body .w600>.max,
	body .w600.max {
		width: 100%;
	}
}

body .calc-bw {
	padding-right: max(calc((100% - var(--base-width)) / 2), 2%);
	padding-left: max(calc((100% - var(--base-width)) / 2), 2%);
}

@media screen and (max-width: 520px) {
	body .calc-bw>* {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}

	body .calc-bw>.max {
		width: 100%;
	}
}

/* -------------------------------------
改行
-------------------------------------*/
.pc {}

.sp {
	display: none;
}

.ib {
	display: inline-block;
}

.flex {
	display: flex;
}

.sponly {
	display: none;
}

@media screen and (max-width: 520px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.sp-ib {
		display: inline-block;
	}
}

@media screen and (max-width: 480px) {
	.sponly {
		display: block;
	}
}


/* -------------------------------------
横並びボックスの数
-------------------------------------*/
/**横並び**/
.boxLR {
	display: flex;
	justify-content: space-between;
}

/**２つ並び**/
.box2C {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.box2C>* {
	width: 48%;
}

.box2C:after {
	display: block;
	width: 48%;
	content: "";
}

/**3つ並び**/
.box3C {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.box3C>* {
	width: 32%;
}

.box3C:after {
	display: block;
	width: 32%;
	content: "";
}

/**4つ並び**/
.box4C {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.box4C>* {
	width: 24.5%;
}

.box4C:after,
.box4C:before {
	display: block;
	width: 24.5%;
	content: "";
}

.box4C:before {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media screen and (max-width: 520px) {

	/* -------------------------------------
横並びボックスの数
-------------------------------------*/
	/**２つ並び**/
	.box2C {
		width: 100%;
	}

	.box2C.box1C_sp {
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.box2C.box2C_sp {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}

	.box2C.box1C_sp>* {
		width: 100%;
	}

	.box2C.box1C_sp:after {
		display: none;
	}

	.box2C.box2C_sp>*,
	.box2C.box2C_sp::after {
		width: 48%;
	}

	.box2C.box2C_sp.sp1c>*,
	.box2C.box2C_sp.sp1c::after {
		/*		min-width: 300px;*/
	}

	/**3つ並び**/
	.box3C {
		width: 100%;
	}

	.box3C.box1C_sp {
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.box3C.box2C_sp {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}

	.box3C.box3C_sp {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}

	.box3C.box1C_sp>* {
		width: 100%;
	}

	.box3C.box1C_sp:after {
		display: none;
	}

	.box3C.box2C_sp>*,
	.box3C.box2C_sp::after {
		width: 48%;
	}

	.box3C.box3C_sp>*,
	.box3C.box3C_sp::after {
		width: 31%;
	}

	/**4つ並び**/
	.box4C {
		width: 100%;
	}

	.box4C.box1C_sp {
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.box4C.box2C_sp {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}

	.box4C.box1C_sp>* {
		width: 100%;
	}

	.box4C.box2C_sp>* {
		width: 48%;
	}

	.box4C:after,
	.box4C:before {
		display: none;
	}
}

@media screen and (max-width: 520px) {

	/* -------------------------------------
横並びボックスの数
-------------------------------------*/
	.sp1c {
		-ms-flex-flow: column;
		flex-flow: column !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.sp1c>*,
	.sp1c::after {
		width: 100% !important;
		margin-right: auto;
		margin-left: auto;
	}
}

/**------------------------------ 
写真なしリスト
ul.nop-list>li>a
em[data-name="カテゴリ"]カテゴリ
 ------------------------------**/
.nop-list {
	margin: 30px auto;
	border-top: 1px dotted var(--nop-b-c);
}

.nop-list li {
	border-bottom: 1px dotted var(--nop-b-c);
}

.nop-list a {
	display: flex;
}

.nop-list em {
	font-size: 13px;
	font-style: normal;
	min-width: 8em;
	margin: 0 20px;
	padding: 3px;
	text-align: center;
	color: var(--nop-cat-c);
	background: var(--nop-cat-bg);
}

@media screen and (max-width:520px) {
	.nop-list {
		margin: 15px auto;
	}

	.nop-list a {
		flex-wrap: wrap;
	}

	.nop-list a em {
		margin: 0 15px 5px;
	}
}


/* -------------------------------------
パンくず
-------------------------------------*/
#breadcrumb {
	font-size: 14px;
	width: 100%;
	margin: 0 0;
	padding: 8px var(--over-width-half);
	color: var(--bread-c);
	background: var(--bread-bg);
}

/*家アイコン*/
#breadcrumb ul,
#breadcrumb ol {
	max-width: 100%;
	margin: 0 auto;
}

#breadcrumb ul li,
#breadcrumb ol li {
	display: inline-block;
	padding: 0 5px;
}

#breadcrumb ul li+li:before,
#breadcrumb ol li+li:before {
	font-size: 12px;
	line-height: 1;
	top: 1.5em;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 5px 0 0;
	content: "";
	transform: rotate(45deg);
	vertical-align: middle;
	border-top: 1px solid var(--bread-c);
	border-right: 1px solid var(--bread-c);
}

#breadcrumb a {
	text-decoration: underline;
}

#breadcrumb a:hover {
	text-decoration: none;
}

@media screen and (max-width: 520px) {
	#breadcrumb {
		padding: 3px 0;
	}

	#breadcrumb ul,
	#breadcrumb ol {
		padding: 0 2%;
	}
}

/* -------------------------------------
ページャー OWLet
-------------------------------------*/
.pagenation {
	margin: 30px auto;
	text-align: center;
}

.pagenation span {
	line-height: 38px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 5px;
	text-align: center;
	color: var(--pgn-c);
	border: 1px solid var(--pgn-c);
	background: var(--pgn-bg);
}

.pagenation span.page {
	color: var(--pgn-bg);
	background: var(--pgn-c);
}

.pagenation span a {
	display: block;
	width: 100%;
	height: 100%;
	color: var(--pgn-c);
	background: var(--pgn-bg);
}

.pagenation span a:hover {
	color: var(--pgn-bg);
	background: var(--pgn-c);
}

@media screen and (max-width: 520px) {
	.pagenation span {
		line-height: 27px;
		width: 30px;
		height: 30px;
		margin: 3px;
	}

	.pagenation span a {
		min-width: 28px;
	}
}


/**================================================== 
 フォーム
================================================== **/

input,
textarea,
select,
button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-size: 100%;
}

form {
	--alert: #bb0033;
}

/**エラー**/
.alert {
	margin: 5px 0;
	color: var(--alert);
}

form input[type="text"],
form textarea,
form select {
	height: 2.4em;
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	border: none;
	box-shadow: 0 0 0 1px #ccc inset;
	background: #fff;
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	margin: 0 0 5px;
}

form select {
	padding: 0 30px;
	width: fit-content;
	display: block;
}

form input[type="text"]:focus,
form textarea:focus,
form select:focus {
	outline: 0;
	box-shadow: 0 0 0 2px var(--alert) inset;
}

form label {
	cursor: pointer;
	display: block;
	width: fit-content;
	line-height: 1;
}

form label+label {
	margin-top: 10px;
}

form input[type="radio"],
form input[type="checkbox"] {
	width: 1em;
	height: 1em;
	margin: 0 5px 0 0;
	accent-color: var(--alert);
}

[data-lib="220"]{
	border: none;
    font-size: inherit;
    outline: none;
    padding: 0;
	cursor:pointer;
}/*widget:3814a386-94c4-46a6-b696-12ca3699d3bf*/
/*widget:5e5cc7bb-7531-4684-a761-1a30443a057f*/
/*instance:363*//*instance mediea*/@media screen and (max-width: 520px){}/*widget:46707127-bfac-4d6d-ab52-b4365e741a3e*/
/*widget:48d28ffd-e34d-4bc0-9af4-1be0b4e69c53*/
/*widget:28156460-e2c4-467d-8b81-f6c7320fcde6*/
[data-lib="4"] p a{text-decoration: none;}/*widget:57f002c2-d91c-493c-906a-bc8d3dc5e849*/
/*widget:6265140c-7103-411c-8909-edf139182d61*/
/*widget:185af87f-e438-49c7-84c0-144006dd9df3*/
/*widget:8f210826-3507-4b2a-9d9c-c30e5c28d265*/
/*instance:20*//*instance mediea*/@media screen and (max-width: 520px){}/*widget:c68327f6-d8f9-4318-8a09-94f32d908bcb*/
/*widget:c9b0bf0a-871c-4b2b-8284-4f1a9ce1a16f*/
/*instance:27*//*instance mediea*/@media screen and (max-width: 520px){}/*instance:30*//*instance mediea*/@media screen and (max-width: 520px){}/*instance:31*//*instance mediea*/@media screen and (max-width: 520px){}/*widget:d7f9fa4c-ad12-43ef-abf2-7c6dae4b194a*/
/*instance:32*//*instance mediea*/@media screen and (max-width: 520px){}/*widget:2b24bcdb-fb4e-4a9c-9e2b-008eacf103d3*/
/*instance:34*//*instance mediea*/@media screen and (max-width: 520px){}/*instance:37*//*instance mediea*/@media screen and (max-width: 520px){}/*widget:5150c3bd-0f87-4ad9-b8cf-ca77b9ab13a8*/
/*instance:38*//*instance mediea*/@media screen and (max-width: 520px){}/*widget:3814a386-94c4-46a6-b696-12ca3699d3bf*/
/*instance:40*//*instance mediea*/@media screen and (max-width: 520px){}/*instance:42*//*instance mediea*/@media screen and (max-width: 520px){}/*instance:44*//*instance mediea*/@media screen and (max-width: 520px){}/*instance:46*//*instance mediea*/@media screen and (max-width: 520px){}/*instance:48*//*instance mediea*/@media screen and (max-width: 520px){}/*instance:49*//*instance mediea*/@media screen and (max-width: 520px){}/*widget:b0d4f65d-78f6-45b1-9517-1efbce0134fa*/
/*instance:51*//*instance mediea*/@media screen and (max-width: 520px){}/*instance:53*//*instance mediea*/@media screen and (max-width: 520px){}/*instance:55*//*instance mediea*/@media screen and (max-width: 520px){}/*instance:57*//*instance mediea*/@media screen and (max-width: 520px){}/*widget:f0152263-a3be-4dfe-a972-a16f4e9b3f96*/
/*instance:60*//*instance mediea*/@media screen and (max-width: 520px){}/*instance:61*//*instance mediea*/@media screen and (max-width: 520px){}/*instance:62*//*instance mediea*/@media screen and (max-width: 520px){}/*widget:6a80ffd0-949d-48a4-be9d-111fcc7e1f2e*/
/*instance:66*//*instance mediea*/@media screen and (max-width: 520px){}/*instance:67*//*instance mediea*/@media screen and (max-width: 520px){}/*instance:68*//*instance mediea*/@media screen and (max-width: 520px){}/*widget:8a51eac0-5b71-4585-af9f-e464a31579bd*/
/*instance:69*//*instance mediea*/@media screen and (max-width: 520px){}/*instance:71*//*instance mediea*/@media screen and (max-width: 520px){}/*widget:2ab177de-3f6f-4040-81e5-8db94ff676a8*/
/*instance:72*//*instance mediea*/@media screen and (max-width: 520px){}/*layout:1*//*layout:2*//* CSS Document */

/*-------------------------------------
基本装飾 -サイトにより変更-
-------------------------------------*/


:root {
	--base-width: 1100px;
	--over-width-half: calc((100vw - var(--base-width)) / 2);
	--ff: "Noto Sans JP", sans-serif;
	--webf: 'Shippori Mincho', serif;
	--amiri: 'Amiri', serif;
	--header-height: 0;

	--black: 30, 30, 30;
	--white: 255, 255, 255;
	--blue: 22, 35, 187;
	--blue2: 218, 240, 252;
	/**.fw-b.fw-bb*/
	--fw-b: 700;
	--fw-bb: 900;
	/**.pagenation**/
	--pgn-c: #555555;
	--pgn-bg: #ffffff;
	/**#breadcrumb**/
	--bread-c: #555555;
	--bread-bg: rgb(150, 150, 150, 0.1);
}

@media screen and (max-width:520px) {
	:root {
		--base-width: 100%;
		--over-width-half: 5%;
		--header-height: 0;
	}
}

body {
	font-family: var(--ff);
	min-width: var(--base-width);
	padding-top: var(--header-height);
}

img{
  width: auto;
  height: auto;
}

/**================================================================================
レイアウト
================================================================================**/

/**------------------------------ 
横並びリスト 均等
box nth column
.boxNC>li
 ------------------------------**/

:root {
	--boxNC_w: var(--base-width);
	--boxNC_m: 30px auto;
	--boxNC_gap: 20px 3%;
	--boxNC_child_w: calc(94% / 3);
}

.boxNC {
	display: flex;
	flex-wrap: wrap;
	width: var(--boxNC_w);
	margin: var(--boxNC_m);

	gap: var(--boxNC_gap);
}

.boxNC>* {
	width: var(--boxNC_child_w);
}

@media screen and (max-width:520px) {
	:root {
		--boxNC_w: 100%;
		--boxNC_m: 20px auto;
		--boxNC_gap: 0 20px;
		--boxNC_child_w: 100%;
	}
}

/**------------------------------ 
横並びリスト 2カラム不均等
box left right
.boxLR>.left+.right
 ------------------------------**/
:root {
	--boxLR_w: var(--base-width);
	--boxLR_m: 30px auto;
	--boxLR_gap: 10px;
	--boxLR_1_w: 30%;
	--boxLR_2_w: calc(40% - var(--boxLR_gap));
	--boxLR_3_w: calc(30% - var(--boxLR_gap));
	--boxLR_jc: flex-start;
	--boxLR_ai: stretch;
	--boxLR_fflow: wrap;
}

.boxLR {
	display: flex;
	flex-flow: var(--boxLR_fflow);
	justify-content: var(--boxLR_jc);
	align-items: var(--boxLR_ai);
	width: var(--boxLR_w);
	margin: var(--boxLR_m);

	gap: var(--boxLR_gap);
}

.boxLR>.LR1 {
	width: var(--boxLR_1_w);
}

.boxLR>.LR2 {
	width: var(--boxLR_2_w);
}

.boxLR>.LR3 {
	width: var(--boxLR_3_w);
}

@media screen and (max-width:520px) {
	:root {
		--boxLR_w: var(--base-width);
		--boxLR_m: 30px auto;
		--boxLR_gap: 10px;
		--boxLR_1_w: 100%;
		--boxLR_2_w: 100%;
		--boxLR_3_w: 100%;
		--boxLR_1_m: 0;
		--boxLR_2_m: 0;
		--boxLR_3_m: 0;
	}

	.boxLR>.LR1 {
		margin: var(--boxLR_1_m);
	}

	.boxLR>.LR2 {
		margin: var(--boxLR_2_m);
	}

	.boxLR>.LR3 {
		margin: var(--boxLR_3_m);
	}

}

/**------------------------------ 
横並びリスト 2カラム不均等 互い違い
box odd even
boxOE>li>.left+.right
 ------------------------------**/
:root {
	--boxOE_w: var(--base-width);
	--boxOE_m: 30px auto;
	--boxOE_gap: 10px;
	--boxOE_1_w: 30%;
	--boxOE_2_w: calc(50% - var(--boxOE_gap));
	--boxOE_3_w: calc(20% - var(--boxOE_gap));
}

.boxOE>* {
	display: flex;
	flex-wrap: wrap;
	width: var(--boxOE_w);
	margin: var(--boxOE_m);

	gap: var(--boxOE_gap);
}

.boxOE>*:nth-child(odd) {
	flex-direction: row;
}

.boxOE>*:nth-child(even) {
	flex-direction: row-reverse;
}

.boxOE>*>.OE1 {
	width: var(--boxOE_1_w);
}

.boxOE>*>.OE2 {
	width: var(--boxOE_2_w);
}

.boxOE>*>.OE3 {
	width: var(--boxOE_3_w);
}

@media screen and (max-width:520px) {
	:root {
		--boxOE_w: var(--base-width);
		--boxOE_m: 20px auto;
		--boxOE_gap: 10px;
		--boxOE_1_w: 100%;
		--boxOE_2_w: 100%;
		--boxOE_3_w: 100%;
	}

	.boxOE>*:nth-child(odd) {
		flex-direction: row;
	}

	.boxOE>*:nth-child(even) {
		flex-direction: row;
	}
}


/**------------------------------ 
画像なしお知らせリスト
.boxNOP>*>a>(time+.em>em+h3)
 ------------------------------**/
.boxNOP a {
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: 123px auto;
}

.boxNOP a:hover h3 {
	text-decoration: underline;
}

.boxNOP time {
	grid-row: 1/3;
	grid-column: 1/2;
	font-style: normal;
}

.boxNOP a em {
	min-width: 6em;
}

@media screen and (max-width:520px) {
	.boxNOP a {
		grid-template-columns: auto auto;
		gap: 0 8px;
	}

	.boxNOP time {
		white-space: nowrap;
	}

	.boxNOP a em {
		margin: 0 5px 0 0;
	}
}

/**================================================================================
装飾
================================================================================**/

/* -------------------------------------
カテゴリボタン
-------------------------------------*/
:root {
	--catBtn_c: rgb(var(--blue));
	--catBtn_bd: rgb(var(--blue));
	--catBtn_bg: rgb(var(--white));
}

.catBtn {
	display: flex;
	justify-content: center;
	margin: 25px auto 50px;

	gap: 15px;
}

.catBtn a {
	font-weight: bold;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 8em;
	padding: 10px;
	text-align: left;
	color: var(--catBtn_c);
	border: 1px solid var(--catBtn_bd);
	background: var(--catBtn_bg);
}

.catBtn a:after {
	font-size: 12px;
	line-height: 1;
	top: 1.5em;
	display: inline-block;
	width: 5px;
	height: 5px;
	content: "";
	transform: rotate(45deg);
	border-top: 1px solid var(--catBtn_c);
	border-right: 1px solid var(--catBtn_c);
}

.catBtn a:hover {
	color: var(--catBtn_bg);
	border: var(--catBtn_bd);
	background: var(--catBtn_c);
}

.catBtn a:hover:after {
	border-top: 1px solid var(--catBtn_bg);
	border-right: 1px solid var(--catBtn_bg);
}

@media screen and (max-width: 520px) {
	.catBtn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: 20px auto;

		gap: 1% 3px;
	}

	.catBtn a {
		flex: 1;
		min-width: auto;
		padding: 10px 20px 10px 10px;
		white-space: nowrap;
	}
}

/* -------------------------------------
文字装飾
-------------------------------------*/
:root {
	/**.edge**/
	--liner_c: #fff552;
	--edge_c: #555555;
	--edge2_c: #555555;
	--edge3_c: #555555;
}

/**黄色マーカー**/
b.liner {
	text-decoration: underline;
	/* 下線 */
	text-decoration-thickness: 0.5em;
	/* 線の太さ */
	text-decoration-color: var(--liner_c);
	/* 線の色 */
	text-underline-offset: -0.2em;
	/* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none;
	/* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

b.liner2 {
	background: -webkit-linear-gradient(transparent 40%, var(--liner_c) 0%);
	background: linear-gradient(transparent 40%, var(--liner_c) 0%);
}

/*縁くくり*/
.edge {
	text-shadow: 1px 1px 0 var(--edge_c),
		-1px 1px 0 var(--edge_c),
		1px -1px 0 var(--edge_c),
		-1px -1px 0 var(--edge_c);
}

/*縁 2px以上*/
.edge2 {
	text-shadow: 2px 2px 1px var(--edge2_c),
		-2px 2px 1px var(--edge2_c),
		2px -2px 1px var(--edge2_c),
		-2px -2px 1px var(--edge2_c),
		2px 0 1px var(--edge2_c),
		0 2px 1px var(--edge2_c),
		-2px 0 1px var(--edge2_c),
		0 -2px 1px var(--edge2_c);
}

/*縁 枠*/
.edge3 {
	color: transparent;

	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--edge3_c);
}

/* -------------------------------------
写真のエフェクト
-------------------------------------*/
/**4辺ぼかし：親要素にかける**/
.blur_w {
	position: relative;
	display: inline-block;
}

.blur_w:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255, 255, 255, 0);
	box-shadow: inset 0 0 40px #ffffff, inset 0 0 40px #ffffff, inset 0 0 40px #ffffff,
		inset 0 0 40px #ffffff;
}

/**角丸：画像に直接かけれる**/
.radius {
	border-radius: 15px;
}

/**hover：透過**/
a:hover img.hv {
	opacity: var(--opacity);
}

/**hover時画像拡大**/
.scale {
	overflow: hidden;
}

.scale img {
	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: -moz-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	transition: transform 0.3s linear;
}

a:hover .scale img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/**画像トリミング：親要素にwとhを指定する**/
.ojf img {
	width: 100%;
	height: 100%;

	-o-object-fit: cover;
	object-fit: cover;
}

.aspA {
	aspect-ratio: 1/0.667;
}

.aspA img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/**-------------------------------------
youtube
-------------------------------------**/
iframe {
	width: 100%;
}

.youtube {
	margin: 30px auto 20px;
}

.youtube iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

@media screen and (max-width: 520px) {
	.youtube {
		margin: 20px auto 10px;
	}
}

/* -------------------------------------
google gmap
-------------------------------------*/
/**地図**/
.gmap iframe {
	width: 100%;
	height: 480px;
}

@media screen and (max-width: 480px) {
	.gmap iframe {
		height: 45vh;
	}
}

/* -------------------------------------
PDF埋め込み src="URL末尾#view=Fit"を入れる
-------------------------------------*/
.pdf_wrap {
	width: 800px;
	height: 500px;
}

.pdf_wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
	margin: 30px auto;
}

@media screen and (max-width: 520px) {
	.pdf_wrap {
		width: 90%;
		height: 60vw;
	}
}

/* -------------------------------------
吹き出し
-------------------------------------*/
:root {
	/**.balloon**/
	--balloon-c: #555555;
	--balloon-bg: #ffffff;
}

/**塗りつぶし（下）**/
.balloon1_B {
	font-size: 16px;
	position: relative;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	margin: 1.5em 0;
	padding: 7px 10px;
	text-align: center;
	color: var(--balloon-c);
	background: var(--balloon-bg);
}

.balloon1_B:before {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-width: 10px 5px;
	border-style: solid;
	border-color: var(--balloon-bg) transparent transparent transparent;
}

/**塗りつぶし（上）**/
.balloon1_T {
	font-size: 16px;
	position: relative;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	margin: 1.5em 0;
	padding: 7px 10px;
	text-align: center;
	color: var(--balloon-c);
	background: var(--balloon-bg);
}

.balloon1_T:before {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-width: 10px 5px;
	border-style: solid;
	border-color: transparent transparent var(--balloon-bg) transparent;
}

/**塗りつぶし（左）**/
.balloon1_L {
	font-size: 16px;
	position: relative;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	text-align: center;
	color: var(--balloon-c);
	background: var(--balloon-bg);
}

.balloon1_L:before {
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -5px;
	content: "";
	border-width: 5px 10px;
	border-style: solid;
	border-color: transparent var(--balloon-bg) transparent transparent;
}

/**塗りつぶし（右）**/
.balloon1_R {
	font-size: 16px;
	position: relative;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	color: var(--balloon-c);
	background: var(--balloon-bg);
}

.balloon1_R:before {
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	content: "";
	border-width: 5px 10px;
	border-style: solid;
	border-color: transparent transparent transparent var(--balloon-bg);
}

/**線（下）**/
.balloon2_B {
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: bold;
	position: relative;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	margin: 1.5em 0;
	padding: 7px 10px;
	text-align: center;
	color: var(--black);
	border: solid 4px var(--balloon-c);
	background: var(--balloon-bg);
	border-radius: 20px;
}

.balloon2_B:before {
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -1px;
	content: "";
	border-width: 15px 10px;
	border-style: solid;
	border-color: var(--balloon-bg) transparent transparent transparent;
}

.balloon2_B:after {
	position: absolute;
	z-index: 1;
	top: calc(100% + 4px);
	left: 50%;
	transform: translateX(-50%);
	margin-top: -1px;
	content: "";
	border-width: 19px 14px;
	border-style: solid;
	border-color: var(--balloon-c) transparent transparent transparent;
}


/**================================================================================
サイト用 CSS
================================================================================**/

/**-------------------------------------
アイコン
-------------------------------------**/
.em em,
em.em {
	font-size: 0.9rem;
	display: inline-block;
	padding: 3px 10px;
	text-align: center;
	font-style: normal;
}

.time {
	font-style: normal;
	font-size: 1rem;
	display: inline-block;
}

@media screen and (max-width:520px) {

	.em em,
	em.em {
		font-size: 0.8rem;
		padding: 2px 5px;
	}
}

/**-------------------------------------
見出し
-------------------------------------**/
.titZ {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 5%;
	height: 34.5vw;
	min-height: 300px;
	color: rgb(var(--white));
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: flex-start;
	position: relative;
}

.titZ:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(var(--black), 0.7);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
}

.titZ>* {
	line-height: 1.2;
	position: relative;
	z-index: 2;
}

.titZ span {
	font-family: var(--amiri);
	font-size: 2rem;
	padding: 0 10px;
}

.titZ h1 {
	font-family: var(--webf);
	font-size: 4rem;
}

:root {
	--titAfz: 3.5em;
	--titAc: rgb(var(--blue));
	--titAm: 0 auto 60px;
	--titAta: center;
	--titAp: 0;

	--titAs-fz: 1.75rem;
	--titAs-c: rgb(var(--black));
	--titAs-ta: center;
	--titAs-p: 0;
}

.titA {
	font-size: var(--titAfz);
	color: var(--titAc);
	margin: var(--titAm);
	text-align: var(--titAta);
	padding: var(--titAp);
	font-family: var(--webf);
	line-height: 1.3;
}

.titA span {
	display: block;
	font-size: var(--titAs-fz);
	color: var(--titAs-c);
	text-align: var(--titAs-ta);
	padding: var(--titAs-p);
	font-family: var(--amiri);
}

:root {
	--titBfz: 2.25em;
	--titBc: var(--black);
	--titBm: 0 auto 30px;
	--titBta: center;
	--titBbg: none;
	--titBls: 0;
	--titBp: 0;
	--titBlh: 1.3;
	--titBw: 100%;
}

.titB {
	width: var(--titBw);
	font-size: var(--titBfz);
	color: var(--titBc);
	margin: var(--titBm);
	text-align: var(--titBta);
	background: var(--titBbg);
	padding: var(--titBp);
	letter-spacing: var(--titBls);
	position: relative;
	z-index: 1;
	line-height: var(--titBlh);
	font-family: var(--webf);
}

:root {
	--titCfz: 1.6em;
	--titCc: var(--black);
	--titCm: 0 auto 30px;
	--titCta: center;
	--titCbg: none;
	--titCls: 0;
	--titCp: 0;
	--titClh: 1.3;
	--titCw: 100%;
}

.titC {
	font-family: var(--webf);
	width: var(--titCw);
	font-size: var(--titCfz);
	color: var(--titCc);
	margin: var(--titCm);
	text-align: var(--titCta);
	background: var(--titCbg);
	padding: var(--titCp);
	letter-spacing: var(--titCls);
	position: relative;
	z-index: 1;
	line-height: var(--titClh);
	font-weight: bold;
}

:root {
	--titDfz: 1.5em;
	--titDc: var(--black);
	--titDm: 0 auto 30px;
	--titDta: left;
	--titDbg: none;
	--titDls: 0;
	--titDp: 0;
	--titDlh: 1.6;
	--titDw: 100%;
}

.titD {
	font-family: var(--webf);
	width: var(--titDw);
	font-size: var(--titDfz);
	color: var(--titDc);
	margin: var(--titDm);
	text-align: var(--titDta);
	background: var(--titDbg);
	padding: var(--titDp);
	letter-spacing: var(--titDls);
	position: relative;
	z-index: 1;
	line-height: var(--titDlh);
	font-weight: bold;
}

@media screen and (max-width:520px) {
	.titZ {
		padding: 50px 5% 20px;
		height: 20.5vw;
		min-height: 200px;
	}

	.titZ span {
		font-size: 1rem;
	}

	.titZ h1 {
		font-size: 2rem;
	}

	:root {
		--titAfz: 1.8em;
		--titAs-fz: 1.2rem;
		--titAm: 0 auto 30px;
	}

	:root {
		--titBfz: 1.75em;
		--titBm: 0 auto 20px;
	}
}

/**-------------------------------------
ボタン
-------------------------------------**/
:root {
	--btnAfz: 1em;
	--btnAw: fit-content;
	--btnAc: rgb(var(--white));
	--btnAbg: none;
	--btnAbd: none;
	--btnAm: 0;
	--btnAp: 5px 15px;
	--btnAjc: flex-end;

	--btnAc_h: rgb(var(--blue));
	--btnAbg_h: rgb(var(--white));
	--btnAbd_h: none;
}

.btnA,
.submit{
	font-size: var(--btnAfz);
	font-weight: 700;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: var(--btnAjc);
	gap: 10px;
	width: var(--btnAw);
	margin: var(--btnAm);
	padding: var(--btnAp);
	cursor: pointer;
	text-align: center;
	font-family: var(--webf);
}

.btnA,
.submit{
	color: var(--btnAc);
	border: var(--btnAbd);
	background: var(--btnAbg);
}

.btnA:after,
.submit:after{
	content: "→";
}

.btnA:hover,
a:hover .btnA,
.submit:hover{
	color: var(--btnAc_h);
	border: var(--btnAbd_h);
	background: var(--btnAbg_h);
}

@media screen and (max-width: 520px) {
	:root {
		--btnAw: clamp(100%, 100%, 90vw);
	}

	.btnA,
	.submit{
		padding: 15px;
	}
}

/**================================================== 
 テーブル
================================================== **/

/* -------------------------------------
テーブル
-------------------------------------*/
.table {}

.table table {
	width: 100%;
}

.table :is(th, td) {
	padding: 15px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(var(--blue), 0.2);
	white-space: nowrap;
}

.table th {
	width: 25%;
}

.table a{
  text-decoration: underline;
}
.table a:hover{
  text-decoration: none;
}

@media screen and (max-width: 520px) {

	.table :is(table, tbody, tr, th, td) {
		display: block;
	}

	.table :is(th, td) {
		padding: 10px 0;
		white-space: unset;
	}

	.table th {
		width: 100%;
		color: rgb(var(--blue));
	}
}

/**================================================================================
フォーム周り
form table
form table th .require
================================================================================**/

.owlet-input-sample {
	color: rgba(var(--black), 0.5);
}

/*
.-w-rules-body {
	border: 1px solid rgba(var(--black), 0.2);
	height: 200px;
	padding: 15px;
	font-size: 1rem;
	overflow-y: auto;
}
*/
.-w-rules-body a{
  text-decoration: underline;
}

.-w-rules-agree label,
.owlet-rules-agree label{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto;
	position: relative;
}

.-w-rules-agree .require,
.owlet-rules-agree .require{
	position: static;
	margin-left: 15px;
	transform: none;
}

.-w-form-btn {
	--btnAw: 300px;
	--btnAm: 20px auto;
	--btnAta: center;
}


/**アウレットフォーム用**/
form input.owlet-input-name-mei,
form input.owlet-input-name-sei {
	width: 10em;
	margin: 0 5px 5px;
}

form input.zip1,
form input.zip2,
form input.zip3 {
	width: 5em;
	margin: 0 5px 5px;
}

form input.zip2addr {
	height: 2.4em;
	padding: 0 15px;
	border-radius: 4px;
	border: none;
	box-shadow: 0 0 0 1px #ccc inset;
	margin: 0 5px 5px;
	background: rgba(var(--black), 0.1);
}

form input.address1 {
	width: calc(100% - 8em);
}

form input.owlet-input-tel1,
form input.owlet-input-tel2,
form input.owlet-input-tel3 {
	width: 5em;
	margin: 0 5px 5px;
}

/**必須**/
.require {
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: inline-block;
	width: 3em;
	height: 2em;
	text-align: center;
	color: #ffffff;
	border-radius: 3px;
	background: #cc0000;
}

form a{
  width: 10em;
  margin:10px auto;
  display:block;
  text-align: center;
  text-decoration: underline;
}form a:hover{
  text-decoration: none;
}

@media screen and (max-width:520px) {

	.-w-rules-agree label {
		width: 100%;
	}

	form input.owlet-input-name-mei,
	form input.owlet-input-name-sei {
		width: 7em;
		margin: 0 5px 5px;
	}

	form input.zip1,
	form input.zip2,
	form input.zip3 {
		width: 5em;
		margin: 0 0px 5px;
	}

	form input.zip2addr {
		height: 2.4em;
		padding: 0 15px;
		border-radius: 4px;
		border: none;
		box-shadow: 0 0 0 1px #ccc inset;
		margin: 0 5px 5px;
		background: rgba(var(--black), 0.1);
	}

	form input.address1 {
		width: 100%;
	}
}


.form {
	font-family: var(--webf);
	font-size: 1.2rem;
	
	--titAw:300px;
}

.form table {
	font-family: var(--ff);
	font-size: 1rem;
	width: 100%;
	margin: 30px auto;
}

.form table :is(th, td) {
	padding: 15px 20px;
	font-weight: normal;
	background: rgb(var(--blue2), 0.5);
	vertical-align: middle;
	border-bottom: 5px solid rgb(var(--white));
}

.form table th {
	width: 25%;
	position: relative;
	font-weight: bold;
	padding-right: 70px;
}

form {
	--btnAfz: 1.2em;
	--btnAw: 300px;
	--btnAc: rgb(var(--blue));
	--btnAbg: none;
	--btnAbd: 1px solid rgb(var(--blue));
	--btnAm: 40px auto;
	--btnAp: 15px 30px;
	--btnAjc: center;

	--btnAc_h: rgb(var(--white));
	--btnAbg_h: rgb(var(--blue));
	--btnAbd_h: 1px solid rgb(var(--blue));
}

@media screen and (max-width:520px) {

	.form table,
	.form tbody,
	.form tr {
		display: block;
		width: 100%;
	}

	.form table :is(th, td) {
		display: block;
		width: 100%;
		padding: 15px;
	}
}

/**================================================== 
loading animation
================================================== **/
#logo_loader {
	position: fixed;
	z-index: 101;
	z-index: 2000;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100vh;
	background: rgb(var(--white));
}

#logo_loader .f_logo {
	font-size: 30px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 490px;
	margin: auto;
	text-align: center;
	color: #ffffff;
	aspect-ratio: 490/140;
}

#logo_loader .f_logo img {
	width: 100%;
	height: auto;
}

#logo_loader .f_logo:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 110%;
	content: "";
	background-color: rgb(var(--white));
}

#logo_loader.open .f_logo:before {
	left: 100%;
	animation: loadLogo 1.5s;
}

@keyframes loadLogo {
	0% {
		left: 0;
	}

	50% {
		left: 0;
	}

	100% {
		left: 100%;
	}
}

#logo_loader.open {
	animation-name: slideOut;
	animation-duration: 2s;
	animation-delay: 1.5s;

	animation-fill-mode: forwards;
}

@keyframes slideOut {
	0% {
		transform: translateX(0%);
	}

	50% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(100%);
	}
}

@media screen and (max-width:520px) {
	#logo_loader .f_logo {
		width: 300px;
	}
}

/**================================================== 
header

読み込み時=.white付与。
スクロールすると.white消える。
================================================== **/
header {
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-flow: wrap;
	width: 100%;
	font-family: var(--webf);
	z-index: 100;
}

header.scroll {
	background: rgb(var(--white));
	transition: all 0.1s;
}

header .logo img {
	width: 320px;
	height: auto;
}

header .logo {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	opacity: 0;
}

header.scroll .logo {
	opacity: 1;
	transition: all 0.5s;
}

header .menu1 {
	display: flex;
	justify-content: flex-end;
}

header .menu1 a {
	flex: 1;
	width: 164px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 10px;
	color: rgb(var(--white));
	padding: 20px 15px;
	line-height: 1;
}

header .menu1 a svg {
	width: 24px;
	height: 24px;
	fill: rgb(var(--white));
}

header .menu1 .h-toi {
	background: rgb(var(--black));
}

header .menu1 .h-rec {
	background: rgb(var(--blue));
}

header nav {
	width: 100%;
}

.hamburger,
#hamburger-check {
	display: none;
}

header nav .gnav {
	width: 100%;
	height: 100%;
	z-index: 80;
	transition: all 0.5s;
	/*アニメーション設定*/
	display: flex;
	justify-content: flex-end;
	gap: 43px;
	padding: 20px 20px 10px;
	color: rgb(var(--white));
}

header.scroll nav .gnav {
	color: rgb(var(--black));
}

@media screen and (max-width: 520px) {
	header {
		justify-content: flex-start;
	}

	header .logo {
		position: relative;
		top: auto;
		left: auto;
		padding: 5px;
		transform: none;
	}

	header .logo img {
		width: auto;
		height: 50px;
	}

	header .menu1 {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 0.9rem;
	}

	header .menu1 a {
		flex: 1;
		padding: 13px 0;
	}

	header .menu1 a svg {
		width: 16px;
		height: 16px;
	}

	/**------------------------------ 
ハンバーガーjqueryなし
 ------------------------------**/
	.hamburger {
		position: fixed;
		top: 0;
		right: 0;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background: rgb(var(--blue));
	}

	#hamburger-check {
		display: none;
	}

	/**タップされる前 open**/
	.hamburger span,
	.hamburger span:before,
	.hamburger span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
	}

	.hamburger span:before {
		bottom: 8px;
	}

	.hamburger span:after {
		top: 8px;
	}

	/**タップされたとき close**/
	#hamburger-check:checked~.hamburger span {
		background-color: rgba(255, 255, 255, 0);
	}

	#hamburger-check:checked~.hamburger span::before {
		bottom: 0;
		transform: rotate(45deg);
	}

	#hamburger-check:checked~.hamburger span::after {
		top: 0;
		transform: rotate(-45deg);
	}

	/**================================================== 
	 グローバルナビ
	================================================== **/
	header nav .gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		/*leftの値を変更してメニューを画面外へ*/
		z-index: 80;
		background-color: rgb(var(--blue));
		transition: all 0.5s;
		/*アニメーション設定*/

		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 25px;
		padding: 70px 40px 20px;
		margin: 0;
	}

	#hamburger-check:checked~.gnav {
		left: 0;
		/*メニューを画面内へ*/
	}

	header.scroll nav .gnav {
		color: rgb(var(--white));
	}

}

/**================================================== 
 footer
================================================== **/
footer {
	width: var(--base-width);
	margin: 70px auto 0;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 70px;
}

footer .logo img {
	width: 430px;
}

footer .main-add dt {
	font-family: var(--webf);
	font-size: 1.5em;
}

footer nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

footer nav>* {
	border-right: 1px solid rgb(var(--black));
	padding: 0 40px 0 0;
}

footer .sub-add {
	width: 45%;
}

footer .sub-add p {
	margin-bottom: 0.5em;
}

footer nav ul {
	flex: 1;
	font-family: var(--webf);
	font-size: 1.1em;
}

footer nav ul li {
	padding: 10px 0;
}

footer .copyright {
	font-size: 0.9em;
	text-align: center;
	width: 100%;
	margin: 50px 0;
}

@media screen and (max-width:520px) {
	footer {
		width: 90%;
		margin: 20px auto 0;
		flex-flow: column;
		gap: 0;
	}

	footer .logo {
		text-align: center;
		margin: 0 0 1.5em;
	}

	footer .logo img {
		width: 80%;
	}

	footer .main-add dt {
		font-size: 1.3em;
		margin: 0 0 0.5em;
	}

	footer .main-add {
		margin: 0 0 0.5em;
	}

	footer nav>* {
		border-right: none;
		padding: 0;
	}

	footer .sub-add {
		width: 100%;
		font-size: 0.9em;
	}

	footer nav ul {
		display: none;
	}

	footer .copyright {
		font-size: 0.7em;
		margin: 30px 0 60px;
	}
}


/**================================================== 
 ブログリスト
 ul.boxNC.list-blogs>li>a>
 (figure>img)+(.text>em.em+time.time+h3+p)
================================================== **/
.sec-news-top {
	padding: 80px var(--over-width-half);
}

.list-blogs {
	--boxNC_m: 70px auto;
	--boxNC_gap: 40px 5%;
	--boxNC_child_w: calc(95% / 2);
}

.list-blogs a {
	line-height: 1.5;
	display: flex;
}

.list-blogs figure,
.list-blogs picture {
	flex: none;
	width: 180px;
	height: 170px;
	margin: 0 15px 0 0;
}

.list-blogs figure img,
.list-blogs picture img {
	width: 100%;
	height: 100%;

	object-fit: cover;
}

.list-blogs .em {
	width: 8em;
	text-align: center;
	color: var(--white);
	background: var(--kon);
}

.list-blogs h3 {
	font-weight: bold;
	margin: 15px 0;
}

.list-blogs p {
	font-size: 15px;
}

@media screen and (max-width:520px) {
	.sec-news-top {
		padding: 30px var(--over-width-half);
	}

	.list-blogs {
		--boxNC_gap: 8px;
		--boxNC_child_w: 100%;
	}

	.list-blogs a {
		padding: 8px;
	}

	.list-blogs figure,
	.list-blogs picture {
		flex: none;
		width: 96px;
		height: 96px;
		margin: 0 8px 0 0;
	}

	.list-blogs h3 {
		font-weight: bold;
		margin: 8px 0;
	}

	.list-blogs p {
		display: none;
	}
}

/**------------------------------ 
よくあるご質問
 ------------------------------**/
.faq {
	margin: 0 auto 40px;
	border: 1px solid #e5e1e1;
	border-radius: 20px;
}

.faq dt {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	min-height: 60px;
	margin: 0;
	margin-top: 0;
	padding: 25px 30px 25px 110px;
	color: #2e2828;
	border-bottom: 1px solid #e5e1e1;
}

.faq dt:before {
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	content: "Q";
	color: #0ea2ff;
	border: 1px solid #0ea2ff;
	border-radius: 50%;
}

.faq dd {
	position: relative;
	min-height: 60px;
	padding: 25px 30px 25px 110px;
	color: #2e2828;
}

.faq dd:before {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	content: "A";
	color: #ffffff;
	border: 1px solid #0ea2ff;
	border-radius: 25px;
	background: #0ea2ff;
}

@media screen and (max-width: 520px) {
	.faq {
		margin: 0 auto 20px;
		border-radius: 10px;
	}

	.faq dt {
		font-size: 15px;
		min-height: 60px;
		padding: 20px 15px 20px 50px;
	}

	.faq dt:before {
		font-size: 17px;
		top: 15px;
		left: 10px;
		width: 30px;
		height: 30px;
	}

	.faq dd {
		min-height: 60px;
		padding: 20px 15px 20px 50px;
	}

	.faq dd:before {
		font-size: 17px;
		top: 15px;
		left: 10px;
		width: 30px;
		height: 30px;
	}
}

/**================================================== 
 お問い合わせ
 EX)https: //ibaraki-minshou.com/contact/
================================================== **/
.sec-contact-01 {
	padding: 60px var(--over-width-half) 1px;

	--titAm: 0 auto 30px;
}

/**------------------------------ 
電話
 ------------------------------**/

.sec_tel {
	padding: 40px var(--calc980);
	text-align: center;

	--titCta: center;
	--titCbg: var(--blue3);
	--titCc: var(--white);
	--titCm: 0;
}

.sec_tel p {
	margin: 15px auto;
}

.sec_tel dd {
	background: var(--blue);
	padding: 1px 0 20px;
}

.sec_tel .tel,
.sec_tel .fax {
	font-size: 2rem;
	display: block;
	margin: 5px 0;
	font-weight: bold;
	color: var(--blue3);
	line-height: 1.5;
}

.sec_tel svg {
	fill: var(--blue3);
	display: inline-block;
	margin: 0 5px 0 0;
}

.sec_tel .fax svg {
	width: 30px;
	height: 26px;
}

.sec_tel .tel svg {
	width: 26px;
	height: 26px;
}

.sec_tel .tel:before,
.sec_tel .fax:before {
	display: inline-block;
	margin-right: 5px;
}

@media screen and (max-width:520px) {
	.sec_tel {
		padding: 30px var(--calc980) 5px;

		--titCfz: 1.2rem;
		--titCp: 10px;
	}

	.sec_tel dd {
		padding: 1px 0 5px;
	}

	.sec_tel .tel,
	.sec_tel .fax {
		font-size: 28px;
	}

}


/**================================================== 
 スライド
================================================== **/
/**------------------------------ 
swiper
 ------------------------------**/
.sw2 {
	position: relative;
	overflow: hidden;
	margin: 0 0 70px;
	padding: 0 5% 70px var(--over-width-half);
}

.sw2 figure {
	margin: 0 0 15px;
}

.sw2 img {
	width: 100%;
	height: auto;
}


.sw_btn {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	margin: 50px 5% 0 0;
	color: rgb(var(--blue));
	font-family: var(--webf);

	position: absolute;
	right: 5%;
	bottom: 0;
	z-index: 20;
}

.sw-prev,
.sw-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	cursor: pointer;
	border: 1px solid rgb(var(--blue));
	background: rgb(var(--white));
	border-radius: 50px;
}

.sw-prev:before,
.sw-next:after {
	display: none;
}

.sw-pagination {
	width: auto;
	padding: 0;
}

.sw-pagination.swiper-horizontal>.swiper-pagination-bullets,
.sw-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.sw1 :is(.swiper-pagination-custom, .swiper-pagination-fraction),
.sw2 :is(.swiper-pagination-custom, .swiper-pagination-fraction) {
	width: auto;
}

@media screen and (max-width:520px) {
	.sw_btn {
		position: static;
		margin: 0;
		justify-content: space-between;
		width: 100%;
	}
}

/**================================================== 
 TOP
================================================== **/
.hero {
	width: 100%;
	position: relative;
}

.hero .text {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 10;
}

.hero .swiper picture img {
	width: 100%;
	height: auto;
}

.hero .swiper li {
	position: relative;
}

.hero .swiper li:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(var(--black), 0.3);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width:520px) {
	.hero .text {
		width: 80%;
	}
}

/**------------------------------ 
TOP01
 ------------------------------**/
.img {
	position: relative;
}

.img:after {
	content: attr(data-foo) " ";
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: rgba(var(--white), 0.5);
	color: rgb(var(--black));
	display: inline-block;
	z-index: 1000;
	padding: 0 10px;
}

.top-01 {
	background:
		linear-gradient(to left, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 1) 60%),
		url(/common/images/top_bg01.webp) no-repeat right bottom / 60% 100%;
	padding: 90px var(--over-width-half) 60px;
}

.top-01 .logo img {
	width: 540px;
	mix-blend-mode: multiply;
	margin: 0 0 40px;
}

.top-01 h1 {
	font-family: var(--webf);
	color: rgb(var(--blue));
	font-size: 1.5em;
	margin: 0 0 30px;
}

.top-01 p {
	width: 540px;
}

.infinite-loop {
	margin: 80px 0;
}

.infinite-loop .swiper-wrapper {
	transition-timing-function: linear;
}

@media screen and (max-width:520px) {
	.top-01 {
		background:
			linear-gradient(to top, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 1) 60%),
			url(/common/images/top_bg01.webp) no-repeat left bottom / 100% auto;
		padding: 30px 5% 35vw;
	}

	.top-01 .logo {
		text-align: center;
	}

	.top-01 .logo img {
		width: 85%;
		margin: 0 auto 20px;
	}

	.top-01 h1 {
		font-size: 1.2em;
		margin: 0 0 20px;
	}

	.top-01 p {
		width: 100%;
	}

	.infinite-loop {
		margin: 15px 0;
	}
}

/**------------------------------ 
TOP02
 ------------------------------**/
.top-02 {
	background: rgb(var(--blue2));
	padding: 80px var(--over-width-half);

	--boxLR_w: 100%;
	--boxLR_m: 0;
	--boxLR_gap: 0;
	--boxLR_1_w: 45%;
	--boxLR_2_w: 45%;
	--boxLR_jc: space-between;
	--boxLR_ai: stretch;
	--boxLR_fflow: wrap;

	--titBls: 20px;
}

.top-02 .box-ceo {
	font-family: var(--webf);
	text-align: center;
}

.top-02 .box-ceo .name {
	text-align: right;
	margin: 40px 0 0;
}

@media screen and (max-width:520px) {
	.top-02 {
		padding: 30px var(--over-width-half);

		--boxLR_w: 100%;
		--boxLR_m: 0;
		--boxLR_gap: 30px;
		--boxLR_1_w: 100%;
		--boxLR_2_w: 100%;

		--titBls: 20px;
	}

	.top-02 .box-ceo {
		font-family: var(--webf);
		text-align: center;
	}

	.top-02 .box-ceo .name {
		text-align: right;
		margin: 40px 0 0;
	}
}

/**------------------------------ 
TOP03
 ------------------------------**/
.top-03 {
	background: rgb(var(--blue));
	color: rgb(var(--white));
	padding: 80px var(--over-width-half) 80px 0;
	position: relative;

	--titAc: rgb(var(--white));
	--titAs-c: rgb(var(--white));
	--titAs-ta: right;
	--titAta: right;

	--btnAm: 15px 0 0 auto;
	--btnAjc: flex-end;
}

.top-03 .titA {
	position: absolute;
	top: 80px;
	right: var(--over-width-half);
}

@media screen and (max-width:520px) {
	.top-03 {
		padding: 40px var(--over-width-half);

		--btnAm: 15px 0 0 auto;
		--btnAjc: flex-end;
	}

	.top-03 .titA {
		position: relative;
		top: auto;
		right: auto;
	}
}

/*==============================
マウスオーバー アコーディオン
==============================*/
.accordion {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: flex;
	gap: 40px;
	--width: 50vw;
}

.accordion::before {
	content: "";
	display: block;
}

.accordion>*,
.accordion::before {
	width: var(--width);
	flex: none;
}

.accordion::before,
.accordion picture {
	aspect-ratio: 733/840;
}

.accordion ul {
	width: auto;
	margin: 180px 0 0;
	flex: 1;
	border-top: 1px solid rgb(var(--white));
}

.accordion li {
	list-style: none;
	counter-increment: number;
}

.accordion dl {
	flex: 1;
	border-bottom: 1px solid rgb(var(--white));
	position: relative;
	padding: 1em 0;
}

.accordion dt {
	margin: 0;
	padding: 0 1em;
	font-size: 1em;
	cursor: pointer;
	font-family: var(--webf);
	font-size: 1.6rem;
	display: flex;
	gap: 15px;
	align-items: center;
}

.accordion .open dt {
	margin-bottom: 0.5em;
}

.accordion dt:before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	border: 1px solid rgb(var(--white));
	background: rgb(var(--white));
	color: rgb(var(--blue));
	content: counter(number, decimal-leading-zero);
	border-radius: 50px;
	flex: none;
}

.accordion .open dt:before {
	background: none;
	color: rgb(var(--white));
	transition: 0.5s;
}

.accordion dd {
	padding: 0 1em;
}

.accordion picture {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: var(--width);
	margin: 0;
	flex: none;
}

.accordion picture:before {
	content: counter(number, decimal-leading-zero);
	position: absolute;
	top: 15px;
	right: 30px;
	font-family: var(--webf);
	font-size: 5.6rem;
	color: transparent;
	-webkit-text-stroke: 0.5px rgb(var(--white));
	line-height: 1;
}

.accordion :is(dd, picture) {
	height: 0;
	opacity: 0;
	transition: 0.3s;
}

.accordion .open :is(dd, picture) {
	height: auto;
	opacity: 1;
}

.accordion img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width:520px) {
	.accordion {
		position: relative;
		width: 100%;
		margin: 0 auto;
		display: flex;
		gap: 40px;
		--width: 100%;
	}

	.accordion::before {
		display: none;
	}

	.accordion::before,
	.accordion picture {
		aspect-ratio: 768/512;
	}

	.accordion ul {
		width: auto;
		margin: 0;
		flex: 1;
		border-top: none;
	}

	.accordion dl {
		border-bottom: none;
		position: relative;
	}

	.accordion dt {
		margin: 0 0 0.5em;
		padding: 0;
		font-size: 1.3rem;
		display: flex;
		gap: 15px;
		align-items: center;
	}

	.accordion dt:before {
		width: 3.5rem;
		height: 3.5rem;
		background: none;
		color: rgb(var(--white));
	}

	.accordion dd {
		padding: 0;
	}

	.accordion picture {
		position: relative;
		top: auto;
		left: auto;
	}

	.accordion picture:before {
		display: none;
	}

	.accordion :is(dd, picture) {
		height: auto;
		opacity: 1;
		transition: 0.3s;
	}

	.accordion img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

/**------------------------------ 
top-04
 ------------------------------**/
.top-04 {
	padding: 80px 0 0;
}

.list-business {
	color: rgb(var(--white));

	--boxNC_w: 100%;
	--boxNC_m: 50px auto 0;
	--boxNC_gap: 0;
	--boxNC_child_w: calc(100% / 2);

	--titBta: left;

	--btnAm: 15px 0 0 auto;
	--btnAc_h: rgb(var(--black));
}

.list-business li {
	position: relative;
	aspect-ratio: 700/600;
	padding: 0 3% 35px;

	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}

.list-business em {
	display: block;
	position: absolute;
	top: 15px;
	right: 30px;
	font-family: var(--webf);
	font-size: 8rem;
	color: transparent;
	-webkit-text-stroke: 0.3px rgb(var(--white));
	line-height: 1;
	z-index: 10;
	font-style: normal;
}

.list-business picture {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.list-business picture:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(var(--black), 0.5);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
}

.list-business picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list-business .titB small {
	display: block;
	font-size: 0.6em;
	margin-top: 0.5em;
}

@media screen and (max-width:520px) {
	.top-04 {
		padding: 40px 0 0;
	}

	.list-business {
		color: rgb(var(--white));

		--boxNC_w: 100%;
		--boxNC_m: 50px auto 0;
		--boxNC_gap: 0;
		--boxNC_child_w: 100%;

		--btnAm: 0 0;
		--btnAw: auto;
		--btnAc_h: rgb(var(--white));
		--btnAbg_h: none;
	}

	.list-business li {
		position: relative;
		aspect-ratio: 700/900;
		padding: 0 5% 10px;

		display: flex;
		flex-flow: column;
		justify-content: flex-end;
	}

	.list-business em {
		top: 15px;
		right: 5px;
		font-size: 4rem;
	}

	.list-business .titB small {
		font-size: 0.5em;
	}
}

/**------------------------------ 
top-05
 ------------------------------**/
.top-05 {
	padding: 100px var(--over-width-half);
	background: rgb(var(--blue));
	color: rgb(var(--white));

	--boxLR_w: 100%;
	--boxLR_m: 30px auto;
	--boxLR_gap: 10px;
	--boxLR_1_w: 50%;
	--boxLR_2_w: auto;
	--boxLR_jc: space-between;
	--boxLR_ai: flex-end;
	--boxLR_fflow: wrap;

	--titAc: rgb(var(--white));
	--titAs-c: rgb(var(--white));
	--titAta: left;
	--titAs-ta: left;

	--titBta: left;
	--titBlh: 1.5;

	--btnAbg: rgb(var(--white));
	--btnAc: rgb(var(--blue));
	--btnAp: 15px;
	--btnAw: 255px;
	--btnAjc: center;
	--btnAm: 45px 0 0;
	--btnAbd: 1px solid rgb(var(--white));
	--btnAc_h: rgb(var(--white));
	--btnAbg_h: none;
	--btnAbd_h: 1px solid rgb(var(--white));
}

@media screen and (max-width:520px) {
	.top-05 {
		padding: 40px var(--over-width-half);

		--boxLR_w: 100%;
		--boxLR_m: 30px auto 0;
		--boxLR_gap: 10px;
		--boxLR_1_w: 100%;
		--boxLR_2_w: 90%;
		--boxLR_jc: center;

		--titBfz: 1.5rem;

		--btnAw: 100%;
		--btnAjc: center;
		--btnAm: 30px 0;
	}
}

/**------------------------------ 
top-06
 ------------------------------**/
.top-06 {
	position: relative;
	padding: 80px 0 80px var(--over-width-half);
	margin-bottom: 80px;
	overflow: hidden;

	display: grid;
	grid-template-rows: auto auto 1fr;
	grid-template-columns: 400px 1fr;

	--titAm: 0 0 30px;
	--titAta: left;
	--titAs-ta: left;

	--btnAbg: rgb(var(--blue));
	--btnAc: rgb(var(--white));
	--btnAjc: center;
	--btnAw: 255px;
	--btnAp: 15px 0;
	--btnAbd: 1px solid rgb(var(--white));
	--btnAbd_h: 1px solid rgb(var(--blue));
}

.top-06 .btnA {
	grid-row: 2/3;
	grid-column: 1/2;
}

.list-news {
	overflow: hidden;

	grid-row: 1/4;
	grid-column: 2/3;
}

.list-news img {
	width: 100%;
	height: auto;
}

.list-news h3 {
	color: rgb(var(--blue));
	font-family: var(--webf);
	font-size: 1.1rem;
	margin: 0.5em 0;
}

.list-news p {
	margin: 0 0 0.5em;
}

.list-news :is(time, em) {
	display: inline-block;
	font-size: 0.9rem;
	color: rgb(var(--black), 0.5);
	margin: 0 8px 0 0;
	font-style: normal;
}

@media screen and (max-width:520px) {
	.top-06 {
		padding: 40px 0 50px var(--over-width-half);
		margin-bottom: 0;

		display: grid;
		grid-template-rows: auto auto auto;
		grid-template-columns: auto;

		--titAm: 0 0 30px;
		--titAta: left;
		--titAs-ta: left;

		--btnAw: 95%;
		--btnAp: 15px 0;
	}

	.top-06 .btnA {
		grid-row: 3/4;
		grid-column: 1/2;
	}

	.list-news {
		overflow: hidden;
		padding: 0 0 80px;

		grid-row: 2/3;
		grid-column: 1/2;
	}

}

/**------------------------------ 
top-07
 ------------------------------**/
.top-07 {
	background: linear-gradient(to right, rgba(var(--blue), 1) 50%, rgba(var(--blue), 0) 80%),
		url(/common/images/top_bg02.webp) no-repeat right top / auto 100%;

	padding: 80px var(--over-width-half);
	color: rgb(var(--white));

	--titAc: rgb(var(--white));
	--titAta: left;
	--titAs-c: rgb(var(--white));
	--titAs-ta: rgb(var(--white));

	--titBta: left;

	--btnAbg: rgb(var(--white));
	--btnAc: rgb(var(--blue));
	--btnAp: 15px;
	--btnAw: 255px;
	--btnAjc: center;
	--btnAm: 45px 0 0;
	--btnAbd: 1px solid rgb(var(--white));
	--btnAc_h: rgb(var(--white));
	--btnAbg_h: none;
	--btnAbd_h: 1px solid rgb(var(--white));
}

@media screen and (max-width:520px) {
	.top-07 {
		background: linear-gradient(to bottom, rgba(var(--blue), 1) 65%, rgba(var(--blue), 0) 80%),
			url(/common/images/top_bg02.webp) no-repeat right bottom / 130% auto;

		padding: 40px var(--over-width-half) 70vw;

		--btnAp: 15px;
		--btnAw: 100%;
		--btnAm: 30px 0 0;
	}
}

/**------------------------------ 
top-08
 ------------------------------**/

.top-08 {
	background: rgb(var(--blue2));
	padding: 80px var(--over-width-half);
}

.list-logo {
	--boxNC_w: 100%;
	--boxNC_m: 30px auto;
	--boxNC_gap: 40px;
	--boxNC_child_w: calc((100% - (40px * 2)) / 3);
}

.list-logo picture {
	display: block;
	background: rgb(var(--white));
	aspect-ratio: 1/0.8;
	width: 100%;
	border: 1px solid rgba(var(--black), 0.2);
}

.list-logo picture img {
	width: 95%;
	height: 95%;
	margin: 2.5%;
	object-fit: contain;
}

.list-logo h3 {
	font-family: var(--webf);
	color: rgb(var(--blue));
	margin: 0.8em 0;
	font-size: 1.1rem;
}

@media screen and (max-width:520px) {
	.top-08 {
		background: rgb(var(--blue2));
		padding: 40px var(--over-width-half);
	}

	.list-logo {
		--boxNC_w: 100%;
		--boxNC_m: 30px auto 0;
		--boxNC_gap: 30px;
		--boxNC_child_w: 100%;
	}

	.list-logo h3 {
		margin: 0.5em 0;
	}
}

.aside {
	background: url(/common/images/top_bg03.webp) no-repeat center/ cover;
	position: relative;
	padding: 100px var(--over-width-half);
	text-align: center;
	color: rgb(var(--white));

	--titAc: rgb(var(--white));
	--titAs-c: rgb(var(--white));

	--boxLR_w: 100%;
	--boxLR_m: 50px auto 30px;
	--boxLR_gap: 50px;
	--boxLR_1_w: auto;
	--boxLR_2_w: auto;
	--boxLR_jc: center;
	--boxLR_ai: center;
	--boxLR_fflow: wrap;
}

.aside:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(var(--black), 0.7);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.aside>* {
	position: relative;
	z-index: 2;
}

.aside .tel {
	font-family: var(--webf);
	font-size: 2.3em;
	display: flex;
	align-items: center;
	gap: 10px;
}

.aside .tel svg {
	width: 1em;
	height: 1em;
	fill: rgb(var(--white));
}

.aside .mail {
	border: 1px solid rgb(var(--white));
	padding: 20px 40px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.2rem;
	font-family: var(--webf);
}

.aside .mail svg {
	width: 1.3em;
	height: 1.3em;
	fill: rgb(var(--white));
}

.aside .mail:hover {
	background: rgb(var(--white));
	color: rgb(var(--black));
}

.aside .mail:hover svg {
	fill: rgb(var(--black));
}

@media screen and (max-width:520px) {
	.aside {
		padding: 50px var(--over-width-half);

		--boxLR_w: 100%;
		--boxLR_m: 30px auto 30px;
		--boxLR_gap: 20px;
		--boxLR_1_w: 100%;
		--boxLR_2_w: 100%;
		--boxLR_jc: center;
		--boxLR_ai: center;
		--boxLR_fflow: wrap;
	}

	.aside>* {
		position: relative;
		z-index: 2;
	}

	.aside .tel {
		font-size: 1.8em;
		border: 1px solid rgb(var(--white));
		text-align: center;
		padding: 10px 40px;
		justify-content: center;
	}

	.aside .mail {
		border: 1px solid rgb(var(--white));
		padding: 20px 40px;
	}
}

/**================================================== 
 page
================================================== **/
.page-01 {
	overflow: hidden;
	padding: 80px var(--over-width-half);
	position: relative;

	background:
		linear-gradient(to left, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 55%),
		url(/common/images/top_bg01.webp) no-repeat right bottom / 80% 100%;

	--titAta: left;
	--titAc: rgb(var(--blue));
	--titAfz: 2.5em;
	--titAm: 0 0 40px;
	--titAs-c: rgb(var(--blue));
	--titAs-ta: left;

	--titBta: left;
	--titCta: left;
	--titCm: 50px auto 30px;
}

.page-01>* {
	position: relative;
	z-index: 2;
}

.page-01 p {
	width: 600px;
}

@media screen and (max-width:520px) {
	.page-01 {
		padding: 30px var(--over-width-half) 30vw;

		background:
			linear-gradient(to bottom, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%),
			url(/common/images/top_bg01.webp) no-repeat right bottom / 100% auto;

		--titAfz: 2em;
		--titAm: 0 0 20px;

		--titBfz: 1.5em;

		--titCfz: 1.3em;
		--titCm: 20px auto 15px;
	}

	.page-01 p {
		width: 100%;
	}
}

.page-02 {
	padding: 80px 0;
}

.bis-wrapper {
	--titCta: center;
	--titCbg: rgb(var(--blue));
	--titCc: rgb(var(--white));
	--titCp: 15px 5px;
	--titCfz: 2rem;
	--titCm: 30px auto;
}

.bis-tit {
	width: 100%;
	height: 500px;
	position: relative;
	padding: 0 5% 30px var(--over-width-half);
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	color: rgb(var(--white));

	--titBc: rgb(var(--white));
	--titBta: left;
	--titBfz: 3rem;

	--titDc: rgb(var(--white));
}

.bis-tit>* {
	position: relative;
	z-index: 5;
}

.bis-tit em {
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	font-family: var(--webf);
	font-size: 8rem;
	color: transparent;
	-webkit-text-stroke: 0.3px rgb(var(--white));
	line-height: 1;
	z-index: 10;
	font-style: normal;
}

.bis-tit picture {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.bis-tit picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bis-tit picture:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(var(--black), 0.5);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
}

.bis-tit p {
	margin-bottom: 30px;
}


.list-bis {
	width: 100%;
	position: relative;
	padding: 0 var(--over-width-half) 50px;
}

.list-bis dd {
	margin-left: 5%;
	margin-right: 5%;
}


.list-fig {
	background: rgba(var(--blue2), 0.5);
	padding: 50px var(--over-width-half);
	margin: 0 0 80px;

	--boxNC_w: 100%;
	--boxNC_m: 0 auto;
	--boxNC_gap: 50px 5%;
	--boxNC_child_w: calc(90% / 3);
}

.list-fig figure {
	background: rgb(var(--white));
	box-shadow: 0 0 0 15px rgb(var(--white));
}

.table-car .bgfix {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	height: 20vw;
}

.table-car-inner {
	width: var(--base-width);
	padding: 1px;
	background: rgba(var(--white), 1);
	margin: -50px auto 0;
}

.table-car-inner h5 {
	font-size: 1.6rem;
	font-family: var(--webf);
	text-align: center;
	width: fit-content;
	margin: 30px auto 15px;
	border: 1px solid rgb(var(--black));
	padding: 10px 20px;
}

.table-car .dl {
	width: 60%;
	margin: 0 auto;

	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: flex-start;
	padding: 30px 30px 15px;
	gap: 30px 80px;
}

.table-car dl {
	padding: 0;
	display: grid;
	grid-template-columns: auto auto;
	gap: 10px 30px;
}

.table-car .dl p {
	width: 100%;
	text-align: right;
}

.table-car dl dd {
	font-size: 1.1rem;
	font-weight: bold;
}

.list-car {
	padding: 50px var(--over-width-half);

	--boxNC_w: 100%;
	--boxNC_m: 0 auto;
	--boxNC_gap: 50px 3%;
	--boxNC_child_w: calc(91% / 4);
}

@media screen and (max-width:520px) {
	.page-02 {
		padding: 30px 0;
	}

	.bis-wrapper {
		--titCp: 10px 5px;
		--titCfz: 1.3rem;
		--titCm: 20px auto;
	}

	.bis-tit {
		width: 100%;
		min-height: 70vw;
		height: auto;
		padding: 80px 5% 1px;

		--titBfz: 2rem;
		--titBm: 0 0 10px;

		--titDfz: 1.3em;
		--titDm: 15px auto;
	}

	.bis-tit em {
		font-size: 4rem;
		top: 0;
		right: 0;
	}

	.bis-tit p {
		margin-bottom: 30px;
	}


	.list-bis {
		width: 100%;
		position: relative;
		padding: 0 var(--over-width-half) 40px;
	}

	.list-bis dd {
		margin-left: 0;
		margin-right: 0;
	}

	.list-fig {
		background: rgba(var(--blue2), 0.5);
		padding: 20px var(--over-width-half);
		margin: 0 0 40px;

		--boxNC_w: 100%;
		--boxNC_m: 0 auto;
		--boxNC_gap: 20px 5%;
		--boxNC_child_w: calc(95% / 2);
	}

	.list-fig figure {
		background: rgb(var(--white));
		box-shadow: 0 0 0 5px rgb(var(--white));
	}

	.table-car .bgfix {
		background-attachment: unset;
		height: 50vw;
	}

	.table-car-inner {
		width: 90%;
		padding: 1px 0;
		margin: -20px auto 0;
	}

	.table-car-inner h5 {
		font-size: 1.3rem;
		font-family: var(--webf);
		text-align: center;
		width: fit-content;
		margin: 30px auto 15px;
		border: 1px solid rgb(var(--black));
		padding: 5px 20px;
	}

	.table-car .dl {
		width: 100%;
		margin: 0 auto;

		display: flex;
		flex-flow: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 15px 0;
		gap: 15px 20px;
	}

	.table-car dl {
		width: 100%;
		padding: 0;
		grid-template-columns: 1fr 3em;
		gap: 10px 0;
	}

	.table-car .dl p {
		width: 100%;
		text-align: right;
	}

	.table-car dl dd {
		font-size: 1.1rem;
		text-align: right;
	}

	.table-car dl :is(dt, dd) {
		border-bottom: 1px solid rgba(var(--black), 0.2);
	}

	.list-car {
		padding: 20px var(--over-width-half);

		--boxNC_w: 100%;
		--boxNC_m: 0 auto;
		--boxNC_gap: 20px 3%;
		--boxNC_child_w: calc(97% / 2);
	}
}

.page-03 {
	padding: 50px var(--over-width-half);
}

.page-03 .richtext {
	font-size: 1.2rem;
	font-family: var(--webf);
}

.page-04 {
	background: rgb(var(--blue));
	color: rgb(var(--white));
	padding: 50px 0;
}

.list-safe {
	--boxNC_w: var(--base-width);
	--boxNC_m: 30px auto;
	--boxNC_gap: 40px 3%;
	--boxNC_child_w: calc(94% / 3);
	
	counter-reset: number -1;
}

.list-safe img {
	aspect-ratio: 380/258;
	width: 100%;
	object-fit: cover;
}

.list-safe figure+p {
	margin: 10px 0 0 80px;
	line-height: 1.5;
}

.list-safe li {
	counter-increment: number;
}

.list-safe li figure {
	position: relative;
}

.list-safe li figure:before {
	content: counter(number, decimal-leading-zero);
	position: absolute;
	left: 5px;
	top: 100%;
	font-size: 3.2rem;
	font-family: var(--webf);
	line-height: 0;
	font-style: italic;
}

.page-05 {
	padding: 50px var(--over-width-half) 80px;
}

.table-goal table {
	width: 100%;
	margin: 0 auto;
	font-weight: bold;
	font-size: 1.1rem;
	font-family: var(--webf);
	border-top: 1px solid rgba(var(--blue), 0.3);
}

.table-goal :is(td,th) {
	padding: 20px;
	border-bottom: 1px solid rgba(var(--blue), 0.3);
	color: rgb(var(--blue));
}

.table-goal td {
	font-weight: normal;
	font-size: 1rem;
	font-family: var(--ff);
	color: rgb(var(--black));
}


.page-06 {
	padding: 50px var(--over-width-half);
	text-align: center;
	background: rgba(var(--blue2));

	--btnAbg: rgb(var(--blue));
	--btnAc: rgb(var(--white));
	--btnAjc: center;
	--btnAw: 360px;
	--btnAp: 15px 0;
	--btnAm: 40px auto 0;
	--btnAbd: 1px solid rgb(var(--white));
	--btnAbd_h: 1px solid rgb(var(--blue));
}

.page-06 figure.gm {
	width: 200px;
	margin: 20px auto;
	background: rgb(var(--white));
	border: 5px solid rgb(var(--white));
}

@media screen and (max-width:520px) {
	.page-03 {
		padding: 30px var(--over-width-half);
	}

	.page-04 {
		padding: 10px 5%;
	}

	.list-safe {
		--boxNC_w: var(--base-width);
		--boxNC_m: 30px auto;
		--boxNC_gap: 40px 3%;
		--boxNC_child_w: 100%;
	}

	.page-05 {
		padding: 30px 0 40px;
	}

	.table-goal :is(table, tbody, tr, th, td) {
		display: block;
		width: 100%;
	}

	.page-06 {
		padding: 30px var(--over-width-half);

		--btnAw: 100%;
	}

	.page-06 figure.gm {
		width: 150px;
	}
}

:is(.page-07, .page-08) {
	padding: 50px var(--over-width-half) 80px;
	display: flex;
	justify-content: space-between;
	gap: 150px;

	--titAta: left;
	--titAfz: 3rem;
	--titAs-ta: left;
	--titAm: 20px 0 0;
}

:is(.page-07, .page-08) .table {
	flex: 1;
	max-width: 750px;
}

.page-08 {
	background: rgba(var(--blue2), 0.5);
}

.page-09 {
	padding: 50px var(--over-width-half);
}

.list-map {
	--titBcl: var(--bodybg);
	--titBm: 0 0 15px;
	--titBta: left;
	margin: 0 5%;
}

.list-map li {
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
}

.list-map li>* {
	width: 48%;
}

.list-map dl {
	margin: 0 0 15px;
}

.list-map .map iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 520/347;
}

.list-map img {
	aspect-ratio: 520/347;
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media screen and (max-width:520px) {
	:is(.page-07, .page-08) {
		padding: 30px var(--over-width-half) 40px;
		display: block;

		--titAfz: 1.8em;
		--titAm: 0 0 20px;
	}

	:is(.page-07, .page-08) .table {
		max-width: 100%;
	}

	.page-08 {
		background: rgba(var(--blue2), 0.5);
	}

	.page-09 {
		padding: 30px var(--over-width-half);
	}

	.list-map {
		--titBm: 0 0 10px;
		margin: 0;
	}

	.list-map li {
		margin: 30px auto;
		flex-wrap: wrap;
	}

	.list-map li>* {
		width: 100%;
	}

	.list-map dl {
		margin: 0 0 10px;
		text-align: left;
	}

	.list-map dl dt {
		align-items: flex-start;
	}

	.list-map .map iframe {
		width: 100%;
		height: 60vw;
	}
}


.page-10 {
	padding: 80px var(--over-width-half);
}

.page-11 {
	padding: 60px 0 30px;
	background: rgba(var(--blue2), 0.5);
	position: relative;

	--titBm: 0 auto;
}

.rec-mess li {
	display: flex;
	justify-content: center;
	gap: 40px;
	padding: 50px var(--over-width-half);
}

.rec-mess li+li {
	border-top: 3px solid rgb(var(--white));
}

.rec-mess .figure {
	width: 450px;
}

.rec-mess .figure img {
	width: 100%;
}

.rec-mess .figure p {
	color: rgb(var(--blue));
	font-family: var(--webf);
	font-size: 1.2rem;
	margin: 5px;
	text-align: center;
}

.rec-mess li .text {
	max-width: 980px;
	flex: 1;
}

.rec-mess dl dt {
	border: 1px solid rgb(var(--blue));
	color: rgb(var(--blue));
	background: rgb(var(--white));
	font-weight: bold;
	padding: 5px 15px;
}

.rec-mess dl dd {
	padding: 10px 15px 15px;
}

.rec-mess dl dd:last-child {
	padding-bottom: 0;
}

.page-12 {
	background: rgb(var(--blue));
	padding: 50px var(--over-width-half) 70px;

	--titAc: rgb(var(--white));
	--titAs-c: rgb(var(--white));
}

.page-12 .table :is(th, td) {
	background: rgba(var(--white), 1);
}

.page-12 .table+.table {
	margin-top: 50px;
}

.page-13 {
	padding: 50px var(--over-width-half);
}

.list-rec {
	width: 80%;
	margin: 50px auto 0;
}

.list-rec li {
	margin: 0 0 20px;
}

.list-rec li a {
	display: block;
	border: 1px solid rgb(var(--black));
	padding: 20px;
	position: relative;
}

.list-rec li a h3 {
	font-weight: bold;
	font-size: 1.3rem;
}

.list-rec li .flx {
	gap: 10px;
	margin: 10px 0 0;
}

.list-rec li .flx>* {
	background: rgb(var(--blue));
	color: rgb(var(--white));
	padding: 0 15px;
	position: relative;
}

.list-rec li a:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid rgb(var(--black));
	border-right: 1px solid rgb(var(--black));
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
}

.list-rec li a:hover {
	border-color: rgb(var(--blue));
	color: rgb(var(--blue));
}

.list-rec li a:hover:after {
	border-top: 1px solid rgb(var(--blue));
	border-right: 1px solid rgb(var(--blue));
}

@media screen and (max-width:520px) {
	.page-10 {
		padding: 30px var(--over-width-half);

		--titBfz: 1.5em;
	}

	.page-11 {
		padding: 30px 0 30px;

		--titBfz: 1.5em;
		--titBm: 0 auto;
	}

	.rec-mess li {
		flex-flow: column;
		gap: 20px;
		padding: 20px var(--over-width-half);
	}

	.rec-mess .figure {
		width: 100%;
	}

	.rec-mess .figure p {
		font-size: 1.1rem;
	}

	.rec-mess li .text {
		max-width: 100%;
	}

	.rec-mess dl dt {
		padding: 5px 15px;
	}

	.rec-mess dl dd {
		padding: 10px 15px 15px;
	}

	.rec-mess dl dd:last-child {
		padding-bottom: 0;
	}

	.page-12 {
		padding: 30px var(--over-width-half);
	}

	.page-12 .table :is(th, td) {
		background: rgba(var(--white), 1);
		padding: 5px 15px;
	}

	.page-12 .table+.table {
		margin-top: 20px;
	}

	.page-13 {
		padding: 30px var(--over-width-half);
	}

	.list-rec {
		width: 100%;
		margin: 30px auto 0;
	}

	.list-rec li {
		margin: 0 0 20px;
	}

	.list-rec li a {
		padding: 15px 25px 15px 15px;
	}

	.list-rec li a h3 {
		font-size: 1.1rem;
		line-height: 1.4;
	}

	.list-rec li .flx {
		font-size: 0.9em;
	}


	.list-rec li a:after {
		width: 5px;
		height: 5px;
		right: 15px;
	}

}


.page-14{
  width: var(--base-width);
  margin: 50px auto;
}


@media screen and (max-width:520px) {
  
}


.phone {
	width: var(--base-width);
	background: rgb(var(--blue2));
	text-align: center;
	padding: 50px 15px 30px;
	font-size: 1.1em;
	line-height: 1.5;
	position: relative;
	margin: 80px auto;

  --titBfz: 2rem;
	--titBta: center;
}

.phone .tel {
	display: block;
	font-size: 1.8em;
	margin: 20px auto;
}

.phone .tel small{
  font-family: var(--webf);
  background: rgb(var(--black));
  color: rgb(var(--white));
  padding:5px 20px;
  display: inline-block;
  min-width: 190px;
  border-radius: 5px;
}

.phone .tel svg {
    line-height: 1;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 15px;
    vertical-align: middle;
    fill: rgb(var(--black));
}


@media screen and (max-width:520px) {
	.phone {
		padding: 20px 10px;
		margin: 40px auto;
	}

	.phone .tel {
		font-size: 2em;
		margin: 15px auto;
		background: none;
	}

}