@charset "UTF-8";
/* CSS Document */

/* common */
#tensyoku_lp {
	letter-spacing: 0.5px;
}
#tensyoku_lp .inner {
	padding: 0;
}
#tensyoku_lp .inner2 {
	padding: 0 70px;
}
#tensyoku_lp h1 {
	margin: 0;
}
#tensyoku_lp p {
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
	text-align: justify;
}
#tensyoku_lp .cv_btn {
	width: 540px;
	margin: 80px auto;
}
#tensyoku_lp .cv_btn a:hover {
	opacity: .7;
}
#tensyoku_lp .section_title {
}
#tensyoku_lp .title_line {
	position: relative;
	margin: 40px 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}
#tensyoku_lp .title_line::after {
	content: "";
	position: absolute;
	left: calc(50% - 60px);
	bottom: 0;
	width: 120px;
	height: 2px;
	background-color: #000;
}
@media (max-width: 767px) {
	#tensyoku_lp .inner {
		max-width: 450px
	}
	#tensyoku_lp .inner2 {
		padding: 0 20px;
	}
	#tensyoku_lp p {
		font-size: 16px;
	}
	#tensyoku_lp .cv_btn {
		width: 80%;
		max-width: 320px;
		margin: 60px auto;
	}
	#tensyoku_lp .title_line {
		font-size: 26px;
	}
	#tensyoku_lp .title_line::after {
	left: calc(50% - 50px);
		width: 100px;
	}
}
/* END common */

#main_visual {
}
#main_visual .top_bnr {
	margin: 0;
	padding: 5px 0 0;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	color: #E2EA11;
	background-color: #FF441F;
}
@media (max-width: 767px) {
	#main_visual .top_bnr {
		display: none;
	}
}
/* END #main_visual */

#form {
	font-weight: 900;
}
#form .inner {
	background-color: #EEE;
}
#form .section_title {
	margin-bottom: 40px;
}
#form .inner2 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 0 80px;
}
#form .mb-5 {
	margin-bottom: 34px !important;
}
#form .form-label {
	display: flex;
	align-items: flex-start;
	font-size: 18px;
	margin-bottom: 8px;
}
#form label {
	font-size: 18px;
}
#form .form-label .requ {
	font-size: .8rem;
	background-color: #FF441F;
	color: #FFFFFF;
	padding: .1em .4em 0;
	margin-left: 12px;
	line-height: 1.6;
}
#form .form-label .any {
	font-size: .8rem;
	background-color: #666666;
	color: #FFFFFF;
	padding: .1em .4em 0;
	margin-left: 12px;
	line-height: 1.6;
}
#form .form-select {
	font-size: 18px;
	border: 2px solid #DEDEDE;
}
#form .form-control {
	border: 2px solid #DEDEDE;
}
#form textarea {
	width: 100%;
	padding: 1rem;
	border: 2px solid #DEDEDE;
}
#form textarea#privacy_policy {
	padding: 20px 30px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
}
#form .btn_row {
	display: flex;
	justify-content: center;
	align-items: center;
}
#form .btn-orange {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 56px;
	padding: 4px 0 0;
	background-color: #ED8800;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 900;
	
}

.checkbox_pond label {
	margin: 0 30px 15px 0;
}
#form input[type=checkbox] {
	transform: scale(1.2);
	margin-right: 5px;
}
#form .form-check-input[type=radio] {
	transform: scale(1.2);
	margin-right: 8px;
}

@media (max-width: 767px) {
	#form .mb-5 {
		margin-bottom: 30px !important;
	}
	#form .section_title {
		margin-bottom: 24px;
	}
	#form .inner2 {
		padding: 0 20px 50px;
	}
	#form .form-label {
		margin-bottom: 4px;
	}
	.checkbox_pond label {
		width: 100%;
		margin: 0 0 10px;
	}
}
/* END #form */

#support {
}
#support .title2_inner {
	margin: 20px 0 40px;
	padding: 0 140px;
}
#support p {
	margin: 30px 0 50px;
	padding: 0 40px;
}
@media (max-width: 767px) {
	#support .title2_inner {
		padding: 0 20px;
	}
	#support p {
		margin: 15px 0 40px;
		padding: 0 15px;
	}
}
/* END #support */

#result {
}
#result .inner {
	padding: 40px 0 50px;
	border-top: 4px solid #000;
	background-color: #fff;
	background-image:radial-gradient(#eee 20%, transparent 20%);
	background-size: 10px 10px;
}
#result .row > div {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	#result .inner {
		padding:10px 0 20px;
	}
	#result .row > div {
		margin-bottom: 20px;
	}
}
/* END #result */

#backup {
	
}
#backup .interview {
	margin: 40px 0 80px;
}
#backup .interview .title {
	margin-bottom: 40px;
	padding-top: 4px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	background-color: #EEE;
}
#backup .interview .d-flex {
	justify-content: space-between;
}
#backup .interview .img {
	width: 350px;
	height: 420px;
	background-color: #EEE;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
