@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
*/

.rounded-img img {
	border-radius: 8px;
}

/* ヘッダーメニューのボタン本体（リンク）をコンパクトに */
.c-gnav .header-btn > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 18px 16px !important;   /* ← 縦を小さくするのはこの上下padding */
  line-height: 1 !important;
  height: auto !important;
  min-height: 0 !important;
  box-sizing: border-box !important;
  border-radius: 6px;
  background-color: #ff8700 !important;
  color: #fff !important;
  margin: 0 !important;
  pointer-events: auto;
	font-weight: bold;
	letter-spacing: 0.03em;
	transition: all 0.3s ease;
}

.c-gnav .header-btn > a:hover {
	opacity: 0.8;
}

.c-gnav .header-btn {
	margin-left: 16px;
}

/* 見た目を中央に揃える（親の高さに左右される場合の保険） */
.c-gnav .header-btn > a {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* モバイル調整 */
@media (max-width: 768px) {
  .c-gnav .header-btn > a {
    padding: 3px 10px !important;
    font-size: 14px;
  }
}

/* お問い合わせボタン hover時に下線を消す */
.c-gnav .header-btn > a::after {
	background: none !important; 
}

/* メインビジュアル */

/* メインビジュアルのタイトル・テキストの設定 */
.p-mainVisual__textLayer {
	align-items: center;
}

/* スライドタイトルの設定 */
.p-mainVisual__slideTitle {
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.05em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
}

.p-mainVisual__slideTitle span {
	display: block;
	line-height: 1.2;
	font-size: 4vw;
	letter-spacing: 0;
}

@media (min-width: 960px) {
	br.is-tab {
		display: none;
	}
}


@media (min-width: 600px) {
    .p-mainVisual__slideTitle {
        font-size: 32px;
    }
    .p-mainVisual__slideTitle span {
        font-size: 24px;
    }
}

/* スライドテキストの設定 */
.p-mainVisual__slideText {
	margin-top: 2em;
	line-height: 1.8;
  	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
	max-width: 766px;
}

.p-mainVisual__slideText span {
	display: block;
}

@media (min-width: 600px) {
  .p-mainVisual__slideText {
    font-size: 22px;
  }

  .p-mainVisual__slideText span {
    display: inline-block;
  }
}

.slideText-sub {
	padding-left: 1em;
	font-size: 90%;
}

@media (max-width: 1120px) {
	.c-catchphrase {
		display: none;
	}
}

/* 固定ページのh1タイトル設定 */
h1.c-pageTitle {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.8em;
  font-weight: 400;
}

.c-pageTitle__subTitle {
  display: block;
  margin: 1em 0 0 0;
  font-size: 18px;
  font-style: normal;
}

.l-topTitleArea::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.2);
  z-index: 1;
}

/* フッターのタイトルの下線を非表示 */
.w-footer__box .c-widget__title.-footer::before,
.w-footer__box .c-widget__title.-footer::after {
  background-color: none !important;
  background: none !important;
}

.c-widget__title.-footer {
  font-size: 1.2em;
  padding-left: 0;
}

/* フッターナビの縦線を非表示 */
@media (min-width: 600px) {
.l-footer__nav li:first-child a,
.l-footer__nav a {
	border-left: 0;
	border-right: 0;
	}
}

/* ステートメントの設定 */
.statement {
  font-size: var(--swl-fz--large) !important;
  text-align: center;
}

@media (min-width: 720px) {
.statement .is-tab {
	display: none;
	}
}

@media (min-width: 600px) {
.statement .is-sp {
	display: none;
	}
}

@media (max-width: 781px) {
.statement.eco {
  	font-size: 2.8vw !important;
	}
}

@media (max-width: 599px) {
.statement.eco {
  font-size: 4.5vw !important;
	}
}

/* リッチカラムのセルに背景色 */
.richcol-bg {
	background-color: #047eb3;
	color: #fff;
}

/* 会社情報のDT設定 */
.dt-director {
    font-weight: 500 !important;
    padding-right: 1em !important;
}

.dt-director::after {
    display: none !important;
}

@media (min-width: 600px) {
  .dt-director {
      font-weight: 500 !important;
      width: 20% !important;
  }

  .dt-director::after {
      display: none !important;
  }

  .dd-director {
      width: 80% !important;
  }
}

/* EPA認証マークのimgサイズ調整 */
@media (max-width: 600px) {
	.eco-friendly-content img {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
		
	}
}

/* フォームの設定 */

.form-row + .form-row {
  margin-top: 24px;
}

.is-required {
  display: inline-block;
  background-color: #047eb3;
  color: #fff;
  border-radius: 3px;
  padding: 1px 16px;
  margin-left: 10px;
  margin-bottom: 8px;
  font-size: 0.8em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #047eb3;
	border-radius: 6px;
	color: #047eb3;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2em;
	margin: 0;
	padding: 0.4em 2.4em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
  margin-top: 24px;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #047eb3;
	color: #fff;
}

.wpcf7-list-item {
  display: block;
  margin-top: 8px;
}

/* プライバシーポリシーのフォントサイズ調整 */
@media (max-width: 599px) {
  .privacy-policy dt,
  .privacy-policy dd {
    font-size: 0.95em;
  }
}

/* トップページのボタンのサイズ調整 */
.top-btn a{
  padding-left: 2em;
  padding-right: 2em;
}