@charset "UTF-8";
html {
	scroll-behavior: smooth
}
blockquote, body, code, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul {
	list-style: none
}
ol li, ul li {
	list-style-position: inside;
}
li {
	display: block;
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
q:after, q:before {
	content: ""
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}
input, select, textarea {
	font-size: 100%
}
legend {
	color: #000
}
#yui3-css-stamp.cssreset {
	display: none;
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
strong {
	font-weight: 500;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc
}
.tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
html {
	height: 100%
}
body {
	background: #fff;
	font-family: "heisei-kaku-gothic-std","Lato", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 300;
	line-height: 2;
	height: 100%;
	padding-top: 86px!important;
}
main {
	height: auto;
}
p {
    text-align: justify;
}
a {
    color: inherit;
}
a:hover {
	color: #E3556E;
}
.separate {
    border-top: 1px solid;
}
.sp {
	display: none;
}
.layout_flex {
    display: flex;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	text-shadow: 0 0 0!important;
}

@media only screen and (max-width:767px) {
	body {
		padding-top: 60px!important
	}
}
.header {
	position: absolute;
	z-index: 10000;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	/*align-items: center;*/
	width: 100%;
	height: 112px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	/*border-bottom: 1px solid #ccc;*/
	background-color: rgba(255,255,255,.0);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header .header_logo {
	max-width: 400px;
	padding: 20px;
}
.header .header_logo img {
	width: 100%;
	max-width: 430px;
}
.header .header_logo.logo_active img {
    width: 100%;
    max-width: 430px;
    filter: none;
}
.header .header_logo span{
	width: calc(100% + 100px);
    margin-right: -100px;
    display: block;
	font-size: 14px;
}
.logo_active span {
    color: #fff;
}
.btn-head {
    position: absolute;
    right: 110px;
}
.btn-head .btn-more {
    border-radius: 0 0 20px 0;
    padding: 10px 1em;
    font-size: 16px;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    position:fixed;
    z-index: 999;
    top:-120%;
    left:0;
    width:100%;
    height: 70vh;/*ナビの高さ*/
    background:#383B5D;
    /*動き*/
    transition: all 0.6s;
}
.g-nav_inner {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}
h1.g-navlogo {
    width: 278px;
    margin-bottom: 20px;
}
h1.g-navlogo img {
    width: 100%;
}
.g-nav-under {
    width: 50%;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav #g-nav-list {
    width: 100%;
}
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: auto;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
	z-index: 999;
	width: 100%;
}


/*リストのレイアウト設定*/
#g-nav-list {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.col:first-child {
    width: 50%;
}
.g-nav-list_00 {
    margin-bottom: 1.5em;
}
.g-nav-list_01 {
    padding-left: 2em;
    margin-bottom: 1.5em;
}
#g-nav li,#global-nav li{
  list-style: none;
  margin-bottom: 5px;
}

#g-nav li a,#global-nav li a{
  color: #000;
  text-decoration: none;
  padding: 0.3em;
  padding-left: 1em;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 14px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transition: transform 0.3s ease;
}
#g-nav li a:hover,#global-nav li a:hover {
	transform: translateX(5px);
}
li.g-nav-s {
    padding-left: 1em;
}
ul.g-nav-list_02 li a {
    margin-bottom: 2em;
}
#global-nav li.nav-sns a,#g-nav li.nav-sns a {
    border-left: none;
    border-bottom: none;
    font-size: 30px;
    padding: 0 0 0 0.3em;
}
a.btn.btn-more.tag-link {
    height: 40px;
    font-size: 14px;
    padding: 10px;
}
a.btn.btn-more.tag-link:hover {
    background: #4CA222;
}



@media only screen and (max-width:767px) {
	.header {
		height: 60px
	}
	.header .header_info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.header .header_info .header_search {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.header .header_info .header_search>input {
		width: 100%;
		max-width: 100%
	}
	.header .header_info .header_contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.header .header_info .header_time {
		border-left: none;
		padding: 5px 10px
	}
	.header .header_info .header_time dl {
		margin-bottom: 5px
	}
	.header .header_info .header_time dl:last-child {
		margin-bottom: 0
	}
	.header .header_info .header_time dl dd, .header .header_info .header_time dl dt {
		font-size: 14px;
		line-height: 1
	}
	.header .header_info .header_time dl dt {
		width: 60px
	}
	.header .header_info p>a i, .header .header_info p>a svg {
		margin-bottom: 5px;
		font-size: 16px
	}
}
@media only screen and (max-width:500px) {
	.openbtn {
		top: 28px;
		right: 30px;
		width: 60px;
		height: 40px;
	}
	.openbtn span {
		width: 60px;
	}
	.openbtn.active span:nth-of-type(1) {
		width: 60px;
	}
	.openbtn.active span:nth-of-type(3) {
		width: 60px;
	}
	#global-nav li a {
		line-height: 1.5em;
	}

}
body.admin-bar .header {
	top: 32px
}




@media only screen and (max-width:767px) {
	body.admin-bar .header {
		top: 46px
	}
}

/*新規グロナビここから*/
/*ハンバーガーメニュー*/
    /* ヘッダー */
    header {
		padding: 15px 20px;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 100;
		display: flex;
		justify-content: space-between;
		align-items: center;
	  }
	header .logo picture img {
		display: block;
		width: 430px;
	}

	  
	  /* ハンバーガーメニューボタン（2本線 + MENUテキスト） */
	  .menu-toggle {
		display: flex;
		flex-direction: column;
		align-items: center;
		cursor: pointer;
		z-index: 200;
		position: relative;
		position: fixed;
    	right: 20px;
		/*top:20px;*/
	  }
	  
	  .menu-toggle span {
		display: block;
		width: 58px;
		height: 3px;
		background-color: #333;
		margin: 4px 0;
		transition: all 0.3s ease;
	  }
	  
	  .menu-text {
		font-size: 12px;
		font-weight: 500;
		margin-top: 3px;
		color: #333;
		transition: all 0.3s ease;
	  }
	  
	  /* ハンバーガーメニューがアクティブ時の✕マーク */
	  .menu-toggle.active span:nth-child(1) {
		transform: rotate(20deg) translate(4px, 10px);
	  }
	  
	  .menu-toggle.active span:nth-child(2) {
		transform: rotate(-20deg);
	  }
	  
	  /* オプション：MENUテキストをアクティブ時に閉じるに変更 */
	  .menu-toggle.active .menu-text {
		opacity: 0; /* もしくは別のテキストに変更も可能 */
	  }
	  
	  /* グローバルナビ */
	  .global-nav {
		position: fixed;
		top: 100px;
		right: -660px;
		width: 660px;
		height: 85vh;
		max-height: 780px;
		background-color: #fff;
		padding-top: 80px;
		transition: right 0.4s ease;
		z-index: 150;
		overflow-y: auto;
		/*overflow-y: hidden;*/
		border: 3px solid;
		border-right: none;
		border-radius: 20px 0 0 20px;
	}
	  
	  /* オーバーレイ（暗い背景） */
	  .overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.4s ease;
		z-index: 120;
	  }
	  
	  /* ナビメニューがアクティブ時 */
	  .nav-active .global-nav {
		right: 0; /* 画面内に表示 */
	  }
	  
	  .nav-active .overlay {
		opacity: 1;
		visibility:visible;  
	  }
	  
	  /* ナビメニューの内部リスト */
	  .nav-list {
		list-style: none;
	  }
	  
	  .nav-list li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	  }
	  
	  .nav-list a {
		display: block;
		padding: 15px 20px;
		color: #fff;
		text-decoration: none;
		transition: background-color 0.3s;
	  }
	  
	  .nav-list a:hover {
		background-color: rgba(255, 255, 255, 0.1);
	  }

