@charset "UTF-8";
.breadcrumb {
  background: #3E2424;
  margin-bottom: 0;
}
.breadcrumb_wrap {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .breadcrumb_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 810px) {
  .breadcrumb_wrap {
    width: 90%;
  }
}
.breadcrumb_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 810px) {
  .breadcrumb_wrap ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.breadcrumb_wrap ul li,
.breadcrumb_wrap ul a {
  color: #fff;
  font-size: 13px;
}
.breadcrumb_wrap ul li {
  padding-right: 1.9em;
  position: relative;
}
.breadcrumb_wrap ul li::before {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  position: absolute;
  background-size: contain;
  display: inline-block;
  background-image: url(assets/images/common/arrow_wht-2.svg);
  position: absolute;
  right: 10px;
  top: 54%;
  transform: translateY(-50%);
}
.breadcrumb_wrap ul li:last-of-type::before {
  display: none;
}
.breadcrumb_wrap ul li span {
  color: #fff;
}
@media screen and (max-width: 810px) {
  .breadcrumb_wrap ul li {
    white-space: nowrap;
  }
}

#mw_wp_form_mw-wp-form-12 p {
  font-size: 16px;
}
#mw_wp_form_mw-wp-form-12 p:last-of-type {
  margin-bottom: 0;
}

.mw_wp_form_preview form p:nth-of-type(even) {
  border-bottom: 1px dotted #d0d0d0;
  padding-bottom: 20px;
}

.form_item input {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item .red_text {
  font-size: 14px;
}

.form_item_button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 810px) {
  .form_item_button {
    margin-top: 24px;
  }
}
.form_item_button input {
  border: none;
  background: #E07130;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  width: 140px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 810px) {
  .form_item_button input {
    width: 110px;
  }
}
.form_item_button input:hover {
  opacity: 0.8;
}
.form_item_button input:nth-of-type(2) {
  margin-left: 20px;
}

.home_button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.home_button a {
  display: block;
  border: none;
  text-decoration: none;
  background: #E07130;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  width: 160px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.home_button a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 811px) and (max-width: 1099px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 810px) {
  .card_item {
    margin-bottom: 40px;
  }
  .card_item:last-of-type {
    margin-bottom: 0;
  }
}
.card_item figure {
  margin: 0;
}
.card_item figure img {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-body {
  padding: 2rem 1rem;
}

.card_title {
  font-size: 16px;
  margin-bottom: 1rem;
}

.card_text {
  margin-bottom: 1rem;
}
@media screen and (max-width: 810px) {
  .card_text {
    margin-bottom: 2rem;
  }
}

.blog_post_date {
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}

.card_button a {
  width: 80%;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: #3E2424;
}
@media screen and (max-width: 810px) {
  .card_button a {
    width: 200px;
  }
}

.d_flex {
  display: flex;
}

.justify_center {
  justify-content: center;
}

.justify_between {
  justify-content: space-between;
}

.justify_around {
  justify-content: space-around;
}

.align_items_center {
  align-items: center;
}

@media screen and (max-width: 810px) {
  .sm_order1 {
    order: 1;
  }
}

@media screen and (max-width: 810px) {
  .sm_order2 {
    order: 2;
    margin-top: 30px;
  }
}

.btn01 {
  margin-top: 40px;
}
.btn01 a {
  color: #fff;
  width: 300px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #3E2424;
}
@media screen and (max-width: 810px) {
  .btn01 a {
    width: 80%;
  }
}

.pagination {
  margin-top: 40px;
  justify-content: center;
}
.pagination a {
  color: #3E2424;
}
.pagination .page-numbers {
  margin: 0 10px;
}
.pagination .current {
  border-bottom: 1px solid #3E2424;
}

.loading {
  background: linear-gradient(155deg, rgb(255, 255, 255) 30%, rgb(246, 251, 237) 72%, rgb(238, 245, 223) 100%);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

.loading div {
  position: fixed;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: clamp(160px, 13vw, 200px);
}

#elevator_nav {
  position: fixed;
  right: 0;
  top: 45%;
  padding: 30px 10px 30px 0;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  #elevator_nav {
    background: none;
    right: 1%;
  }
}
@media screen and (max-width: 810px) {
  #elevator_nav {
    display: none;
  }
}
#elevator_nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
}
#elevator_nav ul::after {
  content: "";
  position: absolute;
  border-left: 1px solid #AE8A5A;
  height: 180px;
  top: 10px;
  left: 11px;
  z-index: 0;
}
#elevator_nav ul li {
  margin-bottom: 25px;
}
#elevator_nav ul li:last-of-type {
  margin-bottom: 0;
  font-size: 13px;
}
#elevator_nav ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
#elevator_nav ul li a::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #fff;
  width: 24px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
#elevator_nav ul li a span {
  font-size: 13px;
}

