@charset "UTF-8";

.subNav{
	background: linear-gradient(90deg, #197a4b 0%, #6eac2c 100%);
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	padding: 38px 0;
}
.subNav ul{
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:60px;
}
.subNav ul li a{
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.8rem;
	padding-right: 16px;
	background: url("../img/ic_arrow09.svg") no-repeat 100% 50%;
}
.subNav ul li a:hover{
	text-decoration: underline;
}
.subNav ul li a.current{
	background: url("../img/ic_arrow08.svg") no-repeat 100% 50%;
}

.achievementsSection .subNav{
	padding: 20px 0;
	margin-top: 60px;
}

.btn01.type02 > a{
	padding: 0.8em 30px 0.8em 30px;
}
.btn01.type02 > a span{
	font-size: 2.4rem;
	padding-right: 26px;
}

@media screen and (max-width: 767px) {
	.joinldpSection .heading01,
	.contactSection .heading01{
		margin-bottom: 20px;
	}
}

.joinldpSection .CSInner01 .hdg01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.0rem;
  line-height: 1.8;
  padding-bottom: 10px;
	color: #016938;
  position: relative;
	margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
	.joinldpSection .CSInner01 .hdg01 {
		font-size: 2.0rem;
	}
}
.joinldpSection .CSInner01 .hdg01::before {
  content: '';
  position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #6eac2c 0%, #197a4b 100%);
}
.joinldpSection .CSInner01 .joinldpList{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 2.0;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .joinldpSection .CSInner01 .hdg01::before {
    height: 2px;
  }
	.joinldpSection .CSInner01 .joinldpList{
		font-size: 1.6rem;
	}
}
.joinldpSection .CSInner01 .joinldpList p{
	font-size: 1.8rem;
	font-weight: 300;
	padding-left: 2rem;
  padding-bottom: 1rem;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	1.6rem;
}
.joinldpSection .CSInner01 .joinldpList span{
	font-weight: 350;
	color: #197A4B;
}
.formTable {
  margin:0 auto;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  color: #016938;
  border-collapse: separate;
  /*border-spacing: 0 33px;*/
}
.formTable td {
  width: auto;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .formTable td {
    padding-top: 0;
  }
  .formTable tr td:nth-of-type(2){
    padding-bottom: 40px;
  }
}
.formTable td span {
  font-weight: 700;
}
.formTable th {
  width: 118px;
  height: 40px;
  font-weight: 700;
}
.formTable td .inputItem {
  display: flex;
  gap:24px;
  height: auto;
}
@media screen and (max-width: 767px) {
	.formTable td .inputItem {
		flex-wrap: nowrap;
  	justify-content: space-between;
	}
}
.formTable td .inputItem label {
	width: 48%;
}
.formTable td .input_full {
  width: 100%;
}
.formTable td .inputItem.type03 label {
  width: 33%;
}
.formTable td .inputItem.type03 input {
	width: 86%;
	margin-right: 10px;
}
.formTable td .inputItem.address {
	flex-flow: column;
	height: auto;
	gap:10px;
}
.formTable td .inputItem.address label {
	width: 100%;
}
.formTable td .inputItem.address .postcode {
  width: 25%;
  padding-left: 30px;
}
.formTable td .inputItem.address div {
  position: absolute;
  margin:10px 0 0 7px;
  z-index: 1;
}
.requiredTag {
  width: 45px;
  height: 20px;
  margin-right: 22px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background-color: #FF7628;
}
.formTable input, .formTable textarea {
  height: 40px;
  padding:2px 12px;
  border:none;
  outline:none;
  background-color: #F0F0F0;
	width: 100%;
}
.formTable textarea {
	height: 10em;
	padding:12px;
}
.checkBox input[type="checkbox"] {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance: none;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 18px;
  background:#D9D9D9;
}
.checkBox input[type="checkbox"]:checked::before {
  position: absolute;
  top: 2.5px;
  left: 10px;
  transform: rotate(45deg);
  width: 5px;
  height: 15px;
  border-right:4px solid #016938;
  border-bottom:4px solid #016938;
  content: '';
}
.checkBox_text6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #197A4B;
}
.checkBox_text7 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
	.checkBox_text6,
	.checkBox_text7 {
		font-size: 1.2rem;
		vertical-align: baseline;
	}
}
::placeholder {
  font-size: 13px;
  font-weight: 700;
  color: rgba( 1, 105, 56, 0.5);
}
button {
  display: inline-block;
  cursor: pointer;
  margin:0 auto;
  border-radius:9999px;
  text-decoration:none;
  transition:opacity .3s;
  text-align: center;
  border:none;
  padding: 0.8em 30px 0.8em 30px;
  background:linear-gradient(90deg, #6eac2c 0%, #197a4b 100%);
}
button:hover{
	opacity: 0.7;
}
button span {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  padding-right: 26px;
  background:url("../img/ic_arrow01.svg") no-repeat 100% 50%;
}
button.backBtn {
	margin-right: 80px;
	background: #d1d1d1;
}
button.backBtn span {
	background:url("../img/ic_arrow07.svg") no-repeat 0 50%;
	color: #151E2F;
	padding-right: 0;
  padding-left: 26px;
}

.o3_td input[type="radio"] {
  position: relative;
  width: 23px;
  height: 23px;
  left: 0;
  top: -2px;
  border-radius:11.5px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance: none;
  background:#D9D9D9;
}
.o3_td input[type="radio"]:checked::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(50deg);
  width: 23px;
  height: 23px;
  border-radius:11.5px;
  content: '';
  background-color: #016938;
}
@media screen and (max-width: 767px) {
	.o3_td .o3_box {
		text-indent: -3rem;
  	padding-left: 3rem;
	}
}

.infoSection p.textH05 {
	font-weight: 700;
	color: #016938;
}
@media screen and (max-width: 767px) {
	.infoSection p.textH05 {
		font-size: 2.0rem;
	}
  .infoSection .heading01{
		margin-bottom: 20px;
	}
}

.infoSection .add{
	display: flex;
	justify-content: space-between;
}
.infoSection .textH02 + .textH02{
	margin-top: 0;
}

.formTable.confirm {
	background-color: #EBF5EB;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding:40px;
  margin-bottom: 50px;
}
.formTable.confirm td{
	font-weight: 700;
  color: #151E2F;
}

 
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 34%; /* 比率を4:3に固定 */
	margin: 20px 0 10px;
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
	.infoSection .add{
		display: block;
	}
	.map{
		padding-top: 60%;
	}
	.formTable td,.formTable th{
		width: 100%;
		display: block;
	}
	.formTable td .inputItem.type03 input {
		width: 50%;
	}
	button.backBtn {
		margin-right: 5%;
	}
}

.text_info {
	font-size: 2.0rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.text_info {
		font-size: 1.8rem;
	}
}


/* 余白 */
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb50{
	margin-bottom: 50px;
}
.mb80{
	margin-bottom: 80px;
}
.mb100{
	margin-bottom: 100px;
}