/*reset*/
.lp :where(*),
.lp :where(*::before),
.lp :where(*::after) {
  box-sizing: border-box;
}
.lp :where(*) {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	background: none;
}
body	{
	margin: 0;
	padding: 0;
}
/*reset*/

.txtEx {
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
.PC {display: inherit;}
.SP {display: none;}

:root {
	--font-default: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic Medium", "Yu Gothic", "メイリオ", Meiryo, Osaka, "sans-serif";
	--font-Mincho: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	--font-Noto: 'Noto Sans JP', sans-serif;

	--weight-reg: 400;
	--weight-med: 500;
	--weight-bol: 700;
	--weight-bla: 900;
}



:where(html) {
	font-size: 62.5%; /*1rem = 10px*/
	font-size: 1.04vw; /*defaultFontsize / maxWidth * 100*/
	/*max-width: 750px;*/ /*maxWidth*/
	margin: 0 auto;
}
  /*deviceWidth 750px 以上の時 全体のフォントサイズ 10px に固定*/
  @media screen and (min-width: 960px) {
    :where(html) {
      font-size: 10px;
    }
  }
  :where(.is-vw100) {
    font-size: 10px;
  }
:where(.lp) {
	font-family: var(--font-Noto);
	width: 100%;
	margin: 0 auto;
	/*overflow-x: hidden;*/
	color: #1a1a1a;
}
.lp :where(img) {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lp :where(picture) {
	display: inline-block;
	vertical-align: bottom;
}

.lp :where(a[class]) {
	display: inline-block;
	transition: opacity 0.12s;
}
	.lp :where(a[class]:hover) {
		opacity: 0.8;
	}

/*--------------------
No1*/

/*--No2*/

/*No3*/



.img {
	max-width: 960px;
	margin: 0 auto;
}
.btn {
	filter: drop-shadow(0.7rem 0.7rem 0.7rem rgba(0,0,0,0.1));
}
.btn .condition {
	position: absolute;
	top: 15.1rem;
	right: 0;
	left: 0;
	/* padding-right: 2em; */
	color: #fff;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1;
}

/*--------------------
fv*/
.fv {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}
	.fv .btn {
		position: absolute;
			top: 27rem;
			right: 0;
		width: 7rem;
	}
.fv .fvtxt01 {
	display: flex;
		align-items: center;
		justify-content: center;
	min-height: 6rem;
	padding: 0.5em;
	color: #fff;
	font-size: 2.5rem;
	font-weight: var(--weight-med);
	text-align: center;
	line-height: 1;
	background: #265f21;
}
.fv .fvtxt02 {
	display: flex;
		align-items: center;
		justify-content: center;
	min-height: 7.4rem;
	padding: 0.5em;
	color: #fff;
	font-size: 3.8rem;
	font-weight: var(--weight-bol);
	letter-spacing: 0.18em;
	text-align: center;
	line-height: 1;
	background: #3f9f37;
}
	.fv .fvtxt02 mark {
		color: #ffff3c;
	}

.fv01 {
	position: relative;
}
.fv01area {
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	font-size: 2.4rem;
	font-weight: var(--weight-bol);
	text-align: center;
	letter-spacing: 0.09em;
	line-height: 1.5;
}
.fv01area .fv01area_a {
	position: absolute;
		top: 16.2rem;
		left: 14.9rem;
		z-index: 10;
}
.fv01area .fv01area_b {
	position: absolute;
		top: 9.5rem;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
}
.fv01area .fv01area_c {
	position: absolute;
		top: 16.2rem;
		right: 14.6rem;
		z-index: 10;
}

/*--------------------
capter01*/
.capter01 {
	max-width: 960px;
	margin: 0 auto;
}
.ct01_01 {
	position: relative;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1.6;
}
	.ct01_01 mark {
		color: #5268a1;
		font-size: 2.6rem;
		font-weight: var(--weight-bol);
	}
.ct01_01_a {
	position: absolute;
		top: 3.9rem;
		left: 32.4rem;
	width: 39.5rem;
}
.ct01_01_b {
	position: absolute;
		top: 18.4rem;
		left: 30rem;
}
.ct01_01_c {
	position: absolute;
		top: 33.2rem;
		left: 32.8rem;
}
.ct01_02_head {
	position: relative;
	font-size: 2.4rem;
	font-weight: var(--weight-bol);
	text-align: center;
	letter-spacing: 0.09em;
	line-height: 1;
}
	.ct01_02_head p {
		position: absolute;
			top: 23.5rem;
			right: 0;
			left: 0;
	}
	.ct01_02_head mark {
		color: #f6921e;
	}
.ct01_02 {
	position: relative;
	color: #f6921e;
	font-size: 2.2rem;
	font-weight: var(--weight-bol);
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1.37;
}
.ct01_02_a {
	position: absolute;
		top: 18.7rem;
		left: 11rem;
}
.ct01_02_b {
	position: absolute;
		top: 18.7rem;
		left: 50%;
		transform: translateX(-50%);
}
.ct01_02_c {
	position: absolute;
		top: 18.7rem;
		right: 6.9rem;
}
.ct01_03 {
	position: relative;
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 2.6;
}
.ct01_03 p {
	position: absolute;
		top: 0.5rem;
		left: 8rem;
	width: 80rem;
}
.ct01_04 {
	position: relative;
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 2.2;
}
.ct01_04_a {
	position: absolute;
		top: 23.6rem;
		left: 9rem;
	width: 40.1rem;
}
.ct01_05 {
	position: relative;
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 2.2;
}
.ct01_05_a {
	position: absolute;
		top: 20.1rem;
		left: 49.5rem;
	width: 40.1rem;
}

/*--------------------
capter02*/
.capter02 {
	max-width: 960px;
	margin: 0 auto;
}
.ct02_01 {
	position: relative;
	color: #3f9f37;
	font-size: 3rem;
	font-weight: var(--weight-med);
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1;
}
.ct02_01 p {
	position: absolute;
		top: 8rem;
		left: 0;
		right: 0;
}
.ct02_02 {
	position: relative;
	color: #f64a25;
	font-size: 3rem;
	font-weight: var(--weight-med);
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1.4;
}
.ct02_02list {
	position: absolute;
		top: 26rem;
		right: 0;
		left: 0;
	display: flex;
		justify-content: space-between;
	width: 84.9rem;
	margin: 0 auto;
}
.ct02_02list li {
	width: 17rem;
}
.ct02_03 {
	position: relative;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1.7;
}
.ct02_03 p {
	position: absolute;
		top: 12.1rem;
		right: 0;
		left: 0;
}
.ct02_03 p mark {
	color: #ffff3c;
	font-size: 2.8rem;
	font-weight: var(--weight-bol);
}
.ct02_04 {
	position: relative;
	color: #3f9f37;
	font-size: 2.3rem;
	font-weight: var(--weight-bol);
	text-align: center;
	letter-spacing: 0.11em;
	line-height: 1.4;
}
.ct02_04list {
	position: absolute;
		top: 1.9rem;
		right: 0;
		left: 0;
	display: flex;
		justify-content: space-between;
	width: 88rem;
	margin: 0 auto;
}
.ct02_04list li {
	width: 26.4rem;
}
.ct02_05 {
	position: relative;
    background-color: #79b460;
    /* min-height: 200px; */
    padding: 33px 0;
}
.ct02_05 .ttl{
    color: #FFF;
    font-size: 2.8rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
}
.ct02_05 .ttl_sub{
        font-size: 4rem;
    margin-left: -12px;
    letter-spacing: 0.15em;
}
.ct02_05 .btn .btn_txt02{
    letter-spacing: 0.05em;
}
.ct02_05 .btn_txt02{
    /* font-size: clamp(1.8125rem, 1.2260869565vw + 1.2377717391rem, 2.34125rem); */
    font-size: clamp(3.7425rem, 1.2260869565vw + 1.2377717391rem, 2.44125rem);
}
.ct02_05 .btn {
    left: -0.5%;
    padding: 15px 20px 44px;
    width: 63.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    
    min-height: 165px;
}
.ct_fixed{
    position: fixed;
    left: 0;
    bottom: 4%;
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    padding: 30px 0;
}
.ct_fixed::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, var(--bg-opacity, 0.8));
    left: 0;
    top: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}
