@charset "UTF-8";

/*なるべく汎用性の高い順に記載（サイト特有指定ほど下部に記載）*/
/*切替[基本：max568 min569／デザインによっては：768／それ以外は個別・特例的に設定]*/

/* ノーマル指定 */
table{
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
.clear {
	clear: both;
}
.indent{
	text-indent: -1em;
	padding-left: 1em;
}
.tj{
	text-align: justify;/*文字両端ぞろえ*/
}
.marker {
	background: linear-gradient(transparent 60%, #f2ceda 60%);
}
.lesp{
	letter-spacing: -0.1em;
}
.btm{
	padding-bottom: 6vw;
}
.top{
	margin-top: 5vw;
}
@media (max-width: 768px) {
	.lesp{
		letter-spacing: 0em;
	}
}
/* メインビジュアル */
.hero-container {
	display: grid;
	justify-items: center;
	align-content: center;
	height: 100%;
	width: 100%;
	background-color: #fff;
}

picture.main-v{
	margin:0 auto;
	display: block;
	position: relative;
	box-sizing: border-box;
}
picture.main-v img{
	height: 70vh;
	width: 100%;
	object-fit: cover;
}
/*SP LINEブラウザ対応*/
@media (max-width: 1367px) {
	picture.main-v img{
		height: 500px;
	}
}
/*SP 画面幅極細対応*/
@media (max-width: 350px) {
	picture.main-v img{
		height: 360px;
	}
}

/* ヘッダー */
.header-details{
	font-size: 13px;
	line-height: 1.5;
}
/* フッターコピーライト */
.footer-copy p{
	font-size: 11px;
}
/* フッターメニュー */
ul.footer-menu li a{
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	white-space: nowrap;
	font-weight:400;
}
ul.footer-menu li::after{
	content: "　/　";
}
ul.footer-menu li:last-child::after{
	content: none;
}
@media (max-width: 1023px) {
	ul.footer-menu li::after{
		content: none;
	}
}


/* 各セクション（汎用） */
.sec1 {
	padding: var(--v-space) 0;
	background-color: #FFF;
}
.sec2 {
	padding: var(--v-space) 0;
	background-color: #eef3f0;
}
.sec3 {
	padding: var(--v-space) 0;
	background-color: #f8f1e1;
}
.sec4 {
	background-image: url(../img/bg_02b.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}
@media screen and (max-width: 569px) {
	.sec4 {
		background-size: 150%;
	}
}
.sec5 {
	padding: var(--v-space) 0;
	background-color: #FFF;
}
.sec7 {
	padding: 30px 0 80px 0;
	background-color: #eef3f0;
}
.sec9 {
	padding: 30px 0 80px 0;
	background-color: #f8f1e1;
}
.sec8 {
    padding: 10px 0 100px 0;
    background-color: #FFF;
}
.greeting {
	padding: 50px 0;
	padding: var(--v-space) 0;
	background-image: url(../img/bg_02a.png),url(../img/bg_02b.png);
	background-repeat:no-repeat,no-repeat;
	background-position: top left,bottom right;
}
@media screen and (max-width: 569px) {
	.greeting {
		background-size: 100%,100%;
	}
}
.info {
    padding: 10px 0 100px 0;
    background-color: #FFF;
}
.area {
	padding:clamp(15px, 7vw, 20px) 0;
	background-color: #e4f5eb;
}
/*PCのみ表示*/
@media screen and (max-width: 568px) {
	.pc{
		display:none;
	}
	.sptx-c {
		text-align: center;
	}
}
/*スマホのみ表示*/
@media screen and (min-width: 569px) {
	.sp {
		display: none;
	}
}
/*リンクの位置調整(Btype)*/
a.anchor {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}


/* 背景括り */
div.contentsbg {
	background: rgba(255,255,255,0.9);
	padding: 40px;
	/*border-radius: 10px;*/	/*背景の角を丸くする*/
}
@media screen and (max-width: 568px) {
	div.contentsbg {
		padding: 10px 15px 15px 15px;
	}
}
div.contentsbg2 {
	background: rgba(255,255,255,0.8);
	padding: 40px;
	/*border-radius: 10px;*/	/*背景の角を丸くする*/
}
@media screen and (max-width: 568px) {
	div.contentsbg2 {
		padding: 10px 15px 15px 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;*/
	height: 350px;
	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;
	}
}

/*詳しく見る*/
.btn-more{
	display: flex;
    justify-content: flex-end;
}
.btn11 {
	position: relative;
	border: none;
	border-bottom: 1px solid #666;
	width: fit-content;
	font-size:12px;
	}
.btn11 a::after {
	content: ">";
	margin-left: 20px;
}

/*文字マーカー*/
.marker {
	/*background-color: #ff9;*/
	background: linear-gradient(transparent 60%, #f6d9cb 60%);	/*文字半分にかかるくらいlinear-gradient(transparent　色の割合, 蛍光ペンの色 色の割合)*/
}
.marker2 {
	background-color: #d8f6ff;
}

/* 文字・余白・色など */
.tx-l {
	text-align: left;
}
.tx-l2 {
	text-align: left;
}
.tx-r {
	text-align: right;
}
.tx-r2 {
	text-align: right;
}
.tx-c {
	text-align: center;
}
.tx-c2 {
	text-align: center;
}
.mt10{
	margin-top: 10px;
}
.mb00{
	margin-bottom: 0;
}
.mb10{
	margin-bottom: 10px;
}
.mlr10{
	margin-left: 10px;
	margin-right: 10px;
}
.f-15 {
	font-size: 15px;
}
.f-17 {
	font-size: 17px;
}
.f-20 {
	font-size: 20px;
}
.f-20s {
	font-size: 20px;
}
.f-25s {
	font-size: 25px;
}
.f-30s {
	font-size:30px;
}
.f-la {
	font-size: large;
}
.f-xla {
	font-size: x-large;
}
.f-famm {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.lihei14{
	line-height: 1.4;
}
.lihei19{
	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*/
}
.colorPink{
	color: #dd517f;
}
.colorOrange{
	color: #e1a300;
}
.colorRed{
	color: #d30000;
}
.colorPurple{
	color: #5a0797;
}
.colorBlue{
	color: #021494;
}
.colorWhite{
	color: #fff;
}
@media screen and (max-width: 568px) {
	.tx-l2 {
		text-align: center;
	}
	.tx-c2 {
		text-align: left;
	}
	.tx-r2 {
		text-align: center;
	}
	.f-la {
		font-size: 17px;
	}
	.f-20s {
		font-size: 15px;
	}
	.f-30s {
		font-size:20px;
	}
}

/**/
.item-c{
	display: flex;
	justify-content:center;
	text-align: center;
}

/*文字縁取り*/
.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:#454545;
}

/*リンク アンダーライン*/
a.unli{
	text-decoration: underline;
	color:#ff9028;
}
a.unli:hover{
	color:#f1b984;
}

/*pcとsmで画像のサイズ変えたいときの指定*/
img.pcsmwid{
	width: 10%;
	margin:5px auto;
}
img.pcsmwid2{
	width: 30%;
	margin:5px auto;
}
img.pcsmwid3{
	width: 40%;
	margin:5px auto;
}
img.pcsmwid4{
	width: 20%;
	margin:5px auto;
}
img.pcsmwid5{
	width: 60%;
	margin:5px auto;
}
img.pcsmwid6{
	width: 100%;
	margin:5px auto;
}
@media (max-width: 568px) {
	img.pcsmwid{
		width: 25%;
	}
	img.pcsmwid2{
		width: 80%;
	}
	img.pcsmwid3{
		width: 60%;
	}
	img.pcsmwid4{
		width: 40%;
	}
	img.pcsmwid5{
		width: 100%;
		margin:5px auto;
	}
	img.pcsmwid6{
		width: 50%;
		margin:5px auto;
	}
}
/*罫線*/
hr{
	height: 1px;
	border: none;
	margin: 15px auto;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color1);
	margin: 20px auto;
}
hr.no2{
	margin-top: 30px;
	border: 1px solid rgba(255,255,255,0);	/*透明*/
}
hr.no{
	height: 1px;
	border: none;
	margin: 5px auto;
}
hr.bdr{
	height: 0px;
	border: 1px solid var(--accent-color2);
}
hr.decoline{
	background-image: url(../img/hr_deco.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 45px;
	margin: 30px 0px;
	border:0;
}
hr.decoline2{
	background-image: url(../img/hr_deco2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 45px;
	margin: 30px 0px;
	border:0;
}
@media (max-width: 568px) {
	hr.decoline{
		background-size: 180%;
		margin: 5px 0px;
	}
	hr.decoline2{
		background-size: 180%;
		margin: 5px 0px;
	}
}

/* 付属文字 */
/*画像クリック文字*/
.details {
	padding: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.5;
}
@media (max-width: 568px) {
	.details {
		padding: 5px 0;
		font-size: 11px;
	}
}

/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 5.25em;
	color: #454545;
}
.info2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 250px;
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}
/* FAQ */
div.faq2 p.b {
	font-weight: bold;
	color: var(--accent-color2);
	/*font-size: large;*/
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
div.faq2 p.faq-details {
	font-weight: normal;
	padding: 10px;
	font-size: smaller;
	line-height: 1.4;
	text-align: left;
	text-indent: 0em;
	display: block;
	background-color: #fff5d8;
}


/* コンテンツ幅 */
div.haba{
	margin: 0 11%;
	padding: 2% 0 0 0;
}
@media (max-width: 568px)  {
	div.haba{
		margin: 0;
		padding: 2% 0 0 0;
	}
}

div.haba2{
	margin: 0 20%;
	padding: 0;
}
@media (max-width: 768px)  {
	div.haba2{
		margin: 0;
		padding: 0 1%;
	}
}
div.haba3{
	margin: 0 28%;
	padding: 0;
}
@media (max-width: 768px)  {
	div.haba3{
		margin: 0 10%;
		padding: 0 1%;
	}
}

/* リスト項目　横並び */
ul.sidelist2 li {
	box-sizing: border-box;		/*サイズの計算法を変更*/
	list-style-type: none;
	float: left;
	--widthA: calc(100% - 10px);	/* marginの分 */
	--widthB: calc(var(--widthA) / 1);
	width: var(--widthB);
	margin: 2.5px 5px 2.5px 0;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	padding: 5px;
	color: #fff;
	background-color: var(--accent-color2);
}
@media (max-width: 568px) {
	ul.sidelist2 li {
		width: 97%;
		font-size: 15px;
		padding: 5px 4px;

	}
	li.sp-f1 {
		font-size: 15px !important;
		padding: 6px 1px 6px 4px !important;
	}
}
ul.sidelist3 {
	box-sizing: border-box;
	width:100%;
	margin: 0 auto;
}
ul.sidelist3 li {
	box-sizing: border-box;		/*サイズの計算法を変更*/
	list-style-type: none;
	float: left;
	--widthA: calc(100% - 30px);	/* marginの分 */
	--widthB: calc(var(--widthA) / 3);
	width: var(--widthB);
	margin: 5px;
	text-align: left;
	text-decoration: none;
	font-size: 13px;
	padding: 5px;
	background-color: rgba(255, 202, 48, 0.6);
}
ul.sidelist3 li:last-child {
	--widthC: calc(var(--widthB) * 2);
	--widthD: calc(var(--widthC) + 10px);
	width: var(--widthD);
}
@media (max-width: 568px) {
	ul.sidelist3 li {
		width: 97%;
	}
	ul.sidelist3 li:last-child {
		width:97%;
	}
}
ul.sidelist4 {
	box-sizing: border-box;
	width:100%;
	margin: 0 auto;
}
ul.sidelist4 li {
	box-sizing: border-box;		/*サイズの計算法を変更*/
	list-style-type: none;
	float: left;
	--widthA: calc(100% - 30px);	/* marginの分 */
	--widthB: calc(var(--widthA) / 5);
	width: var(--widthB);
	margin: 2.5px;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	padding: 5px;
	color:#454545;
	background-color: #97d8a8;
}
@media (max-width: 844px) {
	ul.sidelist4 li {
		width: 32%;
	}
}
@media (max-width: 568px) {
	ul.sidelist4 li {
		width: 48%;
	}
}

/*パンくずリスト(Atypeのみ使用)*/
#pankuzu {
    font-size: 12px;
    color: #666666;
    margin: 20px auto;
}
/*会社概要*/
.bg_b{
	background: #f0f0f0;
	padding:20px;
}

/*---------------- スポット ----------------*/

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

@media screen and (max-width: 568px) {
	.flex04{
		flex-wrap: wrap;
	}
}
/*横並びにする*/
.flex-child01{
	width: 30%;

	/*↓はpを使わない場合は不要*/
	display: flex; /* 直下の要素を並列に */
 	flex-direction: column; /* 直下の要素を縦積みに */
}
.flex-child02{
	width: 70%;
}
.flex-child03{
	width: 45%;
	margin: 20px auto;

	/*↓はpを使わない場合は不要*/
	display: flex; /* 直下の要素を並列に */
 	flex-direction: column; /* 直下の要素を縦積みに */
}
.flex-child03 p{
	background-color: var(--main-color);
	padding: 0.5em 0.5em 0.5em 0.5em;
	flex-grow: 1; /* 比率を指定 */
}

.flex-child04{
	width: 19%;
	background-color: #fff8f1;
	margin: 10px auto;

	/*↓はpを使わない場合は不要*/
	display: flex; /* 直下の要素を並列に */
 	flex-direction: column; /* 直下の要素を縦積みに */
}

.flex-child04 p{
	background-color: #ffc691;
	padding: 0.5em 0.5em 0.5em 0.5em;
	flex-grow: 1; /* 比率を指定 */
	font-size:small;
}

.flex-child05{
	width: 76%;
}
.flex-child06{
	width: 30%;
}
.flex-child07{
	width: 68%;
}
.flex-child08{
	width: 68.85%;
}
.flex-child09{
	width: 32.6%;
	margin: 10px auto;
}
.flex-child10{
	width: 30%;
}
.flex-child11{
	width: 68%;
}
.flex-child12{
	width: 50%;
}
.flex-child13{
	width: 21%;
}
.flex-child14{
	width: 68%;
}
.flex-child15{
	width: 48%;
	margin: 5px auto;
}
@media screen and (max-width: 908px) {

	.flex-child04 {
		width: 32%;
		margin: 5px 0.1em;
	}
	
	.flex-child13{
		width: 32%;
	}

}
@media screen and (max-width: 768px) {
	
	.flex-child03 {
		width: 99%;
		margin: 20px auto;
	}
	.flex-child06 {
		width: 38%;
		margin: 5px auto;
	}
	.flex-child07 {
		width: 60%;
		margin: 5px auto;
	}
	.flex-child09{
		width: 47.6%;
		margin: 5px auto;
	}
	.flex-child10, .flex-child11{
		width: 100%;
		margin: 5px auto;
	}

}
@media screen and (max-width: 600px) {
	.flex-child12 {
		width: 100%;
		margin:0px;
	}
}
@media screen and (max-width: 568px) {
	.flex-child01, .flex-child02 {
		width: 99%;
		margin: 5px auto;
	}
	.flex-child04 {
		width: 46.7%;
		margin: 5px 0.1em;
	}
	.flex-child05 {
		width: 99%;
		margin: 5px auto;
	}
}

/*タイトル*/
.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-align: center;
	border: 0;
	/*color: var(--main-color);*/
	margin-bottom: 1vw;
}

.heading04::before,
.heading04::after {
	content: '';
	width: 4px;
	height: 40px;
	background-color: var(--main-color);
}

.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;
	}
}

