@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
body {
	line-height: 1.8;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}

/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/


/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
	background: url(/images/default/header-bg.png) repeat-x center 0;
}
#header-inner {
	position: relative;
	height: 110px;
	margin: 0 auto;
	padding: 0 20px 0 19px;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-description {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 11px;
	color: #aaa;
	display: none;
}
.header-logo {
	padding-right: 20px;
}
.gnav {
}

.gnav-list{
	display: flex;
	align-items: center;
	gap: 40px;
}

/* droppy */
/* .gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 14px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #fff; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; } */


/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0;
}
#mainimage-inner {
}
.mv-copy{
	position: absolute;
	top: 50%;
	left: 90px;
	transform: translate(0,-50%);
	z-index: 2;
}
.mv-image{
	position: absolute;
	bottom: 4vw;
	right: 0;
	z-index: 1;
	width: 52.8vw;
}

/* slideshow */
.slideshow {
	/* margin: 0 calc((-1180px + 1080px)/ 2); */
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 30px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 30px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 30px;
}
.slideshow .slick-dots {
	bottom: -30px;
}
.slideshow .slick-dots li {
}
.slideshow .slick-dots li button::before {
	color: #ccc;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #666;
}


/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.home #content-inner{
	width: 100%;
}

#main {
	text-align: left;
}

/* 高精度研磨が、未来を創る */
.main-future{
	padding: 43px 0 320px;
	background: url(/images/default/main-future-bg.png) no-repeat bottom center / contain;
}
.main-future-inner{
	width: 1080px;
	margin: auto;
	padding-top: 150px;
	display: flex;
	justify-content: flex-end;
}
.main-future-title{
	margin-bottom: 90px;
}
.main-future-text{
	font-size: 18px;
	text-align: right;
	line-height: 2;
}

/* ゴトー研磨の製品と技術 */
.main-technology{
	background: #e5e5e5;
	padding: 40px 0 68px;
}
.main-technology-title{
	text-align: center;
	margin-bottom: 74px;
}
.main-technology-inner{
	width: 1280px;
	margin: auto;
}
.main-technology-list li{
	width: 1080px;
	position: relative;
	background: #f4f3f3;
	display: flex;
	margin: 0 0 90px auto;
	text-align: right;
}
.main-technology-list li:nth-child(2n){
	margin: 0 auto 90px 0;
	text-align: left;
	flex-direction: row-reverse;
}
.main-technology-list li:last-child{
	margin: 0 0 0 auto;
}
.main-technology-text-wrap{
	max-width: 600px;
	padding: 70px 0 90px 0;
}
.main-technology-image1{
	margin: 22px 10px 0 -77px;
}
.main-technology-image2{
	margin: -65px -20px 0 40px;
}
.main-technology-image3{
	margin: -74px 120px 0 -100px;
}
.main-technology-subtitle{
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 2px solid #005fe1;
	text-align: right;
	margin-bottom: 40px;
}
.main-technology-list li:nth-child(2n) .main-technology-subtitle{
	text-align: left;
}
.main-technology-more{
	margin-top: 65px;
}
.main-technology-more a{
	color: #005fe1;
	border: 1px solid #005fe1;
	padding: 15px 60px 14px 30px;
	position: relative;
}
.main-technology-more a::before{
	content: '\f054';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0,-45%);
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	color: #005fe1;
	font-size: 12px;
}
.main-technology-text{
	line-height: 1.8;
}

/* 最新鋭機器の活用で納期と精度を両立 */
.main-machine{
	padding: 240px 0 167px;
	background: url(/images/default/main-machine-bg.png) no-repeat bottom center / cover;
}
.main-machine-inner{
	width: 1080px;
	margin: auto;
}
.main-machine-title{
	margin-bottom: 60px;
}
.main-machine-text{
	line-height: 1.8;
	max-width: 400px;
}
.main-machine-more{
	margin-top: 75px;
}

/* スポーツカーから医療設備まで ミスが許されない機器を支える匠技 */
.main-gallery {
	position: relative;
	padding: 0 0 110px;
}
.main-gallery::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1110px;
	height: 709px;
	background: url(/images/default/main-gallery-before.png) no-repeat bottom center / contain;
}
.main-gallery-top{
	width: 1080px;
	margin: 0 auto 180px;
	display: flex;
	justify-content: space-between;
}
.maina-gallery-top-image{
	position: relative;
	z-index: 1;
	margin: 140px 0 0 -100px;
}
.main-gallery-top-text{
	text-align: right;
	line-height: 1.8;
}
.main-gallery-title {
	margin-bottom: 60px;
}
.main-gallery-inner {
	max-width: 1820px;
	margin: auto;
}
.main-gallery-list {
}
.main-gallery-list-item {
	background: #eeeeee;
	margin: 0 15px;
	width: 340px !important;
}
.main-gallery-list-image {
}
.main-gallery-list-image img{
	width: 340px;
	height: 220px;
	object-fit: cover;
}
.main-gallery-text-wrap{
	padding: 20px 20px 15px;
}
.main-gallery-list-title{
	padding-bottom: 40px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 10px;
}
.main-gallery-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-gallery-list-cat ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.main-gallery-list-cat a{
	font-size: 13px;
	position: relative;
	padding-left: 20px;
}
.main-gallery-list-cat a::before{
	content: '\f02b';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	color: #7d7d7d;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.main-gallery-more {
	text-align: center;
	margin-top: 70px;
}

