@charset "UTF-8";
/*PC+スマホ共通設定*/
/*デフォルト設定*/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

img {
  width: 100%;
}

#top-link span {
  display: none;
}

/* Link
=========================================== */
a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover, a:active {
  color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

a {
  outline: none;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/* LAYOUT
=========================================== */
body {
  /*opacity: 0;*/
  transition: opacity 0.5s linear;
  font-family: "Noto Sans JP", sans-serif;
}

p {
  line-height: 2;
}

table {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

/*メディアクエリ*/
/*PC*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
/*スマホ*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  /* iOSでのデフォルトスタイルをリセット */
  input[type=submit],
input[type=button],
button[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]::focus,
input[type=button]::focus,
button[type=button] {
    outline-offset: -2px;
  }
  input[type=text], textarea {
    font-size: 16px;
  }
}
/*common*/
.wrap {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.wrap02 {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrap02 {
    width: 90%;
  }
}

/*PC LAYOUT*/
@media screen and (min-width: 769px) {
  body {
    min-width: 1100px;
    color: #000;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
  }
  /* グローバルナビ（PC） */
  /*-------------------------------------------*/
  #gnav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #gnav ul li {
    margin-right: 10px;
    padding-left: 10px;
    width: auto;
    text-align: center;
  }
  #gnav ul li a {
    color: #fff;
    font-size: 1.09375vw;
  }
  #gnav ul li a span {
    font-size: 0.9375vw;
  }
  #gnav ul li:last-child a {
    background: url(../img/icn_blank.webp) no-repeat right center;
    background-size: 15px;
  }
  #header {
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    z-index: 99;
  }
  .home #header {
    opacity: 1;
  }
  .fixed #header {
    opacity: 1;
    transition: 0.3s;
  }
}
/* header PC/SP共通 */
/*-------------------------------------------*/
#header .wrap {
  z-index: 100;
  transition: 0.3s;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header #logo {
  width: 263px;
  height: 54px;
  z-index: 10;
}
#header #logo a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 263px;
  height: 54px;
  display: block;
  background: url(../img/logo.webp) no-repeat center center;
  background-size: contain;
}
#header .wrap {
  width: 100%;
}

/*PC*/
@media screen and (min-width: 769px) {
  #head-in {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
    display: flex;
    justify-content: space-between;
    z-index: 99;
  }
}
/*スマホ*/
@media screen and (max-width: 768px) {
  #header {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 0;
  }
  #header #logo a {
    width: 210px;
  }
}
/*メイン画像*/
/* main */
/*-------------------------------------------*/
#main-v {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
#main-v p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3.515625vw;
  width: 100%;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #main-v p {
    font-size: 5.46875vw;
  }
}

/*中ページ*/
#s-main {
  margin-top: 70px;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 768px) {
  #s-main {
    margin-top: 0;
  }
}
#s-main .wrap {
  width: 75%;
  padding: 60px 0;
}
#s-main .wrap p {
  font-size: 3.515625vw;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #s-main .wrap p {
    font-size: 7.03125vw;
  }
}
#s-main .wrap h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.796875vw;
}
@media screen and (max-width: 768px) {
  #s-main .wrap h2 {
    font-size: 4.6875vw;
  }
}

/*パンくず*/
div#bread {
  margin: 40px 0 60px 0;
}

#bread ul li {
  display: inline-block;
  font-size: 13px;
}

ul.bread-list li a {
  font-size: 13px;
  text-decoration: underline;
}

ul.bread-list li a:hover {
  text-decoration: none;
}

ul.bread-list li:after {
  content: ">";
  margin-left: 10px;
  margin-right: 5px;
}

ul.bread-list li:last-child:after {
  content: none;
}

/* footer PC/SP共通 */
/*-------------------------------------------*/
footer {
  position: relative;
}

#footer {
  padding: 100px 0;
}

.ftb .wrap {
  display: flex;
  justify-content: space-between;
}
.ftb .wrap .f-link {
  width: 55%;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .ftb .wrap .f-link {
    width: 100%;
  }
}
.ftb .wrap .ft-info {
  width: 35%;
}
.ftb .wrap .ft-info .f-logo {
  width: 60%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ftb .wrap .ft-info .f-logo {
    width: 80%;
    margin: auto;
    margin-bottom: 15px;
  }
}
.ftb .wrap .ft-info p {
  font-size: 1.015625vw;
}
@media screen and (max-width: 768px) {
  .ftb .wrap .ft-info p {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .ftb .wrap .ft-info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ftb .wrap {
    display: block;
  }
}

.f-sitemap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .f-sitemap {
    display: block;
    margin-bottom: 30px;
  }
}

