<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.p-contact__body button,
.p-contact__body input,
.p-contact__body select,
.p-contact__body textarea {
    border-style: none;
    background-color: transparent;
    color: inherit;
}

.p-contact__body button,
.p-contact__body input,
.p-contact__body select,
.p-contact__body textarea {
    font: inherit;
}

.p-contact__body input[type="radio" i] {
	margin: 0px 10px 0px 0px;
	width: 12%;
}

.p-contact__body input {
    border-radius: 0;
	-webkit-appearance: auto;
}


.p-contact {
	padding-bottom: 100px;
}
.p-contact-head {
	margin: 0 auto;
	/*width: 89.0vw;*/
}


.p-contact--finish .p-contact__lead {
	margin-bottom: 70px;
}
.p-contact__body {
	margin: 48px auto 0;
	/*width: 89.0vw;*/
}
.p-contact__lead {
	margin-bottom: 36px; 
	letter-spacing: .12em;
}
.p-contact__lead p + p {
	margin-top: 12px;
}
.p-contact__lead small {
	font-size: 12px;
	line-height: 2;
}
.th .p-contact__lead {
	letter-spacing: .08em;
}
.p-contact__btn {
	margin: 0 auto; 
	text-align: center;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	font-size: .9375rem;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
}
.en .p-contact__btn {
	letter-spacing: .12em; 
	font-weight: 500;
	font-style: normal;
	font-family: "Cormorant Garamond", serif;
}
.cn .p-contact__btn {
	font-weight: 500;
	font-style: normal; 
	font-family: "Noto Serif TC", serif;
}
.th .p-contact__btn {
	letter-spacing: .08em; 
	font-weight: 500;
	font-style: normal;
	font-family: "Trirong", serif;
}
.p-contact__btn .c-btn-white,
.p-contact__btn .c-btn-gray {
	display: block;
	padding: 28px 16px;
}
.p-contact__btn .c-btn-white__wrap,
.p-contact__btn .c-btn-gray__wrap {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -15px;
	margin-right: 0;
	transition: .3s;
}
.p-contact__btn a {
	transition: .3s;
}

.p-contact-head__mttl-en {
	margin-top: 10px;
}

.p-contact-head__step {
	/*margin-top: 64px;*/ 
	counter-reset: step;
}
.p-contact-head__step li {
	position: relative; 
	color: #aaa;
	counter-increment: step;
	letter-spacing: .16em;
	font-size: 13px;
	line-height: 2;
}
.p-contact-head__step li.is-current {
	color: #000;
}
.p-contact-head__step li::before {
	margin-right: 8px; 
	content: "0" counter(step);
	letter-spacing: .12em;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	font-family: "Fira Sans Extra Condensed", sans-serif;
	line-height: 1.625;
}
.p-contact-head__step li + li::after {
	position: absolute;
	top: 10px;
	left: -28px; 
	display: none;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #aaa;
	content: "";
}

.p-contact-form__item + .p-contact-form__item {
	margin-top: 36px;
}

.p-contact-form__term {
	letter-spacing: .12em;
	font-weight: 700; 
	font-size: 16px;
	line-height: 1;
}
.p-contact-form__term label {
	display: block;
	padding: 15px 0;
}
.is-required .p-contact-form__term label::after {
	margin-left: 6px; 
	color: #c10017;
	content: "\203B";
}
.th .p-contact-form__term {
	letter-spacing: .08em;
}

.p-contact-form__input,
.p-contact-form__check
{
	font-size: 14px;
	line-height: 3;
}
.p-contact-form__input input,
.p-contact-form__input textarea,
.p-contact-form__input select
{
	padding: 21px 20px;
	width: 88%;
	background-color: #f5f5f5; 
	letter-spacing: .12em;
}


.up-load input{
	padding: 21px 5px;
	width: 88%;
	letter-spacing: .12em;
}

.capa{
	padding: 10px 5px;
}
.p-contact-form__check input
{
	padding: 21px 20px;
	width: 30PX;
	background-color: #f5f5f5; 
	letter-spacing: .12em;
}
.p-contact-form__input input:-ms-input-placeholder, .p-contact-form__input textarea:-ms-input-placeholder,
.p-contact-form__input select:-ms-input-placeholder,
.p-contact-form__check input:-ms-input-placeholder{
	color: #aaa;
}
.p-contact-form__input input::placeholder,
.p-contact-form__input textarea::placeholder,
.p-contact-form__input select::placeholder,

