@charset "utf-8";
/* CSS Document */
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
	display: unset;
}
#menu_btn,
#menu_btn span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
#menu_btn {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    top: 15px;
    z-index: 1000;
    cursor: pointer;
    background: var(--color_main);
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
#menu_btn:hover {
	filter: brightness(130%);
}
.open #menu_btn {
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	opacity:1;
}
#menu_btn span {
	position: absolute;
	left: 25%;
	width: 50%;
	height: 2px;
	background-color: #fff;
}
#menu_btn span:nth-of-type(1) {
	top: 15px;
}
#menu_btn span:nth-of-type(2) {
	top: 21px;
}
#menu_btn span:nth-of-type(3) {
	top: 27px;
}
.open #menu_btn span:nth-of-type(1) {
	-webkit-transform: translateY(4px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
	top: 17px;
}
.open #menu_btn span:nth-of-type(2) {
	opacity: 0;
}
.open #menu_btn span:nth-of-type(3) {
	-webkit-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-3px) rotate(45deg);
	top: 24px;
}
#menu_btn em {
	font-size: 11px;
	color: #fff;
	position: absolute;
	bottom: 7px;
	width: 100%;
	text-align: center;
	letter-spacing: 0;
}
#menu {
	background: rgb(255 255 255 / 95%);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity .9s ease, visibility .9s ease;
	transform: scale(0.9);
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.open #menu {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
#menu > div {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu > div p {
	color: #fef0e1;
}
#menu ul.c-gnav {
	display: block;
	height: auto;
	text-align: left;
	border-right: solid 1px #eaeaea;
	padding-right: 10%;
	margin-right: 10%;
}
#menu ul.c-gnav li {
  margin: 0;
	padding: 1em 0;
  opacity: 0;
  transition: opacity .1s ease;
  transform: translateX(10px);
}
#menu ul.c-gnav li a {
	padding: 0.3em 0 0.8em;
	display: inline-block;
}
#menu ul.c-gnav li a br {
	display: none;
}
#menu ul.c-gnav li a .ttl {
	font-size: 1.3rem;
	font-weight: 600;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