.f-sns {
  display: flex;
}
.f-sns li {
  width: 4.5%;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .f-sns li {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  .f-sns {
    justify-content: center;
  }
}

.copyright {
  font-size: 13px;
  text-align: center;
  background-color: #333;
  padding: 50px 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  /* footer SP */
  /*-------------------------------------------*/
  .f-sitemap li {
    padding: 15px;
    border-bottom: 1px solid #B4B4B4;
    background: #EEEEEE url(../img/common/link_mark.gif) no-repeat right 10px center;
    background-size: 15px;
  }
}
/* タイトル */
/*-------------------------------------------*/
.ttl01 {
  text-align: center;
}
.ttl01 h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.734375vw;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ttl01 h2 {
    font-size: 5.46875vw;
  }
}
.ttl01 p {
  font-size: 2.5vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .ttl01 p {
    font-size: 4.6875vw;
  }
}

.ttl02 h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.953125vw;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ttl02 h2 {
    font-size: 4.6875vw;
  }
}
.ttl02 p {
  font-size: 4.296875vw;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .ttl02 p {
    font-size: 7.03125vw;
  }
}

.ttl03 {
  text-align: center;
  margin-bottom: 25px;
}
.ttl03 h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.953125vw;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ttl03 h3 {
    font-size: 5.46875vw;
  }
}
.ttl03 p {
  font-size: 4.296875vw;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .ttl03 p {
    font-size: 7.8125vw;
  }
}

.ttl04 {
  margin-bottom: 20px;
}
.ttl04 h3 {
  font-size: 2.1875vw;
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}
.ttl04 h3:before, .ttl04 h3:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: "";
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
.ttl04 h3:before {
  left: 0;
}
.ttl04 h3:after {
  right: 0;
}
@media screen and (max-width: 768px) {
  .ttl04 h3 {
    font-size: 6.25vw;
  }
}

.ttl05 {
  margin: 45px 0 15px 0;
}
.ttl05 h4 {
  border-bottom: 2px solid #333;
  font-size: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .ttl05 h4 {
    font-size: 4.6875vw;
    padding-bottom: 5px;
  }
}

/* ボタン */
/*-------------------------------------------*/
.btn01 {
  text-align: center;
}
.btn01 a {
  display: inline-block;
  padding: 20px 100px;
  text-align: center;
  background-color: #000;
  color: #fff;
}

.btn02 a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn02 a img {
  width: 27.5px;
  height: 9px;
  margin-left: 20px;
}

/* コンテンツレイアウト */
/*-------------------------------------------*/
section {
  margin-bottom: 120px;
}

@media screen and (min-width: 769px) {
  .img-text_l {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .img-text_l .text {
    width: 40%;
  }
  .img-text_l img {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .img-text_l .text {
    margin-bottom: 20px;
  }
}

/* top */
/*-------------------------------------------*/
@media screen and (min-width: 769px) {
  #topBox02 ul {
    display: flex;
    margin-bottom: 60px;
  }
}
#topBox02 .wrap > p {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #topBox02 ul {
    margin-bottom: 60px;
  }
}

.youtube .text {
  text-align: center;
  margin-bottom: 20px;
}
.youtube iframe {
  width: 80%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .youtube iframe {
    width: 100%;
  }
}

#topBox03 {
  text-align: center;
  padding: 200px 0;
  background: url(../img/bgimg01.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #topBox03 {
    margin-bottom: 0;
  }
}
#topBox03 h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.796875vw;
  font-weight: 300;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #topBox03 h3 {
    font-size: 5.46875vw;
    font-weight: 500;
  }
}
#topBox03 p {
  line-height: 2.5;
}

.top_news h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.953125vw;
  font-weight: 300;
  margin-bottom: 50px;
}
.top_news .top_news-cont {
  display: flex;
  padding: 25px 0;
  border-top: 1px solid #9fa0a0;
}
.top_news .top_news-date {
  color: #9fa0a0;
  margin-right: 50px;
}

/* 設備紹介 */
/*-------------------------------------------*/
/*一覧*/
.product_btn ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
}
.product_btn ul li {
  background: #333 url(../img/common/link_mark.gif) no-repeat right 10px center;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.product_btn ul li a {
  display: block;
  color: #fff;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
}
@media screen and (max-width: 768px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
  }
}
.product-list p {
  font-size: 1.015625vw;
}
.product-list img {
  margin-bottom: 10px;
}

.product-name h4 {
  font-weight: 500;
  font-size: 1.25vw;
  padding-right: 30px;
  background: url(../img/common/link_mark.gif) no-repeat right center;
}
@media screen and (max-width: 768px) {
  .product-name h4 {
    font-size: 3.125vw;
  }
}

/* 設備紹介(詳細) */
/*-------------------------------------------*/
#s-product01 .wrap02 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #s-product01 .wrap02 {
    width: 80%;
  }
}

.single-product {
  margin-bottom: 50px;
}
.single-product h3 {
  font-size: 2.734375vw;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .single-product h3 {
    font-size: 4.6875vw;
  }
}