/*タイトル2*/
/*H3 タイトル*/
.heading01 {
	position: relative;
	text-align:center;
	margin-bottom: 1em;
	font-size: 28px;
	color: var(--accent-color2);
  }
  .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(--accent-color1);
	border-radius: 2px;
  }
  @media screen and (max-width: 568px) {
	.heading01 {
		font-size: 20px;
		padding-top: 20px;
	}
  }
.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 {
	position: relative;
	text-align:center;
	margin-bottom: 0;
	font-size: 20px;
	color: var(--txt-color);
  }

  /*タイトル（左にナンバリング）*/
  .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);
}

.heading15 {
	color: var(--main-color);/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	border-top: solid 3px var(--main-color);/*上線*/
	border-bottom: solid 3px var(--main-color);/*下線*/
	margin-bottom: 20px;
  }

  /*タイトルH5*/
 .heading51 {
	border-bottom: solid 4px #e1ed9a;
	position: relative;
	margin-bottom: 20px;
	font-size: 16px;
  }
  
  .heading51::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px var(--main-color);
	width: 20%;
  }

/*リスト(チェック)*/
ul.check01 {
	padding: 1em 1em 0.5em 2.3em;
	position: relative;
  }
  ul.check01 li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
  }
  ul.check01 li:before {
	/*リストのアイコン*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	position: absolute;
	left : 1em; /*左端からのアイコンまでの距離*/
	color: #ffb03f; /*アイコン色*/
  }


  /*リスト(シンプル)*/

  ul.list01 {
	color: #1e366a;
	border-top: solid #1e366a 1px;/*上のボーダー*/
	border-bottom: solid #1e366a 1px;/*下のボーダー*/
	padding: 0.5em 0 0.5em 1.5em;
  }
  
  ul.list01 li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style:disc;
  }

  /*リスト(点のみ)*/
