body {
    margin: auto;
    font-family: 'Noto Sans JP';
}

.wpcf7-response-output,
.screen-reader-response {
	display: none;
}
.wpcf7-list-item:hover {
	background: #2B96BF;
	color: #fff;
}
.wpcf7 {
	background: #fff;
	width: 34%;
}
.wpcf7-form {
	height:100%;
}
.swiper-container {
	height:100%;
}
.wpcf7-list-item>label>input {
	opacity:0;
}
.wpcf7-radio {
	display:flex;
	flex-direction:column;
	
}
.wpcf7-radio .wpcf7-list-item {
	border-radius: 10px;
    border-color: #2B96BF;
    border-width: 5px;
	border: solid;
	    width: 80%;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpcf7-not-valid-tip {
	
	    position: absolute;
    left: 10px;
    bottom: -27px;;
}
.wpcf7-form-control-wrap {
	position: relative;
    display: block;
}

.next-btn {
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	margin-top: 80px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
  }

  .swiper-pagination {
      position: initial!important;
	  align-items: center;
  }
  .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
      width:initial!important;
  }

  .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
  }

  .swiper-button-next {
      position: unset;
      top: unset;
      width: unset;
      height: unset;
      margin-top: unset;
      display: unset;
      align-items: unset;
      justify-content: unset;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
      content: unset;
  }
.form__layout__1 {
	width: 80%;
    min-width: 300px;
    margin: 60px auto 0;
}

.form__layout__2 {
	display: flex;
    flex-direction: column;
    width: 80%;
    min-width: 300px;
    margin: 60px auto 0;
	text-align: left;
}

.flex {
    display: flex;
}

.float-left {
    float: left;
}

.float-rigth {
    float: rigth;
}

.column {
    display: flex; 
    flex-direction: column;
}


main {
    margin: auto;
    
}

.section-1 {
    height: 965px;
}

.section-2 {
    height: 940px;
}

.section-3 {
    height: 1000px;
}
/* --------Color-------- */

.color-white {
    color: #FFFFFF;
}

.color-blue-1 {
    color: #2B96BF!important;
}

.color-black-0 {
    color: #000000;
}

.color-black-1 {
    color: #333333;
}

.color-silver {
    color: #B9B9B9;
}

.color-red {
    color: red;
}
/* -----font-size------ */

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 14px;
}

.font-20 {
    font-size: clamp(15px,1.4vw,18px);
}

.font-24 {
    font-size: 23px;
}

.font-26 {
    font-size: clamp(18px,1.8vw,26px);
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: clamp(22px,2.2vw,32px);
}

.font-36 {
    font-size: clamp(26px,2.6vw,36px);
}

.font-38 {
    font-size: 38px;
}

.font-48 {
    font-size: clamp(38px,3.7vw,48px);
}

.font-bold {
    font-weight: bold;
}

/* ------width------- */

.w-480 {
    width: 33%;
}


.w-460 {
    width: 100%;
}

.w-400 {
    width: 100%;
}

.w-410 {
    width: 100%;
}

.w-420 {
    width: 100%;
}


/* ---------Height--------- */


.h-60 {
    height: 60px;
}

.h-140 {
    height: 140px;
}

.h-800 {
    height: 800px;
}

.h-80 {
    height: 80px!important;
}

.h-72 {
    height: 72px;
}

.h-66 {
    height: 66px;
}

.h-53 {
    height: 53px;
}

.h-72 {
    height: 72px;
}
/* ------Background------ */

.bg-blue-1 {
    background-color: #B1D8E7;
}

.bg-blue-2 {
    background-color: #2B96BF;
}

