@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  mixin                                                     */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  mixin                                                     */
/*************************
変数設定
*************************/

@media only screen and (min-width: 1025px){
	.pc {
		display: block!important;
	}
	.pc-flex {
		display: flex!important;
	}
	.tablet,
	.tablet-flex,
	.sp,
	.sp-flex {
		display: none!important;
	}
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.tablet {
		display: block!important;
	}
	.tablet-flex {
		display: flex!important;
	}
	/* .pc,
	.pc-flex, */
	.sp,
	.sp-flex {
		display: none!important;
	}
}
@media only screen and (max-width: 599px){
	.pc,
	.pc-flex,
	.tablet,
	.tablet-flex {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
	.sp-flex {
		display: flex!important;
	}
}

.top-mv {
  margin: 90px 0 0 0;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .top-mv {
    margin: 75px 0 0 0;
    height: auto;
  }
}
.top-mv > .cmn__inner {
  display: contents;
}
.top-mv__slide {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .top-mv__slide {
    height: auto;
  }
}
.top-mv__slide picture {
  height: 100%;
}
.top-mv__pagination {
  bottom: 38.3px !important;
}
.top-mv__pagination span {
  margin: 0 16px !important;
  background: #fff;
  opacity: 1;
  width: 15.42px;
  height: 15.42px;
}
@media screen and (max-width: 1024px) {
  .top-mv__pagination span {
    margin: 0 12.65px !important;
  }
}
.top-mv__pagination .swiper-pagination-bullet-active {
  background: #0764CD;
}
.top-mv__txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-mv__logo {
  margin: 6% auto 0 auto;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .top-mv__logo {
    margin-top: 0;
    width: 280px;
  }
}
.top-mv__ttl {
  margin-top: 2%;
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-mv__ttl {
    margin-top: 0;
    font-size: 2rem;
  }
}
.top-mv__lead {
  margin-top: 30px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 0.83;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .top-mv__lead {
    margin-top: 19.4px;
    font-size: 1.6rem;
  }
}

.top-what {
  margin-top: 95.2px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-what {
    margin-top: 29px;
  }
}
.top-what__row {
  padding: 0 16%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top-what__row {
    padding: 0 6%;
    flex-direction: column;
  }
}
.top-what__txt {
  margin-right: 0;
  margin-left: 80px;
}
@media screen and (max-width: 1024px) {
  .top-what__txt {
    margin: 8% 4%;
  }
}
.top-what__lead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: justify;
  letter-spacing: 0.12em;
  color: #0764CD;
}
@media screen and (max-width: 1024px) {
  .top-what__lead {
    font-size: 1.8rem;
  }
}
.top-what__para {
  margin-top: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.22em;
  line-height: 1.58;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .top-what__para {
    margin-top: 6%;
    font-size: 1.4rem;
  }
}
.top-what__btn {
  margin-top: 34px;
}
@media screen and (max-width: 1024px) {
  .top-what__btn {
    margin-top: 60px;
  }
}

