@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
/* -------------------------------------------
 * initialize
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 0;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body * {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

sup {
  font-size: 10rem;
  vertical-align: super;
}

sub {
  font-size: 10rem;
  vertical-align: sub;
}

div,
figure {
  line-height: 0;
}

ul li, ol li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

body {
  font-family: "BIZ UDPGothic", YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

img {
  ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    opacity: .7;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

video {
  width: 100%;
  height: auto;
}

.serif {
  font-family: "Zen Old Mincho", YuMincho, Yu Mincho, "游明朝", serif;
}

.sansSerif {
  font-family: "BIZ UDPGothic", YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

.CalSans {
  font-family: "Cal Sans", YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

.bold {
  font-weight: bold !important;
  font-size: 100%;
}

.weightNormal {
  font-weight: normal !important;
  font-size: 100%;
}

.colorBlack {
  color: #333 !important;
  font-size: 100%;
}

.colorWhite {
  color: #fff !important;
  font-size: 100%;
}

.colorRed {
  color: #ff0000 !important;
  font-size: 100%;
}

.wrap {
  margin: auto;
  max-width: 1000rem;
}

.inlineBlock {
  display: inline-block;
  font-size: 100%;
}

.noBreaks {
  word-break: keep-all;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

@media (min-width: 768px) {
  a.tel {
    pointer-events: none;
  }
}

main img,
header img,
footer img {
  max-width: 100%;
  height: auto;
}

.fontSize50 {
  font-size: 50%;
}

.fontSize55 {
  font-size: 55%;
}

.fontSize60 {
  font-size: 60%;
}

.fontSize65 {
  font-size: 65%;
}

.fontSize70 {
  font-size: 70%;
}

.fontSize75 {
  font-size: 75%;
}

.fontSize80 {
  font-size: 80%;
}

.fontSize85 {
  font-size: 85%;
}

.fontSize90 {
  font-size: 90%;
}

.fontSize95 {
  font-size: 95%;
}

.fontSize100 {
  font-size: 100%;
}

.fontSize105 {
  font-size: 105%;
}

.fontSize110 {
  font-size: 110%;
}

.fontSize115 {
  font-size: 115%;
}

.fontSize120 {
  font-size: 120%;
}

.fontSize125 {
  font-size: 125%;
}

.fontSize130 {
  font-size: 130%;
}

.fontSize135 {
  font-size: 135%;
}

.fontSize140 {
  font-size: 140%;
}

.fontSize145 {
  font-size: 145%;
}

.fontSize150 {
  font-size: 150%;
}

.fontSize155 {
  font-size: 155%;
}

.fontSize160 {
  font-size: 160%;
}

.fontSize165 {
  font-size: 165%;
}

.fontSize170 {
  font-size: 170%;
}

.fontSize175 {
  font-size: 175%;
}

.fontSize180 {
  font-size: 180%;
}

.fontSize185 {
  font-size: 185%;
}

.fontSize190 {
  font-size: 190%;
}

.fontSize195 {
  font-size: 195%;
}

.fontSize200 {
  font-size: 200%;
}

.fontSize205 {
  font-size: 205%;
}

.fontSize210 {
  font-size: 210%;
}

.fontSize215 {
  font-size: 215%;
}

.fontSize220 {
  font-size: 220%;
}

.fontSize225 {
  font-size: 225%;
}

.fontSize230 {
  font-size: 230%;
}

.fontSize235 {
  font-size: 235%;
}

.fontSize240 {
  font-size: 240%;
}

.fontSize245 {
  font-size: 245%;
}

.fontSize250 {
  font-size: 250%;
}

.fontSize255 {
  font-size: 255%;
}

.fontSize260 {
  font-size: 260%;
}

.fontSize265 {
  font-size: 265%;
}

.fontSize270 {
  font-size: 270%;
}

.fontSize275 {
  font-size: 275%;
}

.fontSize280 {
  font-size: 280%;
}

.fontSize285 {
  font-size: 285%;
}

.fontSize290 {
  font-size: 290%;
}

.fontSize295 {
  font-size: 295%;
}

.fontSize300 {
  font-size: 300%;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  sup,
  sub {
    font-size: 8rem;
  }

  .pc {
    display: none !important;
  }

  .wrap {
    max-width: 590rem;
  }
}
/*==================================================================================
 provisional
==================================================================================*/
.siteHeader .menuArea .news,
.siteHeader .menuArea .business,
.siteHeader .menuArea .general,
.siteHeader .menuArea .snsLinks li:nth-child(1),
.siteHeader .menuArea .snsLinks li:nth-child(2),
.siteHeader .menuArea .snsLinks li:nth-child(3),
.siteFooter .footerNavi .news,
.siteFooter .footerNavi .business,
.siteFooter .footerNavi .general,
#top section.news .listLink {
  display: none !important;
}

