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

/* 英語font */
.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

/* ------------------------------------ 
タイトル
------------------------------------ */
.en-ttl {
  font-size: 36px;
}
.ttl-big {
    font-size: 46px;
}
.jp-ttl {
    display: block;
    font-size: 16px;
    color: #909090;
}

/* ------------------------------------ 
コンテンツタイトル
------------------------------------ */
@media screen and (min-width: 600px) {
.l-topTitleArea {
  min-height: 380px;
}
}
@media screen and (max-width: 599px) {
.l-topTitleArea {
  min-height: 200px;
}
}
.c-pageTitle {
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-direction: column-reverse;
}
.c-pageTitle__subTitle {
    font-size: 34px;
    opacity: 1;
    font-style: normal;
    margin-left: 0;
	font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}

/* ------------------------------------ 
コンタクト
------------------------------------ */
.contact-fw {
    background: linear-gradient(to bottom, #2D658C 50%, #EEEEEE 50%);
}
.contact-cover {
    padding: 4em;
}
.contact-btn a {
    border: 1px solid #fff;
    color: #fff;
}
.contact-btn a:hover {
    border: 1px solid #fff;
    color: #2D658C!important;
    background-color: #fff;
}
@media screen and (max-width: 599px) {
.contact-cover {
    padding: 2em;
}
}

/* ------------------------------------ 
フッター
------------------------------------ */
.footer-clm {
  max-width: 900px;
  margin: 0 auto;
}
.footer-list {
    list-style: none;
    padding-left: 2vw !important;
    padding-right: 2vw;
}
.footer-list li {
    line-height: 2;
}
.footer-clm1, .footer-clm2, .footer-clm3 {
  border-left: 1px solid #333;
}
.footer-clm3 {
  border-right: 1px solid #333;
}
@media screen and (max-width: 599px) {
.footer-clm1, .footer-clm2, .footer-clm3 {
  border-left: none;
}
.footer-clm3 {
  border-right: none;
}
}