@charset "utf-8";

/***************************************************************************
*
* CONTACT STYLE
*
***************************************************************************/

.innerBig {
    margin-bottom: 100px;
}

/*.areaContactInput*/
.areaContactInput{
	padding: 84px 0 79px;
}
.areaContactInput .boxInfor {
	text-align: center;
	margin-bottom: 80px;
}
.areaContactInput .boxInfor .titleEn {
	display: inline-block;
	width: 319px;
	margin-bottom: 23px;
}
.areaContactInput .boxInfor .titleEn2 {
	width: 440px;
}
.areaContactInput .boxInfor .titleEn img{
	padding-left: 2px;
}
.areaContactInput .boxInfor .titleJp {
	color: #111111;
	margin-bottom: 16px;
}
.areaContactInput .boxInfor .clickHere a{
	position: relative;
	color: #73B8E2;
	font-size: 16px;
}
.areaContactInput .boxInfor .clickHere a:after {
	content: "";
	position: absolute;
	background: url(../images/contact/contact-icon-arrow.svg) no-repeat;
	background-size: 100% 100%;
	width: 8px;
	height: 8px;
	top: 53%;
	right: -13px;
	transform: translateY(-50%);
}
/*boxStep*/
.areaContactInput .boxStep {
	margin-bottom: 40px;
}
.areaContactInput .boxStep .listStep {
	display: flex;
	justify-content: center;
}
.areaContactInput .boxStep .listStep li{
	background: #73B8E2;
	position: relative;
	width: calc(100% / 3);
	color: #fff;
	text-align: center;
	padding: 8px 0;
}
.areaContactInput .boxStep .listStep li:first-child{
	width: 363px;
}
.areaContactInput .boxStep .listStep li:first-child:before {
	content: "";
	position: absolute;
	top: 0px;
	right: -27px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 27px solid #73B8E2;
    z-index: 2;
}
.areaContactInput .boxStep .listStep li:first-child:after {
	content: "";
	position: absolute;
	top: -5px;
	right: -34px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 34px solid #fff;
    z-index: 1;
}

.areaContactInput .boxStep .listStep li:nth-child(2){
	width: 364px;
}
.areaContactInput .boxStep .listStep li:nth-child(2):before {
	content: "";
	position: absolute;
	top: 0px;
	right: -27px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 27px solid #73B8E2;
    z-index: 2;
}
.areaContactInput .boxStep .listStep li:nth-child(2):after {
	content: "";
	position: absolute;
	top: -5px;
	right: -34px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 34px solid #fff;
    z-index: 1;
}
.areaContactInput .boxStep .listStep li:last-child{
	width: 334px;
	padding: 8px 30px 8px 0;
}

.areaContactInput .boxStep .listStep li:last-child:before,
.areaContactInput .boxStep .listStep li:last-child:after{
	content: none;
}
.areaContactInput .boxStep .listStep li.active {
	background: #1486CC;

}
.areaContactInput .boxStep .listStep li.active:before {
    border-left: 27px solid #1486CC;
}
/*ENDboxStep*/

.areaContactInput .boxForm .formItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.areaContactInput .boxForm .formItem .formName {
	width: 250px;
	color: #1486CC;
}
.areaContactInput .boxForm .formItem .formInput {
	width: 780px;
}
::placeholder{
	color: #999999;
}

.areaContactInput .boxForm .formItem .formInput .selectstyle {
	background: url(../images/contact/select-icon-arrow.svg) no-repeat right 29px top 21px;
	background-size: 14px 14px;
	border: 1px solid #CCCCCC;
	width: 330px;
	height: 60px;
	padding: 9px 19px 9px;
	border-radius: 0;
	font-family: 'Noto Sans JP', sans-serif;
	/*icon none*/
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	color: #999;
}
.areaContactInput .boxForm .formItem .formInput .selectstyle:focus {
	border: 1px solid #1486CC;
}
.areaContactInput .boxForm .formItem .formInput .selectstyle.changeColor {
	color: #000;
}
.areaContactInput .boxForm .formItem .formInput .selectstyle option {
	color: #000;
}
.areaContactInput .boxForm .formItem .formInput .selectstyle:invalid { 
	color: #999999;
}
.areaContactInput .boxForm .formItem .formInput .inputstyle {
	border: 1px solid #CCCCCC;
	width: 100%;
	height: 60px;
	padding: 9px 19px 9px;
	font-family: 'Noto Sans JP', sans-serif;
}
.areaContactInput .boxForm .formItem .formInput .inputstyle:focus {
	border: 1px solid #1486CC;
}
.areaContactInput .boxForm .formTextArea {
	align-items: initial;
}
.areaContactInput .boxForm .formTextArea .formName {
	padding-top: 18px;
}
.areaContactInput .boxForm .formItem .formInput .textArea{
	height: 300px;
	resize: none;
	padding: 17px 19px;
}
.areaContactInput .boxForm .formItem .formInput .textArea:focus {
	border: 1px solid #1486CC;
}

