@charset "UTF-8";

/*============================
#contents
============================*/
@media screen and (min-width: 769px) {

.contents_top_04{
	font-size: 24px;
	text-align: left;
	color: #565656;
	padding-top: 50px;
	padding-bottom: 10px;
	letter-spacing: 5px;
}
.contents_top_05{
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #565656;
	letter-spacing: 2px;
}






#contents{
	width: 920px;
	margin:0 auto;
	overflow: hidden;
	padding-top: 20px;
}
.index01{
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 2em;
	text-align: center;
	line-height: 2em;
	color:#6c6c4d;
}
.btn01{
	font-size: 20px;
	line-height: 40px;
	border-radius: 10px;
	border:2px #e17f1f solid;
	text-align: center;
	width:300px;
	margin:20px auto 20px auto ;
}
.btn01 a {
	text-decoration: none;
	color:#e17f1f;
}
.index02{
	padding:50px 0;
}
.title{
	background: url(../images/common/sp_boder01.jpg) repeat-x center center;
}
.title p {
	margin:30px auto;
	font-size: 24px;
	line-height:50px;
	text-align: center;
}
.title p span {
	padding:5px;
	background-color: #fff;
}
.index_caset01{
	position: relative;
	width: 450px;
	margin-bottom:60px;
}
.index_caset01 img {
	width: 100%;
}
.index_caset02{
	position: absolute;
	width: 85%;
 	left: 50%;
 	transform: translateY(0%) translateX(-50%);
 	transform: -webkit- translateY(-50%) translateX(-50%);
  	padding:15px;
	top:240px;
	border:solid 1px #e17f1f;
	background-color: rgba(255,255,255,0.7)
}
.index_caset03{
	font-size: 20px;
	line-height:24px;
	color:#575656;
	padding-bottom:10px;
}
.index_caset04{
	font-size: 14px;
	line-height:20px;
	color:#575656;
}

.telbox{
	background-color: #a6cbcb;
	width:100%;
	margin:30px auto 0px auto;
}
.telbox_ph{
	width:50%;
}
.telbox_ph img {
	width:100%;
}
.telbox ul {
	width:46%;
	padding:2%;
}
.telbox01{
	color:#fff;
	font-size: 24px;
}
.telbox02{
	color:#fff;
	font-size: 36px;
	font-weight: 700;
	margin-bottom:10px;
}
.telbox03{
	font-size: 18px;
	line-height:28px;
	color:#fff;
}
.telbox04{
	background-color: #fff;
	border-radius: 30px;
	color:#575656;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	width:100%;
	line-height: 60px;
	margin: 10px 0;
}
.telbox04 a {
	text-decoration: none;
	color:#575656;
}
.telbox05{
	background: url(../images/common/sp_icon_tel.jpg) no-repeat 40px center #c1dfdf;
	font-size: 50px;
	font-weight: 700;
	padding:10px 30px 10px 100px ;
	margin-bottom:50px;
	color:#575656;
}
.telbox05 span{
	font-size: 24px;
}

/**/
.docter_set{
	margin:60px auto 0 auto ;
}
.docter_ph01_pc img{
	height:100%;
	object-fit: cover;
}
.docter_ph01{
	display: none;
}
.docter_ph01_pc{

}



.docter_text01{
	text-align: center;
	font-size: 22px;
	line-height: 34px;
	padding:30px 0 30px 0 ;
	color:#565656;
}
.docter_text0102{
	text-align: center;
	font-size: 22px;
	line-height: 34px;
	padding:30px 0 30px 0 ;
	color:#565656;
}
.docter_box01{
	width: 100%;
	padding:20px;
	background-color: #96cccc;
}
.docter_box02{
	width: 100%;
	padding:20px;
	background-color: #7ac3c3;
}
.docter_box03{
	width: 45%;
	padding:20px;
	background-color: #62b5b5;
}
.docter_box04{
	width: 100%;
	padding:20px;
	background-color: #41a2a2;
}
.docter_box_left {
	width: 55%;
}