.p-contact-form__check input::placeholder{
	color: #aaa;
}
.th .p-contact-form__input input,
.th .p-contact-form__input textarea,
.th .p-contact-form__input select,

.th .p-contact-form__check input{
	letter-spacing: .08em;
}
.p-contact-form__input textarea {
	height: 250px;
}
.p-contact-form__input--error {
	color: #c10017;
}

.p-contact-form__txt {
	margin-top: 34px; 
	letter-spacing: .12em;
	font-size: 14px;
	font-size: .875rem;
	line-height: 2;
}
.p-contact-form__txt a {
	color: #c10017;
	text-decoration: underline;
}
.th .p-contact-form__txt {
	letter-spacing: .08em;
}

.p-contact-form__btn {
	position: relative; 
	margin: 62px auto 0;
	max-width: 480px;
}
.p-contact-form__btn form {
	position: relative;
}
.p-contact-form__btn form.back .c-btn-gray__wrap,
.p-contact-form__btn form.back .c-btn-white__wrap {
	left: 30px;
}
.p-contact-form__btn form.back .c-btn-gray__icon,
.p-contact-form__btn form.back .c-btn-white__icon {
	transform: scale(-1, 1);
}
.p-contact-form__btn input {
	padding: 27px 15px 28px calc(15px + .2em);
	width: 100%;
	background-color: #000;
	color: #fff;
	letter-spacing: .2em;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	font-size: .9375rem;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	transition: .3s;
}
.en .p-contact-form__btn input {
	letter-spacing: .12em; 
	font-weight: 700;
	font-style: normal;
	font-family: "Cormorant Garamond", serif;
}
.cn .p-contact-form__btn input {
	font-weight: 700;
	font-style: normal; 
	font-family: "Noto Serif TC", serif;
}
.th .p-contact-form__btn input {
	letter-spacing: .08em; 
	font-weight: 700;
	font-style: normal;
	font-family: "Trirong", serif;
}
.p-contact-form__btn .c-btn-gray__wrap,
.p-contact-form__btn .c-btn-white__wrap {
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 1; 
	margin-top: -15px;
	margin-right: 0;
}
.p-contact-form__btn--col {
	max-width: 100%;
}
.p-contact-form__btn--col form + form {
	margin-top: 28px;
}
.p-contact-form__btn--col form.back input {
	background-color: #aaa;
}
.p-contact-form__btn--col form.back input:hover {
	background-color: #c10017;
}

.p-contact-form__contents {
	padding: 80px 7.54717%;
	background-color: #f5f5f5;
}

.l-content-sec__mttl-en,
.p-pf-hdr__num {
	position: relative;
	overflow: hidden; 
	margin-top: 68px;
	text-align: right;
	letter-spacing: .3em;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Fira Sans Extra Condensed", sans-serif;
	line-height: 1;
}
.l-content-sec__mttl-en &gt; span,
.p-pf-hdr__num &gt; span {
	position: relative;
	/*right: -.3em;*/ 
	display: inline-block;
	padding-left: 16px;
}
.l-content-sec__mttl-en &gt; span::before,
.p-pf-hdr__num &gt; span::before {
	position: absolute;
	top: 5px;
	right: 100%; 
	width: 100vw;
	height: 1px;
	background-color: #aaa;
	content: "";
}



