:root{
	--o-r-tenken_info-files:/tenken/;
	--o-r-tenken_info-names:株式会社ReR;
	--o-r-tenken_info-store:和歌山本社;
	--o-r-tenken_info-tel:073-423-3780;
	--o-r-tenken_info-fax:073-423-3790;
	--o-r-tenken_info-tokyo_tel:03-5851-8644;
	--o-r-tenken_info-osaka_tel:06-4256-1201;
	--o-r-tenken_info-hour:電話受付\00003a平日 9\00003a00～18\00003a00　定休\00003a年中無休;
	--o-r-tenken_info-estimate:/tenken/contact/;
	--o-r-tenken_info-mail:/tenken/contact/;
	--o-r-tenken_info-line:https\00003a//line.me/R/ti/p/%40596axmaz;
	--o-r-tenken_info-line_qr:ReR様LINEQR.JPG;
	--o-r-tenken_info-fb:https\00003a//m.facebook.com/rerkenchiku2015?eav=Afa5nm_vXGnoAYq1A_xDpF7ule4T-9ceAW-wOm1KcPuzaItvoZOrrsRc5fTmH4O3Wo4&tsid=0.18121872954336915&source=result;
	--o-r-sekkei_info-files:/sekkei/;
	--o-r-sekkei_info-names:株式会社ReR;
	--o-r-sekkei_info-store:和歌山本社;
	--o-r-sekkei_info-tel:073-423-3780;
	--o-r-sekkei_info-fax:073-423-3790;
	--o-r-sekkei_info-tokyo_tel:03-5851-8644;
	--o-r-sekkei_info-hour:受付：平日 9\00003a00～18\00003a00　年中無休;
	--o-r-sekkei_info-mail:/sekkei/contact/;
	--o-r-sekkei_info-fb:https\00003a//m.facebook.com/rerkenchiku2015?eav=Afa5nm_vXGnoAYq1A_xDpF7ule4T-9ceAW-wOm1KcPuzaItvoZOrrsRc5fTmH4O3Wo4&tsid=0.18121872954336915&source=result;
}
.-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*/
@charset "utf-8";
/*! 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;
}
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;
}


/* -------------------------------------
ALL BASE
-------------------------------------


/** ================================================================================
		03.Default
================================================================================ **/
html {
	overflow: auto;
}
body {
	font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial",
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
	"游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	overflow: hidden;
	min-width: 980px;
	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;
	border-top: 1px solid #666666;
}

.note {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	margin-left: 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;
}
.flex {
	display: flex;
}

/*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: 18px;
	}
	body .fz22 {
		font-size: 18px;
	}
	body .fz24 {
		font-size: 20px;
	}
	body .fz26 {
		font-size: min(5vw, 22px);
	}
	body .fz28 {
		font-size: min(5.4vw, 24px);
	}
	body .fz30 {
		font-size: min(5.4vw, 26px);
	}
	body .fz32 {
		font-size: min(5.6vw, 28px);
	}
	body .fz35 {
		font-size: min(5.6vw, 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(12vw, 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 .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 .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 .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: 40px;
	}
	body .mb80 {
		margin-bottom: 40px;
	}
	body .mb100 {
		margin-bottom: 50px;
	}
	body .mb150 {
		margin-bottom: 75px;
	}
	body .mt20 {
		margin-top: 15px;
	}
	body .mt30 {
		margin-top: 20px;
	}
	body .mt40 {
		margin-top: 20px;
	}
	body .mt50 {
		margin-top: 30px;
	}
	body .mt70 {
		margin-top: 40px;
	}
	body .mt80 {
		margin-top: 40px;
	}
	body .mt100 {
		margin-top: 50px;
	}
	body .mt150 {
		margin-top: 75px;
	}
}

/*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 .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 .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 .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 .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%;
	}
}

/* -------------------------------------
文字装飾
-------------------------------------*/
/**黄色マーカー**/
b.liner {
	background: -webkit-linear-gradient(transparent 40%, #fff552 0%);
	background: linear-gradient(transparent 40%, #fff552 0%);
}
/*縁くくり*/
.edge {
	text-shadow: 1px 1px 0 var(--edge-color),
	-1px 1px 0 var(--edge-color),
	1px -1px 0 var(--edge-color),
	-1px -1px 0 var(--edge-color);
}
/*縁 2px以上*/
.edge2 {
	text-shadow: 2px  2px 1px var(--edge2-color),
	-2px  2px 1px var(--edge2-color),
	2px -2px 1px var(--edge2-color),
	-2px -2px 1px var(--edge2-color),
	2px  0 1px var(--edge2-color),
	0  2px 1px var(--edge2-color),
	-2px  0 1px var(--edge2-color),
	0 -2px 1px var(--edge2-color);
}

/*縁 枠*/
.edge3 {
	color: transparent;

	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--edge3-color);
}

/* -------------------------------------
改行
-------------------------------------*/
.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;
	}
}

/* -------------------------------------
見出し+テキスト+画像
.h-text-img>
div>h+p
figure>img

.h-text-img　：　見出し+テキスト　画像右
.h-text-img.left　：　画像左　見出し+テキスト
.h-text-img.center　：　画像+見出し+テキスト　縦並び
-------------------------------------*/
/* -------------------------------------
配置･･･画像の位置が基準
-------------------------------------*/
.h-text-img {
	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%;
	margin-right: auto;
	margin-left: auto;
}

/*配置*/
.h-text-img.right {
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
}

.h-text-img.left {
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
}

.h-text-img.center_t {
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
}

