@charset "UTF-8";


/*========================================================*/
/*      					共通CSS  			  		  */
/*=======================================================*/


/* ノーマル指定 */
table{
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
.clear {
	clear: both;
}
/* 2行目以降の文字を一文字ずらす */
.indent{
	text-indent: -1em;
	padding-left: 1em;
}
/* 先頭の文字を一文字ずらす */
.indent02{
	text-indent: 1em;
}
/* 半角分文字をずらす */
.indent03{
	text-indent: 0.6em;
}
/* 全体の文章を１文字分右にずらす */
.indent04{
	padding-left: 1em;
}
.tj{
	text-align: justify;/*文字両端ぞろえ*/
}
.marker {
	background: linear-gradient(transparent 60%, #ddf2ea 60%);
}
strong {
	font-weight: 400;
}
.lesp{
	letter-spacing: -0.1em;
}
.btm{
	padding-bottom: 50px;
}
@media (max-width: 768px) {
	.lesp{
		letter-spacing: 0em;
	}
}

/*PCのみ表示*/
@media screen and (max-width: 1024px) {
	.pc{
		display:none;
	}
	.sptx-c {
		text-align: center;
	}
}
/*スマホのみ表示*/
@media screen and (min-width: 569px) {
	.sp {
		display: none;
	}
}
@media print{
	.sp {
		display: none;
	}
}
/*タブレットのみ表示*/
@media not all and (min-width: 569px) and (max-width: 1024px) {
	.tab{
		display:none;
	}
}
/*任意以上表示*/
@media screen and (max-width: 768px) {
	.tabsp {
		display: none;
	}
}
/*任意以下表示*/
@media screen and (min-width: 769px) {
	.tabsp2 {
		display: none;
	}
}


/*リンクの位置調整(Btype)*/
a.anchor {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

/* ページトップボタン */
#page_top{
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 15px;
	opacity: 0.6;
	z-index:99;
}
#page_top a{
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f139';
	font-size: 50px;
	color: var(--accent-color2);
}

/* 背景括り */
.contentsbg {
	background: rgba(255, 255, 255, 0.85);
	padding: 40px;
	/*border-radius: 10px;*/	/*背景の角を丸くする*/
}
@media screen and (max-width: 568px) {
	.contentsbg {
		padding: 30px 15px 15px 15px;
	}
}
.contentsbg-b {
	background: rgba(0, 0, 0, 0.7);
	/*background: rgba(10, 24, 13, 0.7);*/
	padding: 50px;
}
@media screen and (max-width: 568px) {
	.contentsbg-b {
		padding: 30px 15px 25px 15px;
	}
}
/* 背景括り */
div.contentsbg2 {
	background: rgba(0, 0, 0, 0.4);
	padding: 30px;
}
@media screen and (max-width: 568px) {
	div.contentsbg2 {
		padding: 20px 15px;
	}
}

/* Gmap */
.fullOuterMap{
	width: 100%;
	position: relative;
	padding:0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height:auto;
	/*margin-top: -70px;*/	/*セクションのbottomに被せる*/
}
.fullInner{
	width:100%;
}
.gmp {
	position: relative;
	padding-bottom: 45%;
	height: 0;
	overflow: hidden;
}
.gmp iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 568px) {
	.gmp {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	}
}

/*======================================================*/
/* 文字・色・罫線・フォント・幅・リンク色CSS			  */
/*======================================================*/