@media screen and (max-width: 767px) {
	  header .logo picture img {
		width: 160px;
		display: block;
	  }
	  .menu-toggle {
		right: 20px;
		top: 30px;
	}
	.btn-head {
		right: 0;
		top: 90px;
	}
	.btn-head .btn-more {
		border-radius: 0 0 0 15px;
		padding: 7px 1em;
		font-size: 14px;
	}
}
/*新規グロナビここまで*/

.footer {
	position: sticky;
	margin-bottom: 6vw;
    padding-bottom: 0px;
    overflow: hidden;
}
.footer .footer_inner {
	padding: 200px 0 40px;
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.statement {
    width: 40vw;
	font-size: 18px;
}
.statement .logo {
    width: 440px;
	margin-bottom: 80px;
}
.statement .logo img {
    width: 100%;
}
.statement p {
    width: 100%;
}

section#contact {
    background: #efefef;
}
#contact.section .section_inner {
	width: 100%;
	text-align: center;
}
#contact.section .section_header {
    position: relative;
    padding-bottom: 20px;
    display: block;
    align-items: end;
}
#contact .section_header_txt p {
    text-align:center;
}
.gf_container {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .responsive-iframe {
	width: 90%;
    height: 90vh;
    border: none;
  }

section#access {
    background: #efefef;
    border-radius: 0 0 0 150px;
}
section#access .section_inner{
	max-width: 1100px;
    margin: 0 auto;
}
.layout_flex_img {
    width: 650px;
    height: 432px;
}
.layout_flex_img img {
    width: 100%;
	border: 3px solid;
    border-radius: 0 0 0 60px;
}
.layout_flex_txt {
    font-size: 18px;
	font-weight: 300;
    width: 350px;
    margin-left: 100px;
}
.layout_flex_txt li {
    border-bottom: 1px solid;
    padding-bottom: 1em;
    padding-top: 1em;
}
.layout_flex_txt .btn-more {
    height: 40px;
    padding-top: 8px;
    width: 266px;
    font-size: 16px;
	border-radius: 0 0 20px 0;
}
.layout_flex_txt .btn-more:hover {
    background-color: #72C3C7;
}

.footer_body {
    width: 100%;
}
.footer .layout_flex {
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer #g-nav {
    position: relative;
    top: unset;
    height: unset;
	background-color: unset;
	width: 440px;
}
.footer .g-nav_inner {
    position: relative;
    z-index: 999;
    width: 100%;
    align-items: center;
}
.footer #g-nav ul {
    position: relative;
    top: unset;
    left: unset;
    transform: inherit;
}
.searchandfilter ul {
    display: block!important;
}
nav form.searchandfilter {
    margin-bottom: 1em;
}
nav form.searchandfilter ul {
    display: block;
}
nav input[type="text"] {
    width: 100%;
    height: 50px;
    border: 1px solid;
    padding: 5px 10px;
	font-size: 15px;
	position: relative;
	z-index: 100;
	border-radius: 0%;
}
nav input[type="submit"] {
	position: absolute;
    width: 20%;
    height: 50px;
    z-index: 500;
    top: -55px;
    right: 0;
	background: #fff;
	border: 1px solid;
    border-left: none;
    font-size: 16px;
	color: #000;
	border-radius: 0%;
}

.footer .footer_copyright {
    width: 100%;
    text-align: center;
    color: #000;
    margin-top: 4em;
}

ul#g-nav-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}
ul#g-nav-banner li {
    margin: 0 16px;
}
ul#g-nav-banner img {
    height: 100px;
}


@media only screen and (max-width:960px) {
	.btn-more {
		border-radius: 0 0 20px 0;
	}
	.layout_flex {
		flex-wrap: wrap;
	}
	.layout_flex_img {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	.layout_flex_txt {
		font-size: 18px;
		font-weight: 300;
		width: 80%;
		margin: 0 auto;
	}
	.footer .footer_inner {
		padding: 80px 0 40px;
		width: 90%;
		max-width: 720px;
		flex-wrap: wrap;
	}
	.footer .g-nav_inner {
		top: inherit;
		left: inherit;
		transform: inherit;
	}
	.footer .layout_flex {
		flex-direction: column-reverse;
	}
	.statement {
		width: 100%;
		font-size: 16px;
	}
	.statement .logo {
		margin: 0 auto 40px;
	}
	.footer #g-nav {
		width: 100%;
	}
	.col:last-child {
		width: 40%;
	}
	.footer .g-nav-under {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 120px;
	}
}


@media only screen and (max-width:767px) {
	.layout_flex_txt .btn-more {
		height: 40px;
		padding-top: 10px;
		width: 100%;
		font-size: 14px;
		border-radius: 0 0 20px 0;
	}
	.footer {
		padding: 30px 15px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.footer .footer_logo {
		margin: 0 auto 20px;
		text-align: center
	}
	.footer .footer_contact {
		width: 100%;
		margin-bottom: 20px
	}
	.footer .footer_nav {
		width: 100%;
		margin-bottom: 20px
	}
	.footer .footer_nav .footer_nav_list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: -10px
	}
	.footer .footer_sns {
		width: 100%;
	}
	.footer_menu .logo img {
		width: 60%;
		min-width: 280px;
	}
	nav form.searchandfilter {
		margin-bottom: 2em;
	}
}

@media only screen and (max-width:767px) {
	body.admin-bar main {
		padding-top: 46px
	}
}

@media only screen and (max-width:500px) {
	nav form.searchandfilter {
        margin-bottom: 1.5em;
    }
	/*nav input[type="text"] {
		width: 100%;
		border: 1px solid;
		padding: 0;
		font-size: 15px;
	}
	nav input[type="submit"] {
        font-size: 14px;
	}*/
	.gf_container {
		width: 100vw;
		height: 130vh;
	}
	.responsive-iframe {
		width: 100%;
		height: 130vh;
	}
}

@media only screen and (max-width:350px) {
	.footer .col:first-child,.footer .col:last-child {
        width: 100%;
    }

}





.section {
	scroll-margin-top: 86px;
	padding: 70px 0
}
.section.section-bg_head {
	background: #efefef;
    border-radius: 120px 0 0 0;
    margin-top: 120px;
}
.section.is-black {
	background-color: #000
}
.section.is-gray {
    background-color: #F5F4F0;
	margin-top: 100px;
    padding: 100px 0;
}
.section .section_inner {
	width: 90%;
	/*max-width: 1420px;*/
	margin: 0 auto;
}
.single .section {
	padding: 0;
}
.single .section .section_inner {
	max-width: 1120px;
}
.post-categories {
    position: relative;
    top: -2.5em;
    z-index: 100;
    background: #ffffff;
    border: 2px solid;
    width: fit-content;
    height: auto;
    font-size: 12px;
    text-align: center;
    padding: 0.3em 0;
    font-size: 16px;
}
.post-categories a {
    text-decoration: none;
	padding: 1em;
}
/*.post-categories a::after {
    content: '|';
    padding: 0 0 0 1em;
}
.post-categories a:last-child::after {
    display: none;
}*/
span.category-separator:last-child {
    display: none;
}
.page .section .section_inner {
    width:100%;
}
.page .section.all-article .section_inner {
    width: 90%;
    max-width: 1600px;
}
.section.page-wrap .section_header {
    padding-bottom: 0;
}

