/*
Theme Name: otsuka
Description: otsuka
Version: 1.0
*/

html {
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: auto;
	font-size: 62.5%;
}
* {
	box-sizing: border-box;
}
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 700;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #d3ded6;

	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	color: #333;
	font-weight: 100;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
@media screen and ( max-width:680px ) {
	html, body, div, h1, h2, h3, h4, h5, h6,
	p, blockquote, pre, address,
	ul, ol, li, dl, dt, dd,
	table, th, td,
	form, fieldset {
		font-size: 18px;
	}
}

p {
	/* text-align: justify; */
	/* text-justify: inter-ideograph; /* IE */
	/* text-justify: inter-character; /* Firefox */
}

body pre {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*IE7*/
*+html body {
font-size:15px;
}
select,input,button,textarea{
	font: 99% Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img{
	border: none;
	max-width: 100%;
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	img[src$=".svg"] {
		width: 100%;
	}
}

table{
	font-size: inherit;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0;
}
.home .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.home .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td,
.lower .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.lower .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
	border-color: #fff;
	border-style: none;
	padding: 20px;
}
.lower .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
	background-color: #e9efeb;
}

.wp-block-separator {
	margin: 70px 0;
}


label{
	cursor: pointer;
}

input,
select,
textarea{
	padding: 5px;
}

ol,ul,li{
	list-style: none;
}

a,
input{
	outline: none;
}

/*	Basic Text Link	*/
a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s linear;
	word-break: break-word;
}
:before,
:after {
	transition-property: all;
	transition: 0.2s linear;
}
a:hover {
	color: #7380a8;
}

.bg_w_block a {
	color: #ef834d;
}

li a p,
li a span {
	transition: all 0.2s linear;
}
li a:hover p,
li a:hover span {
	color: #7380a8;
}

em {
	font-style:normal;
}


img {
	max-width: 100%;
	vertical-align: middle;
}

.image {
	overflow: hidden;
}
.image a img {
	width: 100%;
	height: auto;
	display: block;
	transition-property: all;
	transition: 0.3s linear;
	margin-left: auto;
	margin-right: auto;
}
.image a img:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}


.image a img.auto {
	width: auto;
}
.size-full img {
	width: 100%;
}


.wp-block-image {
	overflow: hidden;
}
.wp-block-image a img {
	width: 100%;
	height: auto;
	display: block;
	transition-property: all;
	transition: 0.3s linear;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-image a img:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}
.wp-block-image a img.auto {
	width: auto;
}
.contents .wp-block-image {
	margin-bottom: 0;
}
.contents .wp-block-image + * {
	margin-top: 10px;
}

.wp-block-image.wid_300 img,
.wp-block-image.wid_300 a img {
	width: 300px;
}


/* common */

.obj_fit {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
img.obj_fit {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}


.inner {
	max-width: 1200px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and ( min-width: 1200px ) {
	.inner {
	}
}

.inline {
	display: flex;
}
.inline.flex_start {
	align-items: flex-start;
}
.inline.center {
	justify-content: center;
}



/* TOPへボタン */
#page-top{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 5%;
	right: 3%;
	background: rgba(255,255,255,.5);
	border: 1px solid #888;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
}
#page-top:hover{
	background: rgba(255,255,255,1);
}
#page-top:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 19px;
	width: 1px;
	height: 25px;
	background: #444;
}
#page-top:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #444;
	border-top: 1px solid #444;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

.contents.post {
	margin-top: 200px;
}

.content-none {
	max-width: 960px;
	margin: 0 auto;
}
.content-none p {
	font-size: 16px;
	line-height: 2;
}
.content-none .in_col {
	margin: 6% 0;
}


th,td {
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: left;
}
th {
	font-weight: bold;
}

.note {
	font-size: 90%;
	padding-left: 2.8em;
	margin-left: -1.4em;
	text-indent: -1.4em;
	display: block;
}
.note:before {
	content: '※';
	margin-right: 3px;
}
.note.nomark:before {
	content: none;
	margin-right: 0;
}

