@charset "shift_jis";

@media screen and (max-width: 768px) {
 .smart_off {
  display: none;
 }

 body {
  margin: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 }

 h2 {
  text-align: center;
  font-size: 28px;
 }

 ul {
  padding: 0;
  margin: 0;
  list-style: none;
 }

 .side_btn {
  position: fixed;
  right: 0;
  top: 65%;
  z-index: 1000;
 }
 /* header */
	.s_h_sp {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	/*============
 nav
 =============*/
	nav {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		background: #ffffff;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all .5s;
		opacity: 0;
		padding: 0;
		box-sizing: border-box;
		z-index: -1;
		background: #ffffff;
	}
	.nav_logo {
		height: 80px;
		border-bottom: solid 1px #ccc;
		padding-top: 20px;
		box-sizing: border-box;
	}
	nav::-webkit-scrollbar {
		width: 0;
	}
	nav::-webkit-scrollbar-track {
		border-radius: 10px;
		box-shadow: none;
	}
	nav::-webkit-scrollbar-thumb {
		background-color: #fff;
		box-shadow: none;
	}
	.open nav {
		right: 0;
		opacity: 1;
		z-index: 99;
		display: block;
	}
	nav .inner {
		padding: 50px 25px 20px;
	}
	nav .inner ul {
		list-style: none;
		margin: 0;
		padding: 0;
		margin: -10px 0 30px;
	}
	nav .inner ul li {
		position: relative;
		margin: 0;
	}
	nav .inner ul li a {
		display: block;
		color: #333;
		font-size: 18px;
		line-height: 36px;
		letter-spacing: 0.03em;
		text-decoration: none;
		transition-duration: 0.2s;
		text-align: left;
		position: relative;
		text-indent: 50px;
	}
	nav .inner ul li a::before {
		content: "";
		background: #aaa;
		display: block;
		width: 10px;
		height: 3px;
		position: absolute;
		top: 17px;
		left: 20px;
	}
	nav .inner ul li a:hover {
		background: #e4e4e4;
	}
	nav .f_logo img {
		width: 150px;
	}
	.nav_top {
		width: auto;
		display: block;
		margin: 0;
		text-align: left;
	}
	.nav_top ul {}
	.nav_btn a {
		display: block;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0.03em;
		margin-bottom: 20px;
		color: #000;
		text-align: left;
		transition: .2s;
	}
	.nav_btn {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0.03em;
		margin-bottom: 20px;
		color: #000;
		text-align: left;
	}
	.nav_btn span {
		display: inline-block;
		margin-left: 15px;
		font-size: 15px;
		letter-spacing: 0.05em;
		transition: .2s;
	}
	.nav_btn a:hover {
		letter-spacing: 0.2em;
		transition: .2s;
	}
	.nav_btn a:hover span {
		letter-spacing: 0.2em;
		transition: .2s;
	}
	.nav_satei {
		width: 510px;
		box-sizing: border-box;
		background: #eee;
		height: 150px;
		padding: 20px;
		text-align: center;
	}
	.nav_satei span {
		display: block;
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		line-height: 30px;
		letter-spacing: 0.05em;
		position: relative;
	}
	.nav_satei span::before {
		content: "";
		background: #000;
		width: 125px;
		height: 1px;
		position: absolute;
		left: 0;
		top: 16px;
	}
	.nav_satei span::after {
		content: "";
		background: #000;
		width: 125px;
		height: 1px;
		position: absolute;
		right: 0;
		top: 16px;
	}
	.nav_satei ul {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
	.nav_satei ul li a {
		display: block;
		width: 230px;
		height: 60px;
		text-align: center;
		color: #fff;
		background: #65b820;
		font-size: 15px;
		font-weight: bold;
		line-height: 60px;
		letter-spacing: 0.05em;
		box-sizing: border-box;
		padding-right: 10px;
		position: relative;
		transition: .3s;
		border: 2px solid #65b820;
	}
	.nav_satei ul li:nth-child(2) a {
		background: #265300;
		border: 2px solid #265300;
	}
	.nav_satei ul li a:hover {
		border: 2px solid #265300;
		letter-spacing: 0.2em;
		transition: .3s;
	}
	.nav_satei ul li:nth-child(2) a:hover {
		border: 2px solid #65b820;
		letter-spacing: 0.2em;
		transition: .3s;
	}
	.nav_satei ul li a::before {
		content: "";
		background: url(../img/nav_arrow.png);
		display: block;
		width: 7px;
		height: 12px;
		position: absolute;
		right: 10px;
		top: 24px;
	}
	/*============
 .toggle_btn
 =============*/
	.toggle_btn {
		display: block;
		position: absolute;
		top: 3px;
		right: 15px;
		width: 30px;
		height: 30px;
		transition: all .5s;
		cursor: pointer;
		z-index: 9999;
	}
	.toggle_btn span {
		display: block;
		position: absolute;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: #fff;
		border-radius: 4px;
		transition: all .5s;
	}
	.toggle_btn span:nth-child(1) {
		top: 4px;
	}
	.toggle_btn span:nth-child(2) {
		top: 14px;
	}
	.toggle_btn span:nth-child(3) {
		bottom: 4px;
	}
	.open .toggle_btn span {
		background-color: #000;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}
	.open .toggle_btn span:nth-child(2) {
		opacity: 0;
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
	}
	/*============
 .toggle_btn_c
 =============*/
	.toggle_btn_c {
		display: block;
		position: relative;
		width: 60px;
		height: 60px;
		transition: all .5s;
		cursor: pointer;
		z-index: 100;
		background: #0062A0;
	}
	.toggle_btn_c span {
	display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 26px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s;
    margin: 0 auto;
	}
		.toggle_btn_c p {
font-size: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 5px;
		}
	.toggle_btn_c span:nth-child(1) {
		top: 14px;
	}
	.toggle_btn_c span:nth-child(2) {
		top: 23px;
	}
	.toggle_btn_c span:nth-child(3) {
		bottom: 24px;
	}
	.open .toggle_btn_c span {
		background-color: #fff;
	}
	.open .toggle_btn_c span:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}
	.open .toggle_btn_c span:nth-child(2) {
		opacity: 0;
	}
	.open .toggle_btn_c span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
		bottom: 23px;
	}
	/*============
 #mask
 =============*/
	#mask {
		transition: all 0.8s;
		opacity: 0;
		z-index: -1;
	}
	.open #mask {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .5;
		z-index: 98;
		cursor: pointer;
		transition: all 0.8s;
	}
	.h_con {
		width: 210px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.open .toggle_btn_c {
		z-index: 9999;
	}
	.h_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 60px;
		height: 60px;
		background: #2b4156;
		color: #fff;
		text-align: center;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
		letter-spacing: 2px;
		box-sizing: border-box;
	}
	/*?????????????*/
	#navArea ul {}
	#navArea ul li {
		border-bottom: solid 1px #ccc;
	}
	#navArea ul li:last-child {
		border-bottom: none;
	}
	#navArea ul li a {
		font-size: 14px;
		font-weight: 500;
		display: block;
		margin: 0px;
		padding: 20px 0px;
		transition: all 0.15s ease;
		position: relative;
		top: 0;
		left: 0;
		background: #fff;
	}
	.nav_logo img {
		width: 70%;
		padding: 15px 0 15px 5px;
	}
	.nav_top ul li a {
		padding-left: 45px !important;
	}
	.nav_top ul li a::before {
		content: "";
		display: block;
		background: url(../img/sp_common/tel_sale.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 25px;
		height: 25px;
		position: absolute;
		left: 10px;
		top: 17px;
	}
	.nav_top ul li:nth-child(2) a::before {
		background: url(../baikyaku_test/img/bnr_icon01.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.nav_flex ul {
		display: flex;
		justify-content: space-between;
	}
	.nav_flex ul li {
		width: 25%;
		border: 1px solid #cabb87 !important;
		box-sizing: border-box;
	}
	.nav_flex ul li:not(:first-child) {
		border-left: none !important
	}
	.nav_flex ul li a {
		width: 100%;
		position: relative;
		text-align: center;
		height: 90px;
		box-sizing: border-box;
	}
	.nav_flex ul li a::before {
		content: "";
		display: block;
		border-top: 5px solid transparent;
		border-right: 5px solid #c0ad6c;
		border-bottom: 5px solid #c0ad6c;
		border-left: 5px solid transparent;
		position: absolute;
		right: 5px;
		bottom: 5px;
	}
	.nav_flex ul li a span {
		display: block;
		color: #c0ad6c;
		font-weight: bold;
		text-align: center;
		font-size: 20px;
	}
	.nav_flex ul li:last-child a span {
		font-size: 14px;
	}
	.nav_bot ul {
		padding: 20px 4%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.nav_bot ul li {
		width: 49%;
		margin-bottom: 10px;
	}
	.nav_bot ul::after {
		content: none;
	}
	.nav_bot ul li a {
		padding: 15px 0 15px 15px !important;
		background: #fff !important;
		border: none !important;
	}
	.nav_f_logo {
		margin: 20px auto;
		text-align: center;
	}
	.nav_f_logo img {
		width: 30%;
	}
	/*-----------sp_nav_dropdown------------*/
	.nav_dropd {
		width: 90%;
		margin: 0 auto;
	}
	.nav_dropd_list {
		display: none;
	}
	.nav_dropd_list .active {
		display: block;
	}
	.nav_dropd_btn {
		padding-left: 20px !important;
		border-bottom: solid 1px #ccc;
		font-size: 14px;
		font-weight: 500;
		margin: 0px;
		padding: 20px 0px;
		transition: all 0.15s ease;
		position: relative;
		top: 0;
		left: 0;
	}
	.nav_dropd_list {
		padding: 15px 5% 5px;
	}
	.nav_dropd_list a {
		display: block;
		font-size: 14px;
		margin-bottom: 10px;
		font-weight: 500;
	}
	.nav_dropd_btn .accordion_icon {
		position: absolute;
		right: 20px;
		top: 25px;
		width: 10px;
		height: 10px;
		border-top: 2px solid rgb(0, 0, 0);
		border-right: 2px solid rgb(0, 0, 0);
		-webkit-transform: rotate(45deg);
		transform: rotate(135deg);
		transition: .3s;
	}
	.icon_deg {
		transform: rotate(-45deg);
		transition: .3s;
	}

 /*--------------------contact----------------------*/

 .contact_wrap {
  width: 100%;
  background: #f0693c;
 }

 .contact_co {
  width: 96%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  color: #fff;
 }

 .con_title {
  font-size: 18px;
  font-weight: bold;
 }

 .contact_co p {
  margin: 10px auto 30px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
 }

 .contact_btn a {
  width: 100%;
  height: 70px;
  display: block;
  margin: 0 0px 10px;
  background: #fff;
  line-height: 25px;
  text-decoration: none;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  border-radius: 40px;
  text-indent: 15px;
  position: relative;
  padding: 15px 0;
  box-sizing: border-box;
 }

 .contact_btn a:nth-child(2) {
  font-size: 20px;
 }

 .contact_btn a span {
  font-size: 14px;
  display: block;
  font-weight: normal;
 }

 .contact_btn a::before {
  content: "";
  display: inline-block;
  background: url(../img/tel_icon.png);
  background-size: auto;
  width: 28px;
  height: 23px;
  margin-right: 14px;
  margin-bottom: -2px;
  position: absolute;
  top: 40%;
  left: 35px;
  background-repeat: no-repeat;
 }

 .contact_btn a:nth-child(2):before {
  background: url(../img/mail_icon.png);
  background-repeat: no-repeat;
 }

 /*--------------------/contact----------------------*/


 .sozoku_con_wrap {
  overflow: hidden;
  color: #000;
 }

 .sozoku_con_wrap h2 {
  font-size: clamp(14px, 6vw, 24px);
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin: 0 0 30px;
 }

 .sozoku_ti {
  margin-bottom: 30px;
 }

 .sozoku_ti h2 {
  margin: 0 0 10px;
 }

 .sozoku_ti span {
  display: block;
  text-align: center;
  color: #f0693c;
  font-size: clamp(14px, 4vw, 24px);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em;
 }



 /*--------------------main----------------------*/
 .sozoku_main_wrap {
  background: url(../img/main_bg.png);
  background-size: cover;
  background-position: 60% 0;
  box-sizing: border-box;
  padding: 30px 0;
 }

 .sozoku_main_inner {
  width: 90%;
  margin: 0 auto;
 }

 .sozoku_main_subti {
  text-align: center;
 }

 .sozoku_main_subti span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin: 0 5px;
 }

 .sozoku_main_ti {
  margin: 15px 0;
 }

 .sozoku_main_ti p {
  color: #fff;
  font-size: clamp(14px, 6vw, 28px);
  line-height: 1.4;
  margin: 15px 0;
  font-weight: bold;
  text-align: center;
 }

 .sozoku_main_ti p span {
  font-weight: bold;
  font-size: clamp(14px, 10vw, 38px);
 }

 .sozoku_main_ti span {
  font-size: clamp(14px, 4.4vw, 24px);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
 }

 .sozoku_main_inner ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
 }

 .sozoku_main_inner ul li {
  background: #f0693c;
  color: #fff;
  line-height: 40px;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 0 10px;
 }

 .sozoku_main_inner ul li:first-child {
  margin-right: 5px;
 }

 /*--------------------/main----------------------*/

 /*--------------------nayami----------------------*/
 .sozoku_nayami_wrap {
  width: 90%;
  margin: 60px auto 0;
 }

 .sozoku_nayami_wrap ul {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }

 .sozoku_nayami_wrap ul::after {
  content: "";
  display: block;
  background: url(../img/nayami_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 130px;
  margin: 20px auto 0;
 }

 .sozoku_nayami_wrap ul li {
  width: 49%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 3%;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 2%;
  box-sizing: border-box;
  font-size: clamp(11px, 3vw, 20px);
  line-height: 1.8;
 }

 .sozoku_nayami_wrap ul li span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffdbde 60%);
 }

 /*--------------------/nayami----------------------*/


 /*--------------------about----------------------*/
 .sozoku_about_wrap {
  background: #faeee0;
  padding: 60px 0;
 }

 .sozoku_about_inner {
  width: 90%;
  margin: 0 auto;
 }

 .sozoku_about_point {
  border: 2px solid #f0693c;
  background: #f8fdff;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px 5%;
  position: relative;
  margin-bottom: 70px;
 }

 .sozoku_about_point h3 {
  color: #f0693c;
  font-size: clamp(14px, 6vw, 24px);
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
 }

 .sozoku_about_point p {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #000;
  letter-spacing: 0.1em;
  margin: 15px 0;
 }

 .sozoku_about_point ul li {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  color: #ff5050;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px;
 }

 .sozoku_about_point ul li::before {
  content: "";
  display: block;
  background: url(../img/check_icon.png);
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
 }

 .sozoku_about_point img {
  width: 84%;
  display: block;
  margin: 30px auto 15px;
 }

 .sozoku_problem_wrap {
  width: 90%;
  margin: 0 auto;
 }

 .sozoku_problem_wrap h2 {
  color: #f0693c;
 }

 .sozoku_problem_top p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  letter-spacing: 0.1em;
  margin: 0;
 }

 .sozoku_problem_top ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
 }

 .sozoku_problem_top ul li {
  margin-bottom: 2%;
  background: #fff;
  width: 49%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  padding: 15px 3%;
 }

 .sozoku_problem_top ul li span {
  display: block;
  text-align: center;
  font-size: clamp(11px, 4vw, 20px);
  line-height: 1.8;
  color: #000;
  font-weight: bold;
 }

 .sozoku_problem_top ul li p {
  color: #f0693c;
  margin: 0;
  margin-top: 5px;
  font-size: clamp(12px, 3vw, 20px);
  line-height: 1.8;
 }

 .sozoku_problem_con ul li {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
 }

 .sozoku_problem_con ul li h3 {
  background: #faeee0;
  line-height: 50px;
  border-radius: 10px;
  text-align: left;
  color: #f0693c;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0px 0 20px;
 }

 .sozoku_problem_flex img {
  width: 100%;
  margin-top: 20px;
 }

 .sozoku_problem_txt {}

 .sozoku_problem_txt h4 {
  font-size: clamp(14px, 5vw, 24px);
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 10px;
 }

 .sozoku_problem_txt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.05em;
  margin: 0;
 }

 /*--------------------/about----------------------*/

 /*--------------------point----------------------*/
 .sozoku_point_wrap {
  width: 90%;
  margin: 80px auto;
 }

 .sozoku_point_wrap ul {
  margin-top: 60px;
 }

 .sozoku_point_wrap ul li {
  box-sizing: border-box;
  border: 2px solid #f0693c;
  border-radius: 10px;
  background: #f8fdff;
  padding: 50px 4% 20px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
 }

 .sozoku_point_wrap ul li img {
  width: 80%;
  display: block;
  margin: 0 auto;
 }

 .sozoku_point_wrap ul li:nth-child(2) img {
  width: auto;
 }

 .sozoku_point_wrap ul li h3 {
  width: 90%;
  box-sizing: border-box;
  text-align: left;
  background: #f0693c;
  border-radius: 10px;
  font-size: clamp(14px, 4.8vw, 22px);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 5px 15px;
  position: absolute;
  left: 5%;
  top: -40px;
  z-index: 10;
  margin: 0;
  color: #fff;
 }


 .sozoku_point_wrap ul li p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin: 15px 0 0;
  text-align: left;
  letter-spacing: 0.05em;
 }

 .sozoku_point_wrap ul li p span {
  font-weight: bold;
  color: #f00;
 }

 .sozoku_point_wrap ul li:last-child h3 {
  top: -30px;
 }


 /*--------------------/point----------------------*/

 /*--------------------qa----------------------*/
 .sozoku_qa_wrap {
  background: #f6f6f6;
  padding: 60px 0;
 }

 .sozoku_qa_inner {
  width: 90%;
  margin: 0 auto;
 }

 .sozoku_qa_ti h2 {
  margin: 0;
 }

 .sozoku_qa_ti span {
  display: block;
  text-align: center;
  color: #f0693c;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
 }

 .sozoku_qa_ti span::before {
  content: "";
  display: block;
  background: #dadada;
  width: 25px;
  height: 4px;
  margin: 15px auto;
 }

 .sozoku_qa_con {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
 }

 .sozoku_qa_con dt {
  background: #fff;
  padding: 15px 3% 15px 40px;
  font-weight: bold;
  color: #000;
  font-size: clamp(13px, 4vw, 20px);
  line-height: 1.6;
  position: relative;
 }

 .sozoku_qa_con dt::before {
  content: "";
  display: block;
  background: url(../img/q_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 17px;
 }

 .sozoku_qa_con dd {
  background: #f9eee2;
  padding: 15px 3% 15px 40px;
  font-size: clamp(13px, 4vw, 20px);
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  box-sizing: border-box;
  margin: 0 0 30px;
  position: relative;
 }

 .sozoku_qa_con dd::before {
  content: "";
  display: block;
  background: url(../img/a_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 20px;
  position: absolute;
  left: 12px;
  top: 17px;
 }


 /*--------------------/qa----------------------*/

 /*--------------------/media screen----------------------*/

}