.current::before {
  color: #E07130 !important;
  font-size: 16px !important;
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

* {
  color: #3E2424;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0.15em;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}

p,
span,
a,
li,
table,
label,
dt,
dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 0;
  margin: 0;
  font-size: clamp(14px, 0.9vw, 18px);
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 810px) {
  p,
  span,
  a,
  li,
  table,
  label,
  dt,
  dd {
    font-size: clamp(13px, 4vw, 16px);
  }
}

li {
  list-style: none;
}

.br {
  line-height: 1.2 !important;
  display: none;
}
.br.-pc {
  display: block;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .br.-pc {
    display: none;
  }
}
@media screen and (max-width: 810px) {
  .br.-pc {
    display: none;
  }
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .br.-md {
    display: block;
  }
}
@media screen and (max-width: 810px) {
  .br.-sp {
    line-height: 1.2 !important;
    display: block;
  }
}

/*
Theme Name : design_template
*/
* {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  font-feature-settings: "palt";
  font-weight: inherit;
}

html {
  height: 100%;
}
@media screen and (max-width: 810px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
}

body {
  background: #FBFAEE;
  counter-reset: number;
}

img {
  width: 100%;
}

h2, h3, h4 {
  margin: 0;
}

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

a:hover {
  opacity: 0.7;
}

.contents_wrapper {
  overflow: hidden;
  margin-left: auto;
  width: calc(100% - clamp(300px, 20vw, 380px));
  position: relative;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1099px) {
  .contents_wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  body {
    min-width: initial;
  }
}
*, ::after, ::before {
  box-sizing: border-box;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@media screen and (max-width: 1099px) {
  .header {
    position: absolute;
    width: 100%;
  }
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .header {
    height: 140px;
  }
}
@media screen and (max-width: 810px) {
  .header {
    height: 110px;
  }
}
.header a,
.header p,
.header span {
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
.header_pc {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: clamp(300px, 20vw, 380px);
  z-index: 10;
  padding: 5% 3% 15%;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .header_pc {
    display: none;
  }
}
.header_logo {
  display: inline-block;
  width: clamp(140px, 8.6vw, 165px);
  margin: 0 auto clamp(25px, 2.3vw, 45px);
}
@media screen and (max-width: 1099px) {
  .header_logo::after {
    display: none;
  }
}
.header_logo.-resp {
  display: none;
}
@media screen and (max-width: 1099px) {
  .header_logo.-resp {
    display: inline-block;
    margin-left: 5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .header_logo.-resp {
    width: 140px;
  }
}
@media screen and (max-width: 810px) {
  .header_logo.-resp {
    width: 110px;
  }
}
.header_nav {
  margin-bottom: clamp(40px, 3.1vw, 60px);
}
.header_item a {
  font-size: clamp(17px, 1.1vw, 20px);
  line-height: 1.5;
  margin-bottom: 1em;
  display: inline-block;
  position: relative;
}
.header_item a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 3em;
  height: 0.15em;
  bottom: -0.3em;
  background: #E07130;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.header_item a:hover {
  color: #E07130;
  opacity: 1;
}
.header_item a:hover:after {
  transform: scale(1, 1);
}
.header_tel a {
  font-size: clamp(25px, 1.6vw, 30px);
  font-weight: 900;
  line-height: 1.5;
  justify-content: center;
  display: flex;
  align-items: center;
}
.header_tel a:before {
  background-image: url(assets/images/common/tell_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  content: "";
  width: clamp(20px, 1.1vw, 22px);
  aspect-ratio: 0.75/1;
}
.header_tel span {
  display: block;
  font-size: clamp(13px, 0.8vw, 15px);
  color: #7D7D7D;
  line-height: 1;
  margin-bottom: 0.5em;
}
.header_address {
  font-size: clamp(15px, 0.9vw, 18px);
  margin-bottom: 1.7em;
}
#drawer {
  display: none;
  /* :::::: toggle button :::::: */
  /* :::::: drawer menu :::::: */
}
@media screen and (max-width: 1099px) {
  #drawer {
    position: fixed;
    background: #E07130;
    right: 0;
    z-index: 11;
    display: block;
    border-radius: 5em;
  }
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  #drawer {
    padding: 45px;
    top: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 810px) {
  #drawer {
    padding: 30px;
    top: 25px;
    right: 15px;
  }
}
#drawer label {
  cursor: pointer;
  position: absolute;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  #drawer label {
    scale: 0.95;
    top: 50px;
    right: 45px;
  }
}
@media screen and (max-width: 810px) {
  #drawer label {
    scale: 0.8;
    top: 35px;
    right: 20px;
  }
}
#drawer #navTgl:checked ~ .contents_wrapper {
  transform: translateX(-250px);
}
#drawer #navTgl {
  display: none;
}
#drawer .open {
  z-index: 999;
  position: inherit;
  width: 48px;
  height: 48px;
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .open::before,
#drawer .open::after {
  content: "";
}
#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10%;
  width: 40px;
  border-bottom: 3.5px solid #fff;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .open::before {
  transform: translateY(-13px);
}
#drawer .open::after {
  transform: translateY(13px);
  width: 25px;
}
#drawer #navTgl:checked + .open span {
  transform: scaleX(0);
}
#drawer #navTgl:checked + .open::before {
  transform: rotate(45deg);
  border-bottom: 3.5px solid #E07130;
}
#drawer #navTgl:checked + .open::after {
  transform: rotate(-45deg);
  border-bottom: 3.5px solid #E07130;
  width: 40px;
}
#drawer .menu {
  z-index: 15;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  background: #F1F1E4;
}
#drawer .menu.menu-is-open {
  opacity: 1;
  visibility: visible;
}
#drawer #navTgl:checked ~ .menu {
  transform: none;
}
#drawer .header_nav {
  margin-bottom: 0;
}
#drawer .header_nav ul {
  text-align: center;
}
#drawer .header_nav ul .header_logo {
  margin-bottom: 35px;
}
#drawer .header_item a {
  margin-bottom: 1.3em;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  #drawer .header_item a {
    font-size: clamp(20px, 2vw, 22px);
  }
}
@media screen and (max-width: 810px) {
  #drawer .header_item a {
    font-size: clamp(15px, 4.5vw, 18px);
  }
}
#drawer .header_MenuWrap {
  position: relative;
  background: #F9F3D6;
  padding: min(16vw, 60px) 0;
}
#drawer .header_BgImg {
  position: absolute;
}
@media screen and (max-width: 1099px) {
  #drawer .header_BgImg.-top {
    width: clamp(40px, 14.6vw, 55px);
    aspect-ratio: 2.2/1;
    top: 5%;
    left: 5%;
  }
}
@media screen and (max-width: 1099px) {
  #drawer .header_BgImg.-mid {
    width: clamp(50px, 16vw, 60px);
    aspect-ratio: 1.1/1;
    top: 45%;
    right: 5%;
  }
}
@media screen and (max-width: 1099px) {
  #drawer .header_BgImg.-btm {
    width: clamp(40px, 33.3vw, 125px);
    aspect-ratio: 1/1;
    bottom: 15%;
    left: 1%;
  }
}
#drawer .header_InfoWrap {
  background: #F1F1E4;
  padding: clamp(25px, 13.3vw, 50px) 0 clamp(40px, 21.3vw, 80px);
  text-align: center;
}
#drawer .header_tel {
  display: inline-block;
  scale: 1.4;
}
@media screen and (max-width: 810px) {
  #drawer .header_tel {
    scale: 1.1;
  }
}
#drawer .header_address {
  font-size: clamp(15px, 4.8vw, 18px);
  margin: 0.1em 0 2em;
}
#drawer .header_cta {
  scale: 1.3;
  display: inline-block;
}
@media screen and (max-width: 810px) {
  #drawer .header_cta {
    scale: 1;
  }
}

.footer {
  position: relative;
}
.footer_heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #E07130;
  font-size: clamp(20px, 1.3vw, 25px);
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.footer_heading:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1em;
  z-index: -1;
  border-radius: 0.2em;
  background: #fff;
}
.footer_nav {
  width: 80%;
}
.footer_nav ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
@media screen and (max-width: 810px) {
  .footer_nav ul {
    flex-direction: column;
  }
}
.footer_item {
  margin-bottom: 1.5%;
}
.footer_item a {
  letter-spacing: 0.15em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(16px, 1vw, 20px);
}
.footer_copy {
  right: -5%;
  bottom: 30%;
  transform: rotate(-90deg);
  position: absolute;
  letter-spacing: 0.15em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #E07130;
  font-size: clamp(13px, 1vw, 20px);
}
@media screen and (max-width: 810px) {
  .footer_copy {
    right: -55px;
    bottom: 110px;
  }
}

.inner {
  margin: 0 auto;
  width: 94%;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .inner {
    width: 95%;
  }
}
@media screen and (max-width: 810px) {
  .inner {
    width: 90%;
  }
}
.inner.-LeftSpace {
  width: 100%;
  margin-left: clamp(30px, 3%, 50px);
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .inner.-LeftSpace {
    margin-left: 5%;
  }
}
@media screen and (max-width: 810px) {
  .inner.-LeftSpace {
    margin-left: auto;
    width: 90%;
  }
}
@media screen and (max-width: 810px) {
  .inner.-flow {
    margin-left: auto;
    margin-right: 0;
    width: 95%;
  }
}
.inner.-small {
  width: 80%;
}
@media screen and (max-width: 810px) {
  .inner.-small {
    width: 90%;
  }
}

