<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --sp-header-height: 70px;
}

html {
  font-size: 14px;
}
body {
  font-feature-settings: "palt";
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  line-height: 1.6rem;
}
img {
  width: 100%;
  height: auto;
}
#container {
  width: 100vw;
  border-right: none;
  border-left: none;
  border-top: none;
}

#container-inner {
  position: relative;
}

#sidebar {
  padding: 0;
  border-bottom: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#sidebar header {
  width: 100%;
  height: var(--sp-header-height);
}

#sidebar header .inner {
  width: 100%;
  height: 100%;
}

#sidebar header .inner div.l1 {
  padding: unset;
  display: flex;
  background-color: #fff;
  border-top: 4px solid var(--main-color);
  border-bottom: 1px solid #707070;
  height: 100%;
  box-sizing: border-box;
}

.page #sidebar header .inner div.l1 .header-left-padding {
  display: none;
}

#sidebar header .inner div.l1, .section, footer {
  width: auto;
  padding: unset;
}

#sidebar header div.l1 h1 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
#sidebar header div.l1 h1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 28px;
}

.page #sidebar header div.l1 h1 a {

}

#sidebar header div.l1 h1 img {
  width: 100% !important;
  height: initial !important;
  margin: 0 auto;
}
#sidebar header div.l1 div.contact {
  width: 100vw;
  margin-top: 3vw;
  text-align: center;
  z-index: 2;
  height: auto;
  margin-top: 19vw;
}
#sidebar header div.l1 div.contact a {
  display: none;
}
#sidebar header div.l1 div.contact span.header-tel {
  font-size: 4vw;
  display: block;
  margin: 0 auto;
  height: 100%;
}

#sidebar header .sub-title {
  display: none;
}

#sidebar header .sub-title {
  display: none;
}


#sidebar-top {
  display: block;
}

#sidebar-top nav {
  display: none;
  width: 100vw;
  position: fixed;
}

#sidebar-top nav.open {
  display: flex;
  z-index: 1;
}

#sidebar-top nav ul {
  flex-direction: column;
}

#sidebar-top nav ul li.menu-item {
  width: 100vw;
  border-bottom: 1px solid #CDD6DD;
}

#sidebar nav ul li.menu-item a {
  font-size: 16px;
}

.sp-menu-contact {
  position: fixed;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -62px;
  height: 62px;
  background: #fff;
  border-top: 1px solid #CDD6DD;
  border-bottom: 1px solid #CDD6DD;
}

#sidebar-bottom {
  display: none;
}