p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
.red {
	color: #f00;
	font-weight: bold;
}
.orange_text {
	color: #ef834d;
}
strong,
.bold {
	font-weight: bold;
}


.pcnone {
	display: none;
}

.spnone {
	display: inherit;
}


section {
	box-sizing: border-box;
	margin-top: 80px;
	margin-bottom: 80px;
}

.contents {
	padding-bottom: 50px;
}



*, *:before, *:after {
	box-sizing: border-box;
}

.block {
	margin: 10px auto;
}
.right {
	text-align: right;
}
.fos {
	font-size: 80%;
}
.center {
	text-align: center;
}

.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%; /* 比率を4:3に固定 */
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



ul.disc,
ol.decimal {
	padding-left: 1em;
}
.disc li {
	list-style: disc outside;
}
.decimal li {
	list-style: decimal outside;
}

.link_text {
	margin: 20px 0;
}
.link_text a {
	padding-right: 60px;
	position: relative;
	text-decoration: none;
}
.link_text a:before,
.link_text a:after {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #000;
	right: 0;
}
.link_text a:before {
	bottom: 3px;
	width: 50px;
}
.link_text a:after {
	bottom: 7px;
	width: 10px;
	transform: rotate(45deg);
}

.link_btn a {
	display: inline-block;
	background-color: #235f35;
	min-width: 200px;
	text-align: left;

	border-radius: 9999px;
	position: relative;
	align-items: center;
	padding: 10px 45px 10px 20px;
	margin: 30px 0;
	color: #fff;
	text-decoration: none;
	border: 1px solid #235f35;
}
.link_btn a::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}
.link_btn a:hover {
	background-color: #fff;
 	color: #235f35;
}
.link_btn a:hover::after {
	border-color: #235f35;
}
.link_btn.orange a {
	background-color: #eb6420;
	border: 1px solid #eb6420;
}
.link_btn.orange a:hover {
	color: #eb6420;
	background-color: #fff;
}
.link_btn.orange a:hover::after {
	border-color: #eb6420;
}


h1.title {
	font-size: 38px;
	font-weight: bold;
	color: #235f35;
	padding-left: 100px;
	position: relative;
}
h1.title::before {
	content: "";
	width: 70px;
	height: 73px;
	background-image: url(images/bird_title.svg);
	background-repeat: no-repeat;
	background-size: cover;

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
}

h2 {
	font-size: 32px;
	font-weight: bold;
	color: #215e34;
	padding-left: 40px;
	position: relative;
	margin-bottom: 20px;
}
h2::before {
	content: "";
	width: 30px;
	height: 4px;
	background-color: #fff;

	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0;
}


.page_read {
	font-size: 16px;
	margin: 40px 0;
}

.page_title {
	font-size: 24px;
	color: #534b4b;
	border-bottom: 2px solid #235f35;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.content_wrap {
	padding-top: 30px;
}

.breadcrumb {
	font-size: 12px;
	margin-bottom: 60px;
}

.contents.post p {
	margin-bottom: 1em;
}
.contents.post p:last-of-type {
	margin-bottom: 0;
}


.wp-block-group {
	margin-top: 100px;
	margin-bottom: 100px;
}
.wp-block-group .wp-block-group {
	margin: 0;
	margin-bottom: 70px;
}
p + .wp-block-group,
.wp-block-group p + .wp-block-group {
	margin-top: 40px;
}