.section .section_header {
	position: relative;
	padding-bottom: 20px;
    display: flex;
    align-items: end;
}
.section .section_header .section_headerBtn {
	position: absolute;
	right: 40px;
    bottom: 0px;
	
}
.section.page-wrap .section_header {
    padding-bottom: 0;
}
.page-wrap .heading-primary {
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-wrap .section_header p {
    background: #efefef;
    right: 10%;
    position: absolute;
    font-weight: 500;
    padding: 0 1em;
    letter-spacing: 0.32px;
}
.page-wrap .section_body {
    padding-top: 145px;
    width: 100%;
    max-width: none;
    background: #efefef;
	border-radius: 150px 0 0 0;
}
.page-wrap .content {
    width: 700px;
    margin: 0 auto;
	padding-bottom: 80px;
}

.section .section_desc {
	padding-bottom: 30px
}
.section .section_desc p {
	font-weight: 500;
	font-size: 16px
}
.section .section_body .section_pic {
	padding: 30px 0
}
.section .section_body .section_text p {
	line-height: 3;
	font-size: 16px
}
.section.article-top {
	padding: 0;
}
.section.article-top .section_header {
	background-color: #efefef;
	padding-bottom:0;
}
.section.article-top .heading-primary {
	margin: 60px auto 0;
	padding-bottom: 0;
	transform: scaleX(0.9);
}
.section.article-top .section_header p {
    background: #fff;
    right: 10%;
    position: absolute;
	font-weight: 500;
	padding: 0 1em;
	letter-spacing: 0.32px;
}
.section.article-top .section_inner {
    padding-top: 80px;
	width: 90%;
	max-width: none;
}




@media only screen and (max-width:767px) {
	.section {
		padding: 40px 0
	}
	.section.article-top .heading-primary {
		top: 110px;
	}
	.section.article-top .section_header {
		padding-top: 0;
	}
	.section.article-top .section_header p {
		right: 10%;
		position: absolute;
	}
	.section.article-top .section_inner {
		padding-top: 160px;
	}
	
	.section.section-info .section_inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.section.section-info .section_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.section.section-info .section_content {
		width: 100%;
		margin: 0 auto 20px
	}
	.section.section-info .section_pic {
		width: 100%;
		margin: 0 auto 20px
	}
	.section.section-access .section_inner .section_content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%
	}
	.section.section-access .section_inner .section_content .section_header {
		width: 25%
	}
	.section.section-access .section_inner .section_content .section_btn {
		width: 100%;
		max-width: 350px;
		margin: 15px 0
	}
	.section.section-bg_head {
		border-radius: 80px 0 0 0;
		margin-top: 120px;
	}
	section.section-bg_head {
		border-radius: 80px 0 0 0;
		margin-top: 120px;
		padding-top: 60px;
	}
	.articleList {
		margin-top: 40px;
	}
	.page .section {
        padding: 80px 0;
    }
}

@media only screen and (max-width:500px) {
	.section.article-top .section_header {
        height: 20vw;
    }
	.section.article-top .heading-primary {
        top: 80px;
    }
	.section.article-top .section_inner {
        padding-top: 120px;
    }
	.page-wrap .section_body {
		padding-top: 145px;
		width: 100%;
		max-width: none;
		background: #efefef;
		border-radius: 80px 0 0 0;
	}
	.single .section .section_inner {
		padding-top: 40px;
	}
}


.is-full .section .section_inner {
	max-width: none;
	padding-left: 0;
	padding-right: 0
}
.is-full .section_header {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}
.gnav {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.gnav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.gnav>ul>li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	text-align: center
}
.gnav>ul>li>a {
	font-weight: 500;
	white-space: nowrap;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	transition: 0.2s linear all;
}
.gnav>ul>li>a:hover {
	opacity: 0.8
}
@media only screen and (max-width:767px) {
	.gnav {
		position: fixed;
		z-index: 100;
		top: 60px;
		left: 0;
		display: none;
		overflow-x: hidden;
		width: 100%;
		height: 100%;
		padding-bottom: 100px;
		background: white
	}
	.gnav.is-active {
		display: block;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out
	}
	.gnav>ul {
		display: block;
		margin: 0 auto;
		padding: 0 0
	}
	.gnav>ul>li {
		padding: 10px 15px;
		list-style: none;
		border-bottom: 1px solid #000
	}
	.gnav>ul>li>a {
		font-weight: 500;
		display: block;
		text-align: center;
		text-decoration: none;
		color: #000;
		font-size: 16px
	}
	.gnav>ul>li>a>span {
		display: block;
		text-align: center;
		font-size: 12px
	}
}
.btn {
	position: relative;
	font-weight: 300;
	line-height: 1.4;
	display: inline-block;
	padding: 10px 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	color: #000;
	font-size: 14px;
}
.btn:hover {
	transition: 0.2s ease all;
	color: #fff;
}
.btn.is-active {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-more {
    text-align: center;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    background: #000;
    color: #fff;
    border-radius: 0 0 30px 0;
    width: 100%;
    padding: 20px;
}
.btn-block {
	display: block;
	margin: 0 auto
}
.btn-sm {
	padding: 4px 6px;
	font-size: 12px
}
.btn-center {
	display: block;
	margin-right: auto;
	margin-left: auto
}
.btn-transparent {
	border: 1px solid #fff;
	background: none
}
.btn-transparent:hover {
	opacity: 0.8
}
@media only screen and (max-width:767px) {
	.btn {
		padding: 10px;
		font-size: 16px;
	}
	.article-top_btn {
		width: 100%;
		margin: 20px auto;
	}
	.article-top_btn .btn {
		padding: 14px 0;
	}
}
.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}
.card .card_body {
    background: #efefef;
    padding: 2em 1em 1em;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    border-radius: 0 0 60px 0;
    transition: 0.2s ease;
    position: relative;
    top: -1.8em;
}
.all-article .card .card_body,.search .card .card_body {
    background: #fff;
}
.search a.card:hover .card_body {
    background: #E3556E;
	color:#fff;
}
.search a.card:hover .card_tag {
	color:#e0e0e0;
}

.card .card_label {
    position: relative;
    top: -1em;
	left: 2em;
    z-index: 100;
    background: #ffffff;
    border: 2px solid;
	width: fit-content;
    height: auto;
    font-size: 12px;
    text-align: center;
}
.single .card .card_label {
	left: 0;
}
.card .card_label .label {
	border-right: 1px solid;
	padding: 0 1em;
}
.card .card_label .label:last-child {
	border-right: none;
}
.search a.card:hover .card_label,.post a.card:hover .card_label {
	color:#000;
	border:2px solid #000;
}
.card_tag {
    font-size: 12px;
    line-height: 1.5em;
	color: #888888;
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0.5em;
}
/*.card_tag::before {
    content: '#';
    margin-right: -3px;
}*/
.card_date {
    font-size: 12px;
}
.card .card_pic {
	position: relative;
	width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 20px;
    border: 2px solid;
    overflow: hidden;
	z-index: 1;
}
.card .card_pic img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
	border-radius: 20px;
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease
}
.cardList_item:hover .card_pic img {
	transform: scale(1.1);
	transform-origin: center;
}
.cardList_item:hover .card_body{
	background: #E3556E;
	color: #fff;
}

