@charset "utf-8";
/* CSS Document */

#menu_btn,
#menu_btn span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
#menu_btn {
	width: 60px;
  height: 60px;
  position: fixed;
	right: 15px;
	top: 10px;
  z-index: 1000;
  cursor: pointer;
	background: #00b1ff;
	border-radius: 50%;
}
.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: 8px;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
}
#menu {
	background: rgb(0 0 0 / 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 span.ttl {
	color: #fff !important;
}
#menu ul.c-gnav li a br {
	display: none;
}
#menu ul.c-gnav li a .ttl {
	font-size: 1.1rem;
	color: #3e3a39;
}
#menu ul.c-gnav li a:hover .ttl {
	color: #00b1ff;
}
#menu ul.c-gnav li a .desc {
	color: #00b1ff;
	font-size: 0.85rem;
	opacity: 1;
	top: 8px;
}
.open #menu ul.c-gnav li, .open #menu #info ul li, .open #menu #info p {
	opacity: 1;
	transform: translateX(0px);
	transition:  transform 1s ease, opacity .9s ease;
	transition-delay: 0.2s;
	color: #fff;
}
.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 #info ul li, #menu #info p {
	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 #ccopy {
}
#menu #info #menu_logo {
	font-size: 1.7rem;
  line-height: 1.2;
  margin: 0.5em 0 1em;
	width: 280px;
}
#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: #00b1ff;
	font-size: 1.3rem;
}
#menu .c-gnav>.menu-item>.sub-menu {
	display: none !important;
}
header#header .head_contact {
	position: absolute;
	right: 100px;
	top: 5px;
}
.head_contact > section {
	margin: 12px 5px 0 5px;
}
.head_contact h3 {
	font-size: 0.93rem;
}
.head_contact .head_tel {
	margin-top: 0;
}
.head_contact .head_tel p.num {
	font-size: 1.95rem;
	font-weight: bold;
	padding-left: 33px;
	background: url(../../assets/img/icon_tel.svg) no-repeat center left;
	background-size: 26px;
	line-height: 1.2;
	letter-spacing: 1px;
}
.head_contact .head_tel p.num + p {
	font-size: 0.85rem;
}
.head_contact section a {
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 15px 20px 17px 40px;
	border-radius: 5px;
	display: block;
	text-align: center;
	line-height: 1;
}
.head_contact section a:hover {
	filter: brightness(120%);
}
.head_contact .head_quote a {
	background: url(../../assets/img/icon_quote.svg) no-repeat center left 10px #00b1ff;
	background-size: 20px;
}
.head_contact .head_line a {
	background: url(../../assets/img/icon_line.svg) no-repeat center left 7px #44b041;
	background-size: 28px;
}
.post_content .has-swl-deep-01-color {
	color: #00b1ff !important;
}
.is-style-btn_line {
	--the-btn-radius: 0;
}
#pagetop .c-fixBtn__icon:before {
	color: #000;
}
.post_content .bnr_quote .wp-block-column p {
	padding: 0;
}
.post_content .bnr_quote .wp-block-column p a {
	border: solid 4px #00b1ff;
	display: flex;
  padding: 10px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
	min-height: 130px;
}
.post_content .bnr_quote .wp-block-column p a:hover {
	filter: brightness(140%);
}
.post_content .bnr_quote .wp-block-column:nth-child(2) p a {
	border: solid 4px #44b041;
}
.post_content .bnr_quote .wp-block-column:nth-child(1) p a strong {
	background: url(../../assets/img/icon_tel_re.svg) no-repeat top 11px left;
	background-size: 25px;
	padding-left: 30px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
}
.post_content .bnr_quote .wp-block-column:nth-child(1) p a em {
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	width: 70%;
	padding: 15px 20px 17px 40px;
	border-radius: 5px;
	display: block;
	text-align: center;
	line-height: 1;
	background: url(../../assets/img/icon_mail.png) no-repeat center left 10px #00b1ff;
	background-size: 25px;
}
.post_content .bnr_quote .wp-block-column:nth-child(2) p a strong {
	background: url(../../assets/img/icon_line.svg) no-repeat center left;
	background-size: 40px;
	padding-left: 50px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.2;
	color: #44b041;
}