.h-text-img.center_b {
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

/*画像*/
.h-text-img figure,
.h-text-img picture {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: var(--hti-w);
}

.h-text-img.right figure,
.h-text-img.right picture {
	margin-left: var(--hti-lr-space);
}
.h-text-img.left figure,
.h-text-img.left picture {
	margin-right: var(--hti-lr-space);
}

.h-text-img.center_t figure,
.h-text-img.center_t picture {
	margin-right: auto;
	margin-bottom: var(--hti-tb-space);
	margin-left: auto;
}

.h-text-img.center_b figure,
.h-text-img.center_b picture {
	margin-top: var(--hti-tb-space);
	margin-right: auto;
	margin-left: auto;
}


/*テキスト領域*/
.h-text-img .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.pdf {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}

@media screen and (max-width: 520px) {
	/*配置*/
	.h-text-img.right.top,
	.h-text-img.left.top,
	.h-text-img.center_b.top {
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
	}

	/*画像*/
	.h-text-img.right figure,
	.h-text-img.right picture {
		margin-left: var(--hti-lr-space);
	}

	.h-text-img.left figure,
	.h-text-img.left picture {
		margin-right: var(--hti-lr-space);
	}
	.h-text-img.right.top figure,
	.h-text-img.left.top figure,
	.h-text-img.right.top picture,
	.h-text-img.left.top picture {
		margin-right: auto;
		margin-bottom: var(--hti-tb-space);
		margin-left: auto;
	}

	.h-text-img.center_t figure,
	.h-text-img.center_t picture {
		margin-bottom: var(--hti-tb-space);
	}

	.h-text-img.center_b figure,
	.h-text-img.center_b picture {
		margin-top: var(--hti-tb-space);
	}

	/*テキスト領域*/
	.pdf {
		margin: 20px auto;
	}
}

@media screen and (max-width: 480px) {
	/*配置*/
	.h-text-img.right,
	.h-text-img.left {
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
	}

	/*画像*/
	.h-text-img.right figure,
	.h-text-img.left figure,
	.h-text-img.right picture,
	.h-text-img.left picture {
		margin: 0 auto 20px;
	}
}

/**------------------------------ 
見出し 本文横並び
 ------------------------------**/
.h-text {
	display: flex;
	justify-content: space-between;
}
.h-text .headline {
	flex: none;
	width: var(--ht-w);
	margin-right: var(--ht-lr-space);
	margin-bottom: var(--ht-tb-space);
}
.h-text.right {
	flex-flow: row-reverse;
}
.h-text.right .headline {
	flex: none;
	width: var(--ht-w);
	margin-bottom: var(--ht-tb-space);
	margin-left: var(--ht-lr-space);
}
.h-text .text {
	flex: 1;
}

@media screen and (max-width:520px) {
	.h-text,
	.h-text.right {
		flex-flow: column;
	}
	.h-text .headline {
		margin-top: var(--ht-tb-space);
		margin-bottom: var(--ht-tb-space);
	}
}

/**------------------------------ 
互い違いリスト
 ------------------------------**/
.list-alternate li {
	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;
}

/*画像*/
.list-alternate figure,
.list-alternate picture {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: var(--al-w);
}

/*テキスト領域*/
.list-alternate .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
/**右スタート**/

.list-alternate.right-start li:nth-child(even) {
	flex-flow: row-reverse;
}
.list-alternate.right-start li .text {
	margin-right: inherit;
	margin-left: var(--altxt-lr-space);
}
.list-alternate.right-start li:nth-child(even) .text {
	margin-right: var(--altxt-lr-space);
	margin-left: inherit;
}

.list-alternate.right-start figure,
.list-alternate.right-start picture {
	margin-top: var(--alimg-tb-space);
	margin-right: inherit;
	margin-left: var(--alimg-lr-space);
	text-align: right;
}
.list-alternate.right-start li:nth-child(even) figure,
.list-alternate.right-start li:nth-child(even) picture {
	margin-top: var(--alimg-tb-space);
	margin-right: var(--alimg-lr-space);
	margin-left: inherit;
	text-align: left;
}

/**左スタート**/
.list-alternate.left-start li {
	flex-flow: row-reverse;
}
.list-alternate.left-start li:nth-child(even) {
	flex-flow: row;
}
.list-alternate.left-start li .text {
	margin-right: var(--altxt-lr-space);
	margin-left: inherit;
}
.list-alternate.left-start li:nth-child(even) .text {
	margin-right: inherit;
	margin-left: var(--altxt-lr-space);
}
.list-alternate.left-start figure,
.list-alternate.left-start picture {
	margin-top: var(--alimg-tb-space);
	margin-right: var(--alimg-lr-space);
	margin-left: inherit;
	text-align: left;
}
.list-alternate.left-start li:nth-child(even) figure,
.list-alternate.left-start li:nth-child(even) picture {
	margin-top: var(--alimg-tb-space);
	margin-right: inherit;
	margin-left: var(--alimg-lr-space);
	text-align: right;
}

@media screen and (max-width:520px) {
	.list-alternate li,
	.list-alternate.right-start li:nth-child(even),
	.list-alternate.left-start li,
	.list-alternate.left-start li:nth-child(even) {
		flex-flow: var(--altxt-spflex);
	}
	.list-alternate li .text,
	.list-alternate.right-start li:nth-child(even) .text,
	.list-alternate.left-start li .text,
	.list-alternate.left-start li:nth-child(even) .text {
		margin-right: var(--altxt-lr-space);
		margin-left: var(--altxt-lr-space);
	}
	.list-alternate.right-start figure,
	.list-alternate.right-start picture,
	.list-alternate.right-start li:nth-child(even) figure,
	.list-alternate.right-start li:nth-child(even) picture,
	.list-alternate.left-start figure,
	.list-alternate.left-start picture,
	.list-alternate.left-start li:nth-child(even) figure,
	.list-alternate.left-start li:nth-child(even) picture {
		margin-top: var(--alimg-tb-space);
		margin-bottom: var(--alimg-tb-space);
	}
}

/**------------------------------ 
写真なしリスト
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;
	padding: 20px 0;
}
.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;
	}
}

/* -------------------------------------
写真のエフェクト
-------------------------------------*/
/**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);
}

/* -------------------------------------
objedt-fit
-------------------------------------*/
.ojf img {
	font-family: "object-fit: cover;"; /*IE対策*/
	width: 100%;
	height: 100%;

	-o-object-fit: cover;
	object-fit: cover;
}


/* -------------------------------------
吹き出し
-------------------------------------*/
/**塗りつぶし（下）**/
.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: 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);
	border: solid 1px var(--balloon-c);
	background: var(--balloon-bg);
}
.balloon2_B:before {
	position: absolute;
	z-index: 2;
	bottom: -18px;
	left: 50%;
	margin-left: -6px;
	content: "";
	border-width: 9px 6px;
	border-style: solid;
	border-color: var(--balloon-bg) transparent transparent transparent;
}
.balloon2_B:after {
	position: absolute;
	z-index: 1;
	bottom: -20px;
	left: 50%;
	margin-left: -7px;
	content: "";
	border-width: 10px 7px;
	border-style: solid;
	border-color: var(--balloon-c) transparent transparent transparent;
}
/**線（上）**/
.balloon2_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);
	border: solid 1px var(--balloon-c);
	background: var(--balloon-bg);
}
.balloon2_T:before {
	position: absolute;
	z-index: 2;
	top: -18px;
	left: 50%;
	margin-left: -6px;
	content: "";
	border-width: 9px 6px;
	border-style: solid;
	border-color: transparent transparent var(--balloon-bg) transparent;
}
.balloon2_T:after {
	position: absolute;
	z-index: 1;
	top: -20px;
	left: 50%;
	margin-left: -7px;
	content: "";
	border-width: 10px 7px;
	border-style: solid;
	border-color: transparent transparent var(--balloon-c) transparent;
}
/**線（左）**/
.balloon2_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);
	border: solid 1px var(--balloon-c);
	background: var(--balloon-bg);
}
.balloon2_L:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: -18px;
	margin-top: -6px;
	content: "";
	border-width: 6px 9px;
	border-style: solid;
	border-color: transparent var(--balloon-bg) transparent transparent;
}
.balloon2_L:after {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -20px;
	margin-top: -7px;
	content: "";
	border-width: 7px 10px;
	border-style: solid;
	border-color: transparent var(--balloon-c) transparent transparent;
}
/**線（右）**/
.balloon2_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;
	text-align: center;
	color: var(--balloon-c);
	border: solid 1px var(--balloon-c);
	background: var(--balloon-bg);
}
.balloon2_R:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: -18px;
	margin-top: -6px;
	content: "";
	border-width: 6px 9px;
	border-style: solid;
	border-color: transparent transparent transparent var(--balloon-bg);
}
.balloon2_R:after {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: -20px;
	margin-top: -7px;
	content: "";
	border-width: 7px 10px;
	border-style: solid;
	border-color: transparent transparent transparent var(--balloon-c);
}



/* -------------------------------------
カテゴリボタン
-------------------------------------*/
.catBtn {
	display: flex;
	justify-content: center;
	margin: 25px auto;
}
.catBtn a {
	font-weight: bold;
	position: relative;
	display: block;
	min-width: 8em;
	margin: 15px;
	padding: 10px 40px 10px 20px;
	text-align: left;
	color: #ffffff;
	border: 1px solid #000000;
	background: #000000;
}
.catBtn a:after {
	font-family: "Material Icons";
	position: absolute;
	right: 10px;
	content: "\e5cc";
}
.catBtn a:hover {
	color: #000000;
	background: #ffffff;
}

@media screen and (max-width: 520px) {
	.catBtn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: 20px auto;
	}
	.catBtn a {
		width: 49%;
		min-width: 8em;
		margin: 0 0 8px;
		padding: 10px 20px 10px 10px;
	}
}


/**-------------------------------------
地図 動画 iframe
-------------------------------------**/
iframe {
	width: 100%;
}
.youtube {
	position: relative;
	width: 100%;
	height: 0;
	margin: 30px auto 20px;
	padding-bottom: 56.25%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 520px) {
	.youtube {
		margin: 20px auto 10px;
	}
}
/* -------------------------------------
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;
	}
}

/* -------------------------------------
パンくず
-------------------------------------*/
#breadcrumb {
	font-size: 14px;
	width: 100%;
	padding: 5px var(--over-width-half);
	color: var(--bread-c);
	background: var(--bread-bg);
}
/*家アイコン*/
#breadcrumb >*{
	max-width: var(--base-width);
	margin: 0 auto;
}
/*#breadcrumb >*:before {
	font-family: "Material Icons";
	font-size: 14px;
	display: inline-block;
	content: "\e88a";
	vertical-align: middle;
}*/
#breadcrumb >* >* {
	display: inline-block;
	padding: 0 5px;
}
#breadcrumb >* >* + *:before {
	display: inline-block;
	margin: 0 10px 0 0;
	content: "> ";
}
#breadcrumb a {
	text-decoration: underline;
}
#breadcrumb a:hover {
	text-decoration: none;
}

@media screen and (max-width: 520px) {
	#breadcrumb > * {
		padding: 0 2%;
		font-size: 12px;
	}
}

/* -------------------------------------
ページャー 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);
	box-shadow:0 0 0  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;
	}
}


/* -------------------------------------
ページャー WP
-------------------------------------*/
.pagenation_wp {
	margin: 30px auto;
	text-align: center;
}

.pagenation_wp a,
.pagenation_wp span {
	line-height: 38px;
	display: inline-block;
	min-width: 40px;
	height: 40px;
	margin: 5px;
	text-align: center;
	color: var(--pgn-c);
	box-shadow: 0 0 0 1px solid var(--pgn-c);
	background: var(--pgn-bg);
}

.pagenation_wp span.current {
	color: var(--pgn-c);
	background: var(--black);
}

.pagenation_wp a:hover {
	color: var(--pgn-c);
	background: var(--black);
}

.pagenation_wp .prev,
.pagenation_wp .next {
	padding: 0 8px;
	border: none;
}

@media screen and (max-width: 520px) {
	.pagenation a,
	.pagenation span {
		font-size: 13px;
		min-width: 30px;
	}
}

/* -------------------------------------
フォーム
-------------------------------------*/
/**エラー**/
.alert,
.error {
	margin: 5px 0;
	color: #ff0000;
}
form table th {
	position: relative;
}
/**必須**/
.require {
	font-size: 11px;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	display: inline-block;
	width: 3em;
	height: 2em;
	text-align: center;
	color: #ffffff;
	border-radius: 3px;
	background: #cc0000;
}
/**送信ボタン**/
.form_button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.form_button input[type="submit"],
.form_button button[type="submit"],
.form_button input.submit,
.form_button a {
	font-size: 16px;
	display: inline-block;
	width: 300px;
	margin: 30px auto;
	padding: 15px 30px;
	text-align: center;
}
.form_button input[type="submit"]:hover,
.form_button button[type="submit"]:hover,
.form_button input.submit:hover,
.form_button a:hover {
}
/*入力タグ*/
form input[type="text"],
form input[type="email"],
form textarea,
form select {
	font-size: 16px;
	line-height: 1.2;
	margin: 5px 5px;
	padding: 5px;
	border: 1px solid #cccccc;
}
form input[type="text"],
form input[type="email"] {
	width: 80%;
}
form textarea {
	width: 80%;
	min-height: 150px;
}
form select {
	margin: 0 5px 5px;
}
form label {
	display: block;
}