.cardList_item:hover .card_tag {
    color: #fff;
}
.card .card_title {
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0.5em;
}
@media screen and (max-width:768px) {
	.card .card_title {
		padding-bottom: 10px
	}
	.archive_slider {
		padding: 0 5% 20px;
	}
}
.card time {
	margin-top: auto;
	font-size: 12px
}
.card-wrapper {
	margin-bottom: -30px
}
@media screen and (max-width:768px) {
	.card-wrapper {
		display: block;
		margin-bottom: 0
	}
}
.card-wrapper .card {
	margin-bottom: 30px
}
.cardList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	align-content: space-between;
	align-items: normal;
}
.cardList.cardList-1row .cardList_item {
	padding-bottom: 0;
}
.cardList .cardList_item {
	width: 25%;
    padding: 0 1.5%;
	display: block;
	margin-bottom: 1em;
}
.card .card_pic_wrap::before {
    content: '';
    background: #efefef;
    display: block;
    width: 90%;
    height: 1em;
    margin: 0 auto;
	transition: 0.2s ease;
}
.card:hover .card_pic_wrap::before {
    content: '';
    background: #E3556E;
    display: block;
    width: 90%;
    height: 1em;
    margin: 0 auto;
}
.all-article .card .card_pic_wrap::before,.search .card .card_pic_wrap::before {
    background: #fff;
}
.all-article .card:hover .card_pic_wrap::before,.search .card:hover .card_pic_wrap::before {
    background: #E3556E;
}
.cardList .cardList_item a {
	text-decoration: none;
	color: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s
}

.article-top_btn {
	width: 340px;
	margin: 0 auto;
}
.article-top_btn .btn-more:hover,.btn-head .btn-more:hover {
	background: #E3556E;
}
#find {
	background: #efefef;
}
.home #find {
	background: #ffffff;
}
.single #find {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	padding: 80px 0;
}
#find.section .section_inner {
	width: 90%;
	max-width: unset;
}
.find-list {
    margin-bottom: 40px;
}
.find-list h3 {
    font-size: 34px;
    font-weight: 500;
	margin-bottom: 0.3em;
}
.find-list a {
    color: inherit;
    text-decoration: inherit;
}
.cat-list ul li {
    display: inline-block;
    padding: 0 1em;
    border-left: 1px solid;
    border-bottom: 1px solid;
	margin-right: 2em;
	margin-bottom: 2em;
	transition: transform 0.3s ease;
}
.cat-list li:hover {
    transform: translateX(5px);
	transform-origin: left top;
}
.group-archive {
    display: inline-block;
}
.cat-list ul .group-archive li {
    transition: 0.3s ease;
}
.cat-list ul .group-archive li:hover {
    background: #000;
    color: #fff;
}
.tagcloud {
    margin-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tag-list h4 {
    /*display: inline-block;*/
    text-align: right;
    width: 5em;
    font-size: 18px;
    font-weight: 500;
}
.tagcloud-tags {
    width: calc(100% - 9em);
}
.tag-list a {
    font-size: 16px !important;
    color: #888888;
    margin-right: 1em;
}
.tag-list a:hover {
	color:#E3556E;
	transition: 0.2s ease;
}
.tag-list div#tag-groups-tag-list-67e0e03b392e6 {
    column-count: 1 !important;
}
.tag-groups-keep-together {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.post-single_info .tag-groups-keep-together {
    border-bottom: 1px solid #cbcbcb;
}
.tag-groups-tag-list h3 {
    width: 5em;
    text-align: right;
    font-size: 16px;
    margin-right: 1em !important;
}
.tag-groups-tag-list-tags {
    display: flex;
    flex-wrap: wrap;
	margin-left: 1em !important;
	width: calc(95% - 5em);
}
.tag-groups-premium-post-tags-div {
    display: none;
}
.post-single_info {
    width: 460px;
    background: #fff;
    margin: 150px auto;
    border: 2px solid;
    border-radius: 50px 0 0 0;
    padding: 3em;
}
h3.record-date {
    text-align: right;
    width: 5em;
}
.post .post-single_info time {
    margin-bottom: 0!important;
	font-weight: 300;
    font-size: 14px;
    margin-left: 0.5em;
}
.tag-groups-tag-list {
    margin-bottom: 2em;
}
.tag-groups-tag-list-tags {
    margin: 0.5em 0 0.5em 1em!important;
	color: #888888;
	font-weight: 300;
}
.tag-groups-tag-list-tags a {
    text-decoration: none;
}
span.tag-groups-label::before {
    content: '#';
    margin-left: 0.5em;
}
.tag-recorder span.tag-groups-label::before {
    content: '';
    margin-left: 0.5em;
}
.single-map iframe {
    width: 100%;
}


form.searchandfilter ul li {
    position: relative;
	font-size: 20px;
	padding-right: 0;
	width: 100%;
	display: block;
}
.find-list input[type="text"] {
    width: 100%;
    height: 70px;
    border: 1px solid;
    padding: 5px 10px;
	border-radius: 0%;
}
.find-list button.search-btn {
	position: absolute;
    width: 5%;
    height: 70px;
    z-index: 100;
    top: -70px;
    right: 0;
    background: #fff;
    border: 1px solid;
    border-left: none;
    font-size: 34px;
    font-weight: 900;
	color: #000;
}
.ym-list a {
	font-size: 18px;
    text-decoration: underline;
}
.ym-list a:hover {
	color:#E3556E;
	transition: 0.2s ease;
}

@media only screen and (max-width:960px) {
.cardList .cardList_item {
    width: 33%;
}
}

@media only screen and (max-width:767px) {
	.cardList {
		width: 100%;
        margin: auto;
		justify-content: space-between;
	}
	.cardList .cardList_item {
		width: 48%;
		padding-bottom: 30px;
	}
	.cardList.cardList-1row .cardList_item {
		margin-bottom: 20px;
	}
	.cardList .cardList_item:last-child {
		margin-bottom: 0
	}
	.card .card_title {
        padding: 0;
		-webkit-line-clamp: 2;
		font-size: 16px;
		line-height: 24px;
    }
	.card_tag {
		-webkit-line-clamp: 2;
	}
	.article-top_btn {
		width: 100%;
		margin: 20px auto;
	}
	.article-top_btn .btn {
		padding: 14px 0;
	}
	.tag-groups-tag-list h3,h3.record-date {
		width: 100%;
		text-align: left;
		font-size: 18px;
	}
	.tag-groups-tag-list-tags {
		margin-left: 0;
		width: 100%;
		margin: 0 0 1em 0!important;
	}
	.find-list input[type="text"] {
		height: 50px;
	}
	.find-list input[type="submit"] {
		width: 15%;
		height: 50px;
        top: -50px;
		font-size: 24px;
	}
	.find-list button.search-btn {
		width: 10%;
		height: 50px;
		z-index: 100;
		top: -50px;
		right: 0;
		font-size: 30px;
	}
	.post-single_info .tag-groups-keep-together {
		border-bottom: 1px solid #cbcbcb;
		margin-top: 0.5em;
	}
	.post-single_info .tag-groups-tag-list-tags {
        margin: 0 0 0.5em 0 !important;
    }
}

@media only screen and (max-width:500px) {
	.cardList .cardList_item {
        width: 50%;
    }
	.cardList.cardList-1row .cardList_item {
        margin-bottom: 0;
    }
	.card .card_label {
		left: 1.7em;
	}
	.card .card_pic_wrap::before {
		margin: 0 auto -5px;
	}
	.card .card_body {
		padding: 2em 0.7em 1em;
		border-radius: 0 0 40px 0;
		top: -2em;
	}
	.card .card_title {
        font-size: 14px;
        line-height: 20px;
    }
	.card_tag {
		font-size: 11px;
		-webkit-line-clamp: 2;
	}
	.group-archive {
		display: unset;
	}
	.cat-list ul li {
		font-size: 15px;
		margin-right: 1em;
	}
	span.tag-groups-label,span.tag-groups-prepend {
		font-size: 14px !important;
	}
	.single .section.section-bg_head {
        border-radius: 0 80px 0 0;
        margin-top: 120px;
    }
	.single .section .section_header {
		padding-top: 40px;
	} 
	.single .section.section_header {
		padding-top: 40px;
	}
	.post-categories {
		top: 0;
		text-align: center;
		padding: 0;
		font-size: 14px;
		margin-left: 20px;
	}
	.post-categories a {
		text-decoration: none;
		padding: 0.5em;
	}
	.post-single_info {
		width: 100%;
		margin: 120px auto 0;
	}
	.post-single_info .tag-groups-keep-together {
		padding-top: 1em;
	}
	/*span.tag-groups-tag {
		margin-right: 1em;
	}*/
	.find-list button.search-btn {
		position: absolute;
        width: 15%;
        height: 50px;
        z-index: 100;
        top: -50px;
        font-size: 24px;
        font-weight: 900;
		color: #000;
		border-left: none;
	}

}

section#about {
    position: relative;
}
section#about::before {
    content: '';
    background: #efefef;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 180px;
}
#about.section .section_inner {
    width: 90%;
	max-width: 1600px;
    position: relative;
}
.img_about picture img {
    width: 100%;
}

