@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;
		font-size: .8em;
		font-weight: 400;
		white-space: nowrap;
}
	/*header > .inner > .logo a{
		white-space: nowrap;
		display: flex;color: #515151;
		align-items: flex-end
		
}*/
	header > .inner > .logo span{display: inline-block;}
	header > .inner > .logo img{
		height: 45px;
		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;
}


	/* 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;
		top: 5%;
		left: 5%;
		z-index: 5;
}

	#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;
}

	
	/* -----------------------------------------------------------------------------
	 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%;
		-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: #FF6D00;
		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: #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-h1 {
	font-size: 1.7em;
	margin-bottom: 1em;
	padding: 10px 0 6px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.2em;
}

/* parts-h2 */
.parts-h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
	padding: 10px 15px 6px;
	line-height: 1.2em;
}

/* 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;
	
}

/* parts-h4 */
.parts-h4 {
	font-size: 1.3em;
}

/* parts-text */
.parts-text {
	margin-bottom: 2em;
}

/* parts-img */
.parts-img {
	margin-bottom: 2em;
	text-align: center;
}

.parts-img img {
	max-width: 100%;
	height: auto;
	width /***/:auto;

}

/* 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 */
.f-noto-sans{
	font-family: 'Noto Sans JP', 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 */


/* 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分割 */


/* 4分割 */


/* parts-table */


/* fukidashi */


/* flow 横 */


/* ギャラリー */




/* 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: 15vw;
    z-index: 102;
	opacity: 0;
}

.cv_btn_area .btn{
	display: block;
	width: 120px;
}

.cv_btn_area .btn a {
	line-height: 1.7;
    font-size: 11px;
    letter-spacing: 1px;
    background: #7bd7c8;
    color: #fff;
    display: block;
    padding: 15px 10px 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;
}
.cv_btn_area .btn a:nth-child(1){padding-top: 35px;}
.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;
}


/*フェードイン表示の指定*/
.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 (min-width: 0px) and (max-width: 1044px) {
	.w1024 {margin: 60px 15px;}
}


/* -----------------------------------------------------------------------------
 個別設定
----------------------------------------------------------------------------- */
/*---------- 共通 -------------*/
:root {
  --main-color: #219EB8;
  --light-color: #167AA3;
  --dark-color: #014F80;
  --grn-color:#484113;
  --ylw-color:#de9a18;
  --bggry-color: #F7F7F7;
  --bgbge-color:#F9F7F5;
  --bgbrw-color:#F9F7F5;
}
/*全ての要素に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;
}
em{font-style:normal ;}
table{	border-collapse:collapse;}

.sec100w{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.sec100w section {
    margin: 0;
    padding:0;
}
.f-noto-sans {  font-family: 'Noto Sans JP', sans-serif;}
.arrow{line-height:0 }
.arrow img{width: 100%;height: 5vw;}
.note{font-size: .9em;}
span.dots{
    background-image: radial-gradient(circle at center, #ed2323 15%, transparent 15%);
background-position: top right;
background-repeat: repeat-x;
background-size: 1em 0.5em;
padding-top: 0.15em;
}
/*img*/
img{vertical-align: text-top;}
/*title*/
.parts-h1 {
    font-size: calc(1.5em + .5vw);
    line-height: 1.5;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 2em;
    border: none;
}
.parts-h1 .en {
    font-size: .6em;
    font-weight: 300;
    letter-spacing: 2px;
    color: var(--main-color);
    margin: 0 auto 40px;
    display: block;
}
.parts-h2{
	background: none;
	text-align: center;
	font-size: calc(.5em + 1.5vw);
	line-height: 1.5;
	letter-spacing: 2px;
	margin-bottom: 3em;
	font-weight: 300;
	position: relative;
}
.parts-h2::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: var(--main-color);
}
.parts-h2 .em{
	font-size:1.5em;
	display: block;
	font-weight: 700;

}
.parts-h2 .strong{
	color:var(--ylw-color);
	font-size: 1.4em;
	font-family: serif;
}
.parts-h3 {
	margin-left: 0;
    margin-bottom: initial;
    text-indent: 0;
}
.parts-h3::before{
	content: none;
}
/*btn-area*/
.btn-area{
	text-align: center;
	margin: 0 auto 80px;
}
/*button*/
a.btn-c {
	  font-size: 1rem;
	  padding: .8rem 2rem;
	  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: 10px;
}
	a.btn-c i{
		margin-right: 10px;
}
	a.btn-c:hover{
		color: #fff;
		background: #111;
		opacity: 1;
}
a.btn-c .em{
	display: block;
	font-size: 1.4em;

}
	/*contact*/

