@charset "utf-8";
/*
Theme Name:meiko
Theme URI:
Description:
Author:
Author URI:
Text Domain:
Version:
*/
/**
 * Layout
 */
.l-outer {

}

.l-header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
}

.l-container {
  position: relative;
  display: grid;
  /* padding-block: 0 150px; */
  padding: 109px 0px 270px 0px;
}

.l-footer {}

.l-contents {
  display: flex;
  justify-content: center;
  gap: 40px;
  inline-size: min(calc(100% - 40px), 1200px);
  margin-inline: auto;
}

.l-inner {
  inline-size: var(--tcd-layout-inner-size, min(calc(100% - 40px), 1200px));
  margin-inline: auto;
}

.l-main {
  container: main / inline-size;
  flex: 1;
  display: grid;
  align-content: start;
  row-gap: 80px;
}

.l-sidebar {
  container: sidebar / inline-size;
  flex: 0 0 300px;
}

@media (max-width: 991px) {

  .l-container {
    padding-block: 0 40px;
  }

  .l-header {
    position: sticky;
    top: 0px;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }

  .l-contents {
    flex-direction: column;
  }

  .l-main {
    row-gap: 40px;
  }

  .l-sidebar {
    flex: 1;
    order: 2;
  }

}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
body:after {
  content: url(../img/plugin/lightbox/close.png) url(../img/plugin/lightbox/loading.gif) url(../img/plugin/lightbox/prev.png) url(../img/plugin/lightbox/next.png);
  display: none
}
body.lb-disable-scrolling {
  overflow: hidden
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px
}
.lightbox a img {
  border: none
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both
}
.lb-container {
  padding: 4px
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/plugin/lightbox/loading.gif) no-repeat
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10
}
.lb-container > .nav {
  left: 0
}
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}
.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/plugin/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/plugin/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both
}
.lb-data {
  padding: 0 4px;
  color: #ccc
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/plugin/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1
}
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat
}
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal
}
.slick-next, .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: none;
  background: transparent;
  color: transparent
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25
}
.slick-next:before, .slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  left: -25px
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px
}
.slick-prev:before {
  content: "←"
}
[dir=rtl] .slick-prev:before {
  content: "→"
}
.slick-next {
  right: -25px
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto
}
.slick-next:before {
  content: "→"
}
[dir=rtl] .slick-next:before {
  content: "←"
}
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75
}
.inner.slick-slider {
	max-width: 980px;
	margin: 0 auto;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
body, html {
  min-width: 1140px
}
@media screen and (max-width:768px) {
	.inner.slick-slider {
    width: 95%;
}
  body, html {
    min-width: inherit;
    min-width: auto
  }
}
@media screen and (max-width:768px) {
  body.is-open, html.is-open {
    overflow: hidden;
    height: 100%
  }
}
html {
  height: 100%;
  font-size: 62.5%
}
body {
  height: 100%;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
	font-family: "honoka-antique-maru", sans-serif;
font-weight: 400;
font-style: normal;
  color: #333333;
  -webkit-text-size-adjust: 100%
}
@media screen and (max-width:768px) {
  body {
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem
  }
}
a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  text-decoration: none
}
a:visited {
  color: inherit
}
a:active {
  color: inherit
}
a:hover {
  opacity: 0.7;
  color: inherit
}
a:focus {
  outline: none
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}
input, select, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
input[type=email]:focus:placeholder, input[type=mail]:focus:placeholder, input[type=tel]:focus:placeholder, input[type=text]:focus:placeholder, textarea:focus:placeholder {
  color: transparent !important
}
input[type=email]:focus:focus::-webkit-input-placeholder, input[type=mail]:focus:focus::-webkit-input-placeholder, input[type=tel]:focus:focus::-webkit-input-placeholder, input[type=text]:focus:focus::-webkit-input-placeholder, textarea:focus:focus::-webkit-input-placeholder {
  color: transparent !important
}
input[type=email]:focus:focus:-moz-placeholder, input[type=mail]:focus:focus:-moz-placeholder, input[type=tel]:focus:focus:-moz-placeholder, input[type=text]:focus:focus:-moz-placeholder, textarea:focus:focus:-moz-placeholder {
  color: transparent !important
}
input[type=email]:focus:focus::-moz-placeholder, input[type=mail]:focus:focus::-moz-placeholder, input[type=tel]:focus:focus::-moz-placeholder, input[type=text]:focus:focus::-moz-placeholder, textarea:focus:focus::-moz-placeholder {
  color: transparent !important
}
input[type=email], input[type=mail], input[type=submit], input[type=tel], input[type=text], select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 17px;
  border: 1px solid #B3B3B3;
  font-size: 1.6rem;
  line-height: 1.5
}
input[type=email], input[type=mail], input[type=tel], input[type=text], textarea {
  width: 100%
}
input[type=radio] {
  margin: 0 10px 0 0
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 16px 17px 14px;
  cursor: pointer
}
@media screen and (max-width:768px) {
  select {
    padding: 11px 17px 9px
  }
}
select::-ms-expand {
  display: none
}
.table-pcfix {
  overflow-x: scroll
}
.table-pcfix table {
  width: 1100px
}
.unit-table-01 {
  table-layout: fixed;
  width: 100%
}
@media screen and (max-width:768px) {
  .unit-table-01.tb-vertical thead {
    display: none
  }
}
@media screen and (max-width:768px) {
  .unit-table-01.tb-vertical tr {
    border: 1px solid #D6D6D6
  }
}
@media screen and (max-width:768px) {
  .unit-table-01.tb-vertical tr td, .unit-table-01.tb-vertical tr th {
    display: block;
    width: 100% !important;
    border: none
  }
}
@media screen and (max-width:414px) {
  .unit-table-01.sp-vertical thead {
    display: none
  }
}
@media screen and (max-width:414px) {
  .unit-table-01.sp-vertical tr {
    border: 1px solid #D6D6D6
  }
}
@media screen and (max-width:414px) {
  .unit-table-01.sp-vertical tr td, .unit-table-01.sp-vertical tr th {
    display: block;
    width: 100% !important;
    border: none
  }
}
.unit-table-01.small tr td, .unit-table-01.small tr th {
  padding: 10px
}
@media screen and (max-width:768px) {
  .unit-table-01.small tr td, .unit-table-01.small tr th {
    padding: 7px
  }
}
.unit-table-01 tr td, .unit-table-01 tr th {
  border: 1px solid #D6D6D6;
  vertical-align: top;
  padding: 15px;
  text-align: left
}
@media screen and (max-width:768px) {
  .unit-table-01 tr td, .unit-table-01 tr th {
    padding: 10px
  }
}
.unit-table-01 tr th {
  background-color: #E7E7EB;
  font-weight: bold
}
.fs12 {
  font-size: 1.2rem
}
@media screen and (max-width:768px) {
  .fs12 {
    font-size: 1.1rem
  }
}
@media screen and (max-width:414px) {
  .fs12 {
    font-size: 1rem
  }
}
.fs13 {
  font-size: 1.3rem
}
@media screen and (max-width:768px) {
  .fs13 {
    font-size: 1.2rem
  }
}
@media screen and (max-width:414px) {
  .fs13 {
    font-size: 1.1rem
  }
}
.fs14 {
  font-size: 1.4rem
}
@media screen and (max-width:768px) {
  .fs14 {
    font-size: 1.3rem
  }
}
@media screen and (max-width:414px) {
  .fs14 {
    font-size: 1.2rem
  }
}
.fs15 {
  font-size: 1.5rem
}
@media screen and (max-width:768px) {
  .fs15 {
    font-size: 1.4rem
  }
}
@media screen and (max-width:414px) {
  .fs15 {
    font-size: 1.3rem
  }
}
.fs16 {
  font-size: 1.6rem
}
@media screen and (max-width:768px) {
  .fs16 {
    font-size: 1.5rem
  }
}
@media screen and (max-width:414px) {
  .fs16 {
    font-size: 1.4rem
  }
}
.fs17 {
  font-size: 1.7rem
}
@media screen and (max-width:768px) {
  .fs17 {
    font-size: 1.6rem
  }
}
@media screen and (max-width:414px) {
  .fs17 {
    font-size: 1.5rem
  }
}
.fs18 {
  font-size: 1.8rem
}
@media screen and (max-width:768px) {
  .fs18 {
    font-size: 1.7rem
  }
}
@media screen and (max-width:414px) {
  .fs18 {
    font-size: 1.6rem
  }
}
.fs19 {
  font-size: 1.9rem
}
@media screen and (max-width:768px) {
  .fs19 {
    font-size: 1.8rem
  }
}
@media screen and (max-width:414px) {
  .fs19 {
    font-size: 1.7rem
  }
}
.fs20 {
  font-size: 2rem
}
@media screen and (max-width:768px) {
  .fs20 {
    font-size: 1.9rem
  }
}
@media screen and (max-width:414px) {
  .fs20 {
    font-size: 1.8rem
  }
}
.fs21 {
  font-size: 2.1rem
}
@media screen and (max-width:768px) {
  .fs21 {
    font-size: 2rem
  }
}
@media screen and (max-width:414px) {
  .fs21 {
    font-size: 1.9rem
  }
}
.fs22 {
  font-size: 2.2rem
}
@media screen and (max-width:768px) {
  .fs22 {
    font-size: 2.1rem
  }
}
@media screen and (max-width:414px) {
  .fs22 {
    font-size: 2rem
  }
}
.fs23 {
  font-size: 2.3rem
}
@media screen and (max-width:768px) {
  .fs23 {
    font-size: 2.2rem
  }
}
@media screen and (max-width:414px) {
  .fs23 {
    font-size: 2.1rem
  }
}
.fs24 {
  font-size: 2.4rem
}
@media screen and (max-width:768px) {
  .fs24 {
    font-size: 2.3rem
  }
}
@media screen and (max-width:414px) {
  .fs24 {
    font-size: 2.2rem
  }
}
.fs25 {
  font-size: 2.5rem
}
@media screen and (max-width:768px) {
  .fs25 {
    font-size: 2.4rem
  }
}
@media screen and (max-width:414px) {
  .fs25 {
    font-size: 2.3rem
  }
}
.fs26 {
  font-size: 2.6rem
}
@media screen and (max-width:768px) {
  .fs26 {
    font-size: 2.5rem
  }
}
@media screen and (max-width:414px) {
  .fs26 {
    font-size: 2.4rem
  }
}
.fs27 {
  font-size: 2.7rem
}
@media screen and (max-width:768px) {
  .fs27 {
    font-size: 2.6rem
  }
}
@media screen and (max-width:414px) {
  .fs27 {
    font-size: 2.5rem
  }
}
.fs28 {
  font-size: 2.8rem
}
@media screen and (max-width:768px) {
  .fs28 {
    font-size: 2.7rem
  }
}
@media screen and (max-width:414px) {
  .fs28 {
    font-size: 2.6rem
  }
}
.fs29 {
  font-size: 2.9rem
}
@media screen and (max-width:768px) {
  .fs29 {
    font-size: 2.8rem
  }
}
@media screen and (max-width:414px) {
  .fs29 {
    font-size: 2.7rem
  }
}
.fs30 {
  font-size: 3rem
}
@media screen and (max-width:768px) {
  .fs30 {
    font-size: 2.9rem
  }
}
@media screen and (max-width:414px) {
  .fs30 {
    font-size: 2.8rem
  }
}
.font-s12 {
  font-size: 1.2rem !important
}
@media screen and (max-width:768px) {
  .font-s12 {
    font-size: 1.1rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s12 {
    font-size: 1rem !important
  }
}
.font-s13 {
  font-size: 1.3rem !important
}
@media screen and (max-width:768px) {
  .font-s13 {
    font-size: 1.2rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s13 {
    font-size: 1.1rem !important
  }
}
.font-s14 {
  font-size: 1.4rem !important
}
@media screen and (max-width:768px) {
  .font-s14 {
    font-size: 1.3rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s14 {
    font-size: 1.2rem !important
  }
}
.font-s15 {
  font-size: 1.5rem !important
}
@media screen and (max-width:768px) {
  .font-s15 {
    font-size: 1.4rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s15 {
    font-size: 1.3rem !important
  }
}
.font-s16 {
  font-size: 1.6rem !important
}
@media screen and (max-width:768px) {
  .font-s16 {
    font-size: 1.5rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s16 {
    font-size: 1.4rem !important
  }
}
.font-s17 {
  font-size: 1.7rem !important
}
@media screen and (max-width:768px) {
  .font-s17 {
    font-size: 1.6rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s17 {
    font-size: 1.5rem !important
  }
}
.font-s18 {
  font-size: 1.8rem !important
}
@media screen and (max-width:768px) {
  .font-s18 {
    font-size: 1.7rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s18 {
    font-size: 1.6rem !important
  }
}
.font-s19 {
  font-size: 1.9rem !important
}
@media screen and (max-width:768px) {
  .font-s19 {
    font-size: 1.8rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s19 {
    font-size: 1.7rem !important
  }
}
.font-s20 {
  font-size: 2rem !important
}
@media screen and (max-width:768px) {
  .font-s20 {
    font-size: 1.9rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s20 {
    font-size: 1.8rem !important
  }
}
.font-s21 {
  font-size: 2.1rem !important
}
@media screen and (max-width:768px) {
  .font-s21 {
    font-size: 2rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s21 {
    font-size: 1.9rem !important
  }
}
.font-s22 {
  font-size: 2.2rem !important
}
@media screen and (max-width:768px) {
  .font-s22 {
    font-size: 2.1rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s22 {
    font-size: 2rem !important
  }
}
.font-s23 {
  font-size: 2.3rem !important
}
@media screen and (max-width:768px) {
  .font-s23 {
    font-size: 2.2rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s23 {
    font-size: 2.1rem !important
  }
}
.font-s24 {
  font-size: 2.4rem !important
}
@media screen and (max-width:768px) {
  .font-s24 {
    font-size: 2.3rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s24 {
    font-size: 2.2rem !important
  }
}
.font-s25 {
  font-size: 2.5rem !important
}
@media screen and (max-width:768px) {
  .font-s25 {
    font-size: 2.4rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s25 {
    font-size: 2.3rem !important
  }
}
.font-s26 {
  font-size: 2.6rem !important
}
@media screen and (max-width:768px) {
  .font-s26 {
    font-size: 2.5rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s26 {
    font-size: 2.4rem !important
  }
}
.font-s27 {
  font-size: 2.7rem !important
}
@media screen and (max-width:768px) {
  .font-s27 {
    font-size: 2.6rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s27 {
    font-size: 2.5rem !important
  }
}
.font-s28 {
  font-size: 2.8rem !important
}
@media screen and (max-width:768px) {
  .font-s28 {
    font-size: 2.7rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s28 {
    font-size: 2.6rem !important
  }
}
.font-s29 {
  font-size: 2.9rem !important
}
@media screen and (max-width:768px) {
  .font-s29 {
    font-size: 2.8rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s29 {
    font-size: 2.7rem !important
  }
}
.font-s30 {
  font-size: 3rem !important
}
@media screen and (max-width:768px) {
  .font-s30 {
    font-size: 2.9rem !important
  }
}
@media screen and (max-width:414px) {
  .font-s30 {
    font-size: 2.8rem !important
  }
}
.t-center {
  text-align: center
}
.t-left {
  text-align: left
}
.t-right {
  text-align: right
}
.txt-center {
  text-align: center !important
}
.txt-left {
  text-align: left !important
}
.txt-right {
  text-align: right !important
}
.block {
  display: block
}
.iblock {
  display: inline-block
}
.inline {
  display: inline
}
.pc-block {
  display: block
}
@media screen and (max-width:768px) {
  .pc-block {
    display: none
  }
}
.pc-iblock {
  display: inline-block
}
@media screen and (max-width:768px) {
  .pc-iblock {
    display: none
  }
}
.sp-block {
  display: none
}
@media screen and (max-width:768px) {
  .sp-block {
    display: block
  }
}
.sp-iblock {
  display: none
}
@media screen and (max-width:768px) {
  .sp-iblock {
    display: inline-block
  }
}
@media screen and (min-width:769px) {
  .sp-visible {
    display: none !important
  }
}
@media screen and (max-width:768px) {
  .pc-visible {
    display: none !important
  }
}
@media screen and (min-width:415px) {
  .mb-visible {
    display: none !important
  }
}
@media screen and (max-width:414px) {
  .tb-visible {
    display: none !important
  }
}
.mt0 {
  margin-top: 0 !important
}
.mt5 {
  margin-top: 5px !important
}
@media screen and (max-width:414px) {
  .mt5 {
    margin-top: 3px !important
  }
}
.mt10 {
  margin-top: 10px !important
}
@media screen and (max-width:414px) {
  .mt10 {
    margin-top: 5px !important
  }
}
.mt15 {
  margin-top: 15px !important
}
@media screen and (max-width:414px) {
  .mt15 {
    margin-top: 8px !important
  }
}
.mt20 {
  margin-top: 20px !important
}
@media screen and (max-width:414px) {
  .mt20 {
    margin-top: 10px !important
  }
}
.mt25 {
  margin-top: 25px !important
}
@media screen and (max-width:414px) {
  .mt25 {
    margin-top: 13px !important
  }
}
.mt30 {
  margin-top: 30px !important
}
@media screen and (max-width:414px) {
  .mt30 {
    margin-top: 15px !important
  }
}
.mt35 {
  margin-top: 35px !important
}
@media screen and (max-width:414px) {
  .mt35 {
    margin-top: 18px !important
  }
}
.mt40 {
  margin-top: 40px !important
}
@media screen and (max-width:414px) {
  .mt40 {
    margin-top: 20px !important
  }
}
.mt45 {
  margin-top: 45px !important
}
@media screen and (max-width:414px) {
  .mt45 {
    margin-top: 23px !important
  }
}
.mt50 {
  margin-top: 50px !important
}
@media screen and (max-width:414px) {
  .mt50 {
    margin-top: 25px !important
  }
}
.mb5 {
  margin-bottom: 5px !important
}
@media screen and (max-width:414px) {
  .mb5 {
    margin-bottom: 3px !important
  }
}
.mb10 {
  margin-bottom: 10px !important
}
@media screen and (max-width:414px) {
  .mb10 {
    margin-bottom: 5px !important
  }
}
.mb15 {
  margin-bottom: 15px !important
}
@media screen and (max-width:414px) {
  .mb15 {
    margin-bottom: 8px !important
  }
}
.mb20 {
  margin-bottom: 20px !important
}
@media screen and (max-width:414px) {
  .mb20 {
    margin-bottom: 10px !important
  }
}
.mb25 {
  margin-bottom: 25px !important
}
@media screen and (max-width:414px) {
  .mb25 {
    margin-bottom: 13px !important
  }
}
.mb30 {
  margin-bottom: 30px !important
}
@media screen and (max-width:414px) {
  .mb30 {
    margin-bottom: 15px !important
  }
}
.mb35 {
  margin-bottom: 35px !important
}
@media screen and (max-width:414px) {
  .mb35 {
    margin-bottom: 18px !important
  }
}
.mb40 {
  margin-bottom: 40px !important
}
@media screen and (max-width:414px) {
  .mb40 {
    margin-bottom: 20px !important
  }
}
.mb45 {
  margin-bottom: 45px !important
}
@media screen and (max-width:414px) {
  .mb45 {
    margin-bottom: 23px !important
  }
}
.mb50 {
  margin-bottom: 50px !important
}
@media screen and (max-width:414px) {
  .mb50 {
    margin-bottom: 25px !important
  }
}
.ml5 {
  margin-left: 5px !important
}
@media screen and (max-width:414px) {
  .ml5 {
    margin-left: 3px !important
  }
}
.ml10 {
  margin-left: 10px !important
}
@media screen and (max-width:414px) {
  .ml10 {
    margin-left: 5px !important
  }
}
.ml15 {
  margin-left: 15px !important
}
@media screen and (max-width:414px) {
  .ml15 {
    margin-left: 8px !important
  }
}
.ml20 {
  margin-left: 20px !important
}
@media screen and (max-width:414px) {
  .ml20 {
    margin-left: 10px !important
  }
}
.ml25 {
  margin-left: 25px !important
}
@media screen and (max-width:414px) {
  .ml25 {
    margin-left: 13px !important
  }
}
.ml30 {
  margin-left: 30px !important
}
@media screen and (max-width:414px) {
  .ml30 {
    margin-left: 15px !important
  }
}
.ml35 {
  margin-left: 35px !important
}
@media screen and (max-width:414px) {
  .ml35 {
    margin-left: 18px !important
  }
}
.ml40 {
  margin-left: 40px !important
}
@media screen and (max-width:414px) {
  .ml40 {
    margin-left: 20px !important
  }
}
.ml45 {
  margin-left: 45px !important
}
@media screen and (max-width:414px) {
  .ml45 {
    margin-left: 23px !important
  }
}
.ml50 {
  margin-left: 50px !important
}
@media screen and (max-width:414px) {
  .ml50 {
    margin-left: 25px !important
  }
}
.mr5 {
  margin-right: 5px !important
}
@media screen and (max-width:414px) {
  .mr5 {
    margin-right: 3px !important
  }
}
.mr10 {
  margin-right: 10px !important
}
@media screen and (max-width:414px) {
  .mr10 {
    margin-right: 5px !important
  }
}
.mr15 {
  margin-right: 15px !important
}
@media screen and (max-width:414px) {
  .mr15 {
    margin-right: 8px !important
  }
}
.mr20 {
  margin-right: 20px !important
}
@media screen and (max-width:414px) {
  .mr20 {
    margin-right: 10px !important
  }
}
.mr25 {
  margin-right: 25px !important
}
@media screen and (max-width:414px) {
  .mr25 {
    margin-right: 13px !important
  }
}
.mr30 {
  margin-right: 30px !important
}
@media screen and (max-width:414px) {
  .mr30 {
    margin-right: 15px !important
  }
}
.mr35 {
  margin-right: 35px !important
}
@media screen and (max-width:414px) {
  .mr35 {
    margin-right: 18px !important
  }
}
.mr40 {
  margin-right: 40px !important
}
@media screen and (max-width:414px) {
  .mr40 {
    margin-right: 20px !important
  }
}
.mr45 {
  margin-right: 45px !important
}
@media screen and (max-width:414px) {
  .mr45 {
    margin-right: 23px !important
  }
}
.mr50 {
  margin-right: 50px !important
}
@media screen and (max-width:414px) {
  .mr50 {
    margin-right: 25px !important
  }
}
.m-center {
  margin-inline: auto
}
.telephone a {
  cursor: default
}
.telephone a:hover {
  opacity: 1
}
.android .telephone a, .iphone .telephone a {
  opacity: 0.7
}
.wrapper {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
/* PC時だけ少し余白を足す */

@media screen and (max-width:1170px) {
	.wrapper {
		width:100%;
		position: relative;
		z-index: 1;
	}
}

@media screen and (min-width: 769px) {
  .sec-top-01 .inner-l {
    /* padding-left: clamp(70px, 8vw, 150px); */
  }
}

/* スマホ時 */
@media screen and (max-width: 768px) {
  .sec-top-01::before {
    left: -10px;
    top: 90px;
    width: 80px;
    opacity: 0.7;
  }

  .sec-top-01 .inner-l {
    padding-left: 45px;
  }
}
@media screen and (max-width:768px) {
  .wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
}
@media screen and (min-width:769px) {
  .wrapper.w800 {
    width: 800px
  }
  .wrapper.w900 {
    width: 900px
  }
  .wrapper.w940 {
    width: 940px
  }
  .wrapper.w1000 {
    width: 1000px
  }
}
.breadcrumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  color: #95949a
}
@media screen and (max-width:768px) {
  .breadcrumb {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    height: 40px;
    padding: 0 0 0 10px;
    white-space: nowrap
  }
}
.breadcrumb::-webkit-scrollbar {
  width: 0;
  height: 0
}
.breadcrumb::-webkit-scrollbar-track {
  background: transparent
}
.breadcrumb::-webkit-scrollbar-thumb {
  background: transparent
}
.breadcrumb .inner {
  padding: 5px 0 2px;
  font-size: 1.2rem
}
@media screen and (max-width:768px) {
  .breadcrumb .inner {
    display: inline-block;
    padding-right: 10px
  }
}
@media screen and (max-width:320px) {
  .breadcrumb .inner {
    font-size: 1.1rem
  }
}
.breadcrumb .inner a {
  text-decoration: underline
}
.breadcrumb .inner a:hover {
  text-decoration: underline
}
.breadcrumb .inner > span {
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
  margin-right: 5px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1em
}
@media screen and (max-width:768px) {
  .breadcrumb .inner > span {
    margin-left: 3px;
    font-size: 1.1rem
  }
}
@media screen and (max-width:375px) {
  .breadcrumb .inner > span {
    font-size: 1.1rem
  }
}
@media screen and (max-width:320px) {
  .breadcrumb .inner > span {
    font-size: 1rem
  }
}
.breadcrumb .inner > span {}
.breadcrumb .inner > span:first-child {
  margin-left: 0
}
.breadcrumb .inner > span:first-child:before {
  display: none
}
.breadcrumb .inner > span {}
.cf:after {
  content: "";
  display: block;
  clear: both
}
.mt60 {
  margin-top: 60px !important
}
@media screen and (max-width:768px) {
  .mt60 {
    margin-top: 30px !important
  }
}
.mr60 {
  margin-right: 60px !important
}
@media screen and (max-width:768px) {
  .mr60 {
    margin-right: 30px !important
  }
}
.mb60 {
  margin-bottom: 60px !important
}
@media screen and (max-width:768px) {
  .mb60 {
    margin-bottom: 30px !important
  }
}
.ml60 {
  margin-left: 60px !important
}
@media screen and (max-width:768px) {
  .ml60 {
    margin-left: 30px !important
  }
}
.mt70 {
  margin-top: 70px !important
}
@media screen and (max-width:768px) {
  .mt70 {
    margin-top: 35px !important
  }
}
.mr70 {
  margin-right: 70px !important
}
@media screen and (max-width:768px) {
  .mr70 {
    margin-right: 35px !important
  }
}
.mb70 {
  margin-bottom: 70px !important
}
@media screen and (max-width:768px) {
  .mb70 {
    margin-bottom: 35px !important
  }
}
.ml70 {
  margin-left: 70px !important
}
@media screen and (max-width:768px) {
  .ml70 {
    margin-left: 35px !important
  }
}
.mt80 {
  margin-top: 80px !important
}
@media screen and (max-width:768px) {
  .mt80 {
    margin-top: 40px !important
  }
}
.mr80 {
  margin-right: 80px !important
}
@media screen and (max-width:768px) {
  .mr80 {
    margin-right: 40px !important
  }
}
.mb80 {
  margin-bottom: 80px !important
}
@media screen and (max-width:768px) {
  .mb80 {
    margin-bottom: 40px !important
  }
}
.ml80 {
  margin-left: 80px !important
}
@media screen and (max-width:768px) {
  .ml80 {
    margin-left: 40px !important
  }
}
.mt90 {
  margin-top: 90px !important
}
@media screen and (max-width:768px) {
  .mt90 {
    margin-top: 45px !important
  }
}
.mr90 {
  margin-right: 90px !important
}
@media screen and (max-width:768px) {
  .mr90 {
    margin-right: 45px !important
  }
}
.mb90 {
  margin-bottom: 90px !important
}
@media screen and (max-width:768px) {
  .mb90 {
    margin-bottom: 45px !important
  }
}
.ml90 {
  margin-left: 90px !important
}
@media screen and (max-width:768px) {
  .ml90 {
    margin-left: 45px !important
  }
}
.mt100 {
  margin-top: 100px !important
}
@media screen and (max-width:768px) {
  .mt100 {
    margin-top: 50px !important
  }
}
.mr100 {
  margin-right: 100px !important
}
@media screen and (max-width:768px) {
  .mr100 {
    margin-right: 50px !important
  }
}
.mb100 {
  margin-bottom: 100px !important
}
@media screen and (max-width:768px) {
  .mb100 {
    margin-bottom: 50px !important
  }
}
.ml100 {
  margin-left: 100px !important
}
@media screen and (max-width:768px) {
  .ml100 {
    margin-left: 50px !important
  }
}
.mt110 {
  margin-top: 110px !important
}
@media screen and (max-width:768px) {
  .mt110 {
    margin-top: 55px !important
  }
}
.mr110 {
  margin-right: 110px !important
}
@media screen and (max-width:768px) {
  .mr110 {
    margin-right: 55px !important
  }
}
.mb110 {
  margin-bottom: 110px !important
}
@media screen and (max-width:768px) {
  .mb110 {
    margin-bottom: 55px !important
  }
}
.ml110 {
  margin-left: 110px !important
}
@media screen and (max-width:768px) {
  .ml110 {
    margin-left: 55px !important
  }
}
.mt120 {
  margin-top: 120px !important
}
@media screen and (max-width:768px) {
  .mt120 {
    margin-top: 60px !important
  }
}
.mr120 {
  margin-right: 120px !important
}
@media screen and (max-width:768px) {
  .mr120 {
    margin-right: 60px !important
  }
}
.mb120 {
  margin-bottom: 120px !important
}
@media screen and (max-width:768px) {
  .mb120 {
    margin-bottom: 60px !important
  }
}
.ml120 {
  margin-left: 120px !important
}
@media screen and (max-width:768px) {
  .ml120 {
    margin-left: 60px !important
  }
}
.mt130 {
  margin-top: 130px !important
}
@media screen and (max-width:768px) {
  .mt130 {
    margin-top: 65px !important
  }
}
.mr130 {
  margin-right: 130px !important
}
@media screen and (max-width:768px) {
  .mr130 {
    margin-right: 65px !important
  }
}
.mb130 {
  margin-bottom: 130px !important
}
@media screen and (max-width:768px) {
  .mb130 {
    margin-bottom: 65px !important
  }
}
.ml130 {
  margin-left: 130px !important
}
@media screen and (max-width:768px) {
  .ml130 {
    margin-left: 65px !important
  }
}
.mt140 {
  margin-top: 140px !important
}
@media screen and (max-width:768px) {
  .mt140 {
    margin-top: 70px !important
  }
}
.mr140 {
  margin-right: 140px !important
}
@media screen and (max-width:768px) {
  .mr140 {
    margin-right: 70px !important
  }
}
.mb140 {
  margin-bottom: 140px !important
}
@media screen and (max-width:768px) {
  .mb140 {
    margin-bottom: 70px !important
  }
}
.ml140 {
  margin-left: 140px !important
}
@media screen and (max-width:768px) {
  .ml140 {
    margin-left: 70px !important
  }
}
.mt150 {
  margin-top: 150px !important
}
@media screen and (max-width:768px) {
  .mt150 {
    margin-top: 75px !important
  }
}
.mr150 {
  margin-right: 150px !important
}
@media screen and (max-width:768px) {
  .mr150 {
    margin-right: 75px !important
  }
}
.mb150 {
  margin-bottom: 150px !important
}
@media screen and (max-width:768px) {
  .mb150 {
    margin-bottom: 75px !important
  }
}
.ml150 {
  margin-left: 150px !important
}
@media screen and (max-width:768px) {
  .ml150 {
    margin-left: 75px !important
  }
}
.mt180 {
  margin-top: 180px !important
}
@media screen and (max-width:768px) {
  .mt180 {
    margin-top: 90px !important
  }
}
.mr180 {
  margin-right: 180px !important
}
@media screen and (max-width:768px) {
  .mr180 {
    margin-right: 90px !important
  }
}
.mb180 {
  margin-bottom: 180px !important
}
@media screen and (max-width:768px) {
  .mb180 {
    margin-bottom: 90px !important
  }
}
.ml180 {
  margin-left: 180px !important
}
@media screen and (max-width:768px) {
  .ml180 {
    margin-left: 90px !important
  }
}
.pt0 {
  padding-top: 0px !important
}
@media screen and (max-width:768px) {
  .pt0 {
    padding-top: 0px !important
  }
}
.pr0 {
  padding-right: 0px !important
}
@media screen and (max-width:768px) {
  .pr0 {
    padding-right: 0px !important
  }
}
.pb0 {
  padding-bottom: 0px !important
}
@media screen and (max-width:768px) {
  .pb0 {
    padding-bottom: 0px !important
  }
}
.pl0 {
  padding-left: 0px !important
}
@media screen and (max-width:768px) {
  .pl0 {
    padding-left: 0px !important
  }
}
.pt10 {
  padding-top: 10px !important
}
@media screen and (max-width:768px) {
  .pt10 {
    padding-top: 5px !important
  }
}
.pr10 {
  padding-right: 10px !important
}
@media screen and (max-width:768px) {
  .pr10 {
    padding-right: 5px !important
  }
}
.pb10 {
  padding-bottom: 10px !important
}
@media screen and (max-width:768px) {
  .pb10 {
    padding-bottom: 5px !important
  }
}
.pl10 {
  padding-left: 10px !important
}
@media screen and (max-width:768px) {
  .pl10 {
    padding-left: 5px !important
  }
}
.pt20 {
  padding-top: 20px !important
}
@media screen and (max-width:768px) {
  .pt20 {
    padding-top: 10px !important
  }
}
.pr20 {
  padding-right: 20px !important
}
@media screen and (max-width:768px) {
  .pr20 {
    padding-right: 10px !important
  }
}
.pb20 {
  padding-bottom: 20px !important
}
@media screen and (max-width:768px) {
  .pb20 {
    padding-bottom: 10px !important
  }
}
.pl20 {
  padding-left: 20px !important
}
@media screen and (max-width:768px) {
  .pl20 {
    padding-left: 10px !important
  }
}
.pt30 {
  padding-top: 30px !important
}
@media screen and (max-width:768px) {
  .pt30 {
    padding-top: 15px !important
  }
}
.pr30 {
  padding-right: 30px !important
}
@media screen and (max-width:768px) {
  .pr30 {
    padding-right: 15px !important
  }
}
.pb30 {
  padding-bottom: 30px !important
}
@media screen and (max-width:768px) {
  .pb30 {
    padding-bottom: 15px !important
  }
}
.pl30 {
  padding-left: 30px !important
}
@media screen and (max-width:768px) {
  .pl30 {
    padding-left: 15px !important
  }
}
.pt40 {
  padding-top: 40px !important
}
@media screen and (max-width:768px) {
  .pt40 {
    padding-top: 20px !important
  }
}
.pr40 {
  padding-right: 40px !important
}
@media screen and (max-width:768px) {
  .pr40 {
    padding-right: 20px !important
  }
}
.pb40 {
  padding-bottom: 40px !important
}
@media screen and (max-width:768px) {
  .pb40 {
    padding-bottom: 20px !important
  }
}
.pl40 {
  padding-left: 40px !important
}
@media screen and (max-width:768px) {
  .pl40 {
    padding-left: 20px !important
  }
}
.pt45 {
  padding-top: 45px !important
}
@media screen and (max-width:768px) {
  .pt45 {
    padding-top: 22.5px !important
  }
}
.pr45 {
  padding-right: 45px !important
}
@media screen and (max-width:768px) {
  .pr45 {
    padding-right: 22.5px !important
  }
}
.pb45 {
  padding-bottom: 45px !important
}
@media screen and (max-width:768px) {
  .pb45 {
    padding-bottom: 22.5px !important
  }
}
.pl45 {
  padding-left: 45px !important
}
@media screen and (max-width:768px) {
  .pl45 {
    padding-left: 22.5px !important
  }
}
.pt50 {
  padding-top: 50px !important
}
@media screen and (max-width:768px) {
  .pt50 {
    padding-top: 25px !important
  }
}
.pr50 {
  padding-right: 50px !important
}
@media screen and (max-width:768px) {
  .pr50 {
    padding-right: 25px !important
  }
}
.pb50 {
  padding-bottom: 50px !important
}
@media screen and (max-width:768px) {
  .pb50 {
    padding-bottom: 25px !important
  }
}
.pl50 {
  padding-left: 50px !important
}
@media screen and (max-width:768px) {
  .pl50 {
    padding-left: 25px !important
  }
}
.pt55 {
  padding-top: 55px !important
}
@media screen and (max-width:768px) {
  .pt55 {
    padding-top: 27.5px !important
  }
}
.pr55 {
  padding-right: 55px !important
}
@media screen and (max-width:768px) {
  .pr55 {
    padding-right: 27.5px !important
  }
}
.pb55 {
  padding-bottom: 55px !important
}
@media screen and (max-width:768px) {
  .pb55 {
    padding-bottom: 27.5px !important
  }
}
.pl55 {
  padding-left: 55px !important
}
@media screen and (max-width:768px) {
  .pl55 {
    padding-left: 27.5px !important
  }
}
.pt60 {
  padding-top: 60px !important
}
@media screen and (max-width:768px) {
  .pt60 {
    padding-top: 30px !important
  }
}
.pr60 {
  padding-right: 60px !important
}
@media screen and (max-width:768px) {
  .pr60 {
    padding-right: 30px !important
  }
}
.pb60 {
  padding-bottom: 60px !important
}
@media screen and (max-width:768px) {
  .pb60 {
    padding-bottom: 30px !important
  }
}
.pl60 {
  padding-left: 60px !important
}
@media screen and (max-width:768px) {
  .pl60 {
    padding-left: 30px !important
  }
}
.pt70 {
  padding-top: 70px !important
}
@media screen and (max-width:768px) {
  .pt70 {
    padding-top: 35px !important
  }
}
.pr70 {
  padding-right: 70px !important
}
@media screen and (max-width:768px) {
  .pr70 {
    padding-right: 35px !important
  }
}
.pb70 {
  padding-bottom: 70px !important
}
@media screen and (max-width:768px) {
  .pb70 {
    padding-bottom: 35px !important
  }
}
.pl70 {
  padding-left: 70px !important
}
@media screen and (max-width:768px) {
  .pl70 {
    padding-left: 35px !important
  }
}
.pt80 {
  padding-top: 80px !important
}
@media screen and (max-width:768px) {
  .pt80 {
    padding-top: 40px !important
  }
}
.pr80 {
  padding-right: 80px !important
}
@media screen and (max-width:768px) {
  .pr80 {
    padding-right: 40px !important
  }
}
.pb80 {
  padding-bottom: 80px !important
}
@media screen and (max-width:768px) {
  .pb80 {
    padding-bottom: 40px !important
  }
}
.pl80 {
  padding-left: 80px !important
}
@media screen and (max-width:768px) {
  .pl80 {
    padding-left: 40px !important
  }
}
.pt90 {
  padding-top: 90px !important
}
@media screen and (max-width:768px) {
  .pt90 {
    padding-top: 45px !important
  }
}
.pr90 {
  padding-right: 90px !important
}
@media screen and (max-width:768px) {
  .pr90 {
    padding-right: 45px !important
  }
}
.pb90 {
  padding-bottom: 90px !important
}
@media screen and (max-width:768px) {
  .pb90 {
    padding-bottom: 45px !important
  }
}
.pl90 {
  padding-left: 90px !important
}
@media screen and (max-width:768px) {
  .pl90 {
    padding-left: 45px !important
  }
}
.pt100 {
  padding-top: 100px !important
}
@media screen and (max-width:768px) {
  .pt100 {
    padding-top: 50px !important
  }
}
.pr100 {
  padding-right: 100px !important
}
@media screen and (max-width:768px) {
  .pr100 {
    padding-right: 50px !important
  }
}
.pb100 {
  padding-bottom: 100px !important
}
@media screen and (max-width:768px) {
  .pb100 {
    padding-bottom: 50px !important
  }
}
.pl100 {
  padding-left: 100px !important
}
@media screen and (max-width:768px) {
  .pl100 {
    padding-left: 50px !important
  }
}
.pt110 {
  padding-top: 110px !important
}
@media screen and (max-width:768px) {
  .pt110 {
    padding-top: 55px !important
  }
}
.pr110 {
  padding-right: 110px !important
}
@media screen and (max-width:768px) {
  .pr110 {
    padding-right: 55px !important
  }
}
.pb110 {
  padding-bottom: 110px !important
}
@media screen and (max-width:768px) {
  .pb110 {
    padding-bottom: 55px !important
  }
}
.pl110 {
  padding-left: 110px !important
}
@media screen and (max-width:768px) {
  .pl110 {
    padding-left: 55px !important
  }
}
.pt115 {
  padding-top: 115px !important
}
@media screen and (max-width:768px) {
  .pt115 {
    padding-top: 57.5px !important
  }
}
.pr115 {
  padding-right: 115px !important
}
@media screen and (max-width:768px) {
  .pr115 {
    padding-right: 57.5px !important
  }
}
.pb115 {
  padding-bottom: 115px !important
}
@media screen and (max-width:768px) {
  .pb115 {
    padding-bottom: 57.5px !important
  }
}
.pl115 {
  padding-left: 115px !important
}
@media screen and (max-width:768px) {
  .pl115 {
    padding-left: 57.5px !important
  }
}
.pt120 {
  padding-top: 120px !important
}
@media screen and (max-width:768px) {
  .pt120 {
    padding-top: 60px !important
  }
}
.pr120 {
  padding-right: 120px !important
}
@media screen and (max-width:768px) {
  .pr120 {
    padding-right: 60px !important
  }
}
.pb120 {
  padding-bottom: 120px !important
}
@media screen and (max-width:768px) {
  .pb120 {
    padding-bottom: 60px !important
  }
}
.pl120 {
  padding-left: 120px !important
}
@media screen and (max-width:768px) {
  .pl120 {
    padding-left: 60px !important
  }
}
.pt130 {
  padding-top: 130px !important
}
@media screen and (max-width:768px) {
  .pt130 {
    padding-top: 65px !important
  }
}
.pr130 {
  padding-right: 130px !important
}
@media screen and (max-width:768px) {
  .pr130 {
    padding-right: 65px !important
  }
}
.pb130 {
  padding-bottom: 130px !important
}
@media screen and (max-width:768px) {
  .pb130 {
    padding-bottom: 65px !important
  }
}
.pl130 {
  padding-left: 130px !important
}
@media screen and (max-width:768px) {
  .pl130 {
    padding-left: 65px !important
  }
}
.pt140 {
  padding-top: 140px !important
}
@media screen and (max-width:768px) {
  .pt140 {
    padding-top: 70px !important
  }
}
.pr140 {
  padding-right: 140px !important
}
@media screen and (max-width:768px) {
  .pr140 {
    padding-right: 70px !important
  }
}
.pb140 {
  padding-bottom: 140px !important
}
@media screen and (max-width:768px) {
  .pb140 {
    padding-bottom: 70px !important
  }
}
.pl140 {
  padding-left: 140px !important
}
@media screen and (max-width:768px) {
  .pl140 {
    padding-left: 70px !important
  }
}
.pt150 {
  padding-top: 150px !important
}
@media screen and (max-width:768px) {
  .pt150 {
    padding-top: 75px !important
  }
}
.pr150 {
  padding-right: 150px !important
}
@media screen and (max-width:768px) {
  .pr150 {
    padding-right: 75px !important
  }
}
.pb150 {
  padding-bottom: 150px !important
}
@media screen and (max-width:768px) {
  .pb150 {
    padding-bottom: 75px !important
  }
}
.pl150 {
  padding-left: 150px !important
}
@media screen and (max-width:768px) {
  .pl150 {
    padding-left: 75px !important
  }
}
.ls0 {
  letter-spacing: 0em
}
.ls50 {
  letter-spacing: 0.05em
}
.ls75 {
  letter-spacing: 0.075em
}
.ls100 {
  letter-spacing: 0.1em
}
.ls150 {
  letter-spacing: 0.15em
}
.lh100 {
  line-height: 1
}
.lh140 {
  line-height: 1.4
}
.lh150 {
  line-height: 1.5
}
.lh166 {
  line-height: 1.66
}
.lh170 {
  line-height: 1.7
}
.lh175 {
  line-height: 1.75
}
.lh187 {
  line-height: 1.87
}
.lh200 {
  line-height: 2
}
.lh215 {
  line-height: 2.15
}
.yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif
}
.noto {
  font-family: "Noto Sans JP", sans-serif
}
.ovo {
  font-family: "Ovo", serif
}
.bold {
  font-weight: bold
}
.palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.t-white {
  color: #fff
}
.t-blue {
  color: #1b78e6
}
.t-orange02 {
  color: #000;
}
.m-auto {
  margin-left: auto;
  margin-right: auto
}
.unit-pagenation-01 {
  text-align: center
}
.box-blogdetail-01 ol, .unit-numlist-01 {
  list-style: decimal;
  padding-left: 1.4em
}
.box-blogdetail-01 ol > li:not(:last-child), .unit-numlist-01 > li:not(:last-child) {
  margin-bottom: 5px
}
.unit-note-01 {
  position: relative;
  padding-left: 1em
}
.unit-note-01:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0
}
.unit-note-01 + .unit-note {
  margin-top: 5px
}
.unit-tab-01 {
  position: relative;
  border-bottom: 4px solid #003171;
  text-align: center
}
@media screen and (max-width:768px) {
  .unit-tab-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none
  }
}
.unit-tab-01 li {
  display: inline-block;
  margin: 0 9px -1px 7px;
  font-size: 1.8rem;
  text-align: center
}
@media screen and (max-width:768px) {
  .unit-tab-01 li {
    display: block;
    width: 50%;
    margin: 15px 0 0;
    font-size: 1.6rem
  }
}
@media screen and (max-width:414px) {
  .unit-tab-01 li {
    font-size: 1.4rem
  }
}
@media screen and (max-width:768px) {
  .unit-tab-01 li:first-of-type, .unit-tab-01 li:nth-of-type(2) {
    margin-top: 0
  }
}
@media screen and (max-width:768px) {
  .unit-tab-01 li:nth-of-type(odd) {
    padding-right: 7px
  }
}
@media screen and (max-width:768px) {
  .unit-tab-01 li:nth-of-type(2n) {
    padding-left: 7px
  }
}
.unit-tab-01 li a {
  min-width: 200px;
  padding: 11px 0 7px;
  border: 1px solid #003171;
  background-color: #003171;
  color: #ffffff
}
@media screen and (max-width:768px) {
  .unit-tab-01 li a {
    min-width: auto;
    min-width: inherit;
    width: 100%;
    padding: 8px 0 5px
  }
}
.unit-tab-01 li a.is-active, .unit-tab-01 li a:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #003171
}
@media screen and (max-width:768px) {
  .unit-youtube-01 {
    position: relative;
    width: 100%;
    padding-top: 56.25%
  }
  .unit-youtube-01 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
  }
}
.box-colomn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.box-colomn-01.pc-col02 .colomn-inner {
  width: 50%;
  margin-top: 15px
}
.box-colomn-01.pc-col03 .colomn-inner {
  width: 32%;
  margin-top: 15px
}
.box-colomn-01.pc-col03 .colomn-inner:nth-of-type(3n+2) {
  margin-right: 2%;
  margin-left: 2%
}
@media screen and (max-width:768px) {
  .box-colomn-01.tb-col01 .colomn-inner {
    width: 100%;
    margin-top: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}
@media screen and (max-width:414px) {
  .box-colomn-01.tb-col01 .colomn-inner {
    margin-top: 15px
  }
}
@media screen and (max-width:768px) {
  .box-colomn-01.tb-col01 .colomn-inner:first-child {
    margin-top: 0
  }
}
@media screen and (max-width:768px) {
  .box-colomn-01.tb-col02 .colomn-inner {
    width: 48%;
    margin-top: 15px
  }
}
@media screen and (max-width:768px) {
  .box-colomn-01.tb-col02 .colomn-inner:nth-of-type(odd) {
    margin-left: 0;
    margin-right: 2%
  }
}
@media screen and (max-width:768px) {
  .box-colomn-01.tb-col02 .colomn-inner:nth-of-type(2n) {
    margin-left: 2%;
    margin-right: 0
  }
}
.box-colomn-01.tb-col02 .colomn-inner:first-child {
  margin-top: 0
}
@media screen and (max-width:768px) {
  .box-colomn-01.tb-col02 .colomn-inner:first-child {
    margin-top: 15px
  }
}
@media screen and (max-width:414px) {
  .box-colomn-01.sp-col01 .colomn-inner {
    width: 100%;
    margin-top: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}
@media screen and (max-width:414px) {
  .box-colomn-01.sp-col01 .colomn-inner:nth-of-type(odd) {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0
  }
}
@media screen and (max-width:414px) {
  .box-colomn-01.sp-col01 .colomn-inner:nth-of-type(2n) {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0
  }
}
@media screen and (max-width:414px) {
  .box-colomn-01.sp-col01 .colomn-inner:first-child {
    margin-top: 0
  }
}
@media screen and (max-width:768px) {
  .box-colomn-01 .colomn-inner figure img {
    width: 100%
  }
}
.box-pagenation-01 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  color: #333333
}
@media screen and (max-width:768px) {
  .box-pagenation-01 {
    font-size: 1.4rem
  }
}
@media screen and (max-width:414px) {
  .box-pagenation-01 {
    font-size: 1.2rem
  }
}
.box-pagenation-01 > span {
  display: inline-block;
  margin: 0 6px
}
.box-pagenation-01 a {
  padding: 12px 26px 11px;
  border: 1px solid #333333;
  color: inherit
}
@media screen and (max-width:768px) {
  .box-pagenation-01 a {
    padding: 10px 22px 10px
  }
}
@media screen and (max-width:414px) {
  .box-pagenation-01 a {
    padding: 8px 10px 7px
  }
}
.box-pagenation-01 a:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #333333
}
.box-pagenation-01 .prev a:before {
  content: "<";
  margin-right: 10px
}
@media screen and (max-width:768px) {
  .box-pagenation-01 .prev a:before {
    margin-right: 5px
  }
}
.box-pagenation-01 .next a:after {
  content: ">";
  margin-left: 10px
}
@media screen and (max-width:768px) {
  .box-pagenation-01 .next a:after {
    margin-left: 5px
  }
}
.box-404-01 {
  text-align: center
}
.box-404-01 .title-wrap .title {
  display: block;
  font-weight: bold;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 1
}
@media screen and (max-width:768px) {
  .box-404-01 .title-wrap .title {
    font-size: 2.5rem
  }
}
.box-404-01 .title-wrap .catch {
  display: block;
  margin-top: 5px
}
.box-404-01 p {
  margin-top: 25px
}
@media screen and (max-width:768px) {
  .box-404-01 p {
    margin-top: 15px
  }
}
.box-404-01 .unit-link-01 {
  margin-top: 25px
}
@media screen and (max-width:768px) {
  .box-404-01 .unit-link-01 {
    margin-top: 15px
  }
}
.box-undertitle-01 .title-wrap {
  position: relative;
  width: 100%;
  height: 250px;
  background: url(https://wpriritest.sakura.ne.jp/meiko/wp-content/uploads/2026/06/companybg.jpg) no-repeat center center transparent;
  background-size: cover;
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width:768px) {
  .box-undertitle-01 .title-wrap {
    height: 100px;
  }
}
@media screen and (max-width:414px) {
  .box-undertitle-01 .title-wrap {
    height: 200px
  }
}
.box-undertitle-01 .title-wrap.color-white {
  color: #ffffff
}
.box-undertitle-01 .title-wrap.color-white .title {
  border-color: #ffffff
}
.box-undertitle-01 .title-wrap .title-inner {
  width: 100%;
  max-width: 1100px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
@media screen and (max-width:768px) {
  .box-undertitle-01 .title-wrap .title-inner {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}
.box-undertitle-01 .title-wrap .title {

  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  white-space: nowrap
}
@media screen and (max-width:768px) {
  .box-undertitle-01 .title-wrap .title {
    padding: 15px 25px;
    font-size: 2.4rem;
    font-weight: normal;
  }
}
@media screen and (max-width:414px) {
  .box-undertitle-01 .title-wrap .title {
    padding: 10px;
    font-size: 2rem
  }
}
.box-undertitle-01 .title-wrap .ruby {
  display: block;
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 0.1em;
  text-align: center
}
@media screen and (max-width:768px) {
  .box-undertitle-01 .title-wrap .ruby {
    font-size: 0.9rem
  }
}
.box-undertitle-01 .title-wrap.sales .unit-status-01 {
  margin-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
@media screen and (max-width:768px) {
  .box-undertitle-01 .title-wrap.sales .unit-status-01 {
    margin-left: 25px
  }
}
@media screen and (max-width:414px) {
  .box-undertitle-01 .title-wrap.sales .unit-status-01 {
    margin-left: 10px
  }
}
.box-undertitle-01 .title-wrap.sales h1:has(.unit-cat-01) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}
.box-thanks-01 {
  text-align: center
}
.box-thanks-01 .title-wrap {
  display: block;
  font-size: 3rem;
  line-height: 1
}
@media screen and (max-width:768px) {
  .box-thanks-01 .title-wrap {
    font-size: 2.5rem
  }
}
.box-thanks-01 p {
  margin-top: 25px
}
@media screen and (max-width:768px) {
  .box-thanks-01 p {
    margin-top: 15px
  }
}
.box-thanks-01 .unit-link-01 {
  margin-top: 25px
}
@media screen and (max-width:768px) {
  .box-thanks-01 .unit-link-01 {
    margin-top: 15px
  }
}
.box-articlenav-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px
}
.box-articlenav-01 > span {
  position: relative
}
.box-articlenav-01 > span:before {
  content: "";
  width: 0%;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  height: 1px;
  background: #333333
}
.box-articlenav-01 > span.prev a:before {
  content: "<";
  margin-right: 0.2em
}
.box-articlenav-01 > span.next a:after {
  content: ">";
  margin-left: 0.2em
}
.box-articlenav-01 > span:hover a {
  opacity: 1
}
.box-articlenav-01 > span:hover:before {
  width: 100%
}
@media screen and (max-width:768px) {
  .box-articlenav-01 > span {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
@media screen and (max-width:414px) {
  .box-articlenav-01 > span {
    width: 50%
  }
  .box-articlenav-01 > span.next {
    text-align: right
  }
  .box-articlenav-01 > span.next a {
    margin-right: 25px
  }
}
@media screen and (max-width:768px) {
  .box-articlenav-01 > [class^=unit-btn] {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    text-align: center;
    margin-top: 20px
  }
}
.box-logo-01 {
  display: none;
  padding: 20px 0;
  background-color: #003171;
  text-align: center;
  color: #fff
}
@media screen and (max-width:768px) {
  .box-logo-01 {
    display: block
  }
}
.box-logo-01 .logo-wrap {
  width: 200px;
  margin-top: 10px
}
.box-common-articlelist-01 > article {
  position: relative
}
.box-common-articlelist-01 > article + article {
  border-top: 1px solid #d6d6d6
}
.box-common-articlelist-01 > article:last-of-type {
  border-bottom: 1px solid #d6d6d6
}
.box-common-articlelist-01 > article a {
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.box-common-articlelist-01 > article a .wrap {
  width: 100%
}
.box-common-articlelist-01 > article a .img-box {
  width: 80px
}
@media screen and (max-width:768px) {
  .box-common-articlelist-01 > article a .img-box {
    width: calc(80px * 0.8)
  }
}
.box-common-articlelist-01 > article a .img-box + .wrap {
  width: calc(100% - 80px - 10px)
}
@media screen and (max-width:768px) {
  .box-common-articlelist-01 > article a .img-box + .wrap {
    width: calc(100% - 80px * 0.8 - 10px)
  }
}
.box-common-articlelist-01 > article a:hover {
  opacity: 1;
  background: #efefef
}
.box-common-articlelist-01 > article a:hover .title {
  text-decoration: underline;
  color: #9acd32
}
.box-common-articlelist-01 > article .icon {
  background: #9acd32;
  color: #fff;
  font-size: 1.25rem;
  padding: 3px 7px;
  margin-left: 10px
}
.box-common-articlelist-01 > article .cat {
  background: #9acd32;
  color: #fff;
  border-radius: 100px 100px;
  font-size: 1.25rem;
  padding: 3px 7px;
  margin-left: 10px
}
.box-common-articlelist-01 > article time {
  color: #9acd32
}
.box-common-articlelist-01 > article .title {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 3px;
  font-weight: bold
}
.box-common-articlelist-01 > article .text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 3px
}
.box-common-imgcon-01 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.box-common-imgcon-01 .wrap:nth-of-type(2n) .img-box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.box-common-imgcon-01 .wrap:nth-of-type(2n) .img-box + .con {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.box-common-imgcon-01 .wrap + .wrap {
  margin-top: 50px
}
.box-common-imgcon-01 .wrap .con {
  width: 100%
}
.box-common-imgcon-01 .wrap .con .title {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #000
}
.box-common-imgcon-01 .wrap .con .title + .txt-box {
  margin-top: 20px
}
.box-common-imgcon-01 .wrap .con .txt-box {
  font-size: 1.5rem
}
.box-common-imgcon-01 .wrap .img-box {
  width: 500px
}
@media screen and (max-width:768px) {
  .box-common-imgcon-01 .wrap .img-box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.box-common-imgcon-01 .wrap .img-box + .con {
  width: calc(100% - 500px - 30px)
}
@media screen and (max-width:768px) {
  .box-common-imgcon-01 .wrap .img-box + .con {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.wp-pagenavi {
  margin-top: 56px;
  font-size: 1.6rem;
  text-align: center
}
@media screen and (max-width:768px) {
  .wp-pagenavi {
    margin-top: 28px;
    font-size: 1.4rem
  }
}
.wp-pagenavi .current {
  border-color: #f9690e;
  background: #f9690e;
  color: #fff;

  font-weight: 400
}
.wp-pagenavi .extend {
  min-width: auto;
  min-width: inherit;
  padding: 0
}
@media screen and (max-width:414px) {
  .wp-pagenavi .extend {
    display: none
  }
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  display: none
}
.wp-pagenavi > a, .wp-pagenavi > span {
  vertical-align: middle;
  display: inline-block;
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  margin: 0 10px 4px 5px;
  padding: 0 5px;
  border: 1px solid #f9690e;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  color: #f9690e;
  line-height: 50px;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
@media screen and (max-width:768px) {
  .wp-pagenavi > a, .wp-pagenavi > span {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px
  }
}
.wp-pagenavi > a.pages, .wp-pagenavi > span.pages {
  display: none
}
.wp-pagenavi > a.page, .wp-pagenavi > span.page {

  font-weight: 400
}
.wp-pagenavi > a:hover {
  opacity: 1;
  background-color: #f9690e;
  color: #fff
}
.ajax-loader {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 150%);
  -ms-transform: translate(-50%, 150%);
  transform: translate(-50%, 150%)
}
.box-blogdetail-01 > * {
  margin-top: 20px
}
@media screen and (max-width:768px) {
  .box-blogdetail-01 > * {
    margin-top: 15px
  }
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 > * {
    margin-top: 10px
  }
}
.box-blogdetail-01 > :first-child {
  margin-top: 0
}
.box-blogdetail-01 h1, .box-blogdetail-01 h2, .box-blogdetail-01 h3 {
  margin-top: 40px
}
@media screen and (max-width:768px) {
  .box-blogdetail-01 h1, .box-blogdetail-01 h2, .box-blogdetail-01 h3 {
    margin-top: 35px
  }
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 h1, .box-blogdetail-01 h2, .box-blogdetail-01 h3 {
    margin-top: 30px
  }
}
.box-blogdetail-01 h1:first-child, .box-blogdetail-01 h2:first-child, .box-blogdetail-01 h3:first-child {
  margin-top: 0
}
.box-blogdetail-01 h1 + h2, .box-blogdetail-01 h1 + h3, .box-blogdetail-01 h1 + h4, .box-blogdetail-01 h1 + h5, .box-blogdetail-01 h1 + h6, .box-blogdetail-01 h2 + h2, .box-blogdetail-01 h2 + h3, .box-blogdetail-01 h2 + h4, .box-blogdetail-01 h2 + h5, .box-blogdetail-01 h2 + h6, .box-blogdetail-01 h3 + h2, .box-blogdetail-01 h3 + h3, .box-blogdetail-01 h3 + h4, .box-blogdetail-01 h3 + h5, .box-blogdetail-01 h3 + h6 {
  margin-top: 20px
}
@media screen and (max-width:768px) {
  .box-blogdetail-01 h1 + h2, .box-blogdetail-01 h1 + h3, .box-blogdetail-01 h1 + h4, .box-blogdetail-01 h1 + h5, .box-blogdetail-01 h1 + h6, .box-blogdetail-01 h2 + h2, .box-blogdetail-01 h2 + h3, .box-blogdetail-01 h2 + h4, .box-blogdetail-01 h2 + h5, .box-blogdetail-01 h2 + h6, .box-blogdetail-01 h3 + h2, .box-blogdetail-01 h3 + h3, .box-blogdetail-01 h3 + h4, .box-blogdetail-01 h3 + h5, .box-blogdetail-01 h3 + h6 {
    margin-top: 15px
  }
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 h1 + h2, .box-blogdetail-01 h1 + h3, .box-blogdetail-01 h1 + h4, .box-blogdetail-01 h1 + h5, .box-blogdetail-01 h1 + h6, .box-blogdetail-01 h2 + h2, .box-blogdetail-01 h2 + h3, .box-blogdetail-01 h2 + h4, .box-blogdetail-01 h2 + h5, .box-blogdetail-01 h2 + h6, .box-blogdetail-01 h3 + h2, .box-blogdetail-01 h3 + h3, .box-blogdetail-01 h3 + h4, .box-blogdetail-01 h3 + h5, .box-blogdetail-01 h3 + h6 {
    margin-top: 10px
  }
}
.box-blogdetail-01 h1 + p, .box-blogdetail-01 h1 + table, .box-blogdetail-01 h2 + p, .box-blogdetail-01 h2 + table, .box-blogdetail-01 h3 + p, .box-blogdetail-01 h3 + table {
  margin-top: 10px
}
@media screen and (max-width:768px) {
  .box-blogdetail-01 h1 + p, .box-blogdetail-01 h1 + table, .box-blogdetail-01 h2 + p, .box-blogdetail-01 h2 + table, .box-blogdetail-01 h3 + p, .box-blogdetail-01 h3 + table {
    margin-top: 8px
  }
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 h1 + p, .box-blogdetail-01 h1 + table, .box-blogdetail-01 h2 + p, .box-blogdetail-01 h2 + table, .box-blogdetail-01 h3 + p, .box-blogdetail-01 h3 + table {
    margin-top: 5px
  }
}
.box-blogdetail-01 h4, .box-blogdetail-01 h5, .box-blogdetail-01 h6 {
  margin-top: 30px
}
@media screen and (max-width:768px) {
  .box-blogdetail-01 h4, .box-blogdetail-01 h5, .box-blogdetail-01 h6 {
    margin-top: 25px
  }
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 h4, .box-blogdetail-01 h5, .box-blogdetail-01 h6 {
    margin-top: 20px
  }
}
.box-blogdetail-01 h4:first-child, .box-blogdetail-01 h5:first-child, .box-blogdetail-01 h6:first-child {
  margin-top: 0
}
.box-blogdetail-01 h4 + p, .box-blogdetail-01 h4 + table, .box-blogdetail-01 h5 + p, .box-blogdetail-01 h5 + table, .box-blogdetail-01 h6 + p, .box-blogdetail-01 h6 + table {
  margin-top: 10px
}
@media screen and (max-width:768px) {
  .box-blogdetail-01 h4 + p, .box-blogdetail-01 h4 + table, .box-blogdetail-01 h5 + p, .box-blogdetail-01 h5 + table, .box-blogdetail-01 h6 + p, .box-blogdetail-01 h6 + table {
    margin-top: 8px
  }
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 h4 + p, .box-blogdetail-01 h4 + table, .box-blogdetail-01 h5 + p, .box-blogdetail-01 h5 + table, .box-blogdetail-01 h6 + p, .box-blogdetail-01 h6 + table {
    margin-top: 5px
  }
}
.box-blogdetail-01 h2 {
  margin-bottom: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #D6D6D6;
  font-size: 2.2rem;
  letter-spacing: 0.07em;
  margin-top: 75px
}
@media screen and (max-width:768px) {
  .box-blogdetail-01 h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 2rem
  }
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1.8rem
  }
}
.box-blogdetail-01 h2:first-child {
  margin-top: 0
}
.box-blogdetail-01 h3 {
  font-size: 2rem
}
@media screen and (max-width:768px) {
  .box-blogdetail-01 h3 {
    font-size: 1.8rem
  }
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 h3 {
    font-size: 1.6rem
  }
}
.box-blogdetail-01 h4 {
  font-size: 1.8rem
}
@media screen and (max-width:768px) {
  .box-blogdetail-01 h4 {
    font-size: 1.7rem
  }
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 h4 {
    font-size: 1.5rem
  }
}
.box-blogdetail-01 h5 {
  font-size: 1.7rem
}
@media screen and (max-width:768px) {
  .box-blogdetail-01 h5 {
    font-size: 1.6rem
  }
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 h5 {
    font-size: 1.5rem
  }
}
.box-blogdetail-01 h6 {
  font-size: 1.6rem
}
@media screen and (max-width:768px) {
  .box-blogdetail-01 h6 {
    font-size: 1.5rem
  }
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 h6 {
    font-size: 1.4rem
  }
}
.box-blogdetail-01 ul li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em
}
.box-blogdetail-01 ul li:before {
  content: "・";
  margin-left: -1em
}
.box-blogdetail-01 ul li:first-child {
  margin-top: 0
}
.box-blogdetail-01 ul li a {
  color: #0071BC;
  text-decoration: underline
}
.box-blogdetail-01 p:after {
  content: "";
  display: block;
  clear: both
}
.box-blogdetail-01 a {
  color: #0071BC;
  text-decoration: underline
}
.box-blogdetail-01 strong {
  font-weight: bold
}
.box-blogdetail-01 img {
  margin-left: auto;
  margin-right: auto
}
@media screen and (max-width:768px) {
  .box-blogdetail-01 img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
  }
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 img {
    margin-top: 15px;
    margin-bottom: 15px
  }
}
.box-blogdetail-01 img.alignright {
  margin-left: 50px
}
@media screen and (max-width:768px) {
  .box-blogdetail-01 img.alignright {
    margin-left: 30px
  }
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 img.alignright {
    margin: 10px auto
  }
}
.box-blogdetail-01 img.alignleft {
  margin-right: 50px
}
@media screen and (max-width:768px) {
  .box-blogdetail-01 img.alignleft {
    margin-right: 30px
  }
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 img.alignleft {
    margin: 10px auto
  }
}
.box-blogdetail-01 hr {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  border-top: 1px solid #E7E7EB
}
.box-blogdetail-01 iframe {
  width: 100% !important
}
.box-blogdetail-01 table {
  margin-top: 40px
}
@media screen and (max-width:768px) {
  .box-blogdetail-01 table {
    margin-top: 30px
  }
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 table {
    margin-top: 25px
  }
}
.box-blogdetail-01 table:first-child {
  margin-top: 0
}
.box-blogdetail-01 figure figcaption {
  padding: 5px 10px
}
.box-blogdetail-01 .box-colomn .colomn-inner figure img {
  width: 100%
}
.box-blogdetail-01 .alignright {
  float: right
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 .alignright {
    float: none
  }
}
.box-blogdetail-01 .alignleft {
  float: left
}
@media screen and (max-width:414px) {
  .box-blogdetail-01 .alignleft {
    float: none
  }
}
.box-blogdetail-01 .aligncenter {
  margin-right: auto;
  margin-left: auto
}
@media screen and (min-width:769px) {
  .home .box-header-01 .header-wrap {
    /* background: none; */
  }
  .box-header-01 .header-wrap {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
  }
  .box-header-01 .header-wrap .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
    /* color: #000; */
    -webkit-transition: 0.3s;
    transition: 0.3s
  }
  .box-header-01 .header-wrap .header-inner .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 45px;
    padding-right: 15px
  }
  .box-header-01 .header-wrap .header-inner .header-logo h1 {
    /* width: 100px; */
    /* height: 100px; */
}
  .box-header-01 .header-wrap .header-inner .header-logo .logo-inner {
    display: block
  }
 .home .header-logo .logo-inner {
  display: block;
  width: 220px; /* ロゴ幅に合わせて調整 */
  height: 60px; /* ロゴ高さに合わせて調整 */
  background-image: url("https://wpriritest.sakura.ne.jp/meiko/wp-content/uploads/2026/07/logow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header-logo .logo-inner {
  display: block;
  width: 220px; /* ロゴ幅に合わせて調整 */
  height: 60px; /* ロゴ高さに合わせて調整 */
  
}

.home .header-logo .logo-inner img {
   /* display: none; */
}
  .home  .header-logo .logo-inner img {
   
}

 .logo-inner {
  /* background-image: url("https://wpriritest.sakura.ne.jp/meiko/wp-content/uploads/2026/06/title-1.png"); */
}
  .box-header-01 .header-wrap .header-inner .header-logo .logo-inner > span {
    display: block;
    height: 48px;
    width: 102px;
    background: url(../img/common/logo_white.svg) left center/contain no-repeat;
    color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 25px
  }
  .box-header-01 .header-wrap .header-inner .header-logo .powered {
    font-size: 1.1rem;
    letter-spacing: 0.1em
  }
  .box-header-01 .header-wrap .header-inner .header-logo .powered .mincho {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5
  }
  .box-header-01 .header-wrap .header-inner .header-logo .powered .mincho .ovo {
    vertical-align: text-bottom;
    margin-right: 2px;
    position: relative;
    top: 3px
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .home .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li {
    color: #fff;
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.1em;
    
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    height: 80px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    font-size: 1.5rem;

  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > a:hover {
    opacity: 1;
    color: #f9690e
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > a.nav-parent {
    pointer-events: none
  }
  .home .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > a.nav-parent:before {
    /* color: #fff; */
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > a.nav-parent:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f13a";
    font-size: 1.2rem;
    margin-right: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #1B1468;
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > ul {
    position: fixed;
    overflow: hidden;
    z-index: 101;
    top: 80px;
    width: 200px;
    color: #000;
    max-height: 300px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 6px rgba(51, 51, 51, 0.3);
    box-shadow: 4px 4px 6px rgba(51, 51, 51, 0.3);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: -10px
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > ul > li {
    font-size: 1.5rem;
    background: rgba(255, 255, 255, 0.9);

    -webkit-transition: 0.3s;
    transition: 0.3s
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > ul > li:hover {
    opacity: 1;
    color: #f9690e;
    background: rgba(242, 242, 242, 0.9)
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > ul > li:not(:first-child) {
    border-top: 1px solid #f2f2f2
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > ul > li > a {
    padding: 15px 15px;
    width: 100%;
    height: 100%
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li:not(:hover) > ul {
    opacity: 0;
    pointer-events: none;
    height: 0;
    padding: 0
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner .nav-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 15px
  }
  .home .box-header-01 .header-wrap .header-inner .header-nav .nav-inner .nav-tel .unit-tel-01 .tel-txt {
    /* color: #fff; */
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner .nav-tel .unit-tel-01 .tel-txt {
    /* color: #fff; */
    -webkit-transition: 0.3s;
    transition: 0.3s
  }
  .box-header-01 .header-wrap .header-inner .header-btn {
    display: none
  }
  .box-header-01.bg-w {
    height: 80px
  }
  .box-header-01.bg-w .header-wrap, .box-header-01 .header-wrap {
    background: #fff
  }
  .box-header-01.bg-w .header-wrap .header-inner, .box-header-01 .header-wrap .header-inner {
    color: #333333
  }
  .box-header-01.bg-w .header-wrap .header-inner .header-logo .logo-inner > span, .box-header-01 .header-wrap .header-inner .header-logo .logo-inner > span {
    background: url(../img/common/logo.svg) left center/contain no-repeat
  }
  .box-header-01.bg-w .header-wrap .header-inner .header-logo .powered, .box-header-01 .header-wrap .header-inner .header-logo .powered {
    font-size: 1.1rem;
    letter-spacing: 0.1em
  }
  .box-header-01.bg-w .header-wrap .header-inner .header-logo .powered .mincho, .box-header-01 .header-wrap .header-inner .header-logo .powered .mincho {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5
  }
  .box-header-01.bg-w .header-wrap .header-inner .header-logo .powered .mincho .ovo, .box-header-01 .header-wrap .header-inner .header-logo .powered .mincho .ovo {
    vertical-align: text-bottom;
    margin-right: 2px;
    position: relative;
    top: 3px
  }
  .box-header-01.bg-w .header-wrap .header-inner .header-nav .nav-inner, .box-header-01 .header-wrap .header-inner .header-nav .nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .box-header-01.bg-w .header-wrap .header-inner .header-nav .nav-inner > ul, .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-header-01.bg-w .header-wrap .header-inner .header-nav .nav-inner > ul > li, .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.1em
  }
  .box-header-01.bg-w .header-wrap .header-inner .header-nav .nav-inner > ul > li > a, .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    height: 80px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    font-size: 1.5rem;

    color: #000;
  }
  .box-header-01.bg-w .header-wrap .header-inner .header-nav .nav-inner > ul > li > a.nav-parent, .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > a.nav-parent {
    pointer-events: none;
    color: #000;
  }
  .box-header-01.bg-w .header-wrap .header-inner .header-nav .nav-inner > ul > li > a.nav-parent:before, .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > a.nav-parent:before {
    color: #1B1460;
  }
  .box-header-01.bg-w .header-wrap .header-inner .header-nav .nav-inner > ul > li > ul, .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > ul {
    margin-top: 0
  }
  .box-header-01.bg-w .header-wrap .header-inner .header-nav .nav-inner > ul > li > ul > li, .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > ul > li {
    background: #fff
  }
  .box-header-01.bg-w .header-wrap .header-inner .header-nav .nav-inner > ul > li > ul > li:hover, .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > ul > li:hover {
    background: #f5f5f5
  }
  .box-header-01.bg-w .header-wrap .header-inner .header-nav .nav-inner .nav-tel .unit-tel-01 .tel-inner, .box-header-01 .header-wrap .header-inner .header-nav .nav-inner .nav-tel .unit-tel-01 .tel-inner {
    color: #0f263b;
  }
  .box-header-01.bg-w .header-wrap .header-inner .header-nav .nav-inner .nav-tel .unit-tel-01 .tel-txt, .box-header-01 .header-wrap .header-inner .header-nav .nav-inner .nav-tel .unit-tel-01 .tel-txt {
    color: #333333
  }
}
@media screen and (max-width:768px) {
  .box-header-01 {
    height: 50px
  }
  .box-header-01 .header-wrap .header-inner .header-logo {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
  }
  .box-header-01 .header-wrap .header-inner .header-logo > * .logo-inner {
    width: 140px;
    display: block
  }
  .box-header-01 .header-wrap .header-inner .header-logo > * .logo-inner > span {
    display: block;
    width: 100%;
    height: 35px;
    background: url(../img/common/logo.svg) left center/contain no-repeat;
    font-size: 0
  }
  .box-header-01 .header-wrap .header-inner .header-logo > .powered {
    font-size: 1rem
  }
  .box-header-01 .header-wrap .header-inner .header-logo > .powered .mincho {
    display: block;
    font-size: 1.1rem
  }
  .box-header-01 .header-wrap .header-inner .header-logo > .powered .mincho .ovo {
    vertical-align: text-bottom;
    margin-right: 1px;
    position: relative;
    top: 3px
  }
}
@media screen and (max-width:768px) and (max-width:350px) {
  .box-header-01 .header-wrap .header-inner .header-logo > .powered > span:first-child {
    letter-spacing: 0
  }
}
@media screen and (max-width:768px) {
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner {
    position: fixed;
    z-index: 101;
    top: 50px;
    left: 0;
    overflow-y: scroll;
    width: 100%;
    max-height: calc(100vh - 50px);
    padding-bottom: 20px;
    background: #f5f5f5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 15px 15px
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #fff
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > a {
    display: block;
    padding: 10px 0;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    font-weight: bold
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > a:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: fontawesome;
    color: #f9690e
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner > ul > li > ul {
    display: none
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner .nav-btn.unit-btn-02 > .inner {
    max-width: 280px;
    max-width: 90%;
    height: 50px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner .nav-btn.unit-btn-02 > .inner:before {
    left: 8%;
    font-size: 1.6rem
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner .nav-btn.unit-btn-02 > .inner > .inner {
    line-height: 50px
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner .nav-btn.unit-btn-02 > .inner > .inner:after {
    right: 10px
  }
}
@media screen and (max-width:768px) and (max-width:350px) {
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner .nav-btn.unit-btn-02 > .inner {
    font-size: 1.3rem
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner .nav-btn.unit-btn-02 > .inner:before {
    left: 6%;
    font-size: 1.4rem
  }
  .box-header-01 .header-wrap .header-inner .header-nav .nav-inner .nav-btn.unit-btn-02 > .inner > .inner:after {
    right: 8px
  }
}
@media screen and (max-width:768px) {
  .box-header-01 .header-wrap .header-btn {
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .box-header-01 .header-wrap .header-btn .btn-btn .btn-inner {
    position: relative
  }
  .box-header-01 .header-wrap .header-btn .btn-btn .btn-inner:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    font-size: 1.8rem
  }
}
@media screen and (max-width:768px) and (max-width:350px) {
  .box-header-01 .header-wrap .header-btn .btn-btn .btn-inner:before {
    position: relative;
    left: 15%
  }
}
@media screen and (max-width:768px) {
  .box-header-01 .header-wrap .header-btn .btn-btn .btn-inner > span {
    font-size: 0
  }
  .box-header-01 .header-wrap .header-btn .btn-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 45px;
    height: 50px;
    background: #fff
  }
}
@media screen and (max-width:768px) and (max-width:350px) {
  .box-header-01 .header-wrap .header-btn .btn-bar {
    width: 40px
  }
}
@media screen and (max-width:768px) {
  .box-header-01 .header-wrap .header-btn .btn-bar .bar-inner:after {
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin: 5px 0 -2px;
    color: #fff
  }
  .box-header-01 .header-wrap .header-btn .btn-bar .bar-inner > * {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
  }
  .box-header-01 .header-wrap .header-btn .btn-bar .bar-inner > :not(:last-child) {
    margin-bottom: 5px
  }
  .box-header-01.is-open .header-wrap .header-nav .nav-logo {
    background: #fff
  }
  .box-header-01.is-open .header-wrap .header-btn .btn-bar .bar-inner .bar1 {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg)
  }
  .box-header-01.is-open .header-wrap .header-btn .btn-bar .bar-inner .bar2 {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
  }
  .box-header-01.is-open .header-wrap .header-btn .btn-bar .bar-inner .bar3 {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg)
  }
  .box-header-01:not(.is-open) .header-wrap .header-inner .header-nav .nav-inner {
    opacity: 0;
    max-height: 0;
    pointer-events: none
  }
}
@media screen and (min-width:769px) {
  .box-header-02 {
    height: 100px
  }
  .box-header-02 .header-wrap {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
  }
}
@media screen and (min-width:769px) and (max-width:1100px) {
  .box-header-02 .header-wrap {
    width: 1100px
  }
}
@media screen and (min-width:769px) {
  .box-header-02 .header-wrap .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100px
  }
  .box-header-02 .header-wrap .header-inner .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px
  }
  .box-header-02 .header-wrap .header-inner .header-logo .logo-inner {
    display: block
  }
  .box-header-02 .header-wrap .header-inner .header-logo .logo-inner > span {
    display: block;
    height: 26px;
    width: 345px;
    background: url(../img/lp/lp_logo.png) center center/contain no-repeat;
    font-size: 0
  }
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 55px
  }
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.1em
  }
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner > ul > li:not(:first-child):before {
    content: "";
    display: block;
    height: 15px;
    width: 1px;
    background: #fff;
    margin: 0 20px
  }
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-weight: 600;
    font-size: 1.5rem;
    color: #4d4d4d
  }
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner .nav-btn .btn-inner {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 180px;
    height: 100px;
    margin-left: 50px;
    background: #898989;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff
  }
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner .nav-btn .btn-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #aaa;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right
  }
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner .nav-btn .btn-inner > * {
    position: relative;
    z-index: 1
  }
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner .nav-btn .btn-inner:hover {
    opacity: 1
  }
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner .nav-btn .btn-inner:not(:hover):after {
    opacity: 0;
    width: 0;
    -webkit-transform: skew(90deg);
    -ms-transform: skew(90deg);
    transform: skew(90deg)
  }
  .box-header-02 .header-wrap .header-inner .header-btn {
    display: none
  }
}
@media screen and (max-width:768px) {
  .box-header-02 {
    height: 50px
  }
  .box-header-02 .header-wrap .header-inner .header-logo {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
  }
  .box-header-02 .header-wrap .header-inner .header-logo > * {
    width: calc(100% - 150px)
  }
  .box-header-02 .header-wrap .header-inner .header-logo > * .logo-inner {
    display: block
  }
  .box-header-02 .header-wrap .header-inner .header-logo > * .logo-inner > span {
    display: block;
    height: 50px;
    width: 220px;
    background: url(../img/lp/lp_logo.png) center center/contain no-repeat;
    font-size: 0
  }
}
@media screen and (max-width:768px) and (max-width:414px) {
  .box-header-02 .header-wrap .header-inner .header-logo > * .logo-inner > span {
    width: 190px
  }
}
@media screen and (max-width:768px) {
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner {
    position: fixed;
    z-index: 101;
    top: 50px;
    left: 0;
    overflow-y: scroll;
    width: 100%;
    max-height: calc(100vh - 50px);
    background: #f5f5f5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px
  }
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px
  }
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #fff
  }
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner > ul > li > a {
    display: block;
    padding: 12.5px 0;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: "FP-ヒラギノ角ゴ ProN W6"
  }
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner > ul > li > ul {
    display: none
  }
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner .nav-btn {
    padding: 15px 15px 40px
  }
  .box-header-02 .header-wrap .header-inner .header-nav .nav-inner .nav-btn .btn-inner {
    display: block;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding: 12.5px;
    border-radius: 100px;
    text-align: center;
    background: #898989;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    color: #fff
  }
  .box-header-02 .header-wrap .header-btn {
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .box-header-02 .header-wrap .header-btn .unit-lp-btn-01 a {
    width: 130px;
    height: 40px;
    font-size: 1.4rem;
    vertical-align: bottom
  }
}
@media screen and (max-width:768px) and (max-width:414px) {
  .box-header-02 .header-wrap .header-btn .unit-lp-btn-01 a {
    height: 30px;
    width: 100px;
    font-size: 1.2rem
  }
}
@media screen and (max-width:768px) {
  .box-header-02 .header-wrap .header-btn .btn-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 50px;
    height: 50px;
    background: #fff
  }
  .box-header-02 .header-wrap .header-btn .btn-bar .bar-inner > * {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25px;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
  }
  .box-header-02 .header-wrap .header-btn .btn-bar .bar-inner > :not(:last-child) {
    margin-bottom: 8px
  }
  .box-header-02.is-open .header-wrap .header-nav .nav-logo {
    background: #969696
  }
  .box-header-02.is-open .header-wrap .header-btn .btn-bar .bar-inner .bar1 {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg)
  }
  .box-header-02.is-open .header-wrap .header-btn .btn-bar .bar-inner .bar2 {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
  }
  .box-header-02.is-open .header-wrap .header-btn .btn-bar .bar-inner .bar3 {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg)
  }
  .box-header-02:not(.is-open) .header-wrap .header-inner .header-nav .nav-inner {
    opacity: 0;
    max-height: 0;
    pointer-events: none
  }
}
#footer {
}
#footer .sec-foot-01 {
  padding: 80px 0 90px
}
#footer .sec-foot-02 {
  padding: 70px 0 100px;
  background: url(https://wpriritest.sakura.ne.jp/meiko/wp-content/uploads/2026/07/footinfo.png) center center no-repeat;
  text-align: center;
  color: #fff;
  background-size: 70%;
}
@media screen and (max-width:768px) {
  #footer .sec-foot-02 {
    padding: 40px 0;
    background-size: 300%;
  }
}
#footer .sec-foot-02 .box-footer-01 {
  width: 1100px;
  max-width: 100%;
  margin: auto
}
@media screen and (max-width:768px) {
  #footer .sec-foot-02 .box-footer-01 {
    padding: 0 4%
  }
}
#footer .sec-foot-02 .box-footer-01.w1040 {
  width: 1040px
}
#footer .sec-foot-02 .box-footer-01 .unit-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px
}
#footer .sec-foot-02 .box-footer-01 .unit-flex .box-inner-01 {
  text-align: center;
  white-space: nowrap;
  margin-right: 50px
}
@media screen and (max-width:768px) {
  #footer .sec-foot-02 .box-footer-01 .unit-flex .box-inner-01 {
    margin: 0px auto;
    width: 100%;
  }
}
#footer .sec-foot-02 .box-footer-01 .unit-flex .box-inner-01 .unit-tel-01 .tel-inner {
  font-size: 5.6rem;
  color: #000;
}
@media screen and (max-width:768px) {
  #footer .sec-foot-02 .box-footer-01 .unit-flex .box-inner-01 .unit-tel-01 .tel-inner {
    font-size: 4.5rem
  }
}
@media screen and (max-width:428px) {
  #footer .sec-foot-02 .box-footer-01 .unit-flex .box-inner-01 .unit-tel-01 .tel-inner {
    font-size: 3.5rem
  }
}
#footer .sec-foot-02 .box-footer-01 .unit-flex .box-inner-01 .unit-tel-01 .tel-inner:before {
  font-size: 3.2rem
}
@media screen and (max-width:768px) {
  #footer .sec-foot-02 .box-footer-01 .unit-flex .box-inner-01 .unit-tel-01 .tel-inner:before {
    font-size: 2.8rem
  }
}
@media screen and (max-width:414px) {
  #footer .sec-foot-02 .box-footer-01 .unit-flex .box-inner-01 .unit-tel-01 .tel-inner:before {
    font-size: 2.3rem
  }
}
#footer .sec-foot-02 .box-footer-01 .unit-flex .box-inner-01 .unit-tel-01 .tel-txt {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width:414px) {
  #footer .sec-foot-02 .box-footer-01 .unit-flex .box-inner-01 .unit-tel-01 .tel-txt {
    font-size: 1.2rem
  }
}
#footer .sec-foot-02 .unit-title-01 {
  display: block;
  font-size: 2.4rem;
  color: #000;
}
@media screen and (max-width:768px) {
  #footer .sec-foot-02 .unit-title-01 {
    font-size: 2rem
  }
}
@media screen and (max-width:428px) {
  #footer .sec-foot-02 .unit-title-01 {
    font-size: 1.7rem
  }
}
#footer .sec-foot-02 .unit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
#footer .sec-foot-02 .unit-flex.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
#footer .sec-foot-02 .unit-flex.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
#footer .sec-foot-02 .unit-flex.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media screen and (max-width:414px) {
  #footer .sec-foot-02 .unit-flex {
    display: block
  }
}
.sec-foot-03 {
  background:url(https://wpriritest.sakura.ne.jp/meiko/wp-content/uploads/2026/07/footbg2-2-scaled.png);
  background-position: 100% 90%;
  background-repeat: no-repeat;
  padding: 0px 0px 20px 0px;
  background-size: 64%;
  /* border-bottom: 2px solid #50638a; */
}
.sec-foot-03 .wrapper {
  width: 1100px
}
@media screen and (max-width:768px) {
	.sec-foot-03 {
    background-position: bottom;
    background-size: contain;
}
  .sec-foot-03 .wrapper {
    width: auto
  }
}
.sec-foot-03 .box-footer-01 {
  padding: 50px 0px 8px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width:768px) {
  .sec-foot-03 .box-footer-01 {
    width: 100%;
    padding: 30px 0 30px;
    display: block
  }
}
.sec-foot-03 .box-footer-01 > .company-box {
  width: 295px;
  line-height: 1.2;
}
@media screen and (max-width:768px) {
  .sec-foot-03 .box-footer-01 > .company-box {
    text-align: center;
    margin: auto auto 30px;
    max-width: 100%
  }
}
.sec-foot-03 .box-footer-01 > .company-box .logo {
  display: block;
  margin: 0px 0 35px
}
@media screen and (max-width:768px) {
  .sec-foot-03 .box-footer-01 > .company-box .logo {
    margin: auto auto 10px
  }
}
@media screen and (max-width:768px) {
  .sec-foot-03 .box-footer-01 > .company-box .logo img {
    margin: auto
  }
}
.sec-foot-03 .box-footer-01 > .company-box .yumin {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .sec-foot-03 .box-footer-01 > .company-box .yumin {
    font-size: 1.4rem
  }
}
.sec-foot-03 .box-footer-01 > .company-box .info {
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.1em
}
@media screen and (max-width:414px) {
  .sec-foot-03 .box-footer-01 > .company-box .info {
    font-size: 1.1rem
  }
}
.sec-foot-03 .box-footer-01 > .nav-box {
  width: 730px
}
@media screen and (max-width:768px) {
  .sec-foot-03 .box-footer-01 > .nav-box {
    width: 450px;
    max-width: 100%;
    margin: auto
  }
}
.sec-foot-03 .box-footer-01 > .nav-box .ft-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.sec-foot-03 .box-footer-01 > .nav-box .ft-nav ul li {
    line-height: 1;
}
@media screen and (max-width:768px) {
  .sec-foot-03 .box-footer-01 > .nav-box .ft-nav {
    width: 330px;
    max-width: 100%;
    margin: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
@media screen and (max-width:414px) {
  .sec-foot-03 .box-footer-01 > .nav-box .ft-nav {
    width: 310px
  }
}
@media screen and (min-width:769px) {
  .sec-foot-03 .box-footer-01 > .nav-box .ft-nav > li .line-01 {
    margin-right: 40px
  }
  .sec-foot-03 .box-footer-01 > .nav-box .ft-nav > li .line-02 {
    margin-right: 20px
  }
  .sec-foot-03 .box-footer-01 > .nav-box .ft-nav > li .line-03 {
    margin-right: 30px
  }
}
@media screen and (max-width:768px) {
  .sec-foot-03 .box-footer-01 > .nav-box .ft-nav > li {
    width: 48%;
    margin: 5px 0;
    margin-right: 2%
  }
  .sec-foot-03 .box-footer-01 > .nav-box .ft-nav > li:first-child {
    width: 52%
  }
  .sec-foot-03 .box-footer-01 > .nav-box .ft-nav > li:last-child {
    width: 48%
  }
}
.sec-foot-03 .box-footer-01 > .nav-box .ft-nav > li a {
  font-size: 1.4rem;
  color: #000;
  display: block;
  line-height: 1.45;
}
@media screen and (max-width:768px) {
  .sec-foot-03 .box-footer-01 > .nav-box .ft-nav > li a {
    font-weight: normal;
    font-size: 1.3rem
  }
}
@media screen and (max-width:414px) {
  .sec-foot-03 .box-footer-01 > .nav-box .ft-nav > li a {
    font-size: 1.2rem
  }
}
@media screen and (max-width:340px) {
  .sec-foot-03 .box-footer-01 > .nav-box .ft-nav > li a {
    font-size: 1.1rem
  }
}
.sec-foot-03 .box-footer-01 > .nav-box .ft-nav > li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px
}
 .copyright {
  display: block;
  padding-bottom: 10px;

  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #808080
}
@media screen and (max-width:768px) {
  .copyright {
    padding-bottom: 70px
  }
}
.copyright .box-copy-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width:768px) {
   .copyright .box-copy-01 {
    display: block;
    text-align: center
  }
}
#contents {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 80px 0px 0px 0px;
}
@media screen and (max-width:768px) {
  #contents {
    width: 100%;
    padding: 0;
  }
}
.underwrapper.page-top-01 {
  padding: 0
}
.underwrapper.sec-page-01 {
  padding-top: 30px;
}
@media screen and (max-width:768px) {
  .underwrapper.sec-page-01 {
    padding-top: 40px
  }
}
@media screen and (max-width:414px) {
  .underwrapper.sec-page-01 {
    padding-top: 30px
  }
}
.underwrapper.sidelayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.underwrapper.sidelayout .contents {
  width: 80%;
  background-color: rgba(0, 255, 0, 0.2)
}
.underwrapper.sidelayout .sidenavi {
  width: 20%;
  background-color: rgba(0, 0, 255, 0.2)
}
.underwrapper.sidelayout .fullsize {
  width: 100%;
  background-color: rgba(255, 0, 0, 0.2)
}
.underwrapper .sec-point-01 {
  padding-bottom: 75px
}
@media screen and (max-width:768px) {
  .underwrapper .sec-point-01 {
    padding-bottom: 40px
  }
}
.underwrapper .sec-point-02 {
  padding: 50px 0 75px
}
@media screen and (max-width:768px) {
  .underwrapper .sec-point-02 {
    padding: 40px 0
  }
}
.underwrapper .sec-point-03, .underwrapper .sec-point-04, .underwrapper .sec-point-05 {
  padding-bottom: 110px
}
@media screen and (max-width:768px) {
  .underwrapper .sec-point-03, .underwrapper .sec-point-04, .underwrapper .sec-point-05 {
    padding-bottom: 60px
  }
}
.underwrapper .sec-point-06 {
  padding: 90px 0 130px
}
@media screen and (max-width:768px) {
  .underwrapper .sec-point-06 {
    padding: 40px 0 60px
  }
}
.underwrapper .sec-point-06 .box-imgtxt-01 .txt-wrap .unit-title-02 .icon-wrap {
  margin-top: 10px
}
.underwrapper .sec-reason-03 {
  padding-bottom: 100px
}
.underwrapper .sec-reason-03 .wrapper {
  position: relative
}
@media screen and (max-width:768px) {
  .underwrapper .sec-reason-03 .wrapper {
    max-width: 500px
  }
}
@media screen and (max-width:768px) {
  .underwrapper .sec-reason-03 .wrapper .box-imgtxt-01:nth-child(2n) .img-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
@media screen and (min-width:415px) and (max-width:768px) {
  .underwrapper .sec-staff-03 .box-column3-01 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .underwrapper .sec-staff-03 .box-column3-01 > * {
    width: 46%
  }
  .underwrapper .sec-staff-03 .box-column3-01 > :nth-child(odd) {
    margin-right: 3%
  }
  .underwrapper .sec-staff-03 .box-column3-01 > :nth-child(n+3) {
    margin-top: 30px
  }
}
.underwrapper .sec-company-01 {
  padding: 80px 0 70px;
  margin-top: -40px
}
@media screen and (max-width:768px) {
  .underwrapper .sec-company-01 {
    padding: 40px 0 35px
  }
}
@media screen and (max-width:414px) {
  .underwrapper .sec-company-01 {
    margin-top: -30px
  }
}
.underwrapper .sec-company-01 .box-staff-01 {
  padding-bottom: 60px
}
@media screen and (max-width:768px) {
  .underwrapper .sec-company-01 .box-staff-01 {
    padding-bottom: 30px
  }
}
.underwrapper .sec-company-02, .underwrapper .sec-company-03 {
  padding-top: 70px
}
.sec-company-02 .wrapper 
{
	width: 980px;
}
@media screen and (max-width:768px) {
  .underwrapper .sec-company-02, .underwrapper .sec-company-03 {
    padding-top: 40px
  }
}
.underwrapper .sec-company-03 {
  padding-bottom: 110px
}
@media screen and (max-width:768px) {
  .underwrapper .sec-company-03 {
    padding-bottom: 50px
  }
}

.leaf-title {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* gap: 12px; */
  display: inline-block;
  width: auto;
  position: relative;
}


.leaf-title span::after {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background-image: url("https://wpriritest.sakura.ne.jp/meiko/wp-content/uploads/2026/07/leafs.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: -63px;
  top: -38px;
}

.leaf-title::after {
  /* transform: scaleX(-1); */
}

.unit-title-01 {text-align: center;width: 100%;}
.unit-title-01 .icon-wrap img {
  margin: 0 auto 5px;
  width: 70px;
  height: auto
}
@media screen and (max-width:768px) {
  .unit-title-01 .icon-wrap img {
    width: 50px
  }
}
@media screen and (max-width:414px) {
  .unit-title-01 .icon-wrap img {
    width: 40px
  }
}
.unit-title-01 .txt-wrap {
  font-size: 3rem;
  letter-spacing: 0.1em;
  /* font-weight: bold; */
  position: relative;
}
@media screen and (max-width:768px) {
  .unit-title-01 .txt-wrap {
    font-size: 2.7rem
  }
}
@media screen and (max-width:414px) {
  .unit-title-01 .txt-wrap {
    font-size: 2.2rem
  }
}
.unit-title-01.md .txt-wrap {
  font-size: 2.8rem
}
@media screen and (max-width:768px) {
  .unit-title-01.md .txt-wrap {
    font-size: 2.1rem
  }
}
.unit-title-01.white .txt-wrap {
  color: #000;
}
.unit-title-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.sec-top-01 .wrapper::before {
  content: "";
  position: absolute;
  left: -230px;
  top: -37%;
  transform: translateY(-50%);
  width: 250px;
  aspect-ratio: 1 / 2;
  background: url("https://wpriritest.sakura.ne.jp/meiko/wp-content/uploads/2026/07/leafm.png") no-repeat center / contain;
  z-index: 0;
  pointer-events: none;
  transform: scaleX(-1);
}

@media screen and (max-width:1440px) {
	.sec-top-01 .wrapper::before {
	width: 150px;
	left: -140px;
	top: 1%;
	}
}

@media screen and (max-width:768px) {
  .unit-title-02 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.unit-title-02 .icon-wrap {
  width: 60px;
  margin-right: 25px
}
@media screen and (max-width:414px) {
  .unit-title-02 .icon-wrap {
    width: 50px;
    margin-right: 20px
  }
}
.unit-title-02 .icon-wrap img {
  width: 100%
}
.unit-title-02 .txt-wrap .point {
  font-family: "Ovo", serif;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  display: block;
  color: #000;
}
.unit-title-02 .txt-wrap .title {font-size: 2.8rem;/* font-weight: bold; */-webkit-font-feature-settings: "palt";font-feature-settings: "palt";letter-spacing: 0.1em;color: #000;}
@media screen and (max-width:768px) {
  .unit-title-02 .txt-wrap .title {
    font-size: 2.2rem
  }
}
@media screen and (max-width:414px) {
  .unit-title-02 .txt-wrap .title {
    font-size: 1.9rem
  }
}
.unit-title-02.white .txt-wrap {
  color: #fff
}
@media screen and (max-width:768px) {
  .unit-title-02.reason {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.unit-title-02.reason .icon-wrap {
  width: 50px
}
@media screen and (max-width:768px) {
  .unit-title-02.reason .icon-wrap {
    width: 40px
  }
}
.unit-title-02.reason .txt-wrap .title {
  position: relative;
  top: 80px
}
@media screen and (min-width:769px) {
  .unit-title-02.reason .txt-wrap .title {
    font-size: 2.6rem
  }
}
@media screen and (max-width:768px) {
  .unit-title-02.reason .txt-wrap .title {
    top: 65px
  }
}
@media screen and (max-width:414px) {
  .unit-title-02.reason .txt-wrap .title {
    top: 50px
  }
}
.unit-title-02.reason.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.unit-title-02.reason.jcsb .icon-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 0
}
.unit-title-03 {

  font-weight: bold;
  font-size: 2.6rem;
  text-align: center
}
@media screen and (max-width:768px) {
  .unit-title-03 {
    font-size: 2rem
  }
}
.unit-title-03.check > span {
  position: relative
}
.unit-title-03.check > span:before {
  content: "";
  display: block;
  background: url(../img/page/point/checkpoint.png) center center/contain no-repeat;
  width: 120px;
  height: 31px;
  margin: auto;
  margin-bottom: 10px
}
.unit-title-03.features > span {
  position: relative
}
.unit-title-03.features > span:before {
  content: "";
  display: block;
  background: url(../img/page/reason/ourfeatures.svg) center center/contain no-repeat;
  width: 94px;
  height: 26px;
  margin: auto;
  margin-bottom: 10px
}
@media screen and (max-width:414px) {
  .unit-title-03 + .unit-text-02 {
    text-align: left
  }
}
.unit-title-04 {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media screen and (max-width:768px) {
  .unit-title-04 {
    height: 55px
  }
}
.unit-title-04 > span {
  display: block
}
.unit-title-04 > span.num {
  font-family: "Ovo", serif;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 3rem;
  color: #fff;
  background: #f9690e
}
@media screen and (max-width:768px) {
  .unit-title-04 > span.num {
    width: 55px;
    line-height: 55px;
    font-size: 2.6rem
  }
}
.unit-title-04 > span.title {

  font-size: 2.4rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 70px;
  width: calc(100% - 70px);
  background: #eee;
  padding-left: 25px
}
@media screen and (max-width:768px) {
  .unit-title-04 > span.title {
    font-size: 1.9rem;
    padding-left: 15px;
    width: calc(100% - 55px);
    line-height: 55px
  }
}
@media screen and (max-width:414px) {
  .unit-title-04.lg {
    height: 65px
  }
  .unit-title-04.lg > span.num {
    line-height: 65
  }
  .unit-title-04.lg > span.title {
    height: 65px;
    line-height: 1.5;
    padding-top: 5px
  }
}
@media screen and (max-width:414px) and (max-width:374px) {
  .unit-title-04.lg > span.title {
    padding-top: 8px;
    padding-left: 10px;
    font-size: 1.6rem
  }
}
.unit-title-05 {

  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1em
}
@media screen and (max-width:768px) {
  .unit-title-05 {
    font-size: 2rem
  }
}
.unit-btn-01 .inner {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  width: 520px;
  height: 120px;
  max-width: 100%;
  background: #fff;
  border: 2px solid #fdc39f;
  border-radius: 10px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2)
}
@media screen and (max-width:768px) {
  .unit-btn-01 .inner {
    width: 400px;
    font-size: 1.7rem;
    height: 80px
  }
}
.unit-btn-01 .inner:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url(../img/common/icon_img_03.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s
}
@media screen and (max-width:768px) {
  .unit-btn-01 .inner:before {
    width: 50px;
    height: 50px;
    left: 30px
  }
}
.unit-btn-01 .inner:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  color: #f9690e;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s
}
@media screen and (max-width:768px) {
  .unit-btn-01 .inner:after {
    right: 20px
  }
}
.unit-btn-01 .inner:hover {
  background: #e08a1e;
  border-color: #e08a1e;
  color: #fff
}
.unit-btn-01 .inner:hover:after {
  color: #fff
}
.unit-btn-01.search > .inner:hover {
  opacity: 1
}
.unit-btn-01.search > .inner:hover:before {
  background-image: url(../img/common/icon_img_03_hov.png)
}
.unit-btn-01.archivelist > .inner:before {
  background: url(../img/common/icon_img_04.png) center center/contain no-repeat
}
.unit-btn-01.archivelist > .inner:hover {
  opacity: 1
}
.unit-btn-01.archivelist > .inner:hover:before {
  background-image: url(../img/common/icon_img_04_hov.png)
}
.unit-btn-02 {
  text-align: center
}
.unit-btn-02.black > a {
  border-color: #666;
  color: #666
}
.unit-btn-02.gray > a {
  border-color: #666;
  color: #666
}
.unit-btn-02.gray > a:hover > .inner {
  color: #fff
}
.unit-btn-02.gray > a:hover:after {
  background: #666
}
.unit-btn-02.orange > a {
  border-color: #0f263b;
  background: #0f263b;
}
.unit-btn-02 > a {

  border: 1px solid #000;
  border-radius: 25px;
  width: 260px;
  height: 50px;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  position: relative;
  overflow: hidden;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width:768px) {
  .unit-btn-02 > a {
    letter-spacing: 3px;
    padding: 15px 40px
  }
}
@media screen and (max-width:414px) {
  .unit-btn-02 > a {
    line-height: 1.7;
    width: 100%
  }
}
.unit-btn-02 > a > .inner {
  position: relative;
  width: 100%;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* color: #fff; */
}
.unit-btn-02 > a > .inner:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media screen and (max-width:768px) {
  .unit-btn-02 > a > .inner:after {
    right: 0
  }
}
.unit-btn-02 > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 120%;
  left: -10%;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s
}
.unit-btn-02 > a:hover {
  opacity: 1
}
.unit-btn-02 > a:hover > .inner {
  color: #000
}
.unit-btn-02 > a:hover:before {
  background: #fff
}
.unit-btn-02 > a:hover:after {
  width: 120%
}
.unit-btn-02.w150 > a {
  width: 150px;
  margin-left: 0
}
@media screen and (max-width:768px) {
  .unit-btn-02.w150 > a {
    padding: 0;
    height: 40px;
    font-size: 1.3rem
  }
}
.unit-btn-02.w150 > a > .inner {
  margin-left: -1.2em
}
.unit-btn-02.w150 > a > .inner:after {
  right: 10px
}
.unit-btn-02.w200 > a {
  width: 200px
}
.unit-btn-02.w200 > a > .inner:after {
  font-size: 1.2rem
}
@media screen and (max-width:768px) {
  .unit-btn-02.w200 > a > .inner:after {
    right: -15px
  }
}
.unit-btn-02.lg > a {
  width: 470px;
  height: 70px;
  max-width: 100%;
  font-size: 1.8rem;
  /* font-weight: bold; */
  border-radius: 35px;
  color: #fff;
}
@media screen and (max-width:768px) {
  .unit-btn-02.lg > a {
    height: 50px;
    border-radius: 25px;
    padding: 0 40px;
    font-size: 1.6rem;
    width: 100%;
  }
}
@media screen and (max-width:414px) {
  .unit-btn-02.lg > a {
    font-size: 1.4rem
  }
}
@media screen and (max-width:350px) {
  .unit-btn-02.lg > a {
    letter-spacing: 0.14em
  }
}
.unit-btn-02.lg > a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  font-weight: 400;
  display: inline-block;
  font-size: 1.8rem;
  position: relative;
  left: 50px;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
@media screen and (max-width:414px) {
  .unit-btn-02.lg > a:before {
    font-size: 1.6rem;
    left: 10px
  }
}
.unit-btn-02.lg > a:hover:before {
  color: #1B1460
}
.unit-btn-02.md > a {
  width: 400px;
  max-width: 100%;
  font-weight: bold
}
@media screen and (max-width:768px) {
	.unit-btn-02.lg > a:before {
    left: -10px;
}
	.unit-btn-02 > a > .inner:after{
    /* left: 0; */
    right: -20px;
}
  .unit-btn-02.md > a {
    height: 40px;
    border-radius: 20px;
    padding: 0 10px;
    font-size: 1.5rem
  }
}
@media screen and (max-width:414px) {
  .unit-btn-02.md > a {
    font-size: 1.4rem;
    width: 300px
  }
}
@media screen and (max-width:350px) {
  .unit-btn-02.md > a {
    letter-spacing: 0.14em;
    width: 280px
  }
}
.unit-btn-02.md > a:hover:before {
  color: #f9690e
}
.unit-btn-03 .inner {
  position: relative;
  /* width: 530px; */
  /* height: 180px; */
  max-width: 100%;
  /* background: #fff; */
  color: #333333;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto
}
@media screen and (max-width:768px) {
  .unit-btn-03 .inner {
    height: auto;
    padding: 20px 25px 20px 15px
  }
}
.unit-btn-03 .inner .img-wrap {
  margin: 0 30px
}
@media screen and (max-width:768px) {
  .unit-btn-03 .inner .img-wrap {
    margin: 0;
    margin-right: 10px
  }
}
.unit-btn-03 .inner .txt-wrap .title {

  display: block;
  font-size: 2.2rem;
  font-weight: bold
}
@media screen and (max-width:768px) {
  .unit-btn-03 .inner .txt-wrap .title {
    font-size: 1.8rem
  }
}
.unit-btn-03 .inner .txt-wrap .txt {
  font-size: 1.4rem
}
@media screen and (max-width:768px) {
  .unit-btn-03 .inner .txt-wrap .txt {
    font-size: 1.3rem
  }
}
.unit-btn-03 .inner:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  color: #f9690e;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s
}
@media screen and (max-width:768px) {
  .unit-btn-03 .inner:after {
    right: 10px
  }
}
.unit-btn-03 .inner:hover {
  opacity: 0.8
}
.unit-btn-04 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 100px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, left top, right top, from(#f9690e), to(#f7931e));
  background: linear-gradient(to right, #f9690e, #f7931e);
  padding: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.unit-btn-04 > a .txt {

  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.14em;
  color: #fff;
  line-height: 1.625;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.unit-btn-04 > a .txt:before {
  content: "";
  display: block;
  width: 34px;
  height: 38px;
  background: url(../img/common/icon_img_11.png) center center/contain no-repeat;
  margin-right: 10px
}
.unit-btn-04 > a:hover {
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(#923432), to(#923432));
  background: linear-gradient(to right, #923432, #923432)
}
.unit-btn-04.fix-side {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100
}
@media screen and (max-width:768px) {
  .unit-btn-05 {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.unit-btn-05 > a {
  width: 150px;
  height: 100px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  background: url(../img/common/bnr_aside_01.png) center center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.unit-btn-05 > a .txt {

  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.14em;
  color: #fff;
  line-height: 1.625;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.unit-btn-05 > a .txt:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  margin-right: 20px
}
@media screen and (min-width:769px) {
  .unit-btn-05 > a .txt {
    display: none
  }
}
.unit-btn-05 > a:hover {
  opacity: 1;
  background: url(../img/common/bnr_aside_01_hov.png) center center/contain no-repeat
}
@media screen and (max-width:768px) {
  .unit-btn-05 > a {
    background: -webkit-gradient(linear, left top, right top, from(#f9690e), to(#f7931e));
    background: linear-gradient(to right, #f9690e, #f7931e);
    width: 90%;
    max-width: 420px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px
  }
}
.unit-btn-05.fix-side {
  position: fixed;
  z-index: 101
}
@media screen and (min-width:769px) {
  .unit-btn-05.fix-side {
    right: 0;
    bottom: 183px
  }
}
@media screen and (max-width:768px) {
  .unit-btn-05.fix-side {
    bottom: 0;
    width: 100%;
    background-color: transparent;
    padding: 0
  }
  .unit-btn-05.fix-side a {
    border-radius: 0;
    height: 80px;
    width: 100%
  }
}
.unit-btn-05.side-02 {
  bottom: 90px;
  background-color: #fff;
  z-index: 100
}
.unit-btn-05.side-02 a {
  background: url(../img/common/bnr_aside_02.png) center center/cover no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}
.unit-btn-05.side-02 a:hover {
  opacity: 0.7
}
@media screen and (max-width:768px) {
  .unit-btn-05.side-02 {
    right: 0;
    bottom: 0
  }
  .unit-btn-05.side-02 a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    text-align: center;
    background: url(../img/common/bnr_aside_02_sp.png) center center/cover no-repeat
  }
  .unit-btn-05.side-02 a .txt {
    display: block;
    width: 100%;
    line-height: 0.5
  }
  .unit-btn-05.side-02 a .txt:before {
    content: none
  }
  .unit-btn-05.side-02 a .txt-sml {
    font-size: 1.2rem
  }
}
@media screen and (max-width:414px) {
  .unit-btn-05.side-02 a {
    font-size: 1.1rem
  }
  .unit-btn-05.side-02 a .txt-sml {
    font-size: 1.1rem
  }
}
@media screen and (max-width:320px) {
  .unit-btn-05.side-02 .txt {
    font-size: 1rem !important
  }
}
.unit-imgtxt-01 {
  margin-right: 20px;
}
@media screen and (max-width:768px) {
  .unit-imgtxt-01 {
    margin-right: 15px;
  }
}
.unit-imgtxt-01 .inner {
  width: 280px
}
@media screen and (max-width:768px) {
  .unit-imgtxt-01 .inner {
    width: 89%;
    margin: 0 auto;
  }
}
.unit-imgtxt-01 .inner .img-wrap {
  width: 100%;
  overflow: hidden;
  height: 220px
}
.unit-imgtxt-01 .inner .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.unit-imgtxt-01 .inner .txt-wrap {
  background: #fff;
  padding: 10px 0px 0px 0px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  /* -webkit-font-feature-settings: "palt"; */
  /* font-feature-settings: "palt"; */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
}
.unit-imgtxt-01 .inner .txt-wrap .cat {
  background: #1a1a1a;
  font-size: 1.2rem;
  width: auto;
  padding: 8px 10px;
  color: #fff;
  text-align: center;
  line-height: 1;
  display: inline-block;
}
.unit-imgtxt-01 .inner .txt-wrap .price {

  color: #f9690e;
  margin-top: 15px
}
@media screen and (max-width:768px) {
  .unit-imgtxt-01 .inner .txt-wrap .price {
    margin-top: 10px
  }
}
.unit-imgtxt-01 .inner .txt-wrap .price .price-num {
  font-family: "Ovo", serif;
  font-size: 1.9rem;
  margin-left: 0.5em;
  font-weight: bold
}
@media screen and (max-width:768px) {
  .unit-imgtxt-01 .inner .txt-wrap .price .price-num {
    font-size: 1.5rem
  }
}
.unit-imgtxt-01 .inner .txt-wrap .address > span {
  position: relative
}
.unit-imgtxt-01 .inner .txt-wrap .address > span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  font-size: 1.4rem;
  margin-right: 0.3em
}
.unit-imgtxt-01:hover .inner .img-wrap img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}
.unit-imgtxt-01:hover .inner .txt-wrap {
  opacity: 0.8
}
.unit-imgtxt-01.txt-white .txt-wrap .price .price-num {
  color: #fff650
}
.unit-imgtxt-02 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08)
}
@media screen and (max-width:768px) {
  .unit-imgtxt-02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .unit-imgtxt-02 > * {
    width: 100%
  }
}
.unit-imgtxt-02 > .inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.unit-imgtxt-02 > .inner .title {
  font-weight: bold;
  font-size: 1.8rem;
  color: #f9690e;
  margin-bottom: 10px
}
.unit-imgtxt-02 > .inner .title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  font-weight: 400;
  margin-right: 10px
}
@media screen and (max-width:768px) {
  .unit-imgtxt-02 > .inner .title {
    font-size: 1.6rem;
    margin-bottom: 5px
  }
}
.unit-imgtxt-02 > .inner .text {
  margin: 0;
  font-size: 1.5rem
}
@media screen and (max-width:768px) {
  .unit-imgtxt-02 > .inner .text {
    font-size: 1.4rem
  }
}
.unit-imgtxt-02 > .img {
  margin-left: 35px
}
@media screen and (min-width:769px) {
  .unit-imgtxt-02 > .img {
    max-width: 160px
  }
}
@media screen and (max-width:768px) {
  .unit-imgtxt-02 > .img {
    margin-left: 0px;
    margin-top: 15px
  }
  .unit-imgtxt-02 > .img img {
    width: 80%;
    max-width: 240px;
    margin: auto
  }
}
.unit-imgtxt-03 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px 35px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);
  counter-increment: step
}
@media screen and (max-width:768px) {
  .unit-imgtxt-03 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 30px
  }
  .unit-imgtxt-03 > * {
    width: 100%
  }
}
@media screen and (max-width:414px) {
  .unit-imgtxt-03 {
    padding: 25px 20px
  }
}
.unit-imgtxt-03 > .txt-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em
}
.unit-imgtxt-03 > .txt-wrap .title {
  font-weight: bold;
  font-size: 2rem;
  color: #f9690e;
  margin-bottom: 10px
}
@media screen and (max-width:768px) {
  .unit-imgtxt-03 > .txt-wrap .title {
    font-size: 1.7rem;
    margin-bottom: 5px
  }
}
.unit-imgtxt-03 > .txt-wrap .title .step:after {
  content: "STEP."counter(step);
  display: inline-block;
  padding: 5px 10px;
  background: #f9690e;
  color: #fff;
  margin-right: 5px;
  line-height: 1;
  font-family: "Ovo", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  position: relative;
  top: -3px
}
@media screen and (max-width:414px) {
  .unit-imgtxt-03 > .txt-wrap .title .title-inner {
    display: block
  }
}
.unit-imgtxt-03 > .txt-wrap .txt {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.7
}
.unit-imgtxt-03 > .txt-wrap .txt:not(:first-of-type) {
  margin-top: 25px
}
@media screen and (max-width:768px) {
  .unit-imgtxt-03 > .txt-wrap .txt {
    font-size: 1.4rem
  }
}
.unit-imgtxt-03 > .img-wrap {
  margin-left: 40px
}
@media screen and (max-width:768px) {
  .unit-imgtxt-03 > .img-wrap {
    margin-left: 0px;
    margin-top: 15px
  }
  .unit-imgtxt-03 > .img-wrap img {
    width: 80%;
    max-width: 240px;
    margin: auto
  }
}
.unit-tel-01 {
  line-height: 1.4
}
.home .unit-tel-01 .tel-inner {
  color: #fff;
}
.unit-tel-01 .tel-inner {
  font-family: "Ovo", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  
}
.unit-tel-01 .tel-inner:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 0.3em;
  position: relative;
  bottom: 2px
}
.unit-tel-01 .tel-txt {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-align: center
}
.unit-borderbox-01 {
  background: #fff;
  padding: 35px 30px 25px
}
@media screen and (max-width:768px) {
  .unit-borderbox-01 {
    padding: 30px 20px;
    border-width: 2px
  }
}
.unit-borderbox-01.reason01 .title {
  background: url(../img/common/icon_img_06.png) no-repeat bottom center/auto 70px
}
.unit-borderbox-01.reason02 .title {
  background: url(../img/common/icon_img_07.png) no-repeat bottom center/auto 70px
}
.unit-borderbox-01.reason03 .title {
  background: url(../img/common/icon_img_08.png) no-repeat bottom center/auto 70px
}
.unit-borderbox-01 .title {

  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.08em;
  padding: 0 0 90px;
  margin-bottom: 25px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media screen and (max-width:768px) {
  .unit-borderbox-01 .title {
    background-size: auto 50px !important;
    padding-bottom: 60px;
    font-size: 1.6rem
  }
}
.unit-borderbox-01 .title + p {
  font-size: 1.4rem
}
.unit-flow-01 > .inner {
  background: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  width: 110px;
  height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;

  font-weight: 600;
  position: relative;
  letter-spacing: 0.12em
}
@media screen and (max-width:768px) {
  .unit-flow-01 > .inner {
    width: 385px;
    max-width: 100%;
    height: 50px;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: initial;
    writing-mode: initial;
    margin: 0 auto
  }
}
@media screen and (max-width:414px) {
  .unit-flow-01 > .inner .txt {
    font-size: 3.5vw
  }
}
.unit-faq-01 {
  background-color: #fff;
  position: relative;
  margin: 0 auto 20px;
  max-width: 900px;
  padding: 20px 70px 20px 30px;
  box-shadow: 0px 0px 5px #ccc;
}
@media screen and (max-width:768px) {
  .unit-faq-01 {
    padding: 15px 35px 15px 20px
  }
}
.unit-faq-01 .q {padding-left: 50px;font-size: 1.6rem;letter-spacing: 0.1em;font-weight: bold;cursor: pointer;/* position: relative; */}
@media screen and (max-width:768px) {
  .unit-faq-01 .q {
    font-size: 1.5rem
  }
}
@media screen and (max-width:414px) {
  .unit-faq-01 .q {
    font-size: 1.4rem
  }
}
.unit-faq-01 .q:before {
  font-family: "Ovo", serif;
  content: "Q";
  color: #0f263b;
  position: absolute;
  top: 7px;
  left: 30px;
  font-weight: bold;
  font-size: 2.2rem;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center
}
@media screen and (max-width:768px) {
  .unit-faq-01 .q:before {
    font-size: 1.9rem;
    width: 24px;
    height: 24px;
    line-height: 24px;
    left: 15px
  }
}
.unit-faq-01 .q .icon:before {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 1.5rem;
  color: #1B1460;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s
}
@media screen and (max-width:768px) {
  .unit-faq-01 .q .icon:before {
    right: 10px
  }
}
.unit-faq-01 .q.active .icon:before {
  content: "\f068"
}
.unit-faq-01 .a {
  position: relative;
  border-top: 2px dashed #d7d7d7;
  margin: 15px 0 0;
  padding: 15px 0 0px 50px;
  font-size: 1.4rem;
  color: #666;
  display: none
}
@media screen and (max-width:768px) {
  .unit-faq-01 .a {
    padding: 20px 0 0 50px;
    font-size: 1.3rem
  }
}
.unit-faq-01 .a:before {
  font-family: "Ovo", serif;
  content: "A";
  color: #1a1a1a;
  font-size: 2rem;
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  position: absolute;
  left: 0px;
  text-align: center;
  top: 1px;
}
@media screen and (max-width:768px) {
  .unit-faq-01 .a:before {
    left: -10px
  }
}
.unit-faq-01 .a .title-a {
  color: #999;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 3px
}
@media screen and (max-width:768px) {
  .unit-faq-01 .a .title-a {
    padding-top: 6px;
    margin-bottom: 15px
  }
}
.unit-faq-01 .a p:not(:first-child) {
  margin-top: 20px
}
.unit-faq-01 .a ul {
  margin-top: 20px
}
.unit-pagetop-01 {
  z-index: 100;
  position: fixed;
  bottom: 30px;
  right: 40px;
  width: 50px;
  height: 50px;
  overflow: hidden
}
@media screen and (max-width:768px) {
  .unit-pagetop-01 {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 85px
  }
}
.unit-pagetop-01 a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #333;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}
.unit-pagetop-01 a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-59%);
  -ms-transform: translateY(-59%);
  transform: translateY(-59%);
  width: 100%;
  content: "\f106";
  font-family: FontAwesome;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1
}
.unit-pagetop-01 a:hover {
  opacity: 1;
  background-color: #fff;
  color: #333;
  border-color: #333
}
.unit-link-01 {
  color: #1b82f3 !important;
  text-decoration: underline
}
.unit-link-02 {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
@media screen and (max-width:414px) {
  .unit-text-02.t-center {
    text-align: left
  }
}
.unit-underline-01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(244, 244, 181, 0)), color-stop(70%, #f4f4b5));
  background: linear-gradient(rgba(244, 244, 181, 0) 60%, #f4f4b5 70%)
}
.unit-iframe-01 iframe {
  width: 100%
}
.unit-list-01 {
  position: relative;
  margin-top: 5px;
  padding-left: 1.3em
}
.unit-list-01:first-child {
  margin-top: 0
}
.unit-list-01:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -1px;
  left: 0;
  content: "\f138";
  font-size: 1.6rem;
  color: #f9690e
}
.unit-staff-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.unit-staff-01:not(:first-of-type) {
  margin-top: 8px
}
.unit-staff-01 > * {
  display: block
}
.unit-staff-01 > .item {
  min-width: 60px;
  width: 60px;
  height: 20px;
  line-height: 20px;
  font-size: 1.3rem;
  color: #fff;
  background: #f9690e;
  border-radius: 10px;
  text-align: center;
  position: relative;
  top: 3px;
  margin-right: 10px
}
@media screen and (max-width:768px) {
  .unit-staff-01 > .item {
    top: 1px
  }
}
.unit-staff-01 > .content {
  font-size: 1.4rem
}
.unit-req-01 {
  display: inline-block;
  background: #df6033;
  color: #fff;
  font-size: 1.3rem;
  width: 49px;
  text-align: center;
  height: 22px;
  line-height: 22px
}
@media screen and (max-width:768px) {
  .unit-req-01 {
    font-size: 1.2rem;
    height: 20px;
    line-height: 20px
  }
}
p .unit-req-01 {
  margin-right: 8px
}
.unit-radioblock-01 span.wpcf7-list-item {
  display: block
}
.unit-cap-01 {
  color: #999;
  font-size: 1.5rem
}
@media screen and (max-width:768px) {
  .unit-cap-01 {
    font-size: 1.3rem
  }
}
.unit-table-02 dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
  grid-template-columns: 200px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #333;
  padding: 17px 0
}
.unit-table-02 dl:first-child {
  border-top: 1px solid #333
}
@media screen and (max-width:768px) {
  .unit-table-02 dl {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }
}
.unit-table-02 dt {
  font-weight: bold
}
@media screen and (min-width:769px) {
  .unit-table-02 dt {
    font-size: 1.5rem
  }
}
.unit-table-02 dd {
  color: #4d4d4d
}
@media screen and (min-width:769px) {
  .unit-table-02 dd {
    font-size: 1.8rem
  }
}
@media screen and (min-width:769px) {
  .unit-table-02 dd.fs-16 {
    font-size: 1.6rem
  }
}
.unit-table-02 dd .unit-cap-01 {
  font-size: 1.3rem
}
.unit-table-03 table {
  width: 100%;
  border: 1px solid #ccc !important
}
.unit-table-03 tr {
  border-bottom: 1px solid #ccc !important
}
.unit-table-03 tr:last-child td {
  border-bottom: 0
}
@media screen and (max-width:768px) {
  .unit-table-03 tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.6fr 0.6fr 1fr;
    grid-template-columns: 0.6fr 0.6fr 1fr
  }
}
.unit-table-03 tr td, .unit-table-03 tr th {
  border-right: 1px solid #ccc;
  padding: 15px 0;
  text-align: center !important;
  font-size: 1.8rem
}
@media screen and (max-width:768px) {
  .unit-table-03 tr td, .unit-table-03 tr th {
    padding: 4px !important
  }
}
@media screen and (max-width:414px) {
  .unit-table-03 tr td, .unit-table-03 tr th {
    font-size: 1.4rem
  }
}
.unit-table-03 th {
  background: #df6033;
  color: #fff
}
.unit-table-03 th:first-child {
  width: 150px
}
@media screen and (max-width:768px) {
  .unit-table-03 th:first-child {
    width: auto
  }
}
.unit-table-03 th:nth-of-type(2) {
  width: 220px
}
@media screen and (max-width:768px) {
  .unit-table-03 th:nth-of-type(2) {
    width: auto
  }
}
.unit-table-03 th:nth-of-type(3) {
  width: 360px
}
@media screen and (max-width:768px) {
  .unit-table-03 th:nth-of-type(3) {
    width: auto
  }
}
@media screen and (max-width:768px) {
  .unit-table-03 th.number {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2
  }
}
@media screen and (max-width:768px) {
  .unit-table-03 th.direction {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3
  }
}
@media screen and (max-width:768px) {
  .unit-table-03 th.area {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/2/4
  }
}
@media screen and (max-width:768px) {
  .unit-table-03 th.tsubo {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3
  }
}
@media screen and (max-width:768px) {
  .unit-table-03 th.price {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4
  }
}
.unit-table-03 td {
  color: #4d4d4d;
  border-bottom: 1px solid #ccc
}
.unit-table-03 td.num {
  background-color: #fff8f0
}
@media screen and (max-width:768px) {
  .unit-table-03 td.number {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
    display: -ms-grid;
    display: grid;
    place-items: center
  }
}
.unit-table-04 dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 268px 1fr;
  grid-template-columns: 268px 1fr;
  border: 1px solid #ccc
}
@media screen and (min-width:769px) {
  .unit-table-04 dl {
    font-size: 1.8rem
  }
}
@media screen and (max-width:414px) {
  .unit-table-04 dl {
    -ms-grid-columns: 30% 1fr;
    grid-template-columns: 30% 1fr
  }
}
.unit-table-04 dl dd, .unit-table-04 dl dt {
  padding: 14px 0
}
.unit-table-04 dl dt {
  background-color: #df6033;
  text-align: center;
  color: #fff
}
.unit-table-04 dl dd {
  padding-left: 25px;
  color: #4d4d4d
}
@media screen and (max-width:414px) {
  .unit-table-04 dl dd {
    padding-left: 15px
  }
}
.unit-price-01 {
  font-size: 3.3rem
}
@media screen and (max-width:768px) {
  .unit-price-01 {
    font-size: 2rem
  }
}
.unit-cat-01 a, .unit-cat-01 span {
  border-radius: 9999px;
  background-color: #fff;
  border: 1px solid #333333;
  padding: 5px 10px;
  font-size: 1.2rem;
  letter-spacing: 0.05em
}
.unit-cat-02.is-current a, .unit-cat-02:hover a {
  opacity: 1;
  color: #e08a1e
}
.unit-cat-02 a {
  width: 100%;
  text-align: center;
  border-left: 1px solid #919191;
  border-right: 1px solid #919191
}
@media screen and (max-width:320px) {
  .unit-cat-02 a {
    font-size: 1.3rem
  }
}
.unit-status-01 {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  padding: 3px 25px
}
@media screen and (max-width:768px) {
  .unit-status-01 {
    font-size: 1.3rem
  }
}
.unit-status-01.onsale {
  background-color: #e08a1e
}
.unit-status-01.soldout {
  background-color: #333333
}
.box-slide-01 {
  /* background: #ecf0f1; */
  padding: 80px 0 85px;
  position: relative
}
@media screen and (max-width:768px) {
  .box-slide-01 {
    padding: 50px 0
  }
}
.box-slide-01:after {
  /*
  content: "";
  display: block;
  border: 20px solid transparent;
  border-top-color: #ecf0f1;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
  */
}
.box-slide-01 .slick-slider .slick-arrow {
  display: block;
  z-index: 90;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  font-size: 0;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer
}
@media screen and (max-width:768px) {
  .box-slide-01 .slick-slider .slick-arrow {
    width: 50px;
    height: 50px
  }
}
.box-slide-01 .slick-slider .slick-arrow:before {
  display: none
}
.box-slide-01 .slick-slider .slick-arrow.slick-prev {
  left: 0;
  background: url(../img/common/arrow_prev.png) center center/contain no-repeat
}
.box-slide-01 .slick-slider .slick-arrow.slick-next {
  right: 0;
  background: url(../img/common/arrow_next.png) center center/contain no-repeat
}
.box-slide-01 .slick-slider .slick-arrow:hover {
  opacity: 0.75
}
.box-slide-01 .unit-title-01 {
  margin-bottom: 30px
}
@media screen and (max-width:768px) {
  .box-slide-01 .unit-title-01 {
    margin-bottom: 20px
  }
}
.box-slide-01 .unit-title-01:not(:first-child) {
  margin-top: 160px;
}
@media screen and (max-width:768px) {
  .box-slide-01 .unit-title-01:not(:first-child) {
    margin-top: 40px
  }
}
.box-column2-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width:768px) {
  .box-column2-01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.box-column2-01 > * {
  width: 49%
}
@media screen and (max-width:768px) {
  .box-column2-01 > * {
    width: 100%
  }
  .box-column2-01 > :not(:first-child) {
    margin-top: 20px
  }
}
.box-column2-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:1170px) {
.box-column2-02 {
    padding: 0px 30px;
}
}
@media screen and (max-width:768px) {
  .box-column2-02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* display: block; */
  }
}
.box-column2-02 > .inner-l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 70px
}
@media screen and (max-width:768px) {
  .box-column2-02 > .inner-l {
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 30px
  }
}
.box-column2-02 > .inner-l .txt-box {
  margin-top: 35px
}
@media screen and (max-width:768px) {
  .box-column2-02 > .inner-l .txt-box {
    margin-top: 0
  }
}
.box-column2-02 > .inner-l .txt-box .txt {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2.25;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media screen and (max-width:768px) {
  .box-column2-02 > .inner-l .txt-box .txt {
    font-size: 1.4rem
  }
}
.box-column2-02 > .inner-l .txt-box .txt:first-child {
  margin-top: 0
}
@media screen and (max-width:768px) {
  .box-column2-02 > .inner-l .txt-box .txt {
    line-height: 2
  }
}
.box-column2-02 > .inner-r {
  position: relative
}
@media screen and (max-width:768px) {
  .box-column2-02 > .inner-r {
    margin-left: auto;
    margin-right: auto
  }
}
@media screen and (min-width:769px) {
  .box-column2-02 > .inner-r .img-box {
    /* margin-right: -150px; */
    /* margin-bottom: -40px; */
  }
}
@media screen and (max-width:768px) {
  .box-column2-02 > .inner-r .img-box {
    /* margin-bottom: -150px; */
    margin-left: auto;
    margin-right: auto
  }
}
.box-column2-02 > .inner-r .img-box .img {
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
  width: 610px;
}
@media screen and (max-width:1170px) {
	.box-column2-02 > .inner-l {
    /* width: 100%; */
}
.box-column2-02 > .inner-r .img-box .img {
    width: 490px;
}
}
.box-column2-02 > .inner-r .img-box .img img {
  width:100%;
}
.box-column2-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* background: #fff; */
  border-radius: 6px;
  /* box-shadow: 0 0 18px rgba(80, 62, 34, 0.12); */
  padding: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .box-column2-03 {
    display: block
  }
}
.box-column2-03 .inner-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media screen and (max-width:768px) {
  .box-column2-03 .inner-l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

.box-column2-03 .inner-l .unit-title-01 {
	text-align:left;
}
	
}
.box-column2-03 .inner-l .unit-btn-02 {
  margin-top: 35px
}
@media screen and (max-width:768px) {
  .box-column2-03 .inner-l .unit-btn-02 {
    margin-top: 0px
  }
}
.box-column2-03 .inner-r {
  width: 850px
}
@media screen and (max-width:768px) {
  .box-column2-03 .inner-r {
    max-width: 100%
  }
}
.box-column2-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.box-column2-04 > * {
  width: 530px
}
.box-column2-04 > .w100p {
  width: 100%
}
@media screen and (min-width:769px) {
  .box-column2-04 > .w100p.unit-imgtxt-02 > .img {
    width: 160px
  }
}
@media screen and (min-width:769px) {
  .box-column2-04 > :not(:nth-child(-n+2)) {
    margin-top: 20px
  }
  .box-column2-04 > .w100p + * {
    margin-top: 20px
  }
}
@media screen and (max-width:768px) {
  .box-column2-04 > * {
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto
  }
  .box-column2-04 > :not(:first-child) {
    margin-top: 20px
  }
}
@media screen and (min-width:769px) {
  .box-column2-04 > .unit-imgtxt-02 > .img {
    width: 120px;
    position: relative;
    top: 8px
  }
}
.box-column3-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.box-column3-01:after {
  content: "";
  display: block;
  width: 340px
}
.box-column3-01 > * {
  width: 340px
}
@media screen and (min-width:415px) {
  .box-column3-01 > :nth-child(n+4) {
    margin-top: 50px
  }
}
@media screen and (max-width:768px) {
  .box-column3-01 > * {
    width: 32%
  }
}
@media screen and (max-width:414px) {
  .box-column3-01 > * {
    margin-top: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto
  }
}
.box-cta-01 .unit-title-01 {
  margin: 55px 0 45px
}
@media screen and (max-width:768px) {
  .box-cta-01 .unit-title-01 {
    margin: 45px 0 30px
  }
}
.box-cta-02 {
  padding: 30px 0 40px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1)
}
.box-cta-02 .unit-title-01 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px
}
@media screen and (max-width:768px) {
  .box-cta-02 .unit-title-01 {
    font-size: 1.6rem;
    margin-bottom: 10px
  }
}
@media screen and (max-width:350px) {
  .box-cta-02 .unit-title-01 {
    font-size: 1.4rem
  }
}
.box-cta-02 .unit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width:768px) {
  .box-cta-02 .unit-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.box-cta-02 .unit-flex .unit-tel-01 {
  text-align: center;
  margin-right: 20px
}
@media screen and (max-width:768px) {
  .box-cta-02 .unit-flex .unit-tel-01 {
    margin-right: 0;
    margin-bottom: 20px
  }
}
.box-cta-02 .unit-flex .unit-tel-01 .tel-inner {
  color: #f9690e;
  font-size: 3.4rem
}
@media screen and (max-width:768px) {
  .box-cta-02 .unit-flex .unit-tel-01 .tel-inner {
    font-size: 3rem
  }
}
.box-cta-02 .unit-flex .unit-tel-01 .tel-inner:before {
  font-size: 2rem
}
@media screen and (max-width:768px) {
  .box-cta-02 .unit-flex .unit-tel-01 .tel-inner:before {
    font-size: 1.7rem
  }
}
.box-cta-02 .unit-flex .unit-tel-01 .tel-txt {
  font-size: 1.1rem;
  letter-spacing: 0.05em
}
.box-cta-03 {
  padding: 20px 0 15px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ecf0f1
}
@media screen and (max-width:414px) {
  .box-cta-03 {
    padding: 15px 0 5px
  }
}
.box-cta-03 .unit-tel-01 {
  text-align: center;
  margin-right: 20px
}
@media screen and (max-width:768px) {
  .box-cta-03 .unit-tel-01 {
    margin-right: 0;
    margin-bottom: 20px
  }
}
.box-cta-03 .unit-tel-01 .tel-inner {
  color: #df6033;
  font-size: 3.4rem
}
@media screen and (max-width:768px) {
  .box-cta-03 .unit-tel-01 .tel-inner {
    font-size: 3rem
  }
}
.box-cta-03 .unit-tel-01 .tel-inner:before {
  font-size: 2rem
}
@media screen and (max-width:768px) {
  .box-cta-03 .unit-tel-01 .tel-inner:before {
    font-size: 1.7rem
  }
}
.box-cta-03 .unit-tel-01 .tel-txt {
  font-size: 1.1rem;
  letter-spacing: 0.05em
}
.box-bg-01 {
  background-image: url(https://wpriritest.sakura.ne.jp/meiko/wp-content/uploads/2026/07/suisaibg-2.png);
  background-repeat: no-repeat;
  background-size: 89%;
  background-position: 40vh 40%;
}
.box-bg-02 {
  /* background: #ecf0f1; */
}
.box-bg-03 {
  background: #ffedda
}
.box-bg-04:before {
  content: "";
  display: block;
  width: calc(100vw - 170px);
  height: calc(100% - 270px);
  background: #f4f6f7;
  position: absolute;
  top: 0;
  left: 170px;
  z-index: -1
}
@media screen and (max-width:768px) {
  .box-bg-04:before {
    width: calc(100vw - 100px);
    height: calc(100% - 320px);
    left: 100px
  }
}
.box-bg-05 {
  position: relative;
  padding-top: 80px
}
@media screen and (max-width:768px) {
  .box-bg-05 {
    padding-top: 60px
  }
}
@media screen and (max-width:414px) {
  .box-bg-05 {
    padding-top: 40px
  }
}
.box-bg-05:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background: url(../img/page/staff/bg_staff_01.jpg) no-repeat top center/cover
}
@media screen and (max-width:768px) {
  .box-bg-05:before {
    height: 320px
  }
}
@media screen and (max-width:428px) {
  .box-bg-05:before {
    height: 220px
  }
}
.box-bg-06 {
  /* background: #fff8f0; */
}
.box-bg-white {
  background: #fff;
  padding: 45px 100px 60px
}
@media screen and (max-width:768px) {
  .box-bg-white {
    padding: 30px 20px 40px
  }
}
.box-flow-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0 0;
  counter-reset: number 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width:768px) {
  .box-flow-01 {
    display: block;
    margin: 30px 0 0
  }
}
.box-flow-01 > .inner {
  position: relative
}
@media screen and (min-width:769px) {
  .box-flow-01 > .inner:not(:last-child) {
    margin-right: 40px
  }
}
@media screen and (max-width:768px) {
  .box-flow-01 > .inner {
    margin-bottom: 10px
  }
}
.box-flow-01 > .inner .inner:before {
  content: "";
  font-family: "Ovo", serif;
  font-size: 2.6rem;
  padding-top: 40px;
  padding-bottom: 20px;
  line-height: 1;
  width: 100%;
  text-align: center;
  background: url(../img/top/top_step_01.png) no-repeat top 20px center/auto 10px;
  color: #f9690e;
  counter-increment: number 1;
  content: counter(number);
  -webkit-writing-mode: initial;
  writing-mode: initial;
  -ms-writing-mode: lr-tb
}
@media screen and (max-width:768px) {
  .box-flow-01 > .inner .inner:before {
    padding-top: 35px;
    width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem
  }
}
@media screen and (max-width:414px) {
  .box-flow-01 > .inner .inner:before {
    width: 50px
  }
}
.box-flow-01 > .inner .inner .txt {
  position: relative;
  padding-top: 20px
}
@media screen and (max-width:768px) {
  .box-flow-01 > .inner .inner .txt {
    padding-top: 0;
    padding-left: 15px;
    margin-left: 5px
  }
}
.box-flow-01 > .inner .inner .txt:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 70px;
  background: #333;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media screen and (max-width:768px) {
  .box-flow-01 > .inner .inner .txt:before {
    height: 36px;
    width: 1px;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}
