@charset "shift_jis";

@media screen and (min-width: 769px) {
 .pc_off {
  display: none;
 }

 body {
  margin: 96px 0px 0px 0px;
 }

 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: #d71718;
 }

 .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;
 }

 .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: 40px;
  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 60px;
 }

 .kaitori_ti {
  margin-bottom: 60px;
 }

 .kaitori_ti h2 {
  font-size: 48px;
  line-height: 48px;
  color: #d71718;
  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: 500px;
  box-sizing: border-box;
  padding-top: 90px;
  overflow: hidden;
 }

 .kaitori_main_inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
 }

 .kaitori_main_inner:after{
    content: "";
    position: absolute;
    bottom: -90px;
    left: -30px;
    width: 245px;
    height: 162px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/main_cala.png);
 }

 .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: 260px;
  border: 2px solid #ffffff;
  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: 58px;
    font-weight: bold;
    line-height: 130px;
    padding: 0 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 30px auto;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    width: 894px;
 }

 .kaitori_main_inner span {
  font-size: 24px;
  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: 45px;
 }

 .kaitori_nayami_wrap ul li:nth-child(2) {
  margin: 0 35px 30px;
 }

 .kaitori_nayami_wrap ul li:nth-child(4) {
  margin: 0px 0 30px 355px;
 }

 .kaitori_nayami_wrap ul li span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fff899 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: 70px;
 }

 .kaitori_feature_inner ul li:last-child {
  margin-bottom: 0;
 }

 .kaitori_feature_txt {
  margin-left: 30px;
 }

 .kaitori_feature_txt span {
  display: block;
  width: 100px;
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
  background: #d71718;
  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) {
  align-items: flex-end;
 }

 .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%, #fff899 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: #f5f5f5;
  width: 260px;
  height: 430px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 70px;
  text-align: center;
 }

 .kaitori_flow_wrap ul li span {
  display: block;
  width: 100px;
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
  background: #d71718;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: -17px auto 20px;
 }

 .kaitori_flow_wrap ul li h3 {
  color: #d71718;
  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;
 }

 /*--------------------/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: #d71718;
  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;
 }

 /*--------- コンバ拏ジョン ---------*/
 .s_t_cv {
 	background-color: #d71718;
 	overflow: hidden;
 }
 .s_t_cv_in {
 	width: 1100px;
 	margin: 0 auto;
 	position: relative;
 	padding: 43px 0 42px 0;
 	z-index: 0;
 }
 .s_t_cv_in:before {
 	content: "";
 	position: absolute;
 	bottom: -8px;
 	left: -30px;
 	width: 237px;
 	height: 152px;
 	background-repeat: no-repeat;
 	background-size: contain;
 	background-image: url(../img/inq_cala.webp);
 	z-index: -1;
 }
 .s_t_cv_in>p {
 	text-align: center;
 	font-size: 24px;
 	font-weight: bold;
 	line-height: 1;
 	margin-bottom: 35px;
 	color: #fff;
 }
 .s_t_cv ul {
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	gap: 0px 20px;
 }
 .s_t_cv ul li {}
 .s_t_cv ul li a {
 	display: flex;
 	width: 400px;
 	height: 70px;
 	background-color: #ffffff;
 	text-align: center;
 	font-weight: bold;
 	border-radius: 35px;
 	align-items: center;
 	justify-content: center;
 	flex-wrap: wrap;
 	border: 2px solid #d71718;
 }
 .s_t_cv ul li:nth-child(1) a {
 	padding: 0px 0px 0px 45px;
 	box-sizing: border-box;
 	transition: all 0.2s;
 }
 .s_t_cv ul li:nth-child(1) a p {
 	color: #d71718;
 	font-size: 20px;
 	position: relative;
 	z-index: 0;
 }
 .s_t_cv ul li:nth-child(2) a p {
 	font-size: 12px;
 	line-height: 14px;
 	margin: 7px 0px 0px 0px;
 	color: #333;
 	position: relative;
 }
 .s_t_cv ul li:nth-child(1) a p:before {
 	content: "";
 	position: absolute;
 	bottom: 0px;
 	top: 0px;
 	margin: auto;
 	left: -32px;
 	width: 20px;
 	height: 26px;
 	background-repeat: no-repeat;
 	background-size: contain;
 	background-image: url(../img/inq_satei_icon.webp);
 }
 .s_t_cv ul li:nth-child(1) a p:after {
 	content: "";
 	display: block;
 	width: 100%;
 	height: 12px;
 	background-color: #fff899;
 	position: absolute;
 	bottom: -4px;
 	left: 0;
 	right: 0;
 	margin: auto;
 	z-index: -1;
 }
 .s_t_cv ul li a img {
 	width: 248px;
 }

 .f_contact_box{
   margin: 0px;
 }

 /*--------------------/qa----------------------*/



 /*--------------------/media screen----------------------*/
}