ul.list02{
	list-style: disc;
	margin: 0px 5px 10px 25px;
	line-height: 1.4;
	font-size: 14.5px;
}
ul.list02 li::marker{
	font-size: 150%;
	font-weight: bold;
	line-height: 0.8;
	color: var(--accent-color1);
}

/*吹き出し(下三角)*/
div.hukidashi {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	width: 90%;
	color: var(--base-color);
	font-size: 16px;
	background: var(--main-color);
	border-radius: 10px;	/*背景の角を丸くする*/
  }
  
  .hukidashi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 20px solid transparent;
	border-top: 15px solid var(--main-color);
  }
  
  .hukidashi p {
	margin: 0;
	padding: 0;
  }

  /*吹き出し(上三角)*/
div.hukidashi2 {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	width: 90%;
	color: var(--base-color);
	font-size: 16px;
	background: var(--main-color);
	border-radius: 10px;	/*背景の角を丸くする*/
  }
  
  .hukidashi2:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 20px solid transparent;
	border-bottom: 15px solid var(--main-color);
  }
  
  .hukidashi2 p {
	margin: 0;
	padding: 0;
  }
  /*吹き出し右三角*/
  .balloon1-right {
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #e0edff;
	border-radius: 10px;
  }
  
  .balloon1-right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #e0edff;
  }
  
  .balloon1-right p {
	margin: 0;
	padding: 0;
  }

  /*下三角*/
  .triangle {
	display: flex;
	justify-content:center;
	text-align: center;
  }
  .triangle-container{
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid var(--main-color);
  }
  @media (max-width: 568px) {
	.triangle-container{
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 30px solid var(--main-color);
	  }
  }

  /*PIKUP*/
  .pikup {
	display: flex;
	justify-content:center;
    padding-top:20px;
	text-align: center;
  }