@media all and (min-width: 960px){
	.sp {
		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;
	}

	#menu_btn {
		display: none;
	}

	h2 {
	}

	.post_content .has-border, .post_content div.has-background, .post_content p.has-background {
		padding-left: 0;
		padding-right: 0;
	}

	/* original style------------------------------ */
	.l-header__bar {
		display: none;
	}
	header#header {
		background: none;
	}
	/* [data-scrolled="true"] header#header {
		height: 75px;
	} */
	header#header .l-container {
		max-width: none;
		padding: 0 20px;
		position: relative;
	}
	.-parallel-bottom .l-header__inner {
    padding-top: 4px;
	}
	header#header  .l-header__logo .c-catchphrase {
		text-align: left;
		line-height: 1.3;
		margin-top: 10px;
	}
	header#header .l-header__logo {
		display: block;
		padding: 3px 0;
		min-height: 90px;
	}
	header#header .l-header__logo #logo {
		font-size: 1.7rem;
		line-height: 1.2;
	}
	header#header .l-header__logo #logo a {
		color: #333;
	}
	header#header .l-header__logo #logo small {
		font-size: 1rem;
		display: block;
	}
	header#header .l-header__logo h1, header#header .l-header__logo .c-headLogo {
		float: left;
		margin-top: 12px;
		height: auto;
		width: 400px;
	}
	#fix_header.l-fixHeader .c-headLogo {
		height: auto;
		width: 400px;
	}
	header #gnav {
	}
	[data-scrolled="true"] header #gnav {
		margin-top: 5px;
	}
	header .c-gnav {
	}
	header .c-gnav>.menu-item {
	}
	header .c-gnav>.menu-item>a {
	}
	header .c-gnav>.menu-item>a:hover {
		color: #00b1ff;
	}
	.c-gnav>.menu-item>a .ttl {
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1.3;
	}
	#fix_header .c-gnav>.menu-item>a .ttl {
		font-size: 0.95rem;
	}
	header .c-gnav>.menu-item>a span.desc {
		font-size: 0.8rem;
		opacity: 1;
		color: #00b1ff;
	}
	#body_wrap .c-gnav>.menu-item>a::after {
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	content: '';
  	width: 100%;
  	height: 1px;
  	background: #00b1ff;
  	transform: scale(0, 1);
  	transform-origin: right top;
  	transition: transform .3s;
  }
  #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 {
		background: #f5f4e1;
		width: 34em;
	}
	.c-gnav>.menu-item>.sub-menu li {
		width: 49%;
		display: inline-block;
		vertical-align: middle;
	}
	.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;
	}
	.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: none;
		color: #fff;
	}
	footer#footer #f_contact {
		padding: 60px 0 30px;
		background: #fff;
		color: #000;
		text-align: center;
	}
	footer#footer #f_contact h3 {
		text-align: center;
    color: #000;
    font-size: 2.5rem;
		font-weight: 900;
    line-height: 1.4;
		margin-bottom: 0.5em;
	}
	footer#footer #f_contact p {
		font-size: 1.2rem;
		margin: 0 0 1.5em 0 ;
    letter-spacing: 1px;
		text-align: center;
	}
	footer#footer #f_contact ul li {
		padding: 0 1%;
	}
	footer#footer #f_contact ul li a {
		min-width: 370px;
		font-weight: bold;
	}
	footer#footer #f_contact ul li#btn_tel a {
    font-size: 2.8rem;
		font-weight: 900;
    letter-spacing: 1px;
		background: url(../../assets/img/icon_tel_bl.svg) no-repeat left top 18px;
    background-size: 35px;
    padding-left: 45px;
		position: relative;
		top: -5px;
	}
	footer#footer #f_contact ul li#btn_tel p em {
		border: solid 1px;
		padding: 0 5px 2px;
		margin-right: 0.5em;
	}
	footer .l-footer__inner {
		/* background: url(../img/common/footer_bg.jpg) no-repeat right bottom;
		background-size: cover;*/
		padding: 50px 4vw 30px;
	}
	footer .l-footer__inner p, footer .l-footer__inner a, footer .l-footer__inner address, footer .l-footer__inner dl {
		font-size: 1rem;
	}
	footer .l-footer__inner > .flex_cl {
		position: relative;
	}
	footer .l-footer__inner #ft_l {
		width: 40%;
	}
	footer .l-footer__inner #ft_l #f_logo {
		width: 320px;
		margin-bottom: 1em;
	}
	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: 200px;
	}
	footer .l-footer__inner #ft_r .l-footer__nav {
		justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
	}
	footer .l-footer__inner #ft_r .l-footer__nav a {
		border: none;
		font-weight: normal;
	}
	footer .l-footer__inner #ft_r h3 {
		text-align: right;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: bold;
	}
	.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 .copyright {
		padding-top: 3em;
	}
	footer #bnr_recruit {
		display: block;
		margin-top: 1em;
	}
	footer #bnr_recruit:hover {
		opacity: 0.7;
	}

	.btn, [class*=is-style-btn_] a, .swell-block-button__link, .wp-block-button__link {
		background: url(../../assets/img/arrow.svg) no-repeat center right 20px #00b1ff;
    background-size: 20px;
	  color: #fff !important;
		font-size: 1.2rem;
		font-weight: normal;
	  position: relative;
	  -webkit-box-shadow: none;
	  box-shadow: none;
		line-height: 1.3;
	  padding: 22px 60px 20px 30px;
	  border: none;
		min-width: 340px;
		display: inline-block;
		text-align: center;
	  -webkit-transition: all .5s cubic-bezier(.19,1,.22,1);
	  transition: all .5s cubic-bezier(.19,1,.22,1);
	  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
	  transition-timing-function: cubic-bezier(.19,1,.22,1);
	  -webkit-transition-property: background;
	  transition-property: background;
	  letter-spacing: 1.1px;
	}
	.btn::before, .swell-block-button__link::before, .wp-block-button__link::before {
	  content: "";
	  position: absolute;
	  display: block;
	  height: 1px;
	  background: #fff;
	  transition: all .3s ease-out;
		width: 34px;
    top: 50%;
    right: 15px;
	  transition: all .6s cubic-bezier(.3,0,.15,1);
	}
	.btn::after, .swell-block-button__link::after, .wp-block-button__link::after {
	  width: 9px;
	  top: calc(50% - 3px);
	  right: 14px;
	  transform: rotate(40deg);
	  content: "";
	  position: absolute;
	  display: block;
	  height: 1px;
	  background: #fff;
	  transition: all .6s cubic-bezier(.3,0,.15,1);
	}
	.btn:hover, .wp-block-button__link:hover {
		background: url(../../assets/img/arrow.svg) no-repeat center right 20px #00b1ff;
    background-size: 20px;
	}
	[class*=is-style-btn_] a:hover {
		background: url(../../assets/img/arrow.svg) no-repeat center right 20px #00b1ff;
    background-size: 20px;
		color: #fff;
		box-shadow: none;
	}
	a.btn.left {
		margin-left: 0;
	}
	a.btn.right {
		margin-right: 0;
	}
	.full_r > figure {
		margin-right: calc(50% - 50vw) !important;
	}
	.full_l > figure {
		margin-left: calc(50% - 50vw) !important;
	}

	.post_content h2 {
    font-size: 3.2rem;
		font-weight: 900;
		margin-bottom: 1em;
	}
}

#content .wp-block-group.ttl {
	text-align: center;
}
#content .wp-block-group.ttl p, hgroup p {
	margin: 0;
	letter-spacing: 1px;
	font-family: 'Charm' , 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-size: 2rem;
	line-height: 1.2;
}
#content .wp-block-group.ttl h2, hgroup h2 {
	margin: 0;
}
.post_content h4 {
	color: #00b1ff;
}

@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;
	}
}

@media all and (min-width: 960px) and (max-width: 1150px) {

}

@media all and (min-width: 960px) and (max-width: 1300px) {
}