.top-what .cmn__inner {
  padding: 0;
}
.top-what__slider-wrap {
  position: relative;
  overflow: hidden;
}
.top-what__slider-inner {
  width: 92%;
  margin: 0;
  padding: 0 0 8% 0;
  transform: translateX(16%);
}
@media screen and (max-width: 1024px) {
  .top-what__slider-inner {
    width: 128%;
    padding: 0 0 8% 0;
    transform: translateX(8%);
  }
}
.top-what__slider {
  margin-top: 89px;
  width: 100vw;
}
@media screen and (max-width: 1024px) {
  .top-what__slider {
    position: relative;
    padding: 12% 0;
    margin-top: 0;
    width: 100vw;
  }
}
.top-what__slide {
  margin: 0;
}
.top-what__controller {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-what__controller {
    position: absolute;
    bottom: 12%;
    left: 0;
    width: 100%;
  }
}
.top-what__prev, .top-what__next {
  background: initial;
  margin-top: 32.1px;
  font-size: 2rem;
  height: 29px;
}
.top-what__prev.swiper-button-disabled, .top-what__next.swiper-button-disabled {
  color: #000;
  opacity: 1;
}
.top-what__prev {
  right: 0;
  bottom: 0;
}
.top-what__next {
  right: auto;
  left: 47px;
}
@media screen and (max-width: 1024px) {
  .top-what__prev {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .top-what__next {
    top: auto;
    bottom: 0;
    left: 47px;
  }
}
.top-what__pagination {
  width: fit-content !important;
  bottom: -60px !important;
  left: 110px !important;
}
@media screen and (max-width: 1024px) {
  .top-what__pagination {
    width: fit-content !important;
    bottom: 2px!important;
    left: 100px !important;
  }
}
.top-what__pagination span {
  width: 12px;
  height: 12px;
  background: #ccc;
  margin: 0 16px !important;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #007aff!important;
}
@media screen and (max-width: 479px) {
  .top-what__pagination span {
    margin: 0 5.5px !important;
  }
}
.top-what__pagination span:first-of-type {
  margin-left: 0;
}
.top-what__pagination span:last-of-type {
  margin-right: 0;
}

.top-service {
  padding: 75.2px 0 208px;
  background: #F4F4F4;
}
@media screen and (max-width: 1024px) {
  .top-service {
    padding: 35px 0 110px;
  }
}
.top-service__list {
  margin-top: 114.4px;
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 1024px) {
  .top-service__list {
    margin: 8% 0 0 0;
    flex-direction: column;
    gap: 50px;
  }
}
.top-service__item {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .top-service__item {
    flex-direction: column;
  }
}
.top-service__item-ttl {
  position: relative;
  padding-left: 100px;
  width: 564px;
  max-width: 50%;
  height: 249px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.top-service__item-ttl::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  display: block;
  background: rgba(7, 100, 205, .59);
  opacity: 0;
  transition: .3s;
}
.top-service__item-ttl:hover::after,
.top-service__item-ttl.active::after {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .top-service__item-ttl {
    padding-left: 0;
    max-width: 100%;
    height: 220px;
    align-items: center;
  }
}
.top-service__item:nth-of-type(1) .top-service__item-ttl {
  background: url(../img/top/service-bg01.jpg) no-repeat center/cover;
}
.top-service__item:nth-of-type(2) .top-service__item-ttl {
  background: url(../img/top/service-bg02.jpg) no-repeat center/cover;
}
.top-service__item-ttl--ja {
  position: relative;
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .top-service__item-ttl--ja {
    font-size: 4rem;
  }
}
.top-service__item-ttl--en {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .top-service__item-ttl--en {
    font-size: 2rem;
  }
}
.top-service__item-txt {
  flex: 1;
  margin-left: 78.4px;
  padding-right: 100px;
}
@media screen and (max-width: 1024px) {
  .top-service__item-txt {
    margin-left: 0;
    padding-right: 0;
    margin-top: 25px;
  }
}
.top-service__item-para {
  font-size: 1.9rem;
  line-height: 1.63;
  letter-spacing: 0.24em;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .top-service__item-para {
    font-size: 1.6rem;
  }
}
.top-service__item-btn {
  margin-top: 30px;
}

.top-construction {
  margin-top: 196.9px;
  padding: 0 6%;
}
@media screen and (max-width: 1024px) {
  .top-construction {
    margin-top: 50px;
  }
}
.top-construction__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-construction__subttl {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  color: #0764CD;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 4% 0 0 0;
}
@media screen and (max-width: 1024px) {
  .top-construction__subttl {
    font-size: 3rem;
    margin: 12% 0 0 0;
  }
}
.top-construction__ttl--ja {
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .top-construction__ttl--ja {
    font-size: 3.6rem;
  }
}
.top-construction__ttl--en {
  margin-top: 12px;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  color: #0764CD;
}
.top-construction__list {
  margin-top: 6%;
  display: flex;
  flex-wrap: wrap;
  gap: 59px 117.5px;
}
.top-construction__list.in-image {
  gap: 59px calc(117.5px / 2);
}
@media screen and (max-width: 1024px) {
  .top-construction__list {
    margin-top: 42px;
    padding: 0;
    flex-direction: column;
    gap: 30px;
  }
}
.top-construction__item {
  width: calc((100% - 117.5px) / 2);
}
.top-construction__item.wide {
  width: 100%;
}
.top-construction__item.image {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .top-construction__item {
    width: 100%!important;
  }
}
.top-construction__item-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  display: flex;
  flex-direction: column;
  margin: 6% 0 0 0;
}
.detail-02 {
  margin: 6% 0 0 0;
}
@media screen and (max-width: 1024px) {
  .top-construction__item-ttl {
    font-size: 2.2rem;
  }
  .detail-02 {
    margin: 12% 0 0 0;
  }
}
.top-construction__item-ttl::after {
  content: "";
  display: block;
  margin-top: 12.6px;
  width: 336px;
  max-width: 100%;
  height: 2px;
  background: #0764CD;
}
.top-construction__item-ttl.wide::after {
  width: 100%;
}
.top-construction__item-para {
  margin-top: 28.6px;
  font-size: 1.9rem;
  letter-spacing: 0.14em;
  line-height: 1.58;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .top-construction__item-para {
    margin-top: 22px;
    font-size: 1.6rem;
  }
}
.top-news-works__ttl {
  margin-top: 12%;
}
@media screen and (max-width: 1024px) {
  .top-news-works__ttl {
    margin-top: 58px;
  }
}

