@charset "utf-8";

/*====================================================================================

下層 共通項目CSS

====================================================================================*/
input,textarea,select {
  -webkit-appearance: none;
  appearance: none;
}
input[type=checkbox]{
	border: 1px #A6A6A6 solid;
	width: 24px;
	height: 24px;
	border-radius: 4px;
}


.pan_link_list {
	display: flex;
	justify-content: flex-end;
	padding: 20px 10px 25px 10px;
	flex-wrap: wrap;
}
.pan_link_list li {
	margin-right: 10px;
	line-height: 1em;
}
.pan_link_list li::after {
	content: url("../img/icon_04.svg");
	vertical-align: baseline;
	margin-left: 10px;
}
.pan_link_list li:last-child {
	margin-right: 0;
}
.pan_link_list li:last-child::after { display: none;}
.pan_link_list li a {
	color: #121212;
	text-decoration: underline;
}
.pan_link_list li span {
	color: #59B431;
	font-weight: bold;
}



.u_tit01{
	font-size: 40px;
	color: #D0D4D9;
	line-height: 1em;
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.u_tit01::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #D0D4D9;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.u_tit01 span {
	font-size: 14px;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	position: absolute;
	color: #121212;
	width: 300px;
	top: 12px;
	transform: translateX(15px);
	letter-spacing: 0.1em;
}


.u_stit01 {
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1em;
	margin-bottom: 25px;
}
.u_stit01 span {
	font-size: 14px;
	color: #59B431;
	display: block;
	margin-bottom: 5px;
	letter-spacing: 0.2em;
}

.u_stit02 {
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 1em;
	margin-bottom: 25px;
	color: #59B431;
	position: relative;
}
.u_stit02 span {
	background: #F7F9FC;
	padding-right: 15px;
}
.u_stit02::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #59B431;
	z-index: -1;
}

/*=======================================================================
非表示
=======================================================================*/
.header_wrap_under nav,
.header_wrap_under .contact_btn,
.header_wrap_under .catchphrase{
	display: none;
}

/*====================================================================================

下層ヘッダー

====================================================================================*/
.h_wrap_under {
	width: 100%;
	height: 250px;
	padding-top: 54px;
}

.header_wrap_under .sp_box {
	position: fixed;
	width: 100%;
	height: 54px;
	background: #fff;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	top: 0;
	left: 0;
	z-index: 9999;
}

.header_wrap_under .sp_box .header_logo {
	height: 32px;
	width: 208px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.header_wrap_under .sp_box .header_logo img {
	width: 100%;
	height: auto;
}

.header_wrap_under .menu_btn {
	background: #58B431;
	width: 44px;
	height: 44px;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
	
}
.header_wrap_under .menu_btn::before,
.header_wrap_under .menu_btn::after {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
	position: absolute;	
	transition: all 0.5s;
}
.header_wrap_under .menu_btn::before {
	left: 10px;
	top: 14px;
}
.header_wrap_under .menu_btn::after {
	left: 10px;
	bottom: 14px;
}

.header_wrap_under .menu_btn span {
	text-indent: -9999px;
	display: block;
	width: 24px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
	position: absolute;	
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.header_wrap_under .menu_btn_on::before {
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)rotate(405deg);
}
.header_wrap_under .menu_btn_on::after {
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)rotate(-405deg);
}
.header_wrap_under .menu_btn_on span {display: none;}






/*====================================================================================

下層フッター

====================================================================================*/

footer#f_cnt div.f_box01_under{
	padding: 40px 15px 20px 15px;
	background: #fff;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	position: relative;
	z-index: 1;
	text-align: center;
}
footer#f_cnt div.f_box01_under p.tit {
	margin-bottom: 25px;
}
footer#f_cnt div.f_box01_under p.tit span {
	display: none;
}

footer#f_cnt div.f_box01_under .txt,
footer#f_cnt div.f_box01_under .link_btn01 {
	margin-bottom: 20px;
	text-align: center;
}