.is-black .heading {
	color: #fff
}
.is-black .heading:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(5%, #fff), color-stop(5%, #fff), to(#fff));
	background: linear-gradient(to right, #fff 5%, #fff 5%, #fff 100%)
}
.heading {
	font-weight: 500;
	line-height: 1.2
}
.heading>span {
    display: block;
    padding-bottom: 0px;
    letter-spacing: 0.05em;
    font-size: 24px;
    line-height: 1;
    text-align: center;
	font-weight: 300;
}
.heading-primary {
	position: relative;
	display: block;
	margin: 0 auto 40px;
	padding-bottom: 15px;
	letter-spacing: 0.05em;
	color: #000;
	font-size: 52px;
	text-align: center;
	font-weight: 500;
	line-height: 1em;
	transform: scaleX(0.9);
}


.section_header_bcopy {
    margin-bottom: 80px;
}

.section_header_txt{
    font-size: 18px;
    font-weight: 400;
}

.heading-secondary {
	font-weight: 500;
	line-height: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 28px;
    margin-bottom: 1em;
}
h2.heading.heading-secondary {
    font-size: 52px;
    transform: scaleX(0.9);
}
.bottomarea h2.heading.heading-secondary {
    margin-bottom: 0;
    margin: 0 auto -0.4em;
}

.heading-secondary a {
	color: #000;
	text-decoration: none
}
.heading-secondary a:hover {
	opacity: 0.7
}
.heading-secondary span {
	padding-left: 10px;
	padding-bottom: 0;
	font-size: 12px;
	color: #555
}

.logo {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.logo>a {
	font-weight: 500;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	color: #000;
	font-size: 24px;
	transition: 0.2s linear all;
}
.logo>a:hover {
    opacity: 60%;
}

.logo>a>span {
	font-weight: normal;
	line-height: 1;
	display: block;
	padding-top: 5px;
	font-size: 12px
}
.logo.logo-white>a {
	color: #fff
}
.logo.logo-white>a>span {
	color: #fff
}


.kv {
	position: relative;
	width: 100%;
	/*max-width: 1200px;*/
	height: auto;
	margin: 80px auto 0;
	/*background: #efefef;
    border-radius: 150px 0 0 0;*/
}
.kv::before {
    background: #efefef;
    content: '';
    position: absolute;
    left: 0;
    top: 6vh;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 160px 0 0 0;
}
.kv span {
	font-family: "heisei-kaku-gothic-std", "Lato", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.kv .kv_inner {
	width: 90%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
}
.kv_inner a {
    text-decoration: none;
}
.kv_inner a:hover span {
    background: #000;
    color: #fff;
}
.kv .kv_inner img {
	width: 100%;
    height: auto;
    display: -webkit-box;
    object-fit: cover;
    aspect-ratio: 2 / 1;
	border-radius: 60px;
    border: 5px solid #000000;
}
span.pickup_txt {
    position: relative;
    z-index: 100;
    top: -4em;
    font-size: 2.14vw;
    font-weight: 700;
    background: #fff;
    left: 2em;
    padding: 0.5em 1em;
    max-width: 80%;
    display: block;
    line-height: 1.2em;
    width: fit-content;
}

@media only screen and (max-width:1420px) {
	.kv,.kv .kv_inner {
		height: 45vw;
	}
}

@media only screen and (max-width:767px) {
	.kv {
		margin-top: 110px;
	}
	.kv::before {
		border-radius: 120px 0 0 0;
	}
    .kv, .kv .kv_inner {
        height: 68vw;
    }
	.kv .kv_inner img {
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
		border-radius: 40px;
		top: -50px;
	}
	span.pickup_txt {
		font-size: 20px;
	}
	.heading-primary {
		margin: 0 auto 20px;
		font-size: 40px;
	}
	section#about::before {
		top: 100px;
	}
	.img_about {
		text-align: center;
	}
	.img_about picture img {
		max-width: 400px;
	}
	section#access {
		background: #efefef;
		border-radius: 0 0 0 80px;
		padding-bottom: 100px;
	}
	.logo>a {
		text-align: center;
	}
    .statement .logo {
        width: 100%;
        max-width: 440px;
    }
	.privacy-policy h2.heading.heading-primary {
		position: relative;
		top: 2.5em;
	}
	.page-wrap .content {
		width: 85%;
		margin: 0 auto;
	}
	
}

@media only screen and (max-width:500px) {
	.kv {
		margin: 110px auto 0;
	}
	.kv::before {
		top: 9vh;
		border-radius: 80px 0 0 0;
	}
	.kv, .kv .kv_inner {
        height: 74vw;
    }
	.kv .kv_inner {
        padding: 20px 0;
    }
	span.pickup_txt {
        font-size: 15px;
		padding: 0.5em;
		top: -4.5em;
		font-weight: 500;
    }
	.statement .logo {
		width: 100%;
		max-width: 280px;
		min-width: 230px;
	}
	h2.heading.heading-secondary {
		font-size: 40px;
		transform: scaleX(0.9);
	}
}
@media only screen and (max-width: 370px) {
    span.pickup_txt {
        font-size: 13px;
    }
}



.content h2 {
	font-size: 26px;
	font-weight: 500;
	margin-top: 80px;
	margin-bottom: 15px;
	/*padding-left: 15px*/
}
.content img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 1em
}
.content p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 2em;
	font-weight: 300;
}
/*.content p:last-child {
	margin-bottom: 0
}*/
.content a {
	text-decoration: underline;
    text-underline-offset: 4px;
	transition: 0.2s ease;
}
.content a:hover {
	color: #E3556E;
}
.content em {
	font-weight: 500;
	font-style: italic
}
.content iframe {
	width: 100%;
	margin-bottom: 30px
}
.content table {
	border-collapse: collapse;
	width: 100%
}
.content table td, .content table th {
	padding: 0.5em
}
.content .is-style-stripes table tbody tr:nth-child(odd) {
	background-color: #f0f0f0
}