.top-company > .cmn__inner {
  position: relative;
  width: 72%;
  margin: -16% auto 0 auto;
  padding: 8% 6% 12% 6%;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-company > .cmn__inner {
    position: relative;
    width: 88%;
    margin: -36% auto 0 auto;
    padding: 16% 6%;
    background: #fff;
    z-index: 2;
  }
  .top-company .sec__ttl::before {
    transform: translateY(8px);
  }
}
.top-company__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top-company__row {
    flex-direction: column;
  }
}
.top-company__row:nth-of-type(2) {
  margin-top: 8%;
}
@media screen and (max-width: 1024px) {
  .top-company__row:nth-of-type(2) {
    margin-top: 40px;
    gap: 0;
  }
}
.top-company__btn {
  margin-top: 36.2px;
}
@media screen and (max-width: 1024px) {
  .top-company__btn {
    margin: 90px auto 0;
  }
}
.top-company__table {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .top-company__table {
    width: 100%;
  }
}
table, th, td {
  border: none!important;
}
.top-company__table:last-of-type {
  transform: translateY(-1px);
}
.top-company__table-row {
  border-top: 1px solid #B3B3B3;
}
@media screen and (max-width: 1024px) {
  .top-company__table-row {
    display: flex;
    flex-direction: column;
  }
}
.top-company__table-row:last-of-type {
  border-bottom: 1px solid #B3B3B3;
}
@media screen and (max-width: 1024px) {
  .top-company__table:nth-of-type(2) .top-company__table-row:first-of-type {
    border-top: none;
  }
}
.top-company__table-head, .top-company__table-data {
  padding: 15.8px 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .top-company__table-head, .top-company__table-data {
    padding: 0;
  }
}
.top-company__table-head {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #0764CD;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .top-company__table-head {
    padding-top: 10px;
  }
}
.top-company__table-data {
  padding-left: 40px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .top-company__table-data {
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.top-company__map {
  margin-top: 85.2px;
}
@media screen and (max-width: 1024px) {
  .top-company__map {
    margin-top: 30px;
    height: 468px;
  }
}
.top-company__map iframe {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-company__map iframe {
    height: 468px;
  }
}

.top-contact {
  background: #DCDCDC;
}
@media screen and (max-width: 1024px) {
  .top-contact {
    margin-top: 90px;
  }
}
.top-contact > .cmn__inner {
  position: relative;
  width: 72%;
  margin: -16% auto 0 auto;
  padding: 8% 6% 12% 6%;
  background: #DCDCDC;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-contact > .cmn__inner {
    position: relative;
    width: 88%;
    margin: -56% auto 0 auto;
    padding: 16% 6%;
    background: #DCDCDC;
    z-index: 2;
  }
  .top-company .sec__ttl::before {
    transform: translateY(8px);
  }
}
.top-contact__ttl {
  justify-content: center;
}
.top-contact__btn {
  margin: 66.2px auto 0;
}
.top-contact__para {
  margin: 8% 0 6% 0;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1024px) {
  .top-contact__para {
    margin: 16% 0;
    text-align: justify;
    font-size: 1.6rem;
  }
}
.top-contact__form {
  margin-top: 104.1px;
}
@media screen and (max-width: 1024px) {
  .top-contact__form {
    margin-top: 45px;
  }
}
.top-contact__list {
  display: flex;
  flex-direction: column;
  gap: 12.4px;
}
.top-contact__item-label {
  display: block;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top-contact__item-label {
    letter-spacing: 0;
  }
}
.top-contact__item-label span {
  margin-left: 28.3px;
  width: 72px;
  height: 25px;
  background: #E94646;
  border-radius: 3px;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-contact__item-input, .top-contact__item-select, .top-contact__item-policy {
  width: 100%;
  margin-top: 7.5px;
  height: 42.02px;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #000;
  background: #fff;
}
.top-contact__item-textarea {
  height: 128px;
  resize: none;
}
.top-contact__item-select {
  padding-top: 8px;
}
.top-contact__item-policy {
  padding: 20px 35px;
  height: 248px;
  overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
  .top-contact__item-policy {
    padding: 15px;
  }
}
.top-contact__item-ttl, .top-contact__item-para {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.777;
}
.top-contact__item-ttl {
  color: #0764CD;
}
.top-contact__item-ttl:first-of-type {
  margin-bottom: 1em;
}
.top-contact__item-para + .top-contact__item-ttl {
  margin-top: 1em;
}
.top-contact__agree-wrap {
  margin-top: 19.8px;
}
@media screen and (max-width: 1024px) {
  .top-contact__agree-wrap {
    margin: 15px auto 0;
    width: fit-content;
  }
}
.top-contact__agree {
  margin-top: 19.8px;
  margin-left: 10px;
}
.top-contact__agree span {
  font-size: 1.9rem;
}
.top-contact input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}
.top-contact input[type=checkbox]::before,
.top-contact input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.top-contact input[type=checkbox]::before {
  background: #fff;
  border: 1px solid #000;
  border-radius: 0%;
  width: 20px; /*チェックボックスの横幅*/
  height: 20px; /*チェックボックスの縦幅*/
  transform: translateY(calc(-50% - 2px));
  top: 50%;
  left: 5px;
}
.top-contact input[type=checkbox]::after {
  border-bottom: 3px solid #0096ff; /*チェックの太さ*/
  border-left: 3px solid #0096ff; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 7px;
  width: 10px;
  transform: rotate(-45deg);
  top: -7px;
  left: 10px;
}
.top-contact input[type=checkbox]:checked::after {
  opacity: 1; /*チェック後表示*/
}
.top-contact__submit-wrap {
  margin-top: 58.8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .top-contact__submit-wrap {
    margin-top: 40px;
  }
}
.top-contact__submit {
  width: 568px;
  max-width: 100%;
  height: 69px;
  border-radius: 35px;
  background: #0764CD;
  border: 1px solid transparent;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.14em;
  transition: all 0.3s ease-out;
}
.top-contact__submit:hover {
  color: #0764CD;
  background: #fff;
  border: 1px solid #0764CD;
}/*# sourceMappingURL=page-top.css.map */


/* form */
.form-wrap {
  margin: 2% 0;
}
.form-wrap > p.form-ttl {
	width: 100%;
	margin: 1% 0;
  display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
.form-wrap > p.form-ttl .require {
	display: block;
	padding: 4px 16px;
	margin: 0 0 0 12px;
	border-radius: 4px;
	font-size: 1.2rem;
	letter-spacing: .14em;
	background: #e94646;
	color: #fff;
	word-break: keep-all;
}
.form-wrap > p.form-ttl .any {
	display: block;
	padding: 4px 8px;
	margin: 0 0 0 12px;
	font-size: .72rem;
	background: #000;
	color: #fff;
}
.form-wrap > p.form-input {
	width: 100%;
}
.form-wrap > p.form-input input,
.form-wrap > p.form-input textarea {
	width: 100%;
	border: none;
	box-shadow: none;
	border: 1px solid #767676;
	border-radius: 4px;
	padding: 7px;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
	box-sizing: border-box;
  font-size: 1.6rem;
}
.privacy-policy {
	width: 100%;
	height: 240px;
	overflow-y: scroll;
	padding: 0 24px;
	background: #fff;
	border: 1px solid #767676;
	box-sizing: border-box;
  font-size: 1.6rem;
}
.privacy-policy p {
	text-align: justify;
	margin: 2% 0;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.wpcf7-acceptance {
	display: block;
	margin: 2% 0 0 0;
  font-size: 1.6rem;
}
.wpcf7-list-item {
	margin: 0;
}
.wpcf7-list-item-label {
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
	color: #000000;
}
.wpcf7 select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	color: #767676;
	border: 1px solid #4b4b4b;
	border-radius: 4px;
	padding: 10px;
	letter-spacing: .14em;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
span[data-name="menu"]::before,
span[data-name="menu"]::after,
span[data-name="usermenu"]::before,
span[data-name="usermenu"]::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 16px;
}
span[data-name="menu"]::before,
span[data-name="usermenu"]::before {
  bottom: 60%;
  border-width: 0 4px 6px 4px;
  border-bottom-color: #333333;
  z-index: 2;
}
span[data-name="menu"]::after,
span[data-name="usermenu"]::after {
  border-width: 6px 4px 0 4px;
  border-top-color: #333333;
  top: 60%;
}
.wpcf7-submit {
	display: block;
	width: 64%;
	margin: 8% auto 0 auto;
	border: none;
	background: #0764CD;
	color: #fff;
	padding: 28px 0;
	border-radius: 9999px;
	text-align: center;
	 font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
	letter-spacing: .28em;
	font-size: 2rem;
	transition: .2s;
	cursor: pointer;
}
@media only screen and (max-width: 599px){
	.form-wrap {
		margin: 0 0 6% 0;
	}
	.form-wrap > p.form-ttl {
		font-size: 1.4rem;
		margin: 0 0 4% 0;
	}
	.form-wrap > p.form-ttl .any {
		font-size: 1.2rem;
	}
	.privacy-policy {
		height: 280px;
		padding: 0 16px;
	}
	.privacy-policy p {
		font-size: 1.4rem;
		margin: 8% 0;
	}
	.wpcf7-acceptance {
		margin: 8% 0 0 0;
	}
	.wpcf7-submit {
		width: 100%;
		margin: 12% auto 0 auto;
	}
}

.parallax-1 {
  background-image: url('../img/top/news-wrok-bg.jpg');
}
.parallax-2 {
  background-image: url('../img/top/company-bg.jpg');
}
.parallax-3 {
  background-image: url('../img/top/contact-bg.jpg');
}
.parallax {
  position: relative;
  height: 0;
  padding: 35% 0 0 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 599px){
  .parallax-1 {
    background-image: url('../img/top/news-wrok-bg_sp.jpg');
  }
  .parallax-2 {
    background-image: url('../img/top/company-bg_sp.jpg');
  }
  .parallax-3 {
    background-image: url('../img/top/contact-bg_sp.jpg');
  }
  .parallax {
    padding: 125% 0 0 0;
    background-attachment: initial;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 16px;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 16px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}