footer#f_cnt div.f_box01_under .footer_logo img {
	width: auto;
	height: 40px;
	margin-bottom: 20px;
}
footer#f_cnt div.f_box01_under ul {
	margin: 0 auto;
	text-align: left;
	line-height: 28px;
	font-size: 12px;
}
footer#f_cnt div.f_box01_under ul li:first-child {
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
}
footer#f_cnt div.f_box01_under ul li p {
	text-align: center;
}
footer#f_cnt div.f_box01_under ul li .link_btn01 {
	margin-bottom: 0;
	font-size: 16px
}


/*====================================================================================

下層メインビジュアル

====================================================================================*/
.about_page {
	background: url("../img/about_main_sp@2x.jpg") no-repeat center;
	background-size: cover;
}
.product_page {
	background: url("../img/product_main_sp@2x.jpg") no-repeat center;
	background-size: cover;
}
.news_page {
	background: url("../img/news_main_sp@2x.jpg") no-repeat center;
	background-size: cover;
}
.recruit_page {
	background: url("../img/recruit_main_sp@2x.jpg") no-repeat center;
	background-size: cover;
}
.contact_page {
	background: url("../img/contact_main_sp@2x.jpg") no-repeat center;
	background-size: cover;
}


/*====================================================================================

会社概要ぺーじ

====================================================================================*/

.about_cnt_01,
.about_cnt_02,
.about_cnt_03{
	margin-bottom: 40px;
}


.about_cnt_01 .txt {
	margin-bottom: 20px;
	letter-spacing: 0.08em;
}

.about_cnt_01 .name {
	float: right;
}

