@charset "UTF-8";

/* ↓フォーム部分のcss */
.content__container {
  width: 1080px;
  margin: 0 auto
}

@media (max-width:640px) {
  .content__container {
    width: 100%
  }
}

.is-pc {
  display: block
}

@media (max-width:640px) {
  .is-pc {
    display: none
  }
}

.is-sp {
  display: none
}

@media (max-width:640px) {
  .is-sp {
    display: block
  }
}

.entry-merit {
  background: linear-gradient(to right, #005a95 0, #3c9ddc 100%);
  margin-bottom: -60px;
  padding: 50px 30px 90px;

  position: relative;
  z-index: 0
}
@media (max-width:640px) {
  .entry-merit {
    padding: 50px 50px 70px;
    margin-bottom: 0;
  }
}

.entry-merit::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -65px;
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  z-index: 1;
  width: 100%;
  height: 90px;
  background: #f3f5f6
}

.entry-merit__title {
  margin: 0;
  text-align: center;
  font-size: 24px;
  color: #fff
}

.entry-merit__title span {
  position: relative;
  display: inline-block;
  padding: 0 24px
}

.entry-merit__title span::after, .entry-merit__title span::before {
  position: absolute;
  top: 3px;
  width: 0;
  height: 28px;
  content: '';
  border-width: 0 0 0 2px;
  border-style: solid;
  border-color: #fff
}

@media (max-width:640px) {
  .entry-merit__title span::after, .entry-merit__title span::before {
    top: 20px;
    height: 45px
  }
}

.entry-merit__title span::before {
  left: 0;
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg)
}

.entry-merit__title span::after {
  right: 0;
  -ms-transform: rotate(30deg);
  transform: rotate(30deg)
}

.entry-merit__detail {
  margin-top: 30px;
  text-align: center;
  font-size: 0
}

.entry-merit__detail li {
  position: relative;
  display: inline-block;
  background: no-repeat center 30px;
  width: 200px;
  height: 200px;
  padding: 96px 0 0;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0;
}

@media (max-width:640px) {
  .entry-merit__detail li {
    display: flex;
    align-items: center;
    height: 70px;
    width: 100%;
    background: no-repeat 20px center/30px auto;
    padding: 0 0 0 90px;
    text-align: left;
    color: #fff;
    font-weight: 700;
    line-height: 1.3125;
  }
}

/* メルマガ登録フォームのFireFox対応 */
@-moz-document url-prefix() {
  .entry-merit__detail li {
    line-height: 0.7;
  }
}
@-moz-document url-prefix() {
  @media (max-width:640px) {
    .entry-merit__detail li {
      line-height: 1.3125;
    }
  }
}

.entry-merit__detail li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: #fff
}

@media (max-width:640px) {
  .entry-merit__detail li::before {
    height: 70px;
    width: 70px
  }
}

.entry-merit__detail li+li {
  margin-left: 18px
}

@media (max-width:640px) {
  .entry-merit__detail li+li {
    margin: 8px 0 0 0
  }
}

.entry-merit__detail li:nth-child(1) {
  background-image: url(/wp-content/plugins/hrmos-trend-custom/assets/pardot/images/media/merit1.svg)
}

.entry-merit__detail li:nth-child(2) {
  background-image: url(/wp-content/plugins/hrmos-trend-custom/assets/pardot/images/media/merit2.svg)
}

.entry-merit__detail li:nth-child(3) {
  background-image: url(/wp-content/plugins/hrmos-trend-custom/assets/pardot/images/media/merit3.svg)
}

.entry-merit__note {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 30px;
  font-size: 14px;
  color: #fff
}

@media (max-width:640px) {
  .entry-merit__note {
    padding: 0
  }
}

.form__section {
  padding: 16px 0 56px
}

.form__section.single {
  width: 708px;
  margin: 0 auto
}

@media (max-width:640px) {
  .form__section.single {
    width: 100%;
    min-width: 320px;
  }
}

.form__wrap {
  background-color: #f3f5f6
}
@media (max-width:640px) {
	.form__section.single .form__wrap {
		margin: 0 -1.25rem
	}
}

.form__contents {
  margin: 0 auto;
  padding: 60px;
  position: relative;
  z-index: 2
}

@media (max-width:640px) {
  .form__contents {
    padding: 20px 40px 50px;
  }
}

