@charset "UTF-8";
.normal {
  font-family: "Noto serif JP", serif;
  font-weight: 400;
}

.normal2 {
  font-family: "Noto serif JP", serif;
  font-weight: 400;
}

.bold {
  font-weight: 700 !important;
}

.row, .rows > *, .rowss > * > * {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
}

.row > *, .rows > * > *, .rowss > * > * > * {
  flex: 1 1 auto;
}

.col, .cols > * {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

.row.fixedrow {
  align-items: flex-start;
}

.row.fixedrow > * {
  flex: 1 0 0%;
}

.row.fixedrow > * + * {
  margin-left: 15px;
}

@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .only-m {
    display: none;
  }
  .pc-row, .pc-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .pc-row > *, .pc-rows > * > * {
    flex: 1 0 0%;
  }
  .pc-col, .pc-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .only-pc {
    display: none;
  }
  main * {
    max-width: 100%;
  }
  .m-row, .m-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .m-row > *, .m-rows > * > * {
    flex: 1 1 auto;
  }
  .m-col, .m-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
.fit {
  flex: 0 0 auto !important;
}

/*-----------------------------------------------------------------*/
/*リセット*/
/*-----------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  /* remember to define focus styles! */
  outline: 0;
}

body {
  background: #fff;
  line-height: 1;
  position: relative;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

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

hr {
  display: none;
}

main {
  display: block;
}

figure {
  margin: 0 !important;
}
figure img:not([width]):not([height]) {
  width: 100%;
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .inr0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .inr0 {
    max-width: 1920px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .inr {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .inr {
    max-width: 1100px;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .inr2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .inr2 {
    max-width: 990px;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .inr3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .inr3 {
    max-width: 780px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .m-noinr {
    margin-left: -15px !important;
    margin-right: -15px !important;
    max-width: none !important;
  }
}

h1, h2, h3, h4, h5, h6, a, p, span {
  font-family: "Noto sans JP", sans-serif;
}

main section p {
  font-family: "Noto sans JP", sans-serif;
}

strong {
  font-weight: 700 !important;
}
strong small {
  font-family: "Noto serif JP", serif;
  font-weight: 400;
}

a {
  color: inherit;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.only-img {
  font-size: 0px;
  line-height: 0px;
}

address {
  font-style: normal;
}

nav {
  display: block;
}

small {
  font-size: 80%;
}

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

.css-att {
  display: none;
}

html[class] {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}

/*-----------------------------------------------------------------*/
/*サイト基本規則*/
/*-----------------------------------------------------------------*/
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  html {
    font-size: 14px;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  html {
    font-size: 17px;
  }
}

body {
  font-family: "Noto serif JP", serif;
  font-weight: 400;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  body {
    min-width: 360px;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  img {
    max-width: 100%;
  }
}

img:not([width]):not([height]) {
  width: auto;
  height: auto;
  max-width: 100%;
}

img.noimg {
  background: url(/wp-content/themes/custom/img/noimg.jpg) no-repeat center /cover rgba(0, 0, 0, 0.1);
  border: 0;
}

span[style*=background-image] {
  display: inline-block;
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

span.vimg[style*=background-image],
.vimgs span[style*=background-image] {
  padding-top: 133.3333333333%;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

a:hover, a:hover:before {
  text-decoration: underline;
}

label {
  cursor: pointer;
}

.none {
  display: none;
}

/*-----------------------------------------------------------------*/
/*サイト個別規則*/
/*-----------------------------------------------------------------*/
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html body.hdr-scrolling .pgtop {
    transform: translateY(-130px);
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html body.hdr-scrolling .pgtop {
    transform: translateY(-150px);
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html body.hdr-scrolling .access-link {
    transform: translateY(-90px);
  }
}
html header .menu {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  overflow-y: auto;
  width: 100%;
  transform: translateY(-130vh);
  transition: all 0.5s;
  max-width: 120vw;
  max-height: 100dvh;
  box-sizing: border-box;
  overflow-x: auto;
  overscroll-behavior: contain;
  opacity: 0;
  margin: 0 auto;
  padding-inline: 15px;
}
html header .menu > ul {
  margin-top: 6vh;
}
html header .menu > ul > li {
  font-family: "Noto sans JP", sans-serif;
  font-size: 120%;
  border-top: 1px dotted #938053;
  text-align: left;
  padding-left: 2em;
}
html header .menu > ul > li:hover {
  color: white;
}
html header .menu > ul > li > a {
  display: block;
  padding: 15px 0;
}
html header .menu > ul > li > a img {
  height: 1.8em !important;
  width: 1.8em !important;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  margin-right: 0.5em;
  transition: all 0.3s;
}
html header .menu > ul > li > a span {
  display: none;
}
html header .menu > ul > li > a:hover img {
  transform: translateX(5px);
}
html header .menu > ul > li ul li {
  text-align: left;
  line-height: 1.5;
  padding-block: 0.5em;
  padding-left: 1em;
}
html header .menu .insta_m {
  font-family: "Noto sans JP", sans-serif;
  position: relative;
  margin-left: 5em;
  margin-top: 2em;
}
html header .menu .insta_m img {
  position: absolute;
  top: -15%;
  left: -15%;
  width: 25px;
  bottom: 0;
  right: 0;
}
html header .menu .online-shop {
  font-family: "Noto sans JP", sans-serif;
  position: relative;
  margin-left: 5em;
  margin-top: 2em;
}
html header .menu .online-shop img {
  position: absolute;
  top: -15%;
  left: -15%;
  width: 25px;
  bottom: 0;
  right: 0;
}
html header .menu .menu_logo {
  transform: scale(0.5);
  position: relative;
  top: -100px;
  right: -70px;
}
html header .menu > .quickmenu {
  display: none;
}
html header .menu .closebtn {
  text-align: center;
}
html header .menu .closebtn a {
  display: inline-flex !important;
  padding: 3px 8px 3px 8px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 999px;
  font-size: 300%;
  margin-top: 5px;
}
html header .menu .closebtn a:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}
html header .menu .hlogo_m {
  text-align: center;
  margin-top: 10vh;
}
html .menu-toggle {
  position: fixed;
  z-index: 100;
  transition: all 0.4s;
  top: 20px;
  right: 20px;
  flex: 0 0 auto;
  background: none;
  border: none;
  padding: calc((40px - 40px) / 2) calc((40px - 40px) / 2);
  box-sizing: content-box;
  border-radius: 999px;
  font-size: 0px;
}
html .menu-toggle button {
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
html .menu-toggle button, html .menu-toggle button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
html .menu-toggle button span {
  position: absolute;
  height: 3px;
  background: #938053;
}
html .menu-toggle button span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 100%;
  animation: menu-bar01 0.75s forwards;
}
html .menu-toggle button span:nth-of-type(2) {
  top: calc(50% - 3px / 2);
  left: 0%;
  width: 100%;
  transition: all 0.25s 0.25s;
}
html .menu-toggle button span:nth-of-type(3) {
  bottom: 0;
  left: 0%;
  width: 100%;
  animation: menu-bar02 0.75s forwards;
}
html .menu-toggle > span {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.6s;
  opacity: 1;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(14px) rotate(45deg);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(14px) rotate(45deg);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(calc(14px * -1)) rotate(-45deg);
  }
  50% {
    transform: translateY(calc(14px * -1)) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(calc(14px * -1)) rotate(0) scaleX(2.5);
  }
  100% {
    transform: translateY(calc(14px * -1)) rotate(-45deg) scaleX(2.5);
  }
}
html body.menu-active nav.menu {
  transform: translateX(0vh);
  opacity: 1;
  overscroll-behavior-y: contain;
}
html body.menu-active .menu-toggle button span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
  transform: rotate(45deg);
  top: 15%;
}
html body.menu-active .menu-toggle button span:nth-of-type(2) {
  opacity: 0;
}
html body.menu-active .menu-toggle button span:nth-of-type(3) {
  animation: active-menu-bar02 0.75s forwards;
  transform: rotate(135deg);
  bottom: unset;
}
html body.menu-active .menu-toggle > span {
  opacity: 0;
}
html body.menu-active .menu-title {
  display: none;
}
html body.menu-active .menu-title2 {
  display: block;
}

p {
  line-height: 1.5;
}

header {
  background-color: white;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  header * {
    font-family: "Noto serif JP", serif;
    font-weight: 400;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  header * {
    color: #071325;
    font-family: "Noto sans JP", sans-serif;
  }
}
header .header-content {
  align-items: center;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  header .header-content {
    padding-top: 20px;
  }
}
header .header-content .topmenu {
  align-items: center;
}
header .header-content .header-info {
  padding-right: 100px;
  gap: 15px;
  justify-content: flex-end;
  margin-bottom: 15px;
  align-items: center;
}
header .header-content .header-info * {
  flex: 0 1 auto;
  font-weight: bold;
  font-family: "UD新ゴNT M";
}
header .header-content .header-info .tel {
  position: relative;
}
header .header-content .header-info .tel img {
  position: absolute;
  top: -10%;
  bottom: 0;
  left: -30%;
}
header .header-content .header-info .time {
  position: relative;
}
header .header-content .header-info .time img {
  position: absolute;
  top: -15%;
  bottom: 0;
  left: 105%;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  header .header-content ul#topmenu_contents {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 90px 30px 30px 30px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-100vh);
    transition: all 1s;
  }
  header .header-content ul#topmenu_contents > li {
    border-bottom: 1px solid #071325;
    text-align: center;
  }
  header .header-content ul#topmenu_contents > li > a {
    display: block;
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
  }
  header .header-content ul#topmenu_contents > li.current > a::before {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    margin-right: 5px;
    vertical-align: middle;
    background: url(/wp-content/themes/custom/img/000001-lhdr01.svg) no-repeat center/contain;
    position: relative;
    top: -2px;
  }
  header .header-content ul#topmenu_contents > li > ul {
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 80%;
    padding-bottom: 15px;
  }
  header .header-content ul#topmenu_contents > li > ul > li {
    flex: 0 0 50%;
  }
  header .header-content ul#topmenu_contents > li > ul > li > a {
    display: block;
    padding: 5px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  header .header-content ul#topmenu_contents {
    align-items: stretch;
  }
  header .header-content ul#topmenu_contents > li {
    text-align: center;
    position: relative;
    margin: 5px 0;
    padding-top: 5px;
    letter-spacing: 0.2em;
  }
  header .header-content ul#topmenu_contents > li > a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  header .header-content ul#topmenu_contents > li > a:hover {
    color: #071325;
    text-decoration: none;
  }
  header .header-content ul#topmenu_contents > li.current > a::before {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    margin-right: 5px;
    vertical-align: middle;
    background: url(/wp-content/themes/custom/img/000001-lhdr01.svg) no-repeat center/contain;
    position: relative;
    top: -2px;
  }
  header .header-content ul#topmenu_contents > li + li {
    border-left: 1px solid #808080;
  }
  header .header-content ul#topmenu_contents > li > ul {
    position: absolute;
    z-index: 999;
    top: calc(3em + 10px);
    max-width: none;
    width: 12em;
    background: rgba(255, 255, 255, 0.7);
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 20px 15px 10px 15px;
    transition: all 0.6s;
  }
  header .header-content ul#topmenu_contents > li > ul > li {
    text-align: left;
    border-bottom: 1px solid #aaa;
  }
  header .header-content ul#topmenu_contents > li > ul > li > a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0;
  }
  header .header-content ul#topmenu_contents > li > ul > li > a:hover {
    color: #071325;
    text-decoration: none;
  }
  header .header-content ul#topmenu_contents > li:hover > ul {
    opacity: 1;
    max-height: 20em;
  }
}
header .header-content .logo_m {
  width: 72px;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  header {
    padding: 10px 0 10px 0;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  header h1 {
    text-align: left;
    z-index: 2;
    position: relative;
    left: -40px;
  }
  header h1 img {
    transform: scale(0.7);
  }
}
header ul li {
  text-align: center;
}
header .menu-title {
  position: fixed;
  z-index: 100;
  transition: all 0.4s;
  top: 65px;
  right: 18px;
  padding: 0px 0px;
  color: #938053;
  font-family: "Noto sans JP", sans-serif;
  font-size: 120%;
}
header .menu-title2 {
  display: none;
  position: fixed;
  z-index: 100;
  transition: all 0.4s;
  top: 65px;
  right: 18px;
  padding: 0px 0px;
  color: #938053;
  font-family: "Noto sans JP", sans-serif;
  font-size: 120%;
}

footer {
  background-color: #938053;
}
footer * {
  font-family: "Noto sans JP", sans-serif;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer {
    padding-bottom: 6.5vh;
  }
}
footer .pgtop {
  position: fixed;
  z-index: 5;
  transition: all 1s;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  footer .pgtop {
    right: 10px;
    bottom: -90px;
    width: 120px;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer .pgtop {
    right: 10px;
    bottom: -90px;
    width: 80px;
  }
}
footer .access {
  margin-inline: 2em;
  text-align: left;
  line-height: 5;
}
footer .access .tel {
  font-size: 120%;
  font-weight: 700;
}
footer .footer-content {
  padding-top: 5vh;
  padding-bottom: 5vh;
  align-items: flex-start;
  justify-content: center;
  gap: 3em;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer .footer-content {
    padding-top: 1em;
  }
}
footer .footer-content > * {
  flex: 0 1 auto;
}
footer .footer-content .footer-nav ul {
  margin-block: 2em;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  footer .footer-content .footer-nav ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1em;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer .footer-content .footer-nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
  }
}
footer .footer-content .footer-nav ul li {
  border-left: 1px solid black;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  footer .footer-content .footer-nav ul li {
    text-align: center;
    line-height: 1.5;
    padding: 0 1em;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer .footer-content .footer-nav ul li {
    line-height: 2;
    text-align: center;
  }
}
footer .footer-content figure.only-m {
  width: 30%;
  margin-inline: auto !important;
}
footer .rights {
  background-color: #071325;
  color: white;
  text-align: center;
}
footer .contact-link_m {
  z-index: 999;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  text-align: center;
  background-color: #071325;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer .contact-link_m {
    display: block;
    position: fixed;
  }
}
footer .contact-link_m .tel {
  font-weight: 700;
  font-size: 120%;
  color: white;
  flex: 0 0 40%;
}
footer .contact-link_m .tel span {
  font-size: 50%;
  border-radius: 8px;
  background-color: #938053;
  padding: 0.5em 1em;
}
footer .contact-link_m .row {
  align-items: center;
  gap: 1em;
  padding-right: 5px;
  padding-inline: 15px;
}
footer .contact-link_m figure {
  padding: 0.2em;
}
footer .contact-link_m figure:nth-child(3) {
  background-color: white;
}

.btns {
  text-align: center;
  color: #5b618d;
  border: 1px solid #5b618d;
  width: 8em;
  position: relative;
  padding: 1em 2em;
  margin: 0 auto;
  z-index: 2;
}
.btns::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-right: 1px solid #5b618d;
  border-bottom: 1px solid #5b618d;
  z-index: -1;
}

