@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: #fff;
		border-bottom: 1px solid #ddd;
		box-shadow: 0px 3px 15px 0px rgba(204,204,204,0.30);
		display: table !important;
	}
	
	header > .inner > .logo {
		padding: 0 20px;
		display: table-cell;
		vertical-align: middle;
	}
	header > .inner > .logo a{
		white-space: nowrap;
	}
	header > .inner > .logo img{
		height: 44px;
		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 {
		color: #515151;
		padding: 10px 15px;
	}

	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 .layer1 {
		position: absolute;
		bottom: 5%;
		right: 5%;
		z-index: 5;
	}
	#top-contents .layer1 p{
		font-family: 'Allura', cursive;
		font-size: 3em;
		color: rgba(255,255,255,0.80);
	}
	#top-contents .layer1 p .num{
		margin-left: 20px;
	}
	
	#top-contents .layer2 {
		position: absolute;
		top: 40%;
		right: 5%;
		z-index: 7;
	}
	
	#top-contents .layer3 {
		position: absolute;
		bottom: 5%;
		right: 5%;
		width: 50%;
		z-index: 9;
	}
	
	#top-contents .layer4 {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 50%;
		z-index: 10;
	}
	
	#top-contents .layer5 {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 50%;
		z-index: 10;
	}
	
	#top-contents .layer6 {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 50%;
		z-index: 10;
	}
	
	#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: #fff;
	}
	
	#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:#515151;
		text-decoration:none;
	}
	#breadcrumb .login a:hover {
		color:#E32828;
		text-decoration:none;
	}

	#breadcrumb .bc {
		margin-right:0;
	}

	#breadcrumb .bc img {
		width:14px;
		vertical-align:top;
	}

	#breadcrumb .bc a {
		color:#515151;
		text-decoration:none;
	}
	#breadcrumb .bc a:hover {
		color:#E32828;
		text-decoration:none;
	}

	
	/* -----------------------------------------------------------------------------
	 contents
	----------------------------------------------------------------------------- */
	main .contents {
		background-color: #fff;
		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;
	}
	
	main .contents:first-child .w1024 {
		margin-top: 0;
	}
	
	.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: #fff;
    	box-shadow: 0 -1px 6px rgb(0 0 0 / 10%);
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: 300;
	}
	
	footer .pagetop a {
		position: absolute;
		top: -30px;
		left: 50%;
		width: 60px;
		height: 60px;
		margin-left: -30px;
		border: 2px solid #fff;
		background-color: #ccc;
		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: #fff;
		font-size: 24px;
		content: "▲";
		margin-top: 16px;
		text-align: center;
		line-height: 1em;
		display: block;		
	}
	
	footer .pagetop a:hover {
		background-color: #ddd;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		transition: .3s;
	}
	
	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: #515151;
    text-decoration: none;
    display: inline-block;
	}
	footer.login a:hover {
		color:#E32828;
		text-decoration:none;
	}

	footer .copy {
		font-size: .9em;
		margin-top: 20px;
		text-align: center;
	}
	
}



/* -----------------------------------------------------------------------------
 共通 parts
----------------------------------------------------------------------------- */
/* parts-h1 */
.parts-h1 {
	font-size: calc(1.3em + .65vw);
	line-height: 1.6em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: 1em 0;
	position: relative;
}
.parts-h1:before{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 30%;
	height: 1px;
	background-color: #C30036;
}

/* parts-h2 */
.parts-h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
}

/* parts-h3 */
.parts-h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}

/* parts-h4 */
.parts-h4 {
	font-size: 1.3em;
}

/* 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 #999;
	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-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;
	}

}


/* -----------------------------------------------------------------------------
 財団カスタマイズ
----------------------------------------------------------------------------- */

/* 2020/06/26 up */
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color:#4E4E4E;
}