/*twoInput*/
.areaContactInput .boxForm .formItem .twoInput {
	display: flex;
}
.areaContactInput .boxForm .formItem .twoInput .shortStyle {
	width: 330px;
	margin-right: 30px;
}
/*ENDtwoInput*/

.areaContactInput .boxAccess{
	text-align: center;
	padding-top: 13px;
}
/*CUSTOM CHECK BOX*/
.areaContactInput .boxForm .privacy{
  	display: inline-block;
  	position: relative;
  	cursor: pointer;
  	font-size: 16px;
  	user-select: none;
  	padding-left: 50px;
  	margin-bottom: 43px;
}
.areaContactInput .boxForm .privacy input {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
  	height: 0;
  	width: 0;
}
.areaContactInput .boxForm .privacy .checkmark{
  	position: absolute;
  	background: #fff;
  	border: 1px solid #1486CC;
  	top: 50%;
  	left: 0;
  	width: 30px;
  	height: 30px;
  	transform: translateY(-50%);
}
.areaContactInput .boxForm .privacy:hover .checkmark{
  	background: #fff;
}
.areaContactInput .boxForm .privacy .checkmark:after{
  	content:"";
  	position:absolute;
  	display:none;
}
.areaContactInput .boxForm .privacy .checkmark:after{
	content: "";
	background:	url(../images/contact/agree-icon-active.svg) no-repeat;
	background-size: 100% 100%;
  	top: 50%;
  	left: 50%;
  	width: 20px;
    height: 12px;
  	border-width: 0 3px 3px 0;
  	transform: translate(-50%,-50%);
}
.areaContactInput .boxForm .privacy input:checked ~ .checkmark{
  	background: #fff;
  	border: 1px solid #1486CC;
}
.areaContactInput .boxForm .privacy input:checked ~ .checkmark:after{
  	display: block;
}
/*END CUSTOM CHECK BOX*/

.areaContactInput .boxForm .privacy .agree {
	color: #73B8E2;
	position: relative;
	font-weight: 100;
}
.areaContactInput .boxInfor .clickHere a:before,
.areaContactInput .boxForm .privacy .agree:before {
	content: "";
	position: absolute;
	border-bottom: 1px solid #73B8E2;
	width: 100%;
	bottom: 2.5px;
	left: 0;
}
.areaContactInput .boxInfor .clickHere a:hover:before,
.areaContactInput .boxForm .privacy .agree:hover:before {
	content: none;
}
.areaContactInput .boxForm .wrapBox {
	margin-bottom: 48px;
}
.areaContactInput .boxForm .boxBtn {
    width: 345px;
    margin: 0 auto;
	margin-bottom: 25px;
    position: relative;
}
.areaContactInput .boxForm .confirmBox {
    width: 100%;
}
.areaContactInput .boxForm .boxBtn .buttonSubmit {
    display: inline-block;
    position: relative;
    /*background: #0086CC;*/
    background: #CCC;
	width: 345px;
	font-size: 18px;
	padding: 18.5px 0 14.5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 36px rgba(0,0,0,0.12);
    overflow: visible;
}
.areaContactInput .boxForm .boxBtn .buttonSubmit.actived {
	background: #0086CC;
}
.areaContactInput .boxForm .boxBtn .arraw_right {
    content: '';
    position: absolute;
	background: url(../images/common/page-arrow-link.svg) no-repeat right center/cover;
    top: 46%;
    right: -12px;
	width: 40px;
    height: 10px;
    transform: translateY(-50%);
    transition: all 350ms linear;
}
.areaContactInput .boxForm .boxBtn .arraw_right:hover {
    right: -24px;
}
select:disabled {
	opacity: 1;
}
/*FIX CF7*/
.wpcf7-list-item {
	margin: 0;
}
span.wpcf7-list-item {
    margin: 0;
}
.areaContactInput .boxForm .privacy {
	display: inline-flex;
	align-items: center;
}
.areaContactInput .boxForm .privacy .checkmark.actived:after {
	display: block;
}