html#idx main {
  overflow-x: hidden;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section {
    margin-bottom: 10vh;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section {
    margin-bottom: 20vh;
  }
}
@media screen {
  html#idx main section h3 {
    transition-property: all;
    transition-duration: 1s;
  }
  html#idx main section :nth-child(1 of h3) {
    transition-delay: 0.6s;
  }
  html#idx main section :nth-child(2 of h3) {
    transition-delay: 0.8s;
  }
  html#idx main section :nth-child(3 of h3) {
    transition-delay: 1s;
  }
  html#idx main section :nth-child(4 of h3) {
    transition-delay: 1.2s;
  }
  html#idx main section :nth-child(5 of h3) {
    transition-delay: 1.4s;
  }
  html#idx main section :nth-child(6 of h3) {
    transition-delay: 1.6s;
  }
  html#idx main section :nth-child(7 of h3) {
    transition-delay: 1.8s;
  }
  html#idx main section :nth-child(8 of h3) {
    transition-delay: 2s;
  }
  html#idx main section :nth-child(9 of h3) {
    transition-delay: 2.2s;
  }
  html#idx main section :nth-child(10 of h3) {
    transition-delay: 2.4s;
  }
  html#idx main section.watchscroll:not(.scrolling) h3 {
    opacity: 0;
    transform: translateY(50px);
  }
}
@media screen {
  html#idx main section .btns {
    transition-property: all;
    transition-duration: 1s;
  }
  html#idx main section :nth-child(1 of .btns) {
    transition-delay: 1.6s;
  }
  html#idx main section :nth-child(2 of .btns) {
    transition-delay: 1.8s;
  }
  html#idx main section :nth-child(3 of .btns) {
    transition-delay: 2s;
  }
  html#idx main section :nth-child(4 of .btns) {
    transition-delay: 2.2s;
  }
  html#idx main section :nth-child(5 of .btns) {
    transition-delay: 2.4s;
  }
  html#idx main section :nth-child(6 of .btns) {
    transition-delay: 2.6s;
  }
  html#idx main section :nth-child(7 of .btns) {
    transition-delay: 2.8s;
  }
  html#idx main section :nth-child(8 of .btns) {
    transition-delay: 3s;
  }
  html#idx main section :nth-child(9 of .btns) {
    transition-delay: 3.2s;
  }
  html#idx main section :nth-child(10 of .btns) {
    transition-delay: 3.4s;
  }
  html#idx main section.watchscroll:not(.scrolling) .btns {
    opacity: 0;
    transform: translateY(50px);
  }
}
html#idx main section h3 span[lang=jp] {
  color: #0D1549;
  font-size: 200%;
  display: block;
  font-family: "Noto serif JP", serif;
  font-weight: 400;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-align: center;
}
html#idx main section h3 span[lang=en] {
  text-align: center;
  display: block;
  color: #808080;
  font-weight: 700;
  width: 10em;
  margin: 0 auto;
  border-top: 3px solid #808080;
  padding-top: 0.5em;
}
html#idx main section#s01_fv {
  position: relative;
  padding-bottom: 5vh;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s01_fv figure {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 47%;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s01_fv figure {
    position: absolute;
    z-index: 2;
    top: 28%;
    left: 0;
    bottom: 0;
    right: 23%;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s01_fv h2 {
    position: absolute;
    top: 30%;
    left: 27%;
    bottom: 0;
    z-index: 3;
    font-size: 42px;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s01_fv h2 {
    font-size: 200%;
    text-align: center;
  }
}
html#idx main section#s01_fv h2 span {
  margin-top: 3em;
  font-size: 50%;
  color: #938053;
}
html#idx main section#s01_fv h2 strong {
  line-height: 2;
}
html#idx main section#s01_fv #slider {
  max-width: none !important;
}
html#idx main section#s01_fv #slider * {
  max-width: none !important;
}
html#idx main section#s01_fv #slider img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s01_fv #slider img {
    width: 100%;
    height: 100%;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s01_fv #slider img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