.content>* {
	margin-right: auto;
	margin-left: auto
}
.content>:not(.alignfull), .content>:not(.alignwide) {
	max-width: var(--wp--style--global--content-size)
}
.content>.alignwide {
	max-width: var(--wp--style--global--wide-size)
}
.content>.alignfull {
	max-width: none
}



main .post.archive {
    display: block;
}
.section .post .section_header {
    display: block;
}
.post .heading-primary {
    font-size: 36px;
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: left;
	transform-origin: left top;
	width: calc(100% / 0.9);
	line-height: 1.2;
}
.single .post .heading-primary {
    width: 100%;
    transform: inherit;
}
.post time {
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 400;
}
.post_thumb{
	margin-top: 80px;
}
.post_thumb img{
    width: 100%;
    height: 100%;
    aspect-ratio: 224 / 133;
    object-fit: cover;
    border: 2px solid;
    border-radius: 60px;
}
.post_thumb iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.post .post_content {
	padding: 30px 0;
}
.post .post_content .content {
    width: 90%;
    max-width: 920px;
    margin: auto;
    font-weight: 400;
}
.post .post_content .content h2 {
	font-size: 24px;
	padding-left: 0;
	margin-top: 80px;
}
/*.post_content .content img {
    margin: 40px 0;
}*/