.btn {
  position: relative;
  transition: 0.5s;
  display: inline-block;
}
.btn::before {
  content: "";
  width: clamp(26px, 1.6vw, 30px);
  aspect-ratio: 1;
  position: absolute;
  background-size: contain;
  display: inline-block;
  transition: 0.4s;
  top: 50%;
  transform: translateY(-50%);
}
.btn p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: clamp(17px, 1.3vw, 25px);
  letter-spacing: 0.15em;
  line-height: 1.3;
  transition: 0.4s;
}
.btn.-primary {
  width: clamp(215px, 15vw, 290px);
  border-radius: 2em;
  text-align: center;
}
.btn.-primary::before {
  background-image: url(assets/images/common/arrow_wht.svg);
  right: 1.2em;
}
.btn.-primary:hover {
  opacity: 1;
}
.btn.-primary:hover:before {
  right: 0.9em;
}
.btn.-primary p {
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1.3;
  padding: 0.6em 0;
}
.btn.-primary.-red {
  border: 2px solid #E07130;
  background: #E07130;
}
.btn.-primary.-red:hover {
  background: #fff;
  border: 2px solid #E07130;
}
.btn.-primary.-red:hover p {
  color: #E07130;
}
.btn.-primary.-red:hover::before {
  background-image: url(assets/images/common/arrow_red.svg);
}
.btn.-primary.-blk {
  border: 2px solid #3E2424;
  background: #3E2424;
}
.btn.-primary.-blk:hover {
  background: #fff;
  border: 2px solid #3E2424;
}
.btn.-primary.-blk:hover p {
  color: #3E2424;
}
.btn.-primary.-blk:hover::before {
  background-image: url(assets/images/common/arrow_blk.svg);
}
.btn.-primary.-wht {
  border: 2px solid #E07130;
  background: #fff;
}
.btn.-primary.-wht p {
  color: #E07130;
}
.btn.-primary.-wht::before {
  background-image: url(assets/images/common/arrow_red.svg);
}
.btn.-primary.-wht:hover {
  background: #E07130;
  border: 2px solid #E07130;
}
.btn.-primary.-wht:hover p {
  color: #fff;
}
.btn.-primary.-wht:hover::before {
  background-image: url(assets/images/common/arrow_wht.svg);
}
.btn.-primary.-back p {
  padding-left: 0.8em;
}
.btn.-primary.-back::before {
  right: auto;
  left: 1.5em;
  transform: translateY(-50%) rotate(-180deg);
}
.btn.-primary.-back:hover::before {
  right: auto;
  left: 1.2em;
}
.btn.-primary.-CtaForm {
  width: min(100%, 410px);
}
@media screen and (max-width: 810px) {
  .btn.-primary.-CtaForm {
    width: min(300px, 100%);
  }
}
.btn.-primary.-CtaForm p {
  font-size: clamp(15px, 1.3vw, 25px);
}
.btn.-primary.-CtaForm::before {
  width: clamp(20px, 1.6vw, 30px);
}
.btn.-secondary {
  padding-bottom: 5px;
}
.btn.-secondary p {
  padding-right: 1.8em;
}
.btn.-secondary::before {
  right: 0.2em;
  top: 45%;
}
.btn.-secondary:hover {
  opacity: 1;
}
.btn.-secondary:hover::before {
  right: 0;
}
.btn.-secondary.-blk {
  border-bottom: 2px solid #3E2424;
}
.btn.-secondary.-blk p {
  color: #3E2424;
}
.btn.-secondary.-blk::before {
  background-image: url(assets/images/common/arrow_blk.svg);
}
.btn.-secondary.-blk:hover {
  border-bottom: 2px solid #E07130;
}
.btn.-secondary.-blk:hover p {
  color: #E07130;
}
.btn.-secondary.-blk:hover::before {
  background-image: url(assets/images/common/arrow_red.svg);
}
.btn.-secondary.-red {
  border-bottom: 2px solid #E07130;
}
.btn.-secondary.-red p {
  color: #E07130;
}
.btn.-secondary.-red::before {
  background-image: url(assets/images/common/arrow_red.svg);
}
.btn.-secondary.-red:hover {
  border-bottom: 2px solid #3E2424;
}
.btn.-secondary.-red:hover p {
  color: #3E2424;
}
.btn.-secondary.-red:hover::before {
  background-image: url(assets/images/common/arrow_blk.svg);
}
.btn.-center {
  margin: 0 auto;
}
.btn_wrap {
  display: block;
  margin: 0 auto clamp(15px, 1vw, 20px);
}
.btn_wrap:last-child {
  margin-bottom: 0;
}
.btn_wrap.-TopSection {
  margin: 0;
  margin-top: clamp(15px, 1.6vw, 30px);
}
@media screen and (max-width: 810px) {
  .btn_wrap.-TopSection {
    margin-top: min(20px, 4.5%);
    text-align: center;
  }
}
.btn_wrap.-TopBlog {
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 810px) {
  .btn_wrap.-TopBlog {
    scale: 0.85;
  }
}
@media screen and (max-width: 810px) {
  .btn_wrap.-FtrCta {
    text-align: end;
  }
}
.btn_wrap.-center {
  text-align: center;
}
.btn.-center {
  margin: 0 auto;
}

.TtlLv1.-TopPrimary {
  font-size: clamp(27px, 2.1vw, 40px);
  margin-bottom: 1em;
}
@media screen and (max-width: 1099px) {
  .TtlLv1.-TopPrimary {
    font-size: min(25px, 6.6vw);
  }
}
.TtlLv1.-TopPrimary::after {
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #E07130;
  display: block;
  font-size: clamp(17px, 1.3vw, 25px);
}
@media screen and (max-width: 1099px) {
  .TtlLv1.-TopPrimary::after {
    font-size: min(15px, 4vw);
  }
}
.TtlLv1.-TopPrimary.-commitment::after {
  content: "Our Commitment";
}
.TtlLv1.-TopPrimary.-business::after {
  content: "Our Business";
}
.TtlLv1.-TopPrimary.-about::after {
  content: "About Us";
}
.TtlLv1.-TopPrimary.-partner::after {
  content: "Our Business Partner";
}
.TtlLv1.-TopSecondary {
  font-size: clamp(27px, 2.1vw, 40px);
  position: relative;
  padding-left: 1em;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 1099px) {
  .TtlLv1.-TopSecondary {
    font-size: min(25px, 6.6vw);
  }
}
@media screen and (max-width: 810px) {
  .TtlLv1.-TopSecondary {
    margin-bottom: 1em;
  }
}
.TtlLv1.-TopSecondary::before {
  left: 0;
  content: "";
  position: absolute;
  background-size: contain;
  display: inline-block;
  top: 55%;
  transform: translateY(-50%);
  background-image: url(assets/images/top/TopTtl_img.svg);
  width: clamp(21px, 1.6vw, 30px);
  aspect-ratio: 0.76/1;
}
@media screen and (max-width: 1099px) {
  .TtlLv1.-TopSecondary::before {
    width: min(22px, 5.9vw);
  }
}
.TtlLv1.-TopSecondary.-cta {
  padding-bottom: 0.5em;
  border-bottom: 2px dashed #7D7D7D;
  margin-bottom: 0.6em;
}
.TtlLv1.-TopSecondary.-cta::before {
  top: calc(55% - 0.24em);
}
.TtlLv1.-SubPage {
  display: inline-block;
  font-size: clamp(28px, 2.6vw, 50px);
  margin-bottom: 1.6em;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .TtlLv1.-SubPage {
    font-size: min(26px, 6.6vw);
  }
}
.TtlLv1.-SubPage:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.4em;
  width: clamp(20px, 2.6vw, 50px);
  height: 0.12em;
  border-radius: 3em;
  background: #E07130;
}
.TtlLv1.-SubPage::after {
  content: "";
  background-image: url(assets/images/subpage/SubTtl_img.svg);
  right: -1.5em;
  width: clamp(30px, 4.2vw, 80px);
  aspect-ratio: 1.5/1;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transition: 0.4s;
  top: 60%;
  transform: translateY(-50%);
}

.TtlLv2.-SubPrimary {
  color: #E07130;
  font-size: clamp(22px, 2.1vw, 40px);
  padding-bottom: 0.5em;
  border-bottom: 2px dashed #BFBFBF;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1099px) {
  .TtlLv2.-SubPrimary {
    font-size: min(25px, 6vw);
  }
}
.TtlLv2.-SubPrimary.-short {
  text-align: center;
  display: inline-block;
  padding: 0 0.3em 0.2em;
}
.TtlLv2.-SubPrimary.-FlowHeading {
  margin-bottom: 1.6em;
}
.TtlLv2.-SubSecondary {
  margin-bottom: 0.8em;
}
.TtlLv2.-SubSecondary span {
  letter-spacing: 0.15em;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #AE8A5A;
  font-size: clamp(22px, 2.1vw, 40px);
  position: relative;
  display: inline-block;
  line-height: 1.5;
}
@media screen and (max-width: 1099px) {
  .TtlLv2.-SubSecondary span {
    font-size: min(25px, 6vw);
  }
}
.TtlLv2.-SubSecondary span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.6em;
  z-index: -1;
  background: #fff;
}
.TtlLv2.-SubSecondary::before {
  margin-left: 0.1em;
  display: block;
  letter-spacing: 0.05em;
  color: #E07130;
  font-size: clamp(18px, 1.6vw, 30px);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  counter-increment: number 1;
  content: "0" counter(number);
}
.TtlLv2.-privacy {
  border: none;
  margin: 0.6em 0 0;
  font-size: clamp(21px, 1.6vw, 30px);
}
@media screen and (max-width: 1099px) {
  .TtlLv2.-privacy {
    font-size: min(25px, 6vw);
  }
}

.TtlLv3.-SubPrimary {
  color: #AE8A5A;
  font-size: clamp(21px, 1.6vw, 30px);
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1099px) {
  .TtlLv3.-SubPrimary {
    font-size: min(21px, 5.5vw);
  }
}
.TtlLv3.-SubPrimary.-partner {
  margin: 0.4em 0 0;
}
.TtlLv3.-SubPrimary.-requirement {
  text-align: center;
  margin-bottom: 0.5em;
}
.TtlLv3.-SubPrimary.-requirement:last-of-type {
  margin-top: 1em;
}
.TtlLv3.-privacy {
  font-size: clamp(17px, 1.3vw, 25px);
  margin: 0.6em 0 0;
}
@media screen and (max-width: 1099px) {
  .TtlLv3.-privacy {
    font-size: min(21px, 5.5vw);
  }
}

