<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: 'CENTAUR';
  font-style: normal;
  font-weight: 400;
  src: url("../font/CENTAUR.woff2") format("woff2"), url("../font/CENTAUR.woff") format("woff");
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media (max-width: 559px) {
  html {
    font-size: 54.7%;
  }
}

body {
  color: #222;
  font-family: "Noto Serif JP","メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1100px;
}
@media (max-width: 559px) {
  body {
    min-width: 360px;
  }
}

.pre-text {
  line-height: 36px;
}
.pre-text p:nth-child(n+2) {
  margin-top: 36px;
}
@media (max-width: 559px) {
  .pre-text {
    line-height: 28px;
  }
  .pre-text p:nth-child(n+2) {
    margin-top: 28px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a {
  color: #222;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 559px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.no-post {
  margin-top: 65px;
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 559px) {
  .no-post {
    margin-top: 45px;
  }
}

@media (max-width: 559px) {
  .sp-none {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 559px) {
  .sp-show {
    display: block;
  }
}

.eli {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cent, .samune img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ce, .nav-list ul li a:after, .sec1-tit span, .sec2-tit span, .sec5-tit span, .sec7-tit span, .sec8-tit span, .sec9-tit span, .sec10-tit span, .sec6-tit span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mid, .btn:after, .sec5-btn:after, .menu-trigger span:nth-of-type(2), .sec1-box ul li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flex, .nav-list ul, .sec2-list, .sec5-list, .sec7-box, .sec8-flex1, .sec8-flex2, .sec9-flex1, .sec9-flex2, .contact-submits-wrap, .fixed, .ft-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 559px) {
  .flex, .nav-list ul, .sec2-list, .sec5-list, .sec7-box, .sec8-flex1, .sec8-flex2, .sec9-flex1, .sec9-flex2, .contact-submits-wrap, .fixed, .ft-box {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.btn, .sec5-btn {
  background: #000;
  position: relative;
  display: block;
  max-width: 360px;
  width: 100%;
  padding: 20px 70px 20px 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover, .sec5-btn:hover {
  opacity: .7;
}
.btn:before, .sec5-btn:before {
  content: "";
  background: #e60012;
  width: 70px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.btn:after, .sec5-btn:after {
  content: "";
  width: 17px;
  height: 17px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 29px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.samune {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.samune img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .samune img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    right: 0;
    top: 0;
  }
}

.iframe, .sec9-flex2 div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe iframe, .sec9-flex2 div iframe {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*      drawer      */
/*     humberger    */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.menu-trigger {
  display: none;
  position: fixed;
  z-index: 10;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
@media (max-width: 559px) {
  .menu-trigger {
    display: block;
  }
}

/*     sp-nav      */
/*    header     */
.mv {
  position: relative;
  background: url(../img/mv.png) no-repeat center;
  background-size: cover;
}
.mv .contents {
  max-width: 1320px;
  height: 950px;
  padding-top: 40px;
}
@media (max-width: 559px) {
  .mv .contents {
    height: 400px;
  }
}

.head-logo {
  position: absolute;
  left: 50px;
  top: 40px;
}
@media (max-width: 559px) {
  .head-logo {
    left: 10px;
  }
}

.head-box {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
}
.head-box h1 {
  color: #fff;
  font-size: 1.3rem;
}
@media (max-width: 559px) {
  .head-box {
    display: none;
  }
}

.nav-list {
  margin-top: 10px;
}
.nav-list ul li a {
  position: relative;
  display: block;
}
.nav-list ul li a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.nav-list ul li a:hover:after {
  opacity: 1;
}

.contents {
  position: relative;
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
}

.catch {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 559px) {
  .catch {
    padding-right: 50px;
  }
}

/*      main      */
main {
  overflow-x: hidden;
}

.sec1 {
  position: relative;
  background: url(../img/sec1.png) no-repeat center;
  background-size: cover;
  padding: 100px 0 120px;
}
.sec1:after {
  content: "";
  background: #535353;
  background: -webkit-linear-gradient(top left, rgba(83, 83, 83, 0) 0%, rgba(83, 83, 83, 0) 50%, rgba(83, 83, 83, 0.5) 50%, rgba(83, 83, 83, 0.5) 100%);
  background: linear-gradient(to bottom right, rgba(83, 83, 83, 0) 0%, rgba(83, 83, 83, 0) 50%, rgba(83, 83, 83, 0.5) 50%, rgba(83, 83, 83, 0.5) 100%);
  width: 523px;
  height: 625px;
  position: absolute;
  right: 0;
  bottom: -100px;
}
.sec1 .contents {
  position: relative;
  z-index: 1;
}
@media (max-width: 559px) {
  .sec1 {
    padding: 80px 0 100px;
  }
  .sec1:after {
    content: none;
  }
}

.sec1-tit, .sec2-tit, .sec5-tit, .sec7-tit, .sec8-tit, .sec9-tit, .sec10-tit, .sec6-tit {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 80px;
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
}
.sec1-tit span, .sec2-tit span, .sec5-tit span, .sec7-tit span, .sec8-tit span, .sec9-tit span, .sec10-tit span, .sec6-tit span {
  z-index: -1;
  top: 0;
  width: 100%;
}

.sec1-box {
  margin-top: 70px;
}
.sec1-box ul li {
  position: relative;
  padding-left: 100px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}
.sec1-box ul li:before {
  content: "";
  background: #fff36d;
  width: 80px;
  height: 1px;
  left: 0;
}
.sec1-box ul li:nth-child(n+2) {
  margin-top: 25px;
}
.sec1-box ul li:nth-child(2) {
  margin-left: 45px;
}
.sec1-box ul li:nth-child(3) {
  margin-left: 90px;
}
.sec1-box ul li:nth-child(4) {
  margin-left: 135px;
}
.sec1-box ul li:nth-child(5) {
  margin-left: 180px;
}
.sec1-box ul li:nth-child(6) {
  margin-left: 225px;
}
.sec1-box ul li:nth-child(7) {
  margin-left: 270px;
}
.sec1-box p {
  background: rgba(0, 93, 23, 0.3);
  width: 100%;
  padding: 13px 5px;
  border: 2px solid #fff36d;
  margin-top: 65px;
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
}
@media (max-width: 559px) {
  .sec1-box ul li {
    padding-left: 30px;
  }
  .sec1-box ul li:before {
    width: 20px;
  }
  .sec1-box ul li:nth-child(n+2) {
    margin-left: 0;
  }
}

.sec2 {
  position: relative;
  z-index: -1;
  background: url(../img/sec2.png) no-repeat center;
  background-size: cover;
  padding: 110px 0 220px;
}
.sec2 .contents {
  max-width: 1326px;
}
@media (max-width: 559px) {
  .sec2 {
    padding: 90px 0;
  }
}

.sec2-tit, .sec5-tit, .sec7-tit, .sec8-tit, .sec9-tit, .sec10-tit {
  color: #222;
}

.sec2-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 80px;
}
.sec2-list li {
  background: #fff;
  max-width: 520px;
  width: 100%;
  padding: 50px 35px 40px;
  border: 1px solid #b7b7b7;
  margin: 0 40px;
}
.sec2-list li:nth-child(n+3) {
  max-width: 390px;
  padding: 50px 15px;
  margin: 70px 60px 0 0;
}
.sec2-list li:last-child {
  margin-right: 0;
}
.sec2-list li span {
  display: block;
  color: rgba(34, 34, 34, 0.5);
  text-align: center;
  font-style: italic;
  font-size: 10rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.sec2-list li dl {
  margin-top: 25px;
  text-align: center;
}
.sec2-list li dl dt {
  position: relative;
  background: #00812f;
  background: -webkit-linear-gradient(318deg, #00812f 0%, #005d17 100%);
  background: linear-gradient(48deg, #00812f 0%, #005d17 100%);
  padding: 10px 20px;
  color: #fff;
  font-size: 2.6rem;
  line-height: 36px;
}
.sec2-list li dl dt:before, .sec2-list li dl dt:after {
  content: "";
  background: white;
  background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
  width: 20px;
  height: 100%;
  position: absolute;
}
.sec2-list li dl dt:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -1px;
  top: -1px;
}
.sec2-list li dl dt:after {
  right: -1px;
  bottom: -1px;
}
.sec2-list li dl dd {
  margin-top: 25px;
}
@media (max-width: 1219px) {
  .sec2-list li {
    margin: 0 15px;
  }
  .sec2-list li:nth-child(n+3) {
    margin: 70px 30px 0;
  }
}
@media (max-width: 1119px) {
  .sec2-list li {
    max-width: 510px;
    margin: 0 10px;
  }
}
@media (max-width: 559px) {
  .sec2-list li {
    margin: 0;
  }
  .sec2-list li:nth-child(n+2) {
    margin: 30px 0 0;
  }
  .sec2-list li:nth-child(n+3) {
    max-width: 520px;
  }
}

.sec3-4 {
  background: #000;
  position: relative;
  color: #fff;
}

.sec3 {
  background: url(../img/sec3.png) no-repeat left top;
  position: relative;
  top: -100px;
  padding: 220px 0 30px;
  margin-bottom: -190px;
}
@media (max-width: 559px) {
  .sec3 {
    top: 0;
    padding: 100px 0 80px;
    margin-bottom: 0;
  }
}

.sec3-box, .sec4-box {
  max-width: 835px;
  width: 100%;
  margin: 0 0 0 auto;
}

.sec3-tit-ab {
  position: absolute;
  right: 0;
  top: 170px;
}

.sec3-tit, .sec4-tit {
  position: relative;
  padding-bottom: 35px;
  color: #fff;
  text-align: right;
  font-style: italic;
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 80px;
}
.sec3-tit:after, .sec4-tit:after {
  content: "";
  background: #e60012;
  width: 1300px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1080px) {
  .sec3-tit, .sec4-tit {
    max-width: 1300px;
  }
}
@media (max-width: 559px) {
  .sec3-tit, .sec4-tit {
    font-size: 4.0rem;
  }
}
@media (max-width: 410px) {
  .sec3-tit, .sec4-tit {
    padding-bottom: 15px;
  }
  .sec3-tit br, .sec4-tit br {
    display: none;
  }
}

.sec3-dlt, .sec4-dlt {
  text-align: center;
}
.sec3-dlt dt, .sec4-dlt dt {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 2;
}
.sec3-dlt dt span, .sec4-dlt dt span {
  color: #fff36d;
}
.sec3-dlt dd, .sec4-dlt dd {
  margin-top: 35px;
}

.sec4 {
  background: url(../img/sec4.png) no-repeat right bottom;
  position: relative;
  bottom: -100px;
  padding: 50px 0 370px;
  margin-top: 90px;
}
@media (max-width: 559px) {
  .sec4 {
    background: url(../img/sec4.png) no-repeat center;
    bottom: 0;
    padding: 80px 0;
    margin-top: 0;
  }
}

.sec4-tit-ab {
  position: absolute;
  left: 0;
  top: 0px;
}
@media (max-width: 559px) {
  .sec4-tit-ab {
    top: 150px;
  }
}

.sec4-tit {
  text-align: left;
}
.sec4-tit:after {
  left: auto;
  right: 0;
}
@media (max-width: 410px) {
  .sec4-tit br {
    display: block;
  }
}

.sec4-box {
  margin: 0 auto 0 30px;
}
@media (max-width: 559px) {
  .sec4-box {
    margin: 0 auto;
  }
}

.sec5 {
  background: url(../img/sec5.png) no-repeat center;
  background-size: cover;
  padding: 215px 0 120px;
}
.sec5 .contents {
  max-width: 1320px;
}
@media (max-width: 559px) {
  .sec5 {
    padding: 80px 0;
  }
}

.sec5-box {
  margin-top: 70px;
}

.sec5-text1 {
  text-align: center;
}

.sec5-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 70px;
}
.sec5-list li {
  background: #313131;
  max-width: 270px;
  width: 100%;
  padding-bottom: 15px;
  margin-right: 70px;
  text-align: center;
}
.sec5-list li:nth-child(4), .sec5-list li:last-child {
  margin-right: 0;
}
.sec5-list li:nth-child(n+5) {
  margin-top: 60px;
}
.sec5-list li p {
  margin-top: 15px;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
}
.sec5-list li p span {
  display: block;
  color: #fff36d;
  font-family: 'CENTAUR';
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 1309px) {
  .sec5-list li {
    margin: 0 35px;
  }
  .sec5-list li:nth-child(4), .sec5-list li:last-child {
    margin: 0 35px;
  }
  .sec5-list li:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media (max-width: 559px) {
  .sec5-list li:nth-child(n+2) {
    margin-top: 30px;
  }
}

.sec5-btn {
  margin-top: 80px;
}

.sec6 {
  background: url(../img/sec6.png) no-repeat center;
  background-size: cover;
  padding: 120px 0;
}
@media (max-width: 559px) {
  .sec6 {
    padding: 100px 0;
  }
}

.sec6-box {
  background: rgba(255, 255, 255, 0.5);
  padding: 50px;
  margin-top: 70px;
}
.sec6-box table th {
  background: #222;
  width: 280px;
  padding: 15px 5px;
  border: 1px solid #eee;
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
}
.sec6-box table td {
  background: #fff;
  padding: 15px 5px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 559px) {
  .sec6-box {
    padding: 50px 20px;
  }
  .sec6-box table th,
  .sec6-box table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 5px;
    text-align: center;
  }
}

.sec7 {
  padding: 120px 0;
}
.sec7 .contents {
  max-width: 100%;
}
@media (max-width: 559px) {
  .sec7 {
    padding: 100px 0;
  }
}

.sec7-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 70px;
}
.sec7-box li {
  width: 23%;
  border: 1px solid #222;
  margin: 1%;
}
@media (max-width: 559px) {
  .sec7-box li {
    width: 48%;
  }
}

.sec8 {
  background: url(../img/sec8.png) no-repeat center;
  background-size: cover;
  padding: 120px 0;
}
@media (max-width: 559px) {
  .sec8 {
    padding: 100px 0;
  }
}

.sec8-box {
  margin-top: 70px;
}

.sec8-inbox1 {
  background: url(../img/sec8-ab3.png) no-repeat left bottom;
  position: relative;
}

.sec8-ab1 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 559px) {
  .sec8-ab1 {
    top: 500px;
  }
}

.sec8-flex1, .sec8-flex2 {
  padding-bottom: 120px;
}
.sec8-flex1 dl, .sec8-flex2 dl {
  max-width: 540px;
  width: 100%;
  padding-top: 80px;
}
.sec8-flex1 dl dt, .sec8-flex2 dl dt {
  position: relative;
  font-size: 3.6rem;
  line-height: 48px;
  padding-bottom: 5px;
}
.sec8-flex1 dl dt:after, .sec8-flex2 dl dt:after {
  content: "";
  background: #e60012;
  width: 1080px;
  height: 1px;
  position: absolute;
  left: -120px;
  bottom: 0;
}
.sec8-flex1 dl dt i, .sec8-flex2 dl dt i {
  display: block;
  font-style: italic;
  font-size: 1.8rem;
}
.sec8-flex1 dl dt i span, .sec8-flex2 dl dt i span {
  display: block;
  font-size: 2.0rem;
}
.sec8-flex1 dl dd, .sec8-flex2 dl dd {
  margin-top: 25px;
}
@media (max-width: 559px) {
  .sec8-flex1, .sec8-flex2 {
    padding-bottom: 80px;
  }
  .sec8-flex1 dl, .sec8-flex2 dl {
    padding-top: 0;
    margin-top: 40px;
  }
}

.sec8-inbox2 {
  background: url(../img/sec8-ab4.png) no-repeat right bottom;
  position: relative;
}
@media (max-width: 559px) {
  .sec8-inbox2 {
    margin-top: 70px;
  }
}

.sec8-ab2 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 559px) {
  .sec8-ab2 {
    top: 490px;
  }
}

.sec8-flex2 dl dt:after {
  background: #fff36d;
  right: -120px;
  left: auto;
}
@media (max-width: 559px) {
  .sec8-flex2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec8-flex2 dl {
    margin-top: 60px;
  }
}

.sec9 {
  padding: 120px 0 0;
}
@media (max-width: 559px) {
  .sec9 {
    padding: 100px 0;
  }
}

.sec9-box {
  margin-top: 70px;
}

@media (max-width: 559px) {
  .sec9-flex1 figure:nth-child(n+2) {
    margin-top: 40px;
  }
}

.sec9-table {
  margin-top: 40px;
}
.sec9-table th {
  background: #222;
  width: 280px;
  padding: 15px 5px;
  border: 1px solid #eee;
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
}
.sec9-table td {
  background: #fff;
  padding: 15px 5px 15px 90px;
  border: 1px solid #eee;
  font-size: 2.0rem;
}
@media (max-width: 559px) {
  .sec9-table th,
  .sec9-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 5px;
    text-align: center;
  }
}

.sec9-flex2 {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 50px;
}
.sec9-flex2 div {
  width: 50%;
  padding-top: 400px;
}
@media (max-width: 559px) {
  .sec9-flex2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec9-flex2 div {
    width: 100%;
    padding-top: 400px;
  }
  .sec9-flex2 .map {
    margin-top: 40px;
  }
}

.sec10 {
  background: #eee;
  padding: 120px 0;
}
@media (max-width: 559px) {
  .sec10 {
    padding: 100px 0;
  }
}

.sec10-box {
  margin-top: 70px;
}

.contact-table {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.contact-table th {
  background: #535353;
  width: 350px;
  padding: 11px 10px 11px 20px;
  border: 1px solid #c9c9c9;
  color: #fff;
}
.contact-table th span {
  color: #222;
  background: #ffe100;
  font-size: 1.5rem;
  font-weight: 600;
}
.contact-table td {
  background: #fff;
  padding: 11px;
  border: 1px solid #c9c9c9;
}
@media (max-width: 559px) {
  .contact-table th,
  .contact-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 5px;
    text-align: center;
  }
}

.contact-submits-wrap {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 30px;
}
.contact-submits-wrap p {
  position: relative;
  width: 200px;
}
.contact-submits-wrap p input {
  background: #e60012;
  width: 200px;
  padding: 10px 0;
  border-radius: 15px;
  border: 1px solid #222;
  color: #fff;
}
@media (max-width: 559px) {
  .contact-submits-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-submits-wrap p:nth-child(2) {
    margin-top: 20px;
  }
}

/*    sitemap     */
.site-list {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.site-list li {
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
  font-size: 2.4rem;
  font-weight: 700;
}
.site-list li:nth-child(n+2) {
  margin-top: 20px;
}
.site-list li a {
  padding: 0 20px;
}

/*    privacy    */
.priv-list {
  margin: 8px 0;
}
.priv-list li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  list-style: none;
}
.priv-list li:before {
  content: '・';
  margin-right: .5em;
}

/*    404    */
.e404-text {
  text-align: center;
}
.e404-text a {
  display: inline-block;
  border-bottom: 1px solid #222;
  color: #222;
}

/*    fixed    */
.fixed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}
.fixed figure {
  cursor: pointer;
  margin-top: 100px;
}
@media (max-width: 559px) {
  .fixed figure {
    margin-top: 50px;
  }
}

.fixed-tel {
  position: relative;
  display: block;
  margin-bottom: -50px;
  color: #fff;
  font-family: 'CENTAUR';
  font-size: 4.0rem;
  letter-spacing: .025em;
  text-shadow: #222222 1px 0px 0px, #222222 0.5403px 0.84147px 0px, #222222 -0.41615px 0.9093px 0px, #222222 -0.98999px 0.14112px 0px, #222222 -0.65364px -0.7568px 0px, #222222 0.28366px -0.95892px 0px, #222222 0.96017px -0.27942px 0px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: right top;
}
.fixed-tel span {
  display: inline-block;
  font-size: 3.0rem;
  margin-right: 10px;
}
@media (max-width: 559px) {
  .fixed-tel {
    display: none;
  }
}

.dis-none {
  visibility: hidden;
  opacity: 0;
}

.slide-none {
  right: -100%;
}

/*    footer    */
footer {
  background: #000;
  padding: 80px 0 25px;
  color: #fff;
}

.ft-logo {
  display: table;
  margin: 0 auto;
}

.ft-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
  line-height: 35px;
}
.ft-box a {
  display: block;
  color: #fff;
  font-size: 2.0rem;
}
.ft-box a span {
  font-size: 1.5rem;
}

.copyright {
  margin-top: 70px;
  text-align: center;
  font-size: 1.3rem;
}
.copyright a {
  color: #fff;
}
</pre></body></html>