html#idx main section#s01_fv #slider li {
  max-width: 100%;
  display: block;
}
html#idx main section#s01_fv #slider_m {
  max-width: none !important;
}
html#idx main section#s01_fv #slider_m * {
  max-width: none !important;
}
html#idx main section#s01_fv #slider_m img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s01_fv #slider_m img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s02_news h3 {
    margin-bottom: 3em;
  }
}
html#idx main section#s02_news .pc-row > div:first-child {
  flex: 0 0 30%;
}
html#idx main section#s02_news .pc-row .contents .content {
  padding: 1em;
  border-top: 1px solid #808080;
}
html#idx main section#s02_news .pc-row .contents .content:last-child {
  border-bottom: 1px solid #808080;
}
html#idx main section#s02_news .btns {
  margin-top: 100px;
}
html#idx main section#s03_aboutus {
  position: relative;
}
@media screen {
  html#idx main section#s03_aboutus figure {
    transition-property: all;
    transition-duration: 1s;
  }
  html#idx main section#s03_aboutus :nth-child(1 of figure) {
    transition-delay: 0.6s;
  }
  html#idx main section#s03_aboutus :nth-child(2 of figure) {
    transition-delay: 0.8s;
  }
  html#idx main section#s03_aboutus :nth-child(3 of figure) {
    transition-delay: 1s;
  }
  html#idx main section#s03_aboutus :nth-child(4 of figure) {
    transition-delay: 1.2s;
  }
  html#idx main section#s03_aboutus :nth-child(5 of figure) {
    transition-delay: 1.4s;
  }
  html#idx main section#s03_aboutus :nth-child(6 of figure) {
    transition-delay: 1.6s;
  }
  html#idx main section#s03_aboutus :nth-child(7 of figure) {
    transition-delay: 1.8s;
  }
  html#idx main section#s03_aboutus :nth-child(8 of figure) {
    transition-delay: 2s;
  }
  html#idx main section#s03_aboutus :nth-child(9 of figure) {
    transition-delay: 2.2s;
  }
  html#idx main section#s03_aboutus :nth-child(10 of figure) {
    transition-delay: 2.4s;
  }
  html#idx main section#s03_aboutus.watchscroll:not(.scrolling) figure {
    opacity: 0;
    transform: translatex(50px);
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s03_aboutus {
    background: url(/wp-content/themes/custom/img/top_bk.svg) no-repeat -20vw top/80%;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s03_aboutus h3 span {
    text-align: left;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s03_aboutus h3 span {
    text-align: center;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s03_aboutus p {
    line-height: 3;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s03_aboutus p {
    line-height: 2;
  }
}
html#idx main section#s03_aboutus h4 {
  font-size: 150%;
  color: #808080;
  margin-block: 5vh;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s03_aboutus h4 {
    text-align: center;
  }
}
html#idx main section#s03_aboutus strong {
  font-size: 130%;
}
html#idx main section#s03_aboutus figure#s03_01 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60%;
  z-index: 2;
}
html#idx main section#s03_aboutus figure#s03_01:before {
  position: absolute;
  content: "";
  width: 33vw;
  background-color: rgba(128, 128, 128, 0.2);
  height: 220px;
  z-index: -1;
  left: 130px;
  overflow-x: hidden;
}
html#idx main section#s03_aboutus figure#s03_02 {
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 60%;
}
html#idx main section#s03_aboutus figure#s03_02:before {
  position: absolute;
  content: "";
  width: 33vw;
  background-color: rgba(145, 128, 83, 0.2);
  height: 316px;
  z-index: -1;
  left: 130px;
  overflow-x: hidden;
}
html#idx main section#s03_aboutus .btns {
  margin-top: 5vh;
  color: white;
  background-color: #5b618d;
}
html#idx main section#s04_service > div {
  background-color: #2d5c93;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s04_service > div {
    padding-inline: 30px;
  }
}
html#idx main section#s04_service > div ul {
  max-width: 1710px;
  margin: 5vh auto;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s04_service > div ul {
    display: flex;
    padding-inline: 5px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s04_service > div ul li:nth-child(1) {
    background: url(/wp-content/themes/custom/img/1.jpg) no-repeat;
  }
  html#idx main section#s04_service > div ul li:nth-child(2) {
    background: url(/wp-content/themes/custom/img/2.jpg) no-repeat;
  }
  html#idx main section#s04_service > div ul li:nth-child(3) {
    background: url(/wp-content/themes/custom/img/3.jpg) no-repeat;
  }
  html#idx main section#s04_service > div ul li:nth-child(4) {
    background: url(/wp-content/themes/custom/img/4.jpg) no-repeat;
  }
  html#idx main section#s04_service > div ul li:nth-child(5) {
    background: url(/wp-content/themes/custom/img/5.jpg) no-repeat;
  }
  html#idx main section#s04_service > div ul li:nth-child(6) {
    background: url(/wp-content/themes/custom/img/6.jpg) no-repeat;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s04_service > div ul {
    background-color: white;
  }
  html#idx main section#s04_service > div ul li:nth-child(1) h4 {
    background: url(/wp-content/themes/custom/img/s04_1.png) no-repeat top/cover;
    padding-block: 1em;
  }
  html#idx main section#s04_service > div ul li:nth-child(2) h4 {
    background: url(/wp-content/themes/custom/img/s04_2.png) no-repeat top/cover;
    padding-block: 1em;
  }
  html#idx main section#s04_service > div ul li:nth-child(3) h4 {
    background: url(/wp-content/themes/custom/img/s04_3.png) no-repeat top/cover;
    padding-block: 1em;
  }
  html#idx main section#s04_service > div ul li:nth-child(4) h4 {
    background: url(/wp-content/themes/custom/img/s04_4.png) no-repeat top/cover;
    padding-block: 1em;
  }
  html#idx main section#s04_service > div ul li:nth-child(5) h4 {
    background: url(/wp-content/themes/custom/img/s04_5.png) no-repeat top/cover;
    padding-block: 1em;
  }
  html#idx main section#s04_service > div ul li:nth-child(6) h4 {
    background: url(/wp-content/themes/custom/img/s04_6.png) no-repeat top/cover;
    padding-block: 1em;
  }
}
html#idx main section#s04_service > div ul li {
  text-align: center;
  color: white;
  position: relative;
  line-height: 1.5;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s04_service > div ul li {
    background-color: #071325;
    height: 300px;
    padding: 1em;
    flex: 0 0 30%;
    border: 2.5px solid white;
  }
  html#idx main section#s04_service > div ul li:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  html#idx main section#s04_service > div ul li:nth-child(4) {
    border-top: none;
    border-right: none;
  }
  html#idx main section#s04_service > div ul li:nth-child(5) {
    border-top: none;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s04_service > div ul li {
    padding: 1.5em 0;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s04_service > div ul li {
    line-height: 2;
  }
}
html#idx main section#s04_service > div ul li h4 {
  font-family: "Noto serif JP", serif;
  font-weight: 400;
  font-size: 150%;
  line-height: 1.5;
  z-index: 2;
  position: relative;
  font-weight: 700;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s04_service > div ul li h4 {
    padding-top: 3em;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s04_service > div ul li p {
    position: relative;
    z-index: 2;
    font-weight: 700;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s04_service > div ul li p strong {
    text-align: center;
    font-size: 120%;
    font-weight: 700;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s04_service > div ul li .hover-only {
    display: none;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s04_service > div ul li .hover-only {
    color: black;
    text-align: left;
    font-weight: 400;
    padding-inline: 15px;
    line-height: 2;
    padding-block: 1em;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s04_service > div ul li:hover {
    color: #2d5c93;
  }
  html#idx main section#s04_service > div ul li:hover .hover-only {
    display: block;
  }
  html#idx main section#s04_service > div ul li:hover:nth-child(1) h4 {
    padding-top: 0;
  }
  html#idx main section#s04_service > div ul li:hover:before {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s04_service > div ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 21, 73, 0.8);
    z-index: 1;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s04_service > div ul li:first-child {
    padding: 1em 0;
  }
}
html#idx main section#s04_service > div ul .act {
  text-align: center;
  margin-top: 1em;
}
html#idx main section#s04_service > div ul small {
  font-size: 70%;
}
html#idx main section#s04_service .btns {
  margin-top: 5vh;
  padding: 1em 2em;
  color: white;
  background-color: #5b618d;
}
html#idx main section#s05_shop p {
  text-align: center;
}
html#idx main section#s05_shop h3 {
  margin-bottom: 3em;
}
html#idx main section#s06_instagram {
  background-color: #e9e9e9;
  margin-block: 10vh;
  padding-block: 15vh;
}
html#idx main section#s07_cases ul {
  margin-block: 3em;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s07_cases ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    gap: 15px;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s07_cases ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33.3333333333%, 1fr));
    gap: 15px;
  }
}
html#idx main section#s07_cases ul li {
  text-align: center;
  border: 1px solid #808080;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s07_cases ul li {
    padding: 2em;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s07_cases ul li {
    padding: 1em;
  }
}
html#idx main section#s07_cases ul li > * {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 15em;
}
html#idx main section#s07_cases .btns {
  margin-top: 5vh;
  padding: 1em 2em;
  color: white;
  background-color: #5b618d;
}
html#idx main section#s08_recruit .bk {
  background: url(/wp-content/themes/custom/img/s08_bk.png) no-repeat center;
  position: relative;
  padding-block: 5em;
}
html#idx main section#s08_recruit .bk:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
html#idx main section#s08_recruit .bk h3 {
  position: relative;
  z-index: 2;
}
html#idx main section#s08_recruit p {
  text-align: center;
}
html#idx main section#s08_recruit h4 {
  text-align: center;
  font-size: 150%;
  margin-block: 2em;
  color: #0D1549;
  font-family: "Noto serif JP", serif;
  font-weight: 400;
  font-size: 700 !important;
}
html#idx main section#s08_recruit .pc-row {
  justify-content: center;
  margin-block: 3em;
  gap: 30px;
}
html#idx main section#s08_recruit .pc-row > p {
  flex: 0 1 auto;
  text-align: center;
}
html#idx main section#s08_recruit .btns {
  margin-top: 5vh;
  padding: 1em 2em;
  color: white;
  background-color: #5b618d;
}