/**------------------------------ 
OWLet
 ------------------------------**/
 form label{
   display: block;
   padding: 8px 0;
 }
 
/*電話 郵便番号*/
form input.owlet-input-tel1,
form input.owlet-input-tel2,
form input.owlet-input-tel3,
form input.zip1,
form input.zip2{
	width: 5em;
}
/*名前*/
form input.owlet-input-name-sei,
form input.owlet-input-name-mei {
	width: 8em;
}
form input.address1{
  width: 100%;
}
form input.zip2addr{
  background: #ddd;
  padding:5px 10px;
  font-size: 14px;
}

/*記入例など*/
form .owlet-input-sample {
	font-size: 14px;
	margin-top: 5px;
	color: #999999;
}
/**フォーム規約**/
.owlet-rules {
	width: 90%;
	margin: 0 auto 30px;
}
.owlet-rules-title {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.owlet-rules-body {
	overflow-y: scroll;
	box-sizing: border-box;
	height: 200px;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #dcdcdc;
}
.owlet-rules-agree {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.owlet-rules-agree .require {
	position: static;
	margin: 0 15px;
}
/**------------------------------ 
OWlet以外
 ------------------------------**/
form input[type="text"].min {
	width: 10em;
}



@media screen and (max-width: 520px) {
	.form_button {
		flex-flow: column-reverse;
	}
	/*iPhone独自スタイル解除*/
	form input[type="button"],
	form input[type="text"],
	form input[type="submit"] {
		border-radius: 0;

		-webkit-appearance: none;
	}
	/*入力タグ*/
	form input[type="text"],
	form input[type="email"],
	form textarea,
	form select {
		font-size: 13px;
	}
}
[data-lib="68"]{
	border: none;
    font-size: inherit;
    outline: none;
    padding: 0;
	cursor:pointer;
}/*widget:3814a386-94c4-46a6-b696-12ca3699d3bf*/
[data-lib="68"] svg{fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke: var(--btnAc);}[data-lib="709"]{
	border: none;
    font-size: inherit;
    outline: none;
    padding: 0;
	cursor:pointer;
}/*widget:132230d9-427e-4cbd-b672-5f86656d7a35*/
[data-lib="709"] svg{fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke: var(--btnAc);}[data-lib="1003"]{
	border: none;
    font-size: inherit;
    outline: none;
    padding: 0;
	cursor:pointer;
}/*widget:b63e9a9d-1843-4960-9880-469e74bd00eb*/
[data-lib="1003"] svg{fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke: var(--btnAc);}/*widget:d3896c2d-7499-4e57-9864-cd7acf788bdc*/
[data-lib="58"] small{display: block;}[data-lib="58"] img{display: block;}/*widget:10c10f4b-5335-4423-9cdd-5868208c4505*/
/*widget:cab54b66-9426-4ca4-851c-82a69f255c14*/
[data-lib="114"] small{display: block;}[data-lib="114"] img{display: block;
	margin: 0 auto;}[data-lib="114"]{text-align: center;}/*widget:1de6e3bc-0d06-4af5-99a0-1a0c752cd02f*/
/*widget:363ea9cb-ea61-428f-95dc-be1cc5546d55*/
/*widget:ea88f8e0-4b42-4b7b-97b9-e503471f07cd*/
/*widget:5e5cc7bb-7531-4684-a761-1a30443a057f*/
/*widget:f942a695-50cf-45e8-8191-4a96f0d083aa*/
/*widget:701121a8-7ec5-4a2f-bd01-cfea85019799*/
/*widget:acbdef86-389d-4b7d-91de-eed9f7d5dda6*/
/*widget:537be97e-33c7-4edd-a38d-6bc91a9d29bf*/
/*widget:54792200-4fc3-4b14-aaf1-63fd0248d963*/
/*widget:f0152263-a3be-4dfe-a972-a16f4e9b3f96*/
/*instance:640*//*instance mediea*/@media screen and (max-width: 520px){}/*widget:d7f9fa4c-ad12-43ef-abf2-7c6dae4b194a*/
/*widget:e1718438-9fd0-4379-bc6e-0de942af32b8*/
/*widget:658a7e31-c627-45a3-97a5-81d3cdfb5bfc*/
/*widget:e8341e06-acbe-4798-a1d6-21df302b7728*/
/*instance:603*/[data-instance="603"] th{width:25%;}/*instance mediea*/@media screen and (max-width: 520px){[data-instance="603"] th{width:100%;}}/*instance:622*/[data-instance="622"] th{width:25%;}/*instance mediea*/@media screen and (max-width: 520px){[data-instance="622"] th{width:100%;}}/*instance:632*/[data-instance="632"] th{width:20%;}/*instance mediea*/@media screen and (max-width: 520px){[data-instance="632"] th{width:100%;}}/*widget:bf3a1dd8-240a-406b-bab5-cca5b1c206aa*/
/*layout:1*//*layout:25*//* -------------------------------------
消防点検サイト要CSS
-------------------------------------
基本装飾 -サイトにより変更-
-------------------------------------*/

:root {
	--base-width: 1400px;
	--over-width-half: calc((100% - 1200px) / 2);
	--webf: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
	--webf-eng: 'Roboto Flex', sans-serif;
	--header-height: 100px;
	--bodybg: #1f2833;
	--bodybg2: #a5aeb8;
	--gray: #aaaaaa;
	--gray2: #F3F3F3;
	--gray3: #e3e3e3;
	--white: #ffffff;
	--black: #1e1e1e;
	--line: #06c755;
	--yellow: #f0e801;
	--orange: #f99f02;
	/**.fw-b.fw-bb*/
	--fw-b: 700;
	--fw-bb: 900;
	/**.edge**/
	--edge-color: #555555;
	--edge2-color: #555555;
	--edge3-color: #555555;
	/**.balloon**/
	--balloon-c: #555555;
	--balloon-bg: #ffffff;
	/**.h-text-img**/
	--hti-lr-space: min(4vw, 60px);
	--hti-tb-space: min(2vw, 30px);
	--hti-w: 50%;
	/**.h-text 見出し横+テキスト**/
	--ht-lr-space: min(4vw, 60px);
	--ht-tb-space: min(2vw, 30px);
	--ht-w: 25%;
	/**.list-alternate リスト互い違い**/
	--alimg-tb-space: 0;
	--alimg-lr-space: min(4vw, 60px);
	--altxt-lr-space: min(4vw, 60px);
	--al-w: 50%;
	/**.pagenation**/
	--pgn-c: #555555;
	--pgn-bg: #ffffff;
	/**#breadcrumb**/
	--bread-c: #555555;
	--bread-bg: #ffffff;
	/**写真なしリスト**/
	--nop-b-c: var(--bodybg);
	--nop-cat-bg: var(--bodybg);
	--nop-cat-c: var(--white);
}

@media screen and (max-width:520px) {
	:root {
		--base-width: 100%;
		--over-width-half: 5%;
		--header-height: 50px;
		/**.h-text-img**/
		--hti-lr-space: max(2.6vw, 40px);
		--hti-tb-space: max(2vw, 20px);
		--hti-w: 100%;
		/**.h-text 見出し横+テキスト**/
		--ht-lr-space: 0;
		--ht-tb-space: 0;
		--ht-w: 100%;
		/**.list-alternate リスト互い違い**/
		--altxt-spflex: column;
		--al-w: 95%;
		--alimg-tb-space: 20px;
		--alimg-lr-space: 5%;
		--altxt-lr-space: 5%;
	}
}

body {
	background-color: var(--white);
	font-family: var(--webf);
	min-width: var(--base-width);
	padding-top: var(--header-height);
}

main p {
	line-height: 2;
}


.catBtn {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.catBtn a {
	font-size: 16px;
	margin: 5px;
	color: var(--bodybg);
	border: none;
	border: 1px solid var(--bodybg);
	background: var(--white);
}

.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(--bodybg);
	border-right: 1px solid var(--bodybg);
}

.catBtn a:hover {
	color: var(--white);
	background: var(--bodybg);
}

.catBtn a:hover:after {
	border-top: 1px solid var(--white);
	border-right: 1px solid var(--white);
}


.catBtn.t_C {
	justify-content: center;
}

@media screen and (max-width:520px) {
	.catBtn {
		max-width: 90vw;
	}

	.catBtn a {
		flex: 1;
		width: auto;
		min-width: auto;
		margin: 0 1% 3px 0;
		white-space: nowrap;
	}
}


/**================================================== 
slick 
================================================== **/

.slick-slider {
	position: relative;
}

.slick-arrow {
	font-size: 0;
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -40px;
}

.slick-arrow:before {
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	border-bottom: 2px solid var(--gray);
	border-left: 2px solid var(--gray);
}

.slick-prev {
	left: 2%;
	transform: rotate(40deg);
}

.slick-next {
	right: 2%;
	transform: rotate(220deg);
}

.slick-dots {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 20px auto;
}

.slick-dots>li:first-child:last-child {
	display: none;
}

.slick-dots li {
	margin: 0 5px;
}

.slick-dots button {
	font-size: 0;
}

.slick-dots button:before {
	font-size: 18px;
	display: inline-block;
	content: "●";
	color: var(--white);
}

.slick-dots .slick-active button:before {
	color: var(--bodybg3);
}

/**================================================================================
サイトで必ず異なる
================================================================================**/

/**-------------------------------------
アイコン
-------------------------------------**/
.em {
	font-size: 14px;
	display: inline-block;
	margin-right: 1px;
	padding: 3px 10px;
}

.time {
	font-size: 14px;
	display: inline-block;
	margin: 5px 0;
}

/**-------------------------------------
見出し
-------------------------------------**/

.titZ {
	background: var(--bodybg);
	padding: 80px var(--over-width-half) 80px;
	color: var(--white);
	position: relative;
	display: flex;
	align-items: center;
}

.titZ:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: var(--white);
	opacity: 0.5;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(20px);
	z-index: 1;
}

.titZ small,
.titZ span {
	position: relative;
	z-index: 10;
}

.titZ small {
	display: block;
	font-family: var(--webf-eng);
	font-size: 76px;
	line-height: 1;
	background: var(--bodybg);
	padding: 0 30px;
}

.titZ span {
	font-size: 20px;
	font-weight: bold;
}


@media screen and (max-width:520px) {
	.titZ {
		padding: 60px 5% 55px;
	}

	.titZ:before {
		top: 50%;
		left: 0;
		transform: translateY(15px);
	}

	.titZ small {
		font-size: 2.1rem;
		padding: 0 10px;
	}

	.titZ span {
		font-size: 1rem;
	}
}

:root {
	--titAfz: 18px;
	--titAc: var(--bodybg);
	--titAsmallc: var(--bodybg);
	--titAsmallfz: 2.6em;
	--titAta: center;
	--titAm: auto;

}

.titA {
	font-size: var(--titAfz);
	margin: var(--titAm);
	text-align: var(--titAta);
	color: var(--titAc);
}

.titA:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 40px;
	margin: 0 0 5px;
	background: var(--titAc);
}

