@charset "UTF-8";
/*foundation*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  color:#5b564c;

}

a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

div, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

em, i {
  font-style: normal;
}

figure {
  max-width: 100%;
  text-align: center;
}

figcaption {
  text-align: center;
  margin-top: 3px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

dt {
  font-weight: bold;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

th, td {
  padding: 0;
  text-align: left;
  vertical-align: middle;
  border: none;
}

select option {
  padding: 0 5px;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input, button, select {
  cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
  vertical-align: middle;
}

input-placeholder {
  color: #A9A9A9;
}

input[type="submit"] {
  padding: 0.1em;
}

input[type="submit"] {
  line-height: 1;
  cursor: pointer;
}

button {
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
/*page*/
/*ページ共通設定*/
a {
  display: block;
  color: #5b564c;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #231815;
}

body {
  -webkit-text-size-adjust: 100%;
  font-font-family: 'Roboto', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ ゴシック", sans-serif;
}

body button, body select, body textarea, body input {
  font-family: 'Roboto', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  padding: .5rem;
}

@media screen and (max-width: 559px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

a:before, a:after {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover, a:active {
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #777;
}

table {
  width: 100%;
  background: #FFF;
}

table td,
table th {
  padding: 10px;
  border: 1px solid #ccc;
}

table th {
  width: 12em;
  background: #f1f1f1;
  text-align: left;
}

@media screen and (max-width: 559px) {
  table td,
  table th {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}

select,
textarea,
input {
  border: none;
  border: 1px solid #ccc;
}

textarea {
  resize: vertical;
  min-height: 6rem;
  width: 100%;
}

.pageLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pageLink ul li {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #ccc;
  border-left: none;
}

.pageLink ul li:first-child {
  border-left: 1px solid #ccc;
}

.pageLink ul li a {
  display: block;
  padding: 12px 0;
  position: relative;
  text-align: center;
}

.pageLink ul li a:after {
  content: "\f0d7";
  position: absolute;
  top: 12px;
  right: 10px;
}

.pageLink ul li a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}

.pageLink ul li a:hover:after {
  top: 15px;
}

@media screen and (max-width: 959px) {
  .pageLink ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pageLink ul li {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .pageLink ul li:nth-child(n+3) {
    border-top: 0;
  }
  .pageLink ul li:nth-child(2n+1) {
    border-left: 1px solid #ccc;
  }
  .pageLink ul li a {
    padding: 10px;
    padding-right: 1.5rem;
    text-align: left;
  }
}

#pageMainTitle {
  background-color: #222;
  height: 200px;
  position: relative;
  padding: 0 10px;
}

#pageMainTitle h1 {
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #fff;
}

#pageMainTitle h1:after {
  content: '';
  display: block;
  height: 5px;
  width: 180px;
  margin-top: 1rem;
  background: linear-gradient(135deg, #e84709 0%, #e89309 100%);
}

#pageMainTitle h1 em {
  font-size: 2rem;
  display: block;
}

@media screen and (max-width: 559px) {
  #pageMainTitle {
    height: 125px;
  }
  #pageMainTitle h1 {
    line-height: 1.35;
    font-size: 1rem;
  }
  #pageMainTitle h1 em {
    font-size: 1.75rem;
  }
  #pageMainTitle h1:after {
    margin-top: 8px;
  }
}

.pageTitle01 {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.pageTitle01 span {
  display: block;
  font-size: 1.25rem;
  color: #b26647;
  font-weight: 500;
}

@media screen and (max-width: 559px) {
  .pageTitle01 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .pageTitle01 span {
    font-size: 1rem;
  }
}

.mapBox {
  padding-bottom: 45%;
  position: relative;
}

.mapBox iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 559px) {
  .mapBox {
    padding-bottom: 56.25%;
  }
}

.newsIcon {
  font-size: 12px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  width: 80px;
  line-height: 1.15rem;
  text-align: center;
}

.newsIcon.col01 {
  background-color: #e84709;
}

.newsIcon.col02 {
  background-color: #07b533;
}

.newsIcon.col03 {
  background-color: #ff0000;
}