#menu ul.c-gnav li a:hover .ttl {
	color: var(--color_main);
}
#menu ul.c-gnav li a .desc {
	color: var(--color_main);
	font-size: 0.85rem;
	opacity: 1;
	top: 8px;
}
.open #menu #logo, .open #menu ul.c-gnav li, .open #menu #info ul li, .open #menu #info p, .open #menu #info #head_contact {
	opacity: 1;
	transform: translateX(0px);
	transition:  transform 1s ease, opacity .9s ease;
	transition-delay: 0.2s;
}
.open #menu ul.c-gnav li:nth-child(2) {
	transition-delay: 0.25s;
}
.open #menu ul.c-gnav li:nth-child(3) {
	transition-delay: 0.3s;
}
.open #menu ul.c-gnav li:nth-child(4) {
	transition-delay: 0.35s;
}
.open #menu ul.c-gnav li:nth-child(5) {
	transition-delay: 0.4s;
}
.open #menu ul.c-gnav li:nth-child(6) {
	transition-delay: 0.45s;
}
.open #menu ul.c-gnav li:nth-child(7) {
	transition-delay: 0.5s;
}
#menu #info {
	text-align: left;
	/* margin-left: 20%; */
}
#menu #logo, #menu #info ul li, #menu #info p, #menu #info #head_contact {
	opacity: 0;
	color: #3e3a39;
}
.open #menu #info p {
	transition-delay: 0.45s;
}
.open #menu #info #head_contact {
	transition-delay: 0.5s;
	margin-top: 1em;
}
#menu #info #head_contact h3 {
	position: relative;
	max-width: 380px;
	text-align: center;
	margin: 0 auto 0.5em;
	font-size: 1rem;
	font-weight: bold;
}
/* #menu #info #head_contact h3::before, #menu #info #head_contact h3::after {
	content: "|";
  transform: rotate(-25deg);
  display: inline-block;
  margin: 0 0.3em;
  position: relative;
  top: -0.5px;
}
#menu #info #head_contact h3::after {
	transform: rotate(25deg);
} */
/* #menu #info #head_contact .btn {
	background: url(../../assets/img/icon_arrow_wh.svg) no-repeat center right 13px var(--color_main);
    background-size: 14px;
    color: #fff !important;
	max-width: unset;
	margin-top: 0.5em;
}
#menu #info #head_contact .btn:hover {
	filter: brightness(120%);
} */
#menu #info #head_contact ul li {
	margin-bottom: 1em;
}
#menu #info #ccopy {
	font-size: 0.95rem;
	letter-spacing: 2px;
}
#menu #info #menu_logo {
  line-height: 1.2;
  margin: 1em auto 2em;
	width: 220px;
}
#menu #info small {
	font-size: 0.9rem;
	position: relative;
	top: -4px;
	margin-right: 3px;
}
#menu #info #menu_tel {
  font-size: 2.4rem;
  font-weight: 500;
	color: #3e3a39;
  margin-left: 10px;
  letter-spacing: 1px;
  text-align: left;
}
#menu #info #menu_tel + p {
	font-size: 0.8rem;
	margin: -12px 0 40px 38px;
}
#menu #info ul li span {
	color: #fff;
	font-size: 1.3rem;
}
#menu .c-gnav>.menu-item>.sub-menu {
	display: none !important;
}
header#header + #doc_btn {
    position: fixed;
    top: 14px;
    right: 15px;
    z-index: 990;
    width: 14em;
}
header#header + #doc_btn:hover {
	filter: brightness(120%);
}
header#header #head_contact {
	position: absolute;
	right: 100px;
	top: 5px;
}
#head_contact h3 {
	color: var(--color_main);
	font-weight: normal;
}
#head_contact #head_tel {
	font-size: 1.67rem;
	font-weight: bold;
	letter-spacing: 3.5px;
	padding-left: 33px;
	background: url(../../assets/img/icon_tel.png) no-repeat center left;
	background-size: 26px;
	color: #493c3c;
	line-height: 1.2;
}
#head_contact address {
	font-size: 0.83rem;
}
header#header #kobe_logo {
	position: absolute;
	width: 60px;
	right: 120px;
	top: 8px;
}
#menu #info #head_contact #head_tel {
	font-size: 2.2rem;
	line-height: 1.6;
}
#content .p-postList h2 {
	background: none;
	font-weight: 500;
	font-size: 1.1rem;
    margin-bottom: 0 !important;
}
#content .p-postList h2.p-postList__title {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 0.5em;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
.post_content .bg > div {
	padding-top: 5em;
	padding-bottom: 5em;
}

