@media (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  header {
    max-height: 12%;
  }
  header .header_inner {
    margin: 5px 20px;
  }
  header .header_inner .header_logo {
    width: 22%;
  }
  header .header_inner p {
    width: 22%;
    margin-bottom: 5px;
    line-height: 0.5;
  }
  .fv_wrap {
    padding: 2% 0;
  }
  .fv_wrap .fv_inner {
    width: 90%;
    display: block;
  }
  .fv_wrap .fv_text {
    width: 100%;
    padding: 20px 0;
  }
  .fv_wrap .fv_text p {
    margin: 20px 0 5px;
  }
  .fv_wrap .fv_text figure {
    width: 38%;
    text-align: right;
    margin: 0 0 -8% auto;
  }
  .fv_wrap .sp_only {
    text-align: center;
    margin: 0 auto -10%;
  }
  .fv_wrap a {
    padding: 15px 45px 15px 35px;
    font-size: 1.6rem;
    max-width: 90%;
    text-align: center;
  }
  .fv_wrap a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 9px solid #fff;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
  }
  .fv_wrap figure {
    width: 80%;
    text-align: center;
    margin: 0 auto 30px;
  }
  .mechanism_wrap {
    width: 90%;
    margin: 70px auto 50px;
  }
  .mechanism_inner {
    display: block;
  }
  .mechanism_wrap figure {
    width: 95%;
    margin: 0 auto;
  }
  .mechanism_text {
    width: 100%;
  }
  .mechanism_text h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .mechanism_text p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .merit_wrap {
    width: 90%;
    margin: 50px auto;
  }
  .merit_inner {
    display: block;
  }
  .merit_wrap figure {
    width: 50%;
    margin: 10px auto 0;
  }
  .merit_text {
    width: 100%;
  }
  .merit_text h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .merit_text p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .consultation_wrap {
    width: 90%;
    margin: 50px auto 20px;
  }
  .consultation_wrap h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .consultation_wrap .grid .item {
    width: 48%;
    margin-bottom: 30px;
  }
  .consultation_wrap .grid .item img {
    width: 60%;
    margin-bottom: 10px;
  }
  .consultation_wrap .grid .item h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .consultation_wrap .grid .item p {
    font-size: 1.3rem;
  }
  .cta_wrap {
    position: relative;
    overflow: visible;
    padding: 150px 0 50px;
  }
  .cta_wrap .cta_bg {
    width: 90%;
    border-radius: 10px;
    position: relative;
    z-index: 1;
  }
  .cta_wrap .cta_inner {
    width: 100%;
    display: block;
  }
  .cta_wrap .cta_inner figure {
    position: absolute;
    width: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -5%;
  }
  .cta_wrap .cta_inner .cta_text {
    width: 90%;
    padding: 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
  }
  .cta_wrap .cta_inner .cta_text p {
    font-size: 1.5rem;
    margin: 40px auto 10px;
  }
  .cta_wrap .cta_inner .cta_text .cta {
    text-align: center;
  }
  .cta_wrap .cta_inner .cta_text a {
    padding: 15px 40px;
    font-size: 1.5rem;
    display: inline-block;
  }
  .cta_wrap .cta_inner .cta_text a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 9px solid #fff;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
  }
  .strength_wrap {
    padding-bottom: 40px;
  }
  .strength_wrap .h2_inner {
    padding: 50px 0 0;
  }
  .strength_wrap h2 {
    font-size: 2rem;
  }
  .strength_wrap .strength_inner {
    width: 90%;
    flex-wrap: wrap;
  }
  .strength_wrap .item {
    width: 48%;
    text-align: center;
    margin: 30px 0 0;
  }
  .strength_wrap .item .item_content {
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px;
    margin: 45% 0 10px;
  }
  .strength_wrap .item .step_number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    font-size: 2rem;
  }
  .strength_wrap .item figure {
    width: 70%;
  }
  .strength_wrap .item_content h3 {
    font-size: 1.5rem;
    margin: 20px auto 10px;
  }
  .strength_wrap .item_content p {
    font-size: 1.3rem;
  }