/* Google fonts */
.f-noto-sans{
	font-family: 'Noto Sans JP', sans-serif;
}
.f-noto-serif{
	font-family: 'Noto Serif JP', serif;
}
.f-shippori{
	font-family: 'Shippori Mincho', serif;
}
.f-zen-kaku-new{
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* Google fontsがにじむ時 */
header,
#top-contents,
#breadcrumb,
main,
footer{
//	transform: rotate(0.03deg);         
}

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: 30%;
}
.parts-txt-img2 .r-img{
	float: right;
	margin-left: 20px;
}
.parts-txt-img2 .l-img{
	float: left;
	margin-right: 20px;
}
.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{
	margin: 20px auto 40px;
}
.cpn_tbl table th,
.cpn_tbl table td{
	border-bottom: 1px dotted #ccc;
	text-align: left;
	padding: 5px 20px;
}
.cpn_tbl table th{
	font-size: .9em;
	color: #666;
}


/* お問合せ */
.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: #ccc;
}
.contact .left a{
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 2.4em;
	line-height: 1.7;
	color: #333;
	margin-top: 20px;
}

.contact .left .fax{
	font-size: 1.9em;
	color: #666;
}

.form_sub{
	font-size: .75em;
	margin-top: 10px;
}

a.mail_button {
	display: inline-block;
	margin-top: 20px;
	padding: 1em 3em;/* ボタンのサイズはpaddingで調整 */
	background: rgb(0,124,217); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,124,217,1) 0%, rgba(0,86,151,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,124,217,1) 0%,rgba(0,86,151,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,124,217,1) 0%,rgba(0,86,151,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cd9', endColorstr='#005697',GradientType=0 ); /* IE6-9 */

	border: 1px solid #0068b7; /* 枠線色 */
	color: #fff; /* 文字色 */
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	transition: all .3s;
}
a.mail_button:hover {
	background-color: #fff; /* マウスオーバー時の背景色 */
	border: 1px solid #0068b7; /* マウスオーバー時の枠線色 */
	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: 1;
}

.cv_btn_area .btn{
	display: block;
}

.cv_btn_area .btn a {
	line-height: 1.7;
	font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    background: #c30036;
    color: #fff;
    display: block;
    padding: 15px 20px 10px;
    border-radius: 10px 0 0 10px;
    text-align: center;
	text-decoration: none;
	margin-bottom: 5px;
}
.cv_btn_area .btn a:last-child{
	background: #000;
}
.cv_btn_area .btn a i {
	font-size: 1.4em;
    margin: 5px;
}

.fade_on{
	opacity: 1;
}


/* flexbox */
.flexbox{
	-js-display: flex;
	display: flex;
}


/* TEL */
a[href^="tel:"] {
	color:inherit;
	text-decoration: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: #515151;
	text-align:center;
	margin-bottom: 60px;
}
.footer-logo {
    text-align: center;
    line-height: 1em;
    margin-bottom: 2em;
}
.c-name{
	font-weight: bold;
    font-size: 1.2rem;
}
.footer-info a{
	color: inherit;
	text-decoration: none;
}


/*フェードイン表示の指定*/
.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;
	}
}



/* -----------------------------------------------------------------------------
 個別設定
----------------------------------------------------------------------------- */
/* 背景 */
.bg1{
	background: #fff url("../../p-img/101215_6/bg01.png")left 30% no-repeat!important;
	background-size: cover;
}
.bg2{
	background: #fff url("../../p-img/101215_6/illustration4.png")110% top no-repeat!important;
	background-size: 60%!important;
}

.no-bg{
	background: none!important;
}


