@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.en-font {
	font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

/* ---------------------------------------------
  タイトル
--------------------------------------------- */
.en-ttl {
  font-size: clamp(30px,4vw,48px);
  letter-spacing: 4px;
}
.jp-ttl {
  font-size: clamp(16px,4vw,20px);
  display: block;
  padding-top: 10px;
  font-weight: lighter;
}

/* ---------------------------------------------
  フッター
--------------------------------------------- */
ul.footer-list {
    list-style: none;
    padding-left: unset;
}
ul.-list-flex {
    gap: 4px 2em;
}
@media screen and (max-width: 599px) {
.f-left {
  border-bottom: 1px solid #fff;
  padding-bottom: 1em!important;
}
}
@media screen and (min-width: 600px) {
.f-left p {
    justify-content: center;
    display: flex;
}
.f-left {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 1em!important;
}
}
/* ---------------------------------------------
  ボタン
--------------------------------------------- */
.main-btn {
  background-color: #fff;
  width: 305px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4E5346;
  font-size: 15px;
  line-height: 64px;
  text-decoration: none;
  gap: 13px;
  transition: background-color 0.3s, color 0.3s;
  overflow: hidden;
}
.arrow-icon {
  transition: transform 0.3s ease;
  width: 64px;
  height: auto;
}
.main-btn:hover .arrow-icon {
  transform: translateX(8px); 
}

@media screen and (max-width: 600px) {
.main-btn.sp-center {
    display: flex;
    margin: 0 auto;
}	
}
.main-btn.center {
    display: flex;
    margin: 0 auto;
}
.contact-btn {
  background-color: #4E5346;
  color: #fff;
}
.line-btn {
  border: 1px solid #4E5346;
}
/* ---------------------------------------------
  改行
--------------------------------------------- */
@media screen and (min-width: 600px) {
.sp-br {
  display: none;
}
}
/* ---------------------------------------------
  フッター前
--------------------------------------------- */
.contact-clm {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-gr {
  padding: 2em;
}
.recruit-gr {
  max-width: 730px;
  padding: 2em;
}
div.swell-block-fullWide.contact-area {
  margin-bottom: 8em !important;
}

@media screen and (min-width: 960px) {
.contact-gr {
  max-width: 510px;
  width: 100%;
  margin-left: auto;
}
}
@media screen and (max-width: 959px) {
.contact-gr {
  text-align: center;
}
}

/* ---------------------------------------------
  コンテンツタイトル
--------------------------------------------- */
h1.c-pageTitle {
    text-align: center;
    font-size: clamp(22px, 4vw, 32px);
}
.c-pageTitle__subTitle {
    display: block;
    font-style: normal;
    opacity: 1;
    margin-left: unset;
    top: 8px;
}
@media (min-width: 600px) {
    .l-topTitleArea {
        min-height: 300px;
    }
}



/* ---------------------------------------------
  ヘッダー_ナビ
--------------------------------------------- */
.l-header__inner,.l-fixHeader__inner{
  max-width: 100%;
  padding: 0 0 0 4rem;
}
.l-header__inner .h_contact a, .l-fixHeader__inner .h_contact a{
  color:#fff !important;
  background:#004C4F;
  display:block !important;
  padding: 3rem 4rem !important;
  margin: 0 0 0 2rem;
}
.c-gnav .h_contact a .ttl{
  font-size: clamp(1rem, 0.625rem + 0.7813vw, 1.25rem) !important;
}
.c-gnav > .menu-item > a {
  padding: 0 1.2vw;
}
.c-gnav > .menu-item > a .ttl {
  display: block;
  font-size: 15px;
  font-weight:500 !important;
}
/*---------------------------------------------------tb---*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-header__inner, .l-fixHeader__inner {
    max-width: 100%;
    padding: 0 0 0 0.5rem;
  }
  /*----*/
}
/*---------------------------------------------------sp---*/
@media screen and (max-width: 767px) {
  .l-header__inner, .l-fixHeader__inner {
    max-width: 100%;
    padding: 0 0 0 0.3rem;
  }
  /*----*/
}

/* ---------------------------------------------
  トップ_製品紹介一覧
--------------------------------------------- */
.product-area .wp-block-query {
  width: 1400px;
  margin: 0 auto 3rem;
}
.product-area .wp-block-query ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 !important;
  padding: 0 !important;
}
.product-area .wp-block-query ul li {
  list-style: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.product-area .wp-block-query ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.product-area .wp-block-query ul li figure {
  width: 320px;
  height: 320px;
}
.product-area .wp-block-query ul li figure img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
}
.product-area .wp-block-query ul li h2 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  margin: 0 !important;
  width: 100%;
}
.product-area .wp-block-query ul li:hover::before {
  opacity: 1;
}
.product-area .wp-block-query ul li:hover::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 2;
}
.product-area .wp-block-query ul li:hover h2 {
  opacity: 1;
}

/*---------------------------------------------------tb---*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .product-area .wp-block-query {
    width: 100%;
    margin: 0 auto 1rem;
  }
  .product-area .wp-block-query ul li {
    width: 23.5%;
  }
  .product-area .wp-block-query ul li figure {
    width: 100% !important;
    height: auto !important;
  }
  .product-area .wp-block-query ul li h2 {
    width: 80%;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
  }
  /*----*/
}
/*---------------------------------------------------sp---*/
@media screen and (max-width: 767px) {
  .product-area .wp-block-query {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .product-area .wp-block-query ul {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    row-gap: 0.5rem;
  }
  .product-area .wp-block-query ul li {
    width: 48%;
  }
  .product-area .wp-block-query ul li figure {
    width: 100% !important;
    height: auto !important;
  }
  .product-area .wp-block-query ul li h2 {
    width: 80%;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
  }
  /*----*/
}