.lnk_btn a {
	display: inline-block;
		text-decoration: none;
		border: solid 2px var(--dark-color);
		background-color: var(--dark-color);
		border-radius: 10px;
		padding: 15px;
		font-size: 1.4em;
		font-weight: 700;
		line-height: 1.5;
		color: #fff;
		width: 100%;
	}
	.lnk_btn a:hover{
		border: solid 2px #111;
		background-color: #111;
		color: #fff;
		opacity: 1;
	}
	.link-tel .lnk_btn a{
		background: none;
		border: none;
		font-size: 2em;
		color: var(--dark-color);
	}
.con-rsv{margin: 0 34% 40px}
	/* 横問合せボタン*/
	.cv_btn_area .btn a{
	margin-top: 10px;
	background: var(--dark-color);
	color: #fff;
	}
	#fix_contact_btn a:hover{
	background: #111;
	color: #fff;
	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 img{height: 40px;}
/*footer*/
footer{
	background-color: var(--bgbrw-color);
	border-top: 1px solid var(--grn-color);

}
.footer-info,
.footer-info a,
footer .login a,
footer .copy{
	color: #7f7f7f;
}
.login,
.copy{font-size: 14px;}
.footer-info img{
	width: 100px;
	margin-bottom: 20px;
}
footer .pagetop a{
	background-color: var(--grn-color);
}
footer .pagetop a:hover{
	background-color: #595959;
}
/*background*/


/*---------- top -------------*/
#top-contents .layer1 {
    width: 45vw;
    height: 45vw;
    background-color: rgba(30,23,2,0.45); background-color:rgba(7, 36, 47, 0.45);
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 1vw;
    /*border-radius: 50%;*/
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    top: 6vw;
    left: 3vw;
    animation: fadeIn 7s ease 0s 1 normal;
	justify-content: center;
}
.layer1 h1 {
    width: 100%;
    font-size:2.6vw;
    line-height: 1.5;
    margin-bottom: 0.65em;
    font-weight: 300;
    /*margin-top: 3vw;*/
	font-weight: 700;
}
.layer1 h1 .em{
	display: block;
	font-size: 1.25em;
}
.layer1 h2{
	font-weight: 900;
	font-size: 5.5vw;
	line-height: 1.5;
	margin-bottom:0.25em;
}
.layer1 h2 .small{font-size: .75em;}
.layer1 div{background-color: rgba(30,23,2,1);	background-color: var(--dark-color);
	text-align: center;	margin: 0 -1vw;	width: 45vw;font-size: 3vw;font-weight: 900;
	line-height: 1;
	padding: .3em .5em .35em .5em;
}
.layer1 h3{
	font-size: 3.25vw;
	padding-left:2em;
	position: relative;display: inline-block;
	 
}
.layer1 h3 .inblock{
	width:3.5em;height: 3.5em;padding: 0;
background-color: #fff;margin-right: 0.5em;border-radius: 50%;line-height: 3.5em;
font-size: .5em;color: #C30F31;position: absolute;
	top:-.7em;left:0;transform: rotate(-7deg);
}
#top-contents .layer2{
	width: 10vw;
	top: initial;
	bottom: 2vw;
	right: 2vw;
}
.layer2 img{width:100%;}