.docter_text02{
	font-size: 18px;
	color:#fff;
	font-weight: 700;
	line-height: 28px;
	padding-bottom: 8px;
}
.docter_text03{
	font-size: 14px;
	color:#fff;
	font-weight: 400;
	line-height: 24px;
}

.society{
	display: flex;
}
.society li{
	padding-right: 10px;
}


.greetingArea {
	position: relative;
}
.greetingArea::after {
	content: "";
	position: absolute;
	top: 100%;
	width: 100%;
	height: 1px;
	background: -webkit-linear-gradient(left, rgba(65 ,162 ,162 ,0.2) 0%, rgba(65 ,162 ,162 ,0.5) 50%, rgba(65 ,162 ,162 ,0.2) 100%);
	background: -moz-linear-gradient(left, rgba(65 ,162 ,162 ,0.2) 0%, rgba(65 ,162 ,162 ,0.5) 50%, rgba(65 ,162 ,162 ,0.2) 100%);
	background: linear-gradient(to right, rgba(65 ,162 ,162 ,0.2) 0%, rgba(65 ,162 ,162 ,0.5) 50%, rgba(65 ,162 ,162 ,0.2) 100%);
	z-index: 10;
}
.greeting {
	position: relative;
	height: 150px;
	padding: 25px 30px 40px;
	overflow: hidden;
	transition: 1.2s;
}
.greeting .screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(150 ,204 ,204 ,0.6);
	z-index: 2;
}
.greeting .first-text {
	position: absolute;
	display: none;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	padding-top: 40px;
	color: transparent;
	font-size: 36px;
	letter-spacing: 6px;
}
.greeting .g_title {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 auto 40px;
	overflow: hidden;
}
.greeting .g_title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20%;
	height: 1px;
	background: #575656;
}
.greeting .g_title p {
	text-align: center;
}
.greeting .g_title p span {
	position: relative;
	z-index: 1;
	display: inline-block;
	color: #575656;
	font-size: 32px;
	letter-spacing: 4px;
	background: #fff;
	padding: 0 10px;
}
.greeting #greetingH > p {
	color: #575656;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 2px;
}
.greeting #greetingH > p a {
	background: linear-gradient(transparent 90%, #ff934b 0%);
	text-decoration: none;
	color: #575656;
}
.greeting #greetingH > p strong {
	color: #fd6c0a;
}
.greeting .large {
	text-align: center;
	color: #575656;
	font-size: 30px;
	padding: 50px 0;
}
.greeting .midium {
	text-align: center;
	color: #575656;
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	padding: 50px 0;
}
.greeting ul {
	padding-bottom: 20px;
}
.greeting li {
	color: #575656;
	font-size: 16px;
	list-style: inside;
	padding: 10px 1em;
}
.greeting li a {
	background: linear-gradient(transparent 90%, #ff934b 0%);
	text-decoration: none;
	color: #575656;
}
.greeting .add {
	color: #575656;
	font-size: 14px;
	line-height: 1.7;
	padding: 50px 0 30px;
	text-align: right;
}
.greeting .close-btn {
	text-align: right;
}
.greeting .close-btn span {
	position: relative;
	color: #575656;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
.greeting .close-btn span::before {
	content: "";
	position: absolute;
	top: 0;
	right: calc(5em + 5px);
	border: 6px solid transparent;
	border-bottom: 6px solid #575656;
}
.greetingArea .fullText-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
	z-index: 999;
	width: 350px;
	border: 2px solid #fc8002;
	border-radius: 99px;
	color: #fc8002;
	font-size: 18px;
	font-weight: bold;
	line-height:50px;
	text-align: center;
	cursor: pointer;
	filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
	transition: 0.5s ease-out;
}
.greetingArea:hover .fullText-btn {
	transform: translate(-50% ,20%);
}
.greetingArea:hover .greeting .screen {
	animation-name: screen;
	animation-delay: 0.4s;
	animation-duration: 0.8s;
	animation-fill-mode: both;
}
.greetingArea:hover .greeting .first-text {
	display: block;
	animation-name: text;
	animation-delay: 0.4s;
	animation-duration: 0.8s;
	animation-fill-mode: both;
}

@keyframes screen {
	0% {
		background: rgba(150 ,204 ,204 ,0.6);
	}
	100% {
		background: rgba(98 ,181 ,181 ,0.8);
	}
}
@keyframes text {
	100% {
		color: #fff;
	}
}



}
