.post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
}
.post_content h2 {
	color: #fff;
	background: none;
  	padding: 0;
	color: unset;
	font-size: 4.2vw;
	line-height: 1.2;
	margin: 2em 0 1em;
}
.post_content h3 {
	margin: 2em 0 1em;
	font-size: 3.5vw;
}
.post_content h2 + h3 {
    margin: 1em 0 1em;
}
.post_content .swell-block-column h3 {
	color: var(--color_main);
    font-size: 2vw;
    margin: 0 0 1em;
	background: no-repeat;
    padding: 0;
}
.post_content .wp-block-group.ttl {
	margin-bottom: 1.5em;
	font-family: "corporate-logo-ver2", sans-serif, '游ゴシック', 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;;
	font-style: normal;
	padding: 0;
}
.post_content .ttl p {
    color: #fff;
    font-size: 3vw;
    font-weight: 500;
    margin: 0 0 0.2em;
    line-height: 1.5;
}
.post_content .ttl h2 {
	margin: 0 0 1em !important;
}
.post_content .bg .ttl h2, .post_content .bg .ttl p {
}
/* .post_content h3 {
	font-size: 1.7rem;
    margin: 1.5em 0 1em;
    background: none;
    font-weight: 500;
    padding: 0;
    letter-spacing: 2px;
    color: var(--color_main);
    line-height: 1.3;
} */
.post_content h3.is-style-section_ttl {
}
.post_content .ttl h3 {
	margin-top: -0.1em;
}
.single .post_content h3 {
	font-size: 1.25rem;
}
.page .post_content h2 + h3, .single .post_content h2 + h3 {
	margin: 1em 0 1em;
}
.post_content h3::before {
}
.post_content h4 {
}
.page .post_content h5 {
	font-size: 1.1rem;
	margin: 1.5em 0 0.5em;
}
.post_content .bg02 .ttl p {
	color: #fff;
}
.post_content em {
	border-bottom: solid 10px #FFEE5F;
}
.post_content h2 strong {
	font-size: 115%;
	position: relative;
	top: 6px;
	margin: 0 3px;
}
.wpcf7 form {
	max-width: 800px;
	margin: 0 auto 40px;
	background: #fff;
	border-radius: 40px;
	padding: 1em 3em;
}
.wpcf7 form p {
  margin-top: 30px;
  line-height: 1.5;
  color: #333;
}
.wpcf7 form p em {
}
.wpcf7 form p span {
  font-weight:normal;
  /* margin: 0 0.5em 0 0; */
}
.wpcf7 form p#policy_txt .wpcf7-list-item {
 margin: 0 0 0 3px;
}
.wpcf7 form input {
  margin-top:8px;
  width: 100%;
}
.wpcf7 form label {
  font-weight: bold;
}
.wpcf7 form .wpcf7-list-item input {
	width: auto;
}
.wpcf7 form textarea {
	margin-top:8px;
	width: 100%;
}
.wpcf7 form p span.wpcf7-list-item {
	margin: 0 1em 0 0;
}
.wpcf7 form p span.wpcf7-acceptance {
	margin: 0;
}
.wpcf7 form p span.wpcf7-form-control-wrap + span {
	display: inline-block;
    vertical-align: text-top;
}
/* .wpcf7 form input:disabled, .wpcf7 form input:disabled:hover {
  opacity: 0.5;
  background: url(../../assets/img/icon_arrow_cir.svg) no-repeat right 20px center #615a4d;
   background-size: 25px;
  color: #fff !important;
  filter: none !important;
 } */