.wp-block-group.inner {
	width: 100%;
	max-width: none;
}
.wp-block-group.inner .wp-block-group__inner-container {
	max-width: 1400px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and ( min-width:1400px ) {
	.wp-block-group.inner {
		width: 100%;
		max-width: none;
	}
	.wp-block-group.inner .wp-block-group__inner-container {
		width: 85%;
	}
}

.wp-block-group.inner .wp-block-group__inner-container .wp-block-group__inner-container {
	width: 100%;
}

.wp-block-media-text {
	margin-bottom: 60px;
}
.wp-block-media-text:last-of-type {
	margin-bottom: 0;
}
.wp-block-gallery {
	margin-left: 0;
	margin-right: 0;
}
.wp-block-gallery figure {
	aspect-ratio: 1 / 1;
}
.wp-block-gallery figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.site_head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 40px 5%;
	z-index: 10;
	transition: 0.2s linear;
	background-color: #fff;
}
.site_head .logo {
	margin-right: auto;
	max-width: 350px;
	width: 30%;
}
.site_head .logo a {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.site_head .logo img {
	width: 100%;
}
.site_head .logo svg {
	width: 100%;
	fill: #fff;
	transition: 0.2s linear;
}
.site_head .nav_wrap ul {
	display: flex;
}
.site_head .nav_wrap li {
	margin-right: 15px;
	font-weight: 600;
	font-size: 15px;
}
.site_head .nav_wrap li:last-child {
	margin-right: 0;
}
.site_head .nav_wrap li a {
	padding: 2px 5px;
	position: relative;
}
.site_head .nav_wrap li a:hover {
	color: inherit;
}

.site_head .note_icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	border: 2px solid #000;
	border-radius: 50%;
	margin-right: 60px;
}
.site_head .note_icon:hover {
	background-color: #000;
}
.site_head .note_icon:hover .cls-1 {
	fill: #fff;
}

.site_head .nav_wrap li a:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000000;
	bottom: -12px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.site_head .nav_wrap li a:hover:after {
	visibility: visible;
	bottom: -8px;
	opacity: 1;
}

.site_head .nav_wrap li.current-menu-item a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 2px;
	background: #000000;
	visibility: visible;
	opacity: 1;
}

.site_head .op_nav {
	position: absolute;
	right: 6%;
	top: 180px;
	transition: all 0.2s linear;
}
.site_head .op_nav .gnav {
	display: flex;
	flex-direction: column;
}
.site_head .op_nav .gnav li {
	text-align: right;
	margin: 0;
}
.site_head .op_nav .gnav li a {
	display: block;
	color: #fff;
	position: relative;
	padding: 4px 40px 4px 10px;
}
.site_head .nav_wrap .op_nav li a:hover,
.site_head .nav_wrap .op_nav li.current-menu-item a {
	color: #245f33;
}
.site_head .nav_wrap .op_nav li a:after {
	content: '';
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 2px;
	background: #fff;
	visibility: visible;
	opacity: 1;
}
.site_head .nav_wrap .op_nav li a:hover:after,
.site_head .nav_wrap .op_nav li.current-menu-item a:after {
	background: #245f33;
}

.fixed .site_head .op_nav {
	animation: fadeOut .3s linear;
	opacity: 0;
	display: none;
}
@keyframes fadeOut{
	0% {
		opacity: 1;
		display: block;
	}
	100% {
		opacity: 0;
		display: none;
	}
}


.lower .site_head {
	background-color: rgba(255, 255, 255, .9);
	position: relative;
}
.fixed .site_head {
	padding: 15px 5%;
	background-color: rgba(255, 255, 255, .9);
}
.fixed .site_head .logo svg {
	fill: #000;
	width: 70%;
}
.fixed.lower .site_head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}





.fadein {
	opacity : 0;
	transform : translate(-100px, 0);
	transition : all 1s;
}
.fadein.fade_left {
	transform : translate(-100px, 0);
}
.fadein.fade_up {
	transform : translate(0, 100px);
}
.fadein.active{
	opacity : 1;
	transform : translate(0, 0);
}



.more_link {
	margin-top: 20px;
}
.more_link a {
	font-size: 14px;
}
.more_link.link_text a:after {
	bottom: 5px;
	width: 7px;
}