/* 文字・余白・色など */
.tx-l {
	text-align: left;
}
.tx-r {
	text-align: right;
}
.tx-r2 {
	text-align: right;
}
.tx-c {
	text-align: center;
}
.tx-c2 {
	text-align: center;
}
.tx-c3 {
	text-align: center;
}
.tx-fit {
	inline-size: fit-content;
	margin-inline: auto;
}
.mt10{
	margin-top: 10px;
}
.mb00{
	margin-bottom: 0;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mlr10{
	margin-left: 10px;
	margin-right: 10px;
}
.f-11 {
	font-size: 11px;
}
.f-12 {
	font-size: 12px;
}
.f-13 {
	font-size: 13px;
}
.f-14 {
	font-size: 14px;
}
.f-15 {
	font-size: 15px;
}
.f-16 {
	font-size: 16px;
}
.f-16s {
	font-size: 16px;
}
.f-17 {
	font-size: 17px;
}
.f-20 {
	font-size: 20px;
}
.f-20s {
	font-size: 20px;
}
.f-20m {
	font-size: 20px;
}
.f-30s {
	font-size: 30px;
}
.f-30_title{
	font-size:clamp(2.5rem, 1.029rem + 7.35vw, 5.625rem);
}
.f-40{
	font-size: 40px;
}
.f-la {
	font-size: large;
}
.f-xla {
	font-size: x-large;
}
.f-famm {
	font-family: 'Noto Serif JP', serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}
.f-fama {
	font-family: 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO', sans-serif;
}
.f-famgc {
	font-family: Century Gothic, Arial, "Sawarabi Gothic", "M PLUS 1p", sans-serif;
}
.lihei12{
	line-height: 1.2;
}
.lihei14{
	line-height: 1.4;
}
.lihei19{
	line-height: 1.9;
}
.lihei19sp{
	line-height: 1.9;
}
.emp {
	font-weight: bold;	/*デザイン的強調 emphasis*/
}
.empcolor {
	color: var(--main-color);	/*サイト主要色*/
}
.accentColor {
	color: var(--accent-color1);	/*サイトアクセント色1*/
}
.accentColor2 {
	color: var(--accent-color2);	/*サイトアクセント色2*/
}
.colorYellow{
	color: #ffef00;
}
.colorPink{
	color: #dd517f;
}
.colorOrange{
	color: #dfb34a;
}
.colorRed{
	color: #d30000;
}
.colorPurple{
	color: #5a0797;
}
.colorBlue{
	color: #3472a8;
}
.colorWhite{
	color: #fff;
}
.colorGray01{
	color: #555;
}
.colorGray02{
	color: #888;
}

@media screen and (max-width: 868px) {
	.tx-c3 {
		text-align: left;
	}
}
@media screen and (max-width: 568px) {

	.f-16s {
		font-size: 12px;
	}

	.f-20s {
		font-size: 18px;
	}
	.f-20m {
		font-size: 16px;
	}
	.f-30s {
		font-size: 25px;
	}
	.tx-c2 {
		text-align: left;
	}
	.tx-r2 {
		text-align: left;
	}
	.f-la {
		font-size: 17px;
	}
	.lihei19sp{
		line-height: 1.7;
	}
	.tx-c3 {
		text-align: justify;
	}
}

/*文字縁取り*/
.fuchidori {
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}

/*リンクオンマウス時アンダーライン*/
a.onmouse:hover{
	text-decoration: underline;
	color:var(--accent-color1);
}

/*リンク アンダーライン*/
a.unli{
	text-decoration: underline;
	/*color: var(--accent-color1);*/
	color: var(--main-color);
}
a.unli:hover{
	color: #d99800;
}

/* コンテンツ幅 */
/*トップ　greeting*/
div.haba{
	margin: 0 21%;
	padding: 0;
}
@media (max-width: 1068px)  {
	div.haba{
		margin: 0;
	}
}
/*印刷時*/
@media print{

}

/**/
div.haba2{
	margin: 0 7%;
	padding: 0;
}
@media (max-width: 1168px)  {
	div.haba2{
		margin: 0;
	}
}
/*印刷時*/
@media print{

}





/*前頁問い合わせ部分*/
div.habatel{
	margin: 15px 0;
	padding: 0;
}

/*パンくずリスト(Atypeのみ使用)*/
#pankuzu {
    font-size: 12px;
    color: #666666;
    padding-top: 20px;
}

/*pcとspで画像の表示位置を変えたい時の指定*/
img.pcsp-r{
	margin-right: auto;
}
@media (max-width: 568px) {
	img.pcsp-r{
		margin: 0 auto;
	}
}

/*pcとspで画像のサイズ変えたいときの指定*/
/*リクルートrecruit_sec2 仕事内容イラスト部分*/
img.pcspwid{
	width: 9%;
	margin: 5px auto;
}
@media (max-width: 968px) {
	img.pcspwid{
		width: 17%;
		margin: 10px auto;
	}
}
@media (max-width: 568px) {
	img.pcspwid{
		width: 25%;
		margin: 10px auto;
	}
}
/*印刷時*/
@media print{
	img.pcspwid{
		width: 9%;
		margin: 5px auto;
	}
}

/*リクルートrecruit_sec2 仕事内容イラスト部分 別箇所*/
img.pcspwid2{
	width: 80%;
	margin: 0 auto;
}
@media (max-width: 768px) {
	img.pcspwid2{
		width: 55%;
	}
}
@media (max-width: 568px) {
	img.pcspwid2{
		width: 75%;
	}
}
/*印刷時*/
@media print{
	img.pcspwid2{
		width: 70%;
		margin: 10px auto;
	}
}