#top section.news .newsList a,
#top section.business .items a,
#top section.general .items a {
  pointer-events: none !important;
}

#top section.news .newsList a:after {
  display: none !important;
}

/*==================================================================================
 animations
==================================================================================*/
.fadeInAct {
  opacity: 0;
  transition: opacity 2s, transform 2s;
}
.fadeInAct.action {
  opacity: 1;
  transform: translate(0) !important;
}
.fadeInAct.fadeUp {
  transform: translateY(50px);
}
.fadeInAct.fadeLeft {
  transform: translateX(100px);
}
.fadeInAct.fadeDown {
  transform: translateY(-50px);
}
.fadeInAct.fadeRight {
  transform: translateX(-100px);
}
.fadeInAct.fadeExpand {
  transform: translateY(100px) scale(0.7);
}
.fadeInAct.fadeExpand.action {
  transform: translateY(0) scale(1) !important;
}

/*==================================================================================
 common
==================================================================================*/
html {
  font-size: .0625vw;
  font-feature-settings: "palt";
}

body {
  letter-spacing: 1.5rem;
}

.allWrap {
  overflow: hidden;
}

main li,
main .image,
main figure {
  position: relative;
}
main .caption {
  display: inline-block;
  line-height: 1;
  font-size: 12rem;
  color: #fff;
}
main img + .caption {
  position: absolute;
  bottom: 1.2%;
  right: .8%;
}
main img + .caption.outside {
  display: block;
  position: static;
}
main .commonSlider01 {
  box-sizing: border-box;
  position: relative;
}
main .commonSlider01 .slick-slide {
  position: relative;
}
main .commonSlider01 .slick-slide img {
  width: 100%;
}
main .commonTableArea01 dl {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20rem 20rem;
  border-bottom: 1px solid #d3d3d3;
}
main .commonTableArea01 dl:first-of-type {
  border-top: 1px solid #d3d3d3;
}
main .commonTableArea01 dt,
main .commonTableArea01 dd {
  line-height: 2;
  font-size: 20rem;
}
main .commonTableArea01 dt {
  flex: 0 0 180rem;
}
main .commonTableArea01 dd {
  flex: 1 1 auto;
}

.commonButton01 {
  margin: auto;
  max-width: 800rem;
  text-align: center;
}
.commonButton01 a {
  display: block;
  position: relative;
  padding: 25rem 20rem;
  border: 1rem solid #707070;
  line-height: 1.4;
  font-size: 20rem;
  color: #000;
  overflow: hidden;
}
.commonButton01 a:after {
  content: '';
  display: block;
  position: absolute;
  right: -37rem;
  bottom: 0;
  width: 100rem;
  height: 4rem;
  border: 1rem solid #707070;
  transform: rotate(-45deg);
}
.commonButton01.colorWhite a {
  border-color: #fff;
  color: #fff;
}
.commonButton01.colorWhite a:after {
  border-color: #fff;
}

.commonButton02 {
  display: inline-block;
  margin-top: 10rem;
  padding: 5rem 30rem;
  border: 1rem solid #fff;
  line-height: 1.4;
  font-size: 19rem;
  color: #fff;
}

.commonTitle01 {
  padding-bottom: 30rem;
  text-align: center;
  line-height: 1;
  font-size: 26rem;
  font-weight: normal;
}
.commonTitle01 .en {
  display: block;
  padding-top: 15rem;
  font-size: 20rem;
  font-weight: bold;
}

.commonTitle02 {
  margin-bottom: 10rem;
  padding-bottom: 10rem;
  border-bottom: 1rem solid #fff;
  text-align: center;
  font-weight: normal;
  color: #fff;
}
.commonTitle02 .text01 {
  display: block;
  margin-bottom: 10rem;
  padding-bottom: 10rem;
  border-bottom: 1rem solid #fff;
  line-height: 1;
  font-size: 18rem;
}
.commonTitle02 .text02 {
  display: inline-block;
  line-height: 1.2;
  text-align: left;
  font-size: 40rem;
}