.table {
  margin: 0 auto;
  border-radius: clamp(10px, 0.7vw, 15px);
  padding: 6% 5%;
  background: hsla(0, 0%, 100%, 0.9);
  border: 3px solid #E07130;
}
@media screen and (max-width: 810px) {
  .table {
    padding: min(14%, 50px) 6% min(15%, 55px);
  }
}
.table_item {
  display: flex;
  border-bottom: 2px dashed #7D7D7D;
  padding-bottom: 0.5em;
  align-items: center;
  text-align: left;
  position: relative;
}
.table_item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 810px) {
  .table_item {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.table_ttl {
  width: 28%;
  display: flex;
  align-items: center;
  font-size: clamp(13px, 1vw, 20px);
  color: #AE8A5A;
}
@media screen and (max-width: 810px) {
  .table_ttl {
    width: 100%;
    margin-bottom: 5px;
    font-size: clamp(13px, 4vw, 16px);
    line-height: 1;
  }
}
.table_content, .table_content a {
  font-size: clamp(13px, 1vw, 20px);
  line-height: 1.5;
  width: 72%;
  margin: 0;
}
@media screen and (max-width: 810px) {
  .table_content, .table_content a {
    width: 100%;
    font-size: clamp(14px, 4vw, 16px);
  }
}
.table_content ul, .table_content a ul {
  padding-left: 0px;
}
.table_content ul li, .table_content a ul li {
  font-weight: normal;
  list-style: none;
}
@media screen and (max-width: 810px) {
  .table_content ul li, .table_content a ul li {
    font-size: 13px;
  }
}

article {
  position: relative;
}

@media screen and (max-width: 810px) {
  .article {
    padding-top: min(30%, 210px) !important;
  }
}
.article_single {
  padding: clamp(145px, 18.5vw, 260px) 0 clamp(88px, 7.8vw, 150px);
}
.article_ttl {
  font-size: min(3vw, 25px);
  font-weight: bold;
  margin-bottom: min(5vw, 40px);
  color: #E07130;
}
.article_tmb {
  margin-bottom: min(4.5vw, 30px);
}
.article_tmb img {
  height: min(40vw, 700px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
}
.article_cat {
  margin-bottom: 10px;
}
.article_date {
  margin-bottom: 0.5em;
}
.article_cont {
  margin-bottom: 2em;
}

.taxonomy_container {
  margin-top: 30px;
}
.taxonomy_box {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
.taxonomy_box:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 810px) {
  .taxonomy_box:not(:first-of-type) {
    margin-top: 1em;
  }
}
.taxonomy_box:last-of-type {
  margin-bottom: 5%;
}
@media screen and (max-width: 810px) {
  .taxonomy_box:last-of-type {
    margin-bottom: 10%;
  }
}
.taxonomy_box h3 {
  padding: 0 0 10px;
  margin-bottom: min(2vw, 20px);
  background-repeat: no-repeat;
  background-size: 100% 6%;
  background-position: bottom;
  color: #E07130;
  font-weight: bold;
  font-size: min(2.3vw, 25px);
  margin-bottom: 25px;
}
@media screen and (max-width: 810px) {
  .taxonomy_box h3 {
    font-size: min(4.3vw, 17px);
    padding-bottom: 0.5em;
    margin-bottom: 1em;
  }
}
.taxonomy_box p {
  font-size: min(2vw, 18px);
  font-weight: 500;
}
@media screen and (max-width: 810px) {
  .taxonomy_box p {
    font-size: min(3.7vw, 16px);
  }
}
.taxonomy_img {
  width: calc(50% - 1vw);
  display: inline-block;
}
@media screen and (max-width: 810px) {
  .taxonomy_img {
    width: calc(50% - 1vw);
  }
}
.taxonomy_img img {
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1em;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .taxonomy_img img {
    height: 25vw;
  }
}
@media screen and (max-width: 810px) {
  .taxonomy_img img {
    height: 30vw;
  }
}

.cta.-footer {
  background: url(assets/images/common/ftrCont_bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.cta.-SubPage {
  background: #F9F3D6;
}
.cta_wrap {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
@media screen and (max-width: 810px) {
  .cta_wrap {
    gap: min(5vw, 35px);
    flex-direction: column;
  }
}
.cta_card {
  background: #fff;
  border-radius: clamp(10px, 0.7vw, 15px);
  width: 48.5%;
  padding: 4% 3% 4.5%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 810px) {
  .cta_card {
    width: 100%;
    padding: min(14%, 50px) 6% min(15%, 55px);
  }
}
.cta_txt {
  flex-grow: 1;
}
.cta_txt.-SubPage {
  text-align: center;
  margin-bottom: 1.1em;
}
.cta_TtlBox {
  text-align: center;
}
.cta_bnr {
  background: #FBFAEE;
  display: flex;
  align-items: center;
  padding: 5%;
  border-radius: clamp(10px, 0.7vw, 15px);
}
@media screen and (max-width: 810px) {
  .cta_bnr {
    flex-direction: column;
    width: min(100%, 460px);
    margin: 0 auto;
    padding: min(14%, 50px) 6% min(15%, 55px);
  }
}
.cta_tel {
  border-right: 2px solid #BFBFBF;
  flex-grow: 1;
}
@media screen and (max-width: 810px) {
  .cta_tel {
    border-right: 0;
    border-bottom: 2px solid #BFBFBF;
    padding-bottom: 7%;
    width: 95%;
  }
}
.cta_tel a,
.cta_tel p,
.cta_tel span {
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
.cta_tel a {
  font-size: clamp(25px, 2.1vw, 40px);
  font-weight: 900;
  line-height: 1.5;
  justify-content: center;
  display: flex;
  align-items: center;
}
.cta_tel a:before {
  background-image: url(assets/images/common/tell_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  content: "";
  width: clamp(16px, 1.5vw, 30px);
  aspect-ratio: 0.75/1;
}
.cta_tel span {
  text-align: center;
  display: block;
  font-size: clamp(13px, 1vw, 20px);
  color: #7D7D7D;
  line-height: 1;
  margin-bottom: 0.5em;
}
.cta_form {
  margin-left: 7%;
  flex-grow: 1;
}
@media screen and (max-width: 810px) {
  .cta_form {
    text-align: center;
    padding-top: 10%;
    margin-left: 0;
    width: 100%;
  }
}

article {
  position: relative;
}
.pg_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 810px) {
  .pg_wrapper {
    padding: 0 5%;
  }
}
.pg_title {
  font-size: clamp(21px, 1.6vw, 30px);
  margin-bottom: 0.5em;
  color: #E07130 !important;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .pg_title {
    font-size: min(25px, 6.6vw);
  }
}
.pg_contents {
  background-color: #fff;
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 810px) {
  .pg_contents {
    padding: 50px 20px;
  }
}

.posts_item_list {
  display: flex;
  flex-wrap: wrap;
}
.posts_item_list .posts_item {
  margin-right: 20px;
  width: 100%;
}
.posts_item_list .posts_item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 810px) {
  .posts_item_list .posts_item {
    margin-bottom: 40px;
  }
}
.posts_item_list .posts_item a {
  display: block;
}
.posts_item {
  margin-bottom: 45px;
  padding-bottom: 20px;
}
.posts_item:last-of-type {
  margin-bottom: 0;
}
.posts_tmb {
  margin: 0;
}
.posts_tmb img {
  height: 180px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  width: 320px;
}
@media screen and (max-width: 810px) {
  .posts_tmb img {
    /* height: calc(((100vw - 40px) / 160) * 90); */
    width: 100%;
  }
}
.posts_date {
  color: #E07130;
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
}
.posts_ttl {
  margin-left: 0 !important;
  color: #E07130 !important;
}
.posts_cat span {
  border: 1px solid;
  color: #E07130;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 5px;
}

.no_post {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 810px) {
  .no_post {
    padding: 50px 20px 20px;
  }
  .home .no_post {
    margin-top: 20px;
    padding: 0 0 30px;
  }
}
.no_post h1 {
  font-size: 30px;
  margin: 0 0 50px;
  color: #E07130;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .no_post h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.posts_content {
  margin-top: 30px;
}
.posts_content iframe {
  width: 100%;
  margin-bottom: 30px;
}

.pg-blog .blog_tmb {
  margin: 0 0 15px 0;
}

.pg_single_title {
  margin: 0;
  color: #3E2424;
  margin-bottom: 0 !important;
  text-align: left;
}
.pg_single_cat {
  margin-bottom: min(4vw, 55px);
}
.pg_single_contents {
  padding: 110px 0 130px;
  position: relative;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .pg_single_contents {
    padding: 5% 0 15%;
  }
}
@media screen and (max-width: 810px) {
  .pg_single_contents {
    padding: 25% 0 26%;
  }
}
.pg_single_contents > .blog_tmb {
  margin-bottom: 30px;
}
.pg_single_contents > .blog_tmb img {
  height: min(60vw, 700px);
  width: 100%;
}
.pg_single_contents .breadcrumb_block {
  margin-bottom: 50px;
}

.pg-news .posts_item {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #7D7D7D;
}
.pg-news .posts_ttl {
  font-size: 20px;
  margin: 0;
}

.taxonomy_container {
  margin-top: 30px;
}
.taxonomy_container .taxonomy_box:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 810px) {
  .taxonomy_container .taxonomy_box:not(:first-of-type) {
    margin-top: 1em;
  }
}
.taxonomy_container .taxonomy_box:last-of-type {
  margin-bottom: 5%;
}
.taxonomy_container .taxonomy_box h3 {
  padding: 0 0 10px;
  margin-bottom: min(2vw, 20px);
  background: #E07130;
  background-repeat: no-repeat;
  background-size: 100% 6%;
  background-position: bottom;
  color: #E07130;
  font-weight: bold;
  font-size: min(2.3vw, 25px);
  margin-bottom: 25px;
}
@media screen and (max-width: 810px) {
  .taxonomy_container .taxonomy_box h3 {
    font-size: min(4.3vw, 17px);
    padding-bottom: 0.5em;
    margin-bottom: 1em;
  }
}
.taxonomy_container .taxonomy_box p {
  font-size: min(2vw, 18px);
  font-weight: 500;
}
@media screen and (max-width: 810px) {
  .taxonomy_container .taxonomy_box p {
    font-size: min(3.7vw, 16px);
  }
}

.wp-block-image {
  margin: 0 0 2em 0;
}
.wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.wp-block-buttons {
  justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 14px !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}
@media screen and (max-width: 810px) {
  .wp-block-button__link {
    width: 250px;
    font-size: 16px !important;
  }
}

.flow {
  margin-left: clamp(20px, 3%, 50px);
  position: relative;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .flow {
    margin-left: 5%;
  }
}
@media screen and (max-width: 810px) {
  .flow {
    margin-left: auto;
    width: 100%;
  }
}
.flow.-BtmSec {
  padding-bottom: clamp(60px, 5.7vw, 110px);
}
.flow_wrap {
  background: #F1F1E4;
  border-radius: clamp(15px, 1.5vw, 30px) 0 0 clamp(15px, 1.5vw, 30px);
  padding: clamp(35px, 4.7vw, 90px);
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .flow_wrap {
    margin-left: 5%;
  }
}
@media screen and (max-width: 810px) {
  .flow_wrap {
    margin-left: auto;
    width: 100%;
    padding: min(14%, 50px) 6% min(15%, 55px);
  }
}
.flow_txt.-lead {
  margin-bottom: 2.5em;
}
.flow_ItemWrap {
  counter-reset: number;
}
.flow_item {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.1vw, 40px);
  border-bottom: 2px dashed #BFBFBF;
  padding-bottom: 2.5%;
  margin-bottom: 2.5%;
}
.flow_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 810px) {
  .flow_item {
    flex-direction: column;
    gap: min(5vw, 35px);
    padding-bottom: min(10%, 45px);
    margin-bottom: min(10%, 45px);
  }
}
.flow_img {
  width: 45%;
}
@media screen and (max-width: 1099px) {
  .flow_img {
    width: 50%;
  }
}
@media screen and (max-width: 810px) {
  .flow_img {
    width: 100%;
  }
}
.flow_img img {
  border-radius: clamp(10px, 0.7vw, 15px);
  -o-object-fit: cover;
     object-fit: cover;
  height: min(20vw, 290px);
}
@media screen and (max-width: 810px) {
  .flow_img img {
    height: 50vw;
  }
}
.flow_TxtBox {
  width: calc(55% - clamp(20px, 2.1vw, 40px));
  position: relative;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .flow_TxtBox {
    width: calc(50% - clamp(20px, 2.1vw, 40px));
  }
}
@media screen and (max-width: 810px) {
  .flow_TxtBox {
    width: 100%;
  }
}
.flow_heading {
  color: #AE8A5A;
  font-size: clamp(21px, 1.6vw, 30px);
  position: relative;
  padding-left: calc(clamp(30px, 2.8vw, 53px) + 0.3em);
  margin-bottom: 0.8em;
}
@media screen and (max-width: 810px) {
  .flow_heading {
    font-size: min(21px, 5.5vw);
    padding-left: calc(min(27px, 7.2vw) + 0.3em);
  }
}
.flow_heading::after {
  position: absolute;
  counter-increment: number 1;
  content: "0" counter(number);
  font-size: clamp(20px, 1.45vw, 28px);
  letter-spacing: 0.05em;
  color: #AE8A5A;
  top: 50%;
  transform: translateY(-50%);
  left: 1.8%;
}
@media screen and (max-width: 810px) {
  .flow_heading::after {
    font-size: min(16px, 4.3vw);
    left: 0.35em;
  }
}
.flow_heading::before {
  position: absolute;
  content: "";
  background-image: url(assets/images/subpage/FlowTtl_img.svg);
  left: 0;
  width: clamp(30px, 2.8vw, 53px);
  aspect-ratio: 0.82/1;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transition: 0.4s;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 810px) {
  .flow_heading::before {
    width: min(27px, 7.2vw);
  }
}
.flow_BgImg {
  position: absolute;
}

/* Slider */
.slick-slider {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  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;
}

/* Slider */
/* Icons */
@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;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next: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: "←";
}

/* Dots */
.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:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus: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;
}

