@charset "utf-8";

/* *****************************************************************************
   PC用のスタイル記述
***************************************************************************** */
@media screen and (min-width: 769px), print {
	
	/* -----------------------------------------------------------------------------
	 Header
	----------------------------------------------------------------------------- */
	header {
	}
	
	header a {
		text-decoration: none !important;
	}
	
	header > .inner {
		width: 100%;
		min-height: 60px;
		background-color: var(--header-bg-color);
		box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.30);
		display: table !important;
	}
	
	header > .inner > .logo {
		padding: 0 20px;
		display: table-cell;
		vertical-align: middle;
		
	}
	
	 header > .inner > .logo p {
font-size: 1.5rem;/*デザインに応じて要調整*/
font-weight: 900;
color: #000;/*必要に応じて調色可*/
}

header > .inner > .logo p .gogo {
  font-size: 1.5em;	
  color: #c30036;
  font-family: 'Tomorrow', sans-serif;
}
	
	header > .inner > .logo a{
		white-space: nowrap;
		color: var(--header-logo-color);
		border: none;
	}
	header > .inner > .logo img{
		height: 39px;
		vertical-align: middle;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	header > .inner > navi {
		padding: 0 20px;
		text-align: right;
		display: table-cell;
		vertical-align: middle;
	}
	
	header > .inner > navi > ul {
		display: inline-block;
	}
	
	header > .inner > navi > ul > li {
		display: inline-block;
	}
	
	header > .inner > navi > ul > li a {
		font-size: .95em;
		color: var(--header-menu-txt-color);
		padding: 10px 15px;
		border: none;
	}

	header > .inner > navi > .translation {
		display: inline-block;
	}
	
	#bt-menu {
		display: none;
	}
	
	
	/* style1 */
	header.style1 {
		position: absolute;
		width: 100%;
		z-index: 999;
		display: none;
	}
	
	header.style1.fixed {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
	}
	
	/* style2 */
	header.style2 {
		width: 100%;
	}
	
	header.style2.fixed {
		position: fixed;
		top: 0;
		left: 0;		
		z-index: 999;
	}
	
	/* powered by Sangyo Navi */
	.powered {
		display: none;
	}

	
	/* -----------------------------------------------------------------------------
	 Top Contents
	----------------------------------------------------------------------------- */
	#top-contents {
		position: relative;
/*		max-width: 1200px; */
		margin: 0 auto;
		background-color: #fff;
	}
	
	#top-contents img {
		width: 100%;
		height: auto;
	}
	
	#top-contents .slider {
		position: relative;
		z-index: 1;
	}
	
#top-contents .layer3 h2 {line-height: 1;
font-size: calc(1em + 1.25vw);/*デザインに応じて要調整*/
font-weight: 800;
color: #000;/*必要に応じて調色可*/
}
	#top-contents .layer3 p{
		font-weight: 700;line-height: 1;margin-bottom: .75em;font-size:calc(.8em + .7vw);
		color: #5C5C5C;
	}


#top-contents .layer3 .gogo {
  font-size: 1.5em;	
  color: #c30036;
  font-family: 'Tomorrow', sans-serif;
}
	
	#top-contents .layer1 {
		position: absolute;
		top: 1vw;
		left: 41vw;
		width: 59vw;
		
		z-index: 1;
		text-align: center;
	}
	#top-contents .layer1 p{
		font-weight: 900;
		display: block;
		font-size: 3vw;
		line-height: 1.5;
		color: #515151;
		width: 15em;
		margin: 0 auto;
		text-align: left;
	}
	
	#top-contents .layer2 {
		position: static;
		right: 0%;
		z-index: 5;
	}
	#top-contents .layer2 h1{
		font-weight: 400;
		font-size: 15px;
		line-height: 1.5;
		color: #eee;
		padding: 1vw 3vw;
		background-color: #666666;
	}
	
	#top-contents .layer3{
		position: absolute;
		top: 38vw;
		left: 41vw;
		width: 59vw;
		font-size: 1.0vw;
		
		z-index: 2;
		text-align: center;
	}
	
	#top-contents .layer4 {
		position: absolute;
		top: 7vw;
		left: 1vw;
		width: 40vw;
		z-index: 4;
	}
	
	#top-contents .layer5 {
		position: absolute;
		top: 24vw;
		left: 41vw;
		width: 59vw;
		z-index: 3;
		text-align: center;
	}
	#top-contents .layer5 img{width: 25%;margin: 0 auto;}
	
	/*#top-contents .layer6 {
		position: absolute;
		top: 71%;
		left: 41vw;
		width: 59vw;
		font-size: 0.9vw;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		z-index: 6;
		text-align: center;
	}*/
	
	#top-contents .layer6 .hukkaru {