.pikup-container{
	padding: 15px;
	width: 100%;
	text-align: center;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 50px;
}
@media (max-width: 568px) {
	.pikup-container{
		width: 90%;
		border-radius: 40px;
	}
}
/*左右に三角形をつける*/
.box01{
	/*margin: 2em auto;*/
	padding:2em;/*内側余白*/
	position: relative;
	background-color: #88d4a82e;
}

.box01:before{
	border-bottom:30px solid transparent;
	border-left:30px solid var(--accent-color1);
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.box01:after{
	border-left:30px solid transparent;
	border-bottom:30px solid var(--accent-color1);
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
/*ボックスデザイン*/
.box02 {
	display: flex;
	justify-content:center;
  }
.box02-container {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px var(--accent-color2);
	width: 650px;
	background-color: #FFF;
}
.box02-container p {
    margin: 0; 
    padding: 0;
}
@media (max-width: 568px) {
	.box02-container {
		padding: 0.2em 0.4em;
    	margin: 2em 0;
		width: 100%;
	}
}

/*ボタン*/
a.btn01 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 200px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: var(--accent-color1);;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	font-size: 12px;
}
a.btn01::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn01:hover {
	background: #f1d730;
	color: #fff;
}

/*対応エリア(footer)*/
h4.areaTitle {
    font-size: clamp(18px,1.4vw,18px);
    font-weight:600;
    line-height: 1.4;
    border-bottom: 2px dotted var(--accent-color1);
    padding: 2px;
    margin: 10px 0;
    color: var(--accent-color1);
}
.afooter {
    color: #444;
}


/*フローデザイン*/
.flow_design10 {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .flow10 {
	padding-left: 0;
	max-width: 750px;
  }
  
  .flow10 > li {
	list-style-type: none;
	border: 2px solid #769283;
	padding: 20px;
	border-radius: 20px;
	
	
  }
  .flow10_bg01{
	background-image: url(../img/flow_bk01.png);
	background-position: right bottom;
	background-size: 30%;
	background-repeat: no-repeat;
  }
  .flow10_bg02{
	background-image: url(../img/flow_bk02.png);
	background-position: right bottom;
	background-size: 30%;
	background-repeat: no-repeat;
  }
  .flow10_bg03{
	background-image: url(../img/flow_bk03.png);
	background-position: right bottom;
	background-size: 25%;
	background-repeat: no-repeat;
  }
  .flow10_bg04{
	background-image: url(../img/flow_bk04.png);
	background-position: right bottom;
	background-size: 30%;
	background-repeat: no-repeat;
  }
  .flow10_bg05{
	background-image: url(../img/flow_bk05.png);
	background-position: right bottom;
	background-size: 30%;
	background-repeat: no-repeat;
  }  
  .flow10_bg06{
	background-image: url(../img/flow_bk06.png);
	background-position: right bottom;
	background-size: 30%;
	background-repeat: no-repeat;
  }
  .flow10_bg07{
	background-image: url(../img/flow_bk07.png);
	background-position: right bottom;
	background-size: 30%;
	background-repeat: no-repeat;
  }
  .flow10_bg08{
	background-image: url(../img/flow_bk08.png);
	background-position: right bottom;
	background-size: 30%;
	background-repeat: no-repeat;
  }
  @media (max-width: 568px) {
	.flow10_bg03{
		background-size: 25%;
	}
	.flow10_bg01,.flow10_bg02,.flow10_bg04,.flow10_bg07{
		background-size: 35%;
	}
	.flow10_bg05,.flow10_bg06,.flow10_bg08{
		background-size: 40%;
	}
  }
  
  .flow10 > li:not(:last-child) {
	margin-bottom: 40px;
	position: relative;
  }
  
  .flow10 > li:not(:last-child)::after {
	content: '';
	position: absolute;
	border: 20px solid transparent;
	width: 0;
	height: 0;
	bottom: -53px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-top-color: #769283;
  }
  
  .flow10 > li dl dt {
	display:flex;
	align-items: center;
	justify-content: left;
	font-size: 1.3em;
	font-weight: bold;
	/*border-bottom: 2pt dashed #ccc;
	padding-bottom: 0.5em;*/
	margin-bottom: 0.5em;
  }
  
  .flow10 > li .icon10 {
	color: #769283;
	margin-right: 0.5em;
	font-size: 25px;
  }
  
  .flow10 > li dl dd {
	margin: 0;
  }
  .flow10_bk{
	background-color:#FFF;
  }
  .flow10_pointbk{
	background-color:#769283;
  }