/*罫線*/
hr{
	height: 1px;
	border: none;
	margin: 15px auto;
}
hr.faqHr {
	height: 0px;
	border-bottom: 1px dotted #7b7b7b;
	margin: 20px auto;
}
hr.no{
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid rgba(255,255,255,0);	/*透明*/
}
hr.on{
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #d2d2d2;
}
hr.no-m{
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid rgba(255,255,255,0);	/*透明*/
}
hr.line{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 80%;
	border-top: 1px solid var(--main-color);
}
hr.decoline {
	background-image: url(../img/decoline.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	margin: 15px 0px;
	border: 0;
}
.svgicon01 {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: sub;
	margin: 0 7px 0 5px;
}
.svgicon02 {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin: 0 7px 0 5px;
}


/*======================================================*/
        タイトルCSS
/*======================================================*/

/*タイトル	デザイン色々*/
.heading01 {
	position: relative;
	text-align:center;
	/*margin-top: 1em;*/
	margin-bottom: 1em;
	font-size: 28px;
}
.heading01:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--main-color);
	border-radius: 2px;
}
/**/
.heading02 {
	position: relative;
  	display: inline-block;
	font-weight:600;
  	padding: 0 55px;
	font-size: 20px;
	color: var(--accent-color1);
	margin-top: 20px;
	margin-bottom: 20px;
}
.heading02:before, .heading02:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 3px;
	background-color: var(--accent-color1);
}
.heading02:before {
	left:0;
}
.heading02:after {
	right: 0;
}
/**/
.heading03 {
	font-family: 'Kiwi Maru';
	text-align: center;
	color: var(--accent-color1);
	font-weight: 400;
	font-size: clamp(24px, 2.5vw, 30px);
	margin-bottom: 10px;
	position: relative;
	padding: 1.5rem 1.5rem 0rem 1.5rem;
}
.heading03::before {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 75px);
	background-image: url(../img/heading03.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 150px;
	height: 80px;
	top: -50px;
}
/*＼　／でタイトルを囲む*/
.heading04 {
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	align-items: end;
	font-size: clamp(19px, 2.4vw, 25px);
	text-align: center;
	border: 0;
	line-height: 1.3;
	margin-bottom: 5px;
	color: #444;
}
.heading04::before,
.heading04::after {
	content: '';
	width: 2px;
	height: 35px;
	background-color: #999;
}
.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
@media screen and (max-width: 568px) {
	.heading04 {
		font-size: 19px;
	}
	.heading04::before {
		margin-right: 17px;
	}
	.heading04::after {
		margin-left: 17px;
	}
}
/*背景に色をつける*/
.heading05 {
	padding: 0.5rem 0.5rem 0.3rem 0.5rem;
	background: #8ad1d578;
	margin: 50px 0 20px 0;
	border-radius: 5px;
	color: var(--main-color);
	font-size: clamp(20px, 2.1vw, 25px);
	line-height: 1.3;
	font-family: serif, 'Noto Serif JP';
	background-image: url(../img/bg_04.png);
	background-size: clamp(50px,6vw,100px);
	background-repeat: repeat;
	background-position: 25%;
	text-align: center;
}
/*背景に英字*/
.heading06 {
	color: var(--main-color);
	position: relative;
	padding-top: clamp(30px, 4vw, 50px);
	font-size: clamp(23px, 2.5vw, 30px);
	text-align: center;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 10px;
}
.heading06 span {
	position: relative;
	z-index: 2;
}
.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(17, 78, 132, 0.2);
	/*font-size: clamp(50px,6vw,70px);*/
	font-size: clamp(37px,4.5vw,50px);
	font-style: italic;
	font-weight: 600;
}

/*背景をずらしたデザイン*/
.heading07 {
	font-weight: bold;	
	background-color: rgba(221, 238, 238, 0.785);
	padding: 0.25em 1em;
	position: relative;
	font-size: clamp(18px, 4vw, 25px);
	margin-bottom: 20px;
	width: calc(100% - 1px);
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.heading07::before {
	content: '';
	/*background-color: #e1eef5;*/
	
	border: 1px solid #4c9ac0;
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	position: absolute;
	top: -7px;
	left: 4px;
	z-index: -1;
}

/*全幅　真ん中のみ色　棒*/
.heading08 {
	position: relative;
	font-size: clamp(22px, 2vw, 27px);
	text-align: center;
	border-bottom: 4px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 5px;
	font-weight: 400;
	padding: 3px;
	line-height: 1.4;
}
.heading08:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	background-color: var(--main-color);
}

/*中線*/
.heading09 {
	display: flex;
	justify-content: center;
	align-items: center;
	/*font-size: clamp(20px, 2vw, 27px);*/
	font-size: clamp(25px, 2.5vw, 33px);
	text-align: center;
	line-height: 1.3;
	font-weight: 400;
	color: #454545;
	font-family: "Montserrat", sans-serif;
	/*font-family: 'Noto Serif JP', serif;*/
}
.heading09::before,
.heading09::after {
	content: '';
	width: 25px;
	height: 3px;
	background-color: #014aa5;
}
.heading09::before {
	margin-right: 10px;
}
.heading09::after {
	margin-left: 10px;
}