header nav {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(255,255,255);
  width: 65vw;
  height: 100%;
  padding-top: 25vw;
  text-align: center;
	transform: translate(65vw);
  z-index: 999;
}
nav.open {
  transform: translate(0);
}
header nav ul {
  padding: unset;
  margin: 0;
  display: flex;
  flex-direction: column;
}
 header nav ul li {
  border-left: none;
  width: 100%;
}
header nav .nav-wrap {
  width: 65vw;
  padding: initial;
  border-top: 7px solid #E6E5E5 !important;
}
header nav .nav-item{
  border-left: none;
}
header nav .nav-item-last{
  border-right: none;
}
header nav ul li a {
  width: 100%;
  display: block;
  font-size: 4.2vw;
  padding: 4.5vw 0;
  color: #534340;
}
header nav .nav-wrap-selected {
  border-top: none;
}
header nav .nav-wrap-selected .nav-item a {
  color: #534340;
}
#nav-toggle {
  display: block;
  position: fixed;
  right: 8px;
  top: 12px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 9999;
  padding: 16px;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 1vw;
  width: 100%;
  background: #666;
  top: -0.2vw;
  left: 0;
  border: 1px solid #666;
}
#nav-toggle.open span {
  background: #356724;
  border: 1px solid #356724;
  text-align: center;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 3vw;
}
#nav-toggle span:nth-child(3) {
  top: 6vw;
}
header #nav-toggle.open span:nth-child(1) {
  width: 90%;
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
header #nav-toggle.open span:nth-child(2) {
  width: 90%;
  width: 0;
  left: 50%;
  display: none;
}
header #nav-toggle.open span:nth-child(3) {
  width: 90%;
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
header nav .li-instagram {
  position: relative;
  display: block;
}
header nav .li-instagram a {
  padding-left: 17vw;
  display: flex;
  align-items: center;
}
header nav .li-instagram .sbi_header_img {
  background: #333;
  color: #fff;
  width: 9.5vw;
  height: 9.5vw;
  border-radius: 40px;
  position: absolute;
  left: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .li-instagram .sbi_header_hashtag_icon {
  display: block;
  color: #fff;
  opacity: .9;
  transition: background .6s linear,color .6s linear;
  display: flex;
  align-items: center;
}
header nav .li-instagram .sbi_new_logo {
  width: 6.5vw;
  height: 6.5vw;
  font-size: 24px;
}
header nav .li-otoiawase {
  display: block;
}
header nav .li-otoiawase .nav-wrap .nav-item a {
  width: 45vw;
  margin: 0 auto;
}
main, .main {
  padding-top: unset;
  background-image: url('../images/bg_pattern.png');
}

.home header#lead {
  width: 100%;
  height: auto;
  background-size: contain;
  display: flex;
  background-repeat: no-repeat;
  flex-direction: column;
  position: relative;
  margin-top: var(--sp-header-height);
}

.home header#lead img {
  width: 100%;
  height: 93.3vw;
  object-fit: cover;
  object-position: 80% 100%;
}