.box-flow-01 > .inner:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 2rem;
  color: #333333;
  display: block;
  position: absolute;
  top: 50%;
  right: -26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media screen and (max-width:768px) {
  .box-flow-01 > .inner:after {
    content: none
  }
}
.box-flow-01 > .inner:last-child {
  margin-right: 0
}
.box-flow-01 > .inner:last-child:after {
  display: none
}
.box-article-01 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.box-article-01 > .inner {
  border-bottom: 1px solid #333
}
.box-article-01 > .inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative
}
@media screen and (max-width:768px) {
  .box-article-01 > .inner a {
    display: block;
    padding: 10px 0 15px
  }
}
.box-article-01 > .inner a .date {
  font-family: "Ovo", serif;
  width: 97px;
  font-size: 1.5rem;
  color: #0f263b;
  letter-spacing: 0.15em;
  margin-right: 25px
}
@media screen and (max-width:768px) {
  .box-article-01 > .inner a .date {
    font-size: 1.3rem
  }
}
.box-article-01 > .inner a .title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0.1em
}
@media screen and (max-width:768px) {
  .box-article-01 > .inner a .title {
    font-size: 1.4rem;
    padding-right: 25px
  }
}
.box-article-01 > .inner a:hover .title {
  color: #888
}
.box-num-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: num01
}
.box-num-01 > * {
  position: relative;
  counter-increment: num01;
  margin-top: 25px
}
@media screen and (max-width:768px) {
  .box-num-01 > * {
    margin-top: 45px
  }
}
.box-num-01 > :before {
  content: counter(num01);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fdc39f;
  font-family: "Ovo", serif;
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
  border: 4px solid #fdc39f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.box-num-01 .num-inner {
  display: block;
  text-align: center;
  height: 100%;
  padding: 40px 15px 15px;
  background: #fff;
  border: 2px solid #fdc39f;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.06);
  position: relative
}
.box-num-01 .num-inner:after {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-top: 14px solid #fdc39f;
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media screen and (max-width:768px) {
  .box-num-01 .num-inner:after {
    border-top-width: 12px;
    bottom: -24px
  }
}
@media screen and (max-width:768px) {
  .box-num-01 .num-inner {
    padding: 30px 10px 15px
  }
}
.box-num-01 .num-inner .num-title {

  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5
}
@media screen and (max-width:768px) {
  .box-num-01 .num-inner .num-title {
    font-size: 1.6rem
  }
}
.box-num-01 .num-inner .num-title + * {
  margin-top: 15px
}
.box-num-01 .num-inner .num-figure {
  line-height: 0
}
.box-num-01 .num-inner .num-figure img {
  display: inline-block
}
.box-num-01 .num-inner .num-figure + * {
  margin-top: 15px
}
.box-num-01 .num-inner .num-txt {
  font-size: 1.4rem;
  text-align: left
}
@media screen and (max-width:768px) {
  .box-num-01 .num-inner .num-txt {
    font-size: 1.2rem
  }
}
.box-num-01.box-column3-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width:768px) {
  .box-num-01.box-column3-02 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.box-num-01.box-column3-02 > * {
  width: 300px
}
@media screen and (max-width:768px) {
  .box-num-01.box-column3-02 > * {
    width: 100%;
    max-width: 380px
  }
}
.box-imgtxt-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width:768px) {
  .box-imgtxt-01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.box-imgtxt-01 .txt-wrap {
  width: 640px
}
@media screen and (max-width:768px) {
  .box-imgtxt-01 .txt-wrap {
    width: auto
  }
}
.box-imgtxt-01 .img-wrap {
  width: 400px
}
@media screen and (max-width:768px) {
  .box-imgtxt-01 .img-wrap {
    width: auto;
    margin-top: 25px;
    margin-bottom: 40px
  }
}
@media screen and (min-width:769px) {
  .box-imgtxt-01.reason .img-wrap .img {
    position: relative;
    top: 80px
  }
}
@media screen and (min-width:769px) {
  .box-imgtxt-01.reason .txt-wrap .txt {
    letter-spacing: 0.081em
  }
}
@media screen and (max-width:414px) {
  .box-imgtxt-01.reason .txt-wrap .txt {
    padding-top: 15px
  }
}
.box-imgtxt-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px
}
.box-imgtxt-02 .text-wrap {
  width: 640px;
  max-width: 100%
}
.box-imgtxt-02 .text-wrap p {
  margin-top: 30px;
  line-height: 2.13
}
@media screen and (min-width:769px) {
  .box-imgtxt-02 .text-wrap p {
    font-size: 1.5rem
  }
}
@media screen and (max-width:768px) {
  .box-imgtxt-02 .text-wrap p {
    margin-top: 15px
  }
}
@media screen and (max-width:768px) {
  .box-imgtxt-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
  .box-imgtxt-02 .img-wrap, .box-imgtxt-02 .text-wrap {
    width: 100%
  }
  .box-imgtxt-02 img {
    width: 100%
  }
}
@media screen and (min-width:769px) {
  .box-imgtxt-03 figcaption {
    font-size: 1.5rem
  }
}
.box-reason-01 {
  background: url(../img/page/reason/reason_img_01.jpg) center center no-repeat;
  height: 300px
}
@media screen and (min-width:2401px) {
  .box-reason-01 {
    background-size: cover;
    height: 12.5vw
  }
}
@media screen and (max-width:768px) {
  .box-reason-01 {
    background: url(../img/page/reason/reason_img_01_sp.jpg) center center no-repeat;
    background-size: auto 100%;
    height: 75vw
  }
}
.box-list-01 li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em
}
.box-list-01 li:before {
  content: "・";
  margin-left: -1em
}
.box-list-01 li:first-child {
  margin-top: 0
}
.box-list-01 li a {
  color: #0071bc;
  text-decoration: underline
}
.box-list-01.arrow li {
  padding-left: 1.3em
}
.box-list-01.arrow li:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "\f105";
  margin-left: 0;
  font-family: FontAwesome;
  font-size: 1.6rem
}
.box-topics-01 {
  padding: 45px 55px 60px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media screen and (max-width:768px) {
  .box-topics-01 {
    padding: 35px 30px 40px;
    max-width: 500px
  }
}
@media screen and (max-width:414px) {
  .box-topics-01 {
    padding: 30px 25px 35px
  }
}
.box-topics-01 .date {
  font-family: "Ovo", serif;
  color: #f9690e;
  font-size: 1.3rem;
  letter-spacing: 0.15em
}
.box-topics-01 .title {

  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  margin: 10px 0 40px
}
@media screen and (max-width:768px) {
  .box-topics-01 .title {
    font-size: 1.8rem;
    margin-bottom: 30px
  }
}
.box-staff-01 {
  position: relative;
  background: #fff;
  padding: 55px 0px 10px;
  width: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media screen and (max-width:768px) {
  .box-staff-01 {
    padding: 30px 20px 40px
  }
}
.box-staff-01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px
}
@media screen and (max-width:768px) {
  .box-staff-01 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
  }
}
.box-staff-01 .inner .img-wrap {
  margin-right: 50px;
  width: 430px;
}
@media screen and (max-width:768px) {
  .box-staff-01 .inner .img-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }
  .box-staff-01 .inner .img-wrap img {
    margin-left: auto;
    margin-right: auto
  }
}
.box-staff-01 .inner .txt-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 570px
}
@media screen and (max-width:768px) {
  .box-staff-01 .inner .txt-wrap {
    width: 100%
  }
}
.box-staff-01 .inner .txt-wrap .title {
  font-weight: bold;
  font-size: 2rem;
  color: #df6033;
  line-height: 1
}
@media screen and (max-width:768px) {
  .box-staff-01 .inner .txt-wrap .title {
    font-size: 1.8rem
  }
}
@media screen and (max-width:414px) {
  .box-staff-01 .inner .txt-wrap .title {
    font-size: 1.6rem
  }
}
.box-staff-01 .inner .txt-wrap .txt {
  margin-top: 2em;
  font-size: 1.5rem;
  line-height: 1.86
}
@media screen and (max-width:768px) {
  .box-staff-01 .inner .txt-wrap .txt {
    margin-top: 1em;
    font-size: 1.4rem
  }
}
.box-staff-01 .inner .txt-wrap .txt:first-child {
  margin-top: 0
}
.box-staff-01 .inner .txt-wrap .inner-box {
  padding: 20px 30px 25px;
  border: 1px solid #e6e6e6;
  margin-top: 30px
}
.box-staff-01 .inner .txt-wrap .inner-box .inner-title {
  color: #df6033;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px
}
.box-staff-01 .inner .txt-wrap .inner-box .inner-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f559";
  margin-right: 10px
}
.box-staff-01 .inner .txt-wrap .inner-box .inner-txt {
  padding-left: 5px
}
.box-staff-02 .img-wrap {
  position: relative
}
.box-staff-02 .img-wrap .pet-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #fdc39f;
  position: absolute;
  right: 20px;
  bottom: -20px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.06);
  -o-object-fit: cover;
  object-fit: cover
}
.box-staff-02 .txt-wrap {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.box-staff-02 .txt-wrap .name {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin: 20px 0
}
@media screen and (max-width:768px) {
  .box-staff-02 .txt-wrap .name {
    font-size: 1.7rem
  }
}
.box-staff-02 .txt-wrap .introduction {
  margin-top: 25px;
  font-size: 1.4rem
}
.box-text-01 {
  color: #4d4d4d
}
.box-text-01 p {
  font-size: 1.5rem
}
@media screen and (max-width:768px) {
  .box-text-01 p {
    font-size: 1.4rem
  }
}
.box-form-01 {
  margin: 40px auto 0;
  color: #4d4d4d
}
@media screen and (max-width:768px) {
  .box-form-01 {
    margin-top: 25px
  }
}
.box-form-01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 25px;
  border-bottom: 1px solid #ccc;
  font-size: 1.5rem
}
@media screen and (max-width:768px) {
  .box-form-01 dl {
    display: block;
    padding: 15px 0;
    font-size: 1.4rem
  }
}
.box-form-01 dl:first-child {
  border-top: 1px solid #ccc
}
.box-form-01 dl.unit-land-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 0
}
.box-form-01 dl.unit-land-01 dt.head {
  width: auto;
  margin-right: 0
}
@media screen and (max-width:768px) {
  .box-form-01 dl.unit-land-01 dt.head {
    padding-top: 12px
  }
}
.box-form-01 dl.unit-land-01 dd.input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media screen and (max-width:768px) {
  .box-form-01 dl.unit-land-01 dd.input {
    margin-top: 0
  }
}
.box-form-01 dl.unit-land-01 + .unit-land-01 {
  margin-top: 15px
}
.box-form-01 dl dt {
  width: 240px;
  padding-top: 10px;
  margin-right: 100px
}
@media screen and (max-width:768px) {
  .box-form-01 dl dt {
    display: block;
    width: 100%;
    margin-right: 0;
    padding-top: 0
  }
}
.box-form-01 dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media screen and (max-width:768px) {
  .box-form-01 dl dd {
    width: 100%;
    margin-top: 15px
  }
}
.box-form-01 dl dd input[type=email], .box-form-01 dl dd input[type=mail], .box-form-01 dl dd input[type=submit], .box-form-01 dl dd input[type=tel], .box-form-01 dl dd input[type=text], .box-form-01 dl dd select, .box-form-01 dl dd textarea {
  border-color: #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.06)
}
.box-form-01 dl dd textarea {
  display: block
}
.box-form-01 dl .unit-name-01 {
  color: #a1a1a1
}
@media screen and (max-width:768px) {
  .box-form-01 dl .unit-name-01 {
    display: inline-block;
    width: 49%
  }
}
.box-form-01 dl .unit-name-01 input[type=email], .box-form-01 dl .unit-name-01 input[type=mail], .box-form-01 dl .unit-name-01 input[type=submit], .box-form-01 dl .unit-name-01 input[type=tel], .box-form-01 dl .unit-name-01 input[type=text], .box-form-01 dl .unit-name-01 select, .box-form-01 dl .unit-name-01 textarea {
  width: 170px;
  margin-left: 20px
}
@media screen and (max-width:768px) {
  .box-form-01 dl .unit-name-01 input[type=email], .box-form-01 dl .unit-name-01 input[type=mail], .box-form-01 dl .unit-name-01 input[type=submit], .box-form-01 dl .unit-name-01 input[type=tel], .box-form-01 dl .unit-name-01 input[type=text], .box-form-01 dl .unit-name-01 select, .box-form-01 dl .unit-name-01 textarea {
    width: 90%;
    margin-left: 10px
  }
}
.box-form-01 dl .unit-name-01 + .unit-name-01 {
  margin-left: 40px
}
@media screen and (max-width:768px) {
  .box-form-01 dl .unit-name-01 + .unit-name-01 {
    margin-left: 2%
  }
}
.box-form-01 .required {
  position: relative;
  padding-right: 60px
}
.box-form-01 .required .unit-req-01 {
  position: absolute;
  top: 11px;
  right: 0
}
@media screen and (max-width:768px) {
  .box-form-01 .required .unit-req-01 {
    top: 0
  }
}
.box-form-01 textarea {
  height: 180px
}
.box-form-01 .wpcf7-radio {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block
}
.box-form-01 .wpcf7-radio .wpcf7-list-item {
  margin: 0 1em 0 0
}
.box-form-01 label {
  cursor: pointer
}
.box-form-01 .agree-wrap {
  text-align: center;
  margin-top: 60px;
  line-height: 1
}
@media screen and (max-width:768px) {
  .box-form-01 .agree-wrap {
    margin-top: 40px
  }
}
.box-form-01 .submit-wrap {
  position: relative;
  margin-top: 30px;
  text-align: center
}
@media screen and (max-width:768px) {
  .box-form-01 .submit-wrap {
    margin-top: 20px
  }
}
.box-form-01 .submit-wrap input[type=submit] {
  display: block;
  background: #f9690e;
  color: #fff;
  width: 460px;
  height: 70px;
  border-radius: 35px;

  font-size: 2.2rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  border-color: #f9690e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin: auto
}
@media screen and (max-width:768px) {
  .box-form-01 .submit-wrap input[type=submit] {
    width: 100%;
    max-width: 300px;
    font-size: 1.6rem;
    height: 50px;
    border-radius: 25px
  }
}
.box-form-01 .submit-wrap input[type=submit]:hover {
  background: #fff;
  color: #f9690e
}
.box-form-01 a {
  text-decoration: underline
}
.box-dl-01 dl:first-child {
  border-top: 1px solid #333
}
.box-dl-01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #333
}
@media screen and (max-width:768px) {
  .box-dl-01 dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.box-dl-01 dl dd, .box-dl-01 dl dt {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.5rem
}
@media screen and (max-width:768px) {
  .box-dl-01 dl dd, .box-dl-01 dl dt {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.4rem
  }
}
.box-dl-01 dl dt {
  width: 188px;
  padding-right: 10px;
  font-weight: bold;
  color: #4d4d4d
}
@media screen and (max-width:768px) {
  .box-dl-01 dl dt {
    width: 100%;
    padding-right: 10px
  }
}
.box-dl-01 dl dd {
  width: calc(100% - 188px)
}
@media screen and (max-width:768px) {
  .box-dl-01 dl dd {
    width: 100%
  }
}
.box-access-01 .map {
  width: 100%
}
.box-access-01 .map iframe {
  max-width: 100%
}
.box-access-01 .access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width:414px) {
  .box-access-01 .access {
    display: block
  }
  .box-access-01 .access .inner-r {
    margin-top: 20px
  }
}
.box-access-01 .access .inner-title {
  font-size: 2rem;
  font-weight: bold;
  color: #f9690e;
  margin-bottom: 30px
}
.box-access-01 .access .inner-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  display: inline-block
}
@media screen and (max-width:768px) {
  .box-access-01 .access .inner-title {
    font-size: 1.7rem;
    margin-bottom: 15px
  }
}
.box-access-01 .access .inner-title.car:before {
  content: "\f1b9"
}
.box-access-01 .access .inner-title.bus:before {
  content: "\f207"
}
.box-col4-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 23px 1fr 23px 1fr 23px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 23px
}
@media screen and (max-width:414px) {
  .box-col4-01 {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }
}
.box-col-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr)
}
.box-article-02 a {
  position: relative;
  width: 100%
}
@media screen and (max-width:428px) {
  .box-article-02 a img {
    width: 100%
  }
}
.box-article-02 .unit-status-01 {
  position: absolute;
  left: 0;
  top: 0
}
.box-article-02 .unit-cat-01 {
  margin-top: 25px
}
.box-article-02 .title {
  font-size: 2rem;
  margin-top: 15px
}
@media screen and (max-width:768px) {
  .box-article-02 .title {
    font-size: 1.8rem
  }
}
.box-article-02 .desc {
  margin-top: 10px;
  font-size: 1.5rem
}
@media screen and (max-width:768px) {
  .box-article-02 .desc {
    font-size: 1.3rem
  }
}
.box-article-02 .desc dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.4fr 5px 1fr;
  grid-template-columns: 0.4fr 1fr;
  gap: 5px
}
@media screen and (max-width:768px) {
  .box-article-02 .desc dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px
  }
  .box-article-02 .desc dl:last-child {
    margin-top: 10px
  }
}
.box-cat-list-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 1fr;
  grid-template-columns: 180px 1fr
}
@media screen and (max-width:768px) {
  .box-cat-list-01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px
  }
}
.box-cat-list-01 .title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media screen and (max-width:768px) {
  .box-cat-list-01 .title {
    font-size: 2.2rem
  }
}
.box-cat-list-01 .cat-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px 0px
}
@media screen and (max-width:428px) {
  .box-cat-list-01 .cat-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
  }
}
.box-cat-list-01 .cat-list .unit-cat-02:not(:first-child) a {
  border-right: 0
}
.box-cat-list-01 .cat-list .unit-cat-02:first-child a {
  border-right: 0
}
.box-cat-list-01 .cat-list .unit-cat-02:last-child a, .box-cat-list-01 .cat-list .unit-cat-02:nth-child(5) a {
  border-right: 1px solid #919191
}
@media screen and (max-width:428px) {
  .box-cat-list-01 .cat-list .unit-cat-02:nth-child(3n) a {
    border-right: 1px solid #919191
  }
  .box-cat-list-01 .cat-list .unit-cat-02:nth-child(5) a {
    border-right: 0
  }
}
#mainvisual {
  overflow: hidden;
  position: relative;
  padding: 0
}
@media screen and (max-width:768px) {
  #mainvisual {
    width: 100%;
    height: auto;
    overflow: visible
  }
}
#mainvisual ul {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
#mainvisual ul li img {
  width: 100% !important
}
@media screen and (max-width:768px) {
  #mainvisual ul li img {
    width: 100% !important
  }
}
#mainvisual .maincatch {
  z-index: 10;
  position: absolute;
  top: 11.92857vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: 55.7143vw
}
@media screen and (max-width:768px) {
  #mainvisual .maincatch {
    width: 70vw
  }
}
#mainvisual .maincatch .catch {
  margin: 0 auto
}
#mainvisual .maincatch .catch img {
  width: 100%
}
#mainvisual .wrapper {
  position: relative
}
#mainvisual .wrapper .maincatch {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  left: 0;
  width: 22.1429vw;
  bottom: 4.92857vw
}
@media screen and (max-width:768px) {
  #mainvisual .wrapper .maincatch {
    width: 62.5vw;
    left: 4.6875vw;
    bottom: -4.6875vw
  }
}
#mainvisual .wrapper .maincatch .catch img {
  width: 100%
}
.sec-slide-01 {
  padding-bottom: 0;
  position: relative;
}