.wpcf7 form input[type="submit"], .wpcf7 form input[type="button"] {
	color: var(--color_main);
	font-size: 0.95em;
	font-weight: bold;
	position: relative;
	padding: 26px 25px 26px 10px;
	border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	max-width: 300px;
	min-width: unset;
	line-height: 1.3;
	display: block;
	text-align: center;
	margin: auto;
	overflow: hidden;
	background: url(../../../../uploads/icon_arrow_cir.svg) no-repeat right 20px center var(--color_link);
	background-size: 25px;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
.wpcf7 form input[type="button"] {
	margin-bottom: 1em;
	background: url(../../../../uploads/icon_arrow_cir.svg) no-repeat right 20px center #f0efec;
	background-size: 25px;
	color: unset !important;
}
.wpcf7 form input[type="button"]:hover {
	filter: brightness(120%);
}
.wpcf7 form input[type="submit"]:hover {
   background: url(../../../../uploads/icon_arrow_cir.svg) no-repeat center right 15px var(--color_link);
   background-size: 25px;
   box-shadow: none;
   filter: brightness(120%);
}
.wpcf7 form p .most {
  background-color: #CE2700;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 12px;
  padding: 2px 4px;
  color: #FFF;
  margin-left: 10px;
  margin-top: 10px;
  position: absolute;
  margin-top: 1px;
  padding-right: 5px;
}
.wpcf7 form p .example {
   display: inline-block;
   margin-left: 60px;
}
.wpcf7 form select {
  margin-top: 7px;
  max-width: 100%;
}
.wpcf7 form p em + span {
  background: #f48057;
  color: #fff;
  padding: 0 3px 2px 3px;
  font-size: 0.7rem;
  margin-left: 6px;
  line-height: 1.4;
  border-radius: 3px;
  position: relative;
  top: -1px;
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 960px){
	.sp, #menu_btn {
		display:none !important;
	}
	.flo {
	  overflow: hidden;
	}
	.flo_r {
	  float: right;
	}
	.flo_l {
	  float: left;
	}
	.w200 {max-width: 200px;}
	.w300 {max-width: 300px;}
	.w400 {max-width: 400px;}
	.w500 {max-width: 500px;}
	.w600 {max-width: 600px;}
	.w700 {max-width: 700px;}
	.w800 {max-width: 800px;}
	.w900 {max-width: 900px;}
	.w1000 {max-width: 1000px;}
	.w1100 {max-width: 1100px;}
	.w1200 {max-width: 1200px;}
	.w200, .w300, .w400, .w500, .w600, .w700, .w800, .w900, .w1000, .w1100, .w1200 {
		margin-left: auto;
		margin-right: auto;
	}
	h2 {
	}


	/* original style------------------------------ */
	.l-header__bar {
		display: none;
	}
	header#header {
		position: absolute;
		background: none;		
	}
	/* [data-scrolled="true"] header#header {
		height: 75px;
	} */
	header#header .l-container {
		position: relative;
		max-width: none;
		height: 90px;
		padding: 0 2vw 0;
	}
	header#header  .l-header__logo .c-catchphrase {
        position: absolute;
        bottom: 17px;
        left: 68px;
        text-align: left;
        line-height: 1.3;
        margin: 0;
        font-weight: 500;
        font-size: 0.7rem;
        opacity: 1;
        color: #fff;
	}
	header#header .l-header__logo {
        padding: 0;
        margin: 0;
		position: relative;
	}
	header#header .l-header__logo a {
		display: block;
		position: relative;
		z-index: 10;
	}
	header#header .l-header__logo #logo {
        width: 280px;
        display: block;
        margin: -5px 0 0;
	}
	/* header#header .l-header__logo #logo, header#header .l-header__logo .c-headLogo {
		float: left;
    margin-top: 18px;
	} */
	header #gnav {
		height: 75px;
		position: fixed;
		width: 100%;
	}
	/* [data-scrolled="true"] header #gnav {
		margin-top: 5px;
	} */
	header .c-gnav {
		justify-content: center;
		/* margin-right: 7%; */
	}
	header .c-gnav>.menu-item:first-child {
	}
	header.-parallel .l-header__gnav .c-gnav>li>a {
		padding: 19px 15px;
	}
	header .c-gnav>.menu-item {
    	height: 85px;
	}
	header .c-gnav>.menu-item>a {
		height: 100%;
		border-bottom: none;
        padding: 0 15px;
		color: #fff;
	}
	header .c-gnav>.menu-item>a:hover {
		color: var(--color_link);
	}
	header .c-gnav>.menu-item>a .ttl {
		font-size: 0.95rem;
		line-height: 1.3;
		font-weight: bold;
		letter-spacing: 1px;
	}
	header .c-gnav>.menu-item>a .ttl span {
		font-size: 80%;
		display: block;
		font-weight: normal;
	}
	header .c-gnav>.menu-item>a span.desc {
		font-size: 0.8rem;
		opacity: 1;
		color: var(--color_main);
	}
	#body_wrap .c-gnav>.menu-item>a::after {
		position: absolute;
		bottom: 22px;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background: var(--color_link);
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform .3s;
	}
	#body_wrap #menu .c-gnav>.menu-item>a::after {
		bottom: 3px;
	}
	#body_wrap .c-gnav>.menu-item>a:hover::after, #body_wrap .c-gnav>.menu-item>a.current::after {
		transform-origin: left top;
		transform: scale(1, 1);
	}
	.c-gnav>.menu-item>.sub-menu {
		border-radius: 20px;
		width: max-content;
		margin-top: -15px;
	}
	.c-gnav>.menu-item>.sub-menu::before {
		position: absolute;
		left: 50%;
		top: -5px;
		margin-left: -10px;
		z-index: 1;
		display: block;
		width: 20px;
		height: 20px;
		border-radius: 5px;
		transform: rotate(45deg);
		background: #fff;
	}
	.c-gnav>.menu-item>.sub-menu li {
		border-top:solid 1px #f3f3f3;
	}
	.c-gnav>.menu-item>.sub-menu li:first-child {
		border: none;
	}
	.c-gnav>.menu-item>.sub-menu li a {
		background: url(../../assets/img/icon_arrow_blu.svg) no-repeat center right 10px;
		background-size: 10px;
		padding: 0.75em 40px 0.75em 1.5em;
	}
	.c-gnav>.menu-item>.sub-menu li a::before {
		display: none;
	}
	.c-gnav>.menu-item>.sub-menu li a .ttl {
		color: #3c3c3c;
		font-weight: 500;
		font-size: 0.95rem;
	}
	.tel span {
		font-size: 0.7rem;
		display: block;
		padding-left: 30px;
	}
	.tel a {
		font-size: 1.5rem;
		background: url(../../../../uploads/icon_tel.png) no-repeat center left;
		background-size: 24px;
		padding-left: 30px;
	}

	#content.l-content {
		padding: 120px 0 0;
		margin: 0 auto;
	}
	#main_content {
		max-width: unset;
	}
	.wp-block-table td, .wp-block-table th {
		vertical-align: middle;
	}
	#before_footer_widget {
		background: #e1edc4;
		margin: 0 auto 0;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#before_footer_widget .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
		margin-left: 50px;
	}
	footer#footer {
		background: transparent;
		color: unset;
		z-index: 10;
		margin-top: 4em;
	}
	footer#footer #f_contact {
		text-align: center;
		position: relative;
		color: #fff;
		border-radius: 10px;
		padding: 3.5em 3em 4em;
	}
	footer#footer #f_contact h2 {
        font-size: 3.8rem;
        font-weight: 500;
        font-style: italic;
		line-height: 1.4;
		font-family: Garamond , "Times New Roman", "游明朝" ,'Noto Serif Japanese',  "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	}
	footer#footer #f_contact p {
		font-size: 1rem;
		margin: 0 0 1.5em 0;
		letter-spacing: 1px;
	}
	footer#footer #f_contact a.btn {
		margin: auto;
    	font-weight: bold;
	}
	/* footer#footer #f_contact a.btn {
		background: url(../../assets/img/icon_arrow_gre.svg) no-repeat center right 20px #fff;
		background-size: 14px;
		max-width: unset;
		font-size: 1rem;
		font-weight: 600;
		max-width: 350px;
		padding: 30px 25px 30px 10px;
		width: 100%;
		border: none;
	}
	footer#footer #f_contact a.btn:hover {
		background: url(../../assets/img/icon_arrow_wh.svg) no-repeat center right 20px var(--color_main);
		background-size: 14px;
		color: #fff;
	} */
	footer .l-footer__inner {
		background: unset;
		padding: 50px 4vw 0;
		color: unset;
		margin-top: unset;
	}
	footer .l-footer__inner p, footer .l-footer__inner a, footer .l-footer__inner address, footer .l-footer__inner dl {
		font-size: 0.9rem;
	}
	footer .l-footer__inner > .flex_cl {
		position: relative;
	}
	footer .l-footer__inner #ft_l {
		width: 40%;
		float: left;
	}
	footer .l-footer__inner #f_info {
		padding: 0 0 3em 0;
	}
	footer .l-footer__inner #ft_l #f_logo {
		width: 300px;
		margin: 0;
	}
	footer .l-footer__inner #ft_l #f_logo a {
		width: 210px;
        display: block;
	}
	footer .l-footer__inner #ft_l #f_logo p {
        font-size: 0.74rem;
        margin: -10px 0 0 54px;
        font-weight: 500;
	}
	footer .l-footer__inner #ft_l #f_logo span {
		font-size: 0.85rem;
		opacity: 0.7;
	}
	footer .l-footer__inner #ft_l ul li {
		margin-bottom: 0.5em;
		line-height: 1.3;
	}
	footer .l-footer__inner #ft_l address {
		margin: 0 0 0.5em;
		font-style: normal;
	}
	footer .l-footer__inner #ft_l dl {
    overflow: hidden;
  }
  footer .l-footer__inner #ft_l dl dt, footer .l-footer__inner #ft_l dl dd {
    float: left;
    margin-bottom: 0.2em;
  }
  footer .l-footer__inner #ft_l dl dt {
    width: 3em;
    clear: both;
  }
  footer .l-footer__inner #ft_l dl dd {
    width: calc(100% - 4em);
  }
	footer .l-footer__inner #ft_r {
		width: 54%;
		min-height: unset;
		float: right;
		max-width: 24em;
	}
	footer .l-footer__inner #ft_r h3 {
		text-align: right;
		font-size: 1.2rem;
		color: #000;
		line-height: 1.8;
		font-weight: 500;
		margin-top: 20px;
	}
	/* footer .l-footer__inner #ft_r .l-footer__nav {
		justify-content: flex-end;
		position: unset;
		bottom: unset;
		right: unset;
		z-index: 100;
		align-items: center;
		padding: 26px 0 0;
		text-align: center;
		line-height: 1.3;
	} */
	footer .l-footer__inner #ft_r .l-footer__nav {
		display: block;
		text-align: left;
	}
	footer .l-footer__inner #ft_r .l-footer__nav li {
		display: inline-block;
		width: 47%;
		vertical-align: top;
	}
	footer .l-footer__inner #ft_r .l-footer__nav a {
		border: none;
		font-weight: 600;
		padding: 0.5em 0;
		font-size: 1rem;
	}
	footer .l-footer__inner #ft_r .l-footer__nav a br {
		display: none;
	}
	footer .l-footer__inner #ft_r .l-footer__nav li .sub-menu {
		display: none;
	}
	footer .l-footer__inner #ft_r h3 {
		text-align: right;
    font-size: 1.3rem;
		color: #fff;
    line-height: 1.8;
    font-weight: 500;
	}
	.l-footer__widgetArea {
		width: 60%;
	}
	footer .l-footer__inner .w-footer__box, footer .l-footer__inner .l-footer__widgetArea {
		padding: 0;
	}
	footer .l-footer__inner .widget_nav_menu ul li {
		float: left;
		min-width: 12em;
	}
	footer .l-footer__inner .widget_nav_menu ul li:nth-child(odd) {
		clear: both;
	}
	footer .l-footer__inner .widget_nav_menu a {
		border: none !important;
	}
	footer .l-footer__inner .widget_nav_menu a br {
		display: none;
	}
	.l-footer a.btn {
		color: #fff ;
	}
	.l-footer a.btn:hover {
		color: #fff ;
	}
	footer .l-footer__inner .l-footer__foot {
		padding-top: 4em;
		padding-bottom: 1em;
	}
	footer .l-footer__inner #com_imfo {
		border-top: solid 1px #eaeaea;
		padding: 3em 0 8em;
	}
	footer .l-footer__inner #com_imfo ul {
		overflow: hidden;
	}
	footer .l-footer__inner #com_imfo ul li {
		float: left;
		margin-right: 2em;
	}
	footer .l-footer__inner .copyright {
		padding-top: 0;
		text-align: right;
	}

	.btn, [class*=is-style-btn_] a, .swell-block-button__link, .wp-block-button__link {
        color: var(--color_main);
        font-size: 1.1rem;
		font-weight: bold;
        position: relative;
        padding: 18px 25px 18px 10px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        max-width: 300px;
        width: 100%;
        line-height: 1.3;
        display: block;
        text-align: center;
        overflow: hidden;
        background: url(../../../../uploads/icon_arrow_cir.svg) no-repeat right 20px center var(--color_link);
        background-size: 25px;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        transition: .3s ease-out;
	}
	.btn:hover, .wp-block-button__link:hover, [class*=is-style-btn_] a:hover {
		background: url(../../../../uploads/icon_arrow_cir.svg) no-repeat center right 15px var(--color_link);
		background-size: 25px;
		box-shadow: none;
	}
	[class*=is-style-btn_].entry a {
		background: url(../../../../uploads/icon_arrow_cir.svg) no-repeat center right 15px var(--color_link);
		background-size: 25px;
		margin-left: auto;
		margin-right: auto;
	}
	/* .btn::before, .is-style-btn_normal a::before {
		content:"";
		width:100%;
		height:100%;
		position:absolute;
		z-index:1;
		left:0;
		top:0;
		transition:0.5s;
		background: #3785d4;
		background: -moz-linear-gradient(55deg, #3785d4 0%, #41bbe2 100%);
		background: -webkit-linear-gradient(55deg, #3785d4 0%,#41bbe2 100%);
		background: linear-gradient(55deg, #3785d4 0%,#41bbe2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3785d4', endColorstr='#41bbe2',GradientType=1 );
	}
	.btn::after, .is-style-btn_normal a::after {
		content:"";
		width:100%;
		height:100%;
		position:absolute;
		z-index:0;
		left:0;
		top: 0;
		transition:0.5s;
		background: #3785d4;
		background: -moz-linear-gradient(55deg, #41bbe2 0%, #3785d4 100%);
		background: -webkit-linear-gradient(55deg, #41bbe2 0%,#3785d4 100%);
		background: linear-gradient(55deg, #41bbe2 0%,#3785d4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bbe2', endColorstr='#3785d4',GradientType=1 );
	}
	.btn:hover::before, .is-style-btn_normal a:hover::before  {
		opacity: 0;
	} */
	/* .btn span, .is-style-btn_normal a span {
		position: relative;
		width: 100%;
		display: inline-block;
		z-index: 1;
		background: url(../../assets/img/icon_arrow_wh.svg) no-repeat right center;
		background-size: 14px;
	} */
	/* .btn:hover, .wp-block-button__link:hover, [class*=is-style-btn_] a:hover {
		background: url(../../assets/img/icon_arrow_wh.svg) no-repeat center right 10px;
		background-size: 25px;
		color: #fff !important;
		filter: brightness(130%);
	} */
	/* [class*=is-style-btn_] a:hover {
		filter: brightness(130%);
		color: #fff;
		box-shadow: none;
	} */
	a.btn.left {
		margin-left: 0;
	}
	a.btn.right {
		margin-right: 0;
	}
	figure.full_r, .full_r > figure {
		margin-right: calc(50% - 35vw) !important;
	}
	figure.full_l, .full_l > figure {
		margin-left: calc(50% - 35vw) !important;
	}
	/* #body_wrap .p-fixBtnWrap {
		right: unset;
		left: 2.5em;
	} */
}