/*.layer1 h2 .line2{
	color: var(--main-color);
	font-size: 3vw;
	font-weight: 700;
}
#top-contents .layer1 p{
	text-align: center;
	margin:1em auto 0;
}
#top-contents .layer2 .line3{
	background: #000;
	padding: .3em 1em;
	color: #fff;
	border-radius: 5px;
}*/
/*---------- con1 -------------*/
.con1{background-image: url("../../p-img/101390_1/intro_bg.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
}
.con-chatch{
	text-align: center;
    line-height: 1.8;
    font-size: 1.8em;
    font-weight: 400;
    margin: 2rem auto 4rem;
}
.con-chatch .em{
	color: var(--dark-color);
	font-size: 1.3em;
	font-weight:700 ;
}
.intro{
	text-align: center;
	font-size: 1.2em;
}
.intro .em{
	font-weight: 700;
	font-size: 1.1em;
}
.feature-area{
    width: 100%;
    max-width: 1054px;
    margin: 3rem auto;
    padding: 0 15px;
}
.feature-box{
	display: flex;
	justify-content: space-between;
	gap:20px;
	width:100%;
	/*max-width:800px;*/
	margin: auto;
	flex-wrap: wrap;
}
.feature-item{
    width: 250px;
    height: 250px;
    background-color: #F7F6E6;
    box-shadow: 0px 0px 10px 10px #F7F6E6;
    border-radius: 50%;
    margin: 0 0 20px;
    text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.55em;
	color: var(--main-color);
	font-weight: 700;
}

.feature-item p.feature-hdg{
	color: #111;
	font-size: .8em;
	text-align: center;
	border-bottom: 1px solid var(--red-color);
	margin-bottom: .5em;
}
/* point */
.contents.point{
	background: var(--bgbge-color);
	padding-top: 80px;
}
.point-area{
	width: 100%;
	max-width: 1600px;
	padding: 3rem 0 2rem;
	margin: auto;
}
.point-h3{
	position: relative;
	text-align: center;
	font-size: 1.6em;
	margin:0 auto 3rem;
	color: var(--dark-color);
	max-width: 1024px;
}

.point-h3 .em{
	font-size: 1.5em;
	font-weight: 700;
	color: var(--ylo-color);
}

.point-item{
	align-items: flex-start;
	margin: 0 4.5% 4.5%;
}
.point-item .img{
	width: 45%;
	box-sizing: border-box;
}
.point-item .img img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.point-item .txt{
	width: 60%;
	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.1em;
	line-height: 1.8;
}
.point-item.point-a{
    flex-direction: row-reverse;
}
.point-item.point-b .txt{margin-left: -5%;}
.point-item.point-a .txt{margin-right: -5%;}
.point-hdg {
		font-size:1.75rem;
		line-height: 1.5;
		font-weight: 300;
		margin-bottom: 1em;
}
.point-hdg .em{	
	font-size:1.4em;
	display: block;
	font-weight: 700;
}

.point-hdg span.point-num {
	display: flex;
	align-items: center;
	color: var(--main-color);
	font-size: 25px;
	text-transform: uppercase;
}

.point-hdg span.point-num::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: var(--main-color);
}
/*---------- con2 -------------*/
.con2 {background-image: url("../../p-img/101390_1/price_bg.jpg");
 background-position: left bottom;
	background-repeat: no-repeat
	
}
/*campaign-area*/
.campaign-area{
	background-image: url("../../p-img/101390_1/cam_bg.jpg");
	background-size: cover;
	padding: 30px;
	border-radius: 20px;
	border: solid 4px #fff;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.15);
	position: relative;
	box-sizing: border-box;

}
.campaign-area::after,
.campaign-area::before{
	content: '';
position: absolute;
display: block;
width: 0;
height: 0;
border: 20px #E65356 solid;}
.campaign-area::before{  border-bottom-color: transparent;
  border-right-color: transparent;
  left: -6px;
  top: -6px;
}
.campaign-area::after{  border-top-color: transparent;
  border-left-color: transparent;
  right: -6px;
  bottom: -6px}

.campain-h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E65356;
	font-size: 2.5em;
	margin: 0 auto 2rem;
}