/*高級感*/
.heading10 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(17px, 1.8vw, 22px);
	line-height: 1.3;
	position: relative;
	padding: 0.7rem 2rem;
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	margin: 0 0 20px 0;
	background-color: #fff;
}
.heading10:before,
.heading10:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	/*background-image: -webkit-linear-gradient(135deg, #704308 0%, #bb9f2c 40%, #b7ab2d 60%, #704308 100%);*/
	background-image: linear-gradient(135deg, #704308 0%, #bb9f2c 40%, #b7ab2d 60%, #704308 100%);
	/*background-image: linear-gradient(135deg, #70083e 0%, #bd7999 40%, #cc7fab 60%, #700847 100%);*/
}
.heading10:before {
	top: 0;
}
.heading10:after {
	bottom: 0;
}



/*縦［］*/
.heading12 {
	font-weight: bold;
	padding: 0.5em 1em;
	  --x-gradient: linear-gradient(90deg, var(--main-color) 0 100%);
	  --y-gradient: linear-gradient(var(--main-color) 0 15px, transparent 0 calc(100% - 15px), var(--main-color) calc(100% - 15px));
	background-image:var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
	background-repeat: no-repeat;
	background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
	background-position: top, right, bottom, left;
	position: relative;
}

/*タイトル（左にナンバリング）*/
.heading14 {
	position: relative;
	padding-left: 80px;
	font-size: 20px;
}
.heading14::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(63,193,201,0.3);
	font-size: 50px;
}
.heading14::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: rgba(63,193,201,1);
}

/*アイコン付き*/
.heading41 {
	text-align: left;
	font-size: clamp(20px, 2.4vw, 20px);
	margin: 0px 0 20px 0;
	border-bottom: 0;
	line-height: 1.3;
	font-weight: bold;
	padding: 7px 7px 2px 2px;
	color: #4c4c4c;
	border-bottom: 2px dotted #b6b6b6;
	padding-left: 35px;
	background: url(../img/ico01.png) no-repeat left center;
	background-size:30px;
}
.heading41 span {
	font-size:14px;
}

/*最初の文字色・サイズ変更*/
.heading42{
	border-bottom: 1px solid #454545;
	color: #454545;
	margin-bottom: 20px;
}
.heading42:first-letter {
	font-size: 150%;
	color: var(--main-color);
}

/*タイトル二色棒*/
.heading51 {
	border-bottom: solid 3px #e2d6ad;
	position: relative;
	padding-bottom: 0.2em;
	margin-bottom: 20px;
	font-size: 18px;
	font-family:'ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO',sans-serif;
	color:var(--main-color);
}
.heading51::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px var(--main-color);
	padding-bottom: 0.2em;
	width: 20%;
}

/*==========================================================*/
/*      	　　　	コンテンツレイアウトCSS  		  		  */
/*=========================================================*/

/*ボックスデザイン*/
.box01 {
	display: flex;
	justify-content:center;
}
.box01-container {
	padding: 0.5em 2em;
	margin: 2em 0;
	border: double 4px var(--accent-color2);
	width: 100%;
	background-color: #FFF;
	color:#454545;
	text-align: left;
}
.box01-container p {
    margin: 0; 
    padding: 0;
}
@media (max-width: 568px) {
	.box01-container {
		padding: 0.2em 1.5em;
    	margin: 2em 0;
		width: 100%;
	}
}

/*ボックスデザイン2*/
.box02 {
	display: flex;
	justify-content:center;
}
.box02-container {
	padding: 0.5em 1em;
	/*margin: 2em 0;*/
	border: double 5px var(--main-color);
	width: 650px;
	background-color: #f5f3ed;
	color:#454545;
	text-align: left;
}
.box02-container p {
	margin: 0; 
	padding: 0;
}
@media (max-width: 568px) {
	.box02-container {
		padding: 0.2em 0.4em;
    	/*margin: 2em 0;*/
		width: 100%;
	}
}
.box3 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #95ccff;
	border-radius: 8px;
}
.box3 .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #95ccff;
	font-weight: bold;
}
.box3 p {
	margin: 0; 
	padding: 0;
}


