@charset "utf-8";

/* *****************************************************************************
   PC用のスタイル記述
***************************************************************************** */
@media screen and (min-width: 769px), print {

	/* -----------------------------------------------------------------------------
	 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 10px;
		display: table-cell;
		vertical-align: middle;
		line-height: 1;white-space: nowrap;
		font-size: 1.5rem;
		white-space: nowrap;
	}

	
	/*header > .inner > .logo a{*/
	header > .inner > .logo	.h1kw{
	/*font-size: 0.75em;*/
	color: #CF93C1;
	}
	
	/*header > .inner > .logo img{
		height: 40px;
		vertical-align: middle;
		margin-right: 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 */
	/* powered by Sangyo Navi */
	.powered {
		display: none;
	}


	/* -----------------------------------------------------------------------------
	 Top Contents
	----------------------------------------------------------------------------- */
	#top-contents {
		position: relative;
		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;
		top: 5%;
		left: 5%;
		z-index: 5;
	}

	#top-contents .layer2 {
		position: absolute;
		top: 40%;
		right: 5%;
		z-index: 7;
	}

	/* -----------------------------------------------------------------------------
	 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: #ff8a32;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	footer .pagetop a {
		position: absolute;
		top: -30px;
		left: 50%;
		width: 60px;
		height: 60px;
		margin-left: -30px;
		border: 2px solid #fff;
		background-color: #ff8a32;
		text-decoration: none;
		border-radius: 50%;
		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: #FF6D00;
		filter:alpha(opacity=100);
		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: #fff;
    text-decoration: none;
    display: inline-block;
	}
	footer.login a:hover {
		color:#E32828;
		text-decoration:none;
	}

	footer .copy {
		color: #fff;
		margin-top: 20px;
		text-align: center;
	}

}


/* -----------------------------------------------------------------------------
 共通 parts
----------------------------------------------------------------------------- */
/* parts-h1 */
/* parts-h2 */
.parts-h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
	padding: 10px 15px 6px;
	line-height: 1.2em;
}
/* parts-h3 */
/* parts-h4 */
.parts-h4 {font-size: 1.3em;}
/* parts-text */
.parts-text {
	margin-bottom: 2em;
}
/* parts-img */
/* parts-map */
.parts-map {
	max-width: 100%;
	margin-bottom: 2em;
}
/* parts-button */
/* 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
----------------------------------------------------------------------------- */
@media screen and (min-width: 769px), print {
	/* parts-txt-img  */
	/* parts-img-box */
	/* parts-table */
	}

/* -----------------------------------------------------------------------------
 財団カスタマイズ
----------------------------------------------------------------------------- */

/* 2020/06/26 up */
body {
	font-size: 16px;
	color:#515151;
}

/* Google fonts */
/* 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 */

/* 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分割 */
/* parts-table */
/* fukidashi */

/* 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 縦 */
/* ギャラリー */

/* ScrollTrigger */

/* マーカー */
.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: 15vw;
    z-index: 102;
	opacity: 0;
}

.cv_btn_area .btn{
	display: block;
}

.cv_btn_area .btn a {
	line-height: 1.7;
    font-size: 11px;
    letter-spacing: 1px;
    background: #7bd7c8;
    color: #fff;
    display: block;
    padding: 15px 20px 10px;
    border-radius: 10px 0 0 10px;
    text-align: center;
	text-decoration: none;
}
.cv_btn_area .btn a i {
	font-size: 2em;
    margin-bottom: 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;
}
/* Margin・Padding */
/* overlay */
/* footer */
.footer-info{
	color: #fff;
	text-align:center;
}
.c-name{
	font-weight: bold;
	font-size: 2em;
}


/*フェードイン表示の指定*/

/*遅延の指定*/

@media screen and (min-width: 0px) and (max-width: 1044px) {
	.w1024 {margin: 60px 15px;}
	}


/* -----------------------------------------------------------------------------
 個別設定
----------------------------------------------------------------------------- */
/*---------- 共通 -------------*/
:root {
  --main-color: #003896;
  --light-color:  #2589d0;
  --dark-color: #01245A;
  --ylw-color:#FFF500;
  --bggry-color: #F7F7F7;
  --bgblu-color: #F2F6F7;
  --bgdblu-color:#e2e5e9;
}
/*全ての要素にbox-sizing: border-box;*/
*,
*:before,
*:after {  box-sizing: inherit;}
html {  box-sizing: border-box;}
body{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #333;
	line-height: 1.8;
}
.u480{display:none;}
em{font-style:normal ;}
table{	border-collapse:collapse;}

