@charset "utf-8";
/*
Theme Name:株式会社リフレ
Author:JIMOTOPAGE
Author URI:http://jimotopage.com/
*/

/*------------------------------------------------------------
     common
------------------------------------------------------------ */
/* page top */
#pageTop {
  position: fixed;
  bottom: 64px;
  right: 48px;
  z-index: 500;
}
/* h2 */
.c-basic-h2 {
  margin-bottom: 50px;
  text-align: center;
  color: #283762;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2em;
}
.c-basic-h2__eng {
  display: block;
  margin-bottom: .3em;
  font-family: 'Poppins', sans-serif;
  font-size: 200%;
  font-weight: 700;
}
/* archive */
.c-archive-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -44px;
}
.c-archive-works__item {
  width: 33.333%;
  padding: 44px;
}
.c-archive-works__eyecatch {
  margin-bottom: 20px;
  text-align: center;
}
.c-archive-works-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.c-archive-works-data__date {
  display: inline-block;
  margin-right: .75em;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
}
.c-archive-works-data__category__link {
  display: inline-block;
  padding: .4em .75em;
  background-color: #E6E6E6;
  color: #404040;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
}
.c-archive-works__title {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.333;
  letter-spacing: .05em;
}
.c-archive-works__title__link {
  text-decoration: underline;
}
.c-archive-works__excerpt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: .05em;
}
/* ancher */
.c-ancher {
  position: absolute;
  padding-top: 40px;
  margin-top: -40px;
  pointer-events: none;
}
/* header
------------------------------------------------------------ */
.c-header {
  background-color: #FFF;
  position: relative;
}
.c-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
}
/* nav */
.c-header-nav {
  margin: auto;
}
.c-header-nav__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -16px;
  font-size: 0;
}
.c-header-nav__item {
  padding: 0 16px;
}
.c-header-nav__link {
  display: block;
  padding: 52px 0;
  position: relative;
  color: #283762;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
}
.c-header-nav__link:hover {
  opacity: 1;
}
.c-header-nav__link::after {
  content: "";
  display: block;
  width: 0%;
  height: 10px;
  background-color: #1F2C5B;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-header-nav__link:hover::after, .c-header-nav__link.is-current::after {
  width: 100%;
  opacity: 1;
}
/* container
------------------------------------------------------------ */
.c-main {
  padding-bottom: 140px;
}
.c-container {
  width: 94%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
/* footer
------------------------------------------------------------ */
.c-footer {
  padding: 60px 0 30px;
  background-color: #43A6DD;
  overflow: hidden;
}
.c-footer-nav {
  margin-bottom: 70px;
  text-align: center;
}
.c-footer-nav__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -16px;
}
.c-footer-nav__item {
  padding: 16px;
}
.c-footer-nav__link {
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .05em;
}
.c-footer-copyright {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .05em;
}
/*------------------------------------------------------------
     index
------------------------------------------------------------ */
/* メインイメージ */
.p-top-main__image img {
  width: 100%;
}
/* 斜め背景 */
.p-top-skew {
  position: relative;
}
.p-top-skew::before {
  content: "";
  display: block;
  width: 110%;
  height: 100%;
  background-color: #7ECEF4;
  position: absolute;
  top: 330px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-17deg) skewX(-17deg);
  transform: translateX(-50%) rotate(-17deg) skewX(-17deg);
}
/* lead */
.p-top-lead {
  padding: 130px 0 70px;
}
.p-top-lead-container {
  position: relative;
}
.p-top-lead__text {
  margin-right: 375px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.714;
  letter-spacing: .05em;
}
.p-top-lead__illust {
  position: absolute;
  top: 30px;
  right: -215px;
}
/* 事業内容 */
.p-top-service {
  position: relative;
}
.p-top-service-container {
  padding: 70px 0 100px;
  position: relative;
}
.p-top-service-list {
  max-width: 1020px;
  margin: auto auto 70px;
}
.p-top-service-list__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px;
}
.p-top-service-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33.333%;
  padding: 30px;
}
.p-top-service-list__image {
  text-align: center;
  margin-bottom: 30px;
}
.p-top-service-list__heading {
  margin-bottom: .75em;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
}
.p-top-service-list__text {
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .05em;
}
.p-top-service-list__link-wrap {
  margin-top: auto;
  text-align: center;
}
.p-top-service-list__link {
  display: inline-block;
  padding: 1em 2em;
  background-color: #283762;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
}
.p-top-service-credit {
  max-width: 1020px;
  padding: 10px;
  background-color: #FFF;
  margin: auto;
  text-align: center;
}
.p-top-service-credit__inner {
  padding: 15px;
  border: 3px solid #7ECEF4;
}
.p-top-service-credit__heading {
  margin-bottom: .5em;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
}
.p-top-service-illust01, .p-top-service-illust02 {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.p-top-service-illust01 {
  width: 415px;
  padding: 0 30px;
  right: 100%;
}
.p-top-service-illust02 {
  width: 430px;
  padding: 0 45px;
  left: 100%;
}
/* 施工実績 */
.p-top-works {
  padding: 75px 0;
  background-color: #FFF;
  position: relative;
}
.p-top-works-container {
  position: relative;
}
.p-top-works__link-wrap {
  position: absolute;
  top: 20px;
  right: 0;
  text-align: center;
}
.p-top-works__link {
  display: inline-block;
  padding: .75em 1.25em;
  background-color: #FFF;
  border: 2px solid #283762;
  color: #283762;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
}
.p-top-works__link:hover {
  background-color: #283762;
  color: #FFF;
  opacity: 1;
}
/* 会社概要 */
.p-top-company {
  padding: 110px 0 55px;
  background-color: #FAFAFA;
  position: relative;
}
.p-top-company-container {
  max-width: 820px;
}
.p-top-company-table {
  margin-bottom: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .05em;
}
.p-top-company-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-company-table__heading, .p-top-company-table__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25em 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.p-top-company-table__heading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 180px;
  border-top-color: #43A6DD;
  margin-right: 50px;
  text-align: center;
  color: #43A6DD;
}
.p-top-company-table__data {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-top-color: #8C8C8C;
}
.p-top-company-table__data p {
  width: 100%;
}
.p-top-company-table__data span.pc {
  display: inline-block;
}
.p-top-company-table__row:last-child .p-top-company-table__heading, .p-top-company-table__row:last-child .p-top-company-table__data {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.p-top-company-table__row:last-child .p-top-company-table__heading {
  border-bottom-color: #43A6DD;
}
.p-top-company-table__row:last-child .p-top-company-table__data {
  border-bottom-color: #8C8C8C;
}
.p-top-company-table-ol {
  max-width: 510px;
  padding-left: 1.25em;
  list-style: decimal;
}
.p-top-company-googlemap iframe {
  width: 100%;
}
/* 代表挨拶 */
.p-top-message {
  padding: 55px 0 120px;
  background-color: #FAFAFA;
  position: relative;
}
.p-top-message-container {
  max-width: 1020px;
}
.p-top-message__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: .05em;
}
.p-top-message__ceo {
  margin-top: 1em;
  text-align: right;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Serif JP', serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
}
/* 採用情報 */
.p-top-recruit {
  padding: 85px 0 70px;
  background-color: #FFF;
  position: relative;
}
.p-top-recruit-container {
  max-width: 810px;
}
.p-top-recruit-table {
  width: 100%;
  border-top: 1px solid #43A6DD;
  border-left: 1px solid #43A6DD;
  margin-bottom: 65px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .05em;
}
.p-top-recruit-table th, .p-top-recruit-table td {
  border-right: 1px solid #43A6DD;
  vertical-align: middle;
}
.p-top-recruit-table th {
  width: 180px;
  padding: 1.5em .5em;
  background-color: #43A6DD;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}
.p-top-recruit-table tr:last-child th {
  border-bottom-color: #43A6DD;
}
.p-top-recruit-table td {
  padding: 1.5em .5em 1.5em 3em;
  border-bottom: 1px solid #43A6DD;
}
.p-top-recruit-table-ol {
  padding-left: 1.25em;
  list-style: decimal;
}
.p-top-recruit__text {
  margin-bottom: 25px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .05em;
}
.p-top-recruit-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -15px;
}
.p-top-recruit-contact-tel, .p-top-recruit-contact-btn {
  padding: 15px;
}
.p-top-recruit-contact-tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283762;
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.p-top-recruit-contact-tel-link__icon {
  display: inline-block;
  width: 53px;
  line-height: 53px;
  background-color: #283762;
  margin-right: 25px;
  text-align: center;
  font-size: 0;
}
.p-top-recruit-contact-tel-link__icon img {
  vertical-align: middle;
}
.p-top-recruit-contact-btn__link {
  display: inline-block;
  padding: 1.25em 90px;
  background-color: #283762;
  position: relative;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
}
.p-top-recruit-contact-btn__link img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 36px;
  margin: auto;
}
/* お知らせ */
.p-top-info {
  padding: 55px 0 90px;
  background-color: #FAFAFA;
  position: relative;
}
.p-top-info-container {
  max-width: 936px;
  position: relative;
}
.p-top-info-archive {
  max-width: 814px;
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA;
  margin: auto;
}
.p-top-info-archive__item {
  padding: 25px 60px 25px 30px;
  background-color: #FFF;
  border-right: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  position: relative;
}
.p-top-info-archive__item::after {
  content: "";
  display: block;
  clear: both;
}
.p-top-info-archive__date {
  float: left;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .05em;
}
.p-top-info-archive__title {
  margin-left: 105px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .05em;
}
.p-top-info-archive__arrow {
  display: block;
  width: 47px;
  height: 100%;
  background-color: #43A6DD;
  position: absolute;
  top: 0;
  right: 0;
}
.p-top-info-archive__arrow::before, .p-top-info-archive__arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.p-top-info-archive__arrow::before {
  -webkit-transform: rotate(57deg);
  transform: rotate(57deg);
}
.p-top-info-archive__arrow::after {
  -webkit-transform: rotate(-57deg);
  transform: rotate(-57deg);
}
.p-top-info__link-wrap {
  position: absolute;
  top: 20px;
  right: 0;
  text-align: center;
}
.p-top-info__link {
  display: inline-block;
  padding: .75em 1.25em;
  background-color: #FFF;
  border: 2px solid #43A6DD;
  color: #43A6DD;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
}
.p-top-info__link:hover {
  background-color: #43A6DD;
  color: #FFF;
  opacity: 1;
}
/*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
/* common
------------------------------------------------------------ */
/* heading */
.c-page-heading {
  background-color: #7ECEF4;
}
.c-page-heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 94%;
  max-width: 1080px;
  height: 300px;
  position: relative;
  margin: auto;
}
.c-page-heading-h1 {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .2em;
}
.c-page-heading-h1__eng {
  display: block;
  margin-bottom: .25em;
  font-family: 'Poppins', sans-serif;
  font-size: 133.333%;
  font-weight: 700;
  letter-spacing: .05em;
}
.c-page-heading-illust {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* pankuzu */
.c-pankuzu {
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 90px;
}
.c-pankuzu-list {
  color: #4D4D4D;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
  letter-spacing: .05em;
}
/* archive
------------------------------------------------------------ */
.p-info-heading-illust {
  right: 4.6%;
}
.c-archive-list__item {
  padding: 40px 40px 60px;
  border-top: 1px solid #AAA;
  border-right: 1px solid #AAA;
  border-left: 1px solid #AAA;
  border-bottom: 3px solid #7ECEF4;
}
.c-archive-list__item + .c-archive-list__item {
  margin-top: 65px;
}
.c-archive-list__date {
  display: block;
  margin-bottom: 25px;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: .05em;
}
.c-archive-list__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: .05em;
}
/* wp-pagenav */
.wp-pagenavi {
  margin: 60px -5px -5px;
  font-size: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 40px;
  line-height: 36px;
  background-color: #FFF;
  border: 2px solid #1F2C5B;
  margin: 5px;
  text-align: center;
  color: #1F2C5B;
  font-size: 16px;
  font-size: 1.6rem;
}
.wp-pagenavi a:hover, .wp-pagenavi span {
  background-color: #1F2C5B;
  color: #FFF;
  opacity: 1;
}
/* works
------------------------------------------------------------ */
/* contact
------------------------------------------------------------ */
.p-contact-heading-illust {
  right: 7.5%;
}
/* lead */
.p-contact-lead {
  padding-bottom: 30px;
}
.p-contact-lead__text {
  margin-bottom: 35px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .05em;
}
.p-contact-lead-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -15px -25px;
}
.p-contact-lead-info__address, .p-contact-lead-info-tel {
  padding: 15px 25px;
}
.p-contact-lead-info__address {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .05em;
}
.p-contact-lead-info-tel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283762;
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.p-contact-lead-info-tel__icon {
  display: inline-block;
  width: 53px;
  line-height: 53px;
  background-color: #283762;
  margin-right: 25px;
  text-align: center;
  font-size: 0;
}
.p-contact-lead-info-tel__icon img {
  vertical-align: middle;
}
/* フォーム */
.p-contact-form__form {
  display: block;
  width: 100%;
  max-width: 820px;
  padding: 55px 45px 65px;
  background-color: #F6F6F6;
  margin: auto;
}
.p-contact-form-area {
  margin-bottom: 65px;
}
.p-contact-form-area__item + .p-contact-form-area__item {
  margin-top: 35px;
}
.p-contact-form-area__label-wrap {
  margin-bottom: 20px;
}
.p-contact-form-area__label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .05em;
}
.p-contact-form-area__label-required::after {
  content: "必須";
  display: inline-block;
  padding: .25em .75em;
  background-color: #E10040;
  margin-left: 2em;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}
/*入力エリア*/
.p-contact-form-area__input {
  width: 100%;
  padding: 12px;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-contact-form-area__textarea {
  height: 140px;
  font-size: 14px;
}
.p-contact-form-area__input[type="text"]:focus, .p-contact-form-area__textarea:focus {
  background-image: none;
}
/* 送信ボタン */
.p-contact-form__submit-wrap {
  text-align: center;
}
.p-contact-form__submit {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  border: none;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  /* 変更 */
  width: 200px;
  padding: 27px .5em;
  background-color: #1F2C5B;
  color: #FFF;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
}
.p-contact-form__submit:hover {
  opacity: .8;
}

/* 404
------------------------------------------------------------ */
.p-404__h2 {
  margin-bottom: 1.5em;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.p-404__text {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.p-404__text a {
  color: blue;
}