@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;
}

p {
  line-height: 2;
}

table {
  width: 100%;
}

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

.wrap {
  position: relative;
}

/*メディアクエリ*/
/*PC*/
@media screen and (min-width: 1101px) {
  .sp {
    display: none !important;
  }
}
/*スマホ*/
@media screen and (max-width: 767px) {
  .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*/
/*PC LAYOUT*/
@media screen and (min-width: 1101px) {
  body {
    min-width: 1100px;
    color: #000;
    font-size: 1.25vw;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
  }
}
.wrap {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.wrap02 {
  width: 75%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap02 {
    width: 85%;
  }
}

/* header PC/SP共通 */
/*-------------------------------------------*/
@media screen and (max-width: 767px) {
  #header {
    padding: 10px;
  }
}
#header > div {
  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;
}
@media screen and (max-width: 767px) {
  #header #logo {
    width: 220px;
  }
}
#header #logo a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 263px;
  height: 54px;
  display: block;
  background: url(../img/logo-fix.webp) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #header #logo a {
    width: 220px;
  }
}

/* header（PC） */
/*-------------------------------------------*/
@media screen and (min-width: 1101px) {
  #header {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    z-index: 99;
    position: fixed;
    top: 20px;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .h-bg {
    width: 100%;
    height: 100px;
    z-index: 99;
    background-color: #fff;
    position: fixed;
    top: 0;
  }
  #gnav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #gnav ul li {
    margin-right: 15px;
    padding-left: 15px;
    width: auto;
  }
  #gnav ul li:last-child a {
    padding-right: 20px;
    background: url(../img/icn_blank02.webp) no-repeat right center;
    background-size: 15px;
    font-size: 1.25vw;
  }
}
/*TOP*/
@media screen and (min-width: 1101px) {
  .home {
    /* グローバルナビ（PC） */
    /*-------------------------------------------*/
  }
  .home #header {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 80%;
    margin-top: 25px;
  }
  .home #header #logo a {
    background: url(../img/logo.webp) no-repeat center center;
    background-size: contain;
  }
  .home .h-bg {
    height: 0;
  }
  .home #gnav ul li a {
    color: #fff;
  }
  .home #gnav ul li:last-child a {
    padding-right: 20px;
    background: url(../img/icn_blank.webp) no-repeat right center;
    background-size: 15px;
    font-size: 1.25vw;
  }
}
.home.fixed #header {
  position: fixed;
  top: 20px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .home.fixed #header {
    position: static;
  }
}
.home.fixed #logo a {
  background: url(../img/logo-fix.webp) no-repeat center center !important;
  background-size: contain !important;
}
.home.fixed .h-bg {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 99;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .home.fixed .h-bg {
    position: static;
    height: auto;
  }
}
.home.fixed #gnav ul li a {
  color: #333;
}
.home.fixed #gnav ul li:last-child a {
  background: url(../img/icn_blank02.webp) no-repeat right center;
  background-size: 15px;
}

/*メイン画像*/
/* 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: 5.46875vw;
  width: 100%;
  line-height: 1.3;
}

/*中ページ*/
#s-main {
  margin-top: 100px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  #s-main {
    margin-top: 0;
  }
}
#s-main .wrap {
  width: 75%;
  padding: 60px 0;
}
#s-main .wrap h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.125vw;
}
@media screen and (max-width: 767px) {
  #s-main .wrap h2 {
    font-size: 7.03125vw;
  }
}

/*パンくず*/
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 {
  background-color: #e9e9e9;
  padding: 100px 0;
}

.ftb .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ftb .wrap {
    display: block;
  }
}
.ftb .wrap .f-link {
  width: 55%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .ftb .wrap .ft-info p {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .ftb .wrap .ft-info {
    width: 100%;
  }
}

.f-sitemap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .f-sitemap {
    display: block;
    margin-bottom: 30px;
  }
}
.f-sitemap li:last-child a {
  background: url(../img/icn_blank02.webp) no-repeat right center;
  background-size: 15px;
  padding-right: 20px;
}

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

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

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

.ttl02 h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3.515625vw;
  font-weight: 300;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ttl02 h2 {
    font-size: 6.25vw;
    font-weight: 600;
    margin-bottom: 30px;
  }
}

.ttl03 h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.953125vw;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl03 h3 {
    font-size: 6.25vw;
    font-weight: 600;
    margin-bottom: 30px;
  }
}

.ttl04 h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.34375vw;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
}
@media screen and (max-width: 767px) {
  .ttl04 h3 {
    font-size: 5.46875vw;
    font-weight: 600;
  }
}

/* ボタン */
/*-------------------------------------------*/
.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;
}