.blur_block01,
.blur_block01_delay,
.blur_block02,
.blur_block03,
.blur_block04,
.blur_block05 {
  opacity: 0;
  backface-visibility: hidden;
}

.is-show01 {
  animation: blur_animation01 0.7s ease-out both;
  animation-delay: 0.4s;
  transform: translate3d(20px, 0, 0);
}

.is-show01_delay {
  animation: blur_animation01 0.7s ease-out both;
  animation-delay: 1.8s;
  transform: translate3d(20px, 0, 0);
}

@keyframes blur_animation01 {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
.is-show02 {
  animation: blur_animation02 0.7s ease-out both;
  animation-delay: 0.4s;
  transform: translate3d(0, 20px, 0);
}

.is-show02_delay {
  animation: blur_animation02 0.7s ease-out both;
  animation-delay: 1.8s;
  transform: translate3d(0, 20px, 0);
}

@keyframes blur_animation02 {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
.is-show03 {
  animation: blur_animation01 0.7s ease-out both;
  animation-delay: 0.4s;
  transform: translate3d(-20px, 0, 0);
}

@keyframes blur_animation01 {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
@keyframes zoomOutMV {
  0% {
    transform: scale(1.15);
  }
  99.9%, to {
    transform: scale(1);
  }
}
.add-animation {
  animation: zoomOutMV 10s linear 0s normal both;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.25);
  }
  99.9%, to {
    transform: scale(1);
  }
}
.add-animation_section_image {
  animation: zoomOut 10s linear 0s normal both;
}

.left-mask01,
.left-mask02,
.left-mask03,
.left-mask04,
.left-mask05,
.left-mask06,
.left-mask07,
.left-mask08,
.left-mask09 {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
}

.is-show04.left-mask01,
.is-show04.left-mask02,
.is-show04.left-mask03,
.is-show04.left-mask04,
.is-show04.left-mask05,
.is-show04.left-mask06,
.is-show04.left-mask07,
.is-show04.left-mask08,
.is-show04.left-mask09 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
.is-show04.left-mask01 img,
.is-show04.left-mask02 img,
.is-show04.left-mask03 img,
.is-show04.left-mask04 img,
.is-show04.left-mask05 img,
.is-show04.left-mask06 img,
.is-show04.left-mask07 img,
.is-show04.left-mask08 img,
.is-show04.left-mask09 img {
  animation: zoomOutSection 10s linear 0s normal both;
}
@keyframes zoomOutSection {
  0% {
    transform: scale(1.25);
  }
  99.9%, to {
    transform: scale(1);
  }
}

.mv {
  width: 100%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .mv {
    width: 95%;
    margin: 0 0 0 auto;
  }
}
.mv_CopyArea {
  position: absolute;
  bottom: 5.5%;
  right: 4%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 810px) {
  .mv_CopyArea {
    right: 5%;
    bottom: -10.5%;
    height: 100%;
  }
}
@media screen and (max-width: 810px) {
  .mv_catch {
    display: flex;
    gap: 3%;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
.mv_catch span {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-size: clamp(28px, 2.6vw, 50px);
  letter-spacing: 0.1em;
  line-height: 1.9;
}
@media screen and (max-width: 810px) {
  .mv_catch span {
    border-radius: 4px;
    padding: 0.5em 0;
    writing-mode: vertical-rl;
    background: #fff;
    color: #AE8A5A;
    font-size: min(20px, 5.3vw);
  }
}
.mv_catch span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.3em;
  width: 100%;
  height: 0.13em;
  border-radius: 3em;
  background: #fff;
}
@media screen and (max-width: 810px) {
  .mv_catch span:before {
    display: none;
  }
}
.mv_SliderArea {
  width: 100%;
}
.mv_SliderArea .slick-slider .slick-track, .mv_SliderArea .slick-slider .slick-list {
  border-radius: 0 0 0 clamp(15px, 1.5vw, 30px);
}
.mv_TopImg {
  width: 100%;
  height: 90vh;
  border-radius: 0 0 0 clamp(15px, 1.5vw, 30px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .mv_TopImg {
    height: max(620px, 50vh);
  }
}
@media screen and (max-width: 810px) {
  .mv_TopImg {
    height: max(70vh, 560px);
  }
}

.TopBlog {
  background: #FBFAEE;
  position: relative;
}
.TopBlog_wrap {
  border-radius: clamp(10px, 0.7vw, 15px);
  padding: 5% 3% 6%;
  background: hsla(0, 0%, 100%, 0.9);
  border: 3px solid #E07130;
  width: 75%;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .TopBlog_wrap {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 810px) {
  .TopBlog_wrap {
    width: 100%;
    padding: min(13%, 45px) 5% min(14%, 50px);
  }
}
.TopBlog_BgImg {
  position: absolute;
  mix-blend-mode: multiply;
  width: clamp(350px, 28.6vw, 550px);
  aspect-ratio: 1.52/1;
  bottom: 0;
  right: 2%;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .TopBlog_BgImg {
    right: -9.5%;
    width: 35vw;
  }
}
@media screen and (max-width: 810px) {
  .TopBlog_BgImg {
    right: -1%;
    width: min(40vw, 210px);
    bottom: auto;
    top: 0;
  }
}
.TopBlog_HeadArea {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.TopBlog_ListDate {
  font-size: clamp(13px, 0.78vw, 15px);
  font-family: serif;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #7D7D7D;
  margin-bottom: 0.7em;
}
.TopBlog_ListTtl {
  font-size: clamp(16px, 1.1vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  padding-bottom: 1em;
  border-bottom: 2px dashed #7D7D7D;
}
.TopBlog_txt.-NoPost {
  text-align: center;
}

.TopWorks {
  background: url(assets/images/top/works_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding: 175px 0 90px;
}
@media screen and (max-width: 810px) {
  .TopWorks {
    padding: 135px 0 70px;
  }
}
.TopWorks:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  right: 0;
  height: 460px;
}
@media screen and (max-width: 810px) {
  .TopWorks:before {
    height: 530px;
  }
}
.TopWorks_TtlBox {
  text-align: center;
}
@media screen and (max-width: 810px) {
  .TopWorks_TtlBox {
    margin-bottom: 40px;
  }
}
.TopWorks_CardWrap {
  display: flex;
  justify-content: space-between;
  gap: min(1.5vw, 20px);
}
@media screen and (max-width: 810px) {
  .TopWorks_CardWrap {
    flex-direction: column;
    margin-bottom: 25px;
    gap: min(4.5vw, 20px);
  }
}
.TopWorks_card {
  width: calc(33.3333333333% - 10px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 810px) {
  .TopWorks_card {
    display: flex;
    width: 100%;
  }
}
.TopWorks_card:hover {
  transform: translateY(-1.2em);
}
.TopWorks_PostTmb {
  width: auto;
  margin: 0;
  margin-bottom: min(35px, 1.8vw);
}
@media screen and (max-width: 810px) {
  .TopWorks_PostTmb {
    width: 35%;
    margin-bottom: 0;
  }
}
.TopWorks_PostTmb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  /* width: auto; */
  aspect-ratio: 1.07/1;
  border-radius: 0.5rem;
}
@media screen and (max-width: 810px) {
  .TopWorks_PostTmb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0.4em;
  }
}
.TopWorks_PostInfo {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 810px) {
  .TopWorks_PostInfo {
    width: 65%;
    padding: 30px 0;
    padding-left: 4%;
  }
}
.TopWorks_PostDate {
  font-size: clamp(18px, 1.1vw, 20px);
  line-height: 1;
  font-weight: 900;
  color: #AE8A5A;
}
@media screen and (max-width: 810px) {
  .TopWorks_PostDate {
    font-size: clamp(17px, 3vw, 23px);
    margin-bottom: 2%;
  }
}
.TopWorks_PostName {
  font-size: clamp(28px, 1.8vw, 35px);
  font-weight: 800;
  flex-grow: 1;
}
@media screen and (max-width: 810px) {
  .TopWorks_PostName {
    line-height: 1.3;
    font-size: clamp(20px, 3.6vw, 25px);
  }
}
.TopWorks_CatArea {
  display: flex;
  gap: min(1vw, 10px);
}
.TopWorks_CatTag {
  font-size: clamp(18px, 1.1vw, 20px);
  padding: 0.4em 0.6em;
  border-radius: 3em;
  line-height: 1;
  color: #613D2D;
  background: #F6E6B2;
}
@media screen and (max-width: 810px) {
  .TopWorks_CatTag {
    font-size: clamp(17px, 3vw, 23px);
    margin-bottom: 0.5em;
  }
}

.TopCommitment {
  background: url(assets/images/top/TopCommitment_bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.TopCommitment_wrap {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 810px) {
  .TopCommitment_wrap {
    flex-direction: column;
    gap: min(40px, 10.5vw);
  }
}
.TopCommitment_TxtBox {
  width: 40%;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .TopCommitment_TxtBox {
    width: 45%;
  }
}
@media screen and (max-width: 810px) {
  .TopCommitment_TxtBox {
    width: 100%;
  }
}
.TopCommitment_img {
  width: calc(60% - clamp(20px, 2.1vw, 40px));
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .TopCommitment_img {
    width: calc(55% - clamp(20px, 2.1vw, 40px));
  }
}
@media screen and (max-width: 810px) {
  .TopCommitment_img {
    width: 88%;
  }
}
.TopCommitment_img img {
  border-radius: clamp(10px, 0.7vw, 15px) 0 0 clamp(10px, 0.7vw, 15px);
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .TopCommitment_img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: min(65vw, 550px);
  }
}
@media screen and (max-width: 810px) {
  .TopCommitment_img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 50vw;
    border-radius: clamp(10px, 0.7vw, 15px);
  }
}

.TopBusiness {
  background: url(assets/images/top/TopBusiness_bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.TopBusiness_wrap {
  position: relative;
}
.TopBusiness_EggTxt {
  position: absolute;
  left: clamp(30px, 3%, 50px);
  bottom: 0;
}
@media screen and (max-width: 1099px) {
  .TopBusiness_EggTxt {
    display: none;
  }
}
.TopBusiness_EggIntro {
  font-size: clamp(14px, 0.9vw, 18px);
  margin-bottom: 0.1em;
  line-height: 1.3;
}
.TopBusiness_EggName {
  position: relative;
  font-size: clamp(25px, 2.1vw, 40px);
  line-height: 1.5;
  color: #E07130;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
.TopBusiness_EggName:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.3em;
  width: 100%;
  height: 0.13em;
  border-radius: 3em;
  background: #F9F3D6;
}
.TopBusiness_TxtBox {
  background: hsla(55, 62%, 96%, 0.85);
  width: 45%;
  margin: 0 auto;
  margin-right: clamp(30px, 3%, 50px);
  border-radius: clamp(10px, 0.7vw, 15px);
  padding: 5% 3% 6%;
}
@media screen and (max-width: 1099px) {
  .TopBusiness_TxtBox {
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 810px) {
  .TopBusiness_TxtBox {
    width: 90%;
    padding: min(14%, 50px) 6% min(15%, 55px);
  }
}

.TopAbout {
  background: #F1F1E4;
  position: relative;
}
.TopAbout_BgImg {
  position: absolute;
}
.TopAbout_BgImg.-top {
  width: clamp(90px, 7.9vw, 150px);
  aspect-ratio: 1.18/1;
  top: 5%;
  left: 5%;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .TopAbout_BgImg.-top {
    width: 10vw;
    top: 4%;
  }
}
@media screen and (max-width: 810px) {
  .TopAbout_BgImg.-top {
    width: min(18vw, 90px);
    left: auto;
    top: 3%;
    right: 5%;
  }
}
.TopAbout_BgImg.-bottom {
  width: clamp(160px, 14.9vw, 230px);
  aspect-ratio: 1.64/1;
  bottom: 7.5%;
  right: 5%;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .TopAbout_BgImg.-bottom {
    width: min(180px, 20vw);
    bottom: 5%;
  }
}
@media screen and (max-width: 810px) {
  .TopAbout_BgImg.-bottom {
    width: min(30vw, 150px);
    bottom: 2%;
    right: auto;
    left: 2%;
  }
}
.TopAbout_wrap {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 810px) {
  .TopAbout_wrap {
    flex-direction: column;
    gap: min(40px, 10.5vw);
  }
}
.TopAbout_TxtBox {
  width: 40%;
}
@media screen and (max-width: 1099px) {
  .TopAbout_TxtBox {
    width: 45%;
  }
}
@media screen and (max-width: 810px) {
  .TopAbout_TxtBox {
    width: 100%;
  }
}
.TopAbout_img {
  width: calc(60% - clamp(20px, 2.1vw, 40px));
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .TopAbout_img {
    width: calc(55% - clamp(20px, 2.1vw, 40px));
  }
}
@media screen and (max-width: 810px) {
  .TopAbout_img {
    width: 88%;
  }
}

.TopPartner {
  background: url(assets/images/top/TopPartner_bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.TopPartner_TxtBox {
  background: hsla(55, 62%, 96%, 0.85);
  width: 45%;
  margin: 0 auto;
  margin-left: clamp(30px, 3%, 50px);
  border-radius: clamp(10px, 0.7vw, 15px);
  padding: 5% 3% 6%;
}
@media screen and (max-width: 1099px) {
  .TopPartner_TxtBox {
    width: 80%;
    margin: 0 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 810px) {
  .TopPartner_TxtBox {
    width: 90%;
    padding: min(14%, 50px) 6% min(15%, 55px);
  }
}
.TopPartner_txt span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.1vw, 20px);
  letter-spacing: 0.15em;
  line-height: 1.3;
  color: #AE8A5A;
}

.TopPage {
  background: #fff;
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  .TopPage {
    padding-top: 140px;
  }
}
@media screen and (max-width: 810px) {
  .TopPage {
    padding-top: 100px;
  }
}
.TopPage_section {
  padding: clamp(100px, 6.8vw, 130px) 0;
}
@media screen and (max-width: 810px) {
  .TopPage_section {
    padding: min(80px, 21vw) 0;
  }
}

@media screen and (min-width: 811px) and (max-width: 1099px) {
  .SubPage {
    padding-top: 140px;
  }
}
@media screen and (max-width: 810px) {
  .SubPage {
    padding-top: 110px;
  }
}
.SubPage_section {
  background: #FBFAEE;
  padding: clamp(100px, 6.8vw, 130px) 0;
}
@media screen and (max-width: 810px) {
  .SubPage_section {
    padding: min(80px, 21vw) 0;
  }
}
.SubPage_section.-NoImg {
  padding-top: 3%;
}
.SubPage_TtlBox {
  text-align: center;
}

.SubMv {
  padding: clamp(80px, 7.8vw, 150px) 0 0;
}
@media screen and (max-width: 810px) {
  .SubMv {
    padding: min(30px, 16vw) 0 0;
  }
}
.SubMv_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100%;
     object-position: 100%;
  border-radius: clamp(15px, 1.5vw, 30px);
}

.form {
  margin: 0 auto;
  width: 100%;
}
.form .form_row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #7D7D7D;
}
.form .form_row span {
  font-size: 13px;
}
@media screen and (max-width: 810px) {
  .form .form_row span {
    font-size: 16px;
  }
}
.form .form_row:last-child {
  margin-bottom: 0;
}
.form .form_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 810px) {
  .form .form_btn_wrap .form_btn + .form_btn {
    margin-left: 20px;
  }
}
.form .form_btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(23px, 1.3vw, 25px);
  display: block;
  width: 300px;
  color: #fff;
  padding: 10px 0;
  border: none;
  border-radius: 50px;
  text-align: center;
  background: #E07130;
  margin: 50px auto 0;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.form .form_btn:focus, .form .form_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 810px) {
  .form .form_btn {
    font-size: 16px;
    width: 250px;
    margin: 30px auto 0;
  }
}
.form .form_btn[value=back] {
  background-color: #fff;
  border: 1px solid #E07130;
  color: #E07130;
}
.form label {
  display: block;
  margin-bottom: 10px;
  position: static;
}
.form input[type=text],
.form input[type=email],
.form select,
.form textarea {
  border: 1px solid #7D7D7D;
  border-radius: 3px;
  padding: 10px;
}
@media screen and (max-width: 810px) {
  .form input[type=text],
  .form input[type=email],
  .form select,
  .form textarea {
    width: 100%;
    font-size: 16px;
  }
}
.form select {
  padding-right: 50px;
}
.form .mwform-radio-field {
  margin-bottom: 13px;
}
.form .required {
  background-color: #bd1b1b;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  padding: 2px 10px;
  vertical-align: middle;
  word-break: keep-all;
}
.form .input_long {
  width: 100%;
}

.mw_wp_form_input .input_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .preview_none {
  display: none;
  speak: none;
}
.mw_wp_form_preview .input_none {
  display: block;
  speak: normal;
}

.mwform-tel-field input[type=text] {
  display: inline-block;
}
@media screen and (max-width: 810px) {
  .mwform-tel-field input[type=text] {
    width: 24% !important;
  }
}

.commitment_lead, .commitment_item {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.6vw, 30px);
}
@media screen and (max-width: 810px) {
  .commitment_lead, .commitment_item {
    flex-direction: column;
    gap: min(30px, 8vw);
  }
}
.commitment_TxtBox {
  width: 45%;
}
@media screen and (max-width: 810px) {
  .commitment_TxtBox {
    width: 100%;
  }
}
.commitment_ImgBox {
  width: calc(55% - clamp(10px, 1.6vw, 30px));
  position: relative;
}
@media screen and (max-width: 810px) {
  .commitment_ImgBox {
    width: 88%;
    order: 2;
  }
}
.commitment_BgImg {
  position: absolute;
}
.commitment_BgImg.-lead {
  bottom: 0;
  left: 9%;
  width: clamp(125px, 11.5vw, 220px);
}
@media screen and (max-width: 810px) {
  .commitment_BgImg.-lead {
    bottom: -10%;
    left: 5%;
    width: min(26vw, 100px);
  }
}
.commitment_BgImg.-lead img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.9/1;
}
.commitment_BgImg.-item1 {
  width: clamp(160px, 12.8vw, 245px);
  right: 0;
  top: -14.5%;
}
@media screen and (max-width: 810px) {
  .commitment_BgImg.-item1 {
    width: min(130px, 34.5vw);
    top: -8.5%;
  }
}
.commitment_BgImg.-item1 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.44/1;
}
.commitment_BgImg.-item2 {
  width: clamp(110px, 10.4vw, 200px);
  top: -22%;
  left: 10%;
}
@media screen and (max-width: 810px) {
  .commitment_BgImg.-item2 {
    width: min(26vw, 100px);
    left: 2%;
    top: -10%;
  }
}
.commitment_BgImg.-item2 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.25/1;
}
.commitment_BgImg.-item3 {
  width: clamp(45px, 4.4vw, 85px);
  right: 5%;
  top: -15%;
}
@media screen and (max-width: 810px) {
  .commitment_BgImg.-item3 {
    width: min(15vw, 60px);
    right: 5%;
    top: -7%;
  }
}
.commitment_BgImg.-item3 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.9/1;
}
.commitment_ItemWrap {
  background: #F9F3D6;
  counter-reset: number;
}
.commitment_item {
  padding-bottom: clamp(60px, 5.7vw, 110px);
  position: relative;
}
.commitment_item .commitment_TxtBox {
  width: 50%;
}
@media screen and (max-width: 810px) {
  .commitment_item .commitment_TxtBox {
    width: 100%;
  }
}
.commitment_item .commitment_ImgBox {
  width: calc(50% - clamp(10px, 1.6vw, 30px));
  position: relative;
}
@media screen and (max-width: 810px) {
  .commitment_item .commitment_ImgBox {
    width: 88%;
  }
}
.commitment_item:nth-child(odd) .commitment_TxtBox {
  order: 2;
}
@media screen and (max-width: 810px) {
  .commitment_item:nth-child(odd) .commitment_TxtBox {
    order: 1;
  }
}
.commitment_item:last-child {
  padding-bottom: 0;
}