.btn01 {
  width: 200px;
  margin: 0 auto;
  display: block;
  font-weight: 300;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 1;
  padding: 1.25rem 0;
  color: #fff;
  position: relative;
  border-radius: 3px;
  margin-top: 2rem;
  text-align: center;
  background: linear-gradient(135deg, #e84709 0%, #e89309 100%);
  z-index: 0;
}

.btn01:after {
  content: "\f0da";
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
}

.btn01:before {
  content: '';
  z-index: -1;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e89309 0%, #e84709 100%);
}

.btn01:hover {
  text-decoration: none;
}

.btn01:hover:before {
  opacity: 0;
}

.btn01:active {
  color: #fff;
}

.btn02 {
  width: 200px;
  margin-top: 2rem;
  display: block;
  font-weight: 300;
  line-height: 1;
  padding: 18px 0;
  color: #fff;
  position: relative;
  border-radius: 3px;
  margin-top: 2rem;
  text-align: center;
  z-index: 0;
}

.btn02:after {
  content: "\f0da";
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
}

.btn02:hover {
  text-decoration: none;
  background-color: transparent;
}

.inner {
  max-width: 1024px;
  margin: 0 auto;
}

.outer {
  padding: 0 10px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.fww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.ofh {
  overflow: hidden;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fa01 {
  color: #e00;
}

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type="checkbox"] {
  display: inline-block;
  padding: 10px 8px 8px 8px;
}

input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 1px solid #ccc;
}

label.checkbox {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 25px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

label.checkbox:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0;
  border: 1px solid #bbb;
  z-index: 50;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 6px;
  display: block;
  margin-top: -8px;
  width: 8px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

label.checkbox input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #FFF;
          box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

label.checkbox input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

label.checkbox input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
          box-shadow: 40px 0px #666;
  opacity: 0.1;
}

label.checkbox input[type="checkbox"]:focus {
  -webkit-box-shadow: 41px 0px #EEE;
          box-shadow: 41px 0px #EEE;
}

label.radio {
  cursor: pointer;
  position: relative;
  margin-right: 25px;
  overflow: hidden;
  padding: 1px 0 0 20px;
  display: inline-block;
}

label.radio:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #bbb;
  border-radius: 50%;
  left: 0px;
  top: 4px;
  content: '';
  z-index: 3;
}

label.radio:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 7px;
  z-index: 1;
}

label.radio input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 1px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #FFF;
          box-shadow: 20px -1px #FFF;
}

label.radio input[type="radio"]:checked {
  display: none;
}

label.radio input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #FFF;
          box-shadow: 20px -1px #FFF;
}

html {
  font-weight: normal !important;
  font-size: 62.5%;
}

html p {
  font-size: 1.4rem;
}

html dt {
  font-weight: normal;
}

#mainCnt {
  position: relative;
  background: url(../images/main-bg.jpg) no-repeat 0 0;
  background-size: 160%;
  padding: 140px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mainCnt nav {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 1.2rem;
  font-weight: normal;
}

#mainCnt nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mainCnt nav ul li {
  margin: 0 10px;
}

#mainCnt h1 {
  width: 10%;
  margin-bottom: 10px;
}

#mainCnt p {
  width: 10%;
  line-height: 2.5rem;
}

@media screen and (max-width: 559px) {
  #mainCnt nav {
    right: auto;
    top: 20px;
  }
}

h2 {
  text-align: center;
  font-weight: 100;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1rem;
  color: #979187;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .contents {
    width: 960px;
    margin: 0 auto;
    padding: 140px 0 0;
  }
}

@media screen and (max-width: 959px) {
  #mainCnt h1 {
    margin-top: 70px;
    width: 18%;
    margin-bottom: 30px;
  }
  #mainCnt p {
    width: 20%;
  }
}

@media screen and (max-width: 959px) {
  h2 {
    margin: 30px 0;
  }
  .contents {
    padding: 50px 30px;
  }
}

.profile p {
  text-align: center;
}