html.sec header {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
}
html.sec main .breadcrumb {
  font-size: 80%;
  margin-top: 1em;
  position: relative;
  z-index: 0;
}
@media screen {
  html.sec main section h3 {
    transition-property: all;
    transition-duration: 1s;
  }
  html.sec main section :nth-child(1 of h3) {
    transition-delay: 0.6s;
  }
  html.sec main section :nth-child(2 of h3) {
    transition-delay: 0.8s;
  }
  html.sec main section :nth-child(3 of h3) {
    transition-delay: 1s;
  }
  html.sec main section :nth-child(4 of h3) {
    transition-delay: 1.2s;
  }
  html.sec main section :nth-child(5 of h3) {
    transition-delay: 1.4s;
  }
  html.sec main section :nth-child(6 of h3) {
    transition-delay: 1.6s;
  }
  html.sec main section :nth-child(7 of h3) {
    transition-delay: 1.8s;
  }
  html.sec main section :nth-child(8 of h3) {
    transition-delay: 2s;
  }
  html.sec main section :nth-child(9 of h3) {
    transition-delay: 2.2s;
  }
  html.sec main section :nth-child(10 of h3) {
    transition-delay: 2.4s;
  }
  html.sec main section.watchscroll:not(.scrolling) h3 {
    opacity: 0;
    transform: translateY(50px);
  }
}
@media screen {
  html.sec main section .btns {
    transition-property: all;
    transition-duration: 1s;
  }
  html.sec main section :nth-child(1 of .btns) {
    transition-delay: 1.6s;
  }
  html.sec main section :nth-child(2 of .btns) {
    transition-delay: 1.8s;
  }
  html.sec main section :nth-child(3 of .btns) {
    transition-delay: 2s;
  }
  html.sec main section :nth-child(4 of .btns) {
    transition-delay: 2.2s;
  }
  html.sec main section :nth-child(5 of .btns) {
    transition-delay: 2.4s;
  }
  html.sec main section :nth-child(6 of .btns) {
    transition-delay: 2.6s;
  }
  html.sec main section :nth-child(7 of .btns) {
    transition-delay: 2.8s;
  }
  html.sec main section :nth-child(8 of .btns) {
    transition-delay: 3s;
  }
  html.sec main section :nth-child(9 of .btns) {
    transition-delay: 3.2s;
  }
  html.sec main section :nth-child(10 of .btns) {
    transition-delay: 3.4s;
  }
  html.sec main section.watchscroll:not(.scrolling) .btns {
    opacity: 0;
    transform: translateY(50px);
  }
}
html.sec main .sectitle {
  position: relative;
}
@media screen {
  html.sec main .sectitle h2 {
    transition-property: all;
    transition-duration: 1s;
  }
  html.sec main .sectitle :nth-child(1 of h2) {
    transition-delay: 0.6s;
  }
  html.sec main .sectitle :nth-child(2 of h2) {
    transition-delay: 0.8s;
  }
  html.sec main .sectitle :nth-child(3 of h2) {
    transition-delay: 1s;
  }
  html.sec main .sectitle :nth-child(4 of h2) {
    transition-delay: 1.2s;
  }
  html.sec main .sectitle :nth-child(5 of h2) {
    transition-delay: 1.4s;
  }
  html.sec main .sectitle :nth-child(6 of h2) {
    transition-delay: 1.6s;
  }
  html.sec main .sectitle :nth-child(7 of h2) {
    transition-delay: 1.8s;
  }
  html.sec main .sectitle :nth-child(8 of h2) {
    transition-delay: 2s;
  }
  html.sec main .sectitle :nth-child(9 of h2) {
    transition-delay: 2.2s;
  }
  html.sec main .sectitle :nth-child(10 of h2) {
    transition-delay: 2.4s;
  }
  html.sec main .sectitle.watchscroll:not(.scrolling) h2 {
    opacity: 0;
    transform: translateY(50px);
  }
}
@media screen {
  html.sec main .sectitle .sec_fv {
    transition-property: all;
    transition-duration: 1s;
  }
  html.sec main .sectitle :nth-child(1 of .sec_fv) {
    transition-delay: 0.6s;
  }
  html.sec main .sectitle :nth-child(2 of .sec_fv) {
    transition-delay: 0.8s;
  }
  html.sec main .sectitle :nth-child(3 of .sec_fv) {
    transition-delay: 1s;
  }
  html.sec main .sectitle :nth-child(4 of .sec_fv) {
    transition-delay: 1.2s;
  }
  html.sec main .sectitle :nth-child(5 of .sec_fv) {
    transition-delay: 1.4s;
  }
  html.sec main .sectitle :nth-child(6 of .sec_fv) {
    transition-delay: 1.6s;
  }
  html.sec main .sectitle :nth-child(7 of .sec_fv) {
    transition-delay: 1.8s;
  }
  html.sec main .sectitle :nth-child(8 of .sec_fv) {
    transition-delay: 2s;
  }
  html.sec main .sectitle :nth-child(9 of .sec_fv) {
    transition-delay: 2.2s;
  }
  html.sec main .sectitle :nth-child(10 of .sec_fv) {
    transition-delay: 2.4s;
  }
  html.sec main .sectitle.watchscroll:not(.scrolling) .sec_fv {
    opacity: 0;
    transform: translateX(-50px);
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html.sec main .sectitle {
    height: 400px;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html.sec main .sectitle {
    height: 300px;
  }
}
html.sec main .sectitle .sec_fv {
  z-index: -1;
  position: absolute;
  bottom: 0;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html.sec main .sectitle .sec_fv {
    top: -40%;
    left: 45%;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html.sec main .sectitle .sec_fv {
    top: -10%;
    left: -5%;
    transform: scale(1.2);
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html.sec main .sectitle .inr {
    padding-top: 7em;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html.sec main .sectitle .inr {
    padding-top: 5em;
  }
}
html.sec main .sectitle h2 {
  color: #0D1549;
  font-size: 250%;
  font-family: "Noto serif JP", serif;
  font-weight: 400;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.2em;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html.sec main .sectitle h2 {
    text-align: center;
  }
}
html.sec main .sectitle h2:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  bottom: 0;
  background: url(/wp-content/themes/custom/img/sec_h2.svg) no-repeat;
  width: 6.5em;
  height: 2em;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html.sec main .sectitle h2:before {
    left: 40%;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html.sec main .sectitle h2:before {
    left: -5%;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html.sec main section:not(.sectitle) {
    margin-block: 10vh;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html.sec main section:not(.sectitle) {
    margin-block: 5vh;
  }
}
html.sec main section:not(.sectitle) h3 {
  margin-bottom: 1em;
}
html.sec main section:not(.sectitle) h3 span[lang=jp] {
  color: #0D1549;
  font-size: 200%;
  display: block;
  font-family: "Noto serif JP", serif;
  font-weight: 400;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
}
html.sec main section:not(.sectitle) h3 span[lang=en] {
  text-align: center;
  display: block;
  color: #938053;
  font-weight: 700;
  width: 100%;
  margin: 0 auto;
  padding-top: 0.5em;
  line-height: 1.5;
}
html.sec main section:not(.sectitle) h3::after {
  content: "";
  display: block;
  width: 10em;
  height: 4px;
  border-bottom: 4px solid #938053;
  margin: 0 auto;
}
html.sec main section:not(.sectitle) h3 small {
  font-size: 60%;
}
html.sec main section:not(.sectitle) h4 {
  font-size: 130%;
  color: #0D1549;
  text-align: center;
  font-family: "Noto serif JP", serif;
  font-weight: 400;
  font-weight: 700;
  margin-bottom: 1em;
}
html.sec main .pagenation {
  text-align: center;
  margin-top: 2em;
}
html.sec main .pagenation a {
  padding: 0.5em 1em;
  background-color: white;
}
html.sec main .pagenation .current {
  color: white;
  background-color: #0D1549;
  padding: 0.5em 1em;
}

@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#company main .sectitle {
    height: 400px;
  }
}
html#company main section#s01_profile .inr3 table {
  font-family: "Noto sans JP", sans-serif;
  margin: 2em auto;
  border-collapse: collapse;
  width: 100%;
}
html#company main section#s01_profile .inr3 table tr {
  border-top: 2px solid #808080;
}
html#company main section#s01_profile .inr3 table tr th {
  padding: 1em;
}
html#company main section#s01_profile .inr3 table tr:last-child {
  border-bottom: 2px solid #808080;
}
html#company main section#s02_greeting {
  position: relative;
  background: url(/wp-content/themes/custom/img/04/04_s02_bk.png) repeat center/cover;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#company main section#s02_greeting {
    padding-block: 3em;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#company main section#s02_greeting {
    padding-block: 2em;
  }
}
html#company main section#s02_greeting .inr .message {
  margin-block: 1em;
}
html#company main section#s02_greeting .inr .message p {
  text-align: center;
  font-family: "Noto serif JP", serif;
  font-weight: 400;
  font-weight: 700;
  line-height: 2;
}
html#company main section#s02_greeting .inr .message p:first-child {
  font-size: 130%;
  margin-bottom: 1em;
}
html#company main section#s02_greeting .inr .message p:nth-child(7) {
  margin-block: 1em;
  font-size: 120%;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#company main section#s02_greeting .inr .message #president img {
    transform: scale(0.2);
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#company main section#s02_greeting .inr .message #president_m img {
    transform: scale(0.5);
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#company main section#s02_greeting figure {
    width: 100%;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#company main section#s02_greeting figure {
    position: absolute;
    top: 60%;
    left: 0;
    bottom: 0;
    width: clamp(500px, 60vw, 100vw);
  }
}
html#company main section#s03_access {
  margin-bottom: 0;
}
html#company main section#s03_access .pc-row {
  justify-content: center;
  align-items: stretch;
  margin-block: 3em;
  background-color: rgba(139, 128, 83, 0.5);
}
html#company main section#s03_access .pc-row > * {
  flex: 0 0 auto;
}
html#company main section#s03_access .pc-row .transform {
  padding: 2em;
  position: relative;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#company main section#s03_access .pc-row .transform {
    background-color: white;
  }
}
html#company main section#s03_access .pc-row .transform > * {
  position: relative;
  z-index: 2;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#company main section#s03_access .pc-row .transform > * {
    left: -50px;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#company main section#s03_access .pc-row .transform::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 120%;
    height: 100%;
    background-color: white;
    transform: skewX(-35deg);
    z-index: 1;
  }
}