.titA small {
	color: var(--titAsmallc);
	font-size: var(--titAsmallfz);
	font-family: var(--webf-eng);
	display: block;
	font-weight: normal;
}

:root {
	--titBfz: 18px;
	--titBc: var(--white);
	--titBsmallc: var(--white);
	--titBsmallfz: 2.6em;
	--titBm: auto;
	--titBta: left;
}

.titB {
	color: var(--titBc);
	margin: var(--titBm);
	font-size: var(--titBfz);
	text-align: var(--titBta);
	position: relative;
}

.titB:before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 1px;
	background: var(--titBc);
	margin: 0 0 5px;
}

.titB small {
	color: var(--titBsmallc);
	font-size: var(--titBsmallfz);
	font-family: var(--webf-eng);
	display: block;
	font-weight: normal;
	margin: 0 0 5px;
}

:root {
	--titCfz: 1.45rem;
	--titCc: var(--bodybg);
	--titCm: auto;
	--titCta: left;
}

.titC {
	font-size: var(--titCfz);
	font-weight: bold;
	color: var(--titCc);
	margin: var(--titCm);
	text-align: var(--titCta)
}

:root {
	--titDfz: 1.6em;
	--titDc: var(--bodybg);
	--titDta: center;
	--titDm: auto;
}

.titD {
	display: flex;
	flex-flow: column;
	gap: 10px;
	align-items: var(--titDta);
	font-size: var(--titDfz);
	margin: var(--titDm);
	text-align: var(--titDta);
	color: var(--titAc);
	font-weight: bold;
}

.titD:before {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	margin: 0 0 5px;
	background: var(--titDc);
}

@media screen and (max-width:520px) {
	:root {
		--titAfz: 18px;
		--titAsmallfz: 1.8em;

		--titBfz: 18px;
		--titBsmallfz: 1.8em;
	}
}

/**-------------------------------------
ボタン
-------------------------------------**/
.btnWrap.box3C {
	--btnAw: 32%;
}

.btnWrap.box3C>* {
	margin-bottom: 10px;
}

:root {
	--btnAfz: 1rem;
	--btnAw: 380px;
	--btnAc: var(--white);
	--btnAbg: var(--bodybg);
	--btnAbd: var(--bodybg);
	--btnAbd-hov: var(--bodybg);
	--btnAc-hov: var(--bodybg);
	--btnA: auto;
	--btnAta: left;
}

.btnA {
	font-size: var(--btnAfz);
	font-weight: 700;
	position: relative;
	display: block;
	width: var(--btnAw);
	margin: var(--btnAm);
	padding: 20px 25px;
	cursor: pointer;
	text-align: var(--btnAta);
	border-radius: 5px;
}

.btnA {
	color: var(--btnAc);
	border: 2px solid var(--btnAbd);
	background: var(--btnAbg);
}

.btnA:hover,
a:hover .btnA {
	color: var(--btnAc-hov);
	border: 2px solid var(--btnAbd-hov);
	background: var(--btnAc);
}

.btnA svg {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 25px;
	transform: translateY(-50%);

	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke: var(--btnAc);
}

.btnA:hover svg,
a:hover .btnA svg {
	stroke: var(--btnAc-hov);
}


@media screen and (max-width: 520px) {
	:root {
		--btnAw: clamp(100%, 100%, 90vw);
	}

	.btnA {
		padding: 15px;
	}
}


/**================================================== 
 セクション
================================================== **/

:root {
	--bgAc: var(--bodybg2);
	--bgApt: 60px;
	--bgApb: 60px;
	--bgApl: var(--over-width-half);
	--bgApr: var(--over-width-half);
}

.bgA {
	padding-top: var(--bgApt);
	padding-right: var(--bgApr);
	padding-bottom: var(--bgApb);
	padding-left: var(--bgApl);
	background: var(--bgAc);
}


/**================================================== 
 テーブル
================================================== **/

/* -------------------------------------
テーブル
-------------------------------------*/
.table {
	padding: 0 5%;
}

.table table {
	font-size: 15px;
	width: 100%;
	margin: 30px auto;
	border-collapse: collapse;
	border-top: 1px solid var(--gray);
}

.table caption {
	font-size: 1.2em;
	font-weight: bold;
	width: 100%;
}

.table th,
.table td {
	padding: 20px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid var(--gray);
}

.table th {
	white-space: nowrap;
	width: 25%;
	background: var(--gray2);
}

.table a{
  text-decoration: underline;
}
.table a:hover{
  text-decoration: none;
}

@media screen and (max-width: 520px) {
	.table {
		padding: 0;
	}

	.table table,
	.table tbody,
	.table tr,
	.table th,
	.table td {
		display: block;
		border: none;
	}

	.table table {
		border-bottom: 1px solid #aaaaaa;
	}

	.table caption {
		display: block;
	}

	.table th,
	.table td {
		padding: 10px;
		border: 1px solid #aaaaaa;
		border-bottom: none;
	}

	.table th {
		width: 100%;
	}
}


/* -------------------------------------
tableA
-------------------------------------*/
.tableA table,
table.tableA {
	width: 100%;
}

.tableA tr {
	border-bottom: 1px solid var(--bodybg3);
}

.tableA th,
.tableA td {
	font-weight: bold;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}

.tableA th {
	font-weight: normal;
	white-space: nowrap;
}

.tableA td a:hover {}

@media screen and (max-width: 520px) {

	.tableA th,
	.tableA td {
		display: block;
		padding: 3px 3px 8px;
	}

	.tableA th {
		padding: 3px 3px 0;
	}
}

/* -------------------------------------
tableB
-------------------------------------*/
.tableB table {
	width: 100%;
	margin: 30px auto;
	border-spacing: 2px;
	border-collapse: separate;
}

.tableB caption {
	font-size: 1.2em;
	font-weight: bold;
	width: 100%;
}

.tableB th,
.tableB td {
	padding: 15px;
	text-align: left;
	vertical-align: top;
	background: var(--bodybg2);
}

.tableB th {
	vertical-align: middle;
	white-space: nowrap;
	background: var(--bodybg4);
}

@media screen and (max-width: 520px) {

	.tableB table,
	.tableB tbody,
	.tableB tr,
	.tableB th,
	.tableB td {
		display: block;
		border: none;
	}

	.tableB table {
		border-bottom: 1px solid #aaaaaa;
	}

	.tableB caption {
		display: block;
	}

	.tableB th,
	.tableB td {
		padding: 10px;
		border: 1px solid #aaaaaa;
		border-bottom: none;
	}

	.table th {
		width: 100%;
	}
}


/**================================================================================
フォーム周り
form table
form table th .require
form .form_button button or input = submit
================================================================================**/

.form table {
	width: 800px;
	margin: 40px auto;
}

.form table,
.form table tbody,
.form table tr,
.form table th,
.form table td {
	display: block;
}

.form table th,
.form table td {
	padding: 15px;
}

.form table th {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	position: relative;
	color: var(--white);
	background: var(--bodybg);
}

.require {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	margin: auto 15px;
	vertical-align: center;
}

@media screen and (max-width:520px) {
	.form table {
		width: 100%;
		margin: 30px auto;
	}

	.form table th,
	.form table td {
		padding: 10px;
	}
}


/**================================================== 
header
header nav ul
header .hamburger > (span*3)
================================================== **/
header {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-width: var(--base-width);
	background: var(--white);
	box-shadow: -3px 0 7px 0 rgba(0,0,0,0.2);
}

header .logo {
	display: block;
	padding: 20px 1vw 20px 2vw;
}

header .logo strong {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin: 0 0 5px;
	color: var(--gray1);
}

header .logo svg {
	aspect-ratio: 1/0.241;
	width: 145px;
	margin: 0;
	padding: 0;
	vertical-align: middle;

	fill: var(--bodybg);
}

header nav {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

header nav .ul {
	display: flex;
	align-items: flex-end;
	flex-flow: column;
	margin: 0 1vw;
	font-size: 15px;
}

header nav .tel {
	display: flex;
	align-items: center;
	padding: 15px 0 0;
}

header nav .tel>* {
	font-size: 14px;
	margin: 0 5px;
}

header nav .tel strong {
	font-family: var(--webf-eng);
	font-size: 22px;
	color: var(--bodybg);
}

header nav ul {
	display: flex;
	align-items: flex-end;
}

header nav ul a,
header nav ul dl {
	display: block;
	padding: 10px;
	position: relative;
	font-size: 1.2rem;
	font-weight: bold;
  min-width:150px;
  text-align: center;
}
header nav ul dl{
  padding: 10px;
}
header nav ul dl a{
  padding: 10px 5px;
   text-align: left;
}
header nav ul a:hover{
  text-decoration: underline;
}

/*
header nav ul li+li dt:before,
header nav ul li+li a:before {
	display: inline-block;
	margin-right: 16px;
	content: "／";
}
*/

header nav ul dl dt {
	cursor: pointer;
	width: 100%;
	position: relative;
}

header nav ul dt:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-bottom: 1px solid var(--bodybg);
	border-left: 1px solid var(--bodybg);
	transform: rotate(-45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 15px;
}

header nav ul dl dd {
	width: 200px;
	position: absolute;
	top: 100%;
	left: -20px;
	padding: 10px;
	background: var(--white);
	visibility: hidden;
	opacity: 0;
	  box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
}

header nav ul dl:hover dd,
header nav ul dl:active dd {
	visibility: visible;
	opacity: 1;
}

header nav ul dl dd a:before {
	display: none;
}

header nav .estimate {
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	text-align: center;
	color: var(--white);
	background: var(--bodybg);
}

header nav .mail {
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	text-align: center;
	color: var(--white);
	background: var(--bodybg);
	margin: 20px 0;
}

header .hamburger {
	display: none;
}

header.onscroll .logo {
	padding: 5px 1vw 5px 2vw;
}

header.onscroll .tel {
	padding: 5px 15px 0;
}

header.onscroll nav ul a {
	display: block;
	padding: 5px 3px;
}


@media screen and (max-width: 520px) {
	header {
		position: absolute;
		min-height: 60px;
	}

	header .logo {
		padding: 5px 15px;
	}

	header .logo strong {
		font-size: 11px;
		margin-bottom: 0;
	}

	header .logo svg {
		width: 120px;
	}

	header nav .ul {
		align-items: flex-start;
		margin: 0 0 20px;
	}

	header nav .tel {
		display: none;
	}

	header nav .tel>* {
		font-size: 14px;
		margin: 0 5px;
	}

	header nav .tel strong {
		font-family: var(--webf-eng);
		font-size: 22px;
		color: var(--bodybg);
	}

	header nav ul {
		display: flex;
		align-items: flex-start;
		flex-flow: column;
	}

	header nav ul a {
		display: block;
		padding: 10px 15px;
		text-align: left;
	}

	header nav ul li+li dt:before,
	header nav ul li+li a:before {
		display: none;
	}

	header nav .estimate {
		display: none;
	}

	header nav .mail {
		display: none;
	}

	header nav {
		font-size: 16px;
		position: fixed;
		z-index: 1000;
		top: 0;
		right: -300px;
		display: block;
		align-items: flex-start;
		justify-content: flex-start;
		box-sizing: border-box;
		width: 300px;
		height: 100%;
		padding-top: 60px;
		background: var(--bodybg);
	}

	header nav ul {
		flex-flow: column;
		width: 100%;
	}

	header nav ul li {
		width: 100%;
	}

	header nav ul li a,
	header nav ul li dl {
		display: block;
		padding: 10px 28px;
		text-decoration: none;
		color: var(--white);
		width: 100%;
	}

	header nav ul li a:hover {
		color: var(--bodybg2);
		background: var(--white);
	}

	header nav ul li dl dd {
		visibility: visible;
		opacity: 1;
		position: static;
		background: none;
		width: 100%;
	}


	header .hamburger {
		font-size: 11px;
		position: fixed;
		z-index: 3;
		z-index: 1500;
		top: 0;
		right: 0;
		display: block;
		box-sizing: border-box;
		width: 60px;
		height: 60px;
		cursor: pointer;
		-webkit-transition: all 400ms;
		transition: all 400ms;
		color: var(--white);
		background: var(--bodybg);
	}

	header .hamburger:after {
		position: absolute;
		right: 0;
		bottom: 5px;
		left: 0;
		margin: 0 auto;
		content: "MENU";
		text-align: center;
		letter-spacing: 1px;
	}

	header .hamburger.open:after {
		content: "CLOSE";
		letter-spacing: 0;
		color: var(--white);
	}

	header .hamburger span {
		position: absolute;
		right: 0;
		left: 0;
		width: 40px;
		height: 2px;
		margin: 0 auto;
		-webkit-transition: all 400ms;
		transition: all 400ms;
		background: var(--white);
	}

	header .hamburger span:nth-child(1) {
		top: 10px;
	}

	header .hamburger span:nth-child(2) {
		top: 20px;
	}

	header .hamburger span:nth-child(3) {
		top: 30px;
	}

	header .hamburger.open {
		background: none;
	}

	header .hamburger.open span {
		background: var(--white);
	}

	header .hamburger.open span:nth-child(1) {
		top: 20px;
		transform: rotate(45deg);
	}

	header .hamburger.open span:nth-child(2) {
		display: none;
	}

	header .hamburger.open span:nth-child(3) {
		top: 20px;
		transform: rotate(-45deg);
	}
}


@media screen and (max-width:520px) {
	.btn_nav {
		background: var(--white);
		position: fixed;
		z-index: 100;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.btn_nav a {
		font-size: 11px;
		flex: 1;
		padding: 10px 0 5px;
		text-align: center;
		color: var(--white);
		background: var(--bodybg);
	}

	.btn_nav svg {
		width: 25px;
		height: 25px;

		fill: var(--white);
	}

	.btn_nav .tel {
		color: var(--bodybg);
		background: var(--white);
	}

	.btn_nav .tel svg {
		fill: var(--bodybg);
	}

	.btn_nav .mail {
		background: var(--bodybg);
	}

	.btn_nav .line {
		background: var(--line);
	}

	.btn_nav .estimate {
		color: var(--white);
		background: var(--bodybg);
	}

	.btn_nav .estimate svg {
		fill: var(--white);
	}
}

/**================================================== 
 footer
================================================== **/
footer {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 70px var(--over-width-half);
	color: var(--white);
	background: var(--black);

	--btnAbd: var(--white);
	--btnAw: 250px;
	--btnAta: center;
	--btnAm: 20px 0 20px auto;
}

footer .pagetop {
	font-weight: bold;
	position: absolute;
	top: -25px;
	right: 5%;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: var(--black);
	border: 1px solid var(--black);
	border-radius: 50px;
	background: var(--white);
}

footer .pagetop.upup {
	position: fixed;
	top: auto;
	right: 5%;
	bottom: 5%;
}

footer .logo {
	display: inline-block;
	margin: 0 0 50px;
}

footer .logo strong {
	font-size: 17px;
	font-weight: normal;
	display: block;
	margin: 0 0 5px;
}

footer .logo small {
	display: block;
	margin: 5px 0 0;
}

footer .logo svg {
	aspect-ratio: 1/0.241;
	width: 225px;
	margin: 0;
	padding: 0;
	vertical-align: middle;

	fill: var(--white);
}

footer .left p+p {
	margin: 30px 0 0;
}

footer .right {
	display: flex;
	flex: 1;
	flex-flow: column;
	gap: 70px;
}

footer .right ul {
	display: flex;
	flex-wrap: wrap;
}

footer .right ul li {
	width: 50%;
}

footer .right ul a {
	display: block;
	padding: 15px 0;
}

footer .right ul a.subd {
	padding: 10px 0;
	font-size: 0.95em;
}

footer .bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .tel {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	padding: 15px 0;
}

footer .tel>* {
	font-size: 14px;
	margin: 0 5px;
}

footer .tel strong {
	font-family: var(--webf-eng);
	font-size: 22px;
}

footer .tel p {
	margin-left: 20px;
}

footer .estimate {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48%;
	height: 70px;
	text-align: center;
	color: var(--bodybg3);
	background: var(--white);
}

footer .mail {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48%;
	height: 70px;
	text-align: center;
	color: var(--white);
	background: var(--black);
}

footer .copy {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

footer .copy a {
	display: block;
	margin: 0 10px;
}

footer .copy svg {
	width: 40px;
	height: 40px;

	fill: var(--white);
}

@media screen and (max-width:520px) {
	footer {
		font-size: 14px;
		flex-flow: column;
		padding: 30px var(--over-width-half) 100px;
		--btnAm: 5px 0 5px auto;
	}

	footer .pagetop {
		top: -22px;
		width: 44px;
		height: 44px;
	}

	footer .pagetop.upup {
		position: fixed;
		top: auto;
		right: 5%;
		bottom: 10%;
	}

	footer .logo {
		margin: 0 0 30px;
	}

	footer .logo strong {
		font-size: 16px;
	}

	footer .logo svg {
		width: 200px;
		height: 40px;
	}

	footer .left p+p {
		margin: 20px 0 0;
	}

	footer .right {
		display: flex;
		flex: 1;
		flex-flow: column;
		justify-content: space-between;
		gap: 20px;
		margin-top: 40px;
	}

	footer .right ul {
		display: flex;
	}

	footer .right ul a {
		display: block;
		padding: 10px 0;
		font-size: 13px;
	}

	footer .bnr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .tel {
		flex-wrap: wrap;
	}

	footer .tel p {
		width: 100%;
		text-align: right;
	}

	footer .copy {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	footer .copy a {
		display: block;
		margin: 0 10px 5px;
	}
}

/**================================================== 
 HERO
================================================== **/
.hero {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero .text {
	position: absolute;
	bottom: 60px;
	right: var(--over-width-half);
	z-index: 30;
	text-align: right;
	color: var(--white);
}

.hero .text h1 {
	font-size: 22px;
	line-height: 1;
	font-weight: normal;
	margin: 0 0 15px;
}

.hero .text h2 {
	font-family: var(--webf-eng);
	font-size: 76px;
	line-height: 1.1;
}


.hero .slider_inner {
	width: 100%;
}

.hero .slider_inner:before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--bodybg);
	opacity: 0.26;
	mix-blend-mode: multiply;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.hero .slider_inner a {
	display: block;
	position: relative;
	width: 100%;
	height: clamp(400px, calc(100vh - 100px), 680px);
}



.hero .slider_inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media screen and (max-width:520px) {
	.hero {
		padding: 1px 0 25px;
		background-position: top center;
		background-size: auto 60%;
		background: var(--bodybg);
	}

	.hero .text {
		width: 95%;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		margin: -25px 0 0 auto;
		padding: 15px;
		background: rgba(4, 6, 10, 0.8);
	}

	.hero .text h1 {
		font-size: 16px;
		margin: 0 0 10px;
		line-height: 1.3;
	}

	.hero .text h2 {
		font-size: 32px;
	}

	.hero .slider_inner {}

	.hero .slider_inner a {
		height: auto;
	}
}


/**================================================== 
 ボックス設定
================================================== **/

:root {
	--inner-LR-ff: row;
	--inner-LR-gap: 80px;
	--inner-LR-jc: space-between;
	--inner-LR-ai: center;
	--inner-LR-m: 0;
	--inner-L_w: fit-content;
	--inner-L_p: 0 0 0 calc(var(--over-width-half));
	--inner-R_w: fit-content;
	--inner-R_p: 0 calc(var(--over-width-half)) 0 0;
}

.box-inner-LR {
	display: flex;
	flex-flow: var(--inner-LR-ff);
	gap: var(--inner-LR-gap);
	justify-content: var(--inner-LR-jc);
	align-items: var(--inner-LR-ai);
	margin: var(--inner-LR-m);
}

.inner-L {
	width: var(--inner-L_w);
	padding: var(--inner-L_p);
}

.inner-R {
	width: var(--inner-R_w);
	padding: var(--inner-R_p);
}

/**------------------------------
経営理念 
 ------------------------------**/
.sec-top-rinen {
	background: url(/_img/ja/layout/26/image/_/) no-repeat center / cover;
	padding: 60px 0;
	--inner-L_w: fit-content;
	--inner-L_p: 0 0 0 calc(var(--over-width-half));
	--inner-R_w: 61%;
	--inner-R_p: 60px calc(var(--over-width-half)) 20px 60px;
}

.list-rinen {
	background: var(--white);
}

.list-rinen dt {
	background: var(--bodybg);
	color: var(--white);
	font-size: 20px;
	padding: 15px 30px;
	margin: 0 0 20px;
	border-radius: 5px;
}

.list-rinen dd {
	margin: 0 0 40px;
}

@media screen and (max-width:520px) {
	.sec-top-rinen {
		padding: 30px 5%;
		--inner-LR-ff: column;
		--inner-LR-gap: 30px;
		--inner-LR-jc: space-between;
		--inner-LR-ai: center;
		--inner-LR-m: 0;
		--inner-L_w: 100%;
		--inner-L_p: 0;
		--inner-R_w: 100%;
		--inner-R_p: 0;
	}

	.list-rinen {
		padding: 15px
	}

	.list-rinen dt {
		font-size: 18px;
		padding: 15px;
		margin: 0 0 15px;
	}

	.list-rinen dd {
		margin: 0 0 22px;
	}
}

/**------------------------------ 
サービス
 ------------------------------**/
.sec-top-service {
	padding: 50px var(--over-width-half) 1px;
}

.list-service {
	margin: 50px auto;
	gap: 70px;

	--titCm: 0 0 30px;

	--btnAm: 30px 0 0;
}

.list-service li {
	width: calc((100% - 70px) / 2);
}

.list-service .list1 {
	--servc: #4169e1;
}

.list-service .list2 {
	--servc: #00841e;
}

.list-service .list3 {
	--servc: #db1a1a;
}

.list-service .list4 {
	--servc: #f99f02;
}
.list-service .list5 {
	--servc: #ba55d3;
}

.list-service figure {
	width: 100%;
	aspect-ratio: 5/3;
	box-shadow: 10px 10px 0 0 var(--servc);
	margin: 0 0 40px;
}

.list-service figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width:520px) {
	.sec-top-service {
		padding: 30px var(--over-width-half) 1px;
	}

	.list-service {
		margin: 20px auto 0;
		gap: 35px;

		--titCm: 0 0 10px;

		--btnAm: 10px 0 0;
	}

	.list-service li {
		width: 100%;
	}

	.list-service figure {
		margin: 0 0 20px;
	}
}


/**------------------------------ 
会社概要リンク
 ------------------------------**/
.sec-top-company {
	background: var(--black) url(/_img/ja/layout/27/image/_/) no-repeat center left;
	color: var(--white);
}

.sec-top-company .text {
	width: 40%;
	background: var(--black);
	padding: 60px var(--over-width-half) 60px 80px;
	margin: 0 0 0 auto;

	--titBm: 0 0 30px;

	--btnAw: 220px;
	--btnAm: 40px 0 0;
	--btnAc: var(--bodybg);
	--btnAbg: var(--white);
	--btnAbd: var(--white);
	--btnAbd-hov: var(--white);
	--btnAc-hov: var(--white);
}

@media screen and (max-width:520px) {
	.sec-top-company {
		background: var(--black) url(/_img/ja/layout/27/image/_/) no-repeat top left / 100% auto;
		padding: 1px 0;
	}

	.sec-top-company .text {
		width: 100%;
		padding: 15px;
		margin: 50vw auto 20px;

		--titBm: 0 0 20px;

		--btnAw: 100%;
		--btnAm: 30px 0 0;
	}
}


/**================================================== 
 採用情報リンク
================================================== **/
.sec-top-recruit {
	background: url(/_img/ja/layout/28/image/_/) no-repeat center / cover;
	padding: 70px var(--over-width-half) 130px;
	color: var(--white);

	--inner-LR-gap: 80px;
	--inner-LR-jc: space-between;
	--inner-LR-ai: center;
	--inner-LR-m: 0;
	--inner-L_w: 60%;
	--inner-L_p: 0;
	--inner-R_w: 40%;
	--inner-R_p: 0 0 0 80px;

	--titBm: 0 0 35px;

	--btnAm: 0 0 30px;
	--btnAc: var(--bodybg);
	--btnAbg: var(--white);
	--btnAbd: var(--white);
	--btnAbd-hov: var(--white);
	--btnAc-hov: var(--white);
}

@media screen and (max-width:520px) {
	.sec-top-recruit {
		padding: 30px var(--over-width-half);

		--inner-LR-ff: column;
		--inner-LR-gap: 20px;
		--inner-LR-m: 0;
		--inner-L_w: 100%;
		--inner-L_p: 0;
		--inner-R_w: 100%;
		--inner-R_p: 0;

		--titBm: 0 0 35px;

		--btnAw: 100%;
		--btnAm: 0 0 20px;
	}
}

/**================================================== 
 会社概要
================================================== **/
.sec-com-ceo {
	margin: 50px auto 0;
	padding: 40px var(--over-width-half);
	background: linear-gradient(to right, var(--gray2) 0%, var(--gray2) 70%, var(--bodybg) 70%);
	position: relative;
	overflow: hidden;
	--titBc: var(--bodybg);
	--titBsmallc: var(--bodybg);
	--titBm: 0 0 40px;

	--inner-LR-ff: row;
	--inner-LR-gap: 0;
	--inner-LR-jc: space-between;
	--inner-LR-ai: flex-start;
	--inner-LR-m: 40px auto;
	--inner-L_w: 60%;
	--inner-L_p: 0 60px;
	--inner-R_w: 40%;
	--inner-R_p: 180px 0 0;
}

.sec-rec-detail .sec-com-ceo {
	margin: 0 auto;
}

.sec-com-ceo img {
	width: 100%;
}

.sec-com-ov,
.sec-com-privacy{
	padding: 50px var(--over-width-half) 80px;

	--titAm: 0 auto 50px;
}
	.sec-com-privacy{
	  --titBc:var(--bodybg);
	  --titBm:30px 0;
	}

.sec-com-map {
	padding: 0 0 80px;
	--titAm: 0 auto 50px;
}

.sec-com-map iframe{
  width:800px;
  display: block;
  margin: 10px auto;
}

.sec-com-staff {
	padding: 80px var(--over-width-half);
	background: linear-gradient(to right, var(--bodybg) 0%, var(--bodybg) 40%, var(--gray2) 40%);

	display: flex;
	justify-content: space-between;

	--titBm: 0 0 0 50px;
}

.list-staff {
	width: 55%;
}

.list-staff li {
	margin: 0 0 30px;
	padding: 0 0 20px;
	background: var(--white);
}

.list-staff li .figure {
	background: var(--bodybg);
	display: flex;
	align-items: center;
}

.list-staff li figure {
	height: 200px;
	width: auto;
	flex: none;
}

.list-staff li figure img {
	width: auto;
	height: 100%;
}

.list-staff .names {
	font-size: 1.3rem;
	padding: 30px;

	color: var(--white);
}

.list-staff .names small {
	display: block;
}

.list-staff li dl,
.list-staff li p {
	width: 100%;
	padding: 0 20px;
}

.list-staff li dl {
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 4fr;
	padding: 20px 15px 10px;
	gap: 5px;
}

.list-staff li dl dt,
.list-staff li dl dd {
	padding: 10px;
}

.list-staff li dl dt {
	font-weight: bold;
	white-space: nowrap;
	background: var(--gray2);
}

.list-staff li b {
	font-size: 1.3em;
}

.table-sikaku dt{
  background: var(--bodybg);
  color: var(--white);
  padding:5px 20px;
  border-radius: 50px;
  margin:0 0 5px;
  width: 320px;
}

.table-sikaku dd{
  padding:0 20px;
}

@media screen and (max-width:520px) {
	.sec-com-ceo {
		margin: 50px auto 0;
		padding: 40px 15px 15px;
		background: linear-gradient(to bottom, var(--gray2) 0%, var(--gray2) 80%, var(--bodybg) 80%);
		--titBm: 0 0 20px;

		--inner-LR-ff: column;
		--inner-LR-gap: 0;
		--inner-LR-jc: space-between;
		--inner-LR-ai: flex-start;
		--inner-LR-m: 0 auto;
		--inner-L_w: 100%;
		--inner-L_p: 0 0 15px;
		--inner-R_w: 100%;
	--inner-R_p: 0;
	}

	.sec-com-ov,
	.sec-com-privacy{
		padding: 30px var(--over-width-half);

		--titAm: 0 auto 30px;
	}
	


	.sec-com-map {
		padding: 0 0 40px;
		--titAm: 0 auto 30px;
	}
	
	.sec-com-map iframe{
    width:90%;
  }

	.sec-com-staff {
		padding: 40px var(--over-width-half);
		background: linear-gradient(to bottom, var(--bodybg) 0%, var(--bodybg) 200px, var(--gray2) 200px);

		flex-flow: column;

		--titBm: 0 0 30px;
	}

	.list-staff {
		width: 100%;
	}

	.list-staff li {
		margin: 0 0 30px;
		padding: 0 0 20px;
		background: var(--white);
	}

	.list-staff li .figure {
		background: var(--bodybg);
		display: flex;
		align-items: center;
		padding: 15px;
		gap: 0;
	}

	.list-staff li figure {
		height: 80px;
	}

	.list-staff .names {
		font-size: 1.2rem;
		padding: 15px;
	}

	.list-staff .names small {
		font-size: 0.8rem;
	}

	.list-staff li dl,
	.list-staff li p {
		width: 100%;
	}

	.list-staff li b {
		font-size: 1.2em;
		line-height: 1.3;
	}
	
	.table-sikaku dt{
    width: 100%;
  }
}

/**================================================== 
 お問い合わせ
================================================== **/
/**------------------------------ 
電話でのお問い合わせ 
------------------------------**/
.sec-cont-tel {
	padding: 80px var(--over-width-half);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, var(--bodybg2) 5%, var(--bodybg2) 100%);
}

.sec_tel {
	position: relative;
	z-index: 2;
	padding: 50px 15px 30px;
	text-align: center;
	opacity: 0.9;
	color: var(--white);
	background-color: var(--bodybg);
	background-size: cover;
	background-position: center bottom;
}

.sec_tel>* {
	position: relative;
	z-index: 2;
}

.sec_tel:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.9;
	background: var(--bodybg);

	mix-blend-mode: multiply;
}

.sec_tel dt {
	font-size: 3em;
	font-weight: bold;
}

.sec_tel p {
	margin: 10px auto;
}

.sec_tel svg {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 8px 0 0;
	vertical-align: middle;

	fill: var(--white);
}

.sec_tel .tel,
.sec_tel .fax {
	font-family: var(--webf-eng);
	font-size: 2.5em;
	font-weight: bold;
	display: block;
	margin: 0;
	color: var(--white);
}

.sec_tel small {
	font-size: 16px;
}

@media screen and (max-width:520px) {
	.sec-cont-tel {
		padding: 30px var(--over-width-half);
	}

	.sec_tel {}

	.sec_tel svg {
		width: 30px;
		height: 30px;
	}

	.sec_tel dt {
		font-size: 1.5em;
		font-weight: bold;
	}

	.sec_tel .tel,
	.sec_tel .fax {
		font-size: 28px;
		line-height: 1.3;
		margin-bottom: 15px;
	}

	.sec_tel small {
		display: block;
	}
}

.sec-cont-mail {
	padding: 50px var(--over-width-half);

	--titAm: 0 auto 50px;
}

@media screen and (max-width:520px) {
	.sec-cont-mail {
		--titBm: 50px auto 30px;
	}
}

/**================================================== 
 採用一覧
================================================== **/
.sec-rec-list {
	padding: 80px var(--over-width-half);
}


.list-recruit li {
	width: 30%;
	margin: 0 0 50px;
}

.list-recruit a {
	display: block;
}

.list-recruit figure {
	width: 100%;
	aspect-ratio: 5/3;
	box-shadow: 10px 10px 0 0 var(--bodybg2);
	margin: 0 0 15px;
}

.list-recruit .em {
	background: var(--bodybg);
	color: var(--white);
	margin: 5px 0;
}

.list-recruit h3 {
	font-weight: bold;
	line-height: 1.5;
	margin: 5px 0;
}

.list-recruit p {
	line-height: 1.5;
}


.sec-com-det {
	background: url(/_img/ja/layout/28/image/_/);
	color: var(--white);
	display: flex;
	position: relative;
	padding: 60px var(--over-width-half);
	gap: 60px;
}

.sec-com-det:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: var(--bodybg);
	mix-blend-mode: multiply;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.sec-com-det>* {
	position: relative;
	z-index: 5;
}

.sec-com-det figure {
	aspect-ratio: 1/0.667;
	min-height: 400px;
	height: 100%;
}

.sec-com-det figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec-com-det .text {
	padding: 0;
}

@media screen and (max-width:520px) {
	.sec-com-det {
		flex-flow: column;
		padding: 30px 15px;
		gap: 15px;
	}

	.sec-com-det figure {
		width: 100%;
		min-height: auto;
		height: auto;
	}
}





/**------------------------------ 
採用情報 240618 追加ここから
 ------------------------------**/
.sec-base-width {
	padding: 30px var(--over-width-half) 50px;
}

.sec-base-width .titC,
.sec-base-width p {
	line-height: 1.5;
}

@media screen and (max-width:520px) {
	.sec-base-width {
		padding: 15px var(--over-width-half) 20px;
	}
}

/**------------------------------ 
ファーストビュー
	------------------------------**/

.sec-com-fv {
	position: relative;
	background: var(--bodybg);
}

.sec-com-fv picture {
	display: block;
	width: 100%;
	height: 600px;
	position: relative;
	margin: 0 0 0 auto;
}

.sec-com-fv picture:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
}