.voice_wrap{
	padding: 50px 0 0;
}
.voice_wrap h2 {
  font-size: 2rem;
	margin: 0 0 10px;
}
.swiper-slide .card {
  padding: 20px 10px;
  border-radius: 10px;
}
.swiper-slide img{
  width: 80%;
	margin: 0 auto 10px;
}
.swiper-slide .name{
  font-size: 1.4rem;
}
.swiper-slide .job{
  font-size: 1.4rem;
}
.swiper-slide .lead{
  font-size: 1.4rem;
}
.swiper-slide p{
  margin-bottom: 10px;
}
.swiper-slide button{
	padding: 10px 0;
	border-radius: 100px;
	font-size: 1.5rem;
}
/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
	top: 0;
  width: 100%;
	height: 100%;
  background-color: rgba(0,0,0,0.7);
}
.modal-content {
  margin: 5% auto;
  padding: 30px 10px 0;
  width: 90%;
  border-radius: 10px;
	box-sizing: border-box;
}
.modal-content h4{
	font-size: 1.6rem;
	margin-bottom: 10px;
	padding: 5px 10px;
}
.modal-content p{
	font-size: 1.4rem;
	padding-bottom: 30px;
}
.modal .close {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}
	
	
	
  .step_wrap {
    margin: 50px auto;
  }
  .step_inner {
    width: 90%;
  }
  .step_wrap h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
  }
  .step_list li {
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .step_icon {
    width: 30%;
    display: block;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px 0 0 10px;
  }
  .step_icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 8px solid #010030;
  }
  .step_icon span {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 2.2rem;
    margin: 0 auto 10px;
    border-radius: 50%;
    text-align: center;
  }
  .step_icon img {
    display: block;
    width: 70px;
    height: 70px;
    padding: 0 5px;
    margin: 0 auto;
  }
  .step_text {
    width: 70%;
    padding: 5px 10px 5px 20px;
  }
  .step_text h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .step_text p {
    font-size: 1.3rem;
  }
  .form_wrap {
    padding: 50px 0;
  }
  .form_wrap .form_inner {
    padding: 30px 0;
  }
  .form_wrap .form_inner h2 {
    font-size: 2rem;
    margin: 0 auto 20px;
  }
.form_wrap .form_inner .red{
  font-size: 1.3rem;
  margin: 0 auto 20px;
	width: 80%;
}
  .cf7__list dt:nth-of-type(n + 2), .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .cf7__list {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
  .cf7__list dt {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 1.5rem
  }
  .cf7__list dd {
    width: 100%;
    font-size: 1.5rem;
  }
  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .cf7__list dd .wpcf7-checkbox, .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }
  input[type="submit"] {
    font-size: 1.6rem;
  }
.wpcf7-response-output{
	font-size: 1.3rem;
	width: 80%;
}
  .submit_wrap {
    border-radius: 100px;
    padding: 25px 60px 25px 80px;
    margin: 30px auto 0;
  }
  .submit_icon {
    left: 10px;
    top: 50%;
    width: 60px;
    height: 60px;
  }
  .submit_wrap .submit_icon::after {
    top: -20px;
    left: 50%;
    width: 80px;
    height: 80px;
    background-size: 70%;
    z-index: 2;
  }
.security{
	margin: 20px auto;
}
.recapcha-text{
	font-size: 0.8rem;
	margin: 0 30px;
}
  .company_wrap {
    margin: 50px auto;
  }
  .company_wrap h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .company_wrap .company_inner {
    margin: 0 auto;
    width: 90%;
  }
  .company_wrap table {
    font-size: 1.3rem;
    font-weight: 400;
  }
  .company_wrap th, .company_wrap td {
    width: 100%;
    display: block;
    padding: 8px 10px;
  }
  footer {
    margin: 30px auto;
  }
  footer .footer_inner {
    display: block;
    gap: 0;
    text-align: center;
    margin: 0 auto;
  }
  footer .footer_inner figure {
    width: 150px;
    display: block;
    margin: 0 auto 30px;
  }
  footer .footer_inner a {
    font-size: 1.2rem;
    text-align: center;
  }
  footer .footer_inner a:nth-child(2), footer .footer_inner a:nth-child(3) {
    margin: 0 15px;
  }
  footer p {
    margin-top: 20px;
    font-size: 1.1rem;
  }
/*サンクスページ*/
.thanks_wrap{
	padding: 50px 0;
	margin-bottom: 20px;
}
.thanks_inner{
	width: 90%;
	margin: 0 auto;
}
.thanks_wrap h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}
.thanks_wrap p {
  font-size: 1.5rem;
}
}
@media (min-width: 470px) and (max-width: 767px) {
	.fv_wrap .sp_only {
        text-align: center;
        margin: 0 auto -5%;
  }
	.cta_wrap {
    padding: 150px 0 50px;
  }
  .cta_wrap .cta_inner figure {
    position: absolute;
    width: 40%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -5%;
  }
  .cta_wrap .cta_inner .cta_text p {
    font-size: 1.5rem;
    margin: 60px auto 10px;
  }
}
@media (max-width: 910px) {
	    .step_icon {
        width: 30%;
        display: block;
        padding: 10px 0;
        text-align: center;
        border-radius: 10px 0 0 10px;
    }
	    .step_icon span {
        display: block;
        width: 40px;
        height: 40px;
        font-size: 2.2rem;
        margin: 0 auto 10px;
        border-radius: 50%;
        text-align: center;
    }
	    .step_icon img {
        display: block;
        width: 70px;
        height: 70px;
        padding: 0 5px;
        margin: 0 auto;
}
}