.campain-h3::before,
.campain-h3::after {
    width: 3px;
    height: 40px;
    background-color:#E65356;
    content: '';
}

.campain-h3::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.campain-h3::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.campain-box{
	margin: 2rem auto;
	display: flex;
    justify-content: space-between;
	}
.campain-item{
	width: 48%;
}
.campain-hdg{
    padding: 0.5em 0.5em 0.4em;
    border-radius: 20px 20px 0 0;
    text-align: center;
    font-size: 1.4em;
    background: #E65356;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.05em;
    box-sizing: border-box;
	line-height: 1.4;
}

.campain-bdy{
    margin: 0 auto 1em;
    text-align:center;
    padding: 1.5em .5em;
    background: rgba(255,255,255,0.60);
    color: #000000;
	border: 1px solid #E65356;
    border-radius: 0 0 20px 20px;
    box-sizing: border-box;
}
.campain-bdy dl {
    display: flex;
	justify-content: space-around;
	align-items:baseline;
    flex-wrap: wrap;
    width: 90%;
	margin: auto;
	font-size: 1.25rem;
}
.campain-bdy dt {
    width:70px;
    padding: 0;
    font-weight: 700;
    color: #000;
}
.campain-bdy dd {
    width: calc(100% - 70px);
    padding: 0 0 0 10px;
}
.campain-bdy .em{
	color:var(--dark-color) ;
	font-weight: 700;
	font-size: 1.5em;
}
/*price-table*/
.sec100w.price{    
	background:var(--bggry-color) ;
	padding:  60px 0;
}
.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;font-weight: 400;
}
.price-table table thead th {
  background: var(--main-color);
  color: #fff; 
}
.price-table table tbody th{
	width: 300px;
	text-align: left;
}
.price-table table tbody td{
	width: calc((100% - 300px) / 2);
}
.price-table  td .inblock{background-color: #e65356;color: #fff;line-height: 1;
	padding:0.15em .75em 0.2em;margin-right: .5em;border-radius: 100px }
/*therapist{*/
/*.sec100w.therapist{ 
	background:var(--bgbge-color);
	padding:0 0 60px;
 }*/
.therapist{margin-top: 0;}
.therapist-area{
   /* width: 100%;
    max-width: 1054px;*/
    margin: 0 auto 0;
    padding: 0 15px;
}
.therapist-item{
	width:630px;
	margin: 0 auto 40px;
    /*position: relative;
    border: 1px  dotted #999;*/
}

.therapist-hdg {
    /*position: absolute;top: -1rem;
    left: 50%;transform: translateX(-50%);*/
   /* display: inline-block;*/
    
    margin: 0 auto 1.5em;
    padding: .5em 1em;
    background-color:#000;
	font-size: 1.5em;
	width: 480px;
	max-width: 100%;
	text-align: center;
	line-height: 1.4;
	border-radius:  0 0 15px 15px;
}

.therapist-txt{
	justify-content: space-between;flex-wrap: wrap;
	margin-bottom: 1em;
}
.therapist-txt h5{
	font-size: 1.25rem;
	border: solid #fff 1px;
	text-align: center;
	width: 7.5rem;
	height: 7.5rem;
	line-height: 7.5rem;
}
.therapist-txt div{
	width: calc(97% - 7.5rem);
	
}
.therapist-txt div ol{margin-top: -.4rem;}
.therapist-txt div li{font-size: 1.5rem;line-height: 1.3;padding-bottom: 0.5em;}
.therapist-txt div li span{font-size: 1.1rem;}