font-size: 1.0em;
font-weight: 800;
color: #c30036;
}
	
	#top-contents .layer7 {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 50%;
		z-index: 10;
	}
	
	#top-contents .layer8 {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 50%;
		z-index: 10;
	}
	
	#top-contents .layer9 {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 50%;
		z-index: 10;
	}
	
	#top-contents .layer10 {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 50%;
		z-index: 10;
	}
	
	
	/* -----------------------------------------------------------------------------
	 Breadcrumb
	----------------------------------------------------------------------------- */
	#breadcrumb {
		background-color: var(--body-bg-color);
	}
	
	#breadcrumb p.bc{
		max-width: 1024px;
		font-size:0.85em;
		text-align:left;
		padding:15px 10px;
		margin:0 auto;
	}

	#breadcrumb .login {
		width:120px;
		text-align:right;
		float:right;
	}

	#breadcrumb .login img {
		margin-right:5px;
		vertical-align:top;
	}

	#breadcrumb .login a {
		color: var(--body-font-color);
		text-decoration:none;
		border: none;
	}
	#breadcrumb .login a:hover {
		color: #E32828;
		text-decoration:none;
		border: none;
	}

	#breadcrumb .bc {
		margin-right:0;
	}

	#breadcrumb .bc img {
		width:14px;
		vertical-align:top;
	}

	#breadcrumb .bc a {
		color: var(--body-font-color);
		text-decoration:none;
		border: none;
	}
	#breadcrumb .bc a:hover {
		color: #E32828;
		text-decoration:none;
		border: none;
	}

	
	/* -----------------------------------------------------------------------------
	 contents
	----------------------------------------------------------------------------- */
	main .contents {
		background-color: var(--body-bg-color);
		overflow: hidden;
	}
	
	main .contents.fixed {
		background-color: transparent;
	}
	
	main .contents .fixed-bg {
		position: fixed;
		top: 0;
		left: 0;
		width:100%;
		height:100vh;
		z-index:-1;
	}
	
	main .contents .fixed-bg img {
		width: 100%;
		height: auto;
	}

	.w1024 {
		position: relative;
		max-width: 1024px;
		margin: 60px auto;
	}
	
	.w1024.bg {
		background-color: #fff;
		padding:40px;
	}
	
	.layer {
		position: absolute;
		z-index: 99;
	}
	
	.contents section {
		margin-bottom: 60px;
	}
	
	
	/* -----------------------------------------------------------------------------
	 Footer
	----------------------------------------------------------------------------- */
	footer {
		position: relative;
		padding: 90px 0;
		background-color: var(--footer-bg-color);
		background-size: cover;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-top: var(--footer-top-border-size) solid var(--footer-top-border-color);
		font-size: .95em;
	}
	
	footer .pagetop a {
		position: absolute;
		top: -30px;
		left: 50%;
		width: 60px;
		height: 60px;
		margin-left: -30px;
		border: 2px solid var(--footer-arrow-bg-color);
		background-color: var(--footer-arrow-bg-color);
		text-decoration: none;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	
	footer .pagetop a::before {
		color: var(--footer-arrow-color);
		font-size: 24px;
		content: "▲";
		margin-top: 16px;
		text-align: center;
		line-height: 1em;
		display: block;
		transition: .3s;
	}
	
	footer .pagetop a:hover {
		background-color: var(--footer-arrow-hover-bg-color);
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		transition: .3s;
	}
	
	footer .pagetop a:hover::before {
		color: var(--footer-arrow-hover-color);
	}
	
	footer .pagetop a span {
		display: none;
	}
	
	footer .inner {
		max-width: 1024px;
		margin: 0 auto;
	}
	
	footer .login {
		margin: 60px auto 0;
		text-align:center;
		display: block;
	}

	footer .login img {
		margin-right:5px;
		vertical-align:middle;
	}

	footer .login a {
		color: var(--footer-txt-color);
		text-decoration: none;
		border: none;
		display: inline-block;
	}
	footer.login a:hover {
		color:#E32828;
		text-decoration:none;
		border: none;
	}

	footer .copy {
		color: var(--footer-txt-color);
		margin-top: 20px;
		text-align: center;
	}
	footer .copy a{
		border: none;
	}
	footer .copy img{
		margin-bottom: 10px;
	}
	
}



/* -----------------------------------------------------------------------------
 共通 parts
----------------------------------------------------------------------------- */
/* parts-h1 */
.parts-h1 {
	font-family: var(--h1-main-font-family);
	font-weight: var(--h1-main-font-weight);
	font-size: calc(1.5em + 1.5vw);
	text-align: center;
	color: var(--h2-main-color);
	line-height: 1.2;
	letter-spacing: 2px;
	margin-bottom: 1em;
}
.parts-h1 .small{
	display: block;
	font-family: var(--h1-sub-font-family);
	font-weight: var(--h1-sub-font-weight);
	font-size: .4em;
	color: var(--h1-sub-color);
	text-shadow: none;
}

.gogo{
	font-size:1.8em;
	color: #c30036;
	font-family: 'Tomorrow', sans-serif;
	font-weight: 700;
}

