@charset "UTF-8";

/*-------------------------------------------
メインタイトル
-------------------------------------------*/
.TtlBox {
  margin-bottom: 100px;
  margin-left: 5%;
}

.mainTtlBox {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
  position: relative;
}
.mainTtlBox h2 {
  text-align: center;
  writing-mode: horizontal-tb;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 7rem;
  background: linear-gradient(0deg, #027319 0%, #5f996a 100%);
background: -webkit-linear-gradient(0deg, #027319 0%, #5f996a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mainTtlBox h2 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 599px) {
  .TtlBox {
  margin-bottom: 30px;
  display: block;
  margin-left: 0%;
}
  .mainTtlBox {
  margin-bottom: 30px;
}
  
 .mainTtlBox h2 {
  text-align: center;
  font-size: 4.8rem;
}
}

/*-------------------------------------------
背景色
-------------------------------------------*/

.GrBg {
  background: linear-gradient(90deg, #027319 0%, #5f996a 100%);
  color: #fff;
  padding: 150px 0 0;
  display: flow-root;
  margin-bottom: 320px;
}

@media screen and (max-width: 599px) {
  .GrBg {
  padding: 100px 0 0;
  display: flow-root;
  margin-bottom: 320px;
}
}


/*-------------------------------------------
フォーム内
-------------------------------------------*/

.formBox {
  max-width: 960px;
  margin: 0 auto;
}

.formBox p {
  line-height: 1.8rem;
  margin-bottom: 100px;
}

.formBox p span {
  color: #ffff00;
}



/*フォーム用*/

.mw_wp_form dl {
    border-bottom: none !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    zoom: 1;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}


.mw_wp_form .mwform-require {
    color: #ffff00 !important;
    font-size: 85%;
}

.mw_wp_form dl dd input, .mw_wp_form dl dd textarea {
    border: #ccc solid 1px;
    border-radius: 50px !important;
    margin: 0;
    max-width: 100%;
    padding: 9px 12px;
    vertical-align: middle;
}

.mw_wp_form dl dd input, .mw_wp_form dl dd textarea {
    border: none !important;
    background: #fff;
    padding: 20px !important;
    width: 100%;
    color: #404040;
    max-width: 100% !important;
}


.mw_wp_form dl dd .mwform-field textarea {
    height: 300px;
    border-radius: 30px !important;
    max-width: 100% !important;
    width: 100% !important;
}


.mw_wp_form dl dt {
	width: 30% !important;
	padding-left: 20px !important;
  font-size: 1rem;
}

.mw_wp_form dl dd {
	width: 70% !important;
}

.mw_wp_form dl dd span {
  display: block;
  margin: 0 0 10px 10px;
}

.mw_wp_form .mwform-note {
	margin-bottom: 10px;
}
.mw_wp_form p.mwform-btn {
	margin-top: 50px !important;
}

.mw_wp_form p.mwform-btn input {
	border-radius: 10px !important;
	color: #fff !important;
	background: #000 !important;
	padding: 20px 80px !important;
}

.mw_wp_form p.mwform-btn input:hover {
	background: #fff !important;
	-webkit-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
	transform: translateX(0);
	opacity: 0.8;
	border: 1px solid #000 !important;
	color: #000 !important;
}

.mw_wp_form_complete p {
	font-size: 1.4rem;
	line-height: 2.4rem;
	text-align: center;
}

.checkbox input[type=checkbox].checkbox__item, .checkbox input[type=radio].checkbox__item{
  display: none;
}

.checkbox label {
  display: inline-block;
}

.mw_wp_form dl dt .mwform-require {
		margin-left: 10px;
		right: auto !important;
	}

/* spanの左側にボタンを配置するスペースを作る */
.checkbox .checkbox__item + span {
  padding-left: 2em;
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
}

/* 各パーツを作成 */
.checkbox .checkbox__item + span::after,
.checkbox .checkbox__item + span::before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #AAAAAA;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

/* after上書き */
.checkbox .checkbox__item + span::after {
  opacity: 0;
  width: 10px;
  height: 15px;
  transform: rotate(45deg);
  left: 5px;
  border: none;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.checkbox .checkbox__item:checked + span {
  color: #000;
}

.checkbox .checkbox__item:checked + span::after {
  opacity: 1;
}

::placeholder {
  color: #ccc;
}

.BtnBox {
  margin: 50px auto 150px;
  width: 300px;
  
}

.White .MoreBtn01 {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;/* ボーダーの色と太さ */
  text-align: left;
  outline: none;
  /*アニメーションの指定*/   
  transition: ease .2s;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:  1rem;
  letter-spacing: 0.12em;
  width: 100%;
  background: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}

.MoreBtn01 input {
  padding: 25px 100px;
}


/*ボタン内spanの形状*/
.White .MoreBtn01 span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	display: inline-block;
  color: #027319;
}

.White .MoreBtn01:hover {
  border: 1px solid #027319;
}
.White .MoreBtn01:hover span{
  color: #fff;
}

.White .MoreBtn01::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 20px;
  height: 20px;
  transform: translateY(-55%) translateX(-50%);
  -webkit- transform: translateY(-55%) translateX(-50%);
  display: inline-block;
  color: #027319;
}

.White .MoreBtn01:hover::after {
	content: "→";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 20px;
  height: 20px;
  transform: translateY(-55%) translateX(-50%);
  -webkit- transform: translateY(-55%) translateX(-50%);
  color: #fff;
  z-index: 5;
}

/*== 背景が流れる（左から右） */
.bgleft::before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background: linear-gradient(90deg, #027319 0%, #5f996a 100%);
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover::before{
	transform-origin:left top;
	transform:scale(1, 1);
}

.mw_wp_form .mwform-field {
  font-size: 1rem;
}

.mw_wp_form .mwform-field span {
  font-size: 0.8rem;
}


@media screen and (max-width: 599px) {
 .formBox {
  width: 95%;
  margin: 0 auto;
}

.formBox p {
  line-height: 1.8rem;
  margin-bottom: 20px;
}

.formBox p span {
  color: #ffff00;
}

.mwform-field a {
    color: #fff !important;
  }

/*フォーム用*/

.mw_wp_form dl {
    border-bottom: none !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    zoom: 1;
    display: block;
    justify-content: flex-start;
    align-items: baseline;
}
  
	.mw_wp_form dl dt {
	width: 100% !important;
	padding-left: 0px !important;
  padding-right: 0px !important;
}

.mw_wp_form dl dd {
	width: 100% !important;
}

.mw_wp_form dl dd input, .mw_wp_form dl dd textarea {
    max-width: 100% !important;
    width: 100% !important;
}
	.mw_wp_form dl dd textarea {
		
	}
	.mwform-field span.mwform-checkbox-field {
		display: block;
		margin-bottom: 10px;
	}
	.mw_wp_form .horizontal-item + .horizontal-item {
		margin-left: 0px !important;
	}
	.mw_wp_form {
		font-size: 16px !important;
		line-height: 20px;
	}
	.mw_wp_form p.mwform-btn input {
	border-radius: 10px !important;
	color: #fff !important;
	background: #000 !important;
	padding: 20px 0px !important;
	width: 60%;
	text-align: center;
}
}