.card {
  padding: 30px;
  margin-top: 30px;
  background: #f9f7f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card figure {
  margin-right: 40px;
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card dl {
  border-bottom: 1px solid #e4dfd1;
  padding-bottom: 20px;
  font-size: 1.5rem;
}

.card dl:last-child {
  padding: 0;
  padding-top: 20px;
  border: none;
}

.card dl dt {
  min-width: 6em;
}

.card dl a {
  text-align: left;
}

@media screen and (max-width: 959px) {
  .card {
    display: block;
  }
  .card figure {
    width: auto;
    text-align: center;
    margin: 0;
  }
}

@media screen and (max-width: 559px) {
  .card {
    display: block;
  }
}

dl, p, span {
  line-height: 2.5rem;
}

#service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

#service ul li {
  width: 30%;
}

#service ul li h3 {
  font-size: 1.7rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  font-weight: 100;
}

#service ul li h3 span {
  padding-top: 5px;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.3em;
}

#service ul li figure {
  width: 60px;
  margin: 0 auto 15px;
}

@media screen and (max-width: 559px) {
  #service ul {
    display: block;
  }
  #service ul li {
    width: 90%;
    margin: 50px auto;
  }
  #service ul li:first-child {
    margin-top: 0;
  }
  #service ul li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 560px) {
  .worksTxt h4 {
    font-size: 1.5em;
  }
  .worksTxt dl {
    font-size: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sliderBox figure {
  width: 65%;
  margin-right: 3%;
}

.sliderBox .worksTxt {
  width: 30%;
  padding: 40px;
  border: 1px solid #e4dfd0;
}

.sliderBox .worksTxt div {
  font-size: 1.2em;
}

.sliderBox .worksTxt h4 {
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.8em;
  font-weight: 100;
}

.sliderBox .worksTxt h4 span {
  display: inline-block;
  margin-left: 5px;
}

.sliderBox .worksTxt h4 span img {
  width: 1em;
}

.sliderBox .worksTxt dl {
  margin-top: 10px;
}

.sliderBox .worksTxt dl dt {
  min-width: 6em;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 5px 0;
  border: 1px solid #8e867b;
}

.sliderBox .worksTxt p {
  margin-top: 20px;
}

.sliderBox {
  margin-top: 50px;
}

#slideLastTxt {
  width: 960px;
  margin: 50px auto 0;
  padding: 40px;
  border: 1px solid #e4dfd0;
}

@media screen and (max-width: 959px) {
  #mainCnt {
    padding: 60px 0;
  }
  .card figure {
    width: 25%;
    margin: 0 auto;
  }
  .card figure img {
    width: 100%;
  }
}

@media screen and (max-width: 559px) {
  .sliderBox h4 {
    font-size: 1.2em;
  }
  .worksTxt {
    padding: 30px !important;
  }
  .worksTxt dl {
    font-size: 1em;
  }
  .card figure {
    width: 30%;
  }
  .card .contents {
    padding: 50px 30px 0;
  }
}

@media screen and (min-width: 960px) {
  .sliderBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
}

@media screen and (max-width: 959px) {
  .sliderBox {
    padding: 0 30px;
    margin: 0;
  }
  .sliderBox figure {
    width: auto;
    margin-bottom: 20px;
  }
  .sliderBox .worksTxt {
    width: auto;
  }
  #slideLastTxt {
    width: auto;
    margin: 20px 30px 0;
    padding-bottom: 40px;
  }
}

#message {
  margin-top: 140px;
  background-color: #f9f7f2;
}

#message .contents {
  padding: 80px 0;
}

#message p {
  margin-top: 30px;
  text-align: center;
}

#message .mailbox a {
  display: block;
  padding: 15px 0;
  width: 220px;
  font-size: 1rem;
  margin-top: 30px;
  margin: 0 auto;
  border: 1px solid #e4dfd0;
  background: #fff;
  text-align: center;
}

#message .mailbox div {
  margin-top: 20px;
}

@media screen and (max-width: 959px) {
  #message .contents {
    padding: 60px 40px;
  }

  #message {
    margin-top: 50px;
  }
}

@media screen and (max-width: 559px) {
  .contents {
    padding: 50px 30px 0;
  }
}

@media screen and (max-width: 559px) {
  .sliderBox .worksTxt dl {
    display: block;
  }
  .sliderBox .worksTxt dl dt {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .sliderBox .worksTxt p {
    font-size: 1.2rem;
  }
  #message p {
    text-align: left;
  }
  #message .mailbox p {
    text-align: center;
  }
  #message .mailbox div {
    margin-top: 20px;
  }
  .profile p {
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */