@charset "utf-8";
/* CSS Document */
@media (max-width: 959px){
	header #logo {
    font-size: 15px;
    font-weight: bold;
    color: #5c5a5a;
    line-height: 1.3;
	}
	header #logo em {
		color: #070707;
		font-style: normal;
		display: block;
		background: none;
	}
	header h1 {
		font-size: 0.6rem;
    font-weight: normal;
    position: relative;
    z-index: 1;
    left: 115px;
    height: 50px;
    display: flex !important;
    align-items: center;
    line-height: 1.2;
    position: absolute;
    top: 0;
	}
	header #util li a {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
	}
	header #util li a span, header #util li a em {
		color: #fff;
		position: relative;
		z-index: 10;
	}
	header #util li a span span {
		text-align: center;
		/* display: block; */
		font-size: 0.8rem;
	}
	/* header #util li a span span::before, header #util li a span span::after {
		content: "|";
    transform: rotate(-25deg);
    display: inline-block;
    margin: 0 0.3em;
    position: relative;
    top: -0.5px;
	}
	header #util li a span span::after {
		transform: rotate(25deg);
	} */
	header #util li a {
		display: flex;
    font-style: normal;
    font-size: 1rem;
    width: 100%;
    height: 50px;
	}
	header #util li a::before {
		content:"";
		width:100%;
		height:100%;
		position:absolute;
		z-index:1;
		left:0;
		top:0;
		transition:0.5s;
	}
	header #util li a::after {
		content:"";
		width:100%;
		height:100%;
		position:absolute;
		z-index:0;
		left:0;
		top: 0;
		transition:0.5s;
	}
	header #util li a::before {
	  background: #3785d4;
	  background: -moz-linear-gradient(55deg, #10844b 0%, #33be7f 100%);
	  background: -webkit-linear-gradient(55deg, #10844b 0%,#33be7f 100%);
	  background: linear-gradient(55deg, #10844b 0%,#33be7f 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10844b', endColorstr='#33be7f',GradientType=1 );
	}
	header #util li a::after {
	  background: #3785d4;
	  background: -moz-linear-gradient(55deg, #33be7f 0%, #10844b 100%);
	  background: -webkit-linear-gradient(55deg, #33be7f 0%,#10844b 100%);
	  background: linear-gradient(55deg, #33be7f 0%,#10844b 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33be7f', endColorstr='#10844b',GradientType=1 );
	}
	header #util li a > span {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	header #util li a > span span {
		background: url(../../../../uploads/icon_mail.png) no-repeat left top 3px;
    background-size: 25px;
    padding: 0.4em 0 0.3em 30px;
    margin-right: 0.8em;
	}
	.p-fixBtnWrap {
		bottom: 60px !important;
	}
	.c-spnav a::before {
    color: #2d9462;
	}
	h1 {
		font-weight: normal;
	}
	.full > section {
		padding-right: 4vw;
		padding-left: 4vw;
	}
	.l-footer__inner {
		background: url(../img/common/footer_bg.jpg) no-repeat right -100px bottom;
		background-size: cover;
	}
	.l-footer__inner > section {
		padding: 3em 4vw 0;
	}
	.l-footer__inner p, .l-footer__inner a, .l-footer__inner address {
		font-style: normal;
		/* font-weight: bold; */
	}
	.l-footer__inner a::before {
		position: absolute;
    top: 12px;
    left: 2px;
    display: inline-block;
    color: inherit;
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ">";
    color: #2d9462;
	}
	.l-footer__inner #ft_l {
		text-align: center;
	}
	.l-footer__inner #ft_l #f_logo {
		width: 230px;
		margin: auto;
	}
	.l-footer__inner #ft_l address {
		margin: 1em 0 0.5em;
		display: inline-block;
		text-align: left;
	}
	/* .l-footer__inner #ft_l address + p {
		margin-bottom: 0.5em;
	} */
	.l-footer__inner #ft_r {
		text-align: center;
	}
	.l-footer__inner #ft_r h3 {
		margin: 2em 0;
    line-height: 1.6;
    font-size: 1rem;
    display: inline-block;
    font-weight: 500;
	}
	.l-footer__inner #ft_r .l-footer__nav {
		display: block;
	}
	.l-footer__inner #ft_r .l-footer__nav li {
		text-align: center;
	}
	.l-footer__inner #ft_r .l-footer__nav li a {
		font-family: 'Noto Serif Japanese', Garamond , "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	}
	.l-footer #ft_r .copyright {
    font-size: 0.7rem;
    text-align: center;
    padding: 1em 0;
    color: #868686;
	}
}
@media (max-width: 959px){
	.pc {
		display:none!important;
	}
	.l-content {
		margin: 0 auto;
	}
	.btn.mTe3 {
		margin-top: 1.5em !important;
	}

	/*ヘッダー*/
	header {
		width: 100%;
    left: 0;
		top: 0;
    padding: 0 0 0 10px;
    z-index: 100;
		height: 50px;
		z-index: 99;
		position: relative;
	}
	header #head #belong, header #head #consul {
		display: none;
	}
	header #nav {
	}
	header #nav #logo {
		width: 210px;
    z-index: 1000;
    padding: 13px 0 0;
    position: absolute;
    background: #fff;
	}
	header #nav h1 {
		position: absolute;
    font-size: 0.6rem;
    font-weight: normal;
    color: #818181;
    top: 8px;
    left: 13px;
	}
	header #nav #area {
		display: none;
	}
	header .l-header__inner {
		/* position: absolute;
    right: 0;
    top: 0;
    height: 100%;
		top: -70px;
    position: relative;
    width: 100%;
    height: 70px;
    z-index: 100;*/
	}
	header #nav #tel {
		width: 35px;
    height: 100%;
    align-items: center;
    display: flex;
    padding-left: 10px;
    margin-right: 10px;
	}
	header #nav .l-header__menuBtn {
		display: flex;
		align-items: center;
		height: 100%;
	}
	header #nav .c-iconBtn,
	header #nav .c-iconBtn span {
	  display: inline-block;
	  transition: all .3s;
	  box-sizing: border-box;
	}
	header #nav .c-iconBtn {
		position: fixed;
    width: 40px;
    height: 16px;
    right: 5px;
    top: 7px;
	}
	header #nav .c-iconBtn.open {
		-webkit-animation-duration:2s;
		-ms-animation-duration:2s;
		animation-duration:2s;
		opacity:1;
	}
	header #nav .c-iconBtn span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  color: #2d9462;
	}
	/* header #nav .c-iconBtn span:nth-of-type(1) {
	  top: 5px;
	}
	header #nav .c-iconBtn span:nth-of-type(2) {
	  top: 12px;
	}
	header #nav .c-iconBtn.active span:nth-of-type(1) {
		-webkit-transform: translateY(4px) rotate(-45deg);
		transform: translateY(4px) rotate(-45deg);
	}
	header #nav .c-iconBtn.active span:nth-of-type(2) {
		-webkit-transform: translateY(-2px) rotate(45deg);
		transform: translateY(-3px) rotate(45deg);
	} */
	.c-spnav {
    margin-top: 1em;
	}
	.c-spnav a {
		border: none;
		font-weight: 500;
    padding: .5em 1em .5em 1.5em;
	}
	.c-iconBtn__icon::before {
		color: #2d9462;
	}
	.-left .p-spMenu__closeBtn {
		left: auto;
		right: 0;
	}
	#sp_menu .c-spnav a br {
		display: none;
	}
	#sp_menu #hash__nav {
		margin: 1em 0;
		padding: 1em 0;
	}
	#sp_menu #hash__nav li {
		display: inline-block;
		margin: 0 0.6em 0.3em 0.4em;
	}
	#sp_menu #hash__nav li a {
		color: #717171;
	}
	#sp_menu #hash__nav li a::before {
    content: "#";
	}
	#sp_menu #util {
		padding: 20px 10px;
	}
	#sp_menu #util li {
		margin-bottom: 1em;
	}
	#sp_menu #util li .btn {
    padding: 15px 30px 15px 15px;
	}
	#content .bg {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.btn, #f_contact ul li#btn_tel a, .p-spMenu__nav ul.flex_cl a {
		background: #e6be20;
    color: #fff;
    font-size: 1rem;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 18px 20px;
    border: none;
    border-radius: 50px;
    max-width: 340px;
    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:hover {
		background: #ffb100;
	}
	.btn span {
		font-size: 1rem;
		display: block;
		background: url(../img/arrow.svg) no-repeat right center;
		background-size: 20px 17px;
		padding-right: 22px;
	}
	.btn::before {
	  content: "";
	  position: absolute;
	  left: -5px;
	  top: -5px;
	  width: 100%;
	  height: 100%;
	  border: 5px solid #ffb100;
		box-sizing: unset;
	  opacity: .2;
	  -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);
	  border-radius: 40px;
	}
	.btn:hover::before {
	  content: "";
	  position: absolute;
	  left: -7px;
	  top: -7px;
	  border: 7px solid #ffb100;
	}
	.btn.contact {
	  background: #f3cd34;
	}
	.btn.contact {
		max-width: 550px;
		border-radius: 50px;
	}
	.btn.contact::before {
		border-radius: 50px;
	}
	.btn.contact > span {
		font-size: 1.3rem;
		display: block;
	}
	.btn.contact span span {
		font-size: 0.7rem;
		display: block;
	}
	#sp_menu .c-widget__title {
		display: none;
	}
	#member {
		padding: 3em 4vw;
	}
	#member h2 {
		font-size: 1.4rem;
		margin: 0 0 1em;
		color: #2d9462;
		font-weight: normal;
		text-align: center;
	}
	#member h2 + p {
		font-weight: 500;
		margin-bottom: 3em;
		text-align: left;
	}
	#member h3 {
		font-size: 1rem;
		font-weight: 500;
		/* color: #000; */
		max-width: 660px;
		margin: 1.5em auto 1em;
		color: #2d9462;
		text-align: left;
	}
	#body_wrap.page #member h3 {
		font-size: 1rem;
		font-weight: 500;
		/* color: #000; */
		max-width: 660px;
		margin: 1.5em auto 1em;
		color: #2d9462;
		text-align: left;
	}
	#member dl {
    overflow: hidden;
		max-width: 640px;
		margin: auto;
  }
  #member dl dt, #member dl dd {
    float: left;
    margin-bottom: 0.7em;
  }
  #member dl dt {
    width: 7em;
    clear: both;
  }
  #member dl dd {
    width: calc(100% - 7em);
  }
	#member .btn {
		color: #fff;
	}

	#f_contact {
		padding: 3em 20px;
		background: url(../../../../uploads/2020/09/contact_bg.jpg) no-repeat center;
		background-size: cover;
		color: #fff;
	}
	#f_contact h3 {
		text-align: center;
		color: #fff;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	#f_contact p {
		font-size: 1rem;
    margin: 1.5em 0 1.5em 0;
    line-height: 1.5;
	}

	#nav_menu-2 {
		text-align: center;
		margin: 2em 0 0;
	}
	#nav_menu-2 ul {
		display: inline-block;
	}
	#nav_menu-2 ul li {
		text-align: left;
	}
	#nav_menu-2 ul li a {
		padding: .5em 1em .5em 1.5em;
	}
	.l-footer__inner .w-footer__box, .l-footer__inner .l-footer__widgetArea {
		padding: 0;
	}
	.l-footer__inner .widget_nav_menu ul li {
	}
	.l-footer__inner .widget_nav_menu ul li:nth-child(odd) {
		clear: both;
	}
	.l-footer__inner .widget_nav_menu a {
		border: none;
	}
	.l-footer__inner .widget_nav_menu a br {
		display: none;
	}
	.l-footer__inner .l-footer__foot {
		padding-top: 1em;
    padding-bottom: 60px;
	}
	.l-footer__inner .l-footer__nav li {
		width: 48%;
    margin-bottom: 1em;
	}
	.l-footer__inner .l-footer__nav li a {
		position: relative;
		padding-left: 12px;
	}
	.l-footer__inner .l-footer__nav li a br {
		display: none;
	}
	#body_wrap #f_contact {
		padding: 30px 0;
		background: url(../../../../uploads/mainv_bg.jpg) no-repeat center;
		background-size: cover;
		color: #fff;
	}
	#body_wrap #f_contact h3 {
		text-align: center;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.4;
	}
	#body_wrap #f_contact p {
		font-size: 1rem;
    margin: 0.8em 4vw 2em;
	}
	#body_wrap #f_contact ul li a {
		display: block;
		width: 100%;
		margin: auto;
		font-size: 1rem;
	}
	#body_wrap #f_contact ul li a::before {
		opacity: 0.5;
	}
	#body_wrap #f_contact ul li#btn_tel {
		margin-bottom: 2em;
		text-align: center;
	}
	#body_wrap #f_contact ul li#btn_tel a {
    margin-bottom: 0.5em;
	}
	#body_wrap #f_contact ul li a em, .p-spMenu__nav ul.flex_cl li#btn_tel a em {
		background: url(../../../../uploads/icon_tel.png) no-repeat left top;
    background-size: 22px;
    padding-left: 35px;
	}
	.p-spMenu__nav ul.flex_cl li#btn_tel {
		margin-bottom: 2em;
		text-align: center;
	}
	.p-spMenu__nav ul.flex_cl li#btn_tel span {
		display: block;
		margin: 0.5em 0 0 110px;
		text-align: left;
	}
	.p-spMenu__nav ul.flex_cl {
		margin-top: 1.5em;
	}
	.p-spMenu__nav ul.flex_cl li a {
		width: 100%;
		display: block;
	}

	#top_title_area.l-topTitleArea.c-filterLayer::before {
		background: url(../../../../uploads/dot_mv.png);
		background-size: 3px 3px;
    opacity: .4;
	}
	#top_title_area.l-topTitleArea.c-filterLayer::after {
		display: none;
	}
	#top_title_area .l-topTitleArea__body {
		text-shadow: none;
	}
	#top_title_area h1 {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
	}
	#top_title_area h1 small {
		display: block;
		font-style: normal;
		opacity: 1;
		margin: 0.5em 0 0;
    font-family: 'Mulish' , 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	}

	.wpcf7 form > p {
    margin-bottom: 1.8em;
  }
  .wpcf7 form p label em {
    top: -2px;
    position: relative;
  }
  .wpcf7 form p label em + span {
    background-color: #e6be20;
    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: 0px;
    padding-right: 5px;
  }
  .wpcf7 form .wpcf7-form-control-wrap {
    margin-top: 0.1em;
    display: block;
  }
  input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date], input[type=datetime], select, textarea {
    width: 100%;
  }
	.wpcf7 form input[type="submit"], .wpcf7 form input[type="button"] {
    max-width: 350px;
    width: 100%;
    border-radius: 40px;
    font-weight: bold;
    margin: 20px auto 0;
    background: #e6be20;
    color: #fff;
    border: none;
    padding: 15px 0 16px;
    cursor: pointer;
    display: block;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    /* font-family: 'Josefin Sans', 游ゴシック, sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif; */
  }
  .wpcf7 form input[type="submit"]:hover {
  	background:#ffb100;
  }
  .wpcf7 form input[type="button"] {
    margin-bottom: 1em;
    background: #c1a361;
  }
  .wpcf7 form input:disabled, .wpcf7 form input:disabled:hover {
    background: #c3c3c3;
    cursor: not-allowed;
  }
  .wpcf7 .wpcf7-acceptance span.wpcf7-list-item {
    margin: 1em 0 0;
    font-weight: bold;
  }
  .wpcf7 .wpcf7c-conf {
    background-color: #f0efef !important;
  }
}