h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 20px;
	color: #235f35;

	position: relative;
}
h3::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #235f35;

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}


.dl_wrap {
	margin: 10px 0;
}
.dl_wrap dl {
	padding: 15px 10px;
	border-bottom: 1px solid #d4d4d4;
	clear: both;
}
.dl_wrap dl:first-of-type {
	padding-top: 0;
}
.dl_wrap dl:after {
	content: '';
	display: block;
	clear: both;
}
.dl_wrap dt {
	white-space: nowrap;
	float: left;
	color: #777;
	font-size: 90%;
}
.dl_wrap dd {
}
.dl_wrap dl.block_col dt {
	float: none;
	width: 100%!important;
}
.dl_wrap dl.block_col dd {
	padding-left: 0!important;
}
.dl_wrap dd dl:first-of-type {
	padding-top: 0;
}
.dl_wrap dd dl:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}


ul.disc {
	padding-left: 1em;
}
ul.disc li {
	list-style: disc outside;
}

ul.arrow_list {
	padding-left: 1em;
}
ul.arrow_list li {
	position: relative;
}
ul.arrow_list li::before {
	content: "";

	position: absolute;
	top: 50%;
	left: -14px;
	transform: translateY(-50%);
	border: 0.3em solid transparent;
	border-left: 0.4em solid #000 ;
}