@media(min-width: 769px) {

	.p-contact {
		padding-bottom: 240px;
	}
	.p-contact--conf .p-contact__lead {
		margin-bottom: 56px;
	}
	.p-contact--finish .p-contact__lead {
		text-align: center;
	}
	.p-contact__body {
		margin-top: 84px;
		/*padding: 0 8.59375%;*/ 
		max-width: 1280px;
	}
	.p-contact__lead {
		margin-bottom: 108px;
	}
	.p-contact__btn {
		width: 480px; 
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1;
	}
	.p-contact__btn .c-btn-white,
	.p-contact__btn .c-btn-gray {
		padding: 41px 16px;
	}
	.p-contact__btn .c-btn-white__wrap,
	.p-contact__btn .c-btn-gray__wrap {
		right: 32px; 
		margin-top: -20px;
		margin-right: 0;
	}
	.p-contact__btn a:hover {
		background-color: #c10017;
	}
	.p-contact-head__mttl-en {
		margin-top: 2px;
	}
	.p-contact-head__step {
		display: flex;
		/*margin-top: 78px;*/

		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.p-contact-head__step li + li {
		margin-left: 50px;
	}
	.p-contact-head__step li + li::after {
		display: block;
	}
	.p-contact-form__item {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: flex-start;
		padding-bottom: 30px;
    	border-bottom: 1px solid #e5e5e5;
	}
	.p-contact-form__item + .p-contact-form__item {
		margin-top: 64px;
	}
	.p-contact-form__term {
		width: 290px;
	}
	.p-contact-form__term label {
		padding: 14px 0;
	}
	.p-contact-form__input,
	.p-contact-form__check{
		width: calc(100% - 340px);
	}
	.p-contact-form__input input,
	.p-contact-form__input textarea,
	.p-contact-form__check input{
		padding: 18px 22px;
	}
	.up-load input{
		padding: 18px 5px;
	}
	.capa{
		padding: 10px 5px;
		
	}	
	.f-data{
		line-height: 1.6;		
	}
	.p-contact-form__input textarea {
		height: 200px;
	}
	.p-contact-form__input--error {
		margin-left: 290px;
	}
	.p-contact-form__txt {
		margin-top: 64px; 
		text-align: center;
	}
	.p-contact-form__txt a:hover {
		text-decoration: none;
	}
	.p-contact-form__btn {
		margin: 88px auto 0;
	}
	.p-contact-form__btn:not(.p-contact-form__btn--col):hover .c-btn-white__circle,
	.p-contact-form__btn:not(.p-contact-form__btn--col):hover .c-btn-gray__circle {
		opacity: 0; 
		transform: scale(.8);
	}
	.p-contact-form__btn:not(.p-contact-form__btn--col):hover .c-btn-white__icon polygon,
	.p-contact-form__btn:not(.p-contact-form__btn--col):hover .c-btn-gray__icon polygon {
		fill: #c10017;
	}
	.p-contact-form__btn form.back .c-btn-gray__wrap,
	.p-contact-form__btn form.back .c-btn-white__wrap {
		right: auto; 
		left: 32px;
	}
	.p-contact-form__btn input {
		padding: 41px 18px 41px calc(18px + .2em); 
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1;
	}
	.p-contact-form__btn input:hover {
		background-color: #c10017;
	}
	.p-contact-form__btn .c-btn-gray__wrap,
	.p-contact-form__btn .c-btn-white__wrap {
		right: 32px; 
		margin-top: -20px;
		margin-right: 0;
		width: 40px;
		height: 40px;
	}
	.p-contact-form__btn--col {
		display: flex;

		flex-flow: row nowrap;
		justify-content: center;
		align-items: stretch;
	}
	.p-contact-form__btn--col {
		margin: 100px auto 0;
	}
	.p-contact-form__btn--col form {
		margin: 0 30px; 
		width: 310px;
	}
	.p-contact-form__btn--col form:hover .c-btn-white__circle,
	.p-contact-form__btn--col form:hover .c-btn-gray__circle {
		opacity: 0; 
		transform: scale(.8);
	}
	.p-contact-form__btn--col form:hover .c-btn-white__icon polygon,
	.p-contact-form__btn--col form:hover .c-btn-gray__icon polygon {
		fill: #c10017;
	}
	.p-contact-form__btn--col form + form {
		margin-top: 0;
	}
	
	.l-content-sec__mttl-en,
	.p-pf-hdr__num {
		margin-top: 75px; 
		width: 100%;
		font-size: 14px;
		font-size: .875rem;
		line-height: 1;
	}
	.l-content-sec__mttl-en &gt; span::before,
	.p-pf-hdr__num &gt; span::before {
		top: 50%;
	}
	.p-contact-head__mttl-en {
		margin-top: 2px;
	}
	
	
}	













#formContact .btnDefault {
    margin: 40px auto 0;
    display: block;
    font-size: 16px;
	width: 240px;
	line-height: 48px;
	border-radius: 10px;
  }
  #formContact .btnDefault[disabled] {
    background: #ccc;
    cursor: default;
  }
  #formContact .btnDefault[disabled]:after,
  #formContact .btnDefault[disabled]:hover:before,
  #formContact .btnDefault[disabled]:hover:after {
    content: none;
  }