.sec-com-fv picture img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec-com-fv .text {
	padding: 30px 50px;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}

.sec-com-fv .text h1 {
	font-weight: bold;
	text-align: right;
	font-size: 3.1rem;
	white-space: nowrap;
	color: var(--white);
	letter-spacing: 3px;
	text-shadow: 1px 1px 0 var(--bodybg), 2px 2px 0 var(--bodybg), 3px 3px 0 var(--bodybg), 4px 4px 0 var(--bodybg), 5px 5px 0 var(--bodybg);
	line-height: 1;
	transform: rotate(-5deg);
}

.sec-com-fv .text h1 strong {
	display: inline-block;
	font-size: 1.6em;
	position: relative;
	padding: 5px 15px 10px;
	margin: 0 15px 30px 0;
}

.sec-com-fv .text h1 strong span {
	position: absolute;
	display: block;
	background: linear-gradient(to right bottom, var(--yellow) 0%, var(--orange) 100%);
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.sec-com-fv .text h1 em {
	font-style: normal;
	font-size: 1.4em;
}

.sec-com-fv .text h1 b {
	font-family: var(--webf-eng);
}

.sec-com-fv+.sec-com-ceo {
	margin-top: 0;
}

@media screen and (max-width:520px) {
	.sec-com-fv picture {
		height: 400px;
	}

	.sec-com-fv .text {
		padding: 0;
		top: auto;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
	}

	.sec-com-fv .text h1 {
		font-size: 1.5rem;
		line-height: 1.5;
		text-align: center;
		letter-spacing: 0;
	}

	.sec-com-fv .text h1 strong {
		padding: 1px 15px 3px;
		margin: 5px;
	}
}

/**------------------------------ 
求める人物
 ------------------------------**/
.sec-com-list {
	padding: 50px 0;
	--titAm: 0 auto 50px;
}

.obi {
	background: var(--bodybg);
	color: var(--white);
	padding: 30px 5%;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 50px;
}

.obi:before {
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	content: "";
	transform: translateX(-50%);
	border-width: 20px 30px 0 30px;
	border-style: solid;
	border-color: var(--bodybg) transparent transparent transparent;
}

.list-desired {
	width: var(--base-width);
	margin: 50px auto;
	gap: 50px;
}

.list-desired li {
	display: flex;
	border: 1px solid var(--bodybg);
}

.list-desired figure {
	width: 250px;
	height: 100%;
	flex: none;
}

.list-desired figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list-desired h3 {
	font-weight: bold;
	font-size: 1.2rem;
	background: var(--bodybg);
	color: var(--white);
	padding: 15px;
	display: flex;
	gap: 15px;
}

.list-desired h3:before {
	content: "";
	display: block;
	width: 1.5em;
	height: 1em;
	border-left: 5px solid var(--yellow);
	border-bottom: 5px solid var(--yellow);
	transform: rotate(-45deg);
}

.list-desired p {
	padding: 15px;
}

@media screen and (max-width:520px) {
	.obi {
		font-size: 1.3rem;
	}

	.list-desired {
		padding: 0 5%;
		margin: 50px auto 0;
		gap: 30px;
	}

	.list-desired li {
		flex-flow: column;
	}

	.list-desired figure {
		width: 100%;
		height: auto;
	}
}

/**------------------------------ 
魅力
 ------------------------------**/

.sec-com-result {
	padding: 50px var(--over-width-half) 80px;
	background: var(--gray2);

	--titAm: 0 0 50px;

	--btnAm: 0 auto 50px;
}

.list-result {
	margin: 50px auto 0;
	/**btnA**/

	--btnAbg: var(--white);
	--btnAbd: var(--bodybg);
	--btnAc: var(--bodybg);
	--btnAw: 260px;
	--btnAfz: 1.1rem;
	/**titA**/
	--titCc: var(--bodybg);
	--titCfz: 1.2rem;
	--titCta: left;
	--titCm: 0 0 15px;
}

.list-result li {
	position: relative;
	margin: 0 0 70px;
	padding: 0 0 25px;
	counter-increment: li;
	box-shadow: 8px 8px 0 0 var(--gray3);
	background: var(--white);
	min-height: 90px;
}

.list-result.tate li {
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 0 0 30px;
	padding: 0 0 0 100px;

	--titCfz: 1.4rem;
	--titCm: 0;
}

.list-result li :is(i, em) {
	font-family: var(--webf-eng);
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	margin: 5px 0 0 8px;
	letter-spacing: -1px;
	color: var(--white);
}

.list-result li em:after {
	font-size: 22px;
	display: block;
	content: counter(li);
}

.list-result li:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-width: 90px 130px 0 0;
	border-style: solid;
	border-color: var(--bodybg) transparent transparent transparent;
}