.img-text_l {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .img-text_l {
    justify-content: space-between;
    align-items: center;
  }
  .img-text_l .text {
    width: 40%;
  }
  .img-text_l .text p {
    margin-bottom: 20px;
  }
  .img-text_l img {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .img-text_l {
    flex-direction: column-reverse;
  }
  .img-text_l .text {
    margin-top: 20px;
  }
  .img-text_l .text p {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1101px) {
  .img-text_r {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .img-text_r .text {
    width: 48%;
  }
  .img-text_r .text h4 {
    font-size: 1.5625vw;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .img-text_r img {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .img-text_r .text {
    margin-bottom: 20px;
  }
  .img-text_r .text h4 {
    margin-bottom: 10px;
  }
}

/* top */
/*-------------------------------------------*/
#topBox01 .ttl01 h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #topBox01 .ttl01 h2 {
    margin-bottom: 20px;
  }
}
#topBox01 .wrap > p {
  margin-bottom: 60px;
}

@media screen and (min-width: 1101px) {
  #topBox02 ul {
    display: flex;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #topBox02 ul {
    margin-bottom: 25px;
  }
  #topBox02 ul li {
    margin-bottom: 10px;
  }
}

#topBox03 {
  text-align: center;
  padding: 200px 0;
  background: url(../img/bgimg01.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #topBox03 {
    padding: 100px 0;
  }
}
#topBox03 h3 {
  font-size: 1.796875vw;
  font-weight: 300;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #topBox03 h3 {
    font-size: 4.6875vw;
    font-weight: 500;
  }
}
#topBox03 p {
  line-height: 2.5;
  margin-bottom: 20px;
}

.top_news h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.953125vw;
  font-weight: 300;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_news h3 {
    font-size: 6.25vw;
    margin-bottom: 20px;
    font-weight: 600;
  }
}
.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;
}

/* 事業内容 */
/*-------------------------------------------*/
.g-box {
  background-color: #f5f7f7;
  padding: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .g-box {
    padding: 20px;
  }
}
.g-box h4 {
  font-size: 1.5625vw;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
}
@media screen and (max-width: 767px) {
  .g-box h4 {
    font-size: 6.25vw;
    margin-bottom: 20px;
  }
}
.g-box ul li {
  margin-bottom: 10px;
}
.g-box ul li:before {
  content: "◆";
  margin-right: 5px;
}

/* 取扱商品 */
/*-------------------------------------------*/
/*一覧*/
.product_btn ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .product_btn ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0%;
  }
}
.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: 767px) {
  .product-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0%;
  }
}
.product-list p {
  font-size: 1.015625vw;
}
@media screen and (max-width: 767px) {
  .product-list p {
    font-size: 3.125vw;
  }
}
.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: 767px) {
  .product-name h4 {
    font-size: 3.90625vw;
  }
}

/*詳細*/
.single-product {
  margin-bottom: 50px;
}
.single-product h3 {
  font-size: 2.734375vw;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .single-product h3 {
    font-size: 3.90625vw;
  }
}

.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;
}
.post-navigation ul li.next a::after {
  content: ">";
  margin-left: 20px;
}

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

/*ニュース
=========================================== */
#blogBox01 .wrap02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #blogBox01 .wrap02 {
    flex-direction: column-reverse;
  }
}
#blogBox01 .wrap02 .blog-side {
  width: 30%;
}
#blogBox01 .wrap02 .blog-list {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #blogBox01 .wrap02 .blog-side, #blogBox01 .wrap02 .blog-list {
    width: 100%;
  }
}

.blogs {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #9fa0a0;
}
.blogs a {
  display: flex;
  justify-content: space-between;
}
.blogs a .blogs-img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .blogs a .blogs-img {
    width: 25%;
  }
}
.blogs a .blogs-cont {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .blogs a .blogs-cont {
    width: 70%;
  }
}

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

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

.blog_more {
  text-align: right;
}

/*サイドナビー*/
.blog-side .wp-block-heading {
  font-size: 1.5625vw;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .blog-side .wp-block-heading {
    font-size: 3.90625vw;
    margin-bottom: 10px;
  }
}
.blog-side .wp-block-categories li {
  padding-left: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9fa0a0;
}

/*詳細*/
#s-blogBox01 .wrap02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #s-blogBox01 .wrap02 {
    flex-direction: column-reverse;
  }
}
#s-blogBox01 .wrap02 .blog-side {
  width: 30%;
}
#s-blogBox01 .wrap02 .blog-list {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #s-blogBox01 .wrap02 .blog-side, #s-blogBox01 .wrap02 .blog-list {
    width: 100%;
  }
}

.single-blogs {
  margin-bottom: 60px;
}
.single-blogs h2 {
  font-size: 2.34375vw;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .single-blogs h2 {
    font-size: 4.6875vw;
    margin-bottom: 10px;
  }
}

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

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

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

.p-form__btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__btn {
    text-align: left;
  }
}
.p-form__btn input {
  padding: 20px 50px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.page-contact_confirm .p-form__btn {
  margin: 50px 0 200px;
}
/*# sourceMappingURL=style.css.map */