/* error */
  #formContact dl.errorList {
    border: 1px solid #dc0707;
    padding: 40px;
    margin-bottom: 50px;
    background: #fff7f7;
    color: #f00;
  }
  #formContact dl.errorList dt {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #formContact dl.errorList dd ul li {
    padding-left: 15px;
    position: relative;
  }
  #formContact dl.errorList dd ul li:after {
    content: "";
    border-radius: 6px;
    width: 6px;
    height: 6px;
    background: #f00;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
  }

  #formContact .error input,
  #formContact .error select {
    background-color: #fff7f7 !important;
    border: 1px solid #dc0707 !important;
  }
  #formContact .formGroup.error .radioBtn label:before {
    background: #fff7f7;
	border: 1px solid #dc0707;
	box-sizing: border-box;
  }

  .errorTxt {
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 8px;
  }


	/* confirm */
  .confirm #formContact .btnArea {
    width: 550px;
    margin: 0 auto;
  }
  .confirm #formContact .btnArea li {
    margin: 0;
    float: left;
  }
  .confirm #formContact .btnArea li:first-child {
    float: right;
  }
  .confirm #formContact .btnArea li .btnDefault {
    width: 220px;
  }
  .confirm #formContact .btnArea li .btnDefault.type02 {
    background: none;
    border: 1px solid #000;
    color: #fff!important;
  }
  .confirm #formContact .btnArea li .btnDefault.type02:after {
    right: auto;
    left: 14px;
    background-image: url(../common/img/arrow04.gif);
  }
  .confirm #formContact .btnArea li .btnDefault.type02:hover:after {
    left: 10px;
  }
  .confirm #formContact .btnArea li .btnDefault.type02:before {
    background: rgba(0, 0, 0, 0.05);
    right: 0;
    left: inherit;
  }
  .confirm .inner {
    box-sizing: border-box;
  }
  .confirm #formContact .formGroup:first-child .formGroupTitle {
    padding: 25px 0;
  }
  
  .thanks #formContact .btnDefault {
    margin-top: 60px;
  }
	

	.btnDefault,
	.btnMore {
	  position: relative;
	  z-index: 1;
	  display: inline-block;
	  height: 50px;
      line-height: 50px;
      font-size: 15px;
      margin-bottom: 0;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: middle;
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  background-image: none;
	  background-color: #005ca7!important;
	  color: #fff!important;
	  font-weight: 600;
	  border: 0;
	  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.btnDefault:visited,
	.btnDefault:link {
		color: #fff;
	}
	.btnDefault:after,
	.btnDefault:before,
	.btnMore:after,
	.btnMore:before {
		content: '';
		position: absolute;
		-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
		-moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
		transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);

	}
	.btnDefault:before,
	.btnMore:before {
		z-index: -1;
		top: 0;
		left: 0;
		height: 100%;
		width: 0;
		background: rgba(255, 255, 255, 0.3);
	}
	.btnDefault:hover:before,
	.btnMore:hover:before {
		width: 100%;
	}
	.btnDefault:after {
		top: 50%;
		right: 14px;
		display: block;
		margin-top: -4px;
		width: 14px;
		height: 9px;
		background: url("../images/form_ar01.svg") no-repeat;
	}
	.btnDefault:hover:after {
		right: 11px;
	}
	.btnDefault:hover {
		color: #fff;
	}
	.btnMore {
	  width: 250px;
	  font-size: 0;
	  text-align: center;
	}
	.btnMore span {
	    display: inline-block;
		position: relative;
		overflow: hidden;
		z-index: 10;
		font-size:1.3rem;
		font-weight:700;
		font-family: 'Roboto', sans-serif;
	}
	.btnMore:after {
	  top: 50%;
	  right: 25px;
	  display: block;
	  margin-top: -5.5px;
	  width: 11px;
	  height: 11px;
	  /*background: url(../img/plus-icon.png) right  center no-repeat;*/
	}
	.btnDefault.btnBack:after {
		right: auto;
		left: 14px;
		/*background-image:  url("../images/form_ar02.svg");*/
	}
	.btnDefault.btnBack:hover:after {
		left: 10px;
	}
	.btnDefault.btnBack:before {
		left: auto;
		right: 0;
	}
@media print, screen and (max-width: 750px) {
	
 #formContact .btnDefault {
    margin: 0 auto;
    display: block;
    font-size: 16px;
    width: 100%;
	font-family: 'Noto Sans Japanese', sans-serif;
  }
  #formContact .btnDefault[disabled] {
    background: #ccc;
  }
  #formContact .btnDefault[disabled]:after {
    content: none;
  }