.commonItems01 {
  display: flex;
  justify-content: space-between;
  gap: 0 30rem;
}
.commonItems01.row03 {
  gap: 0 60rem;
}
.commonItems01 + .linkButton {
  padding-top: 50rem;
}

.commonNewsList01 li {
  margin-bottom: 15rem;
  padding-bottom: 15rem;
  border-bottom: 1rem solid #A0A0A0;
}
.commonNewsList01 li a {
  display: flex;
  gap: 0 35rem;
  padding-right: 30rem;
  color: #000;
}
.commonNewsList01 li a:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 16rem);
  right: 10rem;
  width: 17rem;
  height: 17rem;
  border-top: 1rem solid #707070;
  border-right: 1rem solid #707070;
  transform: rotate(45deg);
}
.commonNewsList01 li a span {
  display: inline-block;
  line-height: 1.4;
}
.commonNewsList01 li a .date {
  letter-spacing: 0;
  font-size: 20rem;
  font-weight: bold;
}
.commonNewsList01 li a .content {
  flex: 1 1 auto;
  font-size: 20rem;
}

@media (max-width: 1024px) {
  .printBtn {
    display: none !important;
  }
}
/*==================================================================================
 siteHeader
==================================================================================*/
.siteHeader {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 25rem 20rem 0 35rem;
  z-index: 1000;
}
.siteHeader h1 {
  line-height: 1.4;
  text-align: right;
  font-size: 10rem;
  font-weight: normal;
  color: #fff;
}
.siteHeader .headerLogo {
  width: 283rem;
  line-height: 0;
}
.siteHeader .headerLogo a:hover {
  opacity: 1;
}
.siteHeader .menuButton {
  cursor: pointer;
  position: absolute;
  top: 300rem;
  right: -70rem;
  width: 70rem;
  z-index: 2;
}
.siteHeader .menuButton .close {
  display: none;
}
.siteHeader .menuButton.menuOpen {
  left: 499rem;
}
.siteHeader .menuButton.menuOpen .menu {
  display: none;
}
.siteHeader .menuButton.menuOpen .close {
  display: block;
}
.siteHeader .menuArea {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: -500rem;
  bottom: 0;
  width: 500rem;
  background: #fff;
  transition: left .3s ease;
}
.siteHeader .menuArea.open {
  left: 0;
}
.siteHeader .menuArea a {
  color: #000;
}
.siteHeader .menuArea .links {
  padding-bottom: 60rem;
}
.siteHeader .menuArea .links li:not(:last-child) {
  margin-bottom: 20rem;
  padding-bottom: 20rem;
  border-bottom: 1rem solid #DFDFDF;
}
.siteHeader .menuArea .links li a {
  display: block;
  font-size: 26rem;
}
.siteHeader .menuArea .snsLinks {
  display: flex;
  justify-content: center;
  gap: 0 30rem;
}
.siteHeader .menuArea .snsLinks li {
  flex: 0 0 60rem;
}

