<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Noto Sans Japanese", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  min-width: 1200px;
}

figure,
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mb0 {
  margin-bottom: 0 !important;
}

img {
  vertical-align: bottom;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover img {
  opacity: 0.8;
}

.button a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button a:hover {
  opacity: 0.8;
}

header {
  width: 100%;
  position: absolute;
  z-index: 2;
  min-width: 1200px;
}
header object {
  width: 269px;
  height: 55px;
}
header .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap {
  margin: auto;
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
}

.contents_main {
  background: url(../img/image1.jpg) no-repeat center center/cover;
  height: 835px;
  width: 100%;
  position: relative;
}
.contents_main .contents_main_img {
  width: 1200px;
  height: 835px;
  position: relative;
  margin: auto;
}
.contents_main .contents_main_img .contents_main_parts1 {
  position: absolute;
  width: 883px;
  height: 315px;
  top: auto;
  bottom: 200px;
  left: 0;
  right: 0;
  margin: auto;
}

.contents {
  max-width: 1200px;
  margin: auto;
}

.sec01 {
  background: url(../img/bg_img001.jpg) center center;
  padding: 60px 0 70px;
}
.sec01 h2 {
  margin-bottom: 60px;
}
.sec01 .row:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.sec01 .row:nth-child(1) .img_wrapper {
  width: 883px;
  -webkit-transform: translateX(-83px);
          transform: translateX(-83px);
}
.sec01 .row:nth-child(1) .text_wrapper {
  width: 330px;
}
.sec01 .row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec01 .row:nth-child(2) .img_wrapper {
  width: 883px;
  -webkit-transform: translateX(83px);
          transform: translateX(83px);
}
.sec01 .row:nth-child(2) .text_wrapper {
  width: 330px;
}

.sec02 {
  background: url(../img/bg_img002.jpg) center center/cover;
  padding: 80px 0;
}
.sec02 h2 {
  margin-bottom: 60px;
}
.sec02 h3 {
  border-bottom: white solid 2px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sec03 {
  background: url(../img/bg_img001.jpg) center center;
  padding: 80px 0;
}
.sec03 h2 {
  margin-bottom: 2em;
}
.sec03 .img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec04 {
  background: url(../img/bg_img003.jpg) center center;
  padding: 60px 0;
}
.sec04 h2 {
  margin-bottom: 30px;
}
.sec04 .tel {
  margin-bottom: 30px;
}

.sec05 {
  background: url(../img/bg_img004.jpg) center center;
}
.sec05 .contents {
  height: 120px;
  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;
}
.sec05 .contents img {
  margin: 0 35px;
}

.contents_footer {
  height: 80px;
  text-align: center;
  background: #49362c;
  color: white;
}

.contents_footer .copyright {
  padding-top: 20px;
  font-size: 13px;
}

.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
.pagetop a {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 50%;
  background: rgba(223, 112, 14, 0.9);
}
.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: .2s;
  transition: .2s;
}
</pre></body></html>