/* error */
  #formContact dl.errorList {
    border: 1px solid #dc0707;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff7f7;
    color: #f00;
  }
  #formContact dl.errorList dt {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #formContact dl.errorList dd ul li {
    padding-left: 15px;
    position: relative;
  }
  #formContact dl.errorList dd ul li:after {
    content: "";
    border-radius: 6px;
    width: 6px;
    height: 6px;
    background: #f00;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
  }

  #formContact .error input,
  #formContact .error select {
    background-color: #fff7f7 !important;
    border: 1px solid #dc0707 !important;
  }
  #formContact .formGroup.error .radioBtn label:before {
    background: #fff7f7;
	border: 1px solid #dc0707;
	box-sizing: border-box;
  }
  
  .errorTxt {
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 8px;
  }
  
  .confirm #formContact .btnArea {
    margin-top: 35px;
  }
  .confirm #formContact .btnArea li + li {
    margin-top: 15px;
  }
  .confirm #formContact .btnArea li .btnDefault.type02 {
    background: none;
    border: 1px solid #000;
    color: #000;
  }
  .confirm #formContact .btnArea li .btnDefault.type02:after {
    right: auto;
    left: 14px;
    background-image: url(../common/img/arrow04.gif);
  }
  /* thanks */
  .thanks #formContact .inner {
    position: relative;
    z-index: 9;
  }
  .thanks #formContact span {
    display: block;
    font-size: 12px;
    margin-top: 20px;
  }
  .thanks #formContact .btnDefault {
    margin: 30px 0;
  }
  .thanks .infoBox {
    padding-bottom: 20px;
  }
	
	
	
	
	}


/******************************************************************************
 * h2_under_tit
*******************************************************************************/

.disIB{
display:inline-block}


.cts_inner .intr h2 {
	font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}
.cts_inner .intr h2:after {
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #000;
    margin-left: -15px;
}

.cts_inner .w-h3 h3 {
	font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    padding-bottom: 10px;
}