.bg-img-1 {
    background-image: url(https://tenshokutalk.jp/wp-content/themes/LP-2.7/assets/bg-1.png);
	max-width: 470px;
    margin: 0 auto;
    position: relative;
}

.bg-red {
    background-color: red;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-yellow {
    background-color: #FFF6C8;
}

.bg-silver-1 {
    background-color: #E1E1E1;
}

.bg-green {
    background: linear-gradient(180deg, #03E030 0%, #117601 100%);

}

/* ------Margin------ */

.m-auto {
    margin: auto;
}

.mt-60 {

    margin-top: 60px;
}

.mt-57 {
    margin-top: 57px;
}

.mb-45 {
    margin-bottom: 45px;
}
.m-0 {
    margin: 0;
}
.mb-35 {
    margin-bottom: 35px;
}

/* -----------gap----------- */

.gap {
    width:80%;
	margin:0 auto;
	justify-content: center;
	align-items: center;
}

/* -------padding------- */

.pt-64 {
    margin-top: 64px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}


.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}
.pb-5 {
    padding-bottom: 5px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pt-20 {
    padding-top: 20px;
}

.pl-45 {
    padding-left: 45px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-57 {
    padding-top: 57px;
}

.pt-80 {
    padding-top: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-28 {
    padding-left: 28px  ;
}

.px-135 {
    padding-left: 135px;
    padding-right: 135px;
}

.px-80 {
    padding-right: 80px;
    padding-left: 80px;
}

.px-90 {
    padding-right: 90px;
    padding-left: 90px;
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}


/* ---------center---------- */

.text-center {
    text-align: center!important;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

/* --------Border-------- */

.text-border {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    font-weight: 900;
}

/* --------position------- */

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

/* ------font-family---- */
.family-1 {
font-family: sans-serif;
}

/* -------page-1------- */
.textarea-1 {
    position: absolute;
    width: 256px;
    height: 180px;
    right: 10px;
    top: 283px;

    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 13px;
    text-align: left;
}

.textarea-1 .txt {
    padding-left: 30px;
    letter-spacing: -0.05em;
}

.lh-11 {
    line-height: 1.1;
}

.check-1 {
    position: absolute;
    width: 23px;
    height: 23px;
    left: 5px;
    top: 15px;
    background: url(https://tenshokutalk.jp/wp-content/themes/LP-2.7/assets/check.png);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background-size: contain;
}

.check-2-txt {
    align-items: baseline;
    margin: 8px 0 11px;
}

.check-2 {
    position: absolute;
    width: 23px;
    height: 23px;
    left: 5px;
    top: 85px;
    background: url(https://tenshokutalk.jp/wp-content/themes/LP-2.7/assets/check.png);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background-size: contain;
}

.lh-12 {
    line-height: 1.2;
}

.check-3 {
    position: absolute;
    width: 23px;
    height: 23px;
    left: 5px;
    top: 125px;
    background: url(https://tenshokutalk.jp/wp-content/themes/LP-2.7/assets/check.png);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background-size: contain;
}

.circle-1 {
    position: absolute;
    width: 100%;
    left: calc(50% - 50%);
    top: 574px;
}

.circle-2 {
    position: absolute;
    width:100%;
    left: calc(25% - 50%);
    top: 764px;
}

.circle-3 {
    position: absolute;
    width: 100%;
    left: calc(75% - 50%);
    top: 764px;
}

.circle-1 img,
.circle-2 img,
.circle-3 img {
	width:45%;
	height: 45%;
	max-width: 210px;
	max-height: 210px;
}

img:hover {
    cursor: pointer;
}


/* ------------Page-3------------ */


.case-1 {
    background-image: url(https://tenshokutalk.jp/wp-content/themes/LP-2.7/assets/case1.png);
background-size: cover;
	max-width: 460px;
    max-height: 280px;
    width: 97%;
    height: 20vw;
    margin: 0 auto;
	position:relative; 
}

.sm-btn-1 {
    position: absolute;
    width: 16.3%;
    max-width: 75px;
    left: calc(50% - 35%);
    top: calc(50% - 25%);
    background: #D9D9D9;
    color: #333333;
}

.text-1 {
    position: absolute;
    height: 29px;
    right: calc(50% - 40%);
    top: calc(50% - 25%);
}

.changeingJob-1 {
    position: absolute;
width: 16.3%;
    max-width: 75px;
    left: calc(50% - 35%);
    top: calc(50% - -14%);
    color: #FFFFFF;
}

.CAD-1 {
    position: absolute;
    left: calc(50% - 35%);
    top: calc(50% - -25%);
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    line-height: 1.1;

}
.CAD-1 .font-24,
.CAD-2 .font-24,
.CAD-3 .font-24 {
	font-size: clamp(18px,1.8vw,24px);
}
.CAD-1 .font-38,
.CAD-2 .font-38,
.CAD-3 .font-38 {
	font-size: clamp(27px,2.6vw,38px);
}

.transform {
    transform: matrix(1, 0, -0.09, 1, 0, 0);
}

.letterSpacing {
    letter-spacing: -0.05em;

}

.case-2 {
    background-image: url(https://tenshokutalk.jp/wp-content/themes/LP-2.7/assets/case2.png);
	background-size: cover;
	max-width: 460px;
    max-height: 280px;
    width: 97%;
    height: 20vw;
    margin: 0 auto;
	position: relative;
}

.sm-btn-2 {
    position: absolute;
    width: 16.3%;
    max-width: 75px;
    left: calc(50% - 35%);
    top: calc(50% - 25%);
    background: #D9D9D9;
    color: #333333;
}

.text-2 {
    position: absolute;
    height: 29px;
    right: calc(50% - 40%);
    top: calc(50% - 25%);
}

.changeingJob-2 {
    position: absolute;
    width: 16.3%;
    max-width: 75px;
    left: calc(50% - 35%);
    top: calc(50% - -14%);
    color: #FFFFFF;
}

.CAD-2 {
    position: absolute;
    left: calc(50% - 35%);
    top: calc(50% - -25%);
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    line-height: 1.1;

}


.case-3 {
    background-image: url(https://tenshokutalk.jp/wp-content/themes/LP-2.7/assets/case3.png);
	background-size: cover;
	max-width: 460px;
    max-height: 280px;
    width: 97%;
    height: 20vw;
    margin: 0 auto;
	position:relative;
}

.sm-btn-3 {
    position: absolute;
    width: 16.3%;
    max-width: 75px;
    left: calc(50% - 35%);
    top: calc(50% - 25%);
    background: #D9D9D9;
    color: #333333;
}

.text-3 {
    position: absolute;
    height: 29px;
    right: calc(50% - 40%);
    top: calc(50% - 25%);
}

.changeingJob-3 {
    position: absolute;
    width: 16.3%;
    max-width: 75px;
    left: calc(50% - 35%);
    top: calc(50% - -14%);
    color:#FFFFFF;
}

.CAD-3 {
    position: absolute;
    left: calc(50% - 35%);
    top: calc(50% - -25%);
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    line-height: 1.1;

}


/* -----------page 2----------- */

.circle-btn {
    box-sizing: border-box;
    background: #B1D8E7;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #2B96BF;
    width: 40px;
    border-radius: 50%;
    height: 40px;
}

.circle-btn.active {
	background: #fff;
    border: 3px solid #2B96BF;
}

.polygon {
	margin: 0 3px;
}

.btn-border {
  border: 3px solid rgba(43, 150, 191, 1);
	border-radius: 10px;
}

button:hover {
    cursor: pointer;
}

.email-txt {
	margin:0;
}

/* ---------border--------- */

.border-red {
    border-radius: 10px;
    border-width: 2px;
    border-color: red;
    border-style: solid;
}

.border-silver {
    border-color: #B9B9B9;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
}

.btn-radius {
	border-radius: 45px;
    border-style: none;
}
.pl-15 {
    padding-left: 15px;
}

.search-icon {
   position: absolute;
    left: 18px;
    top: 58px;
}

.next-icon {
   position: absolute;
    right: 24px;
    top: 64px;
}

.btn-radius:hover {
    cursor: pointer;
    background-color: #1bb104d8;
}

.prev {
    position: absolute;
    top: 900px;
    left: 15px;
	border: none;
    background: none;
}

.prev:hover {
    cursor: pointer;
}



@media screen and (max-width: 768px) {
    main.flex {
        display: block;
    }
   

    body{
        width: 100%;
    }

    .w-480 {
        background-color: #2B96BF;
        width: 100%;
    }

    .w-460 {
        width: 100%;
    }

    .w-470 {
        background-color: #fff;
        width: 100%;
    }
    main  {
        width: 100%;
        background-color: #2B96BF;
		height: unset;
    }
	
	.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}



.font-24 {
    font-size: clamp(17px,5.35vw,24px);
}

.font-26 {
    font-size: clamp(15px,3.38vw,26px);
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: clamp(20px,6.3vw,32px);
}

.font-36 {
    font-size:clamp(26px,8.1vw,36px);
}

.font-38 {
    font-size: 38px;
}

.font-48 {
    font-size: clamp(38px,11.9vw,48px);
}


    .bg-img-1 {
        background-image: url(https://tenshokutalk.jp/wp-content/themes/LP-2.7/assets/bg-1-1.png);
		background-size: cover;
		max-width: unset;
    }

    .textarea-1 {
        top: 285px;
        width: 290px;
        max-height: 215px;
        padding: 10px 0;
    }

    .textarea-1 .txt {
        padding-left: 49px;
    }

    .check-1 {
        top: 17px;
        left: 24px;
    }

    .check-2 {
        top: 94px;
        left: 24px;
    }

    .check-3 {
        top: 134px;
        left: 24px;
    }
    
   
    .h-66 {
        height: 15px;
    }

    .section-1 {
        height: 1000px!important;
		overflow: hidden;
    }

	.circle-1 {
		top:590px;
	}
    .section-2 {
        height: 900px!important; 
    }
	.wpcf7 {
		width:100%;
	}

    .section-3 {
        height: auto; 
    }

    .pp-1 {
        height: auto;
        padding: 39px 0 36px;
    }

    .px-135 {
        padding-left: 180px;
        padding-right: 180px;
    }

    .case-1 {
        background-image: url(https://tenshokutalk.jp/wp-content/themes/LP-2.7/assets/case1-1.png);
        height: 299px;
		max-height:unset;
		max-width: 580px;
    }

    .case-2 {
		background-image: url(https://tenshokutalk.jp/wp-content/themes/LP-2.7/assets/case2-1.png);
		height: 299px;
		max-height:unset;
		max-width: 580px;
    }

    .case-3 {
        background-image: url(https://tenshokutalk.jp/wp-content/themes/LP-2.7/assets/case3-1.png);
        height: 299px;
				max-height:unset;
		max-width: 580px;
    }
	
    .transform {
        transform: matrix(1, 0, -0.09, 1, 0, 0);
    }
    
    .letterSpacing {
        letter-spacing: -0.05em;
    }
    
    .mt-60 {
        padding-top: 10px;
    }
    
	.sm-btn-1,
	.changeingJob-1,
	.sm-btn-2,
	.changeingJob-2,
	.sm-btn-3,
	.changeingJob-3 {
		left: calc(50% - 32%);
	}
	
	.text-1,
	.text-2,
	.text-3	{
		left: calc(50% - 13%);
	}
	
	.CAD-1,
	.CAD-2,
	.CAD-3 {
		left: calc(50% - 26%);
	}
	
	.CAD-1 .font-24, .CAD-2 .font-24, .CAD-3 .font-24 {
		font-size: clamp(13px,4.1vw,24px);
	}
	
	
	.CAD-1 .font-38, .CAD-2 .font-38, .CAD-3 .font-38 {
		font-size:clamp(22px,6.9vw,38px);
	}
	
	.position-relative .wpcf7-spinner {
		display: none;
	}
	.pt-80 {

		margin-bottom: 60px;
	}

  }

@media screen and (max-width: 600px) {
	.section-1 {
    height: 828px!important;
}
	.circle-1 {
		top:500px;
	}
	.circle-2,
	.circle-3 {
		top: 650px;
	}
	.circle-1 img, .circle-2 img, .circle-3 img {
		width: 40%;
		height: 40%;
		max-width: 170px;
}
	.case-1, .case-2, .case-3 {
		height: 50vw;
		width:90%;
	}
	.text-1, .text-2, .text-3 {
    left: calc(50% - 10%);
		font-size:clamp(10px,3.2vw,20px);
}
	.sm-btn-1, .changeingJob-1, .sm-btn-2, .changeingJob-2, .sm-btn-3, .changeingJob-3 {
		font-size:clamp(10px,3.2vw,20px);
	}
	.prev {
		top:900px;
	}
}
 