form input[type=email], form input[type=tel], form input[type=text], form textarea {
  width: 100%;
  height: 45px;
  margin-top: 8px;
  padding: 0 8px;
  border-radius: 3px;
  border: 1px solid #dadcdd;
  background: #fff;
  font-size: 20px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media (max-width:640px) {
  form :focus {
    outline: 0
  }
}

form textarea {
  resize: vertical
}

form textarea:-ms-input-placeholder, form textarea::-moz-placeholder, form textarea::-webkit-input-placeholder {
  color: #999
}

form textarea:-ms-input-placeholder, form textarea::-moz-placeholder, form textarea::-webkit-input-placeholder, form textarea::placeholder {
  color: #999
}

form fieldset {
  padding: 0 100px;
  border: none
}

@media (max-width:640px) {
  form fieldset {
    padding: 0
  }
}

form fieldset+fieldset {
  margin-top: 30px
}

form fieldset.is-multi-column {
  font-size: 0
}

form fieldset.is-multi-column>div {
  display: inline-block;
  width: calc(50% - 10px);
  vertical-align: top
}

form fieldset.is-multi-column>div+div {
  margin-left: 19px
}

form fieldset legend {
  display: block;
  font-size: 16px;
  line-height: 1
}

form fieldset em {
  color: #e73858;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  vertical-align: middle
}

form fieldset span {
  display: none;
  margin-top: 4px;
  font-size: 12px;
  color: #e73858;
  line-height: 1.5
}

form fieldset.is-center-column {
  text-align: center
}

form .select-wrapper {
  position: relative
}

form .select-wrapper:after {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  content: '';
  position: absolute;
  top: 25px;
  right: 9px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-width: 8px;
  border-top-color: #999
}

form .select-wrapper:-moz-focusring {
  text-shadow: 0
}

form select {
  margin-top: 5px;
  padding: 0 8px;
  width: 100%;
  height: 45px;
  border: 1px solid #dadcdd;
  border-radius: 2px;
  background: #fff;
  font-size: 18px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: .01px;
  text-overflow: ""
}

form option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none
}

form select::-ms-expand {
  display: none
}

form .agree-note {
  margin: 60px 0 30px;
  font-size: 14px
}

@media (max-width:640px) {
  form .agree-note {
    margin-top: 50px
  }
}

form .agree-personal-information {
  font-size: 16px;
  font-weight: 400
}

form .agree-personal-information>input[type=checkbox] {
  display: none
}

form .agree-personal-information>input[type=checkbox]:checked+label::after {
  position: absolute;
  top: 10px;
  left: 14px;
  width: 5px;
  height: 12px;
  border: 0 solid #0457a7;
  border-right-width: 3px;
  border-bottom-width: 3px;
  -ms-transform: rotate(40deg);
  transform: rotate(40deg)
}

form .agree-personal-information>label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 32px;
  height: 36px;
  vertical-align: middle;
  transition: opacity .3s cubic-bezier(.19, 1, .22, 1)
}

form .agree-personal-information>label::after, form .agree-personal-information>label::before {
  content: '';
  display: block;
  position: absolute
}

form .agree-personal-information>label::before {
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #d2e3f4;
  background: #fff;
  border-radius: 2px
}

form .hidden-element {
  display: none
}

form input[type=submit] {
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	width: 320px;
	height: 56px;
	margin: 0 auto;
  	border: 0;
  	font-size: 16px;
	font-weight: bold;
	color:#05578E;
	background-color: transparent;
}


@media (max-width:640px) {
  form input[type=submit] {
    width: 100%;
  }
}

form input[type=submit]:hover {
  filter: brightness(90%);
  color:#fff;
}

form .form-description {
  margin: 8px 0 0;
  padding-bottom: 0;
  text-align: justify;
  font-size: 12px;
  color: #666;
}

.jsc-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(255, 255, 255, .6)
}

.jsc-overlay .is-hide {
  display: none
}

.jsc-overlay .loader, .jsc-overlay .loader:after, .jsc-overlay .loader:before {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: Loading 1.8s infinite ease-in-out
}

.jsc-overlay .loader {
  display: block;
  margin: 45vh auto;
  position: relative;
  color: #0457a7;
  font-size: 10px;
  text-indent: -9999em;
  animation-delay: -.16s
}

.jsc-overlay .loader:after, .jsc-overlay .loader:before {
  content: '';
  position: absolute;
  top: 0
}

.jsc-overlay .loader:before {
  left: -3.5em;
  animation-delay: -.32s
}

.jsc-overlay .loader:after {
  left: 3.5em
}

@keyframes Loading {
  0%, 100%, 80% {
    box-shadow: 0 2.5em 0 -1.3em
  }
  40% {
    box-shadow: 0 2.5em 0 0
  }
}

/* 送信ボタン変更 */
.is-submit-wrap--all {
	margin-top: 30px;
}
.is-submit-wrap--all fieldset {
	padding: 0;
}
.is-submit-wrap--all {
		border: 1px solid #05578E;
		background-color: #fff;
		width:325px;
		box-shadow: 5px 0 0 0 #025c97, 10px 0 0 0 #0979b7, 15px 0 0 0 #18c4d1;
		overflow: hidden;
		position: relative;
		transform: skewX(-10deg);
		border-radius: 0;
		font-size: 1rem;
		font-weight: bold;
		margin: 30px auto 0;
		letter-spacing: .05em;
		z-index: 1;
}
.is-submit-wrap--all input {
	display: block;
	transform: skewX(10deg)  translateZ(0);
}
.is-submit-wrap--all::before{
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(90deg,#025c97 0%, #025c97 50%, #0979b7 50%, #0979b7 60%,#18c4d1 60%, #18c4d1 100%);
	transform-origin: 0% 50%;
	transform: scaleX(0);
	transition: transform ease .4s;
	height: calc(100% + 1px);
	backface-visibility: hidden;
	will-change: contents;
}
.is-submit-wrap--all:hover::before {
	background: linear-gradient(90deg,#025c97 0%, #025c97 50%, #0979b7 50%, #0979b7 60%,#18c4d1 60%, #18c4d1 100%);
	transform-origin: 0% 50%;
	  transform: scaleX(2);
  }