@media screen and (max-width: 767px)
{
.cts_inner .intr h2 {
	font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.cts_inner .w-h3 h3 {
	font-size: 18px;
}
	
	
}
/* l-wrap--information &gt; en-ctsbox__table
-----------------------------------------------------------------*/

.l-wrap--information .en-ctsbox__table {
  border-top: 1px solid #e7e7e7;
}

.l-wrap--information .en-ctsbox__table tr {
  border-bottom: 1px solid #e7e7e7;
}

.l-wrap--information .en-ctsbox__table th {
  background: #f8f8f8;
  font-size: 16px;
  padding-left: 32px;
  text-align: left;
  width: 30%;
	vertical-align: middle;
}

.l-wrap--information .en-ctsbox__table td {
  font-size: 15px;
  line-height: 1.8666;
  padding: 34px 40px;
  text-align: left;
}

.l-wrap--information .en-ctsbox__table__txt .c-adjustMargin {
  display: block;
  margin-top: 8px;
}

.l-wrap--information .en-ctsbox__table__txt .c-adjustIndent {
  display: inline-block;
  text-indent: -.5em;
}
/* media query -&gt; sp
=================================================================*/
@media screen and (max-width: 768px){

 /* l-wrap--information &gt; en-ctsbox__table
  -----------------------------------------------------------------*/

  .l-wrap--information .en-ctsbox__table th {
    background: #fff;
    font-size: 13px;
    padding: 20px 10px 20px;
    width: 30%;
	  display: table-cell;
  vertical-align: middle;
  
  }

  .l-wrap--information .en-ctsbox__table td {
    font-size: 11px;
    line-height: 1.545;
    padding: 20 10px 20px;
  }

  .l-wrap--information .en-ctsbox__table .en-ctsbox__table__ttl {
    margin-bottom: 6px;
  }

  .l-wrap--information .en-ctsbox__table__txt:not(.u-pc) {
    display: inline-block;
  }

  .l-wrap--information .en-ctsbox__table__txt .c-adjustMargin {
    display: block;
    margin-top: 8px;
  }
}



/* l-wrap--information &gt; en-ctsbox__table
-----------------------------------------------------------------*/

.l-wrap--information .en-ctsbox__table {
  border-top: 1px solid #e7e7e7;
  margin: 0 auto;	
}

.l-wrap--information .en-ctsbox__table tr {
  border-bottom: 1px solid #e7e7e7;
}

.l-wrap--information .en-ctsbox__table th {
  background: #f8f8f8;
  font-size: 16px;
  padding-left: 32px;
  text-align: left;
  width: 30%;
}

.l-wrap--information .en-ctsbox__table td {
  font-size: 15px;
  line-height: 1.8666;
  padding: 34px 40px;
  text-align: left;
}

.l-wrap--information .en-ctsbox__table__txt .c-adjustMargin {
  display: block;
  margin-top: 8px;
}

.l-wrap--information .en-ctsbox__table__txt .c-adjustIndent {
  display: inline-block;
  text-indent: -.5em;
}


/* media query -&gt; sp
=================================================================*/
@media screen and (max-width: 768px){
  .l-wrap--information {
    margin-top: -6px;
    padding: 0 15px;
  }

  /* en-ctsbox
  -----------------------------------------------------------------*/
  .l-wrap--information .en-ctsbox + .en-ctsbox {
    margin-top: 34px;
  }

  .l-wrap--information .en-ctsbox__ttl {
    font-size: 18px;
    margin-bottom: 29px;
  }

  .l-wrap--information .en-ctsbox__ttl::after {
    width: 19px;
  }

  /* l-wrap--information &gt; en-ctsbox__list
  -----------------------------------------------------------------*/
  .en-ctsbox__list.u-jobTitle li:not(:first-child),
  .en-ctsbox__list.u-hiringStep li:not(:first-child) {
    border-top: 1px solid #e3e3e3;
    border-left: none;
  }

  /* .en-ctsbox__list.u-jobTitle */
  .en-ctsbox__list.u-jobTitle li {
    padding: 19px 17px 23px 85px;
    position: relative;
  }

  .en-ctsbox__list.u-jobTitle .contentBox__list__ico {
    position: absolute;
    bottom: 0;
    left: 20px;
    top: 0;
    height: 46px;
    width: 46px;
  }

  .en-ctsbox__list.u-jobTitle li:first-child .contentBox__list__ico img {
    height: 20px;
  }

  .en-ctsbox__list.u-jobTitle .contentBox__list__ico img {
    height: 25px;
  }

  .en-ctsbox__list.u-jobTitle .contentBox__list__ttl {
    font-size: 14px;
    margin: 0 auto 7px;
    text-align: left;
  }

  .en-ctsbox__list.u-jobTitle .contentBox__list__txt {
    font-size: 11px;
    line-height: 1.5454;
    min-height: initial;
    min-height: auto;
  }

  .en-ctsbox__list.u-jobTitle .contentBox__list__example {
    font-size: 11px;
    margin: 8px auto 0;
    text-align: left;
  }

  /* .en-ctsbox__list.u-hiringStep */
  .en-ctsbox__list.u-hiringStep {
    margin-top: 0;
  }

  .en-ctsbox__list.u-hiringStep li:not(:last-child)::before,
  .en-ctsbox__list.u-hiringStep li:not(:last-child)::after {
    margin: -3px 0 0;
    left: 33px;
    top: 100%;
  }

  .en-ctsbox__list.u-hiringStep li::before {
    height: 6px;
    width: 10px;
  }

  .en-ctsbox__list.u-hiringStep li::after {
    border-color: #d5d5d5 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    height: 6px;
    width: 10px;
  }

  .en-ctsbox__list.u-hiringStep .contentBox__list__ico span {
    font-size: 14px;
    line-height: 31px;
  }

  .en-ctsbox__list.u-hiringStep .contentBox__list__ico {
    bottom: 0;
    left: 22px;
    right: auto;
    top: 0;
    height: 31px;
    width: 31px;
  }

  .en-ctsbox__list.u-hiringStep .contentBox__list__txt {
    font-size: 12px;
    height: 71px;
  }

  /* l-wrap--information &gt; en-ctsbox__table
  -----------------------------------------------------------------*/

  .l-wrap--information .en-ctsbox__table th {
    background: #fff;
    font-size: 13px;
    padding: 20px 10px 20px;
    width: 30%;
  display: table-cell;
  vertical-align: middle;
  
  }

  .l-wrap--information .en-ctsbox__table td {
    font-size: 11px;
    line-height: 1.545;
    padding: 20px 10px 20px;
  }

  .l-wrap--information .en-ctsbox__table .en-ctsbox__table__ttl {
    margin-bottom: 6px;
  }

  .l-wrap--information .en-ctsbox__table__txt:not(.u-pc) {
    display: inline-block;
  }

  .l-wrap--information .en-ctsbox__table__txt .c-adjustMargin {
    display: block;
    margin-top: 8px;
  }
}
.contact_list {
	display:none;
}
	/* confirm */

.form_url ul {
	padding-inline-start: 0px!important;
}
.form_url li {
	list-style: none!important
}

.form_url .btnArea {
    width: 550px;
    margin: 0 auto;
  }
.form_url .btnArea li {
    margin: 0;
    float: left;
  }
.form_url .btnArea li:first-child {
    float: right;
  }
.form_url .btnArea li .btnDefault {
    width: 220px;
  }
.form_url .btnArea li .btnDefault.type02 {
    background: none;
    border: 1px solid #000;
    color: #fff!important;
  }
.form_url .btnArea li .btnDefault.type02:after {
    right: auto;
    left: 14px;
    background-image: url("../images/arrow_back.gif");
  }
.form_url .btnArea li .btnDefault.type02:hover:after {
    left: 10px;
  }
.form_url .btnArea li .btnDefault.type02:before {
    background: rgba(0, 0, 0, 0.05);
    right: 0;
    left: inherit;
  }
.c-inner {
    box-sizing: border-box;
  }
.form_url .formGroup:first-child .formGroupTitle {
    padding: 25px 0;
  }
  
  /* thanks */
  .thanks .c-inner {
    box-sizing: border-box;
  }
  .thanks #formContact .c-inner &gt; p {
    text-align: center;
    animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -o-animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -ms-animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -moz-animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -webkit-animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .thanks #formContact span {
    display: block;
    font-size: 14px;
    margin-top: 20px;
  }
  .thanks #formContact .btnDefault {
    margin-top: 60px;
  }
	

	.btnDefault,
	.btnMore {
	  position: relative;
	  z-index: 1;
	  display: inline-block;
	  height: 50px;
      line-height: 50px;
      font-size: 15px;
      margin-bottom: 0;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: middle;
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  background-image: none;
	  background-color: #009ffa;
	  color: #fff!important;
	  font-weight: 600;
	  border: 0;
	  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.btnDefault:visited,
	.btnDefault:link {
		color: #fff;
	}
	.btnDefault:after,
	.btnDefault:before,
	.btnMore:after,
	.btnMore:before {
		content: '';
		position: absolute;
		-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
		-moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
		transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);

	}
	.btnDefault:before,
	.btnMore:before {
		z-index: -1;
		top: 0;
		left: 0;
		height: 100%;
		width: 0;
		background: rgba(255, 255, 255, 0.3);
	}
	.btnDefault:hover:before,
	.btnMore:hover:before {
		width: 100%;
	}
	.btnDefault:after {
		top: 50%;
		right: 14px;
		display: block;
		margin-top: -4px;
		width: 14px;
		height: 9px;
		background: url("../images/form_ar01.svg") no-repeat;
	}
	.btnDefault:hover:after {
		right: 11px;
	}
	.btnDefault:hover {
		color: #fff;
	}
	.btnMore {
	  width: 250px;
	  font-size: 0;
	  text-align: center;
	}
	.btnMore span {
	    display: inline-block;
		position: relative;
		overflow: hidden;
		z-index: 10;
		font-size:1.3rem;
		font-weight:700;
		font-family: 'Roboto', sans-serif;
	}
	.btnMore:after {
	  top: 50%;
	  right: 25px;
	  display: block;
	  margin-top: -5.5px;
	  width: 11px;
	  height: 11px;
	  background: url(../img/plus-icon.png) right  center no-repeat;
	}
	.btnDefault.btnBack:after {
		right: auto;
		left: 14px;
		background-image:  url("../images/form_ar02.svg");
	}
	.btnDefault.btnBack:hover:after {
		left: 10px;
	}
	.btnDefault.btnBack:before {
		left: auto;
		right: 0;
	}