.business {
  padding-bottom: clamp(100px, 6.8vw, 130px);
}
.business_lead {
  position: relative;
}
.business_TtlBox {
  text-align: center;
}
.business_TxtBox {
  position: relative;
}
.business_BgImg {
  position: absolute;
}
.business_BgImg.-left {
  left: 3%;
  bottom: -15%;
  width: clamp(75px, 6vw, 115px);
}
@media screen and (max-width: 810px) {
  .business_BgImg.-left {
    bottom: -10%;
    width: min(16vw, 60px);
  }
}
.business_BgImg.-left img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.68/1;
}
.business_BgImg.-right {
  right: 3%;
  top: -25%;
  width: clamp(65px, 11.5vw, 220px);
}
@media screen and (max-width: 810px) {
  .business_BgImg.-right {
    top: -19%;
    width: min(26vw, 100px);
  }
}
.business_BgImg.-right img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.3/1;
}
.business_BgImg.-flow {
  right: 5%;
  bottom: -2%;
  width: clamp(45px, 4.4vw, 85px);
}
@media screen and (max-width: 810px) {
  .business_BgImg.-flow {
    width: min(15vw, 60px);
  }
}
.business_BgImg.-flow img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.9/1;
}
.business_txt {
  margin: 0 auto 3.3em;
  width: 80%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1099px) {
  .business_txt {
    width: 100%;
  }
}