/*装飾枠　斜線影*/
.diagonal {
	position: relative;
	background-size: 10px 10px;
	background-image: repeating-linear-gradient(45deg, #b4b4b494 0, #b4b4b494 1px, #ffffff00 0, #ffffff00 50%);
	left: 10px;
	box-sizing: border-box;
	margin-top: 25px;
}
.diagonal p {
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.5;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	display: inline-block;
	text-align: justify;
	font-weight: 400;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	position: relative;
	top: -10px;
	left: -10px;
	width: 100%;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.diagonal {
		width: 97%;
	}
}

/*リスト*/
.list_clm1{
	column-count: 1;
}
.list_clm2{
	column-count: 2;
}
.list_clm3{
	column-count: 3;
}
@media (max-width: 768px) {
	.list_clm3{
		column-count: 2;
	}
}
@media (max-width: 568px) {
	.list_clm2{
		column-count: 1;
	}
	.list_clm3{
		column-count: 1;
	}
}

ul.list01{
	counter-reset:list;
	list-style-type:none;
	font: 14px/1.6 'arial narrow', sans-serif;
	padding:0;
}
ul.list01 li{
	position:relative;
	border-bottom: 1px dashed #b9b9b9;
	padding: .5em 0 .5em 2em;
}
 ul.list01 li:before{
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: var(--main-color);;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.list01 li:after{
	content: "";
	display: block;
	position: absolute;
	left: 6px;
	height: 0;
	width: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #fff;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*リスト(数字つき)*/
ol.list02 {
	position: relative;
	margin: 10px 0;
	padding: 0 10px 0 6px;
	list-style: none;
}
ol.list02 li {
	position: relative;
	margin: 0px 0px 0 22px;
	padding: 0;
	line-height: 2;
	border-bottom: dashed 1px #777;
}

/* ol デザイン */
ol.list02 {
	counter-reset: li;
}
ol.list02 > li:before {
	position: absolute;
	color: #fff;
	font-weight: bold;
	counter-increment: li;
	content: counter(li) ".";
	left: -26px;
	top: 0;
}

/*リスト大(数字つき)*/
ol.list03 {
	position: relative;
	margin: 0;
	padding: 0 10px 0 6px;
	list-style: none;
	font-weight: bold;
}
ol.list03 li {
	position: relative;
	margin: 0px 20px 0 22px;
	padding: 12px;
	line-height: 1.5;
	font-size: 20px;
}

/* ol デザイン */
ol.list03 {
	counter-reset: li;
}
ol.list03 > li:before {
	position: absolute;
	color: var(--main-color);
	font-weight: bold;
	counter-increment: li;
	content: counter(li) ".";
	left: -26px;
	/*top: 0;*/
}

/*リスト　チェック*/

ul.list04{
	/* margin-top: 10px; */
	font-size: 15px;
	line-height: 1.8;
	list-style-type: none;
	/* column-count: 2;		リスト横並び数を指定 */
}

/* .list04 li+li {
	margin-top: 5px;
} */

.list04 li {
	position: relative;
	padding-left: 25px;
}
.list04 li:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 14px;
	top: 0em;
	left: 6px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 3px solid var(--main-color);
	border-bottom: 3px solid var(--main-color);
}
.list04 li:after {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #9c9c9c;
	border-radius: 2px;
}

/*中黒点*/
ul.list05{
	list-style: disc;
	margin-left: 25px;
	line-height: 1.4;
	margin-top: 1em;
}
ul.list05 li::marker{
	font-size: 120%;
	font-weight: bold;
	line-height: 1;
	color: var(--accent-color2);
}

/* スマホ設定 */
@media screen and (max-width: 768px) {
	ol.list03 {
		padding: 0 10px 0 6px;
		font-size: 14px;
	}
	ol.list03 li {
		margin: 0px 20px 0 12px;
		padding: 6px;
		font-size: 15px;
	}
	ol.list03 > li:before {
		left: -26px;
	}
}

/*リスト　大きめディスク*/
ul.nor{
	list-style: disc;
	margin: 5px 5px 5px 25px;
	line-height: 1.4;
	/*font-size: 15px;*/
}
ul.nor li::marker{
	font-size: 150%;
	font-weight: bold;
	line-height: 0.7;
	color: var(--accent-color1);
	left: 10px;
}
ul.nor li{
	/*border-bottom: 1px dashed #b9b9b9;*/
	padding: 0.2em 0;
}
ul.nor li.noli::marker{
	font-size: 150%;
	font-weight: bold;
	line-height: 0.7;
	color: rgba(255,255,255,0);
}
ul.nor li.noli{
	margin-left: -25px;
}
/*リスト　通常*/
ul.usuallyul{
	list-style: disc;
	margin-left: 20px;
}
ul.usuallyul li{
	font-size: clamp(14px, 1.4vw, 15px);
	line-height: 1.4;
	/*margin-bottom: 10px;*/
}
ul.usuallyul li:last-child{
	margin-bottom: 0px;
}


/*ボタン*/
/*文字ボタン*/
.btwi{
	display: block;
	max-width: 15em;
	/*max-width: 70%;*/
	margin: 15px auto 10px auto;
	box-sizing: border-box;
	/*margin-top: auto;*/	/*★ボタンを下に揃えるために追加*/
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 568px) {
	.btwi{
		max-width: 99%;
	}
}
.c-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 35px;/*37px*/
	color: #fff;
	line-height: 1.1;
	text-decoration: none;
	transition: 0.3s;
	padding: 0 32px 0 20px;
	/*padding: 0 32px 0 10px;*/	/*左にアイコン入れる場合*/
	/*border-radius: 20px;*/
}
.btn07 a {
	/*background-color: var(--main-color);
	border: 1px solid transparent;*/
	border: 1px solid #777;
	font-size: clamp(13px, 1.4vw, 14px);
}
.btn07 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
}
.btn07 a::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
}
.btn07 a:hover {
	background-color: var(--main-color);
}
.btn07 a:hover::before {
	border: 1px solid #f2f2f2;
}
.btn07 a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}