.p-input-half{
	width: 40%!important;
}
.p-contact-form-radio{
	margin-top:10px;
	font-size:16px;
	line-height: 1.6
}
.p-contact-form-radio-mb{
margin-top:5px;}

.f-hide{
	display: none;
}
.f-mr20 {
    margin-right: 20px !important;
}
@media(max-width: 768px) {
.p-contact-head, .p-contact__body {
    width: 98%;	
	}
.p-input-half{
	width: 98%!important;
}
.f-mr20 {
    margin-right: 0px !important;
}
.form_url .btnArea {
    width: 98%;
    margin: 0 auto;
  }
.form_url .btnArea li {
    margin: 0 auto;
	float :none;
	text-align: center;
	}
.form_url .btnArea li:first-child {
	float :none;
	text-align: center;
  }
	
	
	
	}

.form_button {
	width: 100%;
	text-align: center
}
.form_button&gt;p:nth-child(1) {
	margin: 50px 0 50px 0;
	font-size: 0;
	line-height: 0
}
.form_button&gt;p:nth-child(1) a {
	display: inline-block;
	width: auto;
	font-size: 16px;
	line-height: 36px
}
.form_button&gt;p:nth-child(2) {
	width: 100%
}
.form_button p input {
	display: block;
	width: 240px;
	font-size: 16px;
	line-height: 54px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 1);
	margin: 0 auto;
	padding: 0 0 2px 0;
	-webkit-appearance: none;
	cursor: pointer;
	outline: none;
	box-shadow: none;
	position: relative;
	background-color: #0068b7;
	border: 2px solid #0068b7;
	border-radius: 10px;
	text-align: center;
	font-weight: 700
}
.wpcf7-form-control-wrap, .wpcf7-form-control {
	display: block;
	width: 100%;
	position: relative
}
.screen-reader-response, .ajax-loader {
	display: none!important
}
span.wpcf7-not-valid-tip {
	display: block;
	width: 100%;
	margin: 15px 0 0 0;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	color: rgba(255, 0, 0, 1);
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
	display: none;
	width: 100%;
	margin: 60px 0 0 0;
	padding: 30px 0 30px 0;
	background-color: rgba(255, 255, 255, 1);
	border: 2px solid rgba(255, 0, 0, 1);
	border-radius: 7.5px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	color: rgba(255, 0, 0, 1);
	text-align: center;
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700
}