.post .post_related {
	padding: 70px 0 0;
	margin-top: 70px;
	border-top: 1px solid #ccc;
}
.related-post-wrap {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    padding: 6em 10% 3em;
    background: #fff;
}
@media only screen and (max-width:767px) {
	.post .heading-primary {
		font-size: 32px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.post .post_content {
		padding: 15px 0 30px
	}
	.post .post_prevNext {
		padding-top: 20px
	}
	.post .post_prevNext .post_prevNext_item a {
		font-size: 12px
	}
	.post .post_prevNext .post_prevNext_item a i {
		font-size: 18px
	}
}
@media only screen and (max-width:500px) {
	.post .heading-primary {
		font-size: 20px;
		margin-top: 40px;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	.single .section .post .section_header {
	padding: 0;
	}
	.post_thumb {
		margin-top: 40px;
	}
	.post_thumb img {
		width: 100%;
		height: 100%;
		aspect-ratio: 224 / 133;
		object-fit: cover;
		border: 2px solid;
		border-radius: 40px;
	}
	.related-post-wrap {
		padding: 6em 5% 2em;
	}
}


.is-full .post .post_content time {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}
.is-full .post .post_footer {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}
main .archive {
	padding: 0px 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
main .archive_title {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #000;
	margin-bottom: 10px
}
main .archive_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -10px
}
main .archive_list li {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px
}
main .archive_list li a {
	position: relative;
	font-weight: 500;
	line-height: 1.4;
	display: inline-block;
	padding: 10px 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #707070;
	color: #000;
	font-size: 14px
}
main .archive_list li a:hover {
	color: #fff;
	background-color: #000;
	border-color: #000
}
main .archive_list li a[aria-current] {
	color: #fff;
	background-color: #000;
	border-color: #000
}
main .archive_list li.current-cat a {
	color: #fff;
	background-color: #000;
	border-color: #000
}
@media only screen and (max-width:767px) {
	main .archive {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	main .archive_yealy {
		padding-top: 20px
	}
	main .archive_list li a {
		padding: 5px 10px;
		font-size: 12px
	}
}

.prevNext {
	padding-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}
.prevNext .prevNext_item {
	width: 50%
}
.prevNext .prevNext_item a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #000;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none
}
.prevNext .prevNext_item a i {
	color: #45C6E5;
	font-size: 28px
}
.prevNext .prevNext_item a span {
	display: inline-block;
	padding: 0 10px
}
.prevNext .prevNext_item a:hover span {
	text-decoration: underline
}
.prevNext .prevNext_item-prev {
	border-right: 1px solid #224163;
	margin-right: auto
}
.prevNext .prevNext_item-next {
	text-align: right;
	margin-left: auto
}
@media only screen and (max-width:767px) {
	.prevNext {
		padding-top: 20px
	}
	.prevNext .prevNext_item a {
		font-size: 12px
	}
	.prevNext .prevNext_item a i {
		font-size: 18px
	}
}
.pagination {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 20px 0;
	margin: 0 auto
}
.pagination .wp-pagenavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.pagination .wp-pagenavi span, .pagination .wp-pagenavi>a {
	min-width: 42px;
	height: 38px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #999999;
	color: #000;
	text-decoration: none;
	margin: 0 5px
}
.pagination .wp-pagenavi span.pages, .pagination .wp-pagenavi>a.pages {
	border: none
}
.pagination .wp-pagenavi span.nextpostslink, .pagination .wp-pagenavi span.previouspostslink, .pagination .wp-pagenavi>a.nextpostslink, .pagination .wp-pagenavi>a.previouspostslink {
	position: relative
}
.pagination .wp-pagenavi>a:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff
}
.pagination .wp-pagenavi>a:hover.nextpostslink:before, .pagination .wp-pagenavi>a:hover.previouspostslink:before {
	color: #fff
}
.pagination .wp-pagenavi>span.current {
	border: 1px solid #000;
	background: #000;
	color: #fff
}
@media only screen and (max-width:767px) {
	.pagination .wp-pagenavi span, .pagination .wp-pagenavi>a {
		width: 33px;
		height: 30px
	}
}
.form {
	max-width: 800px;
	width: 100%;
	margin: auto
}
.form_group {
	padding: 30px 0;
	border-bottom: 1px dotted #ccc
}
.form_group:last-child {
	border-bottom: 0;
	padding-bottom: 0
}
.form_group label {
	font-weight: 500;
	font-size: 16px
}
.form_group label span {
	font-size: 12px;
	font-weight: 500;
	color: #D93B00
}
.form_group>div input, .form_group>div textarea {
	padding: 10px;
	font-size: 16px;
	width: 100%
}
.form_btn {
	margin: auto;
	max-width: 80%
}
.form_btn input {
	color: #fff;
	background-color: #000;
	border-color: #000
}
.form_btn-back {
	margin: auto;
	max-width: 80%;
	padding-top: 30px
}
.form_btn-back input {
	color: #000;
	background-color: #fff;
	border-color: #ccc
}
.latest {
	border-top: 1px solid #666;
	margin-top: 50px;
	padding-top: 50px
}
.latest_header {
	padding-bottom: 20px
}
.is-full .latest {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}


.pageNav {
	scroll-margin-top: 86px;
	padding: 70px 0 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto
}
.pageNav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.pageNav ul li {
	border-left: 1px solid #000;
	margin-bottom: 0;
	line-height: 1
}
.pageNav ul li:last-child {
	border-right: 1px solid #000
}
.pageNav ul li a, .pageNav ul li span {
	color: #000;
	padding: 5px 15px;
	white-space: nowrap;
	cursor: pointer;
	font-size: 16px
}
.pageNav ul li a:hover, .pageNav ul li span:hover {
	opacity: 0.7
}
.post-password-form {
	text-align: center
}
.post-password-form label {
	font-weight: 500;
	font-size: 14px;
	padding-right: 10px
}
.post-password-form input[type=password] {
	line-height: 1;
	padding: 10px 10px;
	font-size: 14px;
	border-radius: 0;
	border: 1px solid #000
}
.post-password-form input[type=submit] {
	position: relative;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	padding: 10px 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
	font-size: 14px
}
.post-password-form input[type=submit]:hover {
	opacity: 0.8;
}

/*aboutページ*/
.section.section-about {
    padding: 100px 0 0;
}
.section.section-about .section_header {
    display: block;
	width: 100vw;
    margin: 0 calc(50% - 50vw);
	padding: 80px 0 160px;
	position: relative;
    overflow: hidden;
}
.section.section-about .section_header::before {
	content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F5F4F0;
    z-index: -1;
    transform: skewY(3deg) translateY(0px);
    overflow: hidden;
    top: -60px;
    bottom: 0;
    left: 0;
    right: 0;
}
.section-about .content {
	max-width: 1024px;
    margin: auto;
}
.section-about .content h2 {
	font-size: 32px;
    margin-top: 0em;
}
.section-about .heading-primary {
	text-align: center;
	margin-bottom: 40px;
}

.heading-outline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.section-about .heading-outline {
    display: block;
}
.section-about .header-about_txt {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    padding: 0 8%;
}
.section-about .header-about_txt p {
	text-align: center;
}

/*引き出し*/
/* JS稼働中は、GSAPがautoAlphaで見えるまで念のため隠す */
body.js-gsap-active .big-drawer,
body.js-gsap-active .drawer {
  visibility: hidden;
}

.desk-area {
	position: relative;
	max-width: 1600px;
	/*margin: 0 auto;
	text-align: center;*/
	display: flex;
  	flex-direction: column;
  	align-items: center;
  }
  
  .desk {
	width: 100%;
	position: relative;
	z-index: 50;
  }

/* ==== 大引き出しスロット（マスク本体） ==== */
.big-slot {
  position: relative;
  width: 95%;
  margin-top: -30px;      /* 机に近づける調整：元の.big-drawerと同じ数値 */
  z-index: 47;            /* 机より前に出す（=上） */
  overflow: hidden;       /* ←これがマスク */
}

  .big-drawer {
	width: 95%;
	margin: auto;
	margin-top: -20px; /* 机に近づける調整 */
	/*transform: translateY(-10px);*/ /* 上から隠しておく */
	opacity: 1;
    z-index: 45;
    position: relative;
  }
  .big-drawer picture img {
    width: 100%;
}

  .drawers {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: -80px; /* 机に近づける */
	width: 92%;
  }
  
  .drawer {
	width: 24%;
	/*transform: translateY(10px);*/
	opacity: 1;
  }
	.drawer picture img {
		width: 100%;
	}


	@media (max-width: 1800px) {
		.drawers {
			margin-top: -5vw; /* 机に近づける */
		}
		.drawer {
			/*transform: translateY(0);*/
		}
	}

	@media (max-width: 900px) {
		.drawers {
			margin-top: -5.5vw; /* 机に近づける */
		}
	}

	/* スマホでは 2列配置 */
	@media (max-width: 768px) {
	.desk-area {
		max-width: 580px;
		margin: 0 auto;
	}
	  .big-drawer {
		/*transform: translateY(-2vw);*/ /* 上から隠しておく */
	}
	.drawers {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2px;
		margin-top: -70px; /* 机に近づける */
	}
	.drawer {width: 100%;}
	.drawer.drawer01,.drawer.drawer02 {
		position: relative;
		z-index: 5;
		/*transform: translateY(2.14vw);*/
	}
	.drawer.drawer03,.drawer.drawer04 {
		/*transform: translateY(-3vw);*/
		width: 96%;
	}
	.drawer.drawer03 {
		margin-left: 4%;
	}
}
	@media (max-width: 414px) {
	.desk-area {
		max-width: 580px;
		margin: 0 auto;
	}
	  .big-drawer {
		/*transform: translateY(-20px);*/ /* 上から隠しておく */
	}
	.drawers {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2px;
		margin-top: -50px; /* 机に近づける */
	}
	.drawer {width: 100%; /*transform: translateY(10px);*/}
	.drawer.drawer01,.drawer.drawer02 {
		position: relative;
		z-index: 5;
		/*transform: translateY(7vw);*/
	}
	.drawer.drawer03,.drawer.drawer04 {
		/*transform: translateY(0);*/
		width: 96%;
	}
	.drawer.drawer03 {
		margin-left: 4%;
	}
}


div#n2-ss-2 .n-uc-qAOjZmjePo5v-inner {
    justify-content: flex-end;
}
.kv-card_ttl {
    max-width: 90% !important;
}
div#n2-ss-2 .n2-style-09b711112f40a803ee50385a50c97c1e-heading {
    font-family: "heisei-kaku-gothic-std", "Lato", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important;
    font-weight: 500!important;
	width:fit-content;
	font-size:22px!important;
}


.wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile.\.contentBox-about {
    margin-bottom: 8em;
}
.wp-block-media-text>.wp-block-media-text__content.about-content-txt {
	padding: 0 12% 0 0;
	align-self: start;
}

.search-word {
	margin-bottom: 120px;
}
.search-word p{
background: #fff;
border: 1px solid;
height: 70px;
font-size: 20px;
padding: 0.7em 1em;
}


/*定点観測*/
.spot-item {
    margin: 0 calc(50% - 50vw) 4vw;
    width: 100vw;
}
.spot-item:nth-child(even) {
    background-color: #F5F4F0;
    padding: 4vw 0 3vw;
}
h2.spot-item-place {
    margin-top: 40px !important;
}
p.spot-item-place {
    font-weight: 400;
    position:relative;
	margin-bottom: 4vw;
}
p.spot-item-place::after {
	position: absolute;
	content: "";
	background-color: #707070;
	width: 120px;
	height: 2px;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
  }
  .spot-item-img {
    width: 80%;
    margin: 0 auto;
}
.post_content .content .spot-item-img img {
    margin: 0;
	contain-intrinsic-size: 800px 533px;
}
.wp-block-group.archive_slider {
    width: 800px;
    margin: 0 auto;
}

@media only screen and (max-width:767px) {
	.header .header_logo img, .header .header_logo.logo_active img {
        max-width: 160px;
    }

	div#n2-ss-2 .n2-style-09b711112f40a803ee50385a50c97c1e-heading {
		font-size: 18px !important;
	}

	.section_header_bcopy {
		margin-bottom: 20px;
	}
	.section .section_header .section_headerBtn {
		display: none;
	}
	.search-word {
		margin-bottom: 60px;
	}


}


@media only screen and (max-width:700px) {
	.header_btn {
		display: none;
	}
}