/* parts-h2 */
.parts-h2 {
	font-weight: var(--h2-contents1-weight);
	font-size: calc(1.3em + 1vw);
	color: var(--h2-contents1-color);
	text-align: left;
	line-height: 1.5;
	margin-bottom: .5em;
}
.features{
	color: #C30036;
	font-family: 'Roboto', sans-serif;
  font-size: 0.5em;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* parts-h3 */
.parts-h3 {
	font-size: 1.4em;
	margin-left: 29px;
	margin-bottom: 1em;
	text-indent: -29px;
	line-height: 1.2em;
}

.parts-h3::before {
	content: "";
	width: 15px;
	height: 15px;
	margin-right: 10px;
	border: 2px solid #ffc49b;
	background: #ffc49b;
	background: -moz-linear-gradient(top,  #ffc49b 0%, #ff8a32 100%);
	background: -webkit-linear-gradient(top,  #ffc49b 0%,#ff8a32 100%);
	background: linear-gradient(to bottom,  #ffc49b 0%,#ff8a32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc49b', endColorstr='#ff8a32',GradientType=0 );
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
}



/* parts-h4 */
.parts-h4 {
	font-weight: 400;
	font-size: 1em;
}

/* parts-text */
.parts-text {
	margin-bottom: 2em;
}

/* parts-img */
.parts-img {
	margin-bottom: 2em;
}

.parts-img img {
	max-width: 100%;
	height: auto;
	width /***/:auto;

}

/* parts-map */
.parts-map {
	max-width: 100%;
	margin-bottom: 2em;
}

/* parts-button */
.parts-button {
	color: #fff;
	font-size: 16px;
	margin-bottom: 2em;
	padding: 15px 25px;
	line-height: 1em;
	text-decoration: none !important;
	border: 2px solid #89b6ff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #89b6ff;
	background: -moz-linear-gradient(top,  #89b6ff 0%, #077af4 97%);
	background: -webkit-linear-gradient(top,  #89b6ff 0%,#077af4 97%);
	background: linear-gradient(to bottom,  #89b6ff 0%,#077af4 97%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89b6ff', endColorstr='#077af4',GradientType=0 );
	display: inline-block;
}
a.parts-button:link,
a.parts-button:visited, 
a.parts-button:active{
	color: #fff;
}

/* parts-news */
.parts-news {
	height: 200px;
	margin-bottom: 2em;
	padding: 20px;
	border: 1px solid #444;
	overflow-y: scroll;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.parts-news.show {
	height: auto !important;
	overflow-y: visible;
}

.parts-news > p {
	margin-bottom: 1em;
}

.parts-news a{
	color: #aaa;
}


/* parts-sns */
.parts-sns:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.parts-sns {
	margin-bottom: 2em;
	display:inline-table;
	zoom:1;
}

* html .parts-sns {
	height:1%;
}

.parts-sns {
	display:block;
}

.parts-sns li {
	width: 30px;
	margin-right: 10px;
	float: left;
}

.parts-sns li img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.parts-sns > .left {
	width: 49%;
	height: 700px;
	float: left;
}

.parts-sns > .right {
	width: 49%;
	height: 700px;
	float: right;
}


/* -----------------------------------------------------------------------------
 parts
----------------------------------------------------------------------------- */
@media screen and (min-width: 769px), print {

	/* parts-txt-img  */
	.parts-txt-img:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	.parts-txt-img {
		margin-bottom: 2em;
		display:inline-table;
		zoom:1;
	}

	* html .parts-txt-img {
		height:1%;
	}

	.parts-txt-img {
		display:block;
	}
	
	.parts-txt-img .left {
		padding-right: 20px;
		float:left;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.parts-txt-img .left img {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	
	.parts-txt-img .right {
		padding-left: 20px;
		float:right;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.parts-txt-img.overflow .right {
		padding-left: 0;
	}
	
	.parts-txt-img .right img {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	
	.parts-txt-img .overflow {
		overflow:hidden;
	}
	
	.parts-txt-img .overflow img {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	
	/* parts-img-box */
	.parts-img-box {
		max-width: 100%;
		margin: 0 auto 2em;
		/* display: table; */
	}
	
	.parts-img-box li {
		padding: 0 5px;
		display: table-cell;
	}
	
	.parts-img-box li img {
		width: 100%;
		height: auto;
	}
	
	/* parts-table */
	.parts-table {
		max-width: 100%;
		margin: 0 0 2em;
		border: none;
		border-collapse: collapse;
		border-spacing: 0;
	}

}


/* -----------------------------------------------------------------------------
 財団カスタマイズ
----------------------------------------------------------------------------- */

/* 共通 */
body {
	font-family: var(--body-font-family);
	font-size: var(--body-font-size);
	line-height: var(--body-line-height);
	color: var(--body-font-color);
}

a:link, a:visited, a:active {
    color: var(--link-a-color);
	text-decoration: none;
	/*border-bottom: 1px solid var(--link-a-color);*/
	transition: .3s;
}
a:hover {
    color: var(--link-a-hover-color);
	/*border-bottom: 1px solid var(--link-a-hover-color);*/
}


a.anchor{
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}


/* Slick */
.slider .slick-active img {
  transform: scale(1.0);
}
.slider img {
  transform-origin: center top;
  transform: scale(1.1);
  transition: 5s ease-out;
}


/* parts-txt-img2 */
.parts-txt-img2{
	max-width: 100%;
	margin: 0 auto 2em;
	overflow: hidden;
}
.parts-txt-img2 .r-img,
.parts-txt-img2 .l-img{
	width: 48%;
	box-sizing: border-box;
}
.parts-txt-img2 .r-img{
	float: right;
	margin-left: 20px;
	text-align: center;
}
.parts-txt-img2 .l-img{
	float: left;
	margin-right: 20px;
	text-align: center;
}
.parts-txt-img2 .r-img img,
.parts-txt-img2 .l-img img{
	width: 100%;
	
}

/* 2分割 */
.half{
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.half .left,
.half .right{
	width:49.5%;
	box-sizing: border-box;
}
.half .left img,
.half .right img{
	width:100%;
}

/* 3分割 */
.trisection{
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.trisection .left,
.trisection .center,
.trisection .right{
	width:32.8%;
	box-sizing: border-box;
}
.trisection .left img,
.trisection .center img,
.trisection .right img{
	width:100%;
}

/* 4分割 */
.quarter{
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.quarter .left1,
.quarter .left2,
.quarter .right1,
.quarter .right2{
	width: 24.5%;
	box-sizing: border-box;
}
.quarter .left1 img,
.quarter .left2 img,
.quarter .right1 img,
.quarter .right2 img{
	width: 100%;
}

/* parts-table */
.parts-table2 {
	max-width: 100%;
	margin: 0 0 2em;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
.parts-table2 th,
.parts-table2 td{
	padding: 5px 10px;
}

/* fukidashi */
.fukidashi-area{
	background-color: #FFDFAA;
	margin: 20px 0 40px;
	padding: 10px 20px 15px;
	border-radius: 20px;
}
.fukidashi-area ul{
	-js-display: flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.fukidashi-area ul li{
	background-image: none;
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 15px;
	margin: 10px 5px 20px;
	-webkit-filter:drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.1));
	-moz-filter:drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.1));
	-ms-filter:drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.1));
	filter:drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.1));
	position: relative;
}
.fukidashi-area ul li:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 30%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #fff transparent transparent transparent;
}
/* 逆向きの吹き出し　数字＝●番目 */
.fukidashi-area ul li:nth-child(3):before, 
.fukidashi-area ul li:nth-child(4):before,
.fukidashi-area ul li:nth-child(5):before,
.fukidashi-area ul li:nth-child(6):before{
	left: 70%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #fff transparent transparent;
}
.fukidashi-area ul li:last-child{
	margin: auto;
}

/* flow 横 */
.flow-area1 ul{
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.flow-area1 ul li{
	background-image: none;
	border: 2px solid #FFDFAA;
	border-radius: 20px;
	padding: 10px 20px;
	text-align: center;
	width: 17%; /* ボックスの横幅 */
	margin-right: 20px;
	position: relative;
}
/*.flow-area1 ul li:last-child{
	margin-right: 0;
}*/
.flow-area1 ul li:before{
	content: '';
	position: absolute;
	left: 100%; /* 右矢印の横位置 */
    top: 50%; /* 右矢印の縦位置 */
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 20px 20px;
    border-left-color: #FFDFAA;
}
.flow-area1 ul li:last-child:before{
	border: none;
}
.flow-area1 ul li p.flow_head{
	background-color: #FFDFAA;
	padding: 0 20px;
	border-radius: 100px;
}
.flow-area1 ul li img{
	display: block;
	width: 100%;
	object-fit: contain;
	margin: 10px 0;
}



/* flow 縦 */
.flow-area2 ul{
	align-items: center;
}
.flow-area2 ul li{
	-js-display: flex;
	display: flex;
	align-items: center;
	border: 2px solid #FFDFAA;
	border-radius: 20px;
	padding: 20px;
	margin: 20px auto;
	position: relative;
}
.flow-area2 ul li img{
	width: 20%;
	object-fit: contain;
	margin: 0 20px 0 0;
}
.flow-area2 ul li:before{
	content: '';
	position: absolute;
    width: 0;
    height: 0;
	left: 0; /* 右矢印を横中央へ */
	right: 0; /* 右矢印を横中央へ */
	margin: auto; /* 右矢印を横中央へ */
	top: 100%; /* 右矢印の縦位置 */
	border: solid transparent;
	border-width: 20px 20px 0 20px;
	border-color: #FFDFAA transparent transparent transparent; /* 矢印の色 */
}
.flow-area2 ul li:first-child{
	margin-top: 0;
}
.flow-area2 ul li:last-child:before{
	border: none;
}


/* ギャラリー */
.gallery{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr;
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-rows: (1fr)[2];
	grid-template-rows: repeat(2, 1fr);
	-webkit-column-gap: 10px;
	   -moz-column-gap: 10px;
	        column-gap: 10px;
}.gallery > *:nth-child(1){
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}.gallery > *:nth-child(2){
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}.gallery > *:nth-child(3){
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}.gallery > *:nth-child(4){
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}.gallery > *:nth-child(5){
	-ms-grid-row: 2;
	-ms-grid-column: 3;
}.gallery > *:nth-child(6){
	-ms-grid-row: 2;
	-ms-grid-column: 5;
}
.gallery img{
	width: 100%;
}

.gallery .photo_1{
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1 / 2;
}
.gallery .photo_2{
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2 / 3;
}
.gallery .photo_3{
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-column: 2 / 4;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1 / 3;
}
.gallery .photo_4{
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / 3;
	-ms-grid-row: 3;
	-ms-grid-row-span: 2;
	grid-row: 3 / 5;
}

.gallery p{
	position: absolute;
	bottom: 18px;
	left: 6px;
	font-size: .9em;
	line-height: 1.4;
}




/* ScrollTrigger */
.visible, .invisible {
    opacity: 0.0;
    transition: opacity 1s ease;
}
.visible {
    opacity: 1.0;
}

.visible.translateY,.invisible.translateY {
	transform: translateY(100px);
	transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateY {
	transform: translateY(0);
}

.visible.translateToLeft,.invisible.translateToLeft {
	transform: translateX(100px);
	transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateToLeft {
	transform: translateX(0);
}

.visible.translateToRight,.invisible.translateToRight {
	transform: translateX(-100px);
	transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateToRight {
	transform: translateX(0);
}

.visible.translateScaleUp,.invisible.translateScaleUp {
	transform: scale(.5);
	transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateScaleUp {
	transform: scale(1);
}

.visible.translateScaleDown,.invisible.translateScaleDown {
	transform: scale(1.4);
	transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateScaleDown {
	transform: scale(1);
}

.visible.translateRotate,.invisible.translateRotate {
	transform: rotate(360deg);
	transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateRotate {
	transform: rotate(0deg);
}

#app .wrapper{
	height: 50vh;
	display: flex;
	width: 100%;
	align-items: center;
}
.str__animation{
	display: flex;
	justify-content: center;
	font-size: 1.2rem;
}
.str__animation .str{
	will-change: auto;
	min-width: .3rem;
	transform: translateY(0);
	opacity: 0;
}


/* マーカー */
.c-marker {
    background: -webkit-linear-gradient(left, rgba(251,238,6,0.50) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgba(251,238,6,0.50) 50%, transparent 50%);
    background: linear-gradient(left, rgba(251,238,6,0.50) 50%, transparent 50%);
	background-repeat: no-repeat;
	background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
}
.c-marker.is-active{
    background-position: 0% .5em;
}


/* 会社概要 */
.cpn_tbl table{
	border-collapse: collapse;
	margin: 20px auto 40px;
}
.cpn_tbl table th,
.cpn_tbl table td{
	border-bottom: 1px solid var(--cpn-table-border);
	text-align: left;
	padding: 5px 20px;
}
.cpn_tbl table th{
	font-size: .9em;
	color: var(--cpn-th-color);
}


/* お問合せ */
.contact{
	text-align: center;
	color: #666;
	font-size: 1.2em;
	margin: 60px 0;
}
.contact .left,
.contact .right{
	width: 50%;
}
.contact i{
	font-size: 1em;
	line-height: 1.2em;
	margin-right: 10px;
}
.contact .left{
	position: relative;
}
.contact .left:after{
	position: absolute;
	content: '';
	display: inline-block;
	width: 1px;
	height: 80%;
	top: 10%;
	right: 0;
	background-color: var(--contact-center-line-color);
}
.contact .left a{
	display: block;
	font-family: var(--contact-tel-font-family);
	font-weight: var(--contact-tel-font-weight);
	font-size: calc(2em + .7vw);
	line-height: 1.7;
	color: var(--contact-tel-color);
	margin-top: 20px;
}

.contact .left .fax{
	font-size: 1.9em;
	color: #666;
}

.form_sub{
	font-size: .75em;
	margin-top: 10px;
	color: #aaa;
}

a.mail_button {
	display: inline-block;
	margin-top: 20px;
	padding: 1em 2em;/* ボタンのサイズはpaddingで調整 */
	background: var(--contact-form-btn-bg-color);
	font-size: 20px;

	border: 1px solid var(--contact-form-btn-bg-color); /* 枠線色 */
	color: var(--contact-form-btn-txt-color); /* 文字色 *//
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	transition: all .3s;
}
a.mail_button:hover {
	opacity: 0.85;
}
a.mail_button i{
	transition: all .3s;
}
a.mail_button:hover i{
	transform: scale(1.3);
}


/* 横問合せボタン */
.cv_btn_area {
    position: fixed;
    right: 0;
    top: 20vw;
    z-index: 102;
	opacity: 0;
}

.cv_btn_area .btn{
	display: block;
}

.cv_btn_area .btn a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100px;
	box-sizing: border-box;
	line-height: 1.5;
    font-size: 15px;
    letter-spacing: 1px;
    background: var(--sub-black);
    color: #fff;
    padding: 15px 15px 10px 10px;
    border-radius: 10px 0 0 10px;
    text-align: center;
	text-decoration: none;
	margin-bottom: 3px;
	margin-right: -10px;
	margin-left: auto;
}
.cv_btn_area .btn a:hover{
	margin-right: 0;
	opacity: 1;
}
.cv_btn_area .btn a i {
	font-size: 2em;
    margin-bottom: 5px;
}

.fade_on{
	opacity: 1;
}

.cv_btn_area .btn a:last-child{
	background: var(--sub-red);
}


/* flexbox */
.flexbox{
	-js-display: flex;
	display: flex;
}


/* TEL */
a[href^="tel:"] {
	color:inherit;
	text-decoration:none;
	border: none;
}

@media screen and (min-width: 768px){
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}


/* inline-block */
.inblock{
	display: inline-block;
}


/* レスポンシブ出し分け */
.for-pc{
	display: block;
}

.for-tab{
	display: none;
}


/* Margin・Padding */
.mb0{
	margin-bottom: 0!important;
}

.font_s{
	font-size: .7em;
	margin: 0 3px;
}

.txt_area p{
	margin-bottom: 2em;
}


/* overlay */
.overb{
	position: relative;
}
.overb:before{
	content: '';
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.20);
}


/* footer */
.footer-info{
	color: var(--footer-txt-color);
	text-align:center;
}

.footer-info .logo{
	width: var(--footer-logo-width);
	box-sizing: border-box;
	margin: 0 auto 10px;
}
.footer-info .logo img{
	width: 100%;
}

.footer-info .c-name{
	font-weight: 700;
	font-size: 1.5em;
}


/*フェードイン表示の指定*/
.fadein {
    opacity: 0;
    animation: fadein 3s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}
 
/*遅延の指定*/
.delay01 {animation-delay: 0.5s;}
.delay02 {animation-delay: 1.5s;}
.delay03 {animation-delay: 3s;}
.delay04 {animation-delay: 10s;}
.delay05 {animation-delay: 13s;}
.delay06 {animation-delay: 16s;}


@media screen and (max-width: 1024px) {
	.w1024 {
		margin: 60px 10px;
	}
}



/* -----------------------------------------------------------------------------
 個別設定
----------------------------------------------------------------------------- */

/* 定義 */
:root {
	/* 全体 */
	--body-font-family: 'Noto Sans JP', sans-serif; /* フォントfamily */
	--body-font-size: 16px; /* 文字サイズ */
	--body-line-height: 2; /* 行間 */
	--body-font-color: #515151; /* 文字色*/
	--body-bg-color: #fff; /* 背景色 */
	--link-a-color: #c00; /* リンク文字色 */
	--link-a-hover-color: #FF8585; /* リンク文字色 hover */
	
	/* ヘッダー */
	--header-bg-color: #fff; /* 背景色 */
	--header-logo-color: #fff; /* ロゴ色 */
	--header-menu-txt-color: #515151; /* メニュー文字色 */
	--header-sub-menu-color: #666; /* ハンバーガーメニュー色 */
	--header-sub-menu-bg-color: #CCC; /* サブメニュー背景色 */
	
	/* タイトル */
	--h1-main-font-family: inherit; /* メイン フォントfamily */
	--h1-main-font-weight: 900; /* メイン 文字太さ */
	--h1-main-color: #fff; /* メイン色 */
	--h1-sub-font-family: inherit; /* サブ フォントfamily */
	--h1-sub-font-weight: 500; /* サブ 文字太さ */
	--h1-sub-color: #aaa; /* サブ文字色 */

	
	/* コンテンツ１ */
	--h2-contents1-color: #333; /* タイトル文字色 */
	--h2-contents1-weight: 900; /* タイトル文字太さ */
	--list-style-color: #333; /* リストアイコン色 */
	
	/* コンテンツ２ */
	--contents2-bg--color: #EEE; /* 背景色 */
	
	/* 会社概要 */
	--cpn-table-border: #333; /* table線色 */
	--cpn-th-color: #aaa; /* th色 */
	
	/* お問合せ */
	--contact-tel-font-family: 'Noto Sans JP', sans-serif; /* TELフォントfamily */
	--contact-tel-font-weight: 700; /* TEL文字太さ */
	--contact-tel-color: #333; /* TEL文字色 */
	--contact-center-line-color: transparent; /* 中央線 */
	--contact-form-btn-txt-color: #fff; /* フォームボタン文字色 */
	--contact-form-btn-bg-color: #333; /* フォームボタン背景色 */
	
	/* フッター */
	--footer-bg-color: #fff; /* 背景色 */
	--footer-txt-color: #515151; /* 文字色 */
	--footer-arrow-color: #fff; /* TOPへ戻る矢印色 */
	--footer-arrow-bg-color: #000; /* TOPへ戻る矢印背景色 */
	--footer-arrow-hover-color: #c00; /* TOPへ戻る矢印色 hover */
	--footer-arrow-hover-bg-color: #000; /* TOPへ戻る矢印背景色 hover */
	--footer-top-border-size: 1px; /* border-top 太さ */
	--footer-top-border-color: #444; /* border-top 色 */
	--footer-logo-width: 100px; /* ロゴ 横幅 */
	

	

}

/* 色指定 */
:root {
	--sub-black: #000000;
	--sub-red: #c30036;
}

/* コンテンツ１ */
	.txt_con1 p{
	font-size: calc(1.1em + 1vw);
	line-height: 1.5;
	margin-bottom: 20px;
}

/* 読込済み Google fonts */
.f-noto-sans{
	font-family: 'Noto Sans JP', sans-serif;
}
.f-noto-serif{
	font-family: 'Noto Serif JP', serif;
}
.f-zen-kaku-new{
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.f-shippori{
	font-family: 'Shippori Mincho', serif;
}
.f-cormorant{
	font-family: 'Cormorant', serif;
}



/* 背景 */
.contents_bg1{
	background-color: var(--contents2-bg--color)!important;
}


#top-contents .layer1 p .l1_red_st{
  color:#AF223B;
  font-size: 200%;
  margin: 0px;display: inline-block;padding-right: 0.1em;
}

#top-contents .layer1 p .l1_red_m{
  color:#AF223B;
  font-size: 130%;
}
#top-contents .layer1 p .l1_m{
  font-size: 140%;
}
#top-contents .layer1 p .l1_red{
  color:#AF223B;
}

/* コンテンツ１ */
.ful_half{
	width: 100%;
	min-height: 480px;
	align-items: stretch;
}
.ful_half .left,
.ful_half .right{
	width: 50%;
	box-sizing: border-box;
}

.ful_half .txt{
	padding: 15px;
}
.ful_half .txt .inner{
	max-width: 540px;
	box-sizing: border-box;
	margin: auto;
}
.ful_half .img{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.ful_half .img img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ful_half ul li{
	line-height: 1.6;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
}
.ful_half ul li:before{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: var(--list-style-color);
	margin-bottom: 2px;
	margin-right: 8px;
}


/*吹き出し*/
.worry-a ul{
	display: flex;
    flex-wrap: wrap;
	align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}
.worry-a li{
	width: calc(100% / 2 - 10px);
    box-sizing: border-box;
}

.fkd-left{
	text-align: center;
}
.fkd-left p {
    text-align: left;
    background-image: none;
    background-color: #efede7;
    padding: 15px 20px;
    border-radius: 15px;
    -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.1));
   position: relative;
   display: inline-block;
   line-height: 1.4;
}
.fkd-left p {
    margin: 10px 10px 30px 0;
}
.fkd-left p:before,
.fukidashi-right p:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 30%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #efede7 transparent transparent transparent;
}
.fkd-left p::before{
	position: absolute;
    left: 30%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #efede7 transparent transparent;
}
.worry-a_img{
	text-align: center;
}
.worry-a_img img{
	width: 90%;
	max-width: 200px;
}
.worry-summary{
		margin: 2rem auto;
		text-align: center;
	}
.worry-summary p{font-size: 1.2em;}


/* コンテンツ1 */
.con-chatch{
	text-align: center;
    line-height: 1.8;
    font-size: 1.6em;
    font-weight: 400;
    margin: 2rem auto 4rem;
}
.con-chatch em{color: var(--dark-color);font-size: 1.2em;}
.txt-logo{font-weight: 900;}

/* コンテンツ２ */
.contents2 table{
	margin: 50px auto 100px;
}

.table-box2{overflow: auto;}
.table-box2 .parts-table{min-width: auto;}
em{font-style: normal; font-size: 0.7em;}
.table-box2 .parts-table{
	margin: 0 auto 1em;
	text-align: left;
	background-color: rgba(255,255,255,1);
	width: 100%;
	font-size: 1.5em;
}
.table-box2 thead{background-color: #1B1B1B;border-left:1px solid #1B1B1B;
	border-right:1px solid #1B1B1B;
	color: #fff;text-align: center;}
.table-box2 thead th:not(:last-child){border-right:1px solid #999;}
.table-box2 tbody td,
.table-box2 tbody th{
	border:1px solid #000000;
	
}
.table-box2 tbody th{background-color: #777777;}
.table-box2 td,
.table-box2 th{line-height: 1.5;padding: 0.5em 1em;}
.table-box2 th{color: #FFF;}
.table-box2 td a{
	display: block;line-height: 1;
	padding: 0.25em .5em;
	text-decoration: none;
	background-color: #848484;color: #fff;border-radius: 100px;
}

/* --------　料金------- */
.con2 h4{
	font-weight: 700;
	font-size: 2.5rem;
	text-align: center;
	margin-bottom:20px;
	position: relative;
 	display: block;
	margin: 0 auto 1em;
	line-height: 1.5;
	padding-top: 0.8em;

}

.con2 h4:before {
  content: '';
  position: absolute;
  top: 5px;
  display: inline-block;
  width: 40px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e1e1e1;
  border-radius: 2px;
}
.con2 ul{
	/*display: flex;flex-wrap: wrap;*/
	font-size: 1.15rem;
	width:510px;
	max-width: 100%;
	margin: 0 auto 2em
}
.con2 ul li{
	line-height: 1.5;
	padding-bottom: 0.8em;
	/*display: block;*/
	margin-right: 30px;
	/*width: 17em;*/
	font-weight: bold;
}
.con2 ul li i{color: #c30036;text-indent: -1em;padding-left: 1em;}

.con2 ul.list1,
.con2 ul.list3{
	/*width: calc(36em + 90px);
	max-width: calc(100% - 30px);padding-left: 30px;
	margin: 0 auto 2em ;margin-right: -30px;*/
}
.con2 ul.list3{margin-bottom: 4em;}
.con2 .align-right a {
	text-decoration: none;
	display: inline-block;
	border:solid 1.5px #ccc;
	padding: 0 2em;
	color: #515151;
	border-radius: 5px;
	margin-bottom: 2em;
	margin-top: -1em;
	background-color: rgba(255,255,255,0.50);
}
.con2 .note{text-align:right;}

/*.con2 ul.list1 li:nth-child(even) {margin-right: 0;}
.con2 ul.list1 li:nth-child(odd) {width: 12em;}
.con2 ul.list1 li{width: 21em;}*/
/*.con2 ul.list1 li:nth-child(4){width: calc(24em + 30px)}
.con2 ul.list1 li:nth-child(6),
.con2 ul.list1 li:nth-child(7){width: calc(38em + 30px);margin-right: 0;}
.con2 ul.list1 li:nth-child(6){padding-top: 1em;}*/

/*.con2 ul.list3{flex-direction: column;box-sizing: border-box;margin-right: auto;}
.con2 ul.list3 li{width: initial;margin-right: 0;text-indent: -1em;padding-left: 1em;}
.con2 ul.list3 li:nth-child(1){padding-bottom: 0.5em;}
.con2 ul.list3 p{font-size: 1rem;font-weight: normal;text-indent: -1rem;padding-left: 2rem;line-height: 1.5;padding-bottom: 1em;padding-top: 0.9em;}*/

.con2 .mark{
	font-weight: 600;
	display: inline-block;
	background-color: #c30036;
	color:#fff;
	padding: 0 5px;
	text-indent: 0;
	margin: 0 5px;
	line-height: 1.4;
}

.gogo_price{
	font-size:1.4em;
	color: #c30036;
	font-family: 'Tomorrow', sans-serif;
	font-weight: 700;
}



/* flow 横 */
.flow-area1 ul{
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px;
	margin-right: 25px
}
.flow-area1 ul li{
	-js-display: flex;
	display: flex;
	flex-direction: column;
	background-image: none;
	border: 3px solid #CCCCCC;
	border-radius: 7px;
	padding: 15px;
	text-align: center;
	width: calc(100% / 3 - 15px); /* ボックスの横幅 */
	box-sizing: border-box;
	margin: 0 15px 20px 0;
	position: relative;
}
/*.flow-area1 ul li:last-child{
	margin-right: 0;
}*/
.flow-area1 ul li:before{
	content: '';
	position: absolute;
	left: 100%; /* 右矢印の横位置 */
    top: 50%; /* 右矢印の縦位置 */
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 16px 16px;
    border-left-color: #c30036;
}
.flow-area1 ul li:last-child:before{
	border: none;
}
.flow-area1 ul li .flow_num{
	display: none;
}
.flow-area1 ul li .flow_head{
	font-size: 1.0em;
	font-weight: 500;
	color: #c30036;
	border-bottom: 1px solid #666666;
	padding: 0 5px 5px;
}
.flow-area1 ul li .flow_img{
	/*width: 45%;*/
	margin: 15px auto;
}
.flow-area1 ul li .flow_img img{
	width: 150px;
	margin: 0 auto;
}
.flow-area1 ul li .flow_bottom{
	font-size: 1.0em;
	line-height: 1.6;
	color: #c30036;
	text-align: left;
	margin-bottom: 10px;
}
.flow-area1 ul li a{
	display: inline-block;
	position: relative;
	/*形状*/
	padding: 0 20px;
	color: #c30036;
	text-decoration: none;
	outline: none;
	margin-top: auto;
	margin-left: auto;
	margin-right: 5px;
	transition: all .3s;
}
.flow-area1 ul li a:hover{
	color: #c00;
}

.flow-area1 ul li a:before{
	content: '';
	/*絶対配置で下線の位置を決める*/
	position: absolute;
	bottom: 0px;
	left: 20%;
	/*下線の形状*/    
	width: 85%;
	height: 1px;
	background:#CCCCCC;
	/*アニメーションの指定*/
	transition: all .3s;
}
.flow-area1 ul li a:after{
	content: '';
	/*絶対配置で矢印の位置を決める*/
	position: absolute;
	bottom: 5px;
	right: -5px;
	/*矢印の形状*/    
	width: 15px;
	height: 1px;
	background:#c30036;
	transform: rotate(35deg);
	/*アニメーションの指定*/
	transition: all .3s;
}

/*hoverした際の移動*/
.flow-area1 ul li a:hover:before{
    left: 30%;
}
.flow-area1 ul li a:hover:after{
    right: -15%;
}








.fade_off {
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.fade_on {
	opacity: 1;
}


.fade_off {
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.fade_on {
	opacity: 1;
}

/* flow 横 */
.flow-area3 ul{
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.flow-area3 ul li{
	background-image: none;
	border: 2px solid #EBEBEB;
	border-radius: 10px;
	padding: 10px 20px;
	text-align: center;
	width: 32%; /* ボックスの横幅 */
	margin-right: 20px;
	position: relative;
}

.flow-area3 ul li_z{
	background-image: none;
	border: 2px solid #c30036;
	border-radius: 10px;
	padding: 10px 20px;
	text-align: center;
	width: 30%; /* ボックスの横幅 */
	margin-right: 20px;
	position: relative;
}
.flow-area3 ul li:nth-child(2){
	border: 10px solid #c00;
}

.flow-area3 ul li:last-child{
	margin-right: 0;
}
.flow-area3 ul li:before{
	content: '';
	position: absolute;
	left: 100%; /* 右矢印の横位置 */
    top: 30%; /* 右矢印の縦位置 */
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 30px 20px;
    border-left-color: #c00;
}
.flow-area3 ul li:last-child:before{
	border: none;
}
/*.flow-area1 ul li p.flow_head{
	background-color: #FFDFAA;
	padding: 0 20px;
	border-radius: 100px;
}*/
.flow-area3 ul li img{
	display: block;
	width: 100%;
	object-fit: contain;
	margin: 10px 0;
}

/* --------　何が起きる　con8-------- */
.flow-area3 ul li{
	font-size: 1.2rem;
	width: calc(30% - 15px);
	box-sizing: border-box;
	padding: 10px 10px;
	line-height: 1.8;
	color: #c30036;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top:20px;
	margin-bottom:20px;
}

.flow-area3 ul li img{max-width:100%;margin: 0 auto 20px; }

/*.con8 .flow-area1 ul li:nth-child(2),*/
.flow-area3 ul li:nth-child(3){
	/*border: 4px solid #EBEBEB;
	width: calc(27.5% - 15px);
	margin-top:0;
	margin-bottom:0;*/
	font-weight: 600;
}
.flow-note{display: flex;justify-content: space-between;flex-wrap: wrap;margin-right: -20px;}

.flow-note li{
	display: block;width: 230px;
	text-align: center;line-height: 1;
	padding: .75em 1em;background: #000;color: #fff;
	margin-bottom: 1em;box-sizing: border-box;
	margin-right: 20px;font-size: 1.15rem;
}
.flow-note::after {
display: block;
content:"";
width: 250px;
}
.flow-h6{
	display: flex;
	font-size: 1.2rem;margin-bottom: 1rem;
	line-height: 1.3;align-items:center;}
.flow-h6 .h6-deco{
	color: #c30036;display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.15em;
	text-align: center;transform: rotate(-3deg);margin-right: 1em;margin-left: .5em}
.flow-h6 .h6-deco::before,
.flow-h6 .h6-deco::after {
	content: '';
	width: 3px;
	height: 1.5em;
	background-color: #c30036;
}

.flow-h6 .h6-deco::before {
	margin-right: .75em;
	transform: rotate(-35deg)
}
.flow-h6 .h6-deco::after {
	margin-left: .65em;
	transform: rotate(35deg)
}

@media screen and (min-width: 769px) {
	.for-tab{display: none}
}