.areaContactInput .boxForm .Step2 .formItem .formInput .selectstyle,
.areaContactInput .boxForm .Step2 .formItem .formInput .inputstyle,
.areaContactInput .boxForm .Step2 .formItem .formInput .textArea {
    background-color: #fff;
    border: 0;
    width: 100%;
    height: auto;
    padding: 0;
    color: #111111 !important;
    border-radius: 0;
    opacity: 1;
}

/*STEP2*/
.areaContactInput.Step2 .boxForm {
    padding-top: 18px;
}
.areaContactInput.Step2 .boxForm .formItem {
    margin-bottom: 40px;
}
.areaContactInput.Step2 .boxForm .formItem:nth-child(2) {
    margin-bottom: 38px;
}
.areaContactInput.Step2 .boxForm .formItem .formName {
    position: relative;
    width: 212px;
}
.areaContactInput.Step2 .boxForm .formItem .formName:after {
    content: ':';
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 19px;
    color: #111;
}
.areaContactInput.Step2 .boxForm .formItem .formInput {
    width: 760px;
}
.areaContactInput.Step2 .boxForm .formTextArea .formName {
    padding-top: 0;
}
.areaContactInput.Step2 .boxForm .formItem .twoInput .shortStyle {
    width: auto;
}
.areaContactInput.Step2 .boxForm .privacy {
    display: none;
}
.areaContactInput.Step2 .boxForm .boxBtn {
    margin: 0 12px -24px;
}
.areaContactInput.Step2 .boxForm .wrapBox {
    display: flex;
    justify-content: center;
}
.areaContactInput.Step2 .boxForm .boxBtn .buttonSubmit.buttonBack:after {
   transform: rotateY(180deg) translateY(-50%);
   right: auto;
   left: -12px;
}
.areaContactInput.Step2 .boxForm .boxBtn .buttonSubmit.buttonBack:hover:after {
    left: -19px;
}
.areaContactInput.Step2 .boxAccess {
    padding-top: 40px;
}
.areaContactInput.Step2 .boxStep .listStep li.active {
    background: #73B8E2;
}
.areaContactInput.Step2 .boxStep .listStep li.active:before {
    border-left: 27px solid #73B8E2;
}
.areaContactInput.Step2 .boxStep .listStep li:nth-child(2) {
    background: #1486CC;
}
.areaContactInput.Step2 .boxStep .listStep li:nth-child(2):before {
    border-left: 27px solid #1486CC;
}
.areaContactInput .boxForm .formItem .formInput .selectstyle:invalid { 
	color: #999999;
}
.Step1 #inputStyle,
.Step1 #inputStyle2,
.Step1 #inputStyle3,
.Step1 #inputStyle4 {
	width: 100% !important;
}

.myError {
    display: block;
    color: #dc3232;
    font-family: 'Noto Sans JP', sans-serif;
}


@media (min-width: 769px){
	.areaContactInput .boxForm .boxBtn .buttonSubmit:hover:after {
	    right: -19px;
	}
}

