@charset "shift_jis";
@media screen and (min-width: 769px) {
	.pc_off {
		display: none;
	}
	body {
		margin: 0;
		font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		line-height: 1.6;
	}
	header {}
	h1 {}
	h2 {
		text-align: center;
		font-size: 28px;
	}
	ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.side_btn {
		position: fixed;
		right: 0;
		top: 30%;
		z-index: 1000;
	}
	/*--------------------contact----------------------*/
	.contact_wrap {
		width: 100%;
		height: 280px;
		background: #333;
	}
	.contact_co {
		width: 1100px;
		margin: 0 auto;
		padding-top: 40px;
		text-align: center;
		color: #fff;
	}
	.con_title {
		font-size: 22px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 20px;
	}
	.contact_co p {
		margin: 0px auto 40px;
		font-size: 35px;
		font-weight: bold;
		line-height: 1;
		color: #fff;
	}
	.contact_btn {
		display: flex;
		justify-content: center;
	}
	.contact_btn a {
		width: 450px;
		height: 70px;
		display: block;
		margin: 0 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 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: 35%;
		left: 35px;
	}
	.contact_btn a:nth-child(2):before {
		background: url(../img/mail_icon.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	/*--------------------/contact----------------------*/
	.kaitori_con_wrap {
		overflow: hidden;
		color: #000;
	}
	.kaitori_con_wrap h2 {
		font-size: 40px;
		line-height: 40px;
		font-weight: bold;
		text-align: center;
		color: #000;
		margin: 0 0 40px;
	}
	.kaitori_con_wrap h2::after {
		content: "";
		display: block;
		width: 70px;
		height: 5px;
		background-color: #0e6e98;
		margin: 30px auto 0;
	}
	.kaitori_ti {
		margin-bottom: 60px;
	}
	.kaitori_ti h2 {
		font-size: 48px;
		line-height: 48px;
		color: #0d73a2;
		letter-spacing: 0.05em;
		margin: 0;
	}
	.kaitori_ti h2::after {
		content: "";
		display: block;
		width: 25px;
		height: 4px;
		background: #dadada;
		margin: 20px auto;
	}
	.kaitori_ti span {
		display: block;
		text-align: center;
		color: #333;
		font-size: 24px;
		line-height: 24px;
		font-weight: bold;
		letter-spacing: 0.05em;
	}
	/*--------------------main----------------------*/
	.kaitori_main_wrap {
		background: url(../img/main_bg.png);
		background-size: cover;
		background-position: center;
		height: 600px;
		box-sizing: border-box;
		padding-top: 150px;
	}
	.kaitori_main_inner {
		width: 1100px;
		margin: 0 auto;
		text-align: center;
	}
	.kaitori_main_subti span {
		color: #fff;
		font-size: 35px;
		font-weight: bold;
		line-height: 35px;
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
		margin: 0 10px;
	}
	.kaitori_main_inner ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}
	.kaitori_main_inner ul li {
		width: 215px;
		border: 1px solid #fff;
		color: #fff;
		line-height: 56px;
		border-radius: 10px;
		font-size: 20px;
		letter-spacing: 0.1em;
		font-weight: bold;
		margin-right: 10px;
	}
	.kaitori_main_inner ul li:last-child {
		margin-right: 0;
	}
	.kaitori_main_inner p {
		color: #fff;
		font-size: 70px;
		font-weight: bold;
		line-height: 130px;
		padding: 0 15px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		margin: 30px 0;
	}
	.kaitori_main_inner span {
		font-size: 30px;
		line-height: 40px;
		letter-spacing: 0.1em;
		color: #fff;
		font-weight: bold;
	}
	/*--------------------/main----------------------*/
	/*--------------------nayami----------------------*/
	.kaitori_nayami_wrap {
		width: 900px;
		margin: 80px auto;
	}
	.kaitori_nayami_wrap h2::after {
		content: none;
	}
	.kaitori_nayami_wrap ul {
		position: relative;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.kaitori_nayami_wrap ul::after {
		content: "";
		display: block;
		background: url(../img/nayami_icon.png);
		width: 213px;
		height: 224px;
		position: absolute;
		bottom: -80px;
		left: 340px;
		z-index: -1;
	}
	.kaitori_nayami_wrap ul li {
		border: 1px solid #ccc;
		border-radius: 10px;
		padding: 20px 30px;
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		position: relative;
		text-align: center;
		margin-bottom: 30px;
		background: #fff;
	}
	.kaitori_nayami_wrap ul li:nth-child(1) {
		margin-left: 0px;
	}
	.kaitori_nayami_wrap ul li:nth-child(2) {
		margin: 0 35px 30px;
	}
	.kaitori_nayami_wrap ul li:nth-child(5) {
		margin: 0px 0 30px 355px;
	}
	.kaitori_nayami_wrap ul li span {
		font-weight: bold;
		background: linear-gradient(transparent 60%, #ffdbde 60%);
	}
	/*--------------------/nayami----------------------*/
	/*--------------------feature----------------------*/
	.kaitori_feature_wrap {
		background: #f6f6f6;
		padding: 80px 0;
	}
	.kaitori_feature_inner {
		width: 1100px;
		margin: 0 auto;
	}
	.kaitori_feature_inner ul li {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-bottom: 40px;
	}
	.kaitori_feature_inner ul li:last-child {
		margin-bottom: 0;
	}
	.kaitori_feature_txt {
		margin-left: 30px;
		width: 520px;
	}
	.kaitori_feature_txt span {
		display: block;
		width: 100px;
		line-height: 35px;
		text-align: center;
		border-radius: 20px;
		background: #0d73a2;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	.kaitori_feature_txt h3 {
		font-size: 40px;
		line-height: 46px;
		color: #000;
		letter-spacing: 0.05em;
		margin: 30px 0;
	}
	.kaitori_feature_inner ul li:nth-child(2) {}
	.kaitori_feature_inner ul li:nth-child(2) img {
		margin-left: -5px;
		margin-bottom: -10px;
	}
	.kaitori_feature_inner ul li:nth-child(2) .kaitori_feature_txt h3 {
		margin: 15px 0;
	}
	.kaitori_feature_txt p {
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 32px;
		margin: 0;
	}
	.kaitori_feature_point p {
		background: #fff;
		width: 500px;
		box-sizing: border-box;
		padding: 15px 20px;
		font-weight: bold;
		margin: 15px 0 10px;
		border-radius: 10px;
		line-height: 30px;
	}
	.kaitori_feature_point p b {
		background: linear-gradient(transparent 60%, #ffdbde 60%);
	}
	.kaitori_feature_point span {
		font-size: 12px;
		line-height: 12px !IMPORTANT;
		letter-spacing: 0.05em;
		color: #000;
		display: initial;
		background: none;
		font-weight: 500;
	}
	/*--------------------/feature----------------------*/
	/*--------------------flow----------------------*/
	.kaitori_flow_wrap {
		width: 1100px;
		margin: 80px auto;
	}
	.kaitori_flow_wrap .kaitori_ti {
		margin-bottom: 80px;
	}
	.kaitori_flow_wrap ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.kaitori_flow_wrap ul li {
		background: #eee;
		width: 260px;
		border-radius: 10px;
		box-sizing: border-box;
		margin-bottom: 70px;
		text-align: center;
		padding-bottom: 20px;
	}
	.kaitori_flow_wrap ul li span {
		display: block;
		width: 100px;
		line-height: 35px;
		text-align: center;
		border-radius: 20px;
		background: #333;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin: -17px auto 20px;
	}
	.kaitori_flow_wrap ul li h3 {
		color: #0d73a2;
		font-size: 20px;
		font-weight: bold;
		line-height: 25px;
		letter-spacing: 0.05em;
		margin: 20px 0;
	}
	.kaitori_flow_wrap ul li p {
		color: #666;
		font-size: 15px;
		font-weight: 500;
		line-height: 25px;
		margin: 0;
		text-align: left;
		padding: 0 10px;
	}
	.kaitori_flow_wrap ul li:first-child p {
		line-height: 20px;
	}
	.kaitori_btm_txt {
		text-align: center;
		font-size: 25px;
		line-height: 1.5;
		font-weight: bold;
	}
	/*--------------------/flow----------------------*/
	/*--------------------qa----------------------*/
	.kaitori_qa_wrap {
		background: #f6f6f6;
		padding: 80px 0;
	}
	.kaitori_qa_inner {
		width: 1100px;
		margin: 0 auto;
	}
	.kaitori_qa_inner h2 {
		font-size: 40px;
		line-height: 40px;
		font-weight: bold;
		text-align: center;
		color: #000;
		margin: 0 0 40px;
	}
	.kaitori_qa_inner h2::after {
		content: "";
		display: block;
		width: 70px;
		height: 5px;
		background-color: #0e6e98;
		margin: 30px auto 0;
	}
	.salec_qa_list ul {
		padding: 0;
		margin: 0 auto;
		width: 1100px;
	}
	.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: center left;
		background-repeat: no-repeat;
	}
	.salec_list_a {
		font-size: 18px;
		line-height: 30px;
		padding: 20px 0 20px 50px;
		background-image: url(../img/a_icon.png);
		background-position: top 20px left;
		background-repeat: no-repeat;
	}
	/*--------------------/qa----------------------*/
	/*--------------------/media screen----------------------*/
}