.sec-slide-01::before{
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}
.sec-slide-01::before {
  left: 0;
  top: -220px;
  background-image: url("https://wpriritest.sakura.ne.jp/meiko/wp-content/uploads/2026/07/suisaiao.png");
}
@media screen and (max-width:768px) {
	.sec-slide-01::before {
    width: 300px;
    height: 300px;
    top: -70px;
}
  .sec-slide-01 {
    padding-bottom: 55px
  }
}
.sec-top-01 {
  padding: 210px 0px 50px 0px;
  position: relative;
  /* overflow: hidden; */
}
.sec-top-01 .wrapper {
   position: relative;
   z-index: 2;
}
@media screen and (max-width:768px) {
  .sec-top-01 {
    padding-top: 45px;
  }
}
.sec-top-01 .unit-btn-02 {
  margin-top: 35px
}
@media screen and (max-width:768px) {
  .sec-top-01 .unit-btn-02 {
    margin-top: 20px
  }
  .sec-top-01 .unit-btn-02 > .inner {
    margin: auto
  }
}
.sec-top-02 {
  padding-top: 135px
}
@media screen and (max-width:768px) {
  .sec-top-02 {
    padding-top: 200px
  }
}
.sec-top-02 h2 img {
  margin: 0 auto
}
@media screen and (max-width:768px) {
  .sec-top-02 h2 {
    width: 90%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto
  }
}
.sec-top-02 .box-top-01 {
  margin-top: 65px;
  padding: 80px 0;
  background: url(../img/top/bg_top_01.jpg) top center/cover no-repeat
}
@media screen and (max-width:768px) {
  .sec-top-02 .box-top-01 {
    background: url(../img/top/bg_top_01_sp.jpg) top center/cover no-repeat;
    padding-top: 20px;
    padding-bottom: 50px
  }
}
.sec-top-02 .box-top-01 .unit-btn-02 {
  margin-top: 70px
}
@media screen and (max-width:768px) {
  .sec-top-02 .box-top-01 .unit-btn-02 {
    margin-top: 35px
  }
}
.sec-top-03 {
  padding: 75px 0 70px
}
.sec-top-03 .unit-text-01 {
  margin-top: 15px
}
.sec-top-03 .unit-btn-02 {
  margin-top: 50px
}
@media screen and (max-width:768px) {
  .sec-top-03 .unit-btn-02 {
    margin-top: 30px
  }
}
.sec-top-04 {
  background: #fff;
  padding: 125px 0 50px;
  position: relative;
}
.sec-top-04 .wrapper {
    position: relative;
    z-index: 1;
}