.top_message {
	margin: 40px 0;
}
.top_message h2{
	font-weight: 800;
	font-size: calc(1.2em + .7vw);
	line-height: 1.6;
	border-bottom: 2px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.top_message p{
	font-weight: 400;
	font-size: .9em;
	line-height: 1.8;
	text-align: right;
}
.top_message p .type{
	display: inline-block;
	font-weight: 300;
	font-size: .95em;
	color: #fff;
	background-color: #bbb;
	padding: 3px 10px 5px;
	margin-right: 10px;
}
.top_message p strong{
	font-weight: 400;
	font-size: 1.3em;
	margin: 0 2px;
}
.top_message p strong.ceo{
	font-size: 1.2em;
}


.talk1 li{
	line-height: 1.8;
}

.talk1 h3{
	font-weight: 300;
	font-size: .9em;
	color: #777;
}
.talk1 h3:after{
	content: '';
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: #ccc;
	margin: 5px 7px;
}

.talk1 p{
	margin-left: 1em;
}
.talk1 p strong{
	color: #222;
}

.talk1 dl{
	margin-left: 1em;
	margin: 1em 0 2em;
}
.talk1 dt{
	position: relative;
	padding-left: 1.5rem;
}
.talk1 dt:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: .8em;
	left: .5em;
	width: 5px;
	height: 5px;
	background-color: #888;
}
.talk1 dd{
	position: relative;
	padding-left: 2.5em;
	margin-left: 1.5em;
	margin-bottom: .5em;
}
.talk1 dd:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: .9em;
	left: 0;
	width: 2em;
	height: 1px;
	background-color: #ccc;
}

.talk1 li ul{
	margin-left: 1em;
	margin-top: 0;
}
.talk1 li ul li{
	position: relative;
	padding-left: 1.5em;
}
.talk1 li ul li:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: .8em;
	left: .5em;
	width: 5px;
	height: 5px;
	background-color: #888;
}

.half.talk1{
	display: block;
	overflow: hidden;
}
.half.talk1 .right{
	float: right;
	margin-left: 20px;
}
.half.talk1 .left{
	width: auto;
}

.half.talk1.talk2{
	display: flex;
}
.half.talk1.talk2 .right{
	width: 67%;
	box-sizing: border-box;
}
.half.talk1 .right,
.half.talk1.talk2 .left{
	width: 30%;
	box-sizing: border-box;
}

.half.talk1 img{
	filter: drop-shadow(6px 6px 6px #ddd);
}

.mt20_pc{
	margin-top: 20px;
}

.talk3 .left{
	order: 1;
}
.talk3 .right{
	order: 2;
}

.talk4 .right img{
	display: table;
	max-width: calc(300px + 4vw);
	margin-left: auto;
}

.lnk_youtube img{
	width: 1.8em!important;
	vertical-align: -.5em;
	margin: 0 3px;
}




/* リンクボタン */
.lnk_btn{
	text-align: right;
	margin: auto 5px 6em;
}
.lnk_btn a{
	/*矢印と下線の基点とするためrelativeを指定*/
	position: relative;
	/*形状*/
	display: inline-block;
	padding: 0 20px;
	margin-top: 1em;
	font-size: 1em;
	line-height: 1.8;
	color: #666;
	text-decoration: none;
	outline: none;
	transition: all .5s;
}
/*矢印と下線の形状*/
.lnk_btn a:before{
	content: '';
	/*絶対配置で下線の位置を決める*/
	position: absolute;
	bottom:-5px;
	left:15%;
	/*下線の形状*/    
	width: 85%;
	height: 1px;
	background: #aaa;
	/*アニメーションの指定*/
	transition: all .5s;
}
.lnk_btn a:after{
	content: '';
	/*絶対配置で矢印の位置を決める*/
	position: absolute;
	bottom:0px;
	right:0;
	/*矢印の形状*/    
	width: 15px;
	height:1px;
	background: #aaa;
	transform: rotate(35deg);
	/*アニメーションの指定*/
	transition: all .5s;
}
.lnk_btn a:hover{
	color: #C30036;
}
/*hoverした際の移動*/
.lnk_btn a:hover:before{
    left:20%;
	background:#C30036;
}
.lnk_btn a:hover:after{
    right:-5%;
	background:#C30036;
}