.ImgSlider .slick-track {
  display: flex !important;
  gap: clamp(15px, 1.8vw, 35px);
}
@media screen and (max-width: 810px) {
  .ImgSlider .slick-track {
    gap: 3vw;
  }
}
.ImgSlider_item {
  width: clamp(420px, 27vw, 520px) !important;
}
@media screen and (max-width: 810px) {
  .ImgSlider_item {
    width: clamp(175px, 35vw, 750px) !important;
  }
}
.ImgSlider_item:nth-child(2n) {
  margin-top: clamp(20px, 2.1vw, 40px);
}

.partner {
  text-align: center;
}
.partner_TxtBox {
  position: relative;
}
.partner_txt {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 810px) {
  .partner_txt {
    margin-bottom: 1.5em;
  }
}
.partner_txt.-item {
  line-height: 1.5;
  margin-bottom: 0;
  flex-grow: 1;
  font-size: clamp(13px, 0.9vw, 18px);
}
@media screen and (max-width: 810px) {
  .partner_txt.-item {
    font-size: clamp(13px, 4vw, 16px);
  }
}
.partner_ItemWrap {
  display: flex;
  gap: 2%;
  padding-bottom: clamp(70px, 5.7vw, 110px);
}
@media screen and (max-width: 810px) {
  .partner_ItemWrap {
    flex-direction: column;
  }
}
.partner_item {
  width: 49%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 810px) {
  .partner_item {
    width: 100%;
    align-items: center;
  }
}
.partner_item:first-child {
  margin-bottom: min(35px, 9vw);
}
@media screen and (max-width: 810px) {
  .partner_img {
    width: 88%;
  }
}