.sec-top-04::before{
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}
.sec-top-04::before {
  left: 0;
  top: -220px;
  background-image: url("https://wpriritest.sakura.ne.jp/meiko/wp-content/uploads/2026/07/suisaiao.png");
}


.sec-top-04::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}

.sec-top-04::after {
  right: 0;
  bottom: 0px;
  background-image: url("https://wpriritest.sakura.ne.jp/meiko/wp-content/uploads/2026/07/suisaiao.png");
}

@media screen and (max-width:768px) {
  .sec-top-04 {
    padding-top: 25px
  }
}
.sec-top-04 .unit-title-01 {
  margin-bottom: 40px
}
@media screen and (max-width:768px) {
  .sec-top-04 .unit-title-01 {
    margin-bottom: 25px
  }
}
.sec-top-04 .unit-btn-02 {
  margin-top: 45px
}
@media screen and (max-width:768px) {
  .sec-top-04 .unit-btn-02 {
    margin-top: 30px
  }
}
.sec-top-05 {
  padding: 80px 0 70px;
  position: relative;
  padding: 60px 0;
  /* background: #f8f4ea; */
  overflow: hidden;
}


.sec-top-05::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}

.sec-top-05::after {
  right: 0;
  bottom: 0px;
  background-image: url("https://wpriritest.sakura.ne.jp/meiko/wp-content/uploads/2026/07/suisaiao.png");
}