.list-result figure {
	margin: 0 0 20px;
}

.list-result .titC,
.list-result p {
	padding: 0 20px;
	line-height: 1.7;
}

.sec-com-result .note {
	text-indent: -3.5em;
	padding-left: 3.5em;
	line-height: 1.5;
	margin: 0 5% 10px;
}

.sec-com-result .titB {
	--titBfz: 1.8rem;
	--titBm: 50px auto;
	--titBc: var(--bodybg);
	background: var(--gray3);
	padding: 30px;
	font-weight: bold;
}

@media screen and (max-width:520px) {
	.list-result.tate li {
		--titCfz: 1.1rem;
	}

	.list-result li {
		--titCfz: 1.1rem;
		margin: 0 0 40px;
	}

	.sec-com-result .titB {
		--titBfz: 1.4rem;
		--titBm: 30px auto;
		padding: 20px;
	}

	.sec-com-result {
		padding: 40px var(--over-width-half);
		--titCfz: 1.1rem;
	}
}

/**------------------------------ 
職種
 ------------------------------**/
.sec-com-syokusyu {
	padding: 50px 0;
	overflow: hidden;

	--titAm: 0 auto 50px;

	--titCm: 0 auto 30px;
	--titCta: center;

	--btnAm: 0 auto;
	--btnAfz: 1.4rem;
}