html#service main section.sectitle {
  height: 400px;
}
@media screen {
  html#service main section.sectitle .s01_fv {
    transition-property: all;
    transition-duration: 1s;
  }
  html#service main section.sectitle :nth-child(1 of .s01_fv) {
    transition-delay: 1.6s;
  }
  html#service main section.sectitle :nth-child(2 of .s01_fv) {
    transition-delay: 1.8s;
  }
  html#service main section.sectitle :nth-child(3 of .s01_fv) {
    transition-delay: 2s;
  }
  html#service main section.sectitle :nth-child(4 of .s01_fv) {
    transition-delay: 2.2s;
  }
  html#service main section.sectitle :nth-child(5 of .s01_fv) {
    transition-delay: 2.4s;
  }
  html#service main section.sectitle :nth-child(6 of .s01_fv) {
    transition-delay: 2.6s;
  }
  html#service main section.sectitle :nth-child(7 of .s01_fv) {
    transition-delay: 2.8s;
  }
  html#service main section.sectitle :nth-child(8 of .s01_fv) {
    transition-delay: 3s;
  }
  html#service main section.sectitle :nth-child(9 of .s01_fv) {
    transition-delay: 3.2s;
  }
  html#service main section.sectitle :nth-child(10 of .s01_fv) {
    transition-delay: 3.4s;
  }
  html#service main section.sectitle.watchscroll:not(.scrolling) .s01_fv {
    opacity: 0;
    transform: translatex(-50px);
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#service main section.sectitle .s01_fv {
    position: absolute;
    top: 60%;
    left: -15%;
    width: 70vw;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#service main section.sectitle .s01_fv {
    padding-top: 10em;
  }
}
html#service main section#s01_painting h3 {
  margin-bottom: 2em;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#service main section#s01_painting {
    margin-top: 20vh;
  }
}
html#service main section#s01_painting p {
  text-align: center;
}
html#service main section#s01_painting .act {
  margin-block: 3em;
  color: #BF000E;
  border: 1px solid #BF000E;
  font-family: "Noto serif JP", serif;
  font-weight: 400;
  font-weight: 700;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#service main section#s01_painting .act {
    font-size: 150%;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#service main section#s01_painting .act {
    font-size: 120%;
    padding: 1em 0;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#service main section#s01_painting .plan ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    gap: 15px;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#service main section#s01_painting .plan ul li {
    display: flex;
    border-bottom: 1px solid #808080;
    margin-bottom: 1em;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#service main section#s01_painting .plan ul li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    border-right: 1px solid #808080;
  }
}
html#service main section#s01_painting .plan ul li:last-child {
  border-right: none;
}
html#service main section#s01_painting .plan ul li .price {
  color: #BF000E;
  font-weight: 400;
  position: relative;
}
html#service main section#s01_painting .plan ul li .price span {
  font-size: 300%;
  font-weight: 500;
  letter-spacing: 0.2em;
}
html#service main section#s01_painting .plan ul li .price::after {
  content: "(税抜)";
  width: 3em;
  height: auto;
  position: absolute;
  right: 0;
  top: 15%;
  left: 52%;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) {
    background: linear-gradient(121deg, #E7E7E7 0%, #E7E7E7 50%, rgba(143, 128, 83, 0.8) 50%, rgba(143, 128, 83, 0.8) 100%);
  }
}
@media screen {
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) .pc-row > figure {
    transition-property: all;
    transition-duration: 1s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) :nth-child(1 of .pc-row > figure) {
    transition-delay: 1.6s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) :nth-child(2 of .pc-row > figure) {
    transition-delay: 1.8s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) :nth-child(3 of .pc-row > figure) {
    transition-delay: 2s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) :nth-child(4 of .pc-row > figure) {
    transition-delay: 2.2s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) :nth-child(5 of .pc-row > figure) {
    transition-delay: 2.4s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) :nth-child(6 of .pc-row > figure) {
    transition-delay: 2.6s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) :nth-child(7 of .pc-row > figure) {
    transition-delay: 2.8s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) :nth-child(8 of .pc-row > figure) {
    transition-delay: 3s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) :nth-child(9 of .pc-row > figure) {
    transition-delay: 3.2s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) :nth-child(10 of .pc-row > figure) {
    transition-delay: 3.4s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even).watchscroll:not(.scrolling) .pc-row > figure {
    opacity: 0;
    transform: translatex(50px);
  }
}
html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) .pc-row {
  flex-direction: row-reverse;
  position: relative;
}
html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) .pc-row > div {
  position: relative;
}
html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) .pc-row > div > * {
  z-index: 2;
}
html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) .pc-row > figure {
  position: relative;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(even) .pc-row > figure {
    left: -12px;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(odd) {
    background: linear-gradient(60deg, rgba(143, 128, 83, 0.8) 0%, rgba(143, 128, 83, 0.8) 50%, #E7E7E7 50%, #E7E7E7 100%);
  }
}
@media screen {
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(odd) .pc-row > figure {
    transition-property: all;
    transition-duration: 1s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(odd) :nth-child(1 of .pc-row > figure) {
    transition-delay: 1.6s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(odd) :nth-child(2 of .pc-row > figure) {
    transition-delay: 1.8s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(odd) :nth-child(3 of .pc-row > figure) {
    transition-delay: 2s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(odd) :nth-child(4 of .pc-row > figure) {
    transition-delay: 2.2s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(odd) :nth-child(5 of .pc-row > figure) {
    transition-delay: 2.4s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(odd) :nth-child(6 of .pc-row > figure) {
    transition-delay: 2.6s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(odd) :nth-child(7 of .pc-row > figure) {
    transition-delay: 2.8s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(odd) :nth-child(8 of .pc-row > figure) {
    transition-delay: 3s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(odd) :nth-child(9 of .pc-row > figure) {
    transition-delay: 3.2s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(odd) :nth-child(10 of .pc-row > figure) {
    transition-delay: 3.4s;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy):nth-child(odd).watchscroll:not(.scrolling) .pc-row > figure {
    opacity: 0;
    transform: translatex(-50px);
  }
}
html#service main section:not(#s01_painting, .sectitle, #s07_diy) .pc-row {
  justify-content: center;
  position: relative;
}
html#service main section:not(#s01_painting, .sectitle, #s07_diy) .pc-row > div {
  position: relative;
  flex: 0 0 auto;
}
html#service main section:not(#s01_painting, .sectitle, #s07_diy) .pc-row > div > * {
  z-index: 2;
}
html#service main section:not(#s01_painting, .sectitle, #s07_diy) .pc-row > figure {
  position: relative;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#service main section:not(#s01_painting, .sectitle, #s07_diy) .pc-row > figure {
    left: 40px;
    flex: 0 0 auto;
  }
}
html#service main section:not(#s01_painting, .sectitle, #s07_diy) .pc-row > div {
  max-width: 30em;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#service main section:not(#s01_painting, .sectitle, #s07_diy) {
    margin-block: 0;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#service main section:not(#s01_painting, .sectitle, #s07_diy) {
    margin-block: 5em;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#service main section:not(#s01_painting, .sectitle, #s07_diy) .pc-row h3 {
    margin-top: 2em;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#service main section:not(#s01_painting, .sectitle, #s07_diy) .pc-row h3 {
    margin-top: 1em;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#service main section:not(#s01_painting, .sectitle, #s07_diy) .pc-row h3 > * {
    text-align: left;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#service main section:not(#s01_painting, .sectitle, #s07_diy) .pc-row h3::after {
    margin: 0;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#service main section:not(#s01_painting, .sectitle, #s07_diy) .pc-row > div {
    padding-inline: 15px;
  }
  html#service main section:not(#s01_painting, .sectitle, #s07_diy) .pc-row > div p {
    text-align: center;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#service main section#s05_board .pc-row > figure {
    left: -15px;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#service main section#s04_water .pc-row > figure {
    left: -42px !important;
  }
}
html#service main section#s07_diy p {
  text-align: center;
}

@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#recruit main section.sectitle {
    height: 400px;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#recruit main section.sectitle .inr {
    padding-top: 2em;
  }
}
html#recruit main section.sectitle .inr div {
  text-align: center;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#recruit main section.sectitle .inr div {
    margin-top: 3em;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#recruit main section.sectitle .inr div {
    margin-top: 10em;
  }
}
html#recruit main section.sectitle .inr div p {
  line-height: 2;
}
html#recruit main section.sectitle .inr div .act {
  font-size: 130%;
  font-weight: 700;
  margin-block: 1em;
}
html#recruit main section#s01_intro {
  margin-block: 0;
  margin-top: 10vh;
}
html#recruit main section#s02_recruit_post {
  margin-block: 0;
  padding-bottom: 10vh;
  background: url(/wp-content/themes/custom/img/04/04_s02_bk.png) repeat center/cover;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#recruit main section#s02_recruit_post .only-m {
    display: none !important;
  }
}
html#recruit main section#s02_recruit_post ul {
  padding-top: 5em;
}
html#recruit main section#s02_recruit_post ul li {
  gap: 15px;
  border: 1px solid #808080;
  border-radius: 16px;
  padding: 2em;
}
html#recruit main section#s02_recruit_post ul li .pc-row {
  gap: 50px;
}
html#recruit main section#s02_recruit_post ul li .pc-row h4 {
  text-align: left;
}
html#recruit main section#s02_recruit_post ul li .pc-row .post_img {
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 25px;
}
html#recruit main section#s02_recruit_post ul li .pc-row .post_img .btns {
  padding: 1em 2em;
  color: white;
  background-color: #5b618d;
  width: 10em;
  margin-top: 7em;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#recruit main section#s02_recruit_post ul li .pc-row .post_img .btns {
    font-size: 70%;
  }
}
html#recruit main section#s02_recruit_post ul li table {
  margin-bottom: 2em;
  font-family: "Noto sans JP", sans-serif;
}
html#recruit main section#s02_recruit_post ul li table tr {
  border-bottom: 1px solid #808080;
}
html#recruit main section#s02_recruit_post ul li table tr th {
  padding: 1em;
  width: 5em;
}
html#recruit main section#s02_recruit_post ul li table tr td {
  line-height: 1.5;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#recruit main section#s02_recruit_post ul li table tr td {
    width: 40em;
  }
}
html#recruit main section#s02_recruit_post ul li h5 {
  font-size: 120%;
  border-bottom: 1px solid #808080;
  line-height: 2;
}
html#recruit main section#s02_recruit_post ul .no_post {
  justify-content: center;
  align-items: center;
  padding: 1em;
  border-radius: 16px;
  border: 1px solid #808080;
  text-align: center;
}
html#recruit main section#s02_recruit_post ul .no_post > figure {
  flex: 0 0 10%;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#recruit main section#s02_recruit_post ul .no_post > figure {
    width: 5em;
    margin: 0 auto !important;
  }
}
html#recruit main section#s02_recruit_post ul .no_post > p {
  flex: 0 0 auto;
}