#backup .interview .text {
	width: calc(100% - 380px);
}
#backup .interview .sub_title {
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
}
#backup .interview p {
}
@media (max-width: 767px) {
	#backup .interview {
		margin: 40px 0;
	}
	#backup .interview .title {
		margin-bottom: 15px;
		padding: 14px 0 10px;
		font-size: 18px;
	}
	#backup .d-flex {
		flex-direction: column;
	}
	#backup .interview .img {
		width: 100%;
		height: 350px;
		margin-bottom: 20px;
	}
	#backup .interview .text {
		width: 100%;
	}
	#backup .interview .sub_title {
		margin-bottom: 15px;
		font-size: 22px;
	}
}
/* END #backup */

#flow {
	
}
#flow .inner {
	padding: 40px 0 50px;
	border-top: 4px solid #000;
	background: transparent linear-gradient(180deg, #F3F5B0 0%, #5498DE 100%) 0% 0% no-repeat;
}
#flow .flow_box {
	background-color: #fff;
}
#flow .title_box {
	display: flex;
	align-items: center;
}
#flow .title {
	padding-top: 10px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
	color: #00458D;
}
#flow .step {
	width: 190px;
	margin-right: 20px;
}
#flow p {
	margin: 0;
	padding: 20px 40px;
	font-size: 16px;
}
#flow .flow_cv {
	display: flex;
	justify-content: center;
	padding-bottom: 25px;
}
#flow .flow_cv a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	max-width: 255px;
	height: 50px;
	margin: 0 15px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}
#flow .flow_cv a.form_btn {
	background-color: #ED8800;
}
#flow .flow_cv a.tel_btn {
	background-color: #2D87E5;
}
#flow .flow_cv a:hover {
	opacity: .7;
}
#flow .arrow {
	margin: 20px auto 16px;
	width: 80px;
}
@media (max-width: 767px) {
	#flow .inner {
		padding: 10px 0 0;
	}
	#flow .title_box {
		flex-direction: column;
		align-items: flex-start;
	}
	#flow .title {
		padding: 24px 20px 0;
		font-size: 19px;
	}
	#flow .step {
		width: 120px;
	}
	#flow p {
		padding: 15px 20px;
		font-size: 14px;
	}
	#flow .flow_cv {
		flex-direction: column;
		align-items: center;
	}
	#flow .flow_cv a {
		width: 100%;
		max-width: 300px;
		height: 50px;
		margin: 0;
		font-size: 16px;
	}
	#flow .flow_cv a.form_btn {
		margin-bottom: 15px;
	}
	#flow .arrow {
		margin: 16px auto 10px;
		width: 60px;
	}
}
/* END #flow */

#summary {
	
}
#summary .d-flex {
	margin: 40px 0 80px;
	min-height: 320px;
}
#summary .re_flex {
	flex-direction: row-reverse;
}
#summary .img {
	background-color: #EEE;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 480px;
}
#summary .text {
	width: 100%;
	background-color: #EEE;
}
#summary .title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	padding-top: 8px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
	color: #00458D;
	background-color: #E2EA11;
}
#summary p {
	margin: 0;
	padding: 28px 35px;
}
@media (max-width: 767px) {
	#summary .img {
		height: 220px;
	}
	#summary .d-flex {
		flex-direction: column;
		margin: 40px 0;
	}
	#summary .title {
		display: block;
		padding: 16px 20px 10px;
		height: auto;
		font-size: 22px;
	}
	#summary p {
		margin: 0;
		padding: 10px 20px;
	}
}
/* END #summary */

.sec_btn {
	margin: 80px 0;
}
.sec_btn.end_btn {
	margin: 0 0 100px;
}
.sec_btn .btn_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec_btn .btn_wrap a {
	width: 47%;
}
.sec_btn .btn_wrap a:hover {
	opacity: .7;
}
@media (max-width: 767px) {
	.sec_btn {
		margin: 40px 0 20px;
	}
	.sec_btn.end_btn {
		margin: 0 0 20px;
	}
	.sec_btn .btn_wrap {
		flex-direction: column;
	}
	.sec_btn .btn_wrap a {
		width: 90%;
		margin-bottom: 20px;
	}
}
/* END .sec_btn */

/*改修 20240403*/
.step ul {
  max-width: 380px;
  margin: 0 auto 50px;
  display: flex;
  gap: 0 100px;
  position: relative;
}
.step ul::before {
  content: '';
  width: 95%;
  height: 2px;
  background-color: #004e98;
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
}
.step li {
  text-align: center;
  color: #004e98;
  font-size: 16px;
}
.step li .stepnum {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  background-color: #FFFFFF;
  border: solid 2px #004e98;
  border-radius: 50%;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.step li .stepnum._current {
  background-color: #004e98;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .step ul {
    max-width: 300px;
    margin: 0 auto 30px;
    gap: 0 80px;
  }
  .step ul::before {
    top: 24px;
  }
  .step li {
    font-size: 14px;
  }
  .step li .stepnum {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}

/*===================================
スマホ表示
===================================*/
@media (max-width: 767px) {
	#main_visual {

	}
	#form {

	}
	#support {

	}
	#result {

	}
	#backup {

	}
	#flow {

	}
	#summary {

	}
}











