@charset "shift_jis";
@media screen and (max-width: 768px) {
	.sp_off {
		display: none;
	}
	body {
		margin: 0;
		font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 100%;
	}
	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;
	}
	/*--------------------contact----------------------*/
	.contact_wrap {
		width: 100%;
		background: #333;
	}
	.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: 90%;
		height: 70px;
		display: block;
		margin: 0 auto 10px;
		background: #fff;
		line-height: 25px;
		text-decoration: none;
		color: #000;
		font-size: 25px;
		font-weight: bold;
		border-radius: 5px;
		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: #0d73a2;
		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 {
		border: 1px solid #fff;
		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: #eee;
		padding: 60px 0;
	}
	.sozoku_about_inner {
		width: 90%;
		margin: 0 auto;
	}
	.sozoku_about_inner h2 {
		font-size: clamp(14px, 6vw, 24px);
		line-height: 1.8;
		font-weight: bold;
		text-align: center;
		color: #000;
		margin: 0 0 30px;
	}
	.sozoku_about_inner h2::after {
		content: "";
		display: block;
		width: 70px;
		height: 5px;
		background-color: #0e6e98;
		margin: 20px auto 0;
	}
	.sozoku_about_point {
		border: 2px solid #0d73a2;
		background: #fff;
		box-sizing: border-box;
		border-radius: 5px;
		padding: 30px 5%;
		position: relative;
		margin-bottom: 70px;
	}
	.sozoku_about_point h3 {
		color: #0d73a2;
		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: #0d73a2;
	}
	.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: #0d73a2;
		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: #eee;
		line-height: 50px;
		border-radius: 10px;
		text-align: left;
		color: #0d73a2;
		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 h2 {
		font-size: clamp(14px, 6vw, 24px);
		line-height: 1.8;
		font-weight: bold;
		text-align: center;
		color: #000;
		margin: 0 0 30px;
	}
	.sozoku_point_wrap h2::after {
		content: "";
		display: block;
		width: 70px;
		height: 5px;
		background-color: #0e6e98;
		margin: 20px auto 0;
	}
	.sozoku_point_wrap ul {
		margin-top: 60px;
	}
	.sozoku_point_wrap ul li {
		box-sizing: border-box;
		border: 2px solid #333;
		border-radius: 10px;
		background: #fff;
		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: #333;
		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: #307fa9;
		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_inner h2 {
		font-size: clamp(14px, 6vw, 24px);
		line-height: 1.8;
		font-weight: bold;
		text-align: center;
		color: #000;
		margin: 0 0 30px;
	}
	.sozoku_qa_inner h2::after {
		content: "";
		display: block;
		width: 70px;
		height: 5px;
		background-color: #0e6e98;
		margin: 20px auto 0;
	}
	.salec_qa_list ul {
		padding: 0;
		margin: 0 auto;
		width: 90%;
	}
	.salec_qa_list ul li {
		border: 1px solid #ccc;
		border-radius: 5px;
		padding: 5px 20px;
		box-sizing: border-box;
		list-style-type: none;
		margin-bottom: 20px;
		background: #fff;
	}
	.salec_list_q {
		border-bottom: 1px dashed #ccc;
		font-size: 20px;
		font-weight: bold;
		padding: 20px 0 20px 50px;
		background-image: url(../img/q_icon.png);
		background-position: top 25px left;
		background-repeat: no-repeat;
	}
	.salec_list_a {
		font-size: 16px;
		padding: 20px 0 20px 50px;
		background-image: url(../img/a_icon.png);
		background-position: top 20px left;
		background-repeat: no-repeat;
	}
	/*--------------------/qa----------------------*/
	/*--------------------/media screen----------------------*/
}