.home header#lead .left {
  width: 100%;
  /* background-image: url('../images/lead1_sp.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(437 / 380 * 100vw);
  line-height: calc(437 / 380 * 100vw);
  display: flex;
  align-items: center;
  float: none;
}

.home header#lead .left a {
  margin: 0 auto;
}

.home header#lead .right {
  width: calc(100% - 10vw);
  height: auto;
  padding: 5vw 5vw 3vw;
  position: absolute;
  bottom: 0;
  background-color: rgba(43,38,108,0.50);
}
.home header#lead .right .lead1 {
  font-size: 5.2vw;
  line-height: 7vw;
}
.home header#lead .right .lead2 {
  margin-top: 1rem;
  font-size: 4vw;
  line-height: 6vw;
}
.home header#lead .right a {
  display: inline-block;
  margin-top: 3vw;
}
.home header#lead .right a &gt; img {
  width: 25vw;
  height: auto;
}
.home header#lead img.leadtext {
  width: 80vw;
  height: auto;
  vertical-align: 35vw;
}
.home header#lead .overlay {
  margin: 25vw 0 0 0;
  width: 100%;
  height: auto;
  padding: 5.3vw 9.3vw 8vw 9.3vw;
}

.home header#lead .overlay h3.lead1 {
  text-align: center;
  font-size: 6vw;
  line-height: 1;
  margin-bottom: 7.2vw;
}

.home header#lead .lead2 {
  font-size: 4.3vw;
  margin: 0 auto;
  line-height: 1.85;
}

.home header#lead video {
  height: 100vw;
  object-fit: cover;
}

.home main section {
  padding: 0;
  margin: var(--default-margin-sp);
}

.home main section p, .page article section p, .single article section p {
  font-size: 14px;
  line-height: 1.5;
}

.page article section,
.single article section {
  padding: var(--default-padding-sp) 0;
  margin: 0;
}


.home main section h2,
.page article section h2,
.single article section h2 {
  font-size: 24px;
  margin: 0 0 25px 0;
}
.home section.section-instagram {
  padding: 0;
  margin-bottom: 0;
}
.home .banner-instagram {
  position: relative;
}
.home .banner-instagram a {
  padding-left: 22vw;
  padding: 3vw 0 3vw 22vw;
  font-size: 6vw;
  height: 10vw;
  white-space: nowrap;
  line-height: 15vw;
}
.home .banner-instagram .sbi_header_img {
  width: 9.5vw;
  height: 9.5vw;
  left: 9vw;
}
.home .banner-instagram .sbi_new_logo {
  width: 6.5vw;
  height: 6.5vw;
  font-size: 24px;
}

.home main section.links {
  padding: 5vw;
}

.home .latest-news ul li, .page-template-newslist .news-item {
  display: block;
}

.home .latest-news .news-title, .page-template-newslist .news-item .news-title {
  padding-left: 0;
  padding-top: 10px;
}

.home .latest-news .news-wrap {
  padding: 4vw;
}

.date { 
  font-size: 14px;
  width: 125px;
  min-width: 125px;
  padding: 5px 3px;
}

section#primary {
  margin-top: var(--sp-header-height);
}

.section-news .news-wrap {
  padding: 5vw;
  border-top: 2vw solid #356724;
}
.section-news .news-left {
  width: 100%;
  margin-right: unset;
  float: none;
}
.section-news .news-right {
  width: 100%;
  float: none;
}
.section-news ul li {
  padding-bottom: 4vw;
  margin-bottom: 3vw;
  font-size: 4vw;
}
.section-news .news-right ul&gt;li span {
  display: inline-block;
}
.section-news .news-right ul&gt;li a {
  display: block;
  margin-top: 2vw;
  line-height: 5vw;
}
.section-news .news-more a {
  font-size: 4vw;
}
main section p {
  font-size: 4vw;
  line-height: 6vw;
  margin-bottom: 3vw;
  text-align: justify;
}

.pages-row {
  display: block;
  margin-bottom: 25px;
}

.page-item {
  margin-bottom: 25px;
}

p.greetings {
  width: auto;
  padding-right: 0;
}
.person {
  width: 50vw;
  height: auto;
  margin: 0 auto;
}
.section-greetings {
  display: block;
}
.section-greetings .greetings-wrap {
  display: block;
}
.section-greetings p.greetings {
  margin-bottom: var(--default-margin-sp);
}
.section-greetings div.person {
  width: 100%;
}
table.company_info,
table.company_info tr,
table.company_info th,
table.company_info td {
  padding: 2vw;
  line-height: 6vw;
}
table.company_info {
  font-size: 4vw;
}
table.company_info th {
  min-width: 20vw;
}

.process .process-item {
  padding: 30px;
}

.process .process-item .detail {
  margin-bottom: 40px;
  flex-direction: column-reverse;
}

.process .process-item .detai:last-child {
  margin-bottom: 0;
}

.process .process-item .detail .sentence {
  margin-right: 0;
}

.process .process-item .detail h4 {
  margin: 10px 0;
  line-height: 1.2;
}

.section-works div.quote {
  text-align: left !important;
}
.section-works div.quote span {
  font-size: 2.5vw;
  line-height: 4vw;
}
.section-works h3 {
  font-size: 6vw;
  padding: 3vw 2vw;
  margin: 5vw 0 0 0;
}
.section-works .detail {
  padding-top: 4vw;
}
.section-works .detail .image {
  float: none;
  padding: 0;
}
.section-works .detail .image img.example {
  width: 100%;
  height: auto;
}
.section-works .detail .sentence {
  padding: 0;
}
.section-works h4 {
  font-size: 4.5vw;
  margin: 2vw 0;
}
.section-works p {
  margin-bottom: 4vw !important;
}
.section-tokusyu h3 {
  font-size: 6vw;
  margin-top: 2vw;
}
.tokusyu-bassai-main {
  margin-top: 2vw;
  margin-bottom: 2vw;
}
.section-tokusyu,
.page main section.access_map {
  width: auto;
  margin: 0;
  padding: 0;
}
.tokusyu-container {
  padding: 5vw;
  width: auto;
}
.tokusyu-container div {
  text-align: center;
}
.section-tokusyu h3 {
  width: 100%;
}
.tokusyu-container div img {
  width: 80vw;
  margin: 3vw auto;
}
.tokusyu-container p {
  line-height: 6vw;
  text-align: justify;
  font-size: 4vw;
  margin-bottom: 0;
}
.section-tokusyu h4 {
  font-size: 4.5vw;
  margin-bottom: 3vw;
  clear: none;
  line-height: 6vw;
}
.section-tokusyu h4:nth-of-type(2) {
  margin-right: 2vw;
}
.section-tokusyu ul {
  float: none;
  margin-bottom: 3vw;
}
.section-tokusyu ul li {
  margin-left: 2vw;
  line-height: 6vw;
  text-align: justify;
  font-size: 3.8vw;
  text-indent: -3vw;
}
.tokusyu-container img.tokusyu-bassai-sab {
  width: 30vw;
  margin-left: 1vw;
}
.access {
  float: none;
}
.access p {
  margin: 4vw 0;
  line-height: 6vw;
  font-size: 4vw;
}
.access p span.telnumber {
  font-size: 5vw;
}
figure.mapcaption a {
  display: block;
}
figure.mapcaption figcaption {
  font-size: 3vw;
}
.box-instagram {
  height: 80vw;
  overflow-y: scroll;
}

.section-recruit h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.section-recruit .content {
  flex-direction: column-reverse;
}

.section-recruit .content .description {
  padding-right: 0;
}

footer div.l1 {
  display: none;
}
footer address ul {
  margin: 0;
  padding: 0;
  border-left: none;
}
footer .company-name {
  font-size: 6vw;
  line-height: 6vw;
  float: none;
}
footer address {
  float: none;
  line-height: 6vw;
}
footer address ul {
  margin: 4vw auto 0;
}
.footer-copyright {
  height: 13vw;
  display: flex;
  align-items: center;
}
.footer-copyright p.copyright {
  text-align: center;
  font-size: 4vw;
  margin-right: 0;
  padding-top: 0;
  width: 100%;
}
body.single-post #container {
  min-height: 100vh;
  position: relative;
}
body.single-post .footer-copyright {
  width: 100%;
  position: absolute;
  bottom: 0;
}
body.page main div.lead,
body.single main div.lead {
  width: 100%;
  padding-left: 0;
  text-align: center;
  font-size: 6vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.page article,
body.single article {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: var(--default-margin-sp);
  padding: 0 var(--default-padding-sp);
  width: auto;
  box-shadow: 0 4px rgb(0 0 0 / 20%);
}

body.page .section-news,
body.single .section-news,
body.page .section-news .breadcrumbs,
body.single .section-news .breadcrumbs {
  font-size: 4vw;
}
body.single {
  background-color: #fff;
}
body.single .main {
  padding-bottom: 10em;
}
body.single .section-news div {
  width: 100%;
}
body.single .section-news .date {
  width: 125px;
}

footer {
  height: 36px;
}

.sp-footer {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: var(--main-color);
  height: 36px;
  line-height: 32px;
  text-align: center;
}

table {
  border: 0;
  width: auto;
}
table th{
  border-right: none;
  padding-bottom: .6em;
  margin-bottom: .6em;
  min-width: 20vw;

}
table thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

table td {
  border-bottom: 1px solid #bbb;
  position: relative;
  padding: .625em .625em .625em 1em;
  border-right: none;
}

table td::before {
  content: attr(data-label);
  font-weight: bold;
  position: absolute;
  left: 10px;
}

table td:last-child {
  border-bottom: 0;
}

.wpcf7-form table tr {
  display: flex;
  flex-wrap: wrap;
}

.wpcf7-form table th {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.wpcf7-form table th p {
  margin-bottom: 0;
}

h1.entry-title {
  font-size: 28px;
}</pre></body></html>