.about_cnt_01 ul {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.about_cnt_01 ul li:first-child {
	display: none;
}
.about_cnt_01 ul li {
	width: calc(100% / 2);
}
.about_cnt_01 ul img {
	width: 100%;
	height: auto;
}


.about_cnt_02 h3.u_stit01,
.about_cnt_03 h3.u_stit01 {
	text-align: center;
}

.about_cnt_02 table {
	width: 100%;
	margin-bottom: 40px;
}
.about_cnt_02 table tr {
	background: #fff;
	border-bottom: 5px #F7F9FC solid;
}
.about_cnt_02 table th {
	padding: 15px 20px 8px 20px;
	line-height: 1.8em;
	letter-spacing: 0.3em;
	font-weight: bold;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	display: block;
}
.about_cnt_02 table td {
	padding: 0 20px 15px 20px;
	line-height: 1.5em;
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.about_cnt_02 table td dt {
	width: 80px;
	float: left;
	clear: both;
	letter-spacing: 0.2em;
}
.about_cnt_02 table td dd {
	padding-left: 80px;
	margin-bottom: 20px;
}

.about_cnt_02 ul {
	margin: 0 10px;
}
.about_cnt_02 ul li {
	text-align: center;
	margin-bottom: 25px;
}
.about_cnt_02 ul li iframe {
	height: 200px;
}
.about_cnt_02 ul li .link_btn01 a {
	margin: 15px auto 0 auto;
	font-size: 14px;
	width: 300px;
	text-align: center;
}


.about_cnt_02 ol {
	padding-bottom: 20px;
}

.about_cnt_02 ol li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.about_cnt_02 ol li div {
	width: calc((100% - 10px) / 2);
	
}
.about_cnt_02 ol li div img { width: 100%; height: auto;}

.about_cnt_02 ol li p.caption {
	width: 100%;
	margin-top: 10px;
	border-top: 1px #58B431 solid;
	border-bottom: 1px #58B431 solid;
	padding: 10px 0;
	line-height: 1em;
	text-align: center;
	color: #58B431;
}
.about_cnt_02 ol li p.txt {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	background: #ECECEC;
	padding: 10px;
	line-height: 22px;
}



.about_cnt_03 dl {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5em;
	position: relative;
}
.about_cnt_03 dl::before {
	content: '';
	height: 100%;
	width: 1px;
	display: block;
	background: #B1B1B1;
	position: absolute;
	left: 100px;
	top: 0;
}
.about_cnt_03 dt {
	width: 90px;
}
.about_cnt_03 dd {
	width: calc(100% - 90px);
	margin-bottom: 50px;
	box-sizing: border-box;
	padding-left: 42px;
	letter-spacing: 0.2em;
	position: relative;
}
.about_cnt_03 dd::before {
	content: '';
	width: 32px;
	height: 32px;
	display: block;
	background: #59B431;
	border-radius: 16px;
	position: absolute;
	left: -6px;
	top: -5px;
}

.about_cnt_03 dd:last-child {
	margin-bottom: 25px;
}
.about_cnt_03 dd span {
	display: block;
}


/*====================================================================================

歯科技工製品ページ

====================================================================================*/

.product_cnt_01{
	
}

.product_cnt_01 .p_list_box {
	margin-bottom: 40px;
	padding: 0 10px;
}

.product_cnt_01 .p_list_box .p_box {
	width: 100%;
	margin-bottom: 30px;
}


.product_cnt_01 .p_list_box .p_box .ph img {
	width: 100%;
	height: auto;
}
.product_cnt_01 .p_list_box .p_box h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.2em;
	text-align: center;
	color: #59B431;
	padding: 20px 0 15px;
	border-bottom: 1px #CCCCCC dashed;
	margin-bottom: 10px;
}

.product_cnt_01 .p_list_box .p_box ol {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.product_cnt_01 .p_list_box .p_box ol li {
	font-size: 14px;
	letter-spacing: 0;
	border: 1px #59B431 solid;
	border-radius: 4px;
	line-height: 24px;
	padding: 0 5px;
	color: #59B431;
	margin-right: 5px;
	margin-top: 5px;
	
}



/*====================================================================================

ニュースページ

====================================================================================*/

.news_cnt {
	margin-bottom: 40px;
}
.news_cnt h2.u_tit01 {
	width: 100%;
}
.news_cnt_01 {

}
.news_cnt_01 ul.news_box {
	padding: 0 10px;
}

.news_cnt_01 ul.news_box li {
	margin-bottom: 20px;
	background: #fff;
	border: 1px #CECBC5 solid;
	box-sizing: border-box;
	position: relative;
	border-radius: 4px;
}
.news_cnt_01 ul.news_box li a {
	padding: 0 15px 15px 15px;
	display: block;
	position: relative;
	transition: all 0.5s;
}
.news_cnt_01 ul.news_box li a::after {
	content: '';
	display: block;
	background: url("../img/icon_05.svg");
	width: 60px;
	height: 8px;
	background-size: 100% 100%;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.news_cnt_01 ul.news_box li a:hover {
	text-decoration: none;
	background: #F3FFEE;
}
.news_cnt_01 ul.news_box li p.cat {
	background: #59B431;
	width: 150px;
	margin-left: -15px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 4px;
	margin-bottom: 15px;
}
.news_cnt_01 ul.news_box li h3 {
	font-weight: bold;
	line-height: 28px;
	color: #121212;
	margin-bottom: 20px;
}
.news_cnt_01 ul.news_box li .txt {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
.news_cnt_01 ul.news_box li .day {
	color: #59B431;
	font-size: 14px;
	line-height: 1em;
}


.news_cnt .sidebar {
	padding: 0 10px;
	margin-top: 40px;
}
.news_cnt .sidebar h3 {
	color: #59B431;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	border-left: 5px #59B431 solid;
	padding-left: 15px;
	margin-bottom: 15px;
}
.news_cnt .sidebar ol {
	margin-bottom: 40px;
	border-top: 1px #CECBC5 solid;
}
.news_cnt .sidebar ol li a {
	display: block;
	line-height: 24px;
	padding: 15px 20px 15px 10px;
	border-bottom: 1px #CECBC5 solid;
	font-size: 14px;
	background: url("../img/icon_04.svg") no-repeat right;
}


.news_cnt_02 {
	box-sizing: border-box;
	border: 1px #CECBC5 solid;
	border-radius: 4px;
	padding: 20px;
}
.news_cnt_02 h2.news_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	color: #59B431;
	padding-bottom: 25px;
	margin-bottom: 15px;
	border-bottom: 1px #CECBC5 solid;
}
.news_cnt_02 p.day {
	text-align: right;
	margin-bottom: 40px;
	line-height: 1em;
	font-size: 14px;
}

.news_cnt_02 img {
	max-width: 100%;
	height: auto;
}
.news_cnt_02 p {
	margin-bottom: 25px;
}
.news_cnt_02 p:last-child {
	margin-bottom: 0;
}


/*====================================================================================

ニュースページ

====================================================================================*/

.recruit_cnt_01 {
	margin-bottom: 40px;
}

.recruit_cnt_01 p.txt01 {
	padding: 15px;
	background: #59B431;
	color: #fff;
	border-radius: 6px;
	letter-spacing: 0.15em;
	margin-bottom: 50px;
}

.recruit_cnt_01 h3.tit {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px #CECBC5 solid;
	margin-bottom: 25px;
	line-height: 28px;
}
.recruit_cnt_01 h3.tit span {
	background: #59B431;
	line-height: 28px;
	padding: 0 15px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

.recruit_cnt_01 div.ph {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 25px;
}
.recruit_cnt_01 div.ph img {
	width: 100%;
	height: auto;
}

.recruit_cnt_01 div.read {
	margin-bottom: 40px;
}

.recruit_cnt_01 div.read h4 {
	color: #59B431;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 20px;
}

.recruit_cnt_01 div.read p.txt02 {
	letter-spacing: 0.1em;
}

.recruit_cnt_01 .recruit_slider {
	margin: 0 -10px 40px -10px;
	display: flex;
	justify-content: space-between;
}
.recruit_cnt_01 .recruit_slider li:last-child {
	display: none;
}
.recruit_cnt_01 .recruit_slider li {
	width: calc(100% / 2);
}
.recruit_cnt_01 .recruit_slider li img {
	width: 100%;
	height: auto;
}

.recruit_cnt_01 .txt03 {
	margin-bottom: 25px;
}
.recruit_cnt_01 table {
	width: 100%;
	border-top: 1px #C7C5C0 solid;
}
.recruit_cnt_01 table th,
.recruit_cnt_01 table td{
	border: 1px #C7C5C0 solid;
	padding: 15px;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.recruit_cnt_01 table th {
	padding: 5px 15px;
	font-weight: normal;
	text-align: center;
	background: #EDECE8;
	border-top: none;
	border-bottom: none;
}

.recruit_cnt_01 .txtcopy {
	width: 100%;
	margin: 0 auto 30px auto;
}
.recruit_cnt_01 .txtcopy img {
	width: 100%;
	height: auto;
}
.recruit_cnt_01 .recruit_list01 {
	margin-bottom: 30px;
}
.recruit_cnt_01 .recruit_list01 li {
	box-sizing: border-box;
	border: 1px #59B431 solid;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 10px;
	
}
.recruit_cnt_01 .recruit_list01 li h5 {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}
.recruit_cnt_01 .recruit_list01 li h5::before {
	content: '';
	height: 10px;
	width: calc(100% - 30px);
	background: #59B431;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	transform: skew(-20deg);
}
.recruit_cnt_01 .recruit_list01 li h5 span {
	font-size: 28px;
}
.recruit_cnt_01 .recruit_list01 li h5 strong {
	color: #59B431;
	margin-right: 5px;
}


.recruit_cnt_01 .imgbox {
	margin-bottom: 50px;
}
.recruit_cnt_01 .imgbox .imgboxcnt {
	margin-bottom: 30px;
}
.recruit_cnt_01 .imgbox .imgboxcnt h5 {
	background: #59B431;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 44px;
	margin-bottom: 15px;
}
.recruit_cnt_01 .imgbox .imgboxcnt img {
	width: 100%;
	height: auto;
}
.recruit_cnt_01 .imgbox .imgboxcnt .txt {
	background: #E9E9E9;
	padding: 10px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
}
.recruit_cnt_01 .syataku_tit {
	font-size: 24px;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px #CECBC5 solid;
	margin-bottom: 15px;
	position: relative;
}
.recruit_cnt_01 .syataku_tit::before {
	content: '';
	display: block;
	width: 5px;
	height: 28px;
	background: #59B431;
	position: absolute;
	left: 0;
	top: 2px;
}

.recruit_cnt_01 .recruit_slider_syataku li {
	width: 350px;
	margin: 0 7px;
}
.recruit_cnt_01 .recruit_slider_syataku li img {
	width: 100%;
}

.recruit_cnt_01 .txt_syataku {
	text-align: center;
	padding: 10px 0;
	border: 1px #59B431 solid;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 50px;
}


.recruit_cnt_01 p.txt01 {
	padding: 25px 20px;
	background: #59B431;
	color: #fff;
	border-radius: 6px;
	letter-spacing: 0.15em;
	margin-bottom: 50px;
}

/*====================================================================================

お問い合わせ

====================================================================================*/

.contact_cnt_01{
	margin-bottom: 40px;
}

.contact_cnt_01 .box01 {
	border: 5px #CEEDC1 solid;
	padding: 20px;
	text-align: center;
	margin-bottom: 60px;
}

.contact_cnt_01 .box01 h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 10px;
}

.contact_cnt_01 .box01 .txt01,
.contact_cnt_01 .box01 .txt02,
.contact_cnt_01 .box01 .tel {
	line-height: 1.5em;
	text-align: center;
}

.contact_cnt_01 .box01 .tel {
	margin: 30px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
}
.contact_cnt_01 .box01 .tel a {
	font-size: 24px;
	color: #121212;
}
.contact_cnt_01 .box01 .tel a:hover {
	text-decoration: none;
}

.contact_cnt_01 table {
	width: 100%;
	border-top: 1px #E5EBEB solid;
}
.contact_cnt_01 table tr {
	border-bottom: 1px #E5EBEB dashed;
}
.contact_cnt_01 table tr:last-child {
	border-bottom: 1px #E5EBEB solid;
}
.contact_cnt_01 table th,
.contact_cnt_01 table td {
	box-sizing: border-box;
	width: 100%;
	display: block;
}
.contact_cnt_01 table th {
	padding: 20px 20px 5px 20px;
	letter-spacing: 0.3em;
	text-align: left;
}
.contact_cnt_01 table th span {
	background: #E31F1F;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	padding: 3px 5px;
	border-radius: 4px;
	letter-spacing: 0.1em;
	margin-left: 5px;
}
.contact_cnt_01 table td {
	padding: 0 20px 20px 20px;
	
}
.contact_cnt_01 table td input,
.contact_cnt_01 table td textarea {
	background: #fff;
	height: 48px;
	border: 1px #E5EBEB solid;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	font-style: normal;
	box-sizing: border-box;
}

.contact_cnt_01 table td textarea {
	height: 180px;
	padding: 15px;
	width: 100%;
}

.contact_cnt_01 table td input::placeholder,
.contact_cnt_01 table td textarea::placeholder {
	color: #B9B9B9;
}

.contact_cnt_01 table td input.typ1 {width: 100%;}
.contact_cnt_01 table td input.typ2 {width: 150px; margin-right: 5px;margin-bottom: 10px;}

.contact_cnt_01 .txt03 {
	text-align: center;
	margin: 20px 0 20px 0;
}

.contact_cnt_01 p.submit_btn input {
	background: #59B431;
	color: #fff;
	width: 300px;
	height: 54px;
	text-align: center;
	border-radius: 6px;
	border: none;
	font-family: "BIZ UDPGothic", serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