/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter {
  padding: 150rem 0 80rem;
}
.siteFooter .contactButton {
  padding-bottom: 150rem;
}
.siteFooter .footerNavi {
  margin-bottom: 40rem;
  padding-bottom: 20rem;
  border-bottom: 1rem solid #707070;
}
.siteFooter .footerNavi ul {
  display: flex;
  justify-content: center;
  gap: 0 40rem;
}
.siteFooter .footerNavi a {
  font-size: 15rem;
  color: #000;
}
.siteFooter .logo {
  margin: auto;
  padding-bottom: 40rem;
  width: 240rem;
}
.siteFooter .logo img {
  filter: brightness(0);
}
.siteFooter .copyright {
  display: block;
  text-align: center;
  font-size: 18rem;
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .siteHeader,
  .siteFooter {
    display: none !important;
  }
}
/*==================================================================================
 top
==================================================================================*/
#top .mainVisual .slideItems .textArea {
  display: flex;
  gap: 20rem 20rem;
  position: absolute;
  left: 35rem;
  bottom: 25rem;
  color: #fff;
}
#top .mainVisual .slideItems .textArea .catch01 {
  letter-spacing: .1em;
  line-height: 1;
  font-size: 44rem;
}
#top .mainVisual .slideItems .textArea .catch01 .small {
  display: block;
  padding-bottom: 12rem;
  letter-spacing: 1.5rem;
  font-size: 18rem;
}
#top .mainVisual .slideItems .textArea .catch02 {
  line-height: 1;
  font-size: 20rem;
}
#top .mainVisual .slideItems .textArea .catch02 a {
  margin-top: 15rem;
}
#top section.news {
  padding: 80rem 0;
}
@media (min-width: 768px) {
  #top section.news {
    display: flex;
    align-items: center;
    gap: 0 90rem;
  }
}
#top section.news .listLink {
  text-align: center;
}
#top section.news .listLink a {
  display: inline-block;
  line-height: 1;
  font-size: 17rem;
  color: #000;
}
#top .sections > header {
  padding-bottom: 80rem;
  max-width: 480rem;
}
#top .sections > header .lead {
  line-height: 1.5;
  font-size: 20rem;
  color: #fff;
}
#top .sections:nth-of-type(2n-1) > header {
  margin-left: auto;
}
#top section.business {
  padding: 120rem 80rem;
  background: url("../img/top/business-bg.jpg") no-repeat center center;
  background-size: cover;
}
#top section.general {
  padding: 120rem 80rem;
  background: url("../img/top/general-bg.jpg") no-repeat center top;
  background-size: 100% auto;
}
#top section.about {
  padding: 120rem 80rem;
  background: url("../img/top/about-bg.jpg") no-repeat center center;
  background-size: cover;
}
#top .outlineArea {
  padding: 240rem 170rem;
  background: url("../img/top/outline-bg.jpg") no-repeat center center;
  background-size: cover;
}

/*==================================================================================
 lower common
==================================================================================*/
.lower main .lead {
  letter-spacing: .11em;
  line-height: 1.8;
  font-size: 20rem;
}
.lower .commonLowerTitle01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100rem;
  padding: 0 25rem;
  height: 500rem;
  letter-spacing: 3rem;
  line-height: 1.2;
  text-align: center;
  font-size: 40rem;
  font-weight: normal;
  color: #fff;
  background: url("../img/outline/mv.jpg") no-repeat center center;
  background-size: cover;
}
.lower .commonLowerTitle02 {
  padding-bottom: 60rem;
  letter-spacing: 3rem;
  line-height: 1.4;
  text-align: center;
  font-size: 26rem;
  font-weight: normal;
}
.lower .commonLowerTitle03 {
  letter-spacing: 3rem;
  line-height: 1;
  font-size: 26rem;
  font-weight: normal;
}
.lower .commonLowerTitle03 .en {
  display: block;
  padding-top: 10rem;
  letter-spacing: .5rem;
  line-height: 1;
  font-weight: bold;
  font-size: 20rem;
}

/*==================================================================================
 outline
==================================================================================*/
#outline section.greeting {
  padding-bottom: 50rem;
}
#outline section.history {
  display: flex;
  gap: 0 40rem;
  margin-bottom: 100rem;
  padding: 50rem 0;
  border-top: 1rem solid #C8C8C8;
  border-bottom: 1rem solid #C8C8C8;
}
#outline section.history .historys {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
#outline section.history .historys span {
  line-height: 1.7;
  font-size: 20rem;
}
#outline section.history .historys li {
  display: flex;
  align-items: flex-start;
  position: relative;
}
#outline section.history .historys li:not(:last-child) {
  padding-bottom: 50rem;
}
#outline section.history .historys li:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  top: 36rem;
  bottom: 2rem;
  left: 10.5rem;
  width: 1rem;
  background: #707070;
}
#outline section.history .historys li .date {
  display: flex;
  align-items: center;
  gap: 0 9rem;
  flex: 0 0 160rem;
  letter-spacing: .5rem;
}
#outline section.history .historys li .date:before {
  content: '';
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  border: 5rem solid #000;
}
#outline section.history .historys li .content {
  flex: 1 1 auto;
  letter-spacing: .1em;
}
#outline section.outline {
  padding-bottom: 50rem;
}