.sec100w{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.sec100w section {
    margin: 0;
    padding: 1px 0;
}
.f-serif {  font-family: 'Zen Antique', serif;}
.arrow{line-height:0 }
.arrow img{width: 100%;height: 5vw;}
.arrow-img{
	margin: 3rem auto;
	width: 200px;
	max-width: 40%;
}
.note{font-size: .7em;}
span.dots{
    background-image: radial-gradient(circle at center, #ed2323 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.15em;
}
/*img*/
img{vertical-align: text-top;}
/*title*/
.parts-h1 {
    font-size: calc(1.4em + .5vw);
    line-height: 1.5;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 2em;
    border: none;
}
.parts-h2{
	background: none;
	text-align: center;
	font-size: calc(.3em + 1vw);
	line-height: 1.5;
	letter-spacing: 2px;
	margin-bottom: 3rem;
	font-weight: 300;
}

.parts-h2 span.em{
	display: block;
	font-size: 2em;
	font-weight: 700;
	color: var(--main-color);
}
.parts-h3 {
	margin: 4rem auto 0;
    text-indent: 0;
	text-align: center;
}
.parts-h3::before{
	content: none;
}
/*btn-area*/
.btn-area{
	text-align: center;
	margin: 0 auto 80px;
}
/*button*/
/*btn*/

.btn section{padding: 1rem 0 1rem;}
a.btn-c {
	  font-size: 1.3rem;
	  padding: 1.5rem 2.5rem;
	  margin: 0 20px;
	  color: #fff;
	  background: var(--dark-color);
	  text-decoration: none;
	  line-height: 1.5;
	  box-sizing: border-box;
	  display: inline-block;
	  border-radius: 1rem;
	  min-width: 300px;
	}
	a.btn-c i{
		margin-right: 10px;
	}
	a.btn-c:hover{
		color: #fff;
		background: #333;
		opacity: 1;
	}
	a.btn-c span.em{
		font-weight: 700;
		display: block;
	}
.btn-c img{margin-top: 10px;}
	/*contact*/
	a.mail_button{
		background: var(--dark-color);
	  border: 1px solid var(--dark-color);
	  border-radius: 0;
	  transition: none;
	}
	a.mail_button:hover{
		opacity: 1;
		background: #333;
		border: 1px solid #333;
		color:#fff ;
	}
	a.mail_button i{transition: none;}
	a.mail_button:hover i{
		transform: none;
	}
	/* 横問合せボタン*/
	.cv_btn_area .btn a{
		margin-top: 10px;
		background: var(--dark-color);
		width: 90px;
	}
	#fix_contact_btn a:hover{
		background: #333;
		opacity: 1;
	}
	.fix_contact_text{
		display: block;
		font-size:14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		line-height: 1.4;
	}

	/*電話ボタンpc非表示*/
	#fix_contact_btn a.telTAB {
	display: none;
	}

/*header*/
header > .inner > .logo{line-height: .8;}
/*footer*/
footer{
	background-color: var(--bggry-color);
	border-top: 1px solid #b2b2b2;

}
.footer-info,
.footer-info a,
footer .login a,
footer .copy{
	color: #7f7f7f;
}
.login,
.copy{font-size: 14px;}
.footer-info img{
	width: 300px;
	padding-bottom: 1rem;
}
footer .pagetop a{
	background-color: #7f7f7f;
}
footer .pagetop a:hover{
	background-color: #595959;
}
/*breadcrumb*/

/*---------- top -------------*/
	.h1name,.local{font-size: .55em;color: #5A5A5A;font-weight: 400;padding-left: 1em;}
	.local{color: #CF93C1;letter-spacing: .15em;padding: 0}
  #top-contents .layer1 {
    width: 35vw;
    height: 35vw;
    background-color: rgba(3, 5, 66, 0.8);
    text-align: center;
    box-sizing: border-box;
    padding: 1vw;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    top: -6vw;
    left: initial;
	right: 6vw;
    animation: fadeIn 7s ease 0s 1 normal;
}
#top-contents .layer1 h1 {
    width: 100%;
    font-size: 3.15vw;
    line-height: 1.5;
    margin-bottom: 0.5em;
    font-weight: 700;
    margin-top: 3vw;
	color: #fff
}