@media (max-width: 768px) {

	.areaContactInput {
		padding: 114px 0 16px;
	}
	.areaContactInput .boxInfor{
		margin-bottom: 39px;
	}
	.areaContactInput .boxInfor .titleEn{
		width: 209px;
		margin-bottom: 15px;
	}
	.areaContactInput .boxInfor .titleJp {
		margin-bottom: 19px;
	}
	.areaContactInput .boxInfor .clickHere a{
		font-size: 14px;
		text-decoration: none;
	}
	/*boxForm*/
	.areaContactInput .boxForm .formItem{
		flex-direction: column;	
		align-items: initial;
	}
	.areaContactInput .boxForm .formItem .formInput,
	.areaContactInput.Step2 .boxForm .formItem .formInput{
		width: 100%;
	}
	.areaContactInput .boxForm .formItem .twoInput {
		justify-content: space-between;
	}
	.areaContactInput.Step2 .boxForm .formItem .twoInput {
		justify-content: flex-start;
	}
	.areaContactInput .boxForm .formItem .twoInput .shortStyle {
		width: calc(100% / 2 - 12.5px);
		margin-right: 0;
	}
	.areaContactInput.Step2 .boxForm .wrapBox {
		flex-direction: column;
		padding-top: 36px;
		margin-bottom: -23px;
	}
	.areaContactInput .boxForm .boxBtn .buttonSubmit {
		width: 100%;
	}
	/*boxStep*/
	.areaContactInput .boxStep {
		margin-bottom: 32px;
	}
	.areaContactInput .boxStep .listStep {
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.areaEntry.Step2 .boxForm .formItem .formInput {
		width: 100%;
	}
	.areaContactInput .boxStep .listStep li{
		padding: 7.5px 0 8.5px;
		font-size: 16px;
	}
	.areaEntry.Step2 .boxForm .formItem .twoInput .shortStyle {
		width: auto;
	}
	.areaContactInput .boxStep .listStep li:first-child,
	.areaContactInput.Step2 .boxStep .listStep li.active{
		width: 31.1%;
    	padding-left: 2px;
	}
	.areaContactInput .boxStep .listStep li:first-child:before{
		right: -8px;
		border-left: 8px solid #1486CC;
	}
	.areaContactInput .boxStep .listStep li:first-child:after{
		top: -10px;
    	right: -12px;
		border-top: 30px solid transparent;
	    border-bottom: 30px solid transparent;
	    border-left: 12px solid #fff;
	}
	.areaContactInput .boxStep .listStep li:nth-child(2) {
	    width: 33.5%;
    	padding-left: 8px;	
	}
	.areaContactInput .boxStep .listStep li:nth-child(2):before{
		right: -8px;
		border-left: 8px solid #73B8E2;
	}
	.areaContactInput .boxStep .listStep li:nth-child(2):after{
		top: -10px;
    	right: -12px;
		border-top: 30px solid transparent;
	    border-bottom: 30px solid transparent;
	    border-left: 12px solid #fff;
	}
	.areaContactInput .boxStep .listStep li:last-child{
		width: 35.4%;
		padding: 8px 0px 8px 10px;
	}
	.areaContactInput .boxStep .listStep li.active:before,
	.areaContactInput.Step2 .boxStep .listStep li:nth-child(2):before {
		border-left: 8px solid #1486CC;
	}
	.areaContactInput.Step2 .boxStep .listStep li.active:before {
		border-left: 8px solid #73B8E2;
	}
	.areaContactInput.Step2 .boxForm .formItem .formName:after {
		content: none;
	}
	.areaContactInput.Step2 .boxForm .boxBtn + .boxBtn {
		margin:  0 0 24px;
	}
	.areaContactInput.Step2 .boxAccess {
		padding-top: 0;
	}
	.areaContactInput.Step2 .boxForm .formItem .twoInput .shortStyle {
		width: auto;
		margin-right: 20px;
	}

	/*ENDboxStep*/
	.areaContactInput .boxForm .formItem {
		margin-bottom: 23px;
	}
	.areaContactInput.Step2 .boxForm .formItem,
	.areaContactInput.Step2 .boxForm .formItem:nth-child(2) {
	    margin-bottom: 26px;
	}
	.areaContactInput .boxForm .formItem .formName{
		font-size: 16px;
		margin-bottom: 16px;
		width: 100%;
	}
	.areaContactInput.Step2 .boxForm .formItem .formName {
	    margin-bottom: 14px;
	}
	.areaContactInput .boxForm .formItem .formInput .selectstyle {
		background: url(../images/contact/select-icon-arrow.svg) no-repeat right 16px top 21px;
    	background-size: 14px 14px;
		width: 100%;
		padding: 11px 15px 9px;
		border-radius: 0;
		-webkit-border-radius:0; 
	    -webkit-appearance: none;
		font-size: 16px;
	}
	.areaContactInput .boxForm .formItem .formInput .selectstyle.changeColor {
		font-size: 16px;
	}

	.areaContactInput .boxForm .Step2 .formItem .formInput .selectstyle, 
	.areaContactInput .boxForm .Step2 .formItem .formInput .inputstyle, 
	.areaContactInput .boxForm .Step2 .formItem .formInput .textArea {
		font-size: 14px;
	}
	.areaContactInput .boxForm .formItem .formInput .inputstyle {
		padding: 9px 15px 9px;
		font-size: 16px;
		border-radius: 0;
		-webkit-border-radius:0; 
	    -webkit-appearance: none;
	}
	.areaContactInput .boxForm .formTextArea .formName {
		padding-top: 0;
	}
	.areaContactInput .boxForm .formItem .formInput .textArea {
		height: 180px;
	}

	.areaContactInput .boxForm {
		margin-bottom: 45px;
	}
	.areaContactInput.Step2 .boxForm {
		padding-top: 0;
	}
	.areaContactInput .boxForm .privacy {
		padding-left: 45px;
		margin-bottom: 44px;
		font-size: 14px;
	}
	.areaContactInput .boxForm .privacy .agree{

	}
	.areaContactInput .boxForm .privacy .checkmark{
		transform: translateY(-56%);
	}
	.areaContactInput .boxForm .wrapBox {
		margin-bottom: 49px;
	}
	.areaContactInput .boxForm .confirmText {
		text-align: left;
		line-height: 1.8;
	}

	.areaContactInput .boxForm .formItem .formInput .selectstyle:invalid { 
		font-size: 14px;
	}
	::placeholder{
		font-size: 14px;
	}
	.areaContactInput .boxAccess {
		padding-top: 22px;
	}

	.wpcf7-not-valid {
		width: 100% !important;
	}
	
}

@media all and (-ms-high-contrast:none) {
	select::-ms-expand {
	    display: none;
	}
	select:focus::-ms-value {
	    color: #000; 
	    background: #fff;
	}
	.areaContactInput .boxForm .formItem .formInput .selectstyle[disabled='disabled']::-ms-value {
		opacity: 1;
		color: #000;
	}

}


@media (max-width: 768px) {
    .areaContactInput .boxForm .confirmBox {
        width: 100%;
        padding-top: 30px;
    }
    .areaContactInput .boxForm .confirmBox .boxBtn {
        width: 100%;
        margin-bottom: 10px;
    }
}


.confirmText {
    text-align: center !important;
}




/*EntryForm*/

.areaContactInput .buttonForm {
	width: 330px;
	margin-top: 2px;
    position: relative;
}
.areaContactInput .buttonForm {
	margin-top: 0;
}
.areaContactInput .buttonForm input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.areaContactInput .buttonForm .file_name {
    margin-bottom: 10px;
    color: #1486CC;
}
.areaContactInput .buttonForm .buttonLable{
	display: block;
	background: url(../images/contact/entry-button-arrow.svg) no-repeat right 20px center;
	background-size: 7px 7px;
	background-color: #1486CC;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 8px 0;
	margin-bottom: 15px;
}
.areaContactInput .buttonForm .buttonLable{
	display: block;
	background: url(../images/contact/entry-button-arrow.svg) no-repeat right 20px center;
	background-size: 7px 7px;
	background-color: #1486CC;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 8px 0;
	margin-bottom: 15px;
}

@media (max-width: 768px) {

	.areaContactInput .buttonForm {
		width: 100%;
		max-width: 400px;
		margin-top: 0;
	}
	/*buttonForm*/
	.areaContactInput .buttonForm .buttonLable {
    	background: url(../images/contact/entry-button-arrow.svg) no-repeat right 16px center;
	    background-size: 15px 15px;
	    background-color: #1486CC;
	    padding: 19.5px 0;
	    font-size: 14px;
	    margin-bottom: 16px;
	}
    /*buttonForm*/
	.areaContactInput .buttonForm .buttonLable {
    	background: url(../images/contact/entry-button-arrow.svg) no-repeat right 16px center;
	    background-size: 15px 15px;
	    background-color: #1486CC;
	    padding: 19.5px 0;
	    font-size: 14px;
	    margin-bottom: 16px;
	}
}