@media screen and (max-width:768px) {
	.sec-top-05::after {
    width: 300px;
    height: 300px;
}
  .sec-top-05 {
    padding: 40px 0 30px
  }
}
@media screen and (min-width:769px) {
  .sec-top-05 .box-column2-02 .inner-l .unit-title-01 {
    text-align: left;
    margin-bottom: 40px
  }
}
.sec-top-05 .box-article-01 > .inner:last-child {
  border: none
}
.sec-top-06 {
  padding: 60px 0 70px;
  /* background: #ecf0f1; */
}
.sec-top-06 .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3%;
  justify-content: center;
}
.sec-top-06 .wrapper 
@media screen and (max-width:768px) {
  .sec-top-06 {
    padding: 30px 0
  }
}
.sec-sales-intro .box-imgtxt-02:not(:first-child) {
  margin-top: 120px
}
@media screen and (min-width:769px) {
  .sec-sales-intro .box-imgtxt-02:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}
@media screen and (max-width:768px) {
  .sec-sales-intro .box-imgtxt-02:not(:first-child) {
    margin-top: 60px
  }
}
.sec-sales-intro .box-imgtxt-02 .unit-cap-01 {
  margin-top: 40px
}
@media screen and (max-width:768px) {
  .sec-sales-intro .box-imgtxt-02 .unit-cap-01 {
    margin-top: 20px
  }
}
.sec-sales-basic {
  background-color: #fff8f0;
  padding: 60px 0 70px;
  margin-top: 115px
}
@media screen and (max-width:768px) {
  .sec-sales-basic {
    padding: 50px 0;
    margin-top: 50px
  }
}
.sec-sales-basic .unit-map-01, .sec-sales-basic .unit-table-02 {
  width: 800px;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 55px
}
@media screen and (max-width:768px) {
  .sec-sales-basic .unit-map-01, .sec-sales-basic .unit-table-02 {
    width: 100%;
    margin-top: 30px
  }
}
.sec-sales-basic .box-col4-01 {
  margin-top: 115px
}
@media screen and (max-width:768px) {
  .sec-sales-basic .box-col4-01 {
    margin-top: 50px
  }
}
.sec-salses-kukaku-info {
  padding: 75px 0 95px
}
@media screen and (max-width:768px) {
  .sec-salses-kukaku-info {
    padding: 40px 0 60px
  }
}
.sec-salses-kukaku-info .img {
  margin-top: 40px
}
@media screen and (max-width:768px) {
  .sec-salses-kukaku-info .img {
    margin-top: 20px
  }
}
.sec-salses-kukaku-info .img img {
  margin: 0 auto
}
.sec-salses-kukaku-info .unit-cap-01 {
  margin-top: 35px
}
@media screen and (max-width:768px) {
  .sec-salses-kukaku-info .unit-cap-01 {
    margin-top: 20px
  }
}
.sec-salses-kukaku-info .unit-table-03 {
  margin-top: 60px
}
@media screen and (max-width:768px) {
  .sec-salses-kukaku-info .unit-table-03 {
    margin-top: 30px
  }
}
.sec-salses-kukaku-info .unit-table-04:not(.is-toggle) {
  margin-top: 45px
}
@media screen and (max-width:768px) {
  .sec-salses-kukaku-info .unit-table-04:not(.is-toggle) {
    margin-top: 20px
  }
}
.sec-salses-kukaku-info .unit-btn-02 {
  margin-top: 45px;
  margin-bottom: 45px
}
.sec-salses-kukaku-info .unit-btn-02 span.inner:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg)
}
@media screen and (max-width:768px) {
  .sec-salses-kukaku-info .unit-btn-02 {
    margin-top: 20px;
    margin-bottom: 20px
  }
}
.sec-archive-sales .box-col-01 {
  gap: 70px 35px;
  margin-top: 65px
}
@media screen and (min-width:769px) {
  .sec-archive-sales .box-col-01 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
  }
}
@media screen and (max-width:768px) {
  .sec-archive-sales .box-col-01 {
    margin-top: 40px;
    gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr)
  }
}
@media screen and (max-width:414px) {
  .sec-archive-sales .box-col-01 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }
}