/* arrows */
.main-gallery .slick-arrow,
.main-gallery .slick-arrow::before {
	width: 60px;
	height: 60px;
	opacity: 1;
}
.main-gallery .slick-arrow {
	position: absolute;
	top: 45%;
	margin-top: -15px;
}
.main-gallery .slick-arrow.slick-prev {
	left: 50%;
	transform: translate(-620px,0);
}
.main-gallery .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/arrow1.png) no-repeat center center / contain;
}
.main-gallery .slick-arrow.slick-next {
	right: 50%;
	transform: translate(620px,0);
}
.main-gallery .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/arrow2.png) no-repeat center center / contain;
}

/* Contact */
.main-con{
	padding: 110px 0;
	margin-bottom: 100px;
	background: url(/images/default/main-con-bg.png) no-repeat bottom center / cover;
}
.main-con-inner{
	width: 1080px;
	margin: auto;
	padding: 70px;
	display: flex;
	justify-content: space-between;
	background: rgba(255,255,255,0.8);
}
.main-con-title{
	margin-bottom: 40px;
}
.main-con-link{
	position: relative;
}
.main-con-link::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: -90px;
	width: 1px;
	height: 160px;
	background: #7d7d7d;
}
.main-con-tel{
	margin-bottom: 33px;
}
.main-con-text p{
	font-weight: bold;
	font-size: 18px;
}

/* Topics */
.main-news {
	position: relative;
	margin: 0 auto 20px;
}
.main-news-title {
	text-align: center;
	margin-bottom: 85px;
}
.main-news-inner {
	width: 880px;
	margin: auto;
}
.main-news-list {
}
.main-news-list-item {
	position: relative;
	padding: 15px 0 15px 20px;
	border-bottom: 1px solid #dcdcdc;
}
.main-news-list-item::before{
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	color: #005fe1;
}
.main-news-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-news-list-date {
	margin-right: 10px;
}
.main-news-more {
	text-align: center;
	margin-top: 63px;
}

/* content sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}

.side-search {
	margin-bottom: 20px;
}

.side-nav {
	margin-bottom: 20px;
}
.side-nav-title {
	margin-bottom: 10px;
}
.side-nav li a {
}
.side-nav-list > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.side-nav-list > li > a::before{
	content: '\f105';
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #333;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.side-nav-list > li > ul {
	padding: 10px;
}
.side-nav-list > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-about {
	margin-bottom: 20px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	color: #fff;
}

.side-banner {
}
.side-banner-list {
}
.side-banner-list > li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
#footer {
	background: #eeeeee;
}
#footer-inner {
	position: relative;
	width: 1080px;
	padding: 68px 0 97px;
	margin: 0 auto;
}
.footer-logo{
	margin-bottom: 45px;
}
.footer-bottom{
	background: #313131;
}
.footer-bottom-inner{
	padding: 25px 0;
	width: 1080px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-policy a{
	font-size: 12px;
	color: #fff;
}
.footer-copyright {
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {}


/* heading */
.page-title {
	margin: 0 0 30px 0;
	padding: 90px 15px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	background: url(/images/default/h1-bg.png) no-repeat center center / cover;
}
.entry-title, .entry-content h2:not([class]) {
	margin: 0 0 25px;
	padding: 20px 30px 20px 65px;
	font-size: 26px;
	font-weight: bold;
	position: relative;
	background: #005fe1;
	color: #fff;
}
.entry-title::before, .entry-content h2::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translate(0,-50%);
	width: 24px;
	height: 24px;
	background: url(/images/default/h2-before.png) no-repeat bottom center / contain;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	padding: 10px 20px;
	border-left: 2px solid #005fe1;
	background: #eee;
	font-size: 24px;
	font-weight: bold;
}
.h4, .entry-content h4:not([class]) {
	padding: 10px 10px 10px 20px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.h4, .entry-content h4::before{
	content: '\f138';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	color: #005fe1;
	font-size: 13px;
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 25px;
	padding: 0;
	background: none;
	font-size: 11px;
	color: #5c4415;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: none;
}
.breadcrumb a{
	color: #005fe1;
}


/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
/* 1カラム */
.blog-nav-group {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}


.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area{
	max-height: 200px;
}


/* Gallery
------------------------------------------*/
.gallery-nav{
	background: #e5e5e5;
	padding: 40px 30px 60px;
	margin-bottom: 76px;
}
.gallery-nav-title{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 3px solid #005fe1;
	margin-bottom: 30px;
}
.gallery-nav-list{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.gallery-nav-list li{
	position: relative;
	padding-left: 20px;
}
.gallery-nav-list li::before{
	content: '\f02b';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	color: #7d7d7d;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

/* archive */
.gallery-list {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 40px 30px;
}
.gallery-list-item {
	width: 340px;
	background: #eee;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-text-wrap{
	padding: 20px 20px 20px;
}
.gallery-list-title {
	font-weight: bold;
	padding-bottom: 35px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 15px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #202020;
	background-color: #2e2e2e;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #ccc;
	background-color: #fff;
	color: #333;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #333;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}