.post {
	display: flex;
	width: 85%;
	margin: auto;
	max-width: 1400px;
}
.post h1 {
	line-height: 30px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid #245f35;
}
.post h1.title::before {
	top: -15px;
}
.post article {
	width: 100%;
}
.post article header .meta {
	display: flex;
}
.post article header .meta span {
	line-height: 1;
	padding: 5px;
	font-size: 14px;
}
.post_content {
	padding-top: 30px;
	margin-top: 0;
}
.post_content h3:after {
	content: none;
}
.post_nav_area {
	text-align: center;
}
.post_link {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.archive_link {
	border: 2px solid #fff;
	display: inline-block;
	padding: 10px;
}



.table {
	width: 90%;
	margin-left: 10%;
}
.lower .table {
	width: 100%;
	margin-left: 0;
}
.table tr {
	border-top: 1px solid #a9a5a5;
	border-bottom: 1px solid #a9a5a5;
}
.table tr th,
.table tr td {
	padding: 20px;
}
.table tr th {
	color: #235f35;
	background-color: #e9efeb;
	width: 200px;
}
.table tr td {
	background-color: #fff;
}

.bg_w_block {
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
}

.name {
	font-size: 22px;
	border-bottom: 1px solid #a9a5a5;
	margin-bottom: 14px;
	padding-bottom: 14px;
}
.name span {
	color: #4f7f5d;
	display: inline-block;
	margin-left: 20px;
}


.main_visual {
	margin-top: 200px;
}
.main_visual .read_title {
	background-color: #f5b08f;
	margin-top: 180px;
	padding: 40px 20px;
	border-radius: 20px;
	width: 280px;
	height: 240px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_visual .read_title p {
	color: #fff;
	font-size: 28px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	font-style: normal;
}
.main_visual .read_title img {
	width: 160px;
	height: 160px;
	position: absolute;
	bottom: -120px;
	left: 20px;
}



.main_visual .read_block {
	overflow: hidden;
	background-color: #fff;
	border-radius: 20px;
	padding: 80px 20px 40px;
	width: 80%;
	margin-top: -80px;
	margin-bottom: 80px;
	float: right;
}
.scroll_inner {
	display: flex;
	width: max-content;
	animation: scrollLoop 40s linear infinite;
}
.content {
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;

	position: relative;
}
.content::after {
	content: "";
	width: 15px;
	height: 15px;
	background-color: #000;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 110px;
	left: 60px;
	margin: auto 0;
}
.content p {
	writing-mode: vertical-rl;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 32px;
}
@keyframes scrollLoop {
	0% {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0);
	}
}




.guide_block {
	clear: both;
}

.hover_block {
	display: flex;
	justify-content: space-around;
	gap: 1%;
}
.hover_block .hov_panel {
	background-color: #fff;
	border-radius: 20px;
	padding: 10px;
	width: 15%;
	text-align: center;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	column-gap: 14px;
	position: relative;
	transition: all 0.2s linear;
}
.hover_block .hov_panel .hov_text {
	font-size: 16px;
	padding: 10px;
	color: #fff;
	background-color: #00438cc4;
	border-radius: 20px;

	display: flex;
	align-items: center;
	justify-content: center;

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.3s ease;
	transform: scale(1.2);
}
.hover_block .hov_panel:hover .hov_text {
	opacity: 1.0;
	transform: scale(1.0);
}
.hover_block .hov_panel p {
	font-size: 14px;
}

.info_block .inline {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
.info_block .inline li {
	width: 50%;
}
.info_block .inline li a {
	display: block;
	text-align: left;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 14px;
	padding: 20px 16px;
}
.info_block .inline li a:hover {
	background-color: #215e34;
	color: #fff;
}
.info_block .inline li .date {
	display: block;
	color: #fff;
}


.top_form_block {
}
.top_form_block .bg_w_block {
	width: 90%;
	float: left;
}
.top_form_block .bold {
	margin-bottom: 40px;
}
.content_wrap .top_form_block figure {
	border-radius: 20px;
	margin-top: -20px;
	width: 50%;
	float: right;
	margin-bottom: 80px;
}

.toggle_btn {
	border-bottom: 2px solid #235f35;
	padding-left: 10px;
	position: relative;
	padding-right: 50px;
	cursor: pointer;
	line-height: 32px;
}
.toggle_btn .arrow {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 1em;
	height: 0.1em;
	background: currentColor;
	border-radius: 0.1em;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}
.toggle_btn .arrow::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
	transition: transform 0.3s ease;
}
.toggle_btn.active .arrow::before {
	transform: rotate(0deg);
}
.toggle_btn.active .arrow {
	transform: translateY(-50%) rotate(180deg);
}


.flow_block {
}
.flow_block .wp-block-group {
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 30px;
}
.flow_block .wp-block-group::after {
	content: "";
	display: inline-block;
	width: 70px;
	height: 30px;
	background: #d4d2d2;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);

	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
}
.flow_block .wp-block-group:last-child:after {
	content: none;
}
.flow_block .flow_title {
	font-size: 22px;
	font-weight: bold;
	color: #4f7f5d;
}

.border_block {
	border: 2px solid #eb6420;
	border-radius: 20px;
	padding: 20px;
}


.features_column {
}
.features_column {
}
.features_column .bg_w_block {
	text-align: center;
	margin-bottom: 20px;
}
.features_column .bg_w_block .title_text {
	font-weight: bold;
	color: #ef834d;
	border-bottom: 1px solid #a9a5a5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.link_block {
	border-top: 2px solid #fff;
	padding: 30px 10px 0;
	margin-bottom: 30px;
}
.link_block + .link_block {
	margin-top: 30px;
}
.link_block:last-child {
	border-bottom: 2px solid #fff;
	padding-bottom: 30px;
}
.link_block a {
	font-size: 24px;
	display: inline-block;
	padding-left: 30px;
	position: relative;
	color: #235f35;
	text-decoration: underline;
	margin-bottom: 10px;
}
.link_block a::before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(images/icon/icon_outside.svg);
	background-size: cover;

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}

.list_wrap {
}
.list_wrap li {
	border-top: 2px solid #fff;
}
.list_wrap li:last-child {
	border-bottom: 2px solid #fff;
}
.list_wrap a {
	display: block;
	padding: 30px 10px;
}
.list_wrap .date {
	color: #fff;
	display: inline-block;
	margin-right: 40px;
}