@media screen and (max-width: 768px) {

.contents_top_04{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #575656;
	padding-top: 10%;
	padding-bottom: 8%;
}
.contents_top_05{
	font-size: 12px;
	text-align: center;
	color: #575656;
	padding-bottom: 3%;
}
#con
#contents{
	width: 100%;
	margin:0 auto;
	overflow: hidden;
	padding-top: 20px;
}
.index01{
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 1em;
	text-align: center;
	line-height: 2em;
	color:#6c6c4d;
}
.btn01{
	font-size: 20px;
	line-height: 40px;
	border-radius: 10px;
	border:2px #e17f1f solid;
	text-align: center;
	width:150px;
	margin:20px auto 20px auto ;
}
.btn01 a {
	text-decoration: none;
	color:#e17f1f;
}
.index02{
	padding:10px 0;
}
.title{
	background: url(../images/common/sp_boder01.jpg) repeat-x center center;
}
.title p {
	width:80%;
	margin:30px auto;
	font-size: 1.6em;
	line-height:1.4em;
	text-align: center;
	padding:5px;
	background-color: #fff;
}
.index_caset01{
	position: relative;
	width:90%;
	margin: 0px auto 120px auto;
}
.index_caset01 img {
	width: 100%;
}
.index_caset02{
	position: absolute;
	width: 85%;
 	left: 50%;
 	transform: translateY(-50%) translateX(-50%);
 	-webkit- transform: translateY(-50%) translateX(-50%);
  	padding:10px;
	border:solid 1px #e17f1f;
	background-color: rgba(255,255,255,0.7)
}
.index_caset03{
	font-size: 16px;
	line-height:24px;
	color:#575656;
	padding-bottom:10px;
}
.index_caset04{
	font-size: 12px;
	line-height:20px;
	color:#575656;
}

.telbox{
	padding:5%;
	background-color: #a6cbcb;
	width:100%;
	margin:30px auto 0px auto;
}
.telbox_ph{
	width:90%;
}
.telbox_ph img {
	width:100%;
}
.telbox ul {
	width:90%;
}
.telbox01{
	color:#fff;
	font-size: 24px;
	text-align: center;
}
.telbox02{
	color:#fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom:10px;
	text-align: center;
}
.telbox03{
	font-size: 14px;
	line-height:20px;
	color:#fff;

}
.telbox04{
	background-color: #fff;
	border-radius: 30px;
	color:#575656;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	width:100%;
	line-height: 60px;
	margin: 10px 0;
}
.telbox04 a {
	text-decoration: none;
	color:#575656;
}
.telbox05{
	font-size: 32px;
	font-weight: 700;
	padding:5% ;
	color:#575656;
	background-color: #c1dfdf;
	text-align: center;
}
.telbox05 span{
	font-size: 14px;
	display: block;
	text-align: center;
}
/**/
.docter_set{
	margin:60px auto 0 auto ;
}
.docter_ph01{
	background-color: #ecf2f5;
	text-align: center;
}
.docter_ph01_pc{
	display: none;
}
.docter_ph01 img{

}
.docter_text01{
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	padding: 10% 0;
	color:#575656;
	width: 76%;
	margin: 0 auto;
}
.docter_text0102{
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	padding: 10% 0;
	color:#575656;
	width: 82%;
	margin: 0 auto;
}
.docter_box01{
	width: 90%;
	padding:5%;
	background-color: #96cccc;
}
.docter_box02{
	width: 90%;
	padding:5%;
	background-color: #7ac3c3;
}
.docter_box03{
	width: 90%;
	padding:5%;
	background-color: #62b5b5;
}
.docter_box04{
	width: 90%;
	padding:5%;
	background-color: #41a2a2;
}