/*問い合わせボタン*/
.cta04 {
	display: flex;
	justify-content:center;
	padding-top:2vw;
	text-align: center;
	width: 100%;
}
/* @media (max-width: 568px) {
	.cta04 {
		width: 90%;
	}
}*/
.cta_btn04 {
	font-weight: bold; /* 文字の太さ */
	width: 100%;
	max-width: 800px; /* ボタン幅 */
	display: inline-block;
	padding: 0.5em;
	transition: 0.3s;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff; /* ボタン文字色 */
	border-radius: 10px;
	background: var(--main-color); /* 背景色 */
	/*box-shadow: 0 3px 0 var(--accent-color2);*/
	text-align: center;
}

.cta_btn04 p {
	margin: 0 auto;
}
.cta_btn04 span{
	display: inline-block;
	vertical-align: middle;
}

.cta_btn04 .cta_btn04_copy {
	font-size: 14px; /* コピー文字サイズ */
	display: block;
	/*padding: 0.3em 0;*/
	color: var(--accent-color2); /* コピー文字色 */
	border-radius: 100vh;
	background: #fff; /* コピー背景色 */
	margin-bottom: 10px;
}
/* マウスオーバーした際のデザイン */
.cta_btn04:hover {
	/*transform: translate(0, 3px);*/
	color: #fff;
	background: var(--main-color);
	/*box-shadow: 0 1px 0 var(--accent-color2);*/
}

/*テーブル*/
table.tbl01 {
	margin: 0 auto;
	border-top: 1px solid #e1d0c1;
	border-right: 1px solid #e1d0c1;
	/*width: fit-content;*/
}
table.tbl01 tr th {
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.4;
	padding: 10px 17px;
	/*padding-left: 20px;*/
	border-bottom: 1px solid #e1d0c1;
	border-left: 1px solid #e1d0c1;
	background-color: #ff791924;
	width: 5.5em;
}
table.tbl01 tr td {
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.4;
	padding: 10px 17px;
	border-bottom: 1px solid #e1d0c1;
	background-color: #ffcda924;
}
/*
table.tbl01 tr:first-child {
	background-color: #fd7e2325;
}
table.tbl01 tr:last-child {
	background-color: #fd7e2325;
}
*/

@media screen and (max-width: 768px) {
	table.tbl01 tr th {
		padding: 10px 5px;
	}
	table.tbl01 tr td {
		padding: 10px 10px;
	}
}