.unit-figure-01 {
 text-align: center;
    width: 30%;
}

.unit-figure-01>* {
    margin: 0 auto
}
.unit-figure-01 a {
    display: block;
    width: 100%;
}
.unit-figure-01 a  img{}


/* 詳細ページ */
.p-single-property {
    display: grid;
    align-content: start;
    row-gap: 30px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 120px 0px 0px 0px;
}

@media (max-width: 767px) {
  .p-single-property {
    row-gap: 40px;
  }
}

/* ç‰©ä»¶ã‚¿ã‚° */
.c-property-tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.c-property-tagcloud-link {
  display: grid;
  place-items: center;
  height: 35px;
  padding-block-start: 1px;
  padding-inline: 15px;
  border: 1px solid #dddddd;
  border-radius: calc(infinity * 1px);
  font-size: 14px;
}

@media (any-hover: hover) {
  .c-property-tagcloud-link:hover {
    color: #fff;
    background-color: var(--tcd-accent-color);
    border-color: var(--tcd-accent-color);
  }
}
/* ヘッダー */
.p-single-property-header {
  position: relative;
  padding: 45px;
  border: 1px solid #dddddd;
}

.p-single-property-header:before {
  content: "";
  position: absolute;
  inset: -1px -1px auto -1px;
  height: 3px;
  background: var(--tcd-accent-color);
}