.docter_text02{
	font-size: 18px;
	color:#fff;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	padding-bottom: 2%;
}
.docter_text03{
	font-size: 14px;
	color:#fff;
	font-weight: 400;
	line-height: 24px;
}
.greetingArea {
	position: relative;
	margin: 0 0 8vw;
}
.greetingArea::after {
	content: "";
	position: absolute;
	top: 100%;
	width: 100%;
	height: 1px;
	background: -webkit-linear-gradient(left, rgba(65 ,162 ,162 ,0) 0%, rgba(65 ,162 ,162 ,0.2) 4%, rgba(65 ,162 ,162 ,0.5) 50%, rgba(65 ,162 ,162 ,0.2) 96%, rgba(65 ,162 ,162 ,0) 100%);
	background: -moz-linear-gradient(left, rgba(65 ,162 ,162 ,0) 0%, rgba(65 ,162 ,162 ,0.2) 4%, rgba(65 ,162 ,162 ,0.5) 50%, rgba(65 ,162 ,162 ,0.2) 96%, rgba(65 ,162 ,162 ,0) 100%);
	background: linear-gradient(to right, rgba(65 ,162 ,162 ,0) 0%, rgba(65 ,162 ,162 ,0.2) 4%, rgba(65 ,162 ,162 ,0.5) 50%, rgba(65 ,162 ,162 ,0.2) 96%, rgba(65 ,162 ,162 ,0) 100%);
	z-index: 10;
}
.greeting {
	position: relative;
	height: 150px;
	padding: 25px 4vw 40px;
	overflow: hidden;
	transition: 1.2s;
}
.greeting .screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(98 ,181 ,181 ,0.8);
	z-index: 2;
}
.greeting .first-text {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: 100%;
	padding-top: 50px;
	color: #fff;;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 6px;
	text-align: center;
}
.greeting .g_title {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 auto 10%;
	overflow: hidden;
}
.greeting .g_title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
	height: 1px;
	background: #575656;
}
.greeting .g_title p {
	text-align: center;
}
.greeting .g_title p span {
	position: relative;
	z-index: 1;
	display: inline-block;
	color: #575656;
	font-size: 24px;
	letter-spacing: 4px;
	background: #fff;
	padding: 0 12px;
}
.greeting #greetingH > p {
	color: #575656;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 2px;
}
.greeting #greetingH > p a {
	background: linear-gradient(transparent 90%, #ff934b 0%);
	text-decoration: none;
	color: #575656;
}
.greeting #greetingH > p strong {
	color: #fd6c0a;
}
.greeting .large {
	text-align: center;
	color: #575656;
	font-size: 20px;
	padding: 10% 0;
}
.greeting .midium {
	text-align: center;
	color: #575656;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	padding: 50px 0;
}
.greeting ul {
	padding-bottom: 6%;
}
.greeting li {
	color: #575656;
	font-size: 14px;
	list-style: inside;
	padding: 4% 1em;
}
.greeting li a {
	background: linear-gradient(transparent 90%, #ff934b 0%);
	text-decoration: none;
	color: #575656;
}
.greeting .add {
	color: #575656;
	font-size: 12px;
	line-height: 1.7;
	padding: 20% 0 15%;
	text-align: right;
}
.greeting .close-btn {
	text-align: right;
}
.greeting .close-btn span {
	position: relative;
	color: #575656;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}
.greeting .close-btn span::before {
	content: "";
	position: absolute;
	top: -3px;
	right: calc(5em + 5px);
	border: 6px solid transparent;
	border-bottom: 6px solid #575656;
}
.greetingArea .fullText-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,45%);
	z-index: 99;
	width: 220px;
	border: 2px solid #fc8002;
	border-radius: 99px;
	color: #fc8002;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
}



}