#top-contents .layer1 h2 {
    width: 100%;
    font-size: 1.85vw;
    line-height: 1.8;
    font-weight: 300;
	color: #fff;
}
#top-contents .layer1 h2 span.dots{
    background-image: radial-gradient(circle at center, var(--ylw-color) 20%, transparent 20%);
}
/*SEO用テキストをメイン下部に入れる*/
#top-contents .layer2{
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    top: initial;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0.5em 2vw;
}
#top-contents .layer2 p{
    font-weight: 300;
    line-height: 1.5;
	color: #fff;font-size: 1rem;
}
/*---------- con1 -------------*/
.sec100w.chatch{background: linear-gradient(to top, var(--bgblu-color), #fff);}
.con-chatch{
	text-align: center;
    line-height: 1.8;
    font-size: 1.8em;
    font-weight: 400;
    margin: 4rem auto 4rem;
}
.con-chatch span.em{
	font-size: 1.4em;
	font-weight: 700;
	color: var(--main-color);
}
/*intro*/
.intro-area{
	width: 100%;
	max-width: 1600px;
	padding: 3rem 0 2rem;
	margin: auto;
}
.intro-item{
	align-items: flex-start;
	margin: 0 4.5% 4.5%;
}
.intro-item .img{
	width: 50%;
	box-sizing: border-box;
}
.intro-item .img img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.intro-item .txt{
	width: 55%;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.85);
	padding: calc(20px + 2vw);
	margin-top: 3%;
	margin-left: -5%;
	z-index: 10;
	font-size: 1.2em;
	line-height: 1.6;
	border-radius: 10px;
}
.intro-item.intro-a{
    flex-direction: row-reverse;
}
.intro-item.intro-a .txt{margin-right: -5%;}
/*feature*/
.sec100w.feature{
	padding: 60px 0 0;
}
.feature-area{
	justify-content: flex-start;
    width: 100%;
    max-width: 1054px;
    padding: 0 15px;
    margin: auto;
}
.feature-box{
	width: 100%;
	max-width: 1024px;
	margin: calc(3rem + 60px) auto 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	position: relative;
	padding: 0 15px;
	gap: 40px;
}
.feature-item{
    display:flex;
	align-items: center;
	flex-direction: column;
    width: 265px;
    height:265px;
    line-height: 1.5;
    text-align: center;
    padding: 1.25em 1em;
    box-sizing: border-box;
    background:  var(--dark-color);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	outline: 1px solid rgb(255, 255, 255);
  outline-offset: -5px;
}
.feature-num{font-size: 2.25rem; font-weight: 700;line-height: 1;}
.feature-txt{
	width: 100%;
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px solid #fff;
	text-align: left;
}
.feature-txt span.em{
	color:var(--ylw-color) ;
}
.feature-link{
	margin-top: auto;
}
.feature-link a{
	color: #fff;
	font-size: .8em;

}
.feature-link a:hover{
	opacity: 1;
	text-decoration: none;
}
/*feature2*/
.sec100w.feature2{background: var(--bgblu-color);}
.feature2-area{
    width: 100%;
    max-width: 1054px;
    margin: 4rem auto 0;
    padding: 0 15px;
}
.feature2-item{
display: flex;
justify-content: space-between;
padding: 2rem;
border-radius: 5px;
margin-bottom: 3rem;
background: rgba(255, 255, 255, 0.5);
}
.feature2-item.row{flex-direction: row-reverse;}
.feature2-txt{
	width: calc(100% - 350px);
	font-size: 1.1em;
}
.feature2-txt span.em{font-weight: 700;}
.feature2-h3{
margin-bottom: .5em;
border-bottom: 2px dotted var(--main-color);
font-weight: 300;
line-height: 1.4;
	padding-bottom: 0.25em;
}
.feature2-h3 span.em{
	display: block;
	font-size: 1.3em;
	font-weight: 700;
}
.feature2-num{
    background: var(--dark-color);
    padding: .1em 1em;
	font-size: .9em;
    color: #Fff;
	margin-bottom: 5px;
	display: inline-block;
	border-radius: 12px 0 12px 0;
}

.feature2-img{
width: 320px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.feature2-img img{
width: 100%;
max-width: 320px;
height: auto;
}
/*feature3*/
.sec100w.feature3{background:#fff;}
.more-feature-intro{font-size: 1.2em;}
.more-feature-area{
    width: 100%;
    max-width: 1054px;
    margin: 4rem auto ;
    padding: 0 15px;
}
.more-feature-intro {
    text-align: center;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 2em;
}
.more-feature-intro span.em{
	font-size: 1.3em;
	font-weight: 700;
	color: var(--main-color);
}
.more-feature-box{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.more-feature-item{
	width: calc(100% / 2 - 20px);
	display: flex;
	flex-direction: column;
	/*background: var(--bggry-color);*/
	border: 1px solid var(--main-color);
}
.more-feature-hdg{
	text-align: center;
	color: var(--dark-color);
	font-size: 1.2em;
	font-weight: 700;
	/*border-radius: 2rem 2rem 0 0;*/
	margin: 0 1rem;
}
.more-feature-bdy{padding:0 1rem 1rem;}
.more-feature-img{padding:1rem ;text-align: right;} 
.more-feature-img img{width: 100%;}
/*---------- con2 -------------*/
/*flow-area1*/
.flow-area1 ul li {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    background-image: none;
    border: 2px solid var(--light-color);
    border-radius: 7px;
    padding: 15px;
    text-align: center;
    width: calc(100% / 3 - 40px);
    box-sizing: border-box;
    margin: 0 40px 40px 0;
    position: relative;
}
.flow-area1 ul li:before{ 
	   border-left-color: var(--light-color);
	   left: calc(100% + 12px);
	}
.flow-area1 ul li p.flow_num {
    position: absolute;
    left: calc(50% - 15px);
   	top: -15px;
   background:  var(--light-color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
}
.flow-area1 ul li p.flow_head{
	background: none;
	line-height: 1.4;
	padding: 5px 0 ;
	font-size: 1.1em;
	border-bottom:  1px dotted  #888;
	border-radius: 0;
	height: 3em;
	display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
}
.flow-area1 ul li p.flow_bottom{
    padding-top: .5em;

}
.flow-area1 ul li .flow_img{
    width: 35%;
    margin: 15px auto;
}
/*---------- con3 -------------*/
main .contents.con3{background: var(--bggry-color);}
/*price-table*/
.sec100w.price{
	background:var(--bggry-color) ;
	padding:  60px 0 80px;
}
.price-hdg{
    display: inline-block;
    position: relative;
    padding:0;
	font-size: 1.2em;
	font-weight: 700;
}

.price-hdg::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 13px;
    margin-right: 5px;
    border-radius: 50%;
    background:#111;
}
.price-table{
    width: 100%;
    max-width: 1054px;
    margin: 2rem auto 0;
    padding: 0 15px;
}
.price-table table{
    margin: 10px auto 60px;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
}
.price-table table th,
.price-table table td{
  padding: 10px;
  border: solid 1px #e2e2e2;
  text-align:center;
  box-sizing:border-box;
}
.price-table table thead th {
  background: var(--dark-color);
  color: #fff;
}
.price-table table tbody th{
	width: 300px;
	text-align: left;
}
.price-table table tbody td{
	width: calc((100% - 300px) / 2);
}
/*---------- con4 -------------*/
.cpn_tbl{
	background: #f3f6f9;
	padding: 1.5rem 2.5rem;
	border-radius: 1.5rem;
	margin: 3rem auto 6rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
	/*gap: 20px;*/
}
.cpn_tbl table {
	/*width: calc(100% - 370px);*/
	width: 100%;
	margin: auto;
}
.cpn_tbl table th,
.cpn_tbl table td{
	border-bottom: 1px dotted #fff;
}
.cpn_tbl table th {
	font-size: 1em;font-weight: bolder!important;
	font-weight: 300;
	color: #54595F;vertical-align: text-top;
	width: 7rem;padding: .8rem 1rem .8em 0;
}
.cpn_tbl table td{width: calc(100% - 7rem);padding: .8rem 0 .8em 1rem;}
.cpn_tbl table td a{color: #54595F;}
.cpn_tbl .parts-map{
	/*width: 350px;*/
	width: 100%;
	margin-bottom: 0;
}
.cpn_tbl table td li{list-style: disc;margin-left: 1em}
.cpn_tbl table td li li{margin-left: 2em}
.cpn_tbl{background-image: url("../../p-img/101419_1/bg-logo.svg");background-size: 50%;background-position: top -13% right -10%;background-repeat: no-repeat;}

/*診療時間*/
.sec100w.timetable{
	background: var(--bggry-color);
}
.timetable-area{
    width: 100%;
    max-width: 1054px;
    margin: 4rem auto;
    padding: 0 15px;
	text-align: center;
}
.time-table-h3{
	display: inline-block;
	padding: 1rem 3rem;
	border: 1px solid #333;
	color: #333;
	margin-bottom: 2rem;
}
.timetable-tbl {
	width: 100%;
	max-width: 800px;
	padding: 1.5rem;
	background: #fff;
	margin: auto;
}
.timetable-tbl table {
    margin: 10px auto 10px;
    width: 100%;
}
.timetable-tbl table th,
.timetable-tbl table td{
  padding: 10px;
  border: solid 2px #fff;
  text-align:center;
  box-sizing:border-box;
  line-height: 1.5;
}
.timetable-tbl table thead th,
.timetable-tbl table tbody th {
    background: var(--light-color);
    color: #fff
}
.timetable-tbl table tbody td{
	 background: var(--bggry-color);
}

.timetable-note{
	text-align: left;
	font-size: .8em;
	line-height: 1.6;
}


/*院長紹介*/
.sec100w.docter{background:#fff;}
.sec100w.docter section,
.sec100w.docter2 section{
    width: 100%;
    max-width: 1054px;
    margin: auto;
    padding: 60px 15px;
}
.docter-h3{
    position: relative;
    padding: .5em 1.2em;
	font-size: 1.4rem;
    color: #333333;
	border-bottom: 1px solid #999;
	margin-bottom: 2rem;
}

.docter-h3::before,
.docter-h3::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #2589d0;
    content: '';
}

.docter-h3::before {
    top: calc(50% - 3px);
    left: 0;
}

.docter-h3::after {
    top: calc(50% + 3px);
    left: 5px;
}
.docter .docter-area{
   background:var(--bgblu-color);
   padding: 1.5rem;

}
.docter2 .docter-area{
   background: rgba(255, 255, 255, 0.7);
   padding: 1.5rem;

}
.docter-profile{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.profile-txt{width:calc(100% - 320px) ; font-size: 1.1rem;}
.docter-name{text-align: right;font-weight: 700;}
.profile-img{width: 300px;}
.profile-img img{
	width: 100%;
	max-width: 300px;
}
.docter-career{
	display: flex;
	justify-content: space-between;
	padding-top: 2rem;
	border-top: 1px dotted #ccc;
}
.career-left{width:65%;}
.career-right{width:33%;}
.career-left p,
.career-right p {
	display: inline-block;
    background: var(--dark-color);
    padding: 0.1em 1em;
    font-size: .9em;
    color: #Fff;
	margin-bottom: .5em;
}
.career-left dl{
	display: flex;
	flex-wrap: wrap;
	
}
.career-left dl dt,
.career-left dl dd{margin-bottom: .5em;}
.career-left dl dt{width: 10em;font-weight: 700;}
.career-left dl dd{width: calc(100% - 10em);}
.career-right ul{display: inline-block;width: 100%;}
.career-right ul:not(:last-child){margin-bottom: 0.5em}
.career-right li{
	position:relative;
	padding: 0 0 0 20px;
	margin: 0 0 8px 0px;
	font-size:1em;
	text-align: left;	
	line-height: 1.4;
}
.career-right li:before{
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	top: .5em;
	left: 0px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: var(--main-color);

}
.career-right li a{color: #333;}

.sec100w.docter2{background: var(--bgdblu-color);}
/*---------- con5 -------------*/
.contact-txt{
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
}

/* *****************************************************************************
   1024px以下
***************************************************************************** */
@media screen and (min-width: 0px) and (max-width: 1044px) {
	.more-feature-box{gap: 20px;}
	.more-feature-item { width: calc(100% / 2 - 10px);}

	}
@media screen and (max-width: 987px) {
	.h1kw{display: block;}
	.h1name{padding-left: 0;}
}

/* *****************************************************************************
   900px以下
***************************************************************************** */
@media screen and (max-width: 900px) {
	/*header > .inner > .logo a{display: block;flex-wrap: wrap;font-size: 1.5rem;}*/
	
	
	.parts-h2 {font-size: calc(.5em + 1vw);}
	.intro-area{    padding: 0 0 2rem;}
	.intro-item{
		flex-direction: column;
		align-items: flex-end;
	}
	.intro-item.intro-a{flex-direction: column;}
	.intro-item .img{width: 100%;margin-right: auto;text-align: center;}
	.intro-item.intro-a .img{margin-left: auto;margin-right: 0}
	.intro-item .img img{width: 100%; max-width: 600px;}
	.intro-item .txt{width: 100%;}
	.intro-item.intro-a .txt{margin-left: 0;margin-right: auto}
	.feature-box{    margin: 50px auto ;}
	.feature-item{
		width: 209px;
		height: 209px;font-size: 1.2rem;
	}
	
	.cpn_tbl{flex-direction: column;}
	.cpn_tbl table,
	.cpn_tbl .parts-map{width: 100%;}

	.profile-img{width: 240px;}
	.profile-txt {
    width: calc(100% - 260px);
    font-size: 1rem;
	}
	
}


	@media screen and (min-width: 601px) {
		#top-contents .slider-600{display: none;}

}
	@media screen and (min-width: 481px) {
		.sp-br{display: none;}

}