/*==================================================================================
 stainless
==================================================================================*/
#stainless .pageTitle {
  background-image: url("../img/stainless/mv.jpg");
}
#stainless section.intro {
  padding-bottom: 100rem;
}
#stainless .sections {
  position: relative;
  padding: 180rem 0;
  color: #fff;
  background: url("../img/stainless/section01-bg.jpg") no-repeat center center;
  background-size: cover;
}
#stainless .sections h3 {
  padding-bottom: 65rem;
  letter-spacing: 3rem;
  line-height: 1;
  text-align: center;
  font-size: 32rem;
  font-weight: normal;
}
#stainless .sections .catch {
  position: absolute;
}
#stainless .sections .images {
  display: flex;
  gap: 0 26rem;
  padding-bottom: 50rem;
}
#stainless .section01 .catch {
  top: 269rem;
  right: 50rem;
  width: 162rem;
}
#stainless .section02 {
  background-image: url("../img/stainless/section02-bg.jpg");
}
#stainless .section02 .catch {
  top: 245rem;
  left: 56rem;
  width: 165rem;
}
#stainless .section03 {
  background-image: url("../img/stainless/section03-bg.jpg");
}
#stainless .section03 .catch {
  top: 255rem;
  right: 54rem;
  width: 160rem;
}
#stainless .section04 {
  background-image: url("../img/stainless/section04-bg.jpg");
}
#stainless .section04 .catch {
  top: 246rem;
  left: 86rem;
  width: 147rem;
}
#stainless .section05 {
  background-image: url("../img/stainless/section05-bg.jpg");
}
#stainless .section05 .catch {
  top: 252rem;
  right: 55rem;
  width: 127rem;
}

/*==================================================================================
 contact
==================================================================================*/
#contact .pageTitle {
  background-image: url("../img/contact/mv.jpg");
}
#contact form dl {
  display: flex;
  align-items: center;
}
#contact form dl:not(:last-of-type) {
  border-bottom: 1rem solid #666;
}
#contact form dl.required dt:after {
  content: '必須';
  display: block;
  position: absolute;
  top: 50%;
  right: 20rem;
  font-size: 14rem;
  font-weight: bold;
  color: #b34646;
  background: #fff;
  transform: translateY(-50%);
}
#contact form dt,
#contact form dd {
  box-sizing: border-box;
  padding: 30rem 20rem;
  font-size: 20rem;
}
#contact form dt {
  flex: 0 0 280rem;
  position: relative;
}
#contact form dd {
  flex: 1 1 auto;
  position: relative;
  border-left: 1rem solid #666;
}
#contact form .error {
  padding-top: 5rem;
  line-height: 1;
  font-size: 16rem;
  color: #ff0000;
}
#contact select {
  box-sizing: border-box;
  display: block;
  height: 40rem;
  width: 100%;
  border: none;
  text-indent: .5em;
  font-size: 18rem;
  color: #000;
  background: #f0f0f0;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea {
  box-sizing: border-box;
  display: block;
  padding: 0 .5em;
  width: 100%;
  height: 40rem;
  border: 1rem solid #959595;
  font-size: 18rem;
  color: #000;
  background: #fff;
  -webkit-appearance: none;
}
#contact input[type="date"] {
  box-sizing: border-box;
  border: 1rem solid #959595;
}
#contact input[type="checkbox"] {
  border-radius: 0;
  width: 20rem;
  height: 20rem;
}
#contact .buttons {
  padding-top: 60rem;
  text-align: center;
}
#contact .buttons button[type="submit"],
#contact .buttons input[type="submit"],
#contact .buttons a {
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: auto;
  width: 270rem;
  height: 60rem;
  border: none;
  line-height: 60rem;
  text-align: center;
  font-size: 20rem;
  font-weight: bold;
  color: #fff;
  background: #3e3e3e;
  outline: none;
}
@media (min-width: 1025px) {
  #contact .buttons button[type="submit"]:hover,
  #contact .buttons input[type="submit"]:hover,
  #contact .buttons a:hover {
    opacity: .7;
  }
}
#contact textarea {
  padding: .5em;
  height: 150rem;
  resize: none;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #contact.confirm form dd {
    min-height: 80rem;
  }
}
#contact.confirm form dd .data {
  line-height: 1.4;
  font-size: 100%;
}
#contact.thanks section.result {
  text-align: center;
}
#contact.thanks section.result h3 {
  padding-bottom: 50rem;
  line-height: 1.4;
  font-size: 24rem;
  font-weight: normal;
}
#contact.thanks section.result .lead {
  line-height: 2;
  font-size: 18rem;
}
#contact.thanks section.result .lead + .lead {
  padding-top: 30rem;
}

/*==================================================================================
 page
==================================================================================*/

/*# sourceMappingURL=style.css.map */