footer {
	clear: both;
	background-color: #fff;
	padding: 50px 0 80px;
}
footer .inline {
	justify-content: space-evenly;
}
footer .col img {
	width: 120px;
}
footer ul {
	padding: 0 0 20px;
}
footer li {
	font-size: 13px;
	margin-bottom: 12px;
}
footer li::before {
	content: '-';
	margin: 0 10px 0 0;
}
footer small {
	display: block;
	text-align: center;
	padding: 10px 0 0;
}

@media screen and ( max-width: 1130px ) {
	.hover_block.wp-block-columns {
		flex-wrap: wrap !important;
		gap: 1%;
	}
	.hover_block .hov_panel {
		width: 30%;
		margin: 1%;
		flex-basis: auto !important;
	}

	.post {
		flex-direction: column;
	}
	.post article {
		width: 100%;
		padding-right: 0;
		border-right: none;
	}
	.post aside {
		width: 90%;
		padding-left: 0;
		margin: 80px auto 0;
		padding: 25px;
		background-color: #efefef;
	}
	.about .wp-block-media-text {
		width: 100%;
	}
	.about .wp-block-media-text .wp-block-media-text__content {
		width: 100%;
	}
}


/* スマホ 横から */
@media screen and ( max-width: 896px ) {

	.wp-block-group {
	}

	.site_head .logo {
		width: 55%;
	}

	h3 {
		line-height: 1.5;
	}

}

/* sp main-size */
@media screen and ( max-width:781px ) {
	html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
		letter-spacing: .01em;
		line-height: 1.5;
	}

	.inner {
		width: 90%;
	}

	.hover_block {
		flex-wrap: wrap;
		gap: 1%;
	}
	.hover_block .hov_panel {
		width: 47%;
		margin: 1%;
	}

	.table {
		width: 100%;
		margin-left: 0;
	}
	.table tr th {
		width: 140px;
	}

	section {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.site_head .logo svg {
		width: 100%;
		height: 90%;
	}
	.fixed .site_head .logo svg {
		width: 100%;
		height: 90%;
	}

}


@media screen and ( max-width:680px ) {

	.inline {
		flex-direction: column;
	}
	.pcnone {
		display: inherit;
	}
	.spnone {
		display: none;
	}

	h1.title {
		font-size: 22px;
	}
	h1.title::before {
		width: 60px;
		height: 62px;
		top: -10px;
	}
	h2 {
		font-size: 26px;
	}

	.main_visual {
		margin-top: 100px;
	}
	.main_visual .read_title {
		margin-top: 100px;
		width: 70%;
		height: 130px;
	}
	.main_visual .read_title img {
		width: 140px;
		height: 140px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: auto;
		right: -120px;
	}
	.main_visual .read_title p {
		font-size: 22px;
	}
	.main_visual .read_block {
		width: 95%;
		padding: 60px 20px 40px;
	}

	.list_wrap {
	}
	.list_wrap a {
		padding: 20px 10px;
	}
	.list_wrap .date {
		width: 100%;
		margin-right: 0;
	}

	.table {
		width: 100%;
		margin-left: 0;
	}
	.table tr {
		display: flex;
		flex-direction: column;
	}
	.table tr th,
	.table tr td {
		width: 100%;
	}

	.info_block .inline li {
		width: 100%;
	}
	.info_block .inline li a {
		margin-bottom: 20px;
	}

	.top_form_block .bg_w_block {
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}
	.content_wrap .top_form_block figure {
		width: 100%;
		float: none;
		margin-bottom: 80px;
	}

	.flow_block .wp-block-group:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.page_title {
		font-size: 18px;
	}

	footer {
		padding: 10%;
		position: relative;
	}
	footer ul {
		padding: 0;
	}
	footer .col:last-child {
		position: absolute;
		top: 10%;
		right: 10%;
	}
	footer small {
		padding-top: 30px;
	}

	.dl_wrap dt {
		float: none;
		width: 100%;
		font-weight: normal;
		font-size: 12px;
		margin-bottom: 5px;
	}
	.dl_wrap dd {
		padding-left: 0!important;
		font-size: 14px;
	}



	.wp-block-group .wp-block-group.name_wrap:last-of-type,
	.wp-block-group.name_wrap {
		margin-bottom: 20px;
	}

	.tab_group {
		flex-wrap: wrap;
	}
	.tab {
		flex: none;
		width: 50%;
		border-bottom: 1px solid #fff;
	}
	.panel {
		padding: 20px;
	}

	.contents.post {
		margin-top: 40px;
	}

	.read {
		font-size: 18px;
	}

}