.therapist-item .align-center{border-top:dotted 2px #7A7569;border-bottom:dotted 2px #7A7569}
.therapist-img{
	text-align: center;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
.therapist-img img{
	width: 600px;
	max-width: 100%;
	/*max-width: 320px;
	height: auto;*/
}
.con2 .half{padding: 0 40px;}
.con2 .half .half-child{
	width: 48.5%;
	align-items: flex-start;
	margin-bottom: 2em;position: relative;}

.con2 .half .half-child img{height: auto;justify-content: space-between;}
.con2 .half .half-child img:nth-child(1){width: 45%;}
.con2 .half .half-child img:nth-child(2){width: 60%;margin-left: -5%;margin-top: 20px;
	box-shadow: -1.5px 1.5px 10px rgba(0,0,0,0.3);
}
.con2 .half .half-child::before{
	content: 'before';
	display: block;
	width: 5em;
	font-size: 14px;
	text-align: center;
	background: #fff;
	color: var(--main-color);
	border: 1px solid var(--main-color);
	top:0;
	left:0;
	position: absolute;
}
.con2 .half .half-child::after{
	content: 'after';
	display: block;
	width: 5em;
	font-size: 14px;
	text-align: center;
	background: #e65356;
	color: #fff;
	border: 1px solid #e65356;
	bottom:0;
	right:0;
	position: absolute;
}

/*---------- con3 -------------*/
main .contents.con3{background: var(--bgbge-color);}
.info-area{
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap:15px;
	background: rgba(255, 255, 255, 0.7);
	padding: 1.5rem;
	border-radius: 1rem;
	margin: 2rem auto;
	flex-wrap: wrap;
}
.info-area .info-img{
	width: 300px;
}
.info-area .info-img img{width: 100%;}
.cpn_tbl table th, .cpn_tbl table td{padding: 5px 10px;}
.cpn_tbl table th{width: 8em;}
.info-area .parts-img{display: block;width: 100%;}
/*---------- con4 -------------*/
.contact-box{
	display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		margin: 40px 0;
	}
	.contact-box li {
		width: 31%;
		min-width: 300px;
		box-sizing: border-box;
	}
	.contact-box li .lnk_btn {
		margin: 0 auto;
	text-align: center;
	}
	
	.form_sub{text-align: center;}
.link-tel .lnk_btn a{padding: 10px 10px 5px}
.link-tel{margin-bottom: 2em;}
@media screen and (min-width: 601px) {
    .b600{display: none;}
}
/* *****************************************************************************
   950px以下
***************************************************************************** */
@media screen and (max-width: 950px) {
    .contact-box li.link-tel{width: 100%;}
}
	
/* *****************************************************************************
   900px以下
***************************************************************************** */
@media screen and (max-width: 900px) {
	/*#top-contents .layer1{
		top: 12%;
		width: 40vw;
		height: 40vw;
	}
	#top-contents .line2{    font-size: calc(.8em + 1vw);}
	#top-contents .layer1 .line3{    font-size: .8em ;}*/
	.feature-box{justify-content: center;}
	.feature-item{margin-right: 10px;margin-left: 10px}
	.sec100w.chatch1,
	.sec100w.chatch2{    background-size: 60vw;}
	.point-item{
		flex-direction: column;
		align-items: flex-end;
		margin: 0 0 4.5%;
}
	.point-item.point-a{flex-direction: column;}
	.point-item .img{width: 60%;}
	.point-item.point-a .img{margin-left: auto;margin-right: -1%}
	.point-item.point-b .img{margin-left: -1%;margin-right: auto;}
	.point-item .txt{
		width: 90%;
		margin-top: -5%;
	}
	.point-item.point-a .txt{margin-left: 0;margin-right: auto}
	.campain-bdy{padding: 1.5em .5em;}
	.campain-bdy dl{width: 100%;font-size: 1.2rem;}
	.campaign-area{padding: 30px 10px;}
	.campain-item {
		width: 48.5%;}
	.campain-bdy dt {
		width: 50px;}
	.campain-bdy dd {
  width: calc(100% - 50px);
		padding: 0 0 0 0px;}
	/*.therapist-hdg{
		width:300px ;
		top: -1.6rem;
	}*/
	

}
