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



/* GENERAL */
.d_none {
	display: none !important;
}

a {
	transition: .5s;
}
a:hover {
	opacity: .7;
}

.d_block {
	display: block;
}

.w100 {
	width: 100%;
}
.w100 > a {
	width: 100%;
}
.w600 {
	max-width: 600px;
	width: 100%;
	margin: auto;
}
.w900 {
	max-width: 900px;
	width: 100%;
	margin: auto;
}
.w1000 {
	
}

.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}

.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}

.pt10 {
	padding-top: 10px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt40 {
	padding-top: 40px;
}

.pb10 {
	padding-bottom: 10px !important;
}
.pb20 {
	padding-bottom: 20px;
}
.pb40 {
	padding-bottom: 40px;
}

.txt_120 {
    font-size: 120%;
}

.op_03 {
	opacity: .3;
}
.op_05 {
	opacity: .5;
}
.op_07 {
	opacity: .7;
}

.flex_column {
	display: flex;
	flex-direction: column;
}

.ov_hidden {
	overflow: hidden;
}

.home .-type-card .p-postList__title {
	font-size: 22px;
}
#sidebar .-type-list .p-postList__title, .-type-card .p-postList__excerpt {
	font-size: 16px;
}
.c-postAuthor__figure {
	width: 35px;
	height: 35px;
}

/* header */
.c-catchphrase {
	display: flex;
	justify-content: space-between;
	width: 100% !important;
}
.sub_menu {
	display: flex;
}
.sub_menu li {
	margin: 0 10px;
}
.sub_menu li a {
	color: #57656E;
}
.sub_menu li a:hover {
	opacity: .7;
}

/* footer */
footer {
	padding-top: 30px;
}
.footer_01_h, .footer_02_h, .footer_03_h {
	font-size: 1.4em;
	opacity: .3;
	margin-bottom: .5em !important;
}
#footer ul li {
	font-size: .8em;
}


/* Category */
.cat_page {
	display: inline-block;
	font-weight: bold;
	font-size: 140%;
	border-bottom: 1px solid #000;
	margin: 0 0 10px;
}


/* 固定ページ */
.c-pageTitle {
display: none;
}
.post_content {
margin: 0;
}
.l-mainContent__inner>.post_content {
	margin-top: 0 !important;
}
.page .l-content {
	padding-top: 0 !important;
	margin-bottom: 0 !important;
}

/* 記事一覧 */
.c-postThumb__figure {
	margin: 0 !important;
}


/* 個別記事 */
.post .post_content h2 , .page .post_content h2 {
    background: repeating-linear-gradient(100deg, #58656e 0, rgba(141, 162, 176, 1 ) 100%);
}
.post .post_content .is-style-section_ttl ,
.page .post_content .is-style-section_ttl {
	background: none;
}


/* TOP */
.home .post_content h2 {
    background:rgba(255,255,255,0) ;
}
.hero_h2 {	
}
.hero_h2 h2 {
	font-family: 'Noto Serif JP', serif !important;
	font-weight: bold;
	text-shadow: 0 0 30px #000, 0 0 10px #000 !important;
}
.hero_p {
}
.hero_p div {
	width: fit-content;
	margin: auto;
}
.hero_p div p {
	width: fit-content;
	padding: 20px;
	font-weight: bold !important;
	border-top: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
	text-shadow: 0 0 30px #000, 0 0 10px #000 !important;
}
.hero_btn {
	
}
.hero_btn:hover {
	opacity: .7;
}
#main_content .n2-ss-slider .n2-ss-widget {
	margin-bottom: 20px !important; 
}

@media ( max-width: 767px ) {
	
	.hero_p div p {
		padding: 10px;
	}
	#main_content .n2-ss-slider .n2-ss-widget {
		margin-bottom: 10px !important;
	}

}


.org_menu {
	padding: 40px !important;	
	position: relative;
}
.org_menu_01 {
	background: url("https://www.test.sifiji.org/wp-content/uploads/2022/05/IMG_20200822_120348_.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}
.org_menu_02 {
	background: url("https://www.test.sifiji.org/wp-content/uploads/2022/10/rabie-madaci-4iwG8QD17AE-unsplash.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}
.org_menu_03 {
	background: url("https://www.test.sifiji.org/wp-content/uploads/2022/05/IMG_20200430_114356.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}
.org_menu_04 {
	background: url("https://www.test.sifiji.org/wp-content/uploads/2022/10/tobias-mrzyk-iuqmGmst5Po-unsplash.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}
.org_menu::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}
.org_menu h3 {
	color: #fff !important;
}
.org_menu p {
	color: #fff;
	position: relative;
	z-index:10;
}

.is-style-btn_line {
	
}
.is-style-btn_line.red_ a:hover {
	border: 1px solid #fff;
	background: rgba(255,255,255, .2);
}



/* form */
.wpcf7 form {
	max-width: 600px;
	margin: auto;
}
.wpcf7 form input {
	margin-bottom: 20px;
}
.wpcf7 form input[type="checkbox"] {
	margin-bottom: 0;
}
.wpcf7 form textarea {
	width: 100%;
}
.wpcf7 .form_must {
	font-size: .8em;
	color: red;
}
.wpcf7 form input[type="submit"] {
	font-weight: bold;
	color: #fff;
	background: #57656E;
	margin: 10px 0 0;
	padding: 10px 20px;
	width: 100%;
	min-width: 200px;
	transition: .5s;
}
.wpcf7 form input[type="submit"]:hover {
	opacity: .7;
}

/* 404 */
.img404 img {
	display: block;
	margin: auto;
	width: 200px;
	max-width: 100%;
}





