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

/* 追加CSS */

/* エディタでの見た目をできるだけ本番ページにあわせる */
.editor-visual-editor__post-title-wrapper{
	display: none;
}
.editor-styles-wrapper {
		font-family: 'Noto Sans JP', sans-serif;
	}

/* スマホのflex-reverseを追加 */
@media (max-width: 599px)  {
.swell-col-reverse .swell-block-columns__inner{
flex-direction: column-reverse; 
}
}

/*** common ***/
.zen-maru-gothic{
  font-family: "Zen Maru Gothic", serif;
}

/*** header ***/
.c-gnav>.menu-item>a {
    padding: 0 24px;
}
.c-gnav>.menu-item>a:after {
    bottom: 20px;
}
.c-gnav>.menu-item>a .ttl {
    font-size: 21px;
}

.l-header .l-container {
    max-width: 100%;
}
.l-header {
	position: absolute;
	background: transparent;
}
@media (max-width: 959px) {
.l-header {
    z-index: 102;
}
}
@media (min-width: 960px) {
    .l-topTitleArea {
        min-height: 427px;
    }
    .l-topTitleArea > img{
			left: 0;
  	  right: 0;
   	 max-width: 1500px;
   	 margin: 0 auto;
	}
}
@media (max-width: 959px) {
.l-topTitleArea {
	margin-top: -54px;
	min-height: 12em;
}
}

.l-fixHeader__inner{
	max-width: none;
	/*
	background-color: rgba(255,255,255,.6);
	*/
}
@media (max-width: 959px) {
    .l-fixHeader{
        display: block;
    }
	.l-fixHeader .l-fixHeader__gnav{
		display: none;
	}
	.l-fixHeader__logo{
		visibility: hidden;
		padding: 0;
	}
}
.p-spMenu{
	z-index: 103;
}


/*** footer ***/
div.w-footer__box .c-listMenu a {
    border-bottom: none;
}
div.w-footer__box .c-listMenu a:before {
	content: "";
}
div.w-footer__box .c-listMenu a:hover {
    padding: .75em 1em .75em 1.5em;
}
@media (min-width: 960px) {
footer div.w-footer__box:first-child{
	flex: 2;
}
div.w-footer__box #nav_menu-2 > div{
	display: flex;
	justify-content: flex-end;
}
}
@media (max-width: 959px) {
    footer div.w-footer__box:nth-child(2) {
        padding: 1em 0 0;
    }
    footer div.w-footer__box:last-child {
        margin-top: 0;
        padding: 0 0 1em;
    }
}

/*** contents ***/

/* 固定ページタイトル部 */
.c-pageTitle {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
    font-size: 2.4em;
	color: #000000;
	text-shadow: none;
	text-align: center;
}
.c-pageTitle::after{
	content: "";
	display: block;
	visibility: visible;
	height: 1px;
	width: 60px;
	border-bottom: 2px solid #000000;
	margin: 15px auto 0;
}
@media (min-width: 600px) {
    .c-pageTitle {
        font-size: 3.2em;
    }
.c-pageTitle::after{
	width: 100px;
	margin: 30px auto 0;
}
}

.l-content {
    margin-bottom: 0;
}

/* パンくず */
.p-breadcrumb.-bg-on {
    background: none	!important;
}

/* フッター直前ウィジェットの上マージン0に */
.w-beforeFooter{
	margin-top: 0;
}

/* スペーサー */
@media (max-width: 959px) {
	.wp-block-spacer{
		height: 40px	!important;
	}
}
@media (max-width: 599px) {
	.wp-block-spacer{
		height: 20px	!important;
	}
}

/* 区切り線 */
.post_content hr,
.editor-styles-wrapper hr,
.mce-content-body hr{
    border-bottom: 1px solid #000000	!important;
}

