@charset "UTF-8";

html {
  font-size: 62.5%; /* ==> 1rem = 10px */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  background: #fff;
  line-height: 1;
  font-size: 16px;
  color: #221815;
  font-family: 'ヒラギノ角ゴシック', 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.6;
  position: relative;
}

/* font-family: 'Montserrat', sans-serif;
font-family: 'Noto Sans JP', sans-serif; */

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  a,
  a:hover {
    transition-duration: 0.3s;
  }
  a:hover,
  a:hover > * {
    opacity: .7;
    text-decoration: none;
    transition-duration: 0.3s;
  }
}
@media (min-width: 1px) and (max-width: 768px) {
  a:hover,
  a:hover > * {
    opacity: 1;
  }
}


/* -----------------------

  ヘッダー

----------------------- */
.header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 40px;
  z-index: 9990;
  min-width: 1200px;
}
.header__container {
  width: calc(100% - 300px);
  height: 70px;
  margin: 0 150px;
  padding: 0 28px 0 24px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.header__title {
  margin: 12px 0 0;
}
.header__title a{
  display: block;
  width: 223px;
  height: 50px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../img/common/logo-01.png) 0 0 no-repeat;
  background-size: 223px 50px;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav__main {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.header__nav__main li {
  height: 100%;
  margin: 0 17px;
  position: relative;
}
.header__nav__main__nav {
  height: 100%;
  padding: 26px 4px 0;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.home .header__nav__main__nav--home,
.works .header__nav__main__nav--works,
.special .header__nav__main__nav--special,
.company .header__nav__main__nav--company,
.recruit .header__nav__main__nav--recruit {
  border-bottom: 3px solid #e60012;
}
.header__nav__dropdown {
  display: none;
  position: absolute;
  left: -18px;
  bottom: -90px;
  width: 124px;
}
.header__nav__dropdown > a {
  width: 100%;
  display: block;
  background: #000;
  height: 44px;
  line-height: 44px;
  color: #fff;
  padding: 0 12px;
  font-size: 1.4rem;
  margin-bottom: 1px;
}
.header__nav__sub {
  height: 70px;
  text-align: center;
  padding: 8px 0 0 0;
  margin-left: 16px;
}
.header__nav__sub__ttl {
  text-align: center;
  margin-bottom: 4px;
  font-size: 1rem;
  transform: scale(0.8);
  letter-spacing: 0;
}
.header__nav__sub > a {
  display: inline-block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 20px;
  height: 20px;
  margin: 0 4px;
}
.header__contact {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 120px;
  background: #e60012;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
}
.g-nav {
  display: none;
}

/* -----------------------

  COMMON

----------------------- */
/* 見出し */
.heading-01 {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1;
  padding-bottom: 24px;
}
.heading-01--white {
  color: #fff;
}
.heading-01:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 5px;
  background: #e60012;
}
.heading-01 .en {
  font-family: 'Montserrat', sans-serif;
}
.heading-01__sub {
  position: absolute;
  left: 0;
  bottom: -40px;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.heading-02 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #e30b20;
  letter-spacing: 0.075em;
  margin-bottom: 16px;
}
.heading-03 {
  font-size: 3.4rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 0 10px 12px;
  border-bottom: 5px solid #e60012;
  display: inline-block;
}
.heading-03__wrap {
  text-align: center;
}


/* リンク・ボタン */
.link-01 {
  width: 225px;
  margin: 0 auto;
}
.link-01 > a {
  display: block;
  background: #e60012;
  color: #fff;
  padding: 20px 8px;
  line-height: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}


.link-02 {
  width: 225px;
  margin: 0 auto;
}
.link-02 > a {
  display: block;
  background: #fff;
  color: #000;
  padding: 20px 8px;
  line-height: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}

.page-title__container {
  width: 100%;
  height: 300px;
  background: url(/img/company/bg-header.jpg) center center no-repeat;
  background-size: cover;
  padding: 185px 16px 16px;
}
.page-title {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.page-title--black {
  color: #000;
}

.for-pc {
  display: inline-block;
}
.for-sp {
  display: none;
}
.br-pc {
  display: inline;
}
.br-sp {
  display: none;
}


/* -----------------------

  HOME

----------------------- */
.home-hero {
  width: 100%;
  height: 0;
  background: url(../img/home/hero-pc.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 54.786%;
}
.home-hero__figure {
  position: absolute;
  width: 274px;
  height: 166px;
  top: 50%;
  left: 50%;
  margin: -83px 0 0 -137px;
}

.home-concept {
  position: relative;
  padding: 104px 150px 94px;
}
.home-concept:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 84%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 84%, 100% 100%, 0 100%);
  background-color: #f5f5f5;
  z-index: 0;
}
.secton-concept__container {
  position: relative;
  z-index: 1;
  min-width: 900px;
}
.home-concept__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 48px 0;
}
.home-concept__block__box {
  width: 16%;
  border: 5px;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  border: 5px solid #000;
  text-align: center;
  padding: 16px 8px;
}
.home-concept__block__cross {
  font-weight: 700;
  font-size: 3rem;
}
.section-concept__txt {
  line-height: 2.25;
  text-align: center;
  letter-spacing: 0.05em;
}
.home-works {
  background: url(../img/home/bg-works.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 150px 124px;
  position: relative;
}
.home-works__explain {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  position: absolute;
  top: 86px;
  left: 0;
}
.home-works__slick {
  margin: 86px -150px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.home-works__slick.slick-initialized {
  opacity: 1;
}
.home-works__slick .slick-prev,
.home-works__slick .slick-next {
  width: 60px;
  height: 96px;
  z-index: 2;
}
.home-works__slick .slick-prev:before,
.home-works__slick .slick-next:before {
  display: none;
}
.home-works__slick .slick-prev {
  left: 10%;
  background: url(/img/common/arrow-prev.png) 0 0 no-repeat;
  background-size: cover;
}
.home-works__slick .slick-next {
  right: 10%;
  background: url(/img/common/arrow-next.png) 0 0 no-repeat;
  background-size: cover;
}
.home-works__photo {
  margin: 0 12px;
  display: block;
  position: relative;
  overflow: hidden;
}
.home-works__photo:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-works__photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  margin: auto;
  transition-duration: .3s;
}
.home-works__photo:hover img {
  transform: scale(1.2);
  transition-duration: .3s;
}


.home-special {
  padding: 128px 55px;
  background: url(../img/home/bg-special.jpg) center center no-repeat;
  background-size: cover;
}
.home-special__container {
  padding: 80px 95px 68px;
  background: rgba(255,255,255,0.69);
  min-width: 1100px;
  position: relative;
}
.home-special__wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: -56px;
}
.home-special__content {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 54px 75px 46px 45px;
}
@media screen and (min-width: 1400px) {
  .home-special__content {
    width: 45.6%;
  }
}
.home-special__links {
  display: flex;
}
.home-special__link {
  display: block;
  width: 180px;
  height: 40px;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  margin-right: 24px;
}
.home-special__content__txt-01 {
  font-size: 2.2rem;
  line-height: 1.636;
  margin-bottom: 16px;
  font-weight: 600;
}
.home-special__content__txt-02 {
  margin-bottom: 20px;
}

.home-special__photo {
  display: block;
  width: 66%;
}
.home-special__photo img {
  width: 100%;
  height: auto;
}
.home-special__container .link-01 {
  position: relative;
  top: 96px;
}
.common-recruit {
  width: 100%;
  padding: 80px 150px 48px;
  background: url(../img/common/bg-recruit.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
.home .common-recruit {
  background-image: url(../img/home/bg-recruit.jpg);
}
.common-recruit__txt01 {
  margin: 32px 0 24px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.common-recruit__txt02 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 56px;
}

/* -----------------------

  会社概要

----------------------- */
.page-title__container--company {
  background-image: url(/img/company/bg-header.jpg);
}
.company-message {
  padding: 124px 0 130px 150px;
  background: url(/img/common/bg-01.jpg) center center no-repeat;
  background-size: cover;
}
.company-message__container {
  padding: 56px 50px 0 0;
}
.company-message__container .photo-01 {
  width: 72%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
.company-message__container .photo-01 img {
  width: 100%;
  height: auto;
}
.company-message__block {
  position: relative;
  z-index: 2;
  width: 65.8%;
  margin-top: -8.75%;
  background: #fff;
  padding: 4%;
}
.company-message__txt01 {
  font-size: 1.8rem;
  line-height: 1.78;
  font-weight: 500;
  margin-bottom: 24px;
}
.company-message__txt02 p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.714;
  margin-bottom: 1em;
}
.signature {
  width: 148px;
  margin-right: 0;
  margin-left: auto;
}
.company-profile {
  background: url(/img/common/bg-02.jpg) center center no-repeat;
  background-size: cover;
  padding: 120px 0 120px 150px;
}
.company-profile__photos {
  width: 64%;
  margin: -64px 0 64px auto;
  display: flex;
  justify-content: space-between;
}
.company-profile__photo {
  width: calc((100% - 32px)/2);
}
.company-profile__photo img {
  width: 100%;
  height: auto;
}
.company-outline {
  margin-bottom: 108px;
}
.company-outline__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
}
.company-outline__table {
  width: calc((100% - 36px)/2);
  border-bottom: 1px solid #000;
}
.company-outline__tr {
  display: flex;
  font-size: 1.4rem;
  border-bottom: 1px solid #000;
}
.company-outline__tr:last-child {
  border-bottom: none;
}
.company-outline__th {
  width: 120px;
  font-weight: 600;
  letter-spacing: 0.075em;
  padding: 16px 8px 16px 16px;
}
.company-outline__td {
  flex: 1;
  padding: 16px 8px 16px 16px;
}
.company-history {
}
.company-history .heading-02 {
  margin-bottom: 40px;
}
.company-history__wrap {
  display: flex;
  justify-content: space-between;
}
.company-history__txt {
  flex: 1;
}
.company-history__photo {
  width: 39.84%;
  margin-left: 7.2%;
}
.company-history__photo img {
  width: 100%;
}
.company-history__heading {
  margin: 24px 0 32px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0;
}
.company-history__txt > p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 1em;
}
.company-access__container {
  width: 100%;
  background: #fff;
  padding: 100px 16px 80px 150px;
  display: flex;
  align-items: flex-start;
}
.company-access__txt {
  min-width: 800px;
  padding: 32px 16px 16px 13%;
}
.company-access__tr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.company-access__tr__head {
  width: 110px;
  font-weight: 600;
}
.company-access__tr__body {
  font-size: 1.4rem;
  flex: 1;
  letter-spacing: 0;
}
.gmap {
  width: 100%;
  height: 0;
  padding-top: 41.42857%;
  position: relative;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


/* -----------------------

  リクルート

----------------------- */
.page-title__container--recruit {
  background-image: url(/img/recruit/bg-header.jpg);
}
.recruit-header {
  padding: 138px 0 106px;
  background: #fff;
}
.recruit-header__container {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.recruit-header__container:before {
  content: "";
  display: block;
  width: 838px;
  height: 477px;
  background: #f9f9f6;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 40px;
}
.recruit-header__txt01 {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2.67;
  letter-spacing: 0.1em;
  padding: 0 0 0 100px;
  margin-bottom: 128px;
}
.recruit-header__txt02 {
  position: relative;
  z-index: 2;
  padding: 0 0 0 50px;
  font-size: 1.7rem;
  line-height: 2.28;
  letter-spacing: 0.05em;
}
.recruit-header__photo {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
.welfare {
  background: #ededed;
  padding: 0 8px 64px;
}
.welfare .heading-03__wrap {
  position: relative;
  top: -20px;
  margin-bottom: 72px;
}
.welfare__wrap {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.welfare__list {
  width: calc((100% - 60px)/2);
  list-style: none;
  margin: 0;
  padding: 0;
}
.welfare__list__list {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  background: #fff;
  border-left: 5px solid #b1b1a1;
  padding: 18px 18px 18px 36px;
}
.welfare__list__head {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 136px;
}
.welfare__list__body {
}
.requirements {
  padding: 100px 8px 180px;
  background: url(/img/common/bg-02.jpg) center center no-repeat;
  background-size: cover;
}
.requirements .heading-03__wrap {
  margin-bottom: 112px;
}
.requirements__container {
  width: 1116px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.requirements__photo {
  width: 464px;
  margin-right: 78px;
}
.requirements__table {
  position: relative;
  top: -16px;
  flex: 1;
}
.requirements__tr {
  border-bottom: 1px solid #000;
  font-size: 1.4rem;
  display: flex;
}
.requirements__th {
  width: 120px;
  font-weight: 600;
  letter-spacing: 0.075em;
  padding: 16px 8px 16px 16px;
}
.requirements__td {
  flex: 1;
  padding: 16px 8px 16px 16px;
}
.recruit-contact {
  padding: 72px 8px;
  background: url(/img/recruit/bg-contact.jpg) center center no-repeat;
  background-size: cover;
}
.recruit-contact__container {
  width: 768px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.35);
  padding: 64px 110px 76px;
  margin: 0 auto;
  text-align: center;
}
.recruit-contact__container .heading-03__wrap {
  margin-bottom: 32px;
}
.recruit-contact__container .heading-03 {
  letter-spacing: 0.2em;
}
.recruit-contact__tel {
  margin-bottom: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
.recruit-contact__tel span {
  font-size: 2.1rem;
}
.recruit-contact__tel a {
  font-size: 4.8rem;
}
.recruit-contact__hours {
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #000;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.recruit-contact__txt01 {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 48px;
}
.recruit-contact__btn {
  display: block;
  width: 100%;
  border: 5px solid #000;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  padding: 16px;
}


/* -----------------------

  特殊左官

----------------------- */
.page-title__container--special {
  background-image: url(/img/special/bg-header.jpg);
}

.matelials {
  background: #f5f5f5;
  padding: 128px 8px 144px;
}
.matelials__container {
  width: 1100px;
  margin: 0 auto;
}
.matelial-list {
  margin: 50px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.matelial-list--02::before,
.matelial-list--02::after {/* 左寄せにするために空のボックスを2つ足す*/
  display: block;
  content:"";
  width: calc((100% - 144px)/4);
}
.matelial-list--02::before {
  order:1;
}
.matelial-box {
  width: calc((100% - 144px)/4);
  margin-bottom: 48px;
  background: #fff;
  position: relative;
  padding-bottom: 180px;
}
.matelial-box a {
  display: block;
}
.matelial-box__container {
  padding: 10px 20px 20px;
  text-align: center;
}
.matelial-box__logo {
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 32px;
}
.matelial-box__logo img {
  width: 100%;
  height: auto;
}
.matelial-box__name {
  line-height: 1;
  font-size: 2rem;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.matelial-box__kana {
  line-height: 1;
  font-size: 1.2rem;
  margin-bottom: 18px;
}
.matelial-box__by {
  width: 100%;
  background: #f1f1f1;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  padding: 6px;
  font-size: 1.4rem;
}
.matelial-box__sample {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* 塗り版築、モルタル */
.page-title__container--nuri {
  background-image: url(/img/special/nuri/bg-header.jpg);
}
.page-title__container--mortar {
  background-image: url(/img/special/mortar/bg-header.jpg);
}
.original-matelials {
  padding: 90px 8px 160px;
}
.original-matelials__container {
  width: 1100px;
  margin: 0 auto;
}
.original-matelials__container .heading-01 {
  margin-bottom: 48px;
}
.original-matelial-list {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
}
.original-matelial-box {
  width: calc((100% - 80px)/2);
  margin-bottom: 80px;
}
/* モールテックス */
.mortex-header {
  background: url(/img/special/mortex/bg-header.jpg) center center no-repeat;
  background-size: cover;
  height: 797px;
  padding: 216px 8px 0;
  text-align: center;
}
.mortex-header__logo {
  background: url(/img/special/mortex/logo.png) 0 0 no-repeat;
  background-size: cover;
  width: 256px;
  height: 86px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto 60px;
}
.mortex-header__txt {
  font-size: 1.4rem;
  line-height: 2.142;
  color: #221815;
}
.agency {
  width: 1100px;
  margin: 0 auto;
  padding: 0 0 96px;
}
.agency__main {
  width: 100%;
  margin: -140px auto 64px;
}
.agency__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 54px;
}
.agency__heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.11;
}
.agency__txt {
  width: 640px;
  font-size: 1.4rem;
  line-height: 2;
}
.agency__photos {
  display: flex;
  justify-content: space-between;
}
.performance {
  background: url(/img/special/mortex/bg-performance.jpg) center center no-repeat;
  background-size: cover;
  padding: 96px 0 72px;
}
.performance__container {
  width: 1100px;
  margin: 0 auto;
}
.performance .heading-01 {
  margin-bottom: 120px;
}
.performance-list {
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.performance-list__list {
  width: calc((100% - 140px)/2);
  display: flex;
  list-style: none;
  align-items: flex-start;
  margin-bottom: 32px;
}
.performance-list__num {
  width: 86px;
}
.performance-list__body {
  padding: 16px 16px 0 24px;
}
.performance-list__heading {
  font-size: 2.4rem;
  font-weight: 700;
}
.performance-list__txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
.casestudy {
  padding: 120px 0 72px;
}
.casestudy__header {
  position: relative;
  width: 1100px;
  margin: 0 auto 120px;
}
.casestudy__note {
  position: absolute;
  font-size: 1.4rem;
  right: 0;
  top: 44px;
}
.casestudy__note a {
  text-decoration: underline;
}
.casestudy-cases {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.casestudy-cases__photo {
  margin-bottom: 20px;
}


/* -----------------------

  WORKS

----------------------- */
.page-title__container--works {
  background-image: url(/img/works/bg-header.jpg);
}
.works-container {
  width: 1100px;
  margin: 0 auto;
  padding: 88px 8px;
}
.works-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 5.1%;
}
.works-list__list {
  width: calc((100% - 5.8%)/3);
  padding: 0;
  margin-bottom: 2.9%;
}
.works-list__list a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.works-list__list img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition-duration: 0.3s;
}
.works-list__list a:hover img {
  transform: scale(1.2);
  transition-duration: 0.3s;
}



/* -----------------------

  お問合せ

----------------------- */
.page-title__container--contact {
  background-image: url(/img/contact/bg-header.jpg);
}
.contact-container {
  padding: 108px 8px 128px;
}
.contact__lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 80px;
}
.section-tel {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 240px;
  display: flex;
  justify-content: space-between;
}
.section-tel__header,
.section-form__header{
  width: 180px;
  margin-right: 40px;
  flex: 1;
}
.section-tel__body {
  width: 780px;
  padding: 40px 0 0 0;
}
.section-tel__body__wrap {
  display: flex;
  align-items: center;
}
.section-tel__body__wrap > img {
  width: 32px;
  height: auto;
  display: block;
  margin-right: 42px;
}
.section-tel__num {
  font-size: 3.8rem;
  font-weight: 200;
  margin-right: 40px;
}
.section-tel__hours {
  font-size: 1.4rem;
}
.section-form {
  padding: 88px 0 128px;
  background: #f7f7f7;
}
.section-form__container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.section-form__body {
  width: 780px;
  padding: 80px 0 0;
}
.section-form__lead {
  font-size: 1.4rem;
  margin-bottom: 48px;
}
.section-form__lead > span {
  color: #e60012;
}
.section-form dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  position: relative;
}
.section-form dt {
  width: 230px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 32px 24px;
}
.section-form dd {
  flex: 1;
  padding: 24px 48px 24px 24px;
}
.section-form dd.required:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 30px;
  display: block;
  font-size: 1.4rem;
  color: #e60012;
}
.section-form dd input[type=text],
.section-form dd input[type=tel],
.section-form dd input[type=email],
.section-form dd textarea{
  width: 100%;
  border: 1px solid #c2c2c2;
  font-size: 1.8rem;
  padding: 5px;
}
.section-form dd .sama {
  position: absolute;
  right: 10px;
  top: 30px;
}
.section-form dd ul {
  display: flex;
  list-style: none;
  padding: 0;
}
.section-form dd ul li {
  margin-right: 16px;
}
.form_bottom {
  font-size: 1.4rem;
  text-align: center;
  margin: 56px 0;
}
.form_submit {
}
.form-btn {
  display: block;
  width: 226px;
  height: 64px;
  -webkit-appearance: none;
  appearance: none;
  margin: 0 auto;
  border-radius: 0;
  background: #000;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 64px;
  font-size: 1.8rem;
  letter-spacing: 0.5em;
}
.error_blank,
.error_format,
.error_match {
  margin-top: 8px;
  color: #e60012;
  display: block;
}
.contact__thanks {
  text-align: center;
  line-height: 3;
  font-size: 1.8rem;
  min-height: 480px;
}

/* -----------------------

  フッター、コピーライト

----------------------- */
.footer {
  width: 100%;
  padding: 44px 16px 100px;
}
.footer__container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 56px;
  display: flex;
  justify-content: space-between;
}
.footer__head {
  width: 336px;
}
.footer__logo {
  width: 250px;
  height: 56px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/common/logo-01.png) 0 0 no-repeat;
  margin-bottom: 24px;
}
.footer__address {
  font-size: 1.4rem;
  font-style: normal;
  white-space: nowrap;
  line-height: 2.1428;
}
.footer__nav {
  display: flex;
  margin: 30px 0 0;
}
.footer__nav__link {
  width: 100px;
}
.footer__nav__link > a,
.footer__nav__link > span {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.footer__nav__link > a:first-child {
  margin-bottom: 8px;
}
.footer-links {
  margin-bottom: 40px;
}
.footer-links ul {
  display: flex;
  justify-content: center;
  margin: 0 auto 15px;
  padding: 0;
}
.footer-links li {
  display: inline;
}
.footer-links li a {
  display: block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.icn-instagram {
  background: url(../img/common/icn-in.png) 0 0 no-repeat;
  background-size: 20px 20px;
}
.icn-facebook {
  background: url(../img/common/icn-fb.png) 0 0 no-repeat;
  background-size: 20px 20px;
}
.footer-links__txt {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
}
.copyright {
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px;
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
}
/* PAGETOP */
.pagetop {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 2;
}
.pagetop > a {
  display: block;
  width: 34px;
  height: 80px;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../img/common/pagetop.png) 0 0 no-repeat;
}


/* -----------------------

  スマートフォン向けのスタイル

----------------------- */
@media screen and (max-width:767px) {

  body {
    padding-top: 50px;
    position: relative;
  }

  /* -----------------------

    Header

  ----------------------- */
  .header {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    min-width: auto;
  }
  .header__container {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 54px 0 12px;
  }
  .header__contact {
    display: none;
  }
  .header__title {
    margin: 9px 0 0;
    width: 148px;
    height: 33px;
  }
  .header__title a {
    width: 148px;
    height: 33px;
    background-size: 148px 33px;
  }
  .header__nav {
  }
  .header__nav__main {
    display: none;
  }

  /* ヘッダーのメニューボタン */
  .btn-menu {
    position: fixed;
    right: 12px;
    top: 8px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 9999;
  }
  .btn-menu span {
    width: 32px;
    height: 2px;
    background: #222;
    border-radius: 1px;
    margin-bottom: 10px;
    display: block;
    position: absolute;
    left: 0;
  }
  .btn-menu span:first-child {
    top: 5px;
  }
  .btn-menu span:nth-child(2) {
    top: 16px;
  }
  .btn-menu span:nth-child(3) {
    top: 27px;
  }
  .active.btn-menu span {
    background: #fff;
  }
  .active.btn-menu span:first-child {
    transform: rotate(45deg);
    top: 16px;
  }
  .active.btn-menu span:nth-child(2) {
    display: none;
  }
  .active.btn-menu span:nth-child(3) {
    transform: rotate(-45deg);
    top: 16px;
  }
  /* ナビゲーション */
  .g-nav {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(16,16,16,0.9);
    transition: all 0.1s;
    display: none;
  }
  .g-nav.panelactive {
    display: block;
  }
  .g-nav-list {
    width: 100%;
    margin: 88px 0 0;
    padding: 0 24px;
    list-style: none;
  }
  .g-nav-list li {
    padding: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #8a8a8a;
  }
  .g-nav-list li > a,
  .g-nav-list li > span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding: 20px 32px;
    color: #fff;
    width: 100%;
  }
  .g-nav-list li > a.g-nav-list__small {
    display: block;
    font-size: 1.1rem;
    padding: 20px 4px;
  }
  .g-nav-list li a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -5px;
  }
  .overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    background: rgba(16,16,16,0.9);
    opacity: 0.5;
    transition: all 0.2s;
  }
  .overlay.active {
    display: block;
    left: 0;
    top: 0;
  }
  .header__nav__sub > a {
    width: 18px;
    height: 18px;
    margin: 0 2px;
  }
  .icn-instagram,
  .icn-facebook {
    background-size: 18px 18px;
  }
  .header__nav__sub__ttl {
    margin-bottom: 2px;
  }
  .header__nav__sub {
    height: auto;
    padding: 4px 0 0;
    margin: 0;
  }
  .g-nav .header__nav__sub {
    display: block;
    margin-top: 32px;
  }
  .g-nav .header__nav__sub__ttl {
    color: #9d9d9d;
    font-size: 1rem;
    font-weight: 600;
    transform: scale(1);
    margin-bottom: 16px;
  }
  .g-nav .header__nav__sub > a {
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }
  .g-nav .header__nav__sub > a.icn-facebook {
    background-image: url(/img/common/icn-fb-w.png);
    background-size: cover;
  }
  .g-nav .header__nav__sub > a.icn-instagram {
    background-image: url(/img/common/icn-in-w.png);
    background-size: cover;
  }


  /* -----------------------

    Common

  ----------------------- */
  .heading-01 {
    font-size: 2.1rem;
    text-align: center;
  }
  .heading-01:after {
    left: calc((100% - 64px)/2);
    width: 64px;
  }
  .heading-01__sub {
    font-size: 1.2rem;
    bottom: -30px;
    text-align: center;
    width: 100%;
  }
  .heading-02 {
    font-size: 1.7rem;
  }
  .heading-03 {
    font-size: 1.9rem;
    padding: 0 0 12px;
    position: relative;
    border-bottom: none;
  }
  .heading-03:after {
    display: block;
    content: "";
    width: 64px;
    height: 5px;
    background: #e60012;
    margin: 12px auto 0;
  }

  .page-title__container {
    height: 115px;
    padding: 42px 16px 16px;
  }
  .page-title {
    font-size: 2rem;
  }

  .for-sp {
    display: inline-block;
  }
  .for-pc {
    display: none;
  }

  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline;
  }

  .link-01 {
    width: 176px;
  }
  .link-01 > a {
    padding: 14px 8px;
    line-height: 1.2rem;
  }

  .link-02 {
    width: 176px;
    margin: 0 auto;
  }
  .link-02 > a {
    padding: 14px 8px;
    font-size: 1.2rem;
  }






  /* -----------------------

    Common Recruit

  ----------------------- */
  .common-recruit,
  .home .common-recruit {
    padding: 54px 24px 40px;
    background-image: url(/img/common/bg-recruit_sp.jpg);
  }

  .common-recruit__txt01 {
    margin: 32px 0 8px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .common-recruit__txt02 {
    font-size: 1.2rem;
    margin: 0 0 28px;
  }



  /* -----------------------

    Footer

  ----------------------- */
  .footer {
    padding: 40px 16px;
  }
  .footer__head {
    width: 100%;
  }
  .footer__logo {
    margin: 0 auto 24px;
  }
  .footer__address {
    text-align: center;
    font-size: 1.1rem;
    line-height: 2;
    margin-bottom: 28px;
  }
  .footer nav {
    display: none;
  }
  .footer-links {
    display: none;
  }
  .copyright {
    font-size: .9rem;
    padding: 0;
  }
  .footer__container {
    margin: 0 auto;
  }


  /* -----------------------

    Home

  ----------------------- */
  .home-hero {
    background-image: url(../img/home/hero-sp.jpg);
    padding-top: 166.6667%;
  }
  .home-hero__figure {
    display: none;
  }
  .home-concept {
    position: relative;
    padding: 54px 24px 42px;
  }
  .secton-concept__container {
    min-width: auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0;
  }
  .home-concept__block {
    width: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
  }
  .section-concept__txt {
    padding: 0 0 0 20px;
    flex: 1;
    font-size: 1.2rem;
    text-align: left;
  }
  .home-concept__block__box {
    width: 100%;
    font-size: 1.3rem;
    border-width: 3px;
    padding: 12px 4px;
  }
  .home-concept__block__cross {
    font-size: 1.6rem;
    margin: 10px 0;
  }
  .home-concept:before {
    top: 78px;
  }
  .home-works {
    padding: 54px 0 40px;
  }
  .home-works__explain {
    font-size: 1.2rem;
    font-weight: 400;
    position: static;
    margin-top: 24px;
  }
  .home-works__slick {
    margin: 48px 0;
  }

  .home-special {
    padding: 44px 24px 72px;
  }
  .home-special__container {
    padding: 40px 0 0;
    min-width: auto;
  }
  .home-special__wrap {
    display: block;
    margin: 0;
    padding: 32px 0 0;
  }
  .home-special__photo {
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .home-special__content {
    position: relative;
    left: 0;
    bottom: auto;
    padding: 16px;
    margin: -12px 10px 0;
  }
  .home-special__content__txt-01 {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .home-special__content__txt-02 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .home-special__links {
    justify-content: space-between;
  }
  .home-special__link {
    width: calc((100% - 16px)/2);
    font-size: 1.2rem;
    margin: 0;
  }
  .home-special__container .link-01 {
    top: 20px;
  }
  .home-works__slick .slick-prev,
  .home-works__slick .slick-next {
    width: 19px;
    height: 37px;
    z-index: 2;
  }
  .home-works__slick .slick-prev {
    left: 5%;
  }
  .home-works__slick .slick-next {
    right: 5%;
  }



  /* -----------------------

    Sozai

  ----------------------- */
  .matelials {
    padding: 64px 24px 100px;
  }
  .matelial-list {
    margin: 43px 0 0;
  }
  .matelials__container {
    width: 100%;
  }
  .matelial-box {
    width: calc((100% - 7.7%)/2);
    margin-bottom: 7.2%;
    padding-bottom: 34%;
  }
  .matelial-box__container {
    padding: 8px 12px 12px;
  }
  .matelial-box__name {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .matelial-box__kana {
    font-size: .9rem;
    margin-bottom: 16px;
  }
  .matelial-box__by {
    line-height: 1.7;
    font-size: 1.1rem;
  }
  .page-title__container--special {
    background-image: url(/img/special/bg-header_sp.jpg);
  }
  /* モルタル */
  .page-title__container--mortar {
    background-image: url(/img/special/mortar/bg-header_sp.jpg);
  }
  /* 塗り版築 */
  .page-title__container--nuri {
    background-image: url(/img/special/nuri/bg-header_sp.jpg);
  }
  .page-title__container--nuri .page-title--black,
  .page-title__container--mortar .page-title--black {
    color: #fff;
  }
  .original-matelials {
    padding: 50px 24px 20px;
  }
  .original-matelials__container {
    width: auto;
  }
  .original-matelial-list {
  }
  .original-matelial-box {
    width: 100%;
    margin-bottom: 20px;
  }
  /* モールテックス */
  .mortex-header {
    height: 440px;
    padding: 54px 8px 0;
  }
  .mortex-header__logo {
    width: 191px;
    height: 64px;
    background-size: 191px 64px;
    margin: 0 auto 36px;
  }
  .mortex-header__txt {
    font-size: 1.2rem;
  }
  .agency {
    width: auto;
    padding: 0 12px 56px;
  }
  .agency__main {
    margin: -80px auto 32px;ß
  }
  .agency__wrap {
    display: block;
    margin-bottom: 8px;
    padding: 0 12px;
  }
  .agency__heading {
    font-size: 1.5rem;
    line-height: 1.67;
    margin-bottom: 12px;
  }
  .agency__txt {
    width: auto;
    font-size: 1.2rem;
    line-height: 1.75;
    margin-bottom: 16px;
  }
  .agency__photos {
    padding: 0 12px;
  }
  .agency__photo {
    width: calc((100% - 16px)/2);
  }
  .performance {
    padding: 46px 24px 24px;
  }
  .performance__container {
    width: auto;
    margin: 0 auto;
  }
  .performance .heading-01 {
    margin-bottom: 74px;
  }
  .performance-list {
    display: block;
  }
  .performance-list__list {
    width: 100%;
  }
  .performance-list__num {
    width: 43px;
  }
  .performance-list__body {
    padding: 4px 0 0 16px;
  }
  .performance-list__heading {
    font-size: 1.7rem;
  }
  .performance-list__txt {
    font-size: 1.2rem;
  }
  .casestudy {
    padding: 78px 0 16px;
  }
  .casestudy__header {
    width: auto;
    margin: 0 0 72px;
  }
  .casestudy__note {
    position: static;
    font-size: 1rem;
    text-align: center;
    display: none;
  }
  .casestudy-cases {
    width: auto;
  }
  .casestudy-cases__photo {
    margin-right: 1.6%;
    margin-bottom: 1.6%;
  }
  .casestudy-cases__photo:nth-child(6n+1){
    width: 39.333%;
  }
  .casestudy-cases__photo:nth-child(6n+2){
    width: 59%;
    margin-right: 0;
  }
  .casestudy-cases__photo:nth-child(6n+3){
    width: 59%;
  }
  .casestudy-cases__photo:nth-child(6n+4){
    width: 39.4%;
    margin-right: 0;
  }
  .casestudy-cases__photo:nth-child(6n+5){
    width: 49.2%;
  }
  .casestudy-cases__photo:nth-child(6n+6){
    width: 49.2%;
    margin-right: 0;
  }

  /* -----------------------

    Recruit

  ----------------------- */
  .page-title__container--recruit {
    background-image: url(/img/recruit/bg-header_sp.jpg);
  }
  .recruit-header {
    padding: 64px 24px;
  }
  .recruit-header__container {
    width: auto;
  }
  .recruit-header__container:before {
    content: "";
    display: block;
    width: 230px;
    height: 477px;
    left: calc(50% - 115px);
    top: 40px;
  }
  .recruit-header__txt01 {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    margin-bottom: 56px;
  }
  .recruit-header__txt02 {
    padding: 0;
    font-size: 1.2rem;
    margin-bottom: 32px;
  }
  .recruit-header__photo {
    position: relative;
  }
  .welfare {
    padding: 32px 24px 48px;
  }
  .welfare .heading-03__wrap {
    top: 0;
    margin-bottom: 28px;
  }
  .welfare__wrap {
    width: auto;
    display: block;
  }
  .welfare__list {
    width: 100%;
  }
  .welfare__list__list {
    margin: 0 0 10px;
    border-left-width: 3px;
    padding: 14px 10px 14px 10px;
  }
  .welfare__list__head {
    font-size: 1.2rem;
    width: 84px;
  }
  .welfare__list__body {
    font-size: 1.1rem;
  }
  .requirements {
    padding: 64px 0 40px;
  }
  .requirements .heading-03__wrap {
    margin-bottom: 24px;
  }
  .requirements__container {
    width: auto;
    display: block;
  }
  .requirements__photo {
    width: auto;
    margin: 0 0 28px;
  }
  .requirements__table {
    top: 0;
    margin: 0 24px;
  }
  .requirements__tr {
    font-size: 1.2rem;
    display: block;
  }
  .requirements__th {
    width: auto;
    padding: 12px 0 4px;
  }
  .requirements__td {
    padding: 0 0 12px;
  }
  .recruit-contact {
    padding: 24px;
  }
  .recruit-contact__container {
    width: auto;
    padding: 24px;
  }
  .recruit-contact__container .heading-03__wrap {
    margin-bottom: 8px;
  }
  .recruit-contact__tel {
    margin-bottom: 16px;
  }
  .recruit-contact__tel span {
    font-size: 1.2rem;
  }
  .recruit-contact__tel a {
    font-size: 2.8rem;
  }
  .recruit-contact__hours {
    font-size: 1.2rem;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .recruit-contact__txt01 {
    font-size: 1.2rem;
    line-height: 1.58;
    margin-bottom: 16px;
  }
  .recruit-contact__btn {
    border: 2px solid #000;
    font-size: 1.2rem;
  }

  /* -----------------------

    Company

  ----------------------- */
  .page-title__container--company {
    background-image: url(/img/company/bg-header_sp.jpg);
  }
  .company-message {
    padding: 60px 0;
    background: url(/img/common/bg-01.jpg) center center no-repeat;
    background-size: cover;
  }
  .company-message__container {
    padding: 56px 0 0;
  }
  .company-message__container .photo-01 {
    width: auto;
    margin: 0 0 0 34px;
    position: relative;
    z-index: 1;
  }
  .company-message__block {
    width: auto;
    margin: -8.75% 24px 0;
    padding: 24px;
  }
  .company-message__txt01 {
    font-size: 1.3rem;
    margin-bottom: 1em;
  }
  .company-message__txt02 p {
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
  .signature {
    width: 74px;
  }
  .company-profile {
    padding: 56px 24px 72px;
  }
  .company-profile__photos {
    width: auto;
    margin: 64px 0 48px;
  }
  .company-profile__photo {
    width: calc((100% - 16px)/2);
  }
  .company-outline__wrap {
    display: block;
  }
  .company-outline__table {
    width: 100%;
  }
  .company-outline__tr {
    display: block;
    font-size: 1.2rem;
  }
  .company-outline__th {
    width: auto;
    padding: 8px 0px 4px 0;
  }
  .company-outline__td {
    padding: 0 0 8px 0;
  }
  .company-outline {
    margin-bottom: 48px;
  }
  .company-history__wrap {
    flex-direction: column-reverse;
  }
  .company-history .heading-02 {
    margin-bottom: 16px;
  }
  .company-history__heading {
    margin: 0 0 16px;
    font-size: 1.4rem;
  }
  .company-history__photo {
    width: 100%;
    margin: 0 0 16px;
  }
  .company-history__txt > p {
    font-size: 1.2rem;
  }
  .company-access__container {
    padding: 48px 0 0;
    display: block;
  }
  .company-access__txt {
    min-width: auto;
    padding: 64px 24px 24px;
  }
  .company-access__tr {
    display: block;
    margin-bottom: 16px;
  }
  .company-access__tr__head {
    width: auto;
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  .company-access__tr__body {
    font-size: 1.2rem;
  }
  .gmap {
    padding-top: 73.333%;
  }


  /* -----------------------

    Contact

  ----------------------- */
  .page-title__container--contact {
    background-image: url(/img/contact/bg-header_sp.jpg);
  }
  .contact-container {
    padding: 40px 0 0;
  }
  .contact__lead {
  text-align: left;
  font-size: 1.2rem;
  margin: 0 24px 48px;
  }
  .section-tel {
    margin: 0 auto;
    padding: 0 24px 56px;
    display: block;
  }
  .section-tel__header,
  .section-form__header {
    width: auto;
    margin: 0 0 48px;
  }
  .section-tel__body {
    width: auto;
    padding: 20px 0 34px;
    background: #f1f1f1;
    position: relative;
  }
  .section-tel__body__wrap {
    justify-content: center;
  }
  .section-tel__body__wrap > img {
    width: 21px;
    margin-right: 12px;
  }
  .section-tel__num {
    font-size: 2.4rem;
    margin-right: 0;
  }
  .section-tel__hours {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 8px;
    font-size: 1rem;
  }
  .section-form {
    padding: 44px 0 64px;
  }
  .section-form__container {
    display: block;
    padding: 0 24px;
  }
  .section-form__body {
    width: auto;
    padding: 24px 0 0;
  }
  .section-form__lead {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  .section-form dl {
    display: block;
  }
  .section-form dt {
    width: auto;
    font-size: 1.2rem;
    padding: 16px 0 0 16px;
  }
  .section-form dd {
    padding: 8px 0 16px;
  }
  .section-form dd .sama {
    display: none;
  }
  .section-form dd.required:before {
    top: 18px;
    font-size: 1.2rem;
  }
  .section-form dd ul li {
    margin-right: 8px;
    font-size: 1.2rem;
  }
  .section-form dd ul li label {
    display: flex;
    align-items: center;
  }
  .form_bottom {
    font-size: 1.2rem;
    text-align: left;
    margin: 24px 0;
  }
  .form-btn {
    display: block;
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-size: 1.2rem;
  }
  .contact__thanks {
    line-height: 3;
    font-size: 1.4rem;
    min-height: 240px;
  }

  /* -----------------------

    Works

  ----------------------- */
  .works-container {
    width: auto;
    padding: 36px 24px 54px;
  }
  .works-list {
    margin: 0 0 48px;
  }
  .works-list__list {
    width: calc((100% - 24px)/2);
    margin-bottom: 24px;
  }



}