/*メニュー表*/
table.menuB {
	margin: 5px 0;
	font-family: serif, 'Noto Serif JP';
}
table.menuB tr th {
	text-align: left;
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid var(--accent-color1);
}
table.menuB tr td {
	text-align: right;
	font-size: clamp(16px, 1.7vw, 18px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid var(--accent-color1);
}
table.menuB tr td span {
	font-size: clamp(11px, 1.2vw, 13px);
}
@media screen and (max-width: 568px) {
	table.menuB tr th:first-child {
		border-top: 1px solid var(--accent-color1);
		border-bottom: 1px solid var(--accent-color1);
	}
	table.menuB tr td {
		border-bottom: 0px;
	}
	table.menuB tr th{
		display: block;
		font-size: 15px;
		/*background: rgba(22,22,14,0.2);*/
		border-bottom: 0px;
	}
	table.menuB tr td:nth-of-type(1) {
		display: inline-block;
		box-sizing: border-box;
		padding: 10px;
		width: 70%;
		font-size: 15px;
	}
	table.menuB tr td:nth-of-type(2){
		display: inline-block;
		box-sizing: border-box;
		padding: 10px;
		width: 30%;
		font-size: 15px;
	}
}


/*一般(usually)テーブル*/
table.u-tab {
	/*width: 80%;*/	/*article class="entry" 内に入れるならいらない*/
	margin: 0px auto 10px auto;
	/*border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	box-sizing: border-box;
}
table.u-tab tr td{
	font-size: clamp(14px,1.4vw,15px);
	text-align:left;
	border-bottom: 1px solid #ccc;
	line-height: 1.4;
	padding: 10px;
	box-sizing: border-box;
	/*background: rgba(243, 252, 255, 0.85);*/
}
/*
table.u-tab tr td:nth-of-type(1){
	width: 15em;
	font-weight: 600;
	background: var(--main-color);
}
table.u-tab tr td:nth-of-type(2){
	width: calc((100% - 15em) / 1);
}

@media screen and (max-width: 800px) {
	table.u-tab {
		width: 100%;
	}
}
@media screen and (max-width: 568px) {
	table.u-tab tr td:nth-of-type(1){
		width: 100%;
		padding: 7px;
		display:block;
		background: #dfd9d440;
	}
	table.u-tab tr td:nth-of-type(2){
		width: 100%;
		padding: 7px;
		display:block;
	}
}
*/

/*フロー*/
.flow_design02 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow_design02 ul {
	padding: 0;
}
.flow_design02 li {
	list-style-type: none;
}
.flow_design02 dd.flow-cc {
	margin-left: 0;
	width: 100%;
}
.flow02 > li {
	padding: 40px 10px;
}
.flow02 > li:not(:last-child) {
	border-bottom: 3px solid var(--main-color);
	position: relative;
}
.flow02 > li:not(:last-child)::before,
.flow02 > li:not(:last-child)::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 15%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow02 > li:not(:last-child)::before {
	border-width: 22px;
	border-top-color: var(--main-color);
}
.flow02 > li:not(:last-child)::after {
	border-width: 18px;
	border-top-color: #FFF;/*三角部分の色*/
}
.flow02 > li dl.flow-aa {
	margin: 0;
}
.flow02 > li dl.flow-aa dt.flow-bb {
	font-size: 1.3em;
	font-weight: 600;
	border-bottom: 2px dotted #878787;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	display: flex;
	width: 100%;
}
.flow02 > li dl.flow-aa dt.flow-bb .icon02 {
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 100px;/*50pxなら2行折り返しまで、100pxなら3行折り返しまで対応可*/
	font-size: 0.6em;
	color: #fff;
	background: var(--main-color);
	padding: 5px 10px;
	/*display: inline-block;*/
	margin-right: 0.5em;
}
@media screen and (max-width: 568px) {
	.flow02 > li dl.flow-aa dt.flow-bb {
		background: #fff;
	}
}




/*==========================================================*/
/*      	　　　フレックボックスレイアウトCSS  		  	  */
/*=========================================================*/

/*横並びにする*/
.flex01{
	display: flex;
	justify-content: start;/*アイテムを先頭に寄せる*/
	align-items: center;
}
.flex02{
	display: flex;
	justify-content: space-between;/*両端揃えで均等に配置*/
	flex-wrap: wrap;
}
.flex03{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.flex04{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: end;
}
/*横並びにする*/
.flex-child01{
	width: 40%;
}
.flex-child02{
	width: 58%;
}

.flex-child03{
	width: 48%;
}

.flex-child04{
	width: 28%;
}
.flex-child05{
	width: 70%;
}


.flex-child06{
	width: 28%;
}
.flex-child07{
	width: 70%;
}
.flex-child08{
	width: 49%;
}
.flex-child09{
	width: 30.6%;
}
.flex-child10{
	width: 30%;
}
.flex-child11{
	width: 68%;
}

@media screen and (max-width: 968px) {
	.flex-child08 {
		width: 100%;
		margin: 5px auto;
	}
}
@media screen and (max-width: 868px) {
	.flex-child01 {
		width: 100%;
		margin: 5px auto;
	}
	.flex-child02 {
		width: 100%;
		margin: 5px auto;
	}
	.flex-child05{
		width: 100%;
		margin: 5px auto;
	}
	.flex-child04 {
		width: 70%;
		margin: 5px auto;
	}
}

@media screen and (max-width: 768px) {
	.flex-child10, .flex-child11 {
		width: 100%;
		margin: 5px auto;
	}
	.flex-child04 {
		width: 100%;
		margin: 5px auto;
	}
}
@media screen and (max-width: 568px) {
	.flex-child03{
		width: 100%;

		margin: 0px auto;
	}
	.flex-child07,.flex-child06  {
		width: 99%;
		margin: 5px auto;
	}
}

/*縦書き*/
.wrap {
	text-align: center;
}
.vertical {
	writing-mode: vertical-rl;
	display: inline-block;
	
}
.v_itl{
	text-align: initial;
}
.v_ctr{
	text-align: center;
}
.v_end{
	text-align:end;
}
.vertical h2 {
	margin: 0;
	line-height: clamp(2.5em, 9vw, 10em);
	font-size: clamp(25px, 1.8vw, 40px);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.vertical div {
	margin: 0;
	line-height: clamp(2.5em, 9vw, 10em);
	font-size: clamp(25px, 1.8vw, 40px);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}

 /*会話風*/
 .balloon-color {
	display: flex;
	flex-wrap: nowrap;
}
/* 左の吹き出し */
.balloon-color.left {
	flex-direction: row; /* 左から右に並べる */
}
.left .chatting-color {
	position: relative;
	display: inline-block; /* 吹き出しが文字幅に合わせます */
	margin: 15px 20px 20px;
	padding: 10px 20px;
	background: #FFF; /* ◯）カラー変更はこちら */
	text-align: left; /* テキスト左揃え */
	border-radius: 15px; /* 枠の丸みの設定はこちら */
}
.left .chatting-color::after {
	content: "";
	border: 15px solid transparent;
	border-top-color: #FFF; /* （◯）とカラーを合わせる */
	position: absolute;
	top: 30px; /* 三角部分の高さ */
	left: -15px; /* 三角部分の位置 */
}
@media only screen and (max-width: 568px) {
	.balloon-color.left {
		flex-direction: column;		/*アイコンを吹き出しの上にする*/ /*吹き出しの下はcolumn-reverse*/
	}
	.icon-color {
		margin: 0 auto;				/*アイコンを中央に*/
	}
	.left .chatting-color {
		margin: 15px 5px 5px 5px;
		padding: 10px 20px;
	}

	.left .chatting-color::after {
		content: '';
		position: absolute;
		left: 45%;
		top: -30px;
		display: block;
		width: 0;
		height: 0;
		border-top-color: #ffffff00;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #FFF;
		border-left: 15px solid transparent;
	}
}

/* 右の吹き出し */ 
.balloon-color.right {
	flex-direction: row-reverse; /* 右から左に並べる */ 
}
.right .chatting-color {
	position: relative;
	display: inline-block; /* 吹き出しが文字幅に合わせます */
	/*margin: 15px 20px 20px;*/
	margin: 5px 20px 20px;/*今回*/
	padding: 20px 30px;
	background: #FFF; /* （△）カラー変更はこちら */
	text-align: left; /* テキストの位置変更はこちら */
	border-radius: 15px; /* 枠の丸みの設定はこちら */
}
.right .chatting-color::after {
	content: "";
	border: 15px solid transparent;
	border-top-color: #FFF; /* （△）とカラーを合わせる */
	position: absolute;
	top: 30px; /* 三角部分の高さ */
	right: -15px; /* 三角部分の位置 */
}
.chatting-color {
	align-items: center;
}
@media only screen and (max-width: 568px) {
	.balloon-color.right {
		flex-direction: column;		/*アイコンを吹き出しの上にする*/ /*吹き出しの下はcolumn-reverse*/
	}
	.icon-color {
		margin: 0 auto;				/*アイコンを中央に*/
	}
	.right .chatting-color {
		margin: 15px 5px 5px 5px;
		padding: 10px 20px;
	}

	.right .chatting-color::after {
		content: '';
		position: absolute;
		left: 45%;
		top: -30px;
		display: block;
		width: 0;
		height: 0;
		border-top-color: #ffffff00;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #FFF;
		border-left: 15px solid transparent;
	}
}

/* アイコンの作成 */
.balloon-color figure img {
	border-radius: 0; /* 画像を丸くしたいときに利用 */
	margin: 0;
}
/* アイコンの大きさ */
.icon-color {
	width: 150px;
	/*height: 150px;*/
}
/* アイコンの名前 */
.name-color {
	width: 150px; /* アイコンの大きさと合わせる */
	font-size: 12px;
	text-align: center; /* 名前は真ん中に */
}
.text-color {
	color: #222222; /* テキストのカラー変更はこちら */
	font-size: 16px; /* テキストサイズの変更はこちら（なければデフォルトのサイズになります） */
}


/* BLOG CSS */
.blog-card__item{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	align-items: stretch;				/* 行内で各カードをセルいっぱいに */
}

@media (max-width: 767px){
	.blog-card__item{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 5px;
	}
}
@media (max-width: 300px){
	.blog-card__item{ grid-template-columns: 1fr; }
}
/* 印刷時 */
@media print{
	.blog-card__item{
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 10px;
	}
}

/* ▼ 各カード本体：a を等高さ＋縦積み */
.blog-card__item > a{
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 100%;

	padding: 10px;
	background-color: #ffffffd7;
	background-image: url(../img/bg_06.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	box-sizing: border-box;
	border: 1px solid #D2D2D2;
	color: #5e5e5e;
	/* border-radius: 10px; // 必要なら復活 */
}

.blog-card__item img{
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	margin: 0 auto;
}

.blog-card__item h3{
	font-family: 'Noto Serif JP', serif;
	padding: 5px 0 0;
	font-size: clamp(14px, 1.5vw, 20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: var(--txt-color);
	border-bottom: 1px dotted var(--main-color);
	margin-bottom: 10px;
}

.blog-card__item p.dateCate{
	font-size: 10px !important;
	text-align: right;
	color: #444;
	margin: 0;						/* 余白暴れ防止 */
}

.blog-card__item p.txt{
	font-size: clamp(12px, 1.4vw, 14px);
	text-align: justify;
	margin: 0;
	/* 下に寄せたい場合は ↓ をON
	   margin-top: auto; */
}

/* カード内のリンク（タイトルなど） */
.blog-card__item a{
	text-decoration: none;
	color: inherit; /* カードの文字色に合わせる */
}

/* 一覧末尾のリンク */
a.blogunli{
	text-decoration: underline;
	color: var(--txt-color);
	font-size: clamp(13px,1.4vw,15px);
}
a.blogunli:hover{ color: var(--main-color); }