@media (min-width:560px) and (max-width:999px) {
	.form_block {
		margin: 0
	}
}
@media (max-width:559px) {
	.form_block {
		margin: 0
	}
	.form_list {
		margin: 45px 0 0 0
	}
	.form_list0 {
		margin: 0
	}
	.form_item p {
		font-size: 14px;
		line-height: 14px
	}
	.form_detail input, .form_detail textarea, .form_detail select {
		font-size: 14px;
		line-height: 34px;
		letter-spacing: .5px;
		border-radius: 6.25px;
		padding: 6px 18px 6px 18px
	}
	.form_detail textarea {
		height: 250px
	}
	.form_detail img {
		width: 18px;
		height: 18px;
		top: 16px;
		right: 18px
	}
	.form_button&gt;p:nth-child(1) {
		margin: 30px 0 30px 0
	}
	.form_button&gt;p:nth-child(1) a {
		font-size: 14px;
		line-height: 34px
	}
	.form_button p input {
		width: 175px;
		font-size: 14px;
		line-height: 44px;
		letter-spacing: .5px;
		border-radius: 25px
	}
	span.wpcf7-not-valid-tip {
		letter-spacing: .5px
	}
	div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
		margin: 45px 0 0 0;
		border-radius: 6.25px;
		font-size: 14px;
		line-height: 14px;
		letter-spacing: .5px
	}
}
.policy_block {
	width: 100%;
	height: 300px;
	border: 2px solid rgba(0, 0, 0, 1);
	border-radius: 7.5px;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}
.policy_block::-webkit-scrollbar {
	display: none
}
.policy_area {
	width: 100%;
	padding: 45px 45px 45px 45px
}
.policy_contents {
	width: 100%
}
.policy_contents p {
	font-size: 16px;
	line-height: 36px
}
.policy_contents&gt;p:nth-child(1) {
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
	font-weight: 700
}
.policy_contents&gt;p:nth-child(2) {
	width: 100%;
	text-align: justify
}
@media (max-width:559px) {
	.policy_block {
		height: 250px;
		border-radius: 6.25px
	}
	.policy_area {
		padding: 30px 30px 30px 30px
	}
	.policy_contents p {
		font-size: 14px;
		line-height: 34px
	}
	.policy_contents&gt;p:nth-child(1) {
		margin: 0 0 15px 0
	}
}

.form_button p input {
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	transition-property: background-color, color
}
.form_button p input:hover {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(0, 0, 0, 1)
}

.form_button p input[disabled] {
	cursor: default;
}
.form_button p input[disabled]:hover {
	background-color: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
}


.check-btn-cmn{
margin: 40px 0 0 0;
}
/* c-button */
.check-button{
width: 340px;
display: block;
position: relative;
max-width: 340px;
height: 60px;
line-height:60px;	
text-align: center;	
  border:1px solid #666666;
border-radius: 10px;	
  position:relative;
  font-size:1em;
  padding:0 1em;
  margin: 0 auto;	
}

.form_button p input[disabled] {
	cursor: default;
}
</pre></body></html>