@charset "utf-8";

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

下層 共通項目CSS

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

.pan_link_list {
	display: flex;
	justify-content: flex-end;
	padding: 20px 40px 25px 0;
}
.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: 70px;
	color: #D0D4D9;
	line-height: 1em;
	position: relative;
	display: block;
	margin-bottom: 50px;
}
.u_tit01::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #D0D4D9;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.u_tit01 span {
	font-size: 16px;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	position: absolute;
	color: #121212;
	width: 300px;
	top: 22px;
	transform: translateX(25px);
	letter-spacing: 0.3em;
}


.u_stit01 {
	font-size: 36px;
	letter-spacing: 0.2em;
	line-height: 1em;
	margin-bottom: 40px;
}
.u_stit01 span {
	font-size: 16px;
	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: 40px;
	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;
}


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

下層ヘッダー

====================================================================================*/
.h_wrap_under {
	width: 100%;
	height: 400px;
	padding: 40px;
	box-sizing: border-box;
}
.header_wrap_under {
	position: relative;
	background: #fff;
	height: 85px;
	border-radius: 42px;
}
.header_wrap_under .header_logo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
.header_wrap_under .gnav {
	position: absolute;
	right: 269px;
	top: 50%;
	transform: translateY(-50%);
}
.header_wrap_under .gnav ul.nav {
	display: flex;
}
.header_wrap_under .gnav ul.nav li {
	margin-right: 30px;
	font-weight: bold;
	letter-spacing: 0.04em;
}
.header_wrap_under .gnav ul.nav li:last-child {
	margin-right: 0;
}
.header_wrap_under .gnav ul.nav li a {
	line-height: 54px;
}


.header_wrap_under .menu_btn {
	background: #58B431;
	width: 54px;
	height: 54px;
	border-radius: 27px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	cursor: pointer;
}
.header_wrap_under .menu_btn::before,
.header_wrap_under .menu_btn::after {
	content: '';
	display: block;
	width: 28px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
	position: absolute;	
}
.header_wrap_under .menu_btn::before {
	left: 13px;
	top: 17px;
}
.header_wrap_under .menu_btn::after {
	left: 13px;
	bottom: 17px;
}

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

.header_wrap_under .contact_btn {
	width: 150px;
	position: absolute;
	right: 89px;
	top: 50%;
	transform: translateY(-50%);
}
.header_wrap_under .contact_btn a {
	display: block;
	line-height: 54px;
	color: #58B431;
	text-align: center;
	box-sizing: border-box;
	border: 1px #58B431 solid;
	border-radius: 27px;
}
.header_wrap_under .contact_btn a:hover {
	background: #58B431;
	color: #fff;
	text-decoration: none;
}

/* ナビゲーションの調整 */
@media screen and (max-width:1150px) {
	.header_wrap_under .menu_btn {
		display: none;
	}
	.header_wrap_under .contact_btn {
		right: 0;
	}
	.header_wrap_under .gnav {
		right: 180px;
	}
}




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

下層フッター

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

footer#f_cnt div.f_box01_under{
	padding: 60px 0;
	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 {
	font-size: 16px;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	position: absolute;
	color: #121212;
	width: 150px;
	top: 22px;
	transform: translateX(25px);
}

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

footer#f_cnt div.f_box01_under .footer_logo img {
	width: 272px;
	height: auto;
	margin-bottom: 20px;
}
footer#f_cnt div.f_box01_under ul {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	display: flex;
	justify-content: space-between;
	line-height: 28px;
}
footer#f_cnt div.f_box01_under ul li .link_btn01 {
	margin-bottom: 0;
}


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

下層メインビジュアル

====================================================================================*/
.about_page {
	background: url("../img/about_main@2x.jpg") no-repeat center;
	background-size: cover;
}
.product_page {
	background: url("../img/product_main@2x.jpg") no-repeat center;
	background-size: cover;
}
.news_page {
	background: url("../img/news_main@2x.jpg") no-repeat center;
	background-size: cover;
}
.recruit_page {
	background: url("../img/recruit_main@2x.jpg") no-repeat center;
	background-size: cover;
}
.contact_page {
	background: url("../img/recruit_main@2x.jpg") no-repeat center;
	background-size: cover;
}


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

会社概要ぺーじ

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

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


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

.about_cnt_01 .name {
	margin-top: 40px;
	float: right;
}

.about_cnt_01 ul {
	margin-top: 80px;
	display: flex;
}
.about_cnt_01 ul li {
	width: calc(100% / 5);
}
.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: 80px;
}
.about_cnt_02 table tr {
	background: #fff;
	border-bottom: 5px #F7F9FC solid;
}
.about_cnt_02 table th {
	padding: 25px 40px;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	font-weight: normal;
	text-align: left;
	width: 280px;
	box-sizing: border-box;
}
.about_cnt_02 table td {
	padding: 25px 0;
	line-height: 1.5em;
	box-sizing: border-box;
}

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