.post-navigation ul {
  display: flex;
  justify-content: center;
}
.post-navigation ul li {
  margin-left: 10px;
}
.post-navigation ul li a {
  display: inline-block;
  padding: 10px 50px;
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .post-navigation ul li a {
    padding: 10px;
  }
}
.post-navigation ul li.next a::after {
  content: ">";
  margin-left: 20px;
}

/* サービス */
/*-------------------------------------------*/
.features {
  text-align: center;
}
.features ul {
  display: inline-block;
}
.features ul li {
  text-align: left;
  font-size: 1.796875vw;
}
@media screen and (max-width: 768px) {
  .features ul li {
    font-size: 3.125vw;
    margin-bottom: 10px;
  }
}
.features ul li span {
  color: #ff7700;
  font-size: 2.5vw;
  font-weight: 800;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .features ul li span {
    font-size: 3.125vw;
  }
}

#service02 {
  background-color: #e9e9e9;
  padding: 80px 0;
}

#service03 .ttl03, #service04 .ttl03 {
  margin-bottom: 50px;
}
#service03 img, #service04 img {
  margin-bottom: 30px;
}

.s_price table {
  width: 100%;
  margin-bottom: 40px;
}
.s_price table th, .s_price table td {
  border-bottom: 1px solid #9fa0a0;
  padding: 20px;
}
.s_price table th iframe, .s_price table td iframe {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .s_price table th, .s_price table td {
    display: block;
  }
}
.s_price table th {
  padding: 20px 20px 20px 0;
  font-size: 1.40625vw;
}
@media screen and (max-width: 768px) {
  .s_price table th {
    font-size: 4.6875vw;
    border-bottom: none;
  }
}
.s_price table td {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .s_price table td {
    text-align: left;
    padding: 0 0 10px 0;
  }
}
.s_price h4 {
  background-color: #333;
  color: #fff;
  padding: 10px;
  margin-top: 50px;
}

#service05 {
  background-color: #e9e9e9;
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #service05 {
    margin-bottom: 0;
  }
}

/* CAD/CAM冠 */
/*-------------------------------------------*/
#cad01 img {
  margin-bottom: 25px;
}

#cad02 .text {
  margin-bottom: 25px;
}

#cad03 p {
  margin-bottom: 25px;
}
#cad03 .btn01 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #cad03 .btn01 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #cad03 {
    margin-bottom: 0;
  }
}

/* 会社概要 */
/*-------------------------------------------*/
#company01 table {
  width: 100%;
  margin-bottom: 30px;
}
#company01 table th, #company01 table td {
  border-bottom: 1px solid #9fa0a0;
  padding: 20px;
}
#company01 table th iframe, #company01 table td iframe {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #company01 table th, #company01 table td {
    display: block;
  }
}
#company01 table th {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #company01 table th {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #company02 {
    margin-bottom: 0;
  }
}

/*求人
=========================================== */
@media screen and (max-width: 768px) {
  .page-recruit #company01 {
    margin-bottom: 0;
  }
}

/*ニュース
=========================================== */
#blogBox01 .wrap02 {
  display: flex;
  justify-content: space-between;
}
#blogBox01 .wrap02 .blog-side {
  width: 30%;
}
#blogBox01 .wrap02 .blog-list {
  width: 60%;
}

.blogs {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #9fa0a0;
}
.blogs a {
  display: flex;
  justify-content: space-between;
}

.blogs-img h2 {
  font-size: 1.5625vw;
  font-weight: 400;
  margin-bottom: 30px;
}

.blogs-date {
  color: #046cbd;
}

.blog_more {
  text-align: right;
}

/*詳細*/
#s-blogBox01 .wrap02 {
  display: flex;
  justify-content: space-between;
}
#s-blogBox01 .wrap02 .blog-side {
  width: 30%;
}
#s-blogBox01 .wrap02 .blog-list {
  width: 60%;
}

.single-blogs h2 {
  font-size: 2.34375vw;
  font-weight: 400;
  margin-bottom: 30px;
}

.blog-date {
  margin-bottom: 20px;
}

/* 問い合わせ */
/*-------------------------------------------*/
.p-form__group {
  padding: 15px 0;
  border-top: 1px solid #9fa0a0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-form__group {
    display: block;
  }
}
.p-form__group .p-form__head {
  width: 30%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .p-form__group .p-form__head {
    width: 100%;
  }
}
.p-form__group .p-form__head p span {
  background-color: #ff7700;
  color: #fff;
  padding: 0 10px;
  margin-right: 10px;
}
.p-form__group .p-form__body {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-form__group .p-form__body {
    width: 100%;
  }
}

.p-form__body input {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .p-form__body input {
    width: 90%;
  }
}
.p-form__body textarea {
  padding: 15px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-form__body textarea {
    width: 90%;
  }
}

.p-form__btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-form__btn {
    text-align: left;
  }
}
.p-form__btn input {
  padding: 20px 50px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */