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

/* ーーーーーーーーーーーーーー */
/* ヘルパークラス */
/* ーーーーーーーーーーーーーー */
/* デバイスごと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;
}
/* セリフ */
.hp_txt_serif {
  font-family: serif;
}
/* 非表示 */
.hp_none {
  display: none !important;
}
/* タブレット */
@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;
  }
}
/* モバイル */
@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;
  }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* グローバル */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
:root {
  --white: #fff;
  --txt: #111;
  --main: #061f5f;
  --sub: #edf2f7;
  --accent: #9b2226;
  --gray-back: #f9f9f9;
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  --font-en: "Caprasimo", serif;
  --font-en-round: "M PLUS Rounded 1c", sans-serif;
  --gradient-top-bottom: linear-gradient(to bottom, #f5f0e8, transparent);
  --gradient-bottom-top: linear-gradient(to top, #f5f0e8, transparent);
  --shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ブログパーツ */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーー */
/* ブログパーツ：ヘッダーCTA */
/* ーーーーーーーーーーーーーーーーー */
.el_language {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  line-height: 1;
  margin-bottom: 5px;
}
.el_language a {
  color: var(--txt);
}
.el_language .jp {
  text-decoration: underline;
}
.el_language .en {
  text-decoration: none;
}
.el_parts_hd_cta .swell-block-button {
  margin-bottom: 5px;
}
.el_parts_hd_cta a {
  padding: 5px 10px;
  min-width: 150px;
  line-height: 1;
  font-size: 15px;
}
/* モバイルメニュー*/
.p-spMenu__bottom .el_parts_hd_cta a {
  padding: 15px 10px;
  min-width: 300px;
  font-size: 16px;
}
.p-spMenu__bottom .el_language {
  font-size: 18px;
  margin-bottom: 10px;
}
@media all and (max-width: 480px) {
}
/* ーーーーーーーーーーーーーーーーー */
/* ブログパーツ：フッター */
/* ーーーーーーーーーーーーーーーーー */
.el_ft_clm a {
  text-decoration: none;
}
.el_ft_clm_r,
.el_ft_clm_r_pc {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.el_ft_clm_r h3 {
  font-size: 16px;
  padding: 0 10px;
  border-left: solid 2px !important;
}
.el_ft_clm_r p {
  font-size: 14px;
}
/* ソーシャルリンク */
.el_ft_clm .wp-social-link {
  color: var(--white) !important;
  fill: var(--white) !important;
  height: 20px;
}
.el_ft_clm .wp-block-social-links {
  gap: 5px !important;
}
/* バッジ */
.el_ft_gr_badge {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
}
/* 960pxまで*/
@media all and (max-width: 960px) {
  .el_ft_clm_l {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .el_ft_clm_r {
    flex-direction: column;
    gap: 20px;
  }
  .el_ft_gr_badge {
    padding-top: 20px;
    flex-direction: row !important;
    justify-content: center;
  }
}
/* アコーディオン */
.el_acordion_menu .swell-block-accordion__title {
  padding: 1em 0 0 0 !important;
}
.el_acordion_menu h3 {
  font-weight: bold !important;
  font-size: 18px !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
}
h3.swell-block-accordion__label {
  border-left: none !important;
}
.el_acordion_menu h3,
.el_acordion_menu li,
.el_acordion_menu .swell-block-accordion__icon {
  color: #0051a7;
}
.el_acordion_menu div {
  padding: 13px 0 0 0 !important;
}
/* ーーーーーーーーーーーーーーーーー */
/* ブログパーツ：CTAボタン*/
/* ーーーーーーーーーーーーーーーーー */
.el_cta_btn a {
  font-family: var(--font-en);
  line-height: 2;
}
/* ーーーーーーーーーーーーーーーーー */
/* ブログパーツ：サービス一覧*/
/* ーーーーーーーーーーーーーーーーー */
.el_service_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* 追加 */
  justify-content: center;
}
.el_service_list .box {
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--white);
  max-width: 48%;
  justify-content: center;
  padding-bottom: 30px;
  box-shadow: var(--shadow);
}
.el_service_list .box .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 10px;
}
.el_service_list p a {
  color: var(--txt);
  text-decoration: none;
  font-size: 20px;
  font-size: clamp(15px, 0.55vw + 0.81rem, 20px);
}
.el_service_list .swell-block-button a {
  font-weight: normal;
  padding: 6px 20px;
}
/* ホームのみ適用 */
.home .el_service_list .swell-block-button {
  display: none;
}
.home .el_service_list p {
  margin: 0 !important;
}
@media all and (max-width: 480px) {
  .el_service_list .box {
    max-width: 100%;
  }
}
/* ーーーーーーーーーーーーーーーーー */
/* ブログパーツ：メニュー・食材*/
/* ーーーーーーーーーーーーーーーーー */
.el_menu .wp-element-caption {
  font-size: 18px;
}
@media all and (max-width: 480px) {
  .el_menu .wp-element-caption {
    font-size: 15px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* フッター*/
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* フッター直前ウィジェット：あしらい用背景色 */
.w-beforeFooter {
  padding-top: 30px;
  background-color: var(--main);
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ヘッダー・ナビ */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ロゴスペース調整 */
.-series .l-header__logo {
  padding: 0;
}
/* pcナビ */
.c-gnav > .menu-item > a .ttl {
  font-size: 15px;
  font-weight: bold;
}
/* 1030px以上 */
@media all and (min-width: 1030px) {
  .-series .l-header__logo {
    padding: 0;
    min-height: 110px;
    margin-right: 0px;
  }
  .-series .c-headLogo {
    margin-right: 0px;
  }
  .sp_,
  .sp_only {
    display: none !important;
  }
  .p-spMenu {
    display: none;
  }
}
/* 1029px以下 */
@media all and (max-width: 1029px) {
  .pc_,
  .pc_only {
    display: none !important;
  }
  .c-headLogo {
    height: var(--logo_size_sp);
    padding-left: 10px;
  }
  .-series-right .c-gnavWrap {
    display: none;
  }
  .sp_,
  .sp_only {
    display: block !important;
  }
  .p-spMenu {
    display: block;
  }
  .-series .l-header__logo {
    min-height: 80px !important;
  }
  .-img .c-headLogo__link {
    display: block !important;
    padding: 0;
  }
}
/* モバイルメニュ- */
.c-widget__title.-spmenu {
  display: none;
}
.c-listMenu a {
  font-weight: bold;
}
.p-spMenu__body {
  padding-top: 20px;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ファーストビュー */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media all and (min-width: 481px) and (max-width: 820px) {
  .p-mainVisual__inner {
    height: 400px !important;
  }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 下層ページ共通 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* タイトルエリア */
.l-topTitleArea {
  min-height: 330px;
}
.c-filterLayer.-texture-dot:after {
  background-image: none;
}
.c-pageTitle__subTitle {
  font-family: var(--font-en);
  font-weight: 400;
  font-style: normal;
  opacity: 1;
  font-size: 26px;
  top: 0;
}
@media all and (min-width: 481px) and (max-width: 820px) {
  .l-topTitleArea {
    min-height: 328px;
  }
}
@media all and (max-width: 480px) {
  .l-topTitleArea {
    min-height: 200px;
  }
}
/* Googleマップ */
.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* テーブル */
.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;
}
@media all and (max-width: 480px) {
  .el_table_normal td:first-child {
    width: 130px;
  }
}
/* ボタンリスト */
.el_btn_list {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
/* ご利用実績（ロゴリスト） */
.el_logo_list {
  justify-content: center;
}
.el_logo_list .wp-block-image {
  flex-grow: 0 !important;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* トップページ */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーーー */
/* 共通 */
/* ーーーーーーーーーーーーーーーーーーーー */
.el_home_ful.grafient_b_t {
  background: var(--gradient-bottom-top) !important;
}
.el_home_ful.grafient_t_b {
  background: var(--gradient-top-bottom) !important;
}
/* ーーーーーーーーーーーーーーーーーーーー */
/* 共通見出し（左寄せ） */
/* ーーーーーーーーーーーーーーーーーーーー */
.el_top_midashi.h1_section p,
.el_top_midashi h2 {
  font-family: var(--font-en);
  font-weight: 400;
  font-style: normal;
  color: var(--main) !important;
  font-size: 48px;
  letter-spacing: 1px !important;
  margin-bottom: 13px !important;
  text-align: left !important;
  line-height: 1.2;
}
.el_top_midashi .wp-block-separator {
  border-bottom: 4px solid var(--accent);
  max-width: 80px !important;
  margin: 0 !important;
}
@media all and (max-width: 480px) {
  .el_top_midashi.h1_section p,
  .el_top_midashi h2 {
    font-size: 48px;
  }
}
/* 共通見出し（中央） */
.el_top_midashi.center h2 {
  text-align: center !important;
}
.el_top_midashi.center .wp-block-separator {
  margin: auto !important;
}
/* h1セクション */
.el_home_ful.h1 {
  padding-bottom: 0 !important;
}
.el_top_midashi.h1_section h1 {
  font-weight: normal;
  font-size: 18px;
}
.el_top_midashi.h1_section p {
  text-align: center !important;
}
.el_top_midashi.h1_section .wp-block-separator {
  margin: auto !important;
}
/* ーーーーーーーーーーーーーーーーーーーー */
/* 共通ボタン */
/* ーーーーーーーーーーーーーーーーーーーー */
.el_top_btn a {
  padding: 21px 10px;
}
/* ーーーーーーーーーーーーーーーーーーーー */
/* レビュー */
/* ーーーーーーーーーーーーーーーーーーーー */
.el_review_h3 {
  font-family: var(--font-en-round);
}
/* ーーーーーーーーーーーーーーーーーーーー */
/* クルー */
/* ーーーーーーーーーーーーーーーーーーーー */
.el_crew_box,
.el_crew_box .crew {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.el_crew_box .crew {
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  max-width: 24%;
}
.el_crew_box .crew p {
  font-size: 28px;
  line-height: 1;
  font-family: var(--font-en-round);
}
@media all and (max-width: 480px) {
  .el_crew_box {
    justify-content: center;
    gap: 10px;
    row-gap: 20px;
  }
  .el_crew_box .crew {
    max-width: 31%;
  }
  .el_crew_box .crew p {
    font-size: 18px;
  }
}
/* ーーーーーーーーーーーーーーーーーーーー */
/* 選ばれる理由 */
/* ーーーーーーーーーーーーーーーーーーーー */
.el_why_box {
  align-items: flex-start;
}
.el_why_box .crew h3 {
  font-family: var(--font-en-round);
}
.el_why_box .crew p {
  font-size: 15px;
  font-family: inherit;
  line-height: inherit;
}
/* 960pxまで*/
@media all and (max-width: 960px) {
  .el_why_box .crew {
    max-width: 47%;
  }
}
@media all and (max-width: 480px) {
  .el_why_box .crew h3 {
    font-size: 16px;
  }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* クラスページ */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* h1 */
.el_top_midashi.class.h1 {
  display: flex;
  justify-content: center;
}
.el_top_midashi.class.h1 h1 {
  font-size: clamp(26px, 1.137rem + 1.547vw, 38px) !important;
  line-height: 1.4;
  font-weight: bold;
  color: var(--main);
}
.el_top_midashi.class.h1 .wp-block-separator {
  border-bottom: 4px solid var(--accent);
  max-width: 100% !important;
  margin: auto !important;
}
/* h1下テキストを中央寄せ */
.el_h1_under_txt_box {
  max-width: 750px;
  width: fit-content;
  margin: auto;
  text-align: left;
}
/* h2 */
.el_top_midashi.class h2 {
  /* font-size: clamp(26px, 0.918rem + 0.884vw, 26px) !important; */
  font-size: 26px;
  font-family: inherit;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  .el_top_midashi.h1_section p,
  .el_top_midashi h2 {
    font-size: 48px;
  }
}
/* アコーディオン一括調整 */
.el_acordion_qa .swell-block-accordion__label {
  font-weight: bold;
  color: var(--main);
}

/* h2 シンプル */
/* .el_heading_h2 {
  font-size: clamp(18px, 0.918rem + 0.884vw, 26px) !important;
  padding: 0 0 0.75em 0 !important;
  background: none !important;
  color: var(--main) !important;
}
.el_heading_h2::before {
  background-color: var(--accent);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 80px;
} */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* コンテンツ表示領域 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.l-content {
  margin: 0 auto 0;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* アーカイブ（カテゴリー） */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.category .l-article,
.blog .l-article {
  max-width: 100%;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 投稿ページ */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* タイトル下カテゴリーのアイコン非表示 */
.c-categoryList:before {
  display: none;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* フッター */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.l-footer__foot {
  padding-top: 0;
}
.l-footer__widgetArea {
  padding-bottom: 0;
}
.l-footer__nav a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.l-footer__nav li:first-child a {
  border-left: none;
}
.l-footer__nav li:last-child a {
  border-right: none;
}
.home .w-beforeFooter {
  margin: 0 auto 3em;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 問合せフォーム */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.el_section_contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
  margin: auto;
  background-color: var(--gray-back);
  padding: 60px 80px 30px 80px;
  border-radius: 5px;
  box-shadow: var(--shadow);
}
@media all and (max-width: 480px) {
  .el_section_contact {
    padding: 30px 20px 20px 20px;
  }
}
.el_contact div {
  margin-top: 2em;
}
.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"],
.el_contact input[type="date"] {
  height: 50px;
}
.el_contact label {
  font-size: 16px;
}
.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 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  gap: 1em;
}
.el_contact_btn a {
  text-decoration: underline;
}
.el_contact_btn label {
  font-weight: normal;
}
.el_contact_btn [type="submit"] {
  background: var(--accent);
  color: #fff;
  padding: 16px 32px;
  border: none;
  margin-top: 1em;
  border-radius: 50px;
}
.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: 2px 4px 3px 4px;
  background: var(--main);
  border-radius: 5px;
  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;
  margin-top: 30px;
}
.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%;
  }
  .el_contact_label_short input,
  .el_contact_label_short select {
    max-width: 280px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 以下修正用コード */
/* 方向性が確定するまで、本コードには追加しない */
/* 日本語ページにも反映 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* about のレイアウト変更 */
.el_home_ful.about {
  margin-top: -4em !important;
  margin-bottom: -4em !important;
}
@media all and (max-width: 480px) {
  .el_home_ful.about {
    margin-top: -2em !important;
  }
}
/* ステップの見出しカラー変更 */
/* FAQ質問カラー変更 */
.el_step .swell-block-step__title,
.el_faq .faq_q {
  color: var(--main);
}
/* ナビの下線の調整 */
.c-gnav > .menu-item > a:after {
  bottom: 20px;
}
/* りキャプチャ */
.grecaptcha-badge {
  /* z-index: 1;
  bottom: 110px !important; */
  display: none;
}
/* @media all and (max-width: 480px) {
  .grecaptcha-badge {
    bottom: 80px !important;
  }
} */

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 英語ページ調整用CSS */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 言語 */
.el_language .jp {
  text-decoration: none;
}
.el_language .en {
  text-decoration: underline;
}
/* トップページ見出し */
.el_top_midashi.h1_section.en h1 {
  font-family: var(--font-en);
  font-weight: 400;
  font-style: normal;
  color: var(--main) !important;
  font-size: 48px;
  letter-spacing: 1px !important;
  margin-bottom: 13px !important;
  text-align: center;
  line-height: 1.2;
}
.el_top_midashi.h1_section.en p {
  font-family: inherit;
  color: var(--txt) !important;
  font-size: inherit;
}
@media all and (max-width: 480px) {
  .el_top_midashi.h1_section.en h1,
  .el_top_midashi h2 {
    font-size: 42px;
  }
}
/* クラスページ  */
.el_top_midashi.class.h1 h1,
.el_top_midashi.class h2 {
  font-family: var(--font-en);
  color: var(--main);
}
/* 下層ページ見出し */
h1.c-pageTitle {
  font-family: var(--font-en);
  font-size: 34px;
}
/* サイト全体フォント */
body {
  font-family: var(--font-en-round);
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