.ct02_06 {
	position: relative;
	color: #3f9f37;
	font-size: 2.2rem;
	font-weight: var(--weight-reg);
	letter-spacing: 0.08em;
	line-height: 1.9;
}
.ct02_06 p {
	position: absolute;
		top: 14.5rem;
		left: 8rem;
}
.ct02_07 {
	position: relative;
	font-size: 2rem;
	font-weight: var(--weight-reg);
	letter-spacing: 0.05em;
	line-height: 3;
}
.ct02_07:last-child{
    padding-bottom: 40px;
    background: #faf0e4;
}
.ct02_07_a {
	position: absolute;
		top: 29.8rem;
		right: 0;
		left: 0;
	width: 80rem;
	margin: 0 auto;
}
.ct02_08 {
	position: relative;
}
.ct02_08 .btn {
	position: absolute;
		top: 7rem;
		right: 0;
		left: 0;
	width: 81.2rem;
	margin: 0 auto;
}

/*--------------------
capter03*/
.capter03 {
	max-width: 960px;
	margin: 0 auto;
    overflow: hidden;
}
.ct03_point {
}
.ct03_point .img {
	position: relative;
}
.ct03_point .img p {
	position: absolute;
		top: 13.8rem;
		right: 0;
		left: 0;
	width: 83.6rem;
	margin: 0 auto;
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 2.2;
}
.ct03_point .point01 {
}
.ct03_point .point02 {
}
.ct03_point .point03 {
}
.ct03_01 {
	position: relative;
}
.ct03_01 .btn {
	position: absolute;
		top: 5.1rem;
		right: 0;
		left: 0;
	width: 81.2rem;
	margin: 0 auto;
}
.ct03_02 {
	position: relative;
	font-size: 2rem;
	font-weight: var(--weight-reg);
	letter-spacing: 0.08em;
	line-height: 2.2;
    padding-top: 40px;
    background: #409f37;
}
.ct03_02 p {
	position: absolute;
		top: calc(22.5rem + 40px);
		left: 6.3rem;
	width: 43.5rem;
}
.ct03_job .lists .img {
	position: relative;
	font-size: 2rem;
	font-weight: var(--weight-bol);
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
	.ct03_job .lists .ct03_job01 {color: #cea265;}
	.ct03_job .lists .ct03_job02 {color: #65ada3;}
	.ct03_job .lists .ct03_job03 {color: #5b9eb7;}
	.ct03_job .lists .ct03_job04 {color: #e67785;}
	.ct03_job .lists .ct03_job05 {color: #8279ad;}
	.ct03_job .lists .ct03_job06 {color: #ea8900;}
	.ct03_job .lists .ct03_job07 {color: #25abbc;}

.ct03_jobttl{
    position: absolute;
    display: flex;
    justify-content: center;
    top: 3.1rem;
    font-size: 3.5rem;
    letter-spacing: 0.13em;
	font-weight: var(--weight-bol);
    color: #FFF;
    width: 77.7rem;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.ct03_job .lists .ct03_jobicon{
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 9.9rem;
    width: 77.7rem;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.ct03_job .lists .ct03_joblist {
	position: absolute;
		top: 17.5rem;
		right: 0;
		left: 0;
	display: flex;
		justify-content: space-between;
	width: 77.7rem;
	min-height: 3em;
	margin: 0 auto;
}
.ct03_job .lists .ct03_jobicon li{
    display: flex;
		justify-content: center;
		align-items: center;
	width: 24rem;
}
.ct03_job .lists .ct03_jobicon li img{
    width: clamp(7.81rem, 10.29vi + 2.87rem, 10rem);
}
.ct03_job .lists .ct03_joblist li {
	display: flex;
		justify-content: center;
		align-items: center;
	width: 24rem;
}
.ct03_job .note {
	position: relative;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.12em;
	line-height: 2;
}
.ct03_job .note p {
	position: absolute;
		top: 2.6rem;
		right: 0;
		left: 0;
}

/*--------------------
capter04*/
.capter04 {
	max-width: 960px;
	margin: 0 auto;
}
.ct04_01 {
	position: relative;
	font-size: 2.4rem;
	font-weight: var(--weight-med);
	letter-spacing: 0.1em;
	line-height: 2.9;
}
.ct04_list {
	position: absolute;
		top: 8.2rem;
		left: 12.6rem;
}
.ct04_01_a {
	position: absolute;
		top: 29rem;
		left: 8.4rem;
	font-size: 2rem;
}
.ct04_02 {
	position: relative;
}

.ct04_02 .btn {
	position: absolute;
		top: 16.3rem;
		right: 0;
		left: 0;
	width: 81.2rem;
	margin: 0 auto;
}
.ct04_02 .ttl{
    color: #FFF;
        position: absolute;
    top: 8.5rem;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
        font-size: 3.8rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    padding: 0 20px 0 40px;
}
.ct04_02 .ttl_sub{
    font-weight: 500;
}
.bold {
	font-weight: bold;
    color: green;
}
.tel {
	pointer-events: none;
	color: rgb(255, 255, 255);
}
.btn_fixed:hover::after{
 transform: translate(3px,-50%);
}
.btn_fixed:hover{
    opacity: 1 !important;
    background-size: 100% 100%;
}
.btn_fixed{
    width: 812px;
    /* min-height: clamp(21.1rem,-2.574002574vw + 7.4855212355rem,26.25rem); */
    border: 4px solid #f64c26;
    border-radius: 24px;
    /* background: #F29732; */
    /* background: linear-gradient(180deg,rgba(242, 151, 50, 1) 0%, rgba(218, 85, 45, 1) 26%, rgba(217, 59, 33, 1) 60%); */
    background: #D93B21;
    background: linear-gradient(360deg,rgba(217, 59, 33, 1) 0%, rgba(218, 85, 45, 1) 86%, rgba(242, 151, 50, 1) 100%);
    background-size: 100% 200%;
    text-align: center;
    color: #FFF;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}
.btn_fixed::before{

}
.btn_fixed::after{
    content: '';
    position: absolute;
    /* width: 42px;
    height: 42px;
    top: 50%;
    right: 32px; */
    width: 34px;
    height: 34px;
    top: 42%;
    right: 24px;
    transform: translate(0,-50%);
    background: url('../images/icon_arrow.png') no-repeat;
    background-size: contain;
    transition: all 0.5s;
    z-index: 2;
}
.btn_fixed .condition{
    /* margin-top: clamp(0.625rem, 6.6666666667vw + -2.5rem, 4rem); */
    display: block;
    /* position: static; */
    top: unset;
    bottom: 30px;
}
.btn_txt01{
    display: block;
    font-size: 3rem;
    padding-top: 22px;
    letter-spacing: 0.09em;
    padding-right: 1em;
}
.btn_txt02{
     display: block;
    font-size: clamp(1.125rem, 0.754717vw + 2.58rem, 6.4rem);
    /* padding-top: 6px; */
    /* letter-spacing: 0.05em; */
    position: relative;
    /* left: clamp(-2.125rem, 0.754717vw + 2.58rem, -6.4rem); */
    letter-spacing: 0.125em;
    left: -14px;
}
.txt_yellow{
    font-size: 3.5rem;
    color: #fdff3c;
}
.btn_txt02{
}
.sp{
    display: none;
}
.pc{
    display: block;
}