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

.c-iconList{
	zoom: 1.5;
}

.l-topTitleArea {
    min-height: 150px!important;
}

@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');
  


.heading6-3 {
   position: relative; /*疑似要素の基準*/
   padding-top: 35px; /*日本語テキストの上に余白を指定*/
   padding-bottom: 0px; /*日本語テキストの下に余白を指定*/
   font-size: 30px!important;
   text-align: center;
   margin-bottom:40px!important;
}

.heading6-3 span {
   position: relative; /*z-indexを指定するために必要*/
   z-index: 2; /*英字テキストの上の階層に配置*/
}

.heading6-3::before { /*英字テキストを擬似要素で表現*/
   content: attr(data-en); /*データ属性の読み込み*/
   position: absolute;
   top: 0; /*基準の上側に配置*/
   left: 50%; /*左右中央配置*/
   transform: translateX(-50%); /*左右中央配置*/
   color: #8080F81E; /*半透明のテキストカラーを指定*/
   font-size: 50px;
   font-style: italic;
   font-family: 'Pinyon Script', cursive;
   z-index: 1;
}