.about .greeting {
  position: relative;
}
.about .greeting_TtlBox {
  text-align: center;
}
.about .greeting_BgImg {
  position: absolute;
}
.about .greeting_BgImg.-left {
  left: -5%;
  bottom: 15%;
  width: clamp(45px, 4.4vw, 85px);
}
@media screen and (max-width: 810px) {
  .about .greeting_BgImg.-left {
    left: 0%;
    bottom: 10%;
    width: min(15vw, 60px);
  }
}
.about .greeting_BgImg.-left img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.9/1;
}
.about .greeting_BgImg.-right {
  right: -5%;
  top: 5%;
  width: clamp(110px, 10.4vw, 200px);
}
@media screen and (max-width: 810px) {
  .about .greeting_BgImg.-right {
    right: 0%;
    top: 5%;
    width: min(85px, 23vw);
  }
}
.about .greeting_BgImg.-right img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.about .greeting_txt {
  text-align: center;
  margin-bottom: 1.4em;
}
.about .greeting_pos {
  color: #E07130;
  text-align: center;
  font-size: clamp(12.5px, 0.9vw, 18px);
}
.about .greeting_name {
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  text-align: center;
  font-size: clamp(20px, 1.6vw, 30px);
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1099px) {
  .about .greeting_name {
    font-size: min(21px, 5.5vw);
  }
}
.about .philosophy {
  text-align: center;
  padding-bottom: clamp(60px, 5.7vw, 110px);
}
.about .philosophy_wrap {
  background: #F9F3D6;
  padding: 5.5% 3%;
  border-radius: clamp(10px, 0.7vw, 15px);
}
@media screen and (max-width: 810px) {
  .about .philosophy_wrap {
    padding: min(14%, 50px) 6% min(15%, 55px);
  }
}
.about .csr {
  text-align: center;
  padding-bottom: clamp(60px, 5.7vw, 110px);
}
.about .csr_wrap {
  background: #F1F1E4;
  padding: 5.5% 4%;
  border-radius: clamp(10px, 0.7vw, 15px);
}
@media screen and (max-width: 810px) {
  .about .csr_wrap {
    padding: min(14%, 50px) 6% min(15%, 55px);
  }
}
.about .overview {
  padding-bottom: clamp(60px, 5.7vw, 110px);
}
.about .overview_TtlBox {
  text-align: center;
}
.about_map iframe {
  width: 100%;
  height: clamp(450px, 30vw, 560px);
}
@media screen and (max-width: 810px) {
  .about_map iframe {
    height: 50vh;
  }
}

.recruit_lead {
  padding-top: 0;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.6vw, 30px);
}
@media screen and (max-width: 810px) {
  .recruit_lead {
    flex-direction: column;
    gap: min(40px, 10.5vw);
  }
}
.recruit_TxtBox {
  width: 45%;
}
@media screen and (max-width: 810px) {
  .recruit_TxtBox {
    width: 100%;
  }
}
.recruit_img {
  width: calc(55% - clamp(10px, 1.6vw, 30px));
}
@media screen and (max-width: 810px) {
  .recruit_img {
    width: 88%;
  }
}
.recruit_BgImg.-flow {
  position: absolute;
  width: clamp(110px, 10.4vw, 200px);
  top: -6%;
  left: 7%;
}
@media screen and (max-width: 810px) {
  .recruit_BgImg.-flow {
    top: -2%;
    left: 5%;
    width: min(26vw, 100px);
  }
}
.recruit_BgImg.-flow img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.25/1;
}

.requirement {
  padding-bottom: clamp(90px, 5.7vw, 110px);
}
.requirement_TtlBox {
  text-align: center;
}

.page404 p {
  font-size: clamp(17px, 1.3vw, 25px);
}
@media screen and (max-width: 1099px) {
  .page404 p {
    font-size: min(15px, 4vw);
  }
}/*# sourceMappingURL=style.css.map */