.about_cnt_02 ul {
	display: flex;
	justify-content: space-between;
}
.about_cnt_02 ul li {
	width: calc((100% - 60px) / 3);
	
	text-align: center;
}
.about_cnt_02 ul li iframe {
	height: 28vw;
}
.about_cnt_02 ul li .link_btn01 a {
	margin: 30px auto 0 auto;
	font-size: 14px;
	width: 320px;
	text-align: center;
}


.about_cnt_02 ol {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.about_cnt_02 ol li {
	width: 520px;
}
.about_cnt_02 ol li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about_cnt_02 ol li div {
	width: 255px;
}
.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: 151px;
	top: 0;
}
.about_cnt_03 dt {
	width: 135px;
}
.about_cnt_03 dd {
	width: calc(100% - 135px);
	margin-bottom: 50px;
	box-sizing: border-box;
	letter-spacing: 0.2em;
	position: relative;
	padding-left: 132px;
}
.about_cnt_03 dd::before {
	content: '';
	width: 32px;
	height: 32px;
	display: block;
	background: #59B431;
	border-radius: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

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

.about_cnt_03 dd span {
	width: 60px;
	display: block;
	position: absolute;
	left: 72px;
	top: 0;
}
/*====================================================================================

歯科技工製品ページ

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

.product_cnt_01{
	
}

.product_cnt_01 .p_list_box {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 80px;
}

.product_cnt_01 .p_list_box .p_box {
	width: 320px;
	margin-right: 60px;
}
.product_cnt_01 .p_list_box .p_box:last-child {
	margin-right: 0;
}

.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 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.news_cnt h2.u_tit01 {
	width: 100%;
}
.news_cnt_01 {
	width: 800px;
}
.news_cnt_01 ul.news_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_cnt_01 ul.news_box li {
	width: calc((100% - 60px) / 3);
	margin-bottom: 30px;
	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 {
	width: 220px;
}
.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 {
	width: 800px;
	box-sizing: border-box;
	border: 1px #CECBC5 solid;
	border-radius: 4px;
	padding: 40px;
}
.news_cnt_02 h2.news_title {
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
	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: 100px;
}

.recruit_cnt_01 .txtcopy {
	width: 1000px;
	margin: 0 auto 50px auto;
}
.recruit_cnt_01 .txtcopy img {
	width: 100%;
	height: auto;
}
.recruit_cnt_01 .recruit_list01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.recruit_cnt_01 .recruit_list01 li {
	width: 340px;
	box-sizing: border-box;
	border: 1px #59B431 solid;
	border-radius: 10px;
	padding: 20px;
}
.recruit_cnt_01 .recruit_list01 li h5 {
	font-size: 24px;
	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: 32px;
}
.recruit_cnt_01 .recruit_list01 li h5 strong {
	color: #59B431;
	margin-right: 5px;
}


.recruit_cnt_01 .imgbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.recruit_cnt_01 .imgbox .imgboxcnt {
	width: 520px;
}
.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;
}





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

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

.recruit_cnt_01 div.read {
	float: right;
	width: 490px;
	margin-bottom: 40px;
}

.recruit_cnt_01 div.read h4 {
	color: #59B431;
	font-size: 24px;
	font-weight: bold;
	line-height: 42px;
	margin-bottom: 30px;
	letter-spacing: 0.15em;
}

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

.recruit_cnt_01 .recruit_slider {
	clear: both;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.recruit_cnt_01 .recruit_slider li {
	width: calc((100% - 30px) / 3);
	border-radius: 10px;
	overflow: hidden;
}
.recruit_cnt_01 .recruit_slider li img {
	width: 100%;
	height: auto;
}

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



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

お問い合わせ

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

.contact_cnt_01{
	margin-bottom: 100px;
}

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

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

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

.contact_cnt_01 .box01 .tel {
	margin: 30px 0;
	font-size: 18px;
	font-weight: bold;
}
.contact_cnt_01 .box01 .tel a {
	font-size: 36px;
	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;
}
.contact_cnt_01 table th {
	width: 300px;
	padding: 20px 20px;
	letter-spacing: 0.2em;
	text-align: left;
}
.contact_cnt_01 table th span {
	background: #E31F1F;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding: 3px 5px;
	border-radius: 4px;
	letter-spacing: 0.1em;
	margin-left: 10px;
}
.contact_cnt_01 table td {
	padding: 20px 20px 20px 0;
	
}
.contact_cnt_01 table td input,
.contact_cnt_01 table td textarea {
	background: #fff;
	height: 36px;
	border: 1px #E5EBEB solid;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 16px;
	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: 200px; margin-right: 15px;margin-bottom: 15px;}

.contact_cnt_01 .txt03 {
	text-align: center;
	margin: 40px 0 25px 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: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

