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

/* ========== ヘッダーの横幅を1600pxに指定 ========== */
.l-header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.l-header__inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* ========== ヘッダーの横幅を1600pxに指定 ========== */



/* ========== 下層ページタイトル背景 ========== */
#top_title_area.c-filterLayer::before,
#top_title_area.c-filterLayer::after {
  opacity: 0 !important;
  background: none !important;
  content: "" !important;
}
#top_title_area .c-filterLayer__img {
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}
#top_title_area {
  position: relative;
  height: 150px !important;     
  min-height: 150px !important;
  max-height: 150px !important;
  overflow: hidden; 
}
@media (max-width: 767px) {
  #top_title_area {
    height: 150px !important; 
    min-height: 150px !important;
    max-height: 150px !important;
  }
}
#top_title_area .l-topTitleArea__img {
  position: absolute;  
  inset: 0;  
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;  
  object-position: center; 
  max-width: none !important; 
  display: block;
}
#top_title_area .l-topTitleArea__body {
  position: relative !important;
  z-index: 1;
  display: block !important;
  inset: auto !important;
  box-sizing: border-box;
  text-align: left !important;
}

#top_title_area .c-pageTitle {
  color: #0069e5 !important;
  margin: 0;
}
@media (min-width: 1200px) {
  #top_title_area .l-topTitleArea__body {
    width: 1200px !important;
    max-width: 1200px !important;
    margin: 0 auto !important; 
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1199px) {
  #top_title_area .l-topTitleArea__body {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding-left: 20px !important; 

  }
}
/* ========== 下層ページタイトル背景 ========== */




/* ========== CTAモーション ========== */
.cta_motion:hover {
  transform: translate3d(0, 5px, 0);
}
/* ========== CTAモーション ========== */