.p-single-property-header-title {
  display: flex;
  gap: 20px;
  font-size: 26px;
  margin-bottom: 40px;
}

.p-single-property-header-title-text {
  flex: 1;
  line-height: 1.6;
  margin-block: var(--tcd-half-read);
}

.p-single-property-header-inner {
  display: grid;
  grid-template-columns: 1fr 0px;
  gap: 40px;
}

.p-single-property-header-image {}

.p-single-property-header-image-main {
  position: relative;
  display: grid;
  background: var(--tcd-bg-color);
}

.p-single-property-header-image-nav {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  margin-top: 0px;
}

.p-single-property-header-image-nav-item {
  cursor: pointer;
  aspect-ratio: 1;
}

.p-single-property-header-image-main img {
  transition: opacity 0.1s ease;
  /* フェードアニメーション */
}

/* フェードアウト用クラス */
.p-single-property-header-image-main img.fade-out {
  opacity: 0.8;
  /* トランジションで透明に */
}

.p-single-property-header-content {
  display: grid;
  align-content: start;
  row-gap: 40px;
  font-size: 16px;
  padding: 20px 0px 0px 0px;
}

.p-single-property-header-tagline {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-block: var(--tcd-half-read);
}

/* table */
.p-single-property-header-table {
  display: grid;
  grid-template-columns: auto minmax(50%, 1fr);
  margin: 1px 0 0 1px;
  width: 300px;
}

.p-single-property-header-table-item {
  display: grid;
  grid-template-columns: subgrid;
  gap: 30px;
  align-items: center;
  margin: -1px 0 0 -1px;
  padding: 17px 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
  grid-column: 1 / -1;
}

.p-single-property-header-table-item-h {
  line-height: 1.6;
  margin-block: var(--tcd-half-read);
}

.p-single-property-header-table-item-d {
  font-size: 24px;
  line-height: 1.4;
  margin-block: var(--tcd-half-read);
}

.p-single-property-header-info {
  display: grid;
  align-content: start;
  row-gap: 15px;
}

.p-single-property-header-note {
  line-height: 2.2;
  margin-block: var(--tcd-half-read);
}

/* cta */
.p-single-property-header-button {
  --tcdr-submit-width-pc: 340px;
}

/* 単位 */
.p-single-property-header-table .c-unit {
  font-size: 16px;
}

.p-single-property-header-table .c-unit:first-child {
  margin-left: 0.1em;
}

.p-single-property-header-table .c-tsubo {
  font-size: 16px;
  margin-left: 0.5em;
}


@container main (max-width: 900px) {
  .p-single-property-header-inner {
    grid-template-columns: 1fr;
  }

  .p-single-property-header-table {
    grid-template-columns: auto minmax(25%, 1fr) auto minmax(25%, 1fr);
  }

  .p-single-property-header-table-item:where(:nth-of-type(odd)) {
    grid-column: 1 / 3;
  }

  .p-single-property-header-table-item:where(:nth-of-type(even)) {
    grid-column: 3 / -1;
  }

  .p-single-property-header-button {
    justify-self: center;
  }
}

@media (max-width: 991px) {
  .p-single-property-header {
    border-width: 1px 0 1px 0;
    margin-inline: -20px;
  }
}

@media (max-width: 767px) {
  .p-single-property-header {
    padding: 0;
    border: none;
  }

  .p-single-property-header-title {
    column-gap: 15px;
    font-size: 18px;
    margin: 25px 20px;
  }

  .p-single-property-header-title .c-realty-favorite-button:after {
    content: none;
  }

  .p-single-property-header-inner {
    gap: 30px;
  }

  .p-single-property-header-image-nav {
    display: flex;
    gap: 10px;
    overflow: scroll hidden;
    padding-block: 10px;
    margin-top: 0;
    border-bottom: 1px solid #dddddd;
  }

  .p-single-property-header-image-nav:before,
  .p-single-property-header-image-nav:after {
    content: '';
    flex: 0 0 1px;
  }

  .p-single-property-header-image-nav-item {
    flex: 0 0 70px;
  }

  .p-single-property-header-content {
    row-gap: 20px;
    padding-inline: 20px;
    font-size: 14px;
  }

  .p-single-property-header-tagline {
    font-size: 16px;
  }

  .p-single-property-header-table {
    grid-template-columns: auto minmax(50%, 1fr);
  }

  .p-single-property-header-table-item {
    gap: 20px;
    grid-column: 1 / -1;
    padding: 14px 20px;
  }

  .p-single-property-header-table-item-d {
    font-size: 20px;
  }

}

/* section */
.p-single-property-section {}

.p-single-property-section-title {
  font-size: 18px;
  line-height: 1.6;
  color: var(--tcd-accent-color);
  padding-top: calc(30px + var(--tcd-half-read));
  border-top: 3px solid var(--tcd-accent-color);
  margin-bottom: calc(30px + var(--tcd-half-read));
}

@container main (max-width: 750px) {
  .p-single-property-section-title {
    font-size: 16px;
    line-height: 1.5;
    padding-top: calc(20px + var(--tcd-half-read));
    margin-bottom: calc(20px + var(--tcd-half-read));
  }
}

/* マップ */
.p-single-property-map {
  padding: 50px;
  border: 1px solid #ddd;
}
.p-single-property-map iframe {
    width: 100%;
    height: 400px;
}

.p-single-property-map-desc {
  font-size: 16px;
  line-height: 2.2;
  margin-block: calc(30px + var(--tcd-half-read)) var(--tcd-half-read);
}

@container main (max-width: 900px) {
  .p-single-property-map {
    padding: 40px;
  }
}
@media (max-width: 1170px) {
	.p-single-property-header {
	width:95%;
	margin:0 auto;	
	}
.p-single-property-section {
	width:95%;
	margin:0 auto;
}
	.p-single-bottom {
	width:95%;
	margin:0 auto;
		
	}
}

@media (max-width: 768px) {
	.unit-figure-01 {
    width: 48%;
}
	.p-single-property-header {
		border:0;
	}
  .p-single-property-map {
    padding: 0;
    border: none;
  }

  .p-single-property-map-desc {
    font-size: 14px;
    margin-block: calc(20px + var(--tcd-half-read)) var(--tcd-half-read);
  }
}

/* CTA */
.p-single-property-cta {
  display: grid;
  align-content: start;
  row-gap: 40px;
  width: min(100%, 860px);
  padding: 60px;
  background: var(--tcd-bg-color);
  margin-inline: auto;
}

.p-single-property-cta-desc {
  font-size: 16px;
  text-align: center;
  line-height: 2.2;
  margin-block: var(--tcd-half-read);
}

.p-single-property-cta-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 600;
}

.p-single-property-cta-action .c-realty-button {
  color: #000;
}

@media (max-width: 767px) {
  .p-single-property-cta {
    row-gap: 30px;
    padding: 30px;
  }

  .p-single-property-cta-desc {
    font-size: 14px;
    line-height: 2;
  }

  .p-single-property-cta-action {
    flex-direction: column;
    gap: 15px;
  }

  .p-single-property-cta-action-button {
    width: 260px;
  }
}


/* grid table */
.c-property-grid-table {
  display: grid;
  gap: 1px;
  padding: 1px;
  background: #dddddd;
  font-size: 16px;
  line-height: 1.6;
}

.c-property-grid-table-row {
  display: grid;
  gap: 1px;
}

.c-property-grid-table-row-1col {
  grid-template-columns: 150px 1fr;
}

.c-property-grid-table-row-2col {
  grid-template-columns: 150px 1fr 150px 1fr;
}

.c-property-grid-table-row-h {
  display: grid;
  align-content: center;
  text-align: center;
  padding: calc(22px + var(--tcd-half-read)) 10px;
  background:rgba(255, 236, 194, .98);
}

.c-property-grid-table-row-d {
  display: grid;
  /* align-content: center; */
  padding: 10px;
  background: #ffffff;
}

@container main (max-width: 750px) {
  .c-property-grid-table {
    font-size: 14px;
  }

  .c-property-grid-table-row-1col {
    grid-template-columns: 110px 1fr;
  }

  .c-property-grid-table-row-2col {
    grid-template-columns: 110px 1fr 110px 1fr;
  }

  .c-property-grid-table-row-h {
    padding: calc(18px + var(--tcd-half-read)) 5px;
  }

  .c-property-grid-table-row-d {
    padding: calc(18px + var(--tcd-half-read)) 20px;
  }
}

@container main (max-width: 600px) {
  .c-property-grid-table-row {
    grid-template-columns: 110px 1fr;
  }
}


/* 記事下 */
.p-single-bottom {
  display: grid;
  align-content: start;
  row-gap: 50px;
  margin-block-start: 30px;
}

.p-single-bottom-title {
  font-size: 26px;
  line-height: 1.8;
  text-align: center;
  margin-block: var(--tcd-half-read);
}

@media (max-width: 767px) {

  .p-single-bottom {
    row-gap: 40px;
    margin-block-start: 0;
  }

  .p-single-bottom-title {
    font-size: 20px;
    line-height: 1.6;
  }

}