@media screen and ( max-width:480px ) {

	section,
	.wp-block-group {
		margin-top: 50px;
		margin-bottom: 50px;
	}


	section, .wp-block-group.panel {
		margin-top: 0;
	}

}



/* サイドメニュー */
body.side-open {
	width: 100%;
	height: 100%;
	position: fixed;
}

.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 100px;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 3;
}
@media screen and ( max-width:896px ) {
	.overlay {
		top: 80px;
	}
}
/*.side-open .overlay,
.open .overlay {
	visibility: visible;
	cursor: pointer;
	background: rgba(0,0,0,.7);
}
.side-open .overlay::after,
.open .overlay::after {
	visibility: visible;
	color: rgba(255,255,255,.8);
}*/

/* 開閉用ボタン */
.side-menu-btn {
	position: fixed;
	background-color: #235f35;
	border-radius: 50%;
	top: 40px;
	right: 5%;
	width: 50px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	z-index: 10;
	display: none;
	font-size: 10px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.side-menu-btn p {
	color: #fff;
	font-size: 12px;
	margin-top: 4px;
}
.fixed .side-menu-btn {
	top: 17px;
}
 /*ボタンのスタイル */
.side-menu-btn,
.side-menu-btn span {
	transition: all .4s;
	box-sizing: border-box;
}

.side-menu-btn span {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 0 0 auto;
	height: 1px;
	background-color: #fff;
	border-radius: 4px;
}
.home .side-menu-btn span {
	background-color: #fff;
}
.fixed.home .side-menu-btn span {
	background-color: #fff;
}
.side-menu-btn span:nth-of-type(1) {
	width: 60%;
	top: 26px;
	right: 9px;
}
.side-menu-btn span:nth-of-type(2) {
	width: 60%;
	top: 33px;
	right: 9px;
}
.side-menu-btn span:nth-of-type(3) {
	width: 60%;
	bottom: 10px;
	right: 9px;
}

.side-open .side-menu-btn {
	transition: all .4s;
	z-index: 1001;
}

.side-open .side-menu-btn span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
	background-color: #fff;
	width: 50%;
	right: 12px;
}
.side-open .side-menu-btn span:nth-of-type(2) {
	opacity: 0;
}
.side-open .side-menu-btn span:nth-of-type(3) {
	-webkit-transform: translateY(-4px) rotate(45deg);
	transform: translateY(-4px) rotate(45deg);
	background-color: #fff;
	width: 50%;
	right: 12px;
}

.side-menu-btn {
	display: inherit;
}


@media screen and ( max-width:680px ) {
	.site_head {
		padding: 20px 5%;
	}
	.side-menu-btn {
		top: 20px;
	}
	.site_head .op_nav {
		display: none;
	}
	.side-menu .sub-menu li a {
		width: auto;
		font-size: 12px;
	}
}