html#news main section#news_list {
  margin-block: 0;
  padding-bottom: 20vh;
  background: url(/wp-content/themes/custom/img/04/04_s02_bk.png) repeat center/cover;
}
html#news main section#news_list .inr2 h3 {
  text-align: left;
  font-size: 200%;
  color: #0D1549;
  position: relative;
  top: 30px;
  font-family: "Noto serif JP", serif;
  font-weight: 400;
  font-weight: 700;
}
html#news main section#news_list .inr2 h3::after {
  display: none;
}
html#news main section#news_list .inr2 ul {
  background-color: white;
  border-top: 2px solid #808080;
}
html#news main section#news_list .inr2 ul .row {
  padding: 2em;
  border-bottom: 1px solid #808080;
  gap: 15px;
}
html#news main section#news_list .inr2 ul .row > figure {
  flex: 0 0 20%;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#news main section#news_list .inr2 ul .row > figure img {
    max-width: 240px;
    width: 240px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#news main section#news_list .inr2 ul .row > figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
html#news main section#news_list .inr2 ul .row h4 {
  text-align: left;
}
html#news main section#news_list .inr2 ul .row .date {
  color: #0D1549;
}
html#news main section#news_list .inr2 ul .row .content + p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 15em;
}

html.post main .navigation {
  margin-bottom: 3em;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  color: #0D1549;
}
html.post main .navigation > * {
  flex: 0 0 auto;
}
html.post main section.news_content {
  margin-block: 0;
  padding-bottom: 20vh;
  padding-top: 2em;
  background: url(/wp-content/themes/custom/img/04/04_s02_bk.png) repeat center/cover;
}
html.post main section.news_content .inr2 .cont_title {
  justify-content: flex-start;
  gap: 15px;
}
html.post main section.news_content .inr2 .cont_title > * {
  flex: 0 0 auto;
  text-align: left;
}
html.post main section.news_content .inr2 .contents {
  background-color: white;
  padding: 2em;
  border-top: 2px solid #808080;
  border-bottom: 2px solid #808080;
  justify-content: flex-start;
  gap: 25px;
}
html.post main section.news_content .inr2 .contents > figure {
  flex: 0 0 20%;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html.post main section.news_content .inr2 .contents > figure img {
    max-width: 240px;
    width: 240px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html.post main section.news_content .inr2 .contents > figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
html.post main section.news_content .inr2 .contents > p {
  flex: 1 0 auto;
  max-width: 20em;
}
html.post main section.news_content .btns {
  color: white;
  background-color: #5b618d;
}

html#cases section#cases_list {
  margin-block: 0;
  padding-top: 3em;
  padding-bottom: 20vh;
  background: url(/wp-content/themes/custom/img/04/04_s02_bk.png) repeat center/cover, rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#cases section#cases_list ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    gap: 25px;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#cases section#cases_list ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33.3333333333%, 1fr));
    gap: 15px;
  }
}
html#cases section#cases_list ul li > * {
  text-align: left;
}
html#cases section#cases_list ul li figure img {
  max-width: 240px;
}