/** headline,paragraph **/
h2.is-style-default.wp-block-heading{
	font-size: 3.2rem	!important;
	font-weight: 700	!important;
  font-family: "Zen Maru Gothic", serif;
    margin: 4em 0 1em;
	color: #252530;
}
h3.wp-block-heading {
    font-weight: 500	!important;
    line-height: 1.3	!important;
	padding: 0.75em 1.25em;	!important;
}
.wp-block >:first-child, .wp-block div >:first-child,
.swell-block-column >:first-child, .swell-block-column div >:first-child {
    margin-top: 0 !important;
}
h3.h3-lline{
	color: #778dad;
	border-left: 5px solid #778dad;
	padding: 5px 0 5px 15px;
	font-weight: 600;
	font-size: 1.5rem;
}
/* アンダーライン付き見出し */
.hl-ul{
	border-bottom: 1px solid #000000	!important;
	padding-left: 0	!important;
}
.swell-block-column p{
	line-height: 2.4em;
}
/* table */
.wp-block-table td, .wp-block-table th {
	border: 2px solid #e6e6e6;
	border-right: none;
	border-left: none;
}
figure.wp-block-table.is-style-simple td, figure.wp-block-table.is-style-simple th {
    border-top: 2px solid #e6e6e6;
	padding-top: 1em;
	padding-bottom: 1em;
}
figure.wp-block-table.is-style-simple tr:first-child>td {
    border-top: none;
}
figure.wp-block-table.is-style-simple tr:last-child>td {
    border-bottom: 2px solid #e6e6e6;
}
/* STEP */
.swell-block-step__title+.swell-block-step__body {
    margin-top: 0	!important;
}
.swell-block-step__number {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;

}
/* キャプションボックス */
.cap_box_ttl {
    padding: 1em .5em	!important;
}
/* button */
.swell-block-button{
	margin-top: 3em !important;
}
.swell-block-button a, .wpforms-submit{
    box-shadow: 0 4px 0 #aaaaaa !important;
	font-size: 1.4rem !important;
	font-weight: 400 !important;
	padding: 0.75em 3em	!important;
	line-height: 1em !important;
}
.wpforms-submit{
	border-radius: 3px	!important;
	padding: 0 3em !important;
}
/* リッチカラムスタイル */
.is-style-clmn-border>.swell-block-columns__inner>.swell-block-column {
    border: 1px solid #000000;
	background: #ffffff;
}

/** home **/
.top #content{
	padding-top: 0;
}
.home-mv h1.wp-block-heading.is-style-section_ttl{
	font-size: 2.6rem;
  font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	line-height:1.5em;
	color: #252530;
	margin-bottom: 1.5em;
}
.home-mv p{
	font-size: 1.1rem;
}
@media (min-width: 960px) {
.home-mv.pc-py-0{
	/*
	padding: 330px 0 180px	!important;
	*/
}
}
.home-mv, .swell-block-fullWide__inner{
	position: relative;
}
.home-mv-catch{
	padding-top: 180px	!important;
	padding-bottom: 100px	!important;
	width: 100%	!important;
}
.home-mv-ring01{
	position: absolute	!important;
	aspect-ratio: 1 / 1	!important;
	width: 48%	!important;
	right: -4%	!important;
	bottom: -100px	!important;
}
.home-mv-ring02{
	position: absolute	!important;
	aspect-ratio: 1 / 1	!important;
	width: 98%	!important;
	bottom: 100px	!important;
	left: 30%	!important;
	/*
	transform: scale(98%) translateX(30%) translateY(100px)	!important;
	*/
	opacity: 0.5	!important;
}
.home-mv-ring03{
	position: absolute	!important;
	aspect-ratio: 1 / 1	!important;
	width: 25%	!important;
	left: -26%	!important;
	bottom: -100px	!important;
}
@media (max-width: 1200px) {
.home-mv-ring03{
	width: 150px	!important;
	left: -5%	!important;
	bottom: -50px	!important;
}
}
@media (max-width: 600px) {
.home-mv-ring01{
	max-width: 160px	!important;
	right: -20%	!important;
	bottom: auto	!important;
	top: 85px	!important;
}
.home-mv-ring02{
	width: 290px	!important;
	left: 40%	!important;
	bottom: auto	!important;
	top: -120px	!important;
}
.home-mv-ring03{
	width: 95px	!important;
	left: -10%	!important;
	bottom: 10px	!important;
}
}


