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

body {
  font-family: "lato", "Noto Sans JP", sans-serif !important;
}

/* ーーーーーーーーーーーーーー */
/* ヘルパークラス */
/* ーーーーーーーーーーーーーー */
/* デバイスごとbr管理 */
/* pcのみ */
.hp_pc_br {
  display: block;
}

/* pc&tablet */
.hp_pc_tablet_br {
  display: block;
}

/* spのみ */
.hp_sp_br {
  display: none;
}

/* tabletのみ */
.hp_tablet_br {
  display: none;
}

/* tablete&spのみ */
.hp_tablet_sp_br {
  display: none;
}

/* 左マージン0 */
.hp_no_l_margin {
  margin-left: 0 !important;
}

/* 画像の角を落とす */
.hp_img_radius_10 img {
  border-radius: 10px;
}

/* 要素の表示コントロール */
/* PCとタブレットで表示 */
.hp_display_tb_pc {
  display: block;
}

/* モバイルのみ表示 */
.hp_display_mb {
  display: none;
}

/* タブレット */
@media all and (min-width: 481px) and (max-width: 820px) {
  .hp_pc_br {
    display: none;
  }

  .hp_pc_tablet_br {
    display: block;
  }

  .hp_tablet_br {
    display: block;
  }

  .hp_sp_br {
    display: none;
  }

  .hp_tablet_sp_br {
    display: block;
  }

  .hp_display_mb {
    display: none;
  }
}