.sec-com-syokusyu .titB {
	--titBfz: 1.4rem;
	--titBm: 0;
	--titBc: var(--bodybg);
	background: var(--gray3);
	padding: 30px;
	font-weight: bold;
	white-space: nowrap;

}

.sec-com-syokusyu figure {
	display: flex;
	gap: 5px;
	width: 110%;
	margin: 0 0 40px -5%;
}

.sec-com-syokusyu figure img {
	width: calc(100% / 3);
	height: auto;
	transform: skew(-15deg);
}

.sec-com-syokusyu .ttl-p {
	display: flex;
	align-items: center;
	gap: 50px;
	font-weight: bold;
	font-size: 1.2rem;
	margin: 0 0 60px;
}

.sec-com-syokusyu .btnA {
	color: var(--yellow);
}

.sec-com-syokusyu .obi {
	background: var(--yellow);
	color: var(--bodybg);
}

.sec-com-syokusyu .obi:before {
	border-top-color: var(--yellow);
}

@media screen and (max-width:520px) {
	.sec-com-syokusyu {
		padding: 30px 0;
		overflow: hidden;

		--titAm: 0 auto 30px;

		--titCfz: 1.2rem;

		--btnAw: 90%;
		--btnAm: 0 auto 30px;
		--btnAfz: 1.2rem;
	}

	.sec-com-syokusyu figure {
		flex-flow: wrap;
		transform: skew(0);
	}

	.sec-com-syokusyu figure img {
		width: 80%;
		height: auto;
		transform: skew(-8deg);
	}

	.sec-com-syokusyu figure img:nth-child(even) {
		margin-left: auto;
	}

	.sec-com-syokusyu .ttl-p {
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		justify-content: stretch;
		gap: 30px;
		font-weight: bold;
		font-size: 1.2rem;
		margin: 0 0 30px;
	}

	.sec-com-syokusyu .titB {
		--titBfz: 1.3rem;
		--titBm: 0 auto;
		width: 100%;
	}

	.sec-com-syokusyu .obi {
		text-align: left;
		font-size: 1.2rem;
	}
}


/**------------------------------ 
インタビュー
 ------------------------------**/

.sec-com-interview {
	padding: 50px var(--over-width-half) 50px;
	background: var(--gray2);

	--titAm: 0 0 50px;
}

.list-interview {
	margin: 50px auto;
}
.list-interview li{
	display: flex;
	align-items: center;
	gap: 50px;
	
	--btnAm:20px 20px 0;
}

.list-interview li:nth-child(even) {
	flex-flow: row-reverse;
}

.list-interview li figure {
	width: 50%;
	flex: none;
}

.list-interview li .richtext {
	width: 45%;
}

.list-interview li h3 {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 20px 15px;
	border-left: 5px solid var(--bodybg);
}

.list-interview li h4 {
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0 20px 10px;
	border-left: 5px solid var(--bodybg);
}

.list-interview li p {
	padding: 10px 20px 0;
}

@media screen and (max-width:520px) {
	.sec-com-interview {
		padding: 30px var(--over-width-half);
		--titCfz: 1.3rem;
	}

	.list-interview li {
		margin: 0 0 40px;
		flex-flow: column;
		gap: 15px;
		
		--btnAw: 80%;
	}

	.list-interview li:nth-child(even) {
		flex-flow: column;
	}

	.list-interview li figure {
		width: 100%;
		flex: none;
	}

	.list-interview li .richtext {
		width: 100%;
	}

	.list-interview li h3 {
		font-size: 1.25rem;
	}
}/*layout:29*/