@keyframes rotate {
  from {
    transform: rotate(0deg);
	transform-origin: center;
  }
  to {
    transform: rotate(360deg);
	transform-origin: center;
  }
}
.rotate01 {
  animation: rotate 18s infinite linear;
}
.rotate02 {
  animation: rotate 27s infinite linear;
	animation-direction: reverse;
}
.rotate03 {
  animation: rotate 8s infinite linear;
}



@media (min-width: 960px) {
	.wp-block-latest-posts.columns-3 {
		flex-wrap: nowrap;
		gap: 36px;
	}
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em);
    }
}
@media (max-width: 599px) {
.wp-block-latest-posts.columns-3 li{
	margin-right: 0;	
}
}
a.wp-block-latest-posts__post-title{
	color: #000000;
	font-size: 1.1rem;
	font-weight: 500;
}
.wp-block-latest-posts__post-date{
	font-size: 0.9rem;
}

/* NEWS/BLOG */
small.c-pageTitle__subTitle{
	display: none	!important;
}
[class*="page-numbers"] {
  font-family: "Zen Maru Gothic", serif	!important;
	font-size: 18px	!important;
	font-weight: bold	!important;
}
[class*=page-numbers].current, [class*=page-numbers]:hover {
    background-color: #778dad	!important;
    border: solid 1px #778dad	!important;
}
/* サイドバーウィジェット */
.c-widget__title.-side::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--color_main);
}
.c-widget__title {
  font-family: "Zen Maru Gothic", serif	!important;
    font-size: 4vw;
    font-weight: bold	!important;
}
.c-widget__title.-side {
    padding: .5em .5em .5em 0;
}
@media (min-width: 600px) {
    .c-widget__title {
        font-size: 21px;
    }
}
/* サイドバーの検索窓 */
.c-searchForm__s {
    border: 1px solid #333333;
    border-radius: 5px;
    padding: .25em .5em;
}
.c-searchForm__submit {
    border-radius: 0 5px 5px 0;
    background-color: #778dad	!important;
    border: 1px solid #333333	!important;
    border-left: none	!important;
}
/* サイドバーのカテゴリリストの見た目調整 */
.c-listMenu a {
    border-bottom: none;
}
.c-listMenu a:hover {
	padding: .75em 1em .75em 1.5em;
}
/* サイドバーのタグリストの見た目調整 */
.widget_tags .p-articleMetas__termList {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0.25em 0 0;
}
.widget_tags .c-tagList:before{
	display:none;	
}
.widget_tags .p-articleMetas__termList.c-tagList{
	flex-direction: column;
	align-items: flex-start;
}
.widget_tags .c-tagList__link{
	width: 100%;
	background: none	!important;
	display: block	!important;
	padding: .75em 0 .75em 0.5em;
}
.widget_tags .c-tagList__link:hover {
    background-color: var(--swl-color_hov_gray)	!important;
}
.widget_tags .c-tagList__link:before {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;    color: inherit;
    content: "\e935";
    margin-right: .5em;
	
	vertical-align: middle;
}

#body_wrap.single-post{
	padding-top: 104px;
	
}
/* サイドバーのランキング デザインカスタマイズ */
.-w-ranking .p-postList__item:first-child:before,
.-w-ranking .p-postList__item:nth-child(2):before,
.-w-ranking .p-postList__item:nth-child(3):before{
    background-color: #3c3c3c !important;
	background-image: none !important;
    top: -5px;
}

.indent-lv01{
	margin-left: 1em;
}
.indent-lv02{
	margin-left: 2em;
}