/* モバイル */
@media all and (max-width: 480px) {
  .hp_pc_br {
    display: none;
  }

  .hp_pc_tablet_br {
    display: none;
  }

  .hp_tablet_br {
    display: none;
  }

  .hp_sp_br {
    display: block;
  }

  .hp_tablet_sp_br {
    display: block;
  }

  /* カラムを逆にする*/
  .hp_col_reverse_box {
    flex-direction: column;
    display: flex;
  }

  .hp_col_order1 {
    order: 1;
  }

  .hp_col_order2 {
    order: 2;
  }

  .hp_display_tb_pc {
    display: none;
  }

  .hp_display_mb {
    display: block;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* テーブル */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* テーブル */
.el_table_normal td:last-child,
.el_table_normal th:last-child {
  border-right: none;
}
.el_table_normal tr:last-child > td {
  border-bottom: 1px solid #ccc;
}
.el_table_normal th,
.el_table_normal td {
  padding: 26px 0;
  border: none;
  border-top: 1px solid #ccc;
  line-height: 2;
}
.el_table_normal td:first-child {
  width: 200px;
}
/* 1行目のボーダー非表示 */
.el_table_normal tr:first-child > td {
  border-top: none;
}

/* モバイル */
@media all and (max-width: 480px) {
  .el_table_normal td:first-child {
    width: 130px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 共通 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* オレンジマーカー調整 */
.mark_orange {
  background: linear-gradient(transparent 75%, var(--color_mark_orange) 0%);
}

/* ボタン：サイズ */
.el_btn a.swell-block-button__link {
  padding: 22px;
}

/* ボタン：radius */
.el_btn_radius a.swell-block-button__link {
  border-radius: 50px;
}

/* H2見出し */
.el_midashi {
  text-align: center;
  color: #fff;
}
.el_midashi h2 {
  font-size: 76px;
  font-weight: 400;
  /* font-family: Lato; */
  letter-spacing: -3.8px;
  line-height: 1;
}
.el_midashi p {
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
.el_midashi {
  text-align: center;
  color: #fff;
}

/* 背景付きボックス */
.el_img_box {
  background-image: url("/wp-content/uploads/2024/01/img-box.png");
  background-size: cover;
  min-height: 326px;
  padding: 20px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* CTAブログパーツ */
.el_cta {
  display: flex;
  align-items: center;
  border-radius: 10px;
  width: auto;
  height: 420px;
  background-image: url("/wp-content/uploads/2024/01/cta-back.png");
  background-size: cover;
	justify-content: center;
}

/* モバイル */
@media all and (max-width: 480px) {
  .el_midashi h2 {
    font-size: 34px;
  }
  .el_img_box {
    min-height: 260px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ヘッダー */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ナビフォントサイズ */
.c-gnav > .menu-item > a .ttl {
  font-size: 16px;
  font-weight: 700;
}

/* ナビ a要素 */
.c-gnav > .menu-item > a {
  padding: 0 12.5px;
}

.c-gnav > .menu-item > a:hover {
  opacity: 0.7;
}

.c-gnav > .menu-item > a::after {
  display: none;
}

/* swell上書き */
/* ヘッダーの高さ調整：ロゴのpaddingを変更 */
.-series .l-header__logo,
.l-fixHeader__logo {
  padding: 10px 0;
}

/* ヘッダーボタン */
.-series-right .w-header {
  margin-left: 27.5px;
}

/* ヘッダー背景 */
.l-header {
  box-shadow: none;
}

/* モバイルアイコン、ハンバーガー、アイコン下文字 */
.c-iconBtn__icon.icon-mail:before,
span.c-iconBtn__label,
i.c-iconBtn__icon.icon-menu-thin {
  color: #f4a000;
}

/* PC以外 */
@media all and (max-width: 959px) {
  /* swell上書き */
  /* ヘッダーの高さ調整：ロゴのpaddingを変更 */
  .-img .c-headLogo__link {
    padding: 0;
  }

  /* ヘッダー背景 */
  .l-header {
    padding-top: 0 !important;
  }

  .l-header {
    padding-top: 2vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* モバイルナビ */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* メニュー見出し */
.c-widget__title.-spmenu {
  padding: 0.75em 1em 0.75em 1.5em;
}

/* メニューリンク */
.p-spMenu .c-listMenu a {
  font-weight: bold;
}

/* オプション：アイコンの色を変える場合使用 */
/* モバイルカスタムボタン */
/* .c-iconBtn__icon.icon-mail:before {
  color: red;
} */

/* ハンバーガー三本線色 
i.c-iconBtn__icon.icon-menu-thin {
  color: #4CB7C6;
}
*/
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ファーストビュー */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* セクション位置調整 */
.p-mainVisual {
  margin-top: -106px;
  background-position: bottom;
  text-align: left;
}

/* オプション */
/* メインビジュアル 背景画像（カバーしない場合） */
/* .home .u-obf-cover {
  display: block;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100% !important;
} */
/* メインビジュアル テキスト共通 */
.p-mainVisual__slideTitle,
.p-mainVisual__slideText {
  font-weight: bold;
  letter-spacing: -1.3px;
  text-shadow: none;
}

/* メインビジュアル 英語 */
.un_fv_txt_en {
  font-size: 67px;
  line-height: 1.4;
  position: relative;
  letter-spacing: -3.35px;
  font-weight: 900;
}

/* メインビジュアル 強調 */
.un_fv_txt_en span {
}

/* メインビジュアル 小さいテキスト */
.un_fv_txt_small {
  font-size: 26px;
  line-height: normal;
  font-weight: normal;
  margin-top: 11px;
  /* オプション */
  padding-left: 1.5em;
  position: relative;
}

/* オプション */
/* メインビジュアル 小さいテキスト */
.un_fv_txt_small:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* メインビジュアルテキスト位置調整 */
.p-mainVisual__slideText {
  margin: 0;
}

.p-mainVisual__textLayer {
  justify-content: flex-end;
  padding-bottom: 130px;
}

/* メインビジュアル ボタン*/
.c-mvBtn__btn {
  font-size: 18px;
}

.c-mvBtn {
  margin-top: 50px;
}

/* タブレット */
@media all and (min-width: 481px) and (max-width: 820px) {
  /* fv高さ */
  .p-mainVisual__inner {
    height: 600px;
  }

  .p-mainVisual__textLayer {
    padding-bottom: 12vw;
  }

  .un_fv_txt_en {
    font-size: 6vw !important;
  }

  .p-mainVisual__slideText {
    font-size: 14px !important;
  }

  /* メインビジュアル ボタン*/
  .c-mvBtn__btn {
    font-size: 15px;
  }

  .c-mvBtn {
    margin-top: 20px;
  }
}

/* モバイル */
@media all and (max-width: 480px) {
  .un_fv_txt_en {
    font-size: 8vw !important;
    line-height: 1.5;
  }

  .p-mainVisual__textLayer {
    padding-bottom: 13vw;
  }

  .p-mainVisual {
    /* margin-top: 0; */
    /* オプション */
    background-position: bottom;
    text-align: left;
  }

  /* オプション */
  /* メインビジュアル 背景画像（カバーしない場合） */
  /* .home .u-obf-cover {
    height: 75% !important;
    object-fit: cover;
    object-position: right -9vw bottom 17vw;
  } */
  /* メインビジュアル ボタン*/
  .c-mvBtn__btn {
    font-size: 15px;
  }

  .c-mvBtn {
    margin-top: 20px;
  }

  /* メインビジュアル 小さいテキスト */
  .un_fv_txt_small {
    font-size: 18px;
  }

  /* オプション */
  /* メインビジュアル 小さいテキスト */
  .un_fv_txt_small:before {
    width: 15px;
    height: 1px;
    top: 55%;
    left: 2%;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* フッター */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.un_ft_cta_section {
  min-height: 40vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: 0 0 !important;
}
.un_ft_cta_box p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
}
.un_ft_cta_box a.swell-block-button__link {
  padding: 22px;
}
/* タブレット */
@media all and (min-width: 481px) and (max-width: 820px) {
  .un_ft_cta_section {
    min-height: 580px;
  }
}

/* モバイル */
@media all and (max-width: 480px) {
  .un_ft_cta_section {
    min-height: 460px;
  }
  .un_ft_cta_box p {
    font-size: 18px;
  }
  /* SNSアイコンサイズ調整 */
  .l-footer__foot .c-iconList__item a {
    font-size: 20px;
  }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* トップページ：共通 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* フッター上のスペース除去*/
.home .l-content {
  margin: 0 auto 0;
}

/* h2見出し下の日本語説明 */
/* .el_top_midashi p {
  text-decoration: underline;
  text-underline-offset: 0.8em;
}
 */
/* ｈ2見出し */
/* .el_top_fw h2 {
  font-size: 76px !important;
  font-weight: 700 !important;
  letter-spacing: -3.8px !important;
  line-height: normal;
} */

/* h3見出し */
/* .el_top_fw h3 {
  font-size: 31px !important;
  line-height: 1.4;
  font-weight: bold;
}
 */
/* h4見出し */
/* .el_top_fw h4 {
  font-size: 29px !important;
  line-height: 1.4;
  font-weight: bold;
} */

/* h5見出し */
/* .el_top_fw h5 {
  font-size: 22px !important;
  line-height: 1.4;
  font-weight: bold;
}
 */
/* 段落 */
/* .el_top_fw p {
  line-height: 2;
  font-weight: normal;
}
 */
/* swell上書き */
/* ポストリスト*/
.-type-simple .p-postList__link {
  padding: 26px 0;
}

/* ポストリスト :アイコン*/
.p-postList__meta :before {
  display: none;
}
.home time.c-postTimes__posted.icon-posted {
  color: #32bf72;
}

/* 問い合わせ：カラム */
.el_clm_contact {
  background-color: #fff;
  max-width: 850px;
  margin: auto;
  padding: 100px 100px 68px 100px;
}

/* Google Maps */
.el_top_fw iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/* タブレット */
@media all and (min-width: 481px) and (max-width: 820px) {
  .el_top_fw h2 {
    font-size: 7vw !important;
  }

  .el_top_fw h3 {
    font-size: 3.5vw !important;
  }

  .el_top_fw h4 {
    font-size: 2.8vw !important;
  }

  .el_top_fw h5 {
    font-size: 2.3vw !important;
  }
}

/* モバイル */
@media all and (max-width: 480px) {
  .el_top_fw h2 {
    font-size: 12vw !important;
  }

  .el_top_fw h3 {
    font-size: 8vw !important;
  }

  .el_top_fw h4 {
    font-size: 5vw !important;
  }

  .el_top_fw h5 {
    font-size: 5vw !important;
  }

  .el_clm_contact {
    padding: 50px 20px 20px;
  }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* トップページ */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 見出しカラー調整 */
.el_midashi_home {
  color: #222;
}

/* ビジョン */
.un_top_vision_section {
  padding-bottom: 2em !important;
}

/* サービスセクション */
.un_top_service_section {
  height: 1280px;
}
.un_top_service_section .swell-block-fullWide__inner.l-container {
  top: 25%;
}
/* 1280以上 */
@media all and (min-width: 1280px) {
  .un_top_service_section {
    height: 100vw;
  }
  .un_top_service_section .swell-block-fullWide__inner.l-container {
    top: 35%;
  }
}

/* タブレット */
@media all and (min-width: 481px) and (max-width: 820px) {
  .un_top_service_section {
    height: 980px;
  }
  .un_top_service_section .swell-block-fullWide__inner.l-container {
    top: 20%;
  }
}

/* モバイル */
@media all and (max-width: 480px) {
  .un_top_service_section {
  }
  .un_top_service_section .swell-block-fullWide__inner.l-container {
    top: 18%;
  }
  /* ビジョン */
  .un_top_vision_section {
    padding-bottom: 1em !important;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 投稿一覧・投稿・固定ページ */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ページネーション */
[class*="page-numbers"] {
  color: #32bf72;
  background-color: #fff;
  border: 1px solid #32bf72;
}

/* タイトル */
h1.c-pageTitle {
  font-size: 30px;
}

/* サブタイトル */
.c-pageTitle .c-pageTitle__subTitle {
  opacity: 1;
  font-size: 20px;
}

/* 投稿ページアイキャッチ */
.p-articleThumb__img {
  box-shadow: none;
}

/* タイトルエリア */
.l-topTitleArea {
  min-height: 380px;
}

/* コンテンツ */
.post_content p {
}

/* タブレット */
@media all and (min-width: 481px) and (max-width: 820px) {
  .l-topTitleArea {
    min-height: 280px;
  }
}

/* モバイル */
@media all and (max-width: 480px) {
  h1.c-pageTitle {
    font-size: 20px;
  }

  .c-pageTitle .c-pageTitle__subTitle {
    font-size: 14px;
  }

  .l-topTitleArea {
    min-height: 180px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* RECRUIT */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.un_recruit_bg_txt {
  font-size: 20px;
  font-weight: bold;
}
/* モバイル */
@media all and (max-width: 480px) {
  .un_recruit_bg_txt {
    font-size: 18px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* COMPANY */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 名前 */
.un_greeting_name {
  font-family: serif;
}

/* 背景色付きボックス  */
.un_company_box {
  background: rgba(234, 248, 240, 0.8);
  border-radius: 10px;
}
.un_company_bg_txt {
  font-size: 28px;
  font-weight: bold;
}
.un_company_box ol {
  margin: auto;
  max-width: 380px;
}
.un_company_box ol {
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
}

/* モバイル */
@media all and (max-width: 480px) {
  .un_company_box ol,
  .un_company_bg_txt {
    font-size: 18px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* パートナー募集 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.un_box_img,
.un_box_img img {
  width: 268px;
  height: 240px;
}
.un_box_img {
  background-color: #000;
  position: relative;
}
.un_box_img img {
  opacity: 0.8;
  display: block;
  object-fit: cover;
}
.un_box_img p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
}

/* タブレット */
@media all and (min-width: 481px) and (max-width: 820px) {
  .un_box_img,
  .un_box_img img {
    width: 220px;
    height: 198px;
  }
}
/* モバイル */
@media all and (max-width: 480px) {
  .un_box_img,
  .un_box_img img {
    width: 160px;
    height: 144px;
  }
  .un_box_img p {
    font-size: 16px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 再生可能エネルギー事業 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* メニューボタン */
.un_btn_box {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.un_btn_box .swell-block-button {
  margin: 0;
}

/* テーブル */
.el_table_benefit td {
  padding: 20px;
  vertical-align: middle;
}
.el_table_benefit th {
  padding: 20px;
  color: #fff;
  text-align: center;
}
.el_table_benefit th:first-child {
  border-left: none !important;
  border-top: none !important;
  background: none;
}
/* 取り扱いメーカー */
.un_maker_gap {
  gap: 20px;
}
.un_maker_gap figure {
  margin: 0;
}

/* タブレット */
@media all and (min-width: 481px) and (max-width: 820px) {
  .un_btn_box {
    gap: 20px;
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
}
/* モバイル */
@media all and (max-width: 480px) {
  .un_box_img,
  .un_box_img img {
    width: 160px;
    height: 144px;
  }
  .un_box_img p {
    font-size: 16px;
  }
  .un_maker_gap img {
    max-width: 160px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* お問い合わせフォーム */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.el_section_contact {
  display: flex;
  justify-content: center;
}

.el_contact {
  min-width: 600px;
  display: inline-block;
  width: -webkit-fill-available;
}

.el_contact input,
.el_contact textarea,
.el_contact select {
  background: #fff;
  border: solid 1px #bfbfbf;
  margin-top: 0.3em;
  width: 100%;
  font-weight: normal;
}

.el_contact .wpcf7-list-item-label {
  font-weight: normal;
  font-size: 15px;
}

.el_contact .wpcf7-list-item.first {
  margin: 0;
}

.el_contact input[type="radio"] {
  width: inherit;
}

.el_contact select,
.el_contact input[type="text"],
.el_contact input[type="email"],
.el_contact input[type="tel"],
.el_contact input[type="file"] {
  height: 50px;
}

.el_contact label {
  font-size: 18px;
  font-weight: 600;
}

.el_contact ::placeholder {
  color: #cccccc;
  padding-left: 10px;
  font-size: 15px;
}

.el_contact_label_short input,
.el_contact_label_short select {
  max-width: 360px;
}

/* 承認ボックス、送信ボタン */
.el_contact_btn {
  text-align: center;
  margin-top: 2em;
}

.el_contact_btn a {
  text-decoration: underline;
}

.el_contact_btn label {
  font-weight: normal;
}

.el_contact_btn [type="submit"] {
  background: #f4a000;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 12px 64px;
  max-width: 200px;
  border: none;
  margin-top: 2em;
}

.el_contact_btn .wpcf7-spinner {
  display: block;
}

/* 添付ファイル */
.el_contact input[type="file"] {
  border: none;
  padding-left: 0;
}

/* 必須マーク */
.el_contact_required {
  font-size: 12px;
  color: #fff;
  padding: 4px;
  background: #dc3232;
  position: relative;
  margin-left: 10px;
  top: -2px;
}

/* 完了メッセージ */
.wpcf7 form.sent .wpcf7-response-output {
  border-color: none;
  text-align: center;
  max-width: 600px;
  margin: auto;
  padding: 40px;
  color: #222;
}

.wpcf7 form.sent .wpcf7-response-output::before {
  content: "\f058";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #46b450;
  padding-right: 0.3em;
}

/* モバイル */
@media all and (max-width: 480px) {
  .el_contact {
    min-width: 100%;
  }
}