/* 記事下 関連物件 */
@container main (min-width: 901px) {
  .p-single-property-bottom-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
  }

  .p-single-property-bottom-list .p-property-cards-item {
    grid-template-columns: 1fr;
    border: none;
    padding: 0;
    margin: 0;
  }
}



/* ページヘッダー */
.c-archive-header {
  display: grid;
  align-content: start;
  row-gap: 50px;
  margin-bottom: 50px;
  margin-top: 20px;
  padding: 10px  0px 10px 0px;
  background: linear-gradient(90deg, rgba(255, 236, 194, .98), rgba(255, 246, 224, .8));
}

.c-archive-header:where(:has(img)) {
  row-gap: 80px;
}

.c-archive-header__content {
  display: grid;
  overflow: hidden;
}

.c-archive-header__content:where(:has(img)) {
  color: #ffffff;
  height: 200px;
}

.c-archive-header__content> :where(*) {
  grid-area: 1/-1;
}

.c-archive-header__title {
  font-size: 28px;
  line-height: 1.5;
  place-self: center;
  text-align: center;
	
}

.c-archive-header__overlay {
  background: color-mix(in srgb, #002040 30%, transparent);
}

.c-archive-header__image {
  width: 100%;
  height: inherit;
  object-fit: cover;
}

.c-archive-header__desc {
  text-align: center;
  line-height: 2.2;
  /* NOTE: 説明文にthe_contentを適用させるためコメントアウト */
  /* margin-block: var(--tcd-half-read); */
}
/* 検索結果ページ */
/* 物件一覧 */
.p-property-cards {
  display: grid;
  margin: 1px;
}

.p-property-cards-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 30px;
  padding: 25px;
  background: #ffffff;
  border: 1px solid #dddddd;
  margin: -1px;
}

.p-property-cards-item.is-fadeout {
  animation: propertyFadeOut 0.5s ease 0s both;
}

.p-property-cards-item-image {
  position: relative;
  aspect-ratio: 8 / 5;
}
.p-property-cards-item-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9; /* お好みの比率 */
    overflow: hidden;
}

.p-property-cards-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.p-property-cards-item-content {
  display: grid;
  align-content: start;
  row-gap: 20px;
  font-size: 14px;
}

.p-property-cards-item-title {
  width: fit-content;
  font-size: 18px;
}

.p-property-cards-item-remove {
  position: absolute;
  inset: 25px 25px auto auto;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 40px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.p-property-cards-item-remove:before {
  content: "";
  font-size: 20px;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-437.85 277.08-234.92q-8.31 8.3-20.89 8.5-12.57.19-21.27-8.5-8.69-8.7-8.69-21.08 0-12.38 8.69-21.08L437.85-480 234.92-682.92q-8.3-8.31-8.5-20.89-.19-12.57 8.5-21.27 8.7-8.69 21.08-8.69 12.38 0 21.08 8.69L480-522.15l202.92-202.93q8.31-8.3 20.89-8.5 12.57-.19 21.27 8.5 8.69 8.7 8.69 21.08 0 12.38-8.69 21.08L522.15-480l202.93 202.92q8.3 8.31 8.5 20.89.19 12.57-8.5 21.27-8.7 8.69-21.08 8.69-12.38 0-21.08-8.69L480-437.85Z"></path></svg>') no-repeat center / 1em;
}

.p-property-cards-item-meta1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 0.5;
  margin-block: var(--tcd-half-read);
}

.p-property-cards-item-meta2 {
  line-height: 2.2;
  margin-block: var(--tcd-half-read);
}

.p-property-cards-item-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 50px;
  gap: 15px;
  font-size: 14px;
}

.p-property-cards-item-link a {
  display: grid;
  place-items: center;
  padding-inline: 0.5em;
  border: 1px solid #dddddd;
  border-radius: 3px;
  line-height: 1.4;
}

@media (any-hover: hover) {
  .p-property-cards-item-link a:hover {
    color: rgba(0, 0, 0, 0.5);
  }

  .p-property-cards-item-remove:hover {
    color: #fff;
    background: var(--tcd-accent-color);
    border-color: var(--tcd-accent-color);
  }
}

/* 物件カードリンク対策 */
.p-property-cards-item {
  --tcdce-base-link-color: #000000;
  --tcdce-base-link-decoration: none;
}

.p-property-cards-noresult {
  line-height: 2;
  text-align: center;
  margin-block: var(--tcd-half-read);
}


@container main (min-width: 901px) {
  .p-property-cards-type2 {
    grid-template-columns: repeat(3, 1fr);
  }

  /* トップページ2カラム */
  .p-property-cards-2col {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-property-cards-2col .p-property-cards-item {
    padding: 40px;
  }

  /* トップページ3カラム */
  .p-property-cards-3col {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
  }

  /* トップページ3カラム */
  .p-property-cards-3col .p-property-cards-item {
    border: none;
    padding: 0;
    margin: 0;
    gap: 25px;
  }

}

@container main (max-width: 600px) {

  .p-property-cards-item {
    padding: 20px;
    row-gap: 20px;
  }

  .p-property-cards-item-content {
    font-size: 12px;
  }

  .p-property-cards-item-title {
    font-size: 16px;
  }

  .p-property-cards-item-meta1 {
    font-size: 16px;
    line-height: 1.7;
    margin-top: -15px;
  }

  .p-property-cards-item-remove {
    inset: 10px 10px auto auto;
    width: 35px;
  }

  .p-property-cards-item-remove:before {
    font-size: 18px;
  }

}

/* 物件カード 連続した時のマージン対策 */
.p-property-cardlink:has(+.p-property-cardlink) {
  --tcdce-base-margin-bottom-pc: -1px;
  --tcdce-base-margin-bottom-sp: -1px;
}


/* 物件カードリンク対策 */
.p-property-cards-item {
  --tcdce-base-link-color: #000000;
  --tcdce-base-link-decoration: none;
}

.p-property-cards-noresult {
  line-height: 2;
  text-align: center;
  margin-block: var(--tcd-half-read);
}

@container main (min-width: 601px) {
  .p-property-cards-type1 .p-property-cards-item {
    /* grid-template-columns: minmax(0, 380px) minmax(280px, 1fr); */
  }

  .p-property-cards-type1 .p-property-cards-item-content {
    align-self: center;
  }

  .p-property-cards-type1 .p-property-cards-item-link {
    grid-template-columns: repeat(2, minmax(0, 130px));
  }

  .p-property-cards-type2 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 削除ボタン対策 */
  .p-property-cards-type1 .p-property-cards-item:has(.p-property-cards-item-remove) {
    padding-right: 70px;
  }
}

@container main (min-width: 901px) {
  .p-property-cards-type2 {
    grid-template-columns: repeat(3, 1fr);
  }

  /* トップページ2カラム */
  .p-property-cards-2col {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-property-cards-2col .p-property-cards-item {
    padding: 40px;
  }

  /* トップページ3カラム */
  .p-property-cards-3col {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
  }

  /* トップページ3カラム */
  .p-property-cards-3col .p-property-cards-item {
    border: none;
    padding: 0;
    margin: 0;
    gap: 25px;
  }

}

@container main (max-width: 600px) {

  .p-property-cards-item {
    padding: 20px;
    row-gap: 20px;
  }

  .p-property-cards-item-content {
    font-size: 12px;
  }

  .p-property-cards-item-title {
    font-size: 16px;
  }

  .p-property-cards-item-meta1 {
    font-size: 16px;
    line-height: 1.7;
    margin-top: -15px;
  }

  .p-property-cards-item-remove {
    inset: 10px 10px auto auto;
    width: 35px;
  }

  .p-property-cards-item-remove:before {
    font-size: 18px;
  }

}

/* 物件カード 連続した時のマージン対策 */
.p-property-cardlink:has(+.p-property-cardlink) {
  --tcdce-base-margin-bottom-pc: -1px;
  --tcdce-base-margin-bottom-sp: -1px;
}




.c-property-type {
  display: grid;
  place-items: center;
  width: fit-content;
  min-width: 90px;
  padding: 4px;
  background: #ffffff;
  border: 1px solid #1B1460;
  border-radius: 16px;
  font-size: 14px;
  color: #1B1460;
  line-height: 1.2;
}

@media (any-hover: hover) {
  .c-property-type:hover {
    color: #fff;
    background: var(--tcd-accent-color);
  }
}

@media (max-width:767px) {
  .c-property-type {
    font-size: 12px;
    min-width: 110px;
    padding: calc(9px + var(--tcd-half-read)) 13px calc(8px + var(--tcd-half-read));
  }
}
.breadcrumbs {width: 1170px;margin: 0 auto;padding: 0px 0px 0px 0px;text-align: left;display: block;}
.breadcrumbsinner {
    	width: 100%;
    	text-align: left;
}


@media (max-width:1170px) {
	.breadcrumbs {width:95%;}
}
	.lpage {
    padding: 100px 0px 0px 0px;
}
	
  .p-static-page {
    overflow: hidden;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    color: #111;
  }





  .p-rice-page {
    min-height: 860px;
    background:
      radial-gradient(circle at 6% 16%, rgba(152, 222, 132, .18), transparent 18%),
      radial-gradient(circle at 89% 62%, rgba(211, 244, 194, .38), transparent 18%),
      linear-gradient(110deg, rgba(246, 255, 232, .95), #fff 44%, rgba(238, 255, 231, .95));
  }

  .p-rice-page__body {
    width: min(860px, calc(100% - 40px));
    margin: 28px auto 90px;
  }

  .p-rice-page__lead {
    position: relative;
    padding-left: 88px;
    margin-bottom: 26px;
  }

  .p-rice-page__lead h2 {
    margin: 0;
    color: #06712d;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.35;
    letter-spacing: .08em;
  }

  .p-rice-page__lead p {
    margin: 2px 0 0;
    color: #8b430f;
    text-align: right;
    font-size: clamp(18px, 1.8vw, 23px);
    font-weight: 700;
  }

  .p-rice-page__rice-illust {
    position: absolute;
    left: 0;
    top: -58px;
    width: 108px;
    height: 150px;
  }

  .p-rice-page__rice-illust::before,
  .p-rice-page__rice-illust::after,
  .p-rice-page__rice-illust span {
    content: "";
    position: absolute;
    bottom: 0;
    width: 12px;
    height: 136px;
    border-radius: 50%;
    background: linear-gradient(#7faf41, #587c24);
    transform-origin: bottom center;
  }

  .p-rice-page__rice-illust::before {
    left: 22px;
    transform: rotate(-16deg);
  }

  .p-rice-page__rice-illust span {
    left: 42px;
    transform: rotate(0deg);
  }

  .p-rice-page__rice-illust::after {
    left: 62px;
    transform: rotate(18deg);
  }

  .p-rice-page__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
    margin-top: 28px;
  }

  .p-rice-page__block--first {
    margin-top: 8px;
  }

  .p-rice-page__block--second {
    margin-top: 34px;
  }

  .p-rice-page__block--third {
    margin-top: 24px;
    align-items: start;
  }

  .p-rice-page__image {
    margin: 0;
  }

  .p-rice-page__image img {
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    display: block;
  }

  .p-rice-page__image--small img {
    aspect-ratio: 1.65 / 1;
  }

  .p-rice-page__text {
    font-size: clamp(19px, 2vw, 21px);
    font-weight: 600;
    line-height: 1.55;
  }

  .p-rice-page__text p {
    margin: 0;
  }

  .p-rice-page__text--intro {
    padding-top: 38px;
  }

  .p-rice-page__instagram {
    display: block;
    width: fit-content;
    margin: 30px auto 0;
    padding: 0 20px 7px;
    border-bottom: 2px solid #16823c;
    color: #087330;
    text-align: center;
    font-size: clamp(17px, 1.8vw, 22px);
    font-weight: 700;
    letter-spacing: .14em;
    text-decoration: none;
  }

  .p-rice-page__arrow {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto 17px;
    border-right: 5px solid #8b430f;
    border-bottom: 5px solid #8b430f;
    transform: rotate(45deg);
  }

  @media (max-width: 767px) {
    .p-static-visual-header h1 {
      margin-left: 64px;
    }

    .p-static-visual-header__inner::after {
      right: 120px;
    }

    .p-rice-page__lead {
      padding-left: 0;
      padding-top: 74px;
    }

    .p-rice-page__lead p {
      text-align: left;
    }

    .p-rice-page__rice-illust {
      transform: scale(.7);
      transform-origin: left top;
    }

    .p-rice-page__block {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .p-rice-page__block--third .p-rice-page__image {
      order: -1;
    }

    .p-rice-page__text--intro {
      padding-top: 0;
    }
  }
 .p-static-page {
    overflow: hidden;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    color: #111;
  }

  .p-static-visual-header {
    position: relative;
    margin-top: 20px;
    background: linear-gradient(90deg, rgba(255, 236, 194, .98), rgba(255, 246, 224, .8));
    /* border-bottom: 1px solid #5f4a28; */
  }

  .p-static-visual-header__inner {
    position: relative;
    width: min(1140px, calc(100% - 40px));
    height: 62px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }



  .p-static-visual-header h1 {
    margin: 0 0 0 210px;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 500;
    letter-spacing: 0;
  }

  .p-solar-page {
    min-height: 860px;
    background:
      radial-gradient(circle at 7% 16%, rgba(246, 179, 78, .18), transparent 18%),
      radial-gradient(circle at 76% 78%, rgba(247, 150, 102, .22), transparent 16%),
      linear-gradient(115deg, rgba(255, 248, 235, .95), #fff 42%, rgba(255, 243, 228, .92));
  }

  .p-solar-page__body {
    width: min(820px, calc(100% - 40px));
    margin: 34px auto 0;
  }

  .p-solar-page__lead h2 {
    margin: 0 0 18px;
    color: #6f4c05;
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: .04em;
  }

  .p-solar-page__lead span {
    color: #ff751a;
  }

  .p-solar-page__intro {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 34px;
    align-items: center;
  }

  .p-solar-page__icon {
    color: #565656;
  }

  .p-solar-page__icon svg {
    width: 100%;
    max-width: 330px;
    display: block;
    margin: 0 auto;
  }

  .p-solar-page__intro-text p {
    margin: 0 0 30px;
    font-size: clamp(20px, 2vw, 25px);
    font-weight: 600;
    line-height: 1.55;
  }

  .p-solar-page__forest {
    position: relative;
    height: 118px;
  }

  .p-solar-page__forest span {
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 108px;
    background: linear-gradient(135deg, #8caa48, #365f23);
    clip-path: polygon(50% 0, 80% 42%, 66% 42%, 94% 76%, 70% 76%, 100% 100%, 0 100%, 30% 76%, 6% 76%, 34% 42%, 20% 42%);
    opacity: .94;
  }

  .p-solar-page__forest span:nth-child(1) { left: 0; transform: scale(.82); }
  .p-solar-page__forest span:nth-child(2) { left: 55px; transform: scale(1); }
  .p-solar-page__forest span:nth-child(3) { left: 118px; transform: scale(.88); }
  .p-solar-page__forest span:nth-child(4) { left: 184px; transform: scale(.98); }
  .p-solar-page__forest span:nth-child(5) { left: 246px; transform: scale(.9); }

  .p-solar-page__forest i {
    position: absolute;
    left: 230px;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffd21b;
    box-shadow: 0 0 0 8px rgba(255, 210, 27, .35);
  }

  .p-solar-page__description {
    margin: 28px 0 0;
    font-size: clamp(20px, 2vw, 25px);
    font-weight: 600;
    line-height: 1.55;
  }

  .p-solar-page__message {
    position: relative;
    margin: 66px 0 70px;
    color: #96504c;
    text-align: center;
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 600;
    line-height: 1.65;
  }

  .p-solar-page__message::after {
    content: "";
    position: absolute;
    right: 65px;
    top: -54px;
    width: 190px;
    height: 160px;
    border-radius: 50%;
    background:
      radial-gradient(circle at 40% 50%, rgba(232, 116, 76, .18) 0 20%, transparent 22%),
      radial-gradient(circle at 68% 32%, rgba(232, 116, 76, .14) 0 18%, transparent 20%),
      radial-gradient(circle at 80% 70%, rgba(232, 116, 76, .12) 0 9%, transparent 11%);
    opacity: .8;
    pointer-events: none;
  }

  @media (max-width: 767px) {
    .p-static-visual-header h1 {
      margin-left: 64px;
    }

    .p-static-visual-header__inner::after {
      right: 120px;
    }

    .p-solar-page__intro {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .p-solar-page__forest {
      transform: scale(.82);
      transform-origin: left top;
    }

    .p-solar-page__message {
      text-align: left;
    }
  }
  .sec-staff-01 {
    overflow: hidden;
    padding-bottom: 160px;
    background:
      radial-gradient(circle at 8% 18%, rgba(208, 239, 246, .55), transparent 20%),
      radial-gradient(circle at 92% 78%, rgba(215, 246, 249, .5), transparent 22%),
      linear-gradient(115deg, rgba(245, 253, 255, .9), #fff 45%, rgba(241, 253, 255, .95));
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  }

  .staff-heading {
    margin-top: 20px;
    background: linear-gradient(90deg, rgba(221, 245, 252, .98), rgba(239, 250, 253, .86));
    /* border-bottom: 1px solid #334e8a; */
  }

  .staff-heading__inner {
    position: relative;
    width: min(1140px, calc(100% - 40px));
    height: 62px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }



  .staff-heading h2 {
    margin: 0 0 0 210px;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 500;
    letter-spacing: 0;
  }

  .staff-wrapper {
    width: min(1060px, calc(100% - 40px));
    margin: 58px auto 0;
  }

  .staff-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 70px;
    row-gap: 62px;
  }

  .staff-card {
    position: relative;
    min-height: 340px;
  }

  .staff-card__image {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 300px;
    height: 300px;
    margin: 0;
    border: 1px solid rgba(20, 40, 70, .45);
    border-radius: 50%;
    overflow: hidden;
    background: #e5f7ff;
  }

  .staff-card__image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background: rgba(229, 247, 255, .88);
    pointer-events: none;
  }

  .staff-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .staff-card__name {
    position: absolute;
    z-index: 3;
    left: 50px;
    top: 237px;
    width: 200px;
    text-align: center;
    color: #111;
    font-size: 21px;
    line-height: 1.28;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
  }

  .staff-card__name p {
    margin: 0;
  }

  .staff-card__profile {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 132px;
    width: 245px;
    min-height: 210px;
    padding: 20px 30px 18px 96px;
    border: 1px solid rgba(30, 30, 30, .45);
    background: rgba(255, 255, 255, .32);
  }

  .staff-card__profile::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -12px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(120, 120, 120, .26);
    pointer-events: none;
  }

  .staff-card__profile dl {
    margin: 0;
  }

  .staff-card__profile dt {
    color: #1f3b8c;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
  }

  .staff-card__profile dd {
    margin: 4px 0 18px;
    text-align: right;
    color: #111;
    font-size: 22px;
    line-height: 1.25;
  }

  .staff-card__profile dd:last-child {
    margin-bottom: 0;
  }

  @media (max-width: 1060px) {
    .staff-list {
      grid-template-columns: 1fr;
    }

    .staff-card {
      width: min(540px, 100%);
      margin: 0 auto;
    }
  }

  @media (max-width: 560px) {
    .staff-heading h2 {
      margin-left: 64px;
    }

    .staff-heading__inner::after {
      right: 120px;
    }

    .staff-card {
      min-height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 14px;
    }

    .staff-card__image,
    .staff-card__name,
    .staff-card__profile {
      position: static;
    }

    .staff-card__image {
      width: min(300px, 78vw);
      height: min(300px, 78vw);
    }

    .staff-card__name {
      width: auto;
      margin-top: -72px;
      padding: 8px 18px;
      background: rgba(229, 247, 255, .88);
      border-radius: 4px;
    }

    .staff-card__profile {
      width: min(330px, 100%);
      min-height: 0;
      padding: 20px 26px;
    }
  }

/* single-property.php gallery: main image + 2-column vertical thumbnails */

.p-single-property-header-image {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 16px;
  align-items: start;
}

.p-single-property-header-image-main {
  overflow: hidden;
}

.p-single-property-header-image-main img {
  width: 100%;
  aspect-ratio: 760 / 470;
  object-fit: cover;
  display: block;
}

.p-single-property-header-image-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 470px;
  overflow-y: auto;
  padding-right: 2px;
}

.p-single-property-header-image-nav-item {
  aspect-ratio: 1 / 1;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
  background: #f5f5f5;
}

.p-single-property-header-image-nav-item.is-active {
  border-color: #1f3b8c;
}

.p-single-property-header-image-nav-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .p-single-property-header-image {
    grid-template-columns: 1fr;
  }

  .p-single-property-header-image-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-height: none;
    overflow-y: visible;
  }
}

/* ==================================================
   お問い合わせ
================================================== */

.contact-wrapper {
    padding: 60px 20px 100px;
}

.contact-description {
    margin-bottom: 45px;
    padding: 25px 30px;
    background: #f5f7f4;
    font-size: 15px;
    line-height: 2;
}

.contact-description p {
    margin: 0 0 1em;
}

.contact-description p:last-child {
    margin-bottom: 0;
}

.contact-description a {
    color: #397031;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact-description a:hover {
    text-decoration: none;
}

/* フォームテーブル
-------------------------------------------------- */

.contact-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.inq {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
}

.inq th,
.inq td {
    padding: 25px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

.inq th {
    width: 250px;
    background: #f5f5f5;
    color: #333;
    font-size: 15px;
    text-align: left;
}

.inq td {
    background: #fff;
}

.field-title {
    display: inline-block;
}

.required,
.optional {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: 2px;
}

.required {
    background: #b54a4a;
}

.optional {
    background: #777;
}

/* 入力項目
-------------------------------------------------- */

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    max-width: 100%;
    padding: 11px 13px;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    color: #333;
    font: inherit;
    line-height: 1.5;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
    border-color: #4d7844;
    outline: none;
    box-shadow: 0 0 0 3px rgb(77 120 68 / 12%);
}

.contact-form textarea {
    display: block;
    width: 100%;
    min-height: 180px;
    resize: vertical;
}

.contact-form .w-20 {
    width: 200px;
}

.contact-form .w-40 {
    width: 400px;
}

.contact-form .w-80 {
    width: 100%;
}

.postal-code {
    display: flex;
    align-items: center;
    gap: 8px;
}

.address-field {
    margin-top: 12px;
}

/* ラジオボタン
-------------------------------------------------- */

.contact-form .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px;
}

.contact-form .wpcf7-list-item {
    margin: 0;
}

.contact-form .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.contact-form input[type="radio"],
.contact-form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #4d7844;
}

/* 同意欄
-------------------------------------------------- */

.contact-acceptance {
    margin-top: 35px;
    text-align: center;
}

.contact-acceptance .wpcf7-list-item {
    margin: 0;
}

.contact-acceptance label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.contact-acceptance a {
    color: #397031;
    text-decoration: underline;
}

/* 送信ボタン
-------------------------------------------------- */

.contact-buttons {
    margin-top: 30px;
    text-align: center;
}

.contact-form .sendbutton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(280px, 100%);
    min-height: 58px;
    padding: 12px 30px;
    border: 1px solid #4d7844;
    border-radius: 0;
    background: #4d7844;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.contact-form .sendbutton:hover {
    background: #fff;
    color: #4d7844;
}

.contact-form .sendbutton:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

/* Contact Form 7 メッセージ
-------------------------------------------------- */

.contact-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 6px;
    color: #b00020;
    font-size: 13px;
}

.contact-form .wpcf7-not-valid {
    border-color: #b00020;
}

.contact-form .wpcf7-response-output {
    margin: 30px 0 0;
    padding: 15px 20px;
    border-width: 1px;
    text-align: center;
}

.contact-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #4d7844;
    background: #f1f7ef;
}

.contact-form .wpcf7-spinner {
    display: block;
    margin: 15px auto 0;
}

/* 戻るボタン
-------------------------------------------------- */

.contact-back {
    margin-top: 45px;
    text-align: center;
}

.back-button {
    padding: 8px 5px;
    border: 0;
    border-bottom: 1px solid #777;
    background: transparent;
    color: #555;
    font-size: 14px;
    cursor: pointer;
}

.back-button:hover {
    color: #4d7844;
    border-color: #4d7844;
}

/* スマートフォン
-------------------------------------------------- */

@media (max-width: 767px) {
    .contact-wrapper {
        padding: 40px 15px 70px;
    }

    .contact-description {
        margin-bottom: 30px;
        padding: 20px;
        font-size: 14px;
        line-height: 1.8;
    }

    .contact-description br {
        display: none;
    }

    .inq,
    .inq tbody,
    .inq tr,
    .inq th,
    .inq td {
        display: block;
        width: 100%;
    }

    .inq tr {
        border-bottom: 1px solid #ddd;
    }

    .inq th,
    .inq td {
        border-bottom: 0;
    }

    .inq th {
        padding: 15px;
    }

    .inq td {
        padding: 18px 15px 22px;
    }

    .contact-form .w-20,
    .contact-form .w-40,
    .contact-form .w-80 {
        width: 100%;
    }

    .postal-code {
        align-items: center;
    }

    .postal-code .wpcf7-form-control-wrap {
        flex: 1;
    }

    .contact-form .wpcf7-radio {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 425px) {
	.box-column2-02 > .inner-r .img-box .img {
    width: 100%;
}
	.box-column2-02 > .inner-l {padding: 0;}
	.staff-card__image::after {
    background: none;
}
}