@media only screen and (max-width:500px) {
	.global-nav {
		position: fixed;
		top: 10vh;
		right: -95%;
		width: 95%;
		height: 80vh;
		max-height: unset;
		background-color: rgb(255 255 255);
		padding-top: 0;
	}
	.g-nav_inner {
		width: 85%;
	}
	h1.g-navlogo {
		width: 70%;
	}
	.col:first-child {
		width: 45%;
	}
	.col:last-child {
        width: 45%;
    }
	#global-nav .g-nav-list_02 li a {
		font-size: 11px;
	}
	#global-nav .g-nav-list_02 li.nav-sns a {
		font-size: 32px;
	}
	#global-nav .g-nav-under {
		width: 100%;
	}

	.nosp {
		display:none;
	}
	span.space1 {
		padding-right: 1em;
	}

	#g-nav {
		height: 90vh;
	}
	.footer .g-nav_inner {
		top: 54%;
	}
	#g-nav ul {
        width: 100%;
    }
	#g-nav li a {
        padding: 0.5em 0 0.5em 1em;
    }
	#g-nav .g-nav-list_02 li a {
		font-size: 12px;
	}
	#g-nav .g-nav-list_02 li:last-child a {
		font-size: 32px;
	}
	.g-nav-list_02 .g-nav-b {
		margin-bottom: 1em;
	}


	.section .section_inner {
		width: 90%;
	}

	.footer .footer_inner {
		padding: 40px 0 80px;
	}



	.heading-primary {
		font-size: 36px;
	}
	.post .section_header time {
		font-size: 14px;
		margin-bottom: 0px;
		margin-left: 20px;
	}
	.section_header_bcopy {
        margin-bottom: 20px;
    }
	.section_header_txt {
		width: 100%;
		font-size: 14px;
		text-align: left;
		line-height: 1.7em;
		padding-bottom: 24px;
	}
	.page .section .section_inner {
		width: 85%;
	}
	.privacy-policy.page .section .section_inner {
        width: 100%;
    }
	.heading>span {
		font-size: 20px;
	}
	.page .section.section-about {
        margin-top: 0;
    }
	.section.section-about .section_header {
        padding: 60px 0 140px;
    }
	.section-about .heading-primary {
		margin-bottom: 0.5em;
	}
	.section-about .content h2 {
		font-size: 24px;
	}
	.section-about .header-about_txt p {
		text-align: left;
	}


	h2.spot-item-place {
		margin-top: 20px !important;
	}
	p.spot-item-place {
		margin-bottom: 10vw;
	}

    .btn-more {
        text-align: center;
		border-radius: 0 0 20px 0;
    }
	
	.page .section {
		/*margin-top: 100px;*/
        padding-top: 64px;
    }
	.privacy-policy.page .section {
		margin-top: 40px;
    }
	/*iframe[src^="https://docs.google.com/forms/d/e"]{
		width:100%;
	}*/
	.section_header_txt p {
		text-align: center;
		line-height: 2em;
	}
	.sp {
		display: block;
	}
	.wp-block-group.archive_slider {
		width: 100%;
		margin: 0 auto;
	}
	nav input[type="text"] {
        width: 100%;
        height: 50px;
        border: 1px solid;
        padding: 0;
        font-size: 15px;
	}
}

@media only screen and (max-width:375px) {
	.global-nav {
        height: 90vh;
    }
	#g-nav li a {
		padding: 0.5em 1em;
		font-size: 14px;
	}

	.section_header_txt p {
		text-align: center;
		line-height: 2em;
	}
}

/*お知らせ記事*/
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: none!important;
    color: #000000!important;
    font-size: 13px;
    margin-bottom: 40px!important;
    overflow: visible!important;
    padding: 0 0.5em 0!important;
    position: relative!important;
    text-align: left!important;
}
h3.wp-block-heading {
    font-weight: 500;
    font-size: 1.2em;
	margin-top: 2em;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
.wp-block-embed iframe {
    max-width: 100%;
    margin-bottom: 0;
}
.post_content .content .wp-block-gallery img {
    margin: 0 0 40px;
	aspect-ratio: 4 / 3;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto;
    margin-bottom: 0;
}
figure.wp-block-gallery.has-nested-images {
    margin-bottom: 40px;
}
.wp-block-image figure {
    text-align: center;
}
.wp-block-image figure img {
    box-sizing: border-box;
    height: auto;
    max-width: 720px;
    vertical-align: bottom;
	margin-bottom: 0;
}
.wp-block-image :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em;
    font-size: 0.8em;
    line-height: 1.5em;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: 0!important;
}

/*404page*/
.page-404 {
    text-align: center;
    margin-top: 140px;
}
.page-404 p {
    text-align: center;
	color:#000;
	font-weight: normal;
}
.page-404 h1 {
    text-align: center;
    font-size: 24px;
	font-weight:bold;
	color:#000;
	margin-bottom: 40px;
	line-height:1.5em;
}
.page-404 img {
	margin-bottom: 40px;
	width: 320px;
}

@media (orientation: landscape) and (max-height: 450px) {
	.menu-toggle {
        right: 20px;
        top: 15px;
    }
	#g-nav {
		height: 100vh;
	}
	.openbtn {
		top: 24px;
		right: 26px;
	}
	h1.g-navlogo img {
		width: 80%;
	}
	.g-nav_inner {
		top: 55%;
		left: 50%;
		width: 90%;
	}
	.footer #g-nav li a {
        padding: 0.5em 1em;
    }
	li.g-nav-s.nav-sns {
		line-height: 1em;
	}

  }


/*記事内ギャラリー画像の設定_250302追加*/
.wp-block-gallery.has-nested-images figure.wp-block-image {
    display: inline-block!important;
	aspect-ratio: 4 / 3;
}
/*.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    height: 80%!important;
}*/
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    text-shadow: none!important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    -webkit-backdrop-filter: none!important;
    backdrop-filter: none!important;
}

/*グロナビの高さが足りないとき*/
@media screen and (max-height: 600px) and (min-width : 600px) {
	.global-nav {
		top: 12vh;
		right: -90%;
		width: 90%;
		height: 86vh;
		overflow-y: auto;
		/* overflow-y: hidden; */
	}
	.g-nav_inner {
		width: 80%;
	}
	.global-nav .g-nav_inner {
        top: -2%;
        left: 5%;
        width: 90%;
        transform: scale(0.9);
    }
	.col:first-child {
		width: 60%;
		/* height: 40vh; */
	}
	#g-nav .col:first-child {
		padding-right: 10%;
	}
	.g-nav-list_01 {
		padding-left: 2em;
		margin-bottom: 0;
		display: inline-block;
		width: 47%;
	}
	ul.g-nav-list_01.archive-group {
		margin-top: 2em;
	}
	#global-nav li.nav-sns a {
		border-left: none;
		border-bottom: none;
		font-size: 30px;
		padding: 0 0 0 0.3em;
		margin-bottom: 0;
	}
	
	.g-nav-under {
		width: 100%;
		margin-top: 1.2em;
	}
	.search-container {
		display: flex;
	}
	nav form.searchandfilter {
		margin-bottom: 1em;
		width: 50%;
		margin-right: 5%;
	}
	a.btn.btn-more.tag-link {
		height: 40px;
		font-size: 14px;
		padding: 10px;
		width: 40%;
	}
  }