@media all and (min-width: 768px) {
	.flex_cl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.flex_cl.cl_2 > section, .flex_cl.cl_2 > li {
		width: 47%;
	}
	.flex_cl.cl_3 > section, .flex_cl.cl_3 > li {
		width: 31%;
		margin-bottom: 8%;
	}
	.flex_cl.cl_4 > section, .flex_cl.cl_4 > li {
		width: 23%;
	}
	.flex_cl .od1 {
		order: 1;
	}
	.flex_cl .od2 {
		order: 2;
	}
	.al_cen .swell-block-columns__inner {
        align-items: center;
        display: flex;
    }
}

@media all and (min-width: 768px) and (max-width: 960px) {
	#menu > div {
		display: block;
	}
	#menu ul.c-gnav {
		text-align: center;
		margin: 0 0 6%;
		padding: 0 0 5%;
		border: none;
		border-bottom: solid 1px #eaeaea;
	}
}
@media all and (min-width: 960px) and (max-width: 1150px) {
	header .c-gnav>.menu-item.menu-item-2561 {
		display: none;
	}
}
@media all and (min-width: 960px) and (max-width: 1050px) {
	header .c-gnav>.menu-item>a {
        margin: 0 7px;
	}
	header .c-gnav>.menu-item>a .ttl {
		font-size: 0.8rem;
	}
	header#header #kobe_logo {
		display: none;
	}
}

@media all and (min-width: 960px) and (max-width: 1350px) {
	.post_content .bg > div {
		padding: 5em 2vw;
	}
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	color: #333;
}