.side-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,.95);
	z-index: 1000;
	box-sizing: border-box;
	padding: 20vh 20px;
	overflow: auto;
	transition: opacity 1s, visibility 0s ease 1s;
	opacity: 0;
	visibility: hidden;
}
.side-open .side-menu {
	transition-delay: 0s;
	opacity: 1;
	visibility: visible;
	overflow: auto;
}
.fixed .side-menu,
.fixed .overlay {
	top: 50px;
}
.side-menu a {
	text-decoration: none;
}
.side-menu li {
	position: relative;
	margin-bottom: 5px;
	font-size: 16px;
	color: #000;
	padding: 20px 10px;
	text-align: center;
	opacity: 0;
}
.side-menu li:nth-child(1) {
	animation: item_fadein 0.5s ease 0.5s forwards;
}

.side-menu li:nth-child(2) {
	animation: item_fadein 0.5s ease 0.8s forwards;
}

.side-menu li:nth-child(3) {
	animation: item_fadein 0.5s ease 1.1s forwards;
}

.side-menu li:nth-child(4) {
	animation: item_fadein 0.5s ease 1.4s forwards;
}

.side-menu li:nth-child(5) {
	animation: item_fadein 0.5s ease 1.7s forwards;
}

.side-menu li:nth-child(6) {
	animation: item_fadein 0.5s ease 2s forwards;
}

@keyframes item_fadein {
	100% {
		opacity: 1;
	}
}

.side-menu li a {
	position: relative;
	display: block;
}
.side-menu li a:hover {
	color: inherit;
}
.side-menu .sub-menu {
	width: 95%;
	margin: 5px 0 5px auto;
}
.side-menu .sub-menu li {
	font-size: 80%;
	border: none;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
}
.side-menu .sub-menu li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.side-menu .sub-menu .sub-menu {
	display: block;
}
.side-menu .sub-menu .sub-menu {
	width: 95%;
}

.side-menu .menu-item-has-children {
	font-size: 16px;
	padding-right: 40px;
	position: relative;
}
.side-menu .menu-item-has-children .arrow {
	content: '';
	position: absolute;
	right: 10px;
	top: 8px;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: 0.2s linear;
}
.side-menu .menu-item-has-children .arrow:before,
.side-menu .menu-item-has-children .arrow:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 1px;
	background-color: #666;
	transition: 0.5s linear;
}
.side-menu .menu-item-has-children .arrow:after {
	transform: rotate(90deg);
}

.side-menu .menu-item-has-children .arrow:hover:before,
.side-menu .menu-item-has-children .arrow:hover:after {
	background-color: #666;
}
.side-menu .menu-item-has-children .arrow.active:before {
	transform: rotate(360deg);
	background-color: #666;
}
.side-menu .menu-item-has-children .arrow.active:after {
	transform: rotate(360deg);
	background-color: #666;
}

.side-menu .in .menu-item-has-children .arrow {
	right: 0;
	top: 5px;
}
.side-menu .in .menu-item-has-children .arrow:before,
.side-menu .in .menu-item-has-children .arrow:after {
	width: 13px;
}

@media screen and ( max-width:480px ) {
	.side-menu {
		padding-bottom: 150px;
	}
	.side-open .site_head .logo,
	.fixed.side-open .site_head .logo,
	.fixed.side-open.up .site_head .logo,
	.fixed.side-open.down .site_head .logo {
		max-width: 150px;
	}
	.side-menu li {
		padding: 3px 0;
	}
	.side-menu li a {
		padding: 10px 10px;
	}
	.side-menu .sub-menu {
		padding: 5px;
	}
	.side-menu .sub-menu li {
		width: 100%;
	}

	.side-menu .cta_line {
		flex-direction: column;
		width: 80%;
		max-width: 300px;
	}
	.side-menu .cta_line li.btn {
		width: 100%;
	}
}


/* メインコンテンツ */
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 2;
	overflow: hidden;
}






/* 印刷時の余白幅指定 */
@page {
	margin: 12.7mm 9.7mm;
}
/* IE6で印刷時の倍率を指定 */
@media print {
	body {
		overflow: visible !important;
		_zoom: 0.75;
		width: 1020px;
		margin: 0 auto;
	}
	html, body {
		height: auto;
	}

}