html#cases_info .contents {
  padding: 0;
  gap: 0;
  align-items: stretch;
}
html#cases_info .contents > div:first-child {
  border-right: 1px solid #808080;
}
html#cases_info .contents .cont_img {
  padding: 2em;
}
html#cases_info .contents .cont_img figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
html#cases_info .contents .cont_img > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  gap: 15px;
  margin-top: 15px;
}
html#cases_info .contents .cont_txt table tr {
  border-bottom: 1px solid #808080;
}
html#cases_info .contents .cont_txt table tr th {
  padding-left: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  width: 2em;
  color: #0D1549;
  font-family: "Noto sans JP", sans-serif;
  font-weight: 700;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#cases_info .contents .cont_txt table tr th {
    width: 2em;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#cases_info .contents .cont_txt table tr th {
    width: 3em;
  }
}
html#cases_info .contents .cont_txt table tr td {
  padding: 1em;
  width: 20em;
  max-width: 20em;
  line-height: 2;
  font-family: "Noto sans JP", sans-serif;
}
html#cases_info .contents .cont_txt .comment {
  padding-bottom: 1em;
  padding-top: 1em;
  padding-right: 1em;
}
html#cases_info .contents .cont_txt .comment h5 {
  color: #0D1549;
  font-weight: 700;
  padding: 1em;
}
html#cases_info .contents .cont_txt .comment > * {
  padding-left: 1em;
}/*# sourceMappingURL=site.css.map */