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

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* ---------------------------------------------
タイトル
--------------------------------------------- */
.en-ttl {
  font-size: clamp(24px,5vw,64px);
  color: #146B05;
  font-weight: 700;
}
.jp-ttl {
  font-size: clamp(16px,2vw,20px);
  display: block;
  color: #8b8b8b;
}
/* ---------------------------------------------
コンテンツタイトル
--------------------------------------------- */
@media screen and (min-width: 600px) {
.l-topTitleArea  {
  min-height: 320px;
}
.c-pageTitle {
 font-size: 2em;
 text-align: center;
}
}
/* ---------------------------------------------
コンタクト
--------------------------------------------- */
.contact-gr {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(7px);
  padding: 3em;
}

.contact-clm {
  max-width: 900px;
  margin: 0 auto;
}
.tel-num img {
    margin-right: 12px;
}
.contact-btn a {
  padding: 20px 8px;
}
div#before_footer_widget {
    margin-top: 0;
}

@media screen and (max-width: 599px) {
.contact-gr {
  padding: 2em;
}
}
@media screen and (min-width: 600px) {
.contact-left {
  border-right: 2px solid #D2D2D2;
}
}

/* ---------------------------------------------
フッター
--------------------------------------------- */
.footer-list li {
    list-style: none;
    font-size: 14px;
    line-height: 2.3em;
    font-size: clamp(0.75rem, 0rem + 1.25vw, .9rem);
}
.l-footer__widgetArea {
    padding-top: 4em;
}
ul.wp-block-list.footer-list {
    padding: unset;
}