@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_ft {
  font-family: oswald;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
	.br_sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.br_pc {
		display: none;
	}
}
/* =========================
  h2
========================= */
.main-ttl .en-ttl,
.lower-ttl .en-ttl {
  font-family: oswald;
  font-weight: 500;
  display: block;
  line-height: 1.2;
}
.main-ttl .en-ttl {
  font-size: clamp(54px,12vw,124px);
}

.lower-ttl .en-ttl {
    font-size: clamp(32px, 8vw, 64px);
}

.main-ttl .jp-ttl {
  font-size: clamp(18px,3vw,20px);
  font-weight: 500;
}
.lower-ttl .jp-ttl{
  font-size: clamp(16px,3vw,20px);
  font-weight: 500;
}

.main-ttl .green,
.lower-ttl .green{
  color: #3BAD41;
}
.main-ttl .gray,
.lower-ttl .gray{
  color: #676767;
}
.white {
  color: #fff;
}

/* =========================
  ヘッダー
========================= */

.l-header .l-container {
	max-width: 100%;
	padding-right: 0;
}
.c-gnav > .menu-item > a .ttl {
  font-size: 16px;
  font-weight: 500;
}
.c-gnav li.contact a {
    background-color: #3BAD41;
    margin-left: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
    transition: .2s;
}
.c-gnav > .menu-item.contact > a .ttl {
  color: #fff;
}
.c-gnav>.menu-item>a {
    padding: 0 1vw;
}

.l-fixHeader .l-container {
    max-width: 100%;
    padding-right: 0;
}

.c-gnav li.contact a:hover {
	opacity: .8;
}

.l-header__menuBtn {
    color: #fff;
    background-color: #3bad41;
}
.c-widget__title {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    /* font-style: normal; */
}

/* =========================
  ボタン
========================= */
.more-btn a {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    width: 240px!important;
    height: 75px;
    background: #fff;
    border: 1px solid #3BAD41;
    color: #3BAD41;
    font-size: 20px;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.more-btn a .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3BAD41;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.more-btn a .circle::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 2;
}

.more-btn a:hover .circle {
  transform: scale(1.4);
}


/* =========================
   コンテンツタイトル
========================= */
h1.c-pageTitle {
    font-size: clamp(1.125rem, 0.5643rem + 1.1696vw, 1.5rem);;
    font-weight: 500;
    display: flex;
    flex-direction: column-reverse;
}

.c-pageTitle__subTitle {
    letter-spacing: 5px;
    margin-left: unset;
    opacity: 1;
    position: relative;
    top: unset;
    font-size: clamp(2rem, -6.597rem + 17.9337vw, 7.75rem);
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-style: normal;
}

@media screen and (min-width: 1280px) {
.l-topTitleArea {
   min-height: 500px;
}
}

/* =========================
   フッター前
========================= */
/* ボタン全体 */
.contact-area .wp-block-button {
  width: 100%;
  height: 155px;
}

/* リンク共通 */
.contact-area a {
  position: relative;
  text-align: left;
  padding: 1.5em 1em 1.5em 150px;
  background-color: rgba(31, 114, 35, 0.58);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* アイコン共通 */
.contact-area a::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
}

/* 電話ボタン */
.contact-area .tel-btn a::before {
  background-image: url(https://global-denki.bi-b.jp/wp-content/uploads/2025/12/footer-tel.svg);
}

/* 電話番号 */
.contact-area span.tel {
  font-size: 54px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

/* フォームボタン */
.contact-area .form-btn a::before {
  background-image: url(https://global-denki.bi-b.jp/wp-content/uploads/2025/12/footer-form.svg);
}

.contact-area .form-btn a {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
}

.contact-area a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 599px) {
.contact-area .wp-block-button {
  height: 110px;
}
.contact-area a {
  padding: 1.5em 1em 1.5em 80px;
}

.contact-area a::before {
  left: 20px;
  width: 40px;
  height: 40px;
}
.contact-area span.tel {
  font-size: 32px;
}
.contact-area .form-btn a {
    font-size: 22px;
}
}


/* =========================
   フッター
========================= */
.l-footer__widgetArea {
    padding-top: 5em;
}
.l-footer .copyright {
    text-align: right;
}
.l-footer li {
    list-style: none;
    margin: 1em 0;
}

.sub-list li::before {
    position: absolute;
    background-color: #fff;
    width: 10px;
    height: 1px;
    content: "";
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.l-footer li:last-of-type {
    margin-bottom: 0;
}