@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #333333;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 960px) {
  body {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

a {
  color: #333333;
  transition: 0.4s;
}
a:before, a:after {
  transition: 0.4s;
}
a:hover {
  color: #333333;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333333;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1em;
  border: 0;
  box-sizing: border-box;
  border-radius: 5px;
}
@media (min-width: 640px) {
  input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
  select,
  textarea {
    padding: 1.5em;
  }
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
textarea {
  width: 100%;
}

select {
  min-width: 300px;
  background: #fff url(../img/common/ico_arrow_05.svg) no-repeat right 2em center/7px;
  padding-right: 3em;
}

textarea {
  resize: vertical;
  min-height: 180px;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 1280px;
}
.uk-container-small {
  max-width: 1100px;
}
.uk-container-large {
  max-width: 1350px;
}
.uk-container-xlarge {
  max-width: 1520px;
}
.uk-container-expand {
  max-width: none;
}

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* reCAPTCHA
====================================== */
.grecaptcha-badge {
  visibility: hidden;
}

/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

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

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.com-txt-color-text {
  color: #333333 !important;
}

.com-bg-text {
  background-color: #333333 !important;
}

.com-txt-color-main {
  color: #A79547 !important;
}

.com-bg-main {
  background-color: #A79547 !important;
}

.com-txt-color-danger {
  color: #C75252 !important;
}

.com-bg-danger {
  background-color: #C75252 !important;
}

.com-txt-color-white {
  color: #fff !important;
}

.com-bg-white {
  background-color: #fff !important;
}

.com-txt-color-olive-gray {
  color: #909078 !important;
}

.com-bg-olive-gray {
  background-color: #909078 !important;
}

.com-txt-color-gray {
  color: #D1D1D1 !important;
}

.com-bg-gray {
  background-color: #D1D1D1 !important;
}

.com-txt-color-brown {
  color: #959078 !important;
}

.com-bg-brown {
  background-color: #959078 !important;
}

.com-txt-color-facebook {
  color: #3b5999 !important;
}

.com-bg-facebook {
  background-color: #3b5999 !important;
}

.com-txt-color-x {
  color: #000 !important;
}

.com-bg-x {
  background-color: #000 !important;
}

.com-txt-color-youtube {
  color: #cd201f !important;
}

.com-bg-youtube {
  background-color: #cd201f !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  background-color: #18ba07 !important;
}

.header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 14px;
}
@media (min-width: 960px) {
  .header-inner {
    padding: 0;
  }
}

/* #header-group
====================================== */
#header-group {
  z-index: 100;
  /* parts
  --------------------------------- */
  /* #header-logo　
  --------------------------------- */
  /* gnav
  ====================================== */
  /* #lnav
  ====================================== */
}
#header-group #header-logo {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  #header-group #header-logo {
    padding: 0.5em;
  }
}
#header-group #header-logo img {
  max-width: 52px;
}
@media (min-width: 960px) {
  #header-group #header-logo img {
    max-width: 86px;
  }
}
#header-group #header-logo .text {
  padding-left: 0.5em;
  max-width: 252px;
}
#header-group .header-nav-01 {
  letter-spacing: 0.2em;
}
#header-group .header-nav-01 > li {
  padding-left: 0;
}
#header-group .header-nav-01 a {
  display: block;
  padding: 1.8em 2.4em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.87); /* #333333 */
}
#header-group .header-nav-01 a.recruit {
  background-color: rgba(167, 149, 71, 0.87); /* A79547 */
}
#header-group .header-nav-02 {
  margin-top: 1em;
  padding-right: 1.2em;
  letter-spacing: 0.15em;
}
#header-group .header-nav-02 > li {
  padding: 0;
}
#header-group .header-nav-02 a {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #C7C7C7;
  padding-inline: 2em;
}
#header-group .header-nav-02 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1em;
  background-color: #C7C7C7;
}
/* #header-tax
====================================== */
#header-tax {
  background-color: rgba(255, 255, 255, 0.34); /* #FFF */
  -webkit-backdrop-filter: blur(30px) brightness(310%);
  backdrop-filter: blur(30px) brightness(310%);
  z-index: 100;
  /* #header-logo　
  --------------------------------- */
  /* gnav
  ====================================== */
}
#header-tax .header-inner {
  align-items: center;
}
#header-tax #header-logo {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  #header-tax #header-logo {
    padding: 0.5em;
    padding-left: 0;
  }
}
@media (min-width: 960px) {
  #header-tax #header-logo .logo {
    display: flex;
  }
}
#header-tax #header-logo img {
  max-width: 120px;
}
@media (min-width: 960px) {
  #header-tax #header-logo img {
    max-width: 172px;
  }
}
#header-tax #header-logo .text {
  padding-left: 0.5em;
  max-width: 296px;
}
#header-tax .header-nav-01 > * > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
#header-tax .header-nav-01 > :not(.parent) > a::after {
  content: url("../img/common/ico_arrow_01.svg");
  line-height: 0;
}
#header-tax .header-nav-01 > .parent > a::after {
  content: url("../img/common/ico_arrow_02.svg");
  line-height: 0;
  transition: all 0.3s;
}
#header-tax .header-nav-01 > .parent > a:hover::after {
  transform: rotateX(180deg);
}
#header-tax .header-nav-01 > .parent > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform: scaleY(0);
  transform-origin: center top;
  transition: all 0.3s;
  padding-top: 15px;
  transition-delay: 0.5s;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  margin-inline: auto;
}
#header-tax .header-nav-01 > .parent:hover > .sub-menu {
  transform: scale(1);
  transition-delay: 0s;
}
#header-tax .header-btn-inner {
  padding-left: 2em;
}

.header-sub-menu {
  padding-inline: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 45px 60px;
  display: flex;
  flex-direction: column;
  gap: 0 clamp(20px, 6svw, 130px);
}
@media (min-width: 1200px) {
  .header-sub-menu {
    flex-direction: row;
  }
}
.header-sub-menu .head {
  flex-shrink: 0;
}
.header-sub-menu .body {
  flex: 1;
}
.header-sub-menu .tit {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.header-sub-menu .tit .eng {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A79547;
  margin-bottom: 0.3em;
}
.header-sub-menu .btn {
  font-size: 15px;
  font-size: 0.9375rem;
  min-width: 177px;
}
@media (max-width: 1199px) {
  .header-sub-menu .btn {
    display: none;
  }
}
.header-sub-menu .menu {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 50px;
       column-gap: 50px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.header-sub-menu .menu li {
  border-bottom: 1px solid #D1D1D1;
  padding-top: 1em;
}
.header-sub-menu .menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  padding-block: 0.3em;
}
.header-sub-menu .menu a::after {
  content: url("../img/common/ico_arrow_01.svg");
  line-height: 0;
}
.header-sub-menu .menu a:hover::after {
  transform: translateX(5px);
}

/* #footer
====================================== */
/* footer-logo
====================================== */
.footer-logo img {
  max-width: 146px;
}

/* footer-head
====================================== */
/* footer-body
====================================== */
/* footer-foot
====================================== */
/* footer-nav
====================================== */
.footer-nav-01 {
  padding-block: 1.3em 2.5em;
  border-bottom: 1px dashed #FFF;
}
.footer-nav-01 li {
  margin-top: 1.3em;
}
.footer-nav-01 a {
  font-weight: 700;
  color: #FFF;
}

.footer-nav-02 a {
  color: #FFF;
}
.footer-nav-02 .com-list-01 li::before {
  color: #FFF;
}

/* parts
====================================== */
.footer-inner {
  padding-block: 90px 100px;
}

.footer-inner-02 {
  padding-block: 60px;
}
@media (min-width: 960px) {
  .footer-inner-02 {
    padding-block: 50px;
  }
}

.footer-text-01 {
  color: #FFF;
}
.footer-text-01 .name {
  display: inline-block;
  font-weight: 700;
}

.footer-text-02 {
  padding-bottom: 0.9em;
  margin-bottom: 0.9em;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  border-bottom: 1px dashed #FFF;
}
.footer-text-02:not(:first-of-type) {
  margin-top: 3.1em;
}

/* footer-panel
--------------------------------- */
@media (min-width: 960px) {
  .footer-panel-01 {
    padding-right: 30px;
    border-right: 1px solid #FFF;
  }
}

@media (min-width: 960px) {
  .footer-panel-02 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.footer-panel-03 {
  background-color: #FFF;
}

.footer-panel-04 {
  background-color: rgba(51, 51, 51, 0.85); /* #333 */
}
@media (min-width: 960px) {
  .footer-panel-04 .footer-inner-02 img {
    padding-right: 5.6%;
  }
}

/* footer-list
--------------------------------- */
.footer-list-01 {
  margin-top: 3.2em;
}
@media (min-width: 960px) {
  .footer-list-01 {
    display: flex;
  }
}
@media (min-width: 960px) {
  .footer-list-01 li {
    padding-inline: 1.4em;
  }
  .footer-list-01 li:first-of-type {
    padding-left: 0;
  }
  .footer-list-01 li + li {
    position: relative;
  }
  .footer-list-01 li + li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 1em;
    background-color: #FFF;
  }
}
.footer-list-01 a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
}
.footer-list-01 .copyright {
  margin-top: 25px;
}

/* footer-item
--------------------------------- */
.footer-item-01 {
  --color: #fff;
  position: absolute;
  right: 0;
  bottom: 75px;
  z-index: 100;
}
@media (min-width: 960px) {
  .footer-item-01 {
    bottom: 138px;
  }
}
.footer-item-01.black {
  --color: #000;
}
.footer-item-01.black .pagetop::before {
  background-image: url(../img/common/ico_pagetop_black.svg);
}

/* pagetop
-------------------------------------- */
.pagetop {
  position: relative;
  right: 0;
  bottom: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid var(--color);
}
@media (min-width: 960px) {
  .pagetop {
    width: 50px;
    border-width: 3px;
  }
}
.pagetop::before {
  content: "";
  width: 15px;
  aspect-ratio: 1/0.55;
  background: url(../img/common/ico_pagetop.svg) center no-repeat;
  background-size: contain;
}
@media (min-width: 960px) {
  .pagetop::before {
    width: 20px;
  }
}

/* scrolldown
-------------------------------------- */
.scrolldown > span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 0.2em;
  color: var(--color);
  writing-mode: vertical-rl;
}
@media (min-width: 960px) {
  .scrolldown > span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.scrolldown > span::before, .scrolldown > span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0.2em;
  margin-block: auto;
}
.scrolldown > span::before {
  top: calc(100% + 0.7em);
  background-color: var(--color);
  width: 1px;
  height: 68px;
}
@media (min-width: 960px) {
  .scrolldown > span::before {
    height: 126px;
  }
}
.scrolldown > span::after {
  top: calc(100% + 0.7em);
  border-radius: 50%;
  background-color: var(--color);
  width: 8px;
  height: 8px;
  animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
}

@keyframes circlemove {
  0% {
    transform: none;
  }
  60% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(60px);
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.95;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* .copyright
--------------------------------- */
.copyright {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFF;
}

.uk-offcanvas-bar {
  background: transparent;
  padding: 0;
}

.uk-nav .uk-nav-header {
  display: flex;
  justify-content: space-between;
  background: #333333;
  padding: 1.4em 1em;
}
.uk-nav .uk-nav-header a {
  padding: 0;
}
.uk-nav > li {
  background-color: rgba(51, 51, 51, 0.95); /* #333333 */
  border-bottom: 1px solid #DCDCDC;
}
.uk-nav > li.yellow {
  background-color: rgba(167, 149, 71, 0.95); /* A79547 */
  border-bottom: 0;
}
.uk-nav > li.yellow + li.yellow {
  border-top: 1px solid #DCDCDC;
}
.uk-nav > li a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  padding: 1em;
}
.uk-nav .uk-parent a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
  height: 2em !important;
}
.uk-nav .uk-parent.uk-open a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}
.uk-nav .uk-nav-sub {
  background: #A79547;
  padding: 0;
}
.uk-nav .uk-nav-sub li {
  position: relative;
  isolation: isolate;
}
.uk-nav .uk-nav-sub li::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(51, 51, 51, 0.58); /* #333333 */
  mix-blend-mode: multiply;
  z-index: -1;
}
.uk-nav .uk-nav-sub li a {
  padding: 1em;
}
.uk-nav .uk-nav-sub li + li {
  border-top: 1px solid #fff;
}

.offcanvas-btn-01 {
  position: unset;
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_close.svg) center no-repeat;
  background-size: contain;
}

/* section
====================================== */
/* parts
--------------------------------- */
/* title タイトル
--------------------------------- */
.page-tit-01 {
  position: relative;
  padding-top: var(--header-placeholder);
}
.page-tit-01::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 86%;
  background-image: url("../img/common/keyvisual.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
.page-tit-01 h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 0.02em;
  color: #333;
}
@media (min-width: 960px) {
  .page-tit-01 h1 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.page-tit-01 .tit {
  display: block;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 960px) {
  .page-tit-01 .tit {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page-tit-01 .img {
  --space: 15px;
  display: block;
  border-radius: 5px 0 0 5px;
  width: calc(100% - var(--space));
  min-height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/0.34;
  margin-inline: auto 0;
}
@media (min-width: 640px) {
  .page-tit-01 .img {
    --space: 30px;
  }
}
@media (min-width: 960px) {
  .page-tit-01 .img {
    --space: 40px;
    max-height: 293px;
    aspect-ratio: 1/0.17;
  }
}

.page-tit-02 {
  position: relative;
  padding-top: var(--header-placeholder);
  padding-bottom: 25px;
  max-height: 350px;
}
@media (min-width: 960px) {
  .page-tit-02 {
    padding-bottom: 15px;
  }
}
.page-tit-02::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(51, 51, 51, 0.65); /* #333333 */
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  z-index: -1;
}
.page-tit-02::after {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
.page-tit-02 .tit {
  font-weight: 500;
  font-size: clamp(28px, 4vw, 50px);
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFF;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .page-tit-02 .tit {
    padding-top: 40px;
  }
}
.page-tit-02 .eng {
  display: block;
  font-family: "Bebas Neue Pro", "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.3em;
}
@media (min-width: 960px) {
  .page-tit-02 .eng {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.page-tit-02.aboutus::after {
  background-image: url(../img/aboutus/keyvisual.jpg);
}
.page-tit-02.access::after {
  background-image: url(../img/access/keyvisual.jpg);
}
.page-tit-02.labor-consultant::after {
  background-image: url(../img/labor-consultant/keyvisual.jpg);
}
.page-tit-02.recruitment::after {
  background-image: url(../img/recruitment/keyvisual.jpg);
}
.page-tit-02.archive-group::after {
  background-image: url(../img/archive-group/keyvisual.jpg);
}
.page-tit-02.privacy-policy::after {
  background-image: url(../img/privacy-policy/keyvisual.jpg);
}
.page-tit-02.business-field::after {
  background-image: url(../img/business-field/keyvisual.jpg);
}

.com-tit-01 {
  font-family: "Bebas Neue Pro", sans-serif;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  color: #282828;
}
@media (min-width: 960px) {
  .com-tit-01 {
    font-size: 76px;
    font-size: 4.75rem;
  }
}
.com-tit-01 .tit {
  display: block;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  color: #A79547;
}
.com-tit-01 .tit::before {
  content: "ー";
  color: #A79547;
  padding-right: 0.5em;
}
@media (min-width: 960px) {
  .com-tit-01 .tit {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.test-text {
  font-size: min(6.038647343vw, 25px);
}
@media (min-width: 640px) {
  .test-text {
    font-size: min(3.125vw, 40px);
  }
}

.com-tit-02 {
  font-size: min(7.729468599vw, 32px);
  font-weight: 700;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .com-tit-02 {
    font-size: min(3.28125vw, 42px);
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }
}
.com-tit-02 .eng {
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  font-family: "Bebas Neue Pro", "Bebas Neue", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (min-width: 960px) {
  .com-tit-02 .eng {
    gap: 10px;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-top: 0.5em;
  }
}
.com-tit-02 .eng::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/0.2;
  background-color: #A79547;
}
@media (min-width: 960px) {
  .com-tit-02 .eng::before {
    width: 20px;
    aspect-ratio: 1/0.1;
  }
}

.com-tit-03 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 0.33em;
  margin-bottom: 1.2em;
}
@media (min-width: 960px) {
  .com-tit-03 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.3157894737;
    padding-bottom: 0.4em;
    margin-bottom: 1.05em;
  }
}
.com-tit-03::before, .com-tit-03::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
.com-tit-03::before {
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
}
.com-tit-03::after {
  width: 20px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #A79547;
}
@media (min-width: 960px) {
  .com-tit-03 small {
    font-size: 57%;
  }
}
.com-tit-03.small {
  letter-spacing: 0.15em;
}
@media (min-width: 960px) {
  .com-tit-03.small {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5625;
  }
}
@media (min-width: 960px) {
  .com-tit-03.medium {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.3888888889;
  }
}

.com-tit-04 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.52;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .com-tit-04 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.625;
    font-weight: 800;
    letter-spacing: 0.01em;
  }
}

.com-tit-05 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .com-tit-05 {
    font-size: 32px;
    font-size: 2rem;
    border-width: 2px;
    letter-spacing: 0.05em;
    padding-bottom: 6px;
  }
}
.com-tit-05 .eng {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  color: #959078;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.6em;
  letter-spacing: 0.1em;
}

.com-tit-06 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 0.7em;
}
@media (min-width: 960px) {
  .com-tit-06 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
.com-tit-06::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #A79547;
  margin-top: 0.7em;
}
.com-tit-06 .eng {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.625;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #A79547;
  margin-bottom: 1.5em;
}
@media (min-width: 960px) {
  .com-tit-06 .eng {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 0.4166666667;
    margin-bottom: 0.5em;
  }
}
.com-tit-06 .eng::first-letter {
  text-transform: uppercase;
}
.com-tit-06.remove-border::after {
  display: none;
}
@media (min-width: 960px) {
  .com-tit-06.small {
    font-size: 47px;
    font-size: 2.9375rem;
    line-height: 1.4255319149;
  }
}

.com-tit-07 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.3913043478;
  color: #959078;
  font-weight: 700;
  border-bottom: 2px solid #D1D1D1;
  padding-bottom: 0.45em;
  margin-bottom: 0.85em;
}
.com-tit-07::before {
  content: "・";
}

.com-tit-08 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.7894736842;
  font-weight: 700;
  margin-bottom: 1.25em;
  letter-spacing: 0.05em;
}
@media (min-width: 960px) {
  .com-tit-08 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.625;
    margin-bottom: 0.6em;
  }
}
.com-tit-08::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #A79547;
  margin-top: 10px;
}
@media (min-width: 960px) {
  .com-tit-08::after {
    width: 20px;
  }
}
.com-tit-08 small {
  font-size: 68%;
}
.com-tit-08 .sub {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  color: #A79547;
  font-weight: 400;
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .com-tit-08 .sub {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* section
--------------------------------- */
.com-sec-01 {
  padding-block: 50px;
}
@media (min-width: 960px) {
  .com-sec-01 {
    padding-block: 120px;
  }
}

.com-sec-02 {
  padding-block: 60px;
}
@media (min-width: 960px) {
  .com-sec-02 {
    padding-block: 100px;
  }
}

.com-sec-03 {
  padding-block: 80px;
}
@media (min-width: 960px) {
  .com-sec-03 {
    padding-block: 100px 200px;
  }
}

/* panel パネル
--------------------------------- */
.com-panel-01 {
  padding-right: 15px;
  max-width: 1750px;
}
@media (min-width: 640px) {
  .com-panel-01 {
    padding-right: 30px;
  }
}

@media (min-width: 960px) {
  .com-panel-02 {
    width: 72.3%;
    margin-inline: auto 0;
  }
}

.com-panel-03 {
  background-color: #fff;
  padding: 30px 16px;
  border-radius: 5px;
}
@media (min-width: 960px) {
  .com-panel-03 {
    padding: 40px 70px;
  }
}

.com-panel-04 {
  padding-block: 50px 100px;
  background-color: rgba(51, 51, 51, 0.85);
  color: #fff;
  letter-spacing: 0.1em;
}
.com-panel-04 .eng {
  color: #A79547;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 960px) {
  .com-panel-04 .eng {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.com-panel-04 .tit {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 700;
  color: inherit;
  margin-block: 0.5em 0.2em;
}
@media (min-width: 960px) {
  .com-panel-04 .tit {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5333333333;
    letter-spacing: 0.15em;
    margin-block: 0.9em 0.4em;
  }
}
.com-panel-04 .small {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 700;
}
.com-panel-04 .tel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  color: inherit;
}
.com-panel-04 .mail {
  display: block;
  max-width: 490px;
  box-sizing: border-box;
  margin-inline: auto;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  background-color: #A79547;
  color: #fff;
  border-radius: 32px;
  position: relative;
  padding: 0.7em 4em;
}
@media (min-width: 960px) {
  .com-panel-04 .mail {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.com-panel-04 .mail::before, .com-panel-04 .mail::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.com-panel-04 .mail::before {
  width: 27px;
  background: url(../img/common/ico_letter.svg) no-repeat center/contain;
  left: 7%;
}
@media (min-width: 960px) {
  .com-panel-04 .mail::before {
    width: 30px;
    left: 8%;
  }
}
.com-panel-04 .mail::after {
  width: 25px;
  background: url(../img/common/ico_arrow_03.svg) no-repeat center/contain;
  right: 4%;
}
@media (min-width: 960px) {
  .com-panel-04 .mail::after {
    width: 32px;
    right: 9%;
  }
}
.com-panel-04 .mail:hover {
  opacity: 0.6;
}

.com-panel-05 {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 30px 20px;
  border-radius: 5px;
}
@media (min-width: 960px) {
  .com-panel-05 {
    padding: 60px 120px;
  }
}
@media (min-width: 960px) {
  .com-panel-05.small {
    padding: 60px;
  }
}

.com-panel-06 {
  border: 4px solid #D1D1D1;
  border-radius: 5px;
  padding: 1em 1em;
  background: url(../img/common/keyvisual.jpg) #fff no-repeat top center/cover;
}
@media (min-width: 960px) {
  .com-panel-06 {
    padding: 1.5em 2em;
  }
}

.com-panel-07 .image {
  width: 96%;
  aspect-ratio: 1/0.57;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -40px;
}
@media (min-width: 640px) {
  .com-panel-07 .image {
    width: 91%;
    aspect-ratio: 1/0.26;
    min-height: 230px;
    margin-bottom: -130px;
  }
}
.com-panel-07 .wrapper {
  position: relative;
  padding-top: 60px;
  background-color: #fff;
}
@media (min-width: 640px) {
  .com-panel-07 .wrapper {
    padding-top: 80px;
  }
}

.com-panel-08 {
  border-radius: 5px;
  border: 3px solid rgba(167, 149, 71, 0.3);
  background-color: #fff;
  padding: 30px 15px;
}
@media (min-width: 960px) {
  .com-panel-08 {
    display: flex;
    align-items: center;
    padding: 50px 40px;
  }
}
.com-panel-08 .tit {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  font-weight: 500;
  margin-bottom: 1.4em;
}
@media (min-width: 960px) {
  .com-panel-08 .tit {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.7857142857;
    margin-bottom: 0;
    width: 25%;
    min-width: 240px;
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative;
    padding-inline: 10px;
  }
}
.com-panel-08 .tit::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background-color: rgba(167, 149, 71, 0.3);
  margin-top: 1em;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .com-panel-08 .tit::after {
    width: 2px;
    height: 120px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
  }
}
@media (min-width: 960px) {
  .com-panel-08 .cont {
    padding-left: 60px;
  }
}

/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 90px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 120px;
  }
}

.com-mt-01 {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .com-mt-01 {
    margin-top: 100px;
  }
}

.com-mt-02 {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .com-mt-02 {
    margin-top: 80px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

.com-mt-halfem {
  margin-top: 0.5em;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.com-list-01 li + li {
  margin-top: 0.2em;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "●";
}
.com-list-01.square li::before {
  content: "■";
}
.com-list-01.diamond li::before {
  content: "◇";
}

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-02 li {
  margin-left: 1.8em;
}
.com-list-02 li + li {
  margin-top: 0.2em;
}
.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  padding-right: 0.3em;
  margin-left: -1.8em;
  text-align: right;
}

.com-list-03 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-03 li {
  margin-left: 2.3em;
}
.com-list-03 li + li {
  margin-top: 0.4em;
}
.com-list-03 li::before {
  counter-increment: item;
  content: "※" counter(item);
  display: inline-block;
  width: 2.3em;
  margin-left: -2.3em;
}

.com-list-04 li {
  border-bottom: 1px solid #D1D1D1;
}

.com-list-05 {
  padding-left: 2em;
}
.com-list-05 li::before {
  font-family: "Noto Sans JP", sans-serif;
  content: "一、";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
}
.com-list-05 li + li {
  margin-top: 0.5em;
}

.com-list-06 {
  padding-left: 22px;
}
.com-list-06 li::before {
  content: "";
  display: inline-block;
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #D1D1D1;
  margin-inline: -22px 15px;
}
.com-list-06 li + li {
  margin-top: 0.5em;
}
.com-list-06.list-style-color-main li::before {
  background-color: #A79547;
}

.com-list-07 {
  --space: 8px;
  --icon-size: 38.5px;
  counter-reset: list-item;
  padding-left: calc(var(--space) + var(--icon-size));
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .com-list-07 {
    --space: 25px;
    --icon-size: 61px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.com-list-07 > li {
  counter-increment: list-item;
}
.com-list-07 > li::before {
  content: counter(list-item);
  display: inline-block;
  text-align: center;
  width: var(--icon-size);
  aspect-ratio: 1/0.9;
  color: #A79547;
  background: url(../img/common/list_bg_01.svg) no-repeat center bottom/contain;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-inline: calc((var(--space) + var(--icon-size)) * -1) var(--space);
  color: #959078;
}
@media (min-width: 960px) {
  .com-list-07 > li::before {
    font-size: 32px;
    font-size: 2rem;
  }
}
.com-list-07 > li:nth-child(-n+9)::before {
  content: "0" counter(list-item);
}
.com-list-07 > li + li {
  margin-top: 0.5em;
}

.com-list-08 {
  letter-spacing: 0.03em;
  display: grid;
  grid-template-columns: 100%;
  gap: 1em 0.5em;
}
@media (min-width: 960px) {
  .com-list-08 {
    gap: 1em 2.5em;
  }
}
.com-list-08 li {
  padding-left: 45px;
}
.com-list-08 li::before {
  content: "";
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_list_01.svg) no-repeat center/contain;
  margin-right: 15px;
  vertical-align: middle;
  margin-left: -45px;
}
@media (min-width: 960px) {
  .com-list-08.grid-02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .com-list-08.grid-03 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.com-dl-01 dt, .com-dl-01 li {
  padding-left: 22px;
  font-weight: 500;
}
.com-dl-01 dt::before, .com-dl-01 li::before {
  content: "";
  display: inline-block;
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #D1D1D1;
  margin-inline: -22px 15px;
}
.com-dl-01 > :not(:first-child) {
  margin-top: 0.5em;
}
.com-dl-01.list-color-main dt::before, .com-dl-01.list-color-main li::before {
  background-color: #A79547;
}

.com-dl-02 > .panel {
  border: 3px solid rgba(167, 149, 71, 0.3);
  border-radius: 5px;
  background-color: #fff;
  padding: 30px;
}
@media (min-width: 960px) {
  .com-dl-02 > .panel {
    padding: 50px;
  }
}
.com-dl-02 > .panel + * {
  margin-top: 20px;
}
.com-dl-02 dt {
  --ico-size: 40px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  gap: 0.5em;
}
@media (min-width: 960px) {
  .com-dl-02 dt {
    --ico-size: 60px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6666666667;
  }
}
.com-dl-02 dt::before {
  content: "";
  display: block;
  width: var(--ico-size);
  aspect-ratio: 1/1;
  background: url(../img/common/ico_question.svg) no-repeat top center/contain;
  flex-shrink: 0;
}
.com-dl-02 dd {
  margin-top: 1em;
}
@media (min-width: 960px) {
  .com-dl-02 dd {
    margin-top: 1.5em;
  }
}

.com-img-01 {
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

/* text テキスト
--------------------------------- */
.com-text-01 {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.com-text-02 {
  color: #959078;
}

.com-text-03 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2;
}
@media (min-width: 960px) {
  .com-text-03 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 2.0909090909;
  }
}

@media (min-width: 960px) {
  .com-text-04 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.9;
  }
}

.com-text-05 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media (min-width: 960px) {
  .com-text-05 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.com-text-medium {
  font-weight: 500;
}

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 1rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* アクセント色
--------------------------------- */
.com-text-color-01 {
  color: #909078;
}

/* リンク
--------------------------------- */
.com-btn-01 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #333;
}
@media (min-width: 960px) {
  .com-btn-01 {
    font-size: 22px;
    font-size: 1.375rem;
    gap: 32px;
  }
}
.com-btn-01::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  border: 1px solid #333;
  border-radius: 50%;
  top: 50%;
  right: 33px;
  transform: translate(50%, -50%);
}
@media (min-width: 960px) {
  .com-btn-01::before {
    width: 24px;
  }
}
.com-btn-01::after {
  content: "";
  height: 1px;
  width: 33px;
  background-color: #292222;
}
.com-btn-01.white {
  color: #FFF;
}
.com-btn-01.white::before {
  border: 1px solid #FFF;
}
.com-btn-01.white::after {
  background-color: #FFF;
}

.com-btn-02 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #FFF;
  border-radius: 35px;
  background: linear-gradient(#191919 0%, #4b4747 10.15%, #4b4646 17.24%, #000 100%);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  padding: 0.8em 2.2em;
  min-width: 196px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 960px) {
  .com-btn-02 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.com-btn-02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#A79547 0%, #C3B061 10.15%, #B5A355 17.24%, #806E22 100%);
  opacity: 0;
  z-index: -1;
}
.com-btn-02::after {
  content: url("../img/common/ico_arrow_03.svg");
  line-height: 0;
}
.com-btn-02:hover {
  color: #FFF;
}
.com-btn-02:hover::before {
  opacity: 1;
}
.com-btn-02 img {
  padding-right: 0.5em;
}
.com-btn-02.small {
  padding-inline: 1em;
  box-sizing: border-box;
}

.com-btn-03 {
  display: block;
  padding-block: 1em;
}
.com-btn-03:hover {
  background: hsl(0, 0%, 140%);
}
.com-btn-03.gold:hover {
  background: rgb(234.7142857143, 229.5714285714, 207.2857142857);
}
.com-btn-03 .data {
  padding-right: 0.7em;
  font-size: 14px;
  font-size: 0.875rem;
  color: #989898;
}
@media (min-width: 960px) {
  .com-btn-03 .data {
    padding-right: 1.4em;
    font-size: 16px;
    font-size: 1rem;
  }
}
.com-btn-03 .tit {
  display: block;
  margin-top: 0.4em;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #333;
}
@media (min-width: 960px) {
  .com-btn-03 .tit {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.com-btn-04 {
  --icon-size: 60px;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 1em;
  background-color: #959078;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.9em 2.1em 0.9em 1.25em;
  position: relative;
}
@media (min-width: 960px) {
  .com-btn-04 {
    --icon-size: 90px;
    font-size: 24px;
    font-size: 1.5rem;
    padding-block: 1.2em;
    padding-inline: 1.6em 4.3em;
  }
}
.com-btn-04::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  top: 0;
  bottom: 0;
  right: calc(4% - 10px);
  background: url(../img/common/ico_arrow_04.svg) no-repeat center/contain;
}
@media (min-width: 960px) {
  .com-btn-04::after {
    width: 20px;
    right: 4%;
  }
}
.com-btn-04 .icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--icon-size);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid currentColor;
}
.com-btn-04 .icon::before {
  content: "";
  display: block;
  width: 46%;
  aspect-ratio: 1/1;
  background: no-repeat center/contain;
}
.com-btn-04 .detail > span {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 960px) {
  .com-btn-04 .detail > span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.com-btn-04:hover {
  color: #fff;
  opacity: 0.6;
}
.com-btn-04.tel .icon::before {
  background-image: url(../img/common/ico_tel.svg);
}
.com-btn-04.mail .icon::before {
  background-image: url(../img/common/ico_letter.svg);
}
.com-btn-04.small {
  max-width: 604px;
  margin-inline: auto;
}

.com-btn-05 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #fff;
  background: url(../img/common/ico_arrow_04.svg) #959078 no-repeat right 1.5em center/10px;
  border-radius: 5px;
  letter-spacing: 0.1em;
  padding: 0.7em 2.5em;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 960px) {
  .com-btn-05 {
    background-size: 20px;
    font-size: 25px;
    font-size: 1.5625rem;
    padding-block: 0.9em;
  }
}
.com-btn-05:hover {
  opacity: 0.6;
}

.com-anchor-btn-01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #989898;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 1.5em 1em;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .com-anchor-btn-01 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
    border-color: rgba(152, 152, 152, 0.15);
  }
}
.com-anchor-btn-01::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  aspect-ratio: 1/0.47;
  background: url(../img/common/ico_arrow_02.svg) no-repeat center/contain;
  margin-inline: auto;
  bottom: 0.7em;
}
@media (min-width: 960px) {
  .com-anchor-btn-01::after {
    width: 14.5px;
  }
}
.com-anchor-btn-01:hover {
  background-color: rgba(167, 149, 71, 0.1);
}

.com-link-01, .single-detail a {
  text-decoration: underline;
  color: #A79547;
}
.com-link-01:hover, .single-detail a:hover {
  color: #A79547;
}

.com-link-02 {
  text-decoration: underline;
}
.com-link-02:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.com-link-03:hover {
  opacity: 0.6;
}

/* catch
--------------------------------- */
.com-catch-01 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* com-tab-01
-------------------------------------- */
.com-tab-01::before {
  content: none;
}
.com-tab-01 a {
  padding: 0.8em 0.4em;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #333;
  border: 1px solid #686868;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 960px) {
  .com-tab-01 a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.com-tab-01 a:hover {
  color: #FFF;
  background-color: #686868;
}
.com-tab-01 .uk-active a {
  position: relative;
  color: #FFF;
  background-color: #686868;
  border: none;
}
.com-tab-01 .uk-active a::after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #A79547;
}
.com-tab-01.gold a {
  color: #A79547;
  border: 1px solid #A79547;
}
.com-tab-01.gold a:hover {
  color: #FFF;
  background-color: #A79547;
}
.com-tab-01.gold .uk-active a {
  color: #FFF;
  background-color: #A79547;
  border: none;
}

/* table
-------------------------------------- */
.com-table-01 {
  --border-color: #aaa;
  --border: 1px solid var(--border-color);
  --radius: 5px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
.com-table-01::-webkit-scrollbar {
  height: 8px;
}
.com-table-01::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.com-table-01::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.com-table-01 .table-wrapper {
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}
.com-table-01 .table-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 2px solid var(--border-color);
  border-radius: inherit;
}
.com-table-01 table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  border: 1px solid var(--border-color);
}
.com-table-01 th, .com-table-01 td {
  border: 1px solid var(--border-color);
}
.com-table-01 th {
  color: #fff;
  background-color: var(--border-color);
  padding: 0.75em 3.5em;
}
.com-table-01 th:has(+ th) {
  border-right-color: #fff;
}
.com-table-01 td {
  padding: 0.8em;
  background-color: #fff;
}

/* card
-------------------------------------- */
.com-card-01 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .com-card-01 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.com-card-01 .label {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #959078;
  display: flex;
  margin-bottom: 10px;
}
.com-card-01 .label > * {
  display: flex;
  align-items: center;
}
.com-card-01 .label .jp {
  max-width: 40%;
  flex-shrink: 0;
}
.com-card-01 .label .eng {
  font-size: 86%;
  font-weight: 500;
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid currentColor;
}
.com-card-01 .thumb {
  width: 100%;
  aspect-ratio: 1/0.52;
  overflow: hidden;
}
.com-card-01 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.com-card-01 .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.com-card-01 .box > :not(.thumb) {
  flex: 1;
  margin: 0;
}
.com-card-01 .box[href] .infor, .com-card-01 .box[href] .infor02 {
  position: relative;
}
.com-card-01 .box[href] .infor::after, .com-card-01 .box[href] .infor02::after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  background: url(../img/common/ico_arrow_01.svg) no-repeat center/contain;
  right: 0.4em;
}
.com-card-01 .box[href] .infor {
  padding-bottom: 2.85em;
}
.com-card-01 .box[href] .infor::after {
  bottom: 0.9em;
  aspect-ratio: 1/0.41;
}
.com-card-01 .box[href] .infor02::after {
  top: 0;
  bottom: 0;
}
.com-card-01 .box[href]:hover .thumb img {
  transform: scale(1.1);
}
.com-card-01 .box[href]:hover .infor > *,
.com-card-01 .box[href]:hover .infor02 {
  opacity: 0.6;
}
.com-card-01 .infor {
  padding: 1.67em 2em;
}
@media (min-width: 960px) {
  .com-card-01 .infor {
    padding: 1.5em 3em 2.85em;
  }
}
.com-card-01 .infor > * {
  transition: 0.3s all ease-in-out;
}
.com-card-01 .infor02 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 0.3em 2.2em;
  transition: 0.3s all ease-in-out;
  min-height: 70px;
  box-sizing: border-box;
}
.com-card-01 .tit {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.7em;
}
.com-card-01 .tit::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #A79547;
  margin: 0.7em auto 0;
}
@media (min-width: 960px) {
  .com-card-01.small-card .infor {
    padding-inline: 2em;
  }
}
.com-card-01[class*=icon-] {
  --icon-size: 64px;
}
.com-card-01[class*=icon-] .thumb {
  position: relative;
}
.com-card-01[class*=icon-] .thumb::before {
  content: "";
  position: absolute;
  display: block;
  width: var(--icon-size);
  aspect-ratio: 1/1;
  background: #fff no-repeat center/72% auto;
  top: 0;
  left: 0;
  border-bottom-right-radius: 5px;
  z-index: 2;
}
.com-card-01.icon-01 .thumb::before {
  background-image: url(../img/common/plan_ico_01.svg);
}
.com-card-01.icon-02 .thumb::before {
  background-image: url(../img/common/plan_ico_02.svg);
}
.com-card-01.icon-03 .thumb::before {
  background-image: url(../img/common/plan_ico_03.svg);
}
.com-card-01.icon-04 .thumb::before {
  background-image: url(../img/common/plan_ico_04.svg);
}
.com-card-01.icon-05 .thumb::before {
  background-image: url(../img/common/plan_ico_05.svg);
}
.com-card-01.icon-06 .thumb::before {
  background-image: url(../img/common/plan_ico_06.svg);
}
.com-card-01.icon-07 .thumb::before {
  background-image: url(../img/common/plan_ico_07.svg);
}

/* footer
--------------------------------- */
.page .pagetop {
  border: 3px solid #5A5A5A;
}
.page .pagetop::before {
  background: url(../img/common/ico_pagetop_black.svg) center no-repeat;
}
.page .scrolldown > span {
  color: #5A5A5A;
}
.page .scrolldown > span::before, .page .scrolldown > span::after {
  background-color: #5A5A5A;
}

/* パンくず
--------------------------------- */
.group-breadcrumbs,
.tax-breadcrumbs {
  margin-bottom: 0.5em !important;
}
.group-breadcrumbs .aioseo-breadcrumb,
.tax-breadcrumbs .aioseo-breadcrumb {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0.3em 0.5em;
}
.group-breadcrumbs .aioseo-breadcrumb:last-child,
.tax-breadcrumbs .aioseo-breadcrumb:last-child {
  color: #A79547;
}

.group-breadcrumbs .aioseo-breadcrumb a {
  color: #fff;
}
.group-breadcrumbs .aioseo-breadcrumb-separator {
  color: #F0F0F0;
}

.tax-breadcrumbs .aioseo-breadcrumb {
  color: #686868;
}

/* 背景
--------------------------------- */
.com-bg-01 {
  background-color: #F8F6EF;
}

.com-bg-02 {
  background-color: #F0F0F0;
}

.com-bg-03 {
  background-color: #F2F0F0;
}

.com-bg-04 {
  background-color: #FFF;
}

.com-bg-05 {
  background-color: rgba(206, 182, 79, 0.12);
}

.com-bg-06 {
  background-color: #333333;
}

.com-bg-07 {
  background-color: rgba(167, 149, 71, 0.08);
}

.com-map-01 {
  width: 100%;
  aspect-ratio: 1/0.42;
}
.com-map-01 iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.com-bt-01 {
  border-top: 2px solid #C0C0C0;
}

.com-tag-01 {
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid currentColor;
  color: #707070;
  font-weight: 500;
  padding: 0.2em 1.2em;
  background-color: #fff;
}

.com-icon-01.circle::before {
  content: "●";
}
.com-icon-01.triangle::before {
  content: "▲";
}
.com-icon-01.x::before {
  content: "✕";
}

.info-list-01 {
  --border: 1px solid #D1D1D1;
  border-top: var(--border);
  letter-spacing: 0.06em;
}
.info-list-01 li {
  border-bottom: var(--border);
}
.info-list-01 li a {
  position: relative;
  display: block;
  padding-block: 1em;
  padding-right: 2.2em;
}
.info-list-01 li a:hover {
  background-color: rgba(167, 149, 71, 0.1);
}
.info-list-01 li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 17px;
  background: url(../img/common/ico_arrow_02.svg) no-repeat center/contain;
  transform: rotate(270deg);
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 1em;
}
.info-list-01 .head {
  margin-bottom: 1em;
}
.info-list-01 .tit {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
  font-weight: 500;
}
@media (min-width: 960px) {
  .info-list-01 .tit {
    position: relative;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.info-list-01 .info-tag-01 {
  margin-left: 1em;
}
@media (min-width: 960px) {
  .info-list-01 .info-tag-01 {
    margin-left: 2.5em;
  }
}
.info-list-01 .info-tag-01 + .info-tag-01 {
  margin-left: 1em;
}

.info-date-01 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #989898;
}
@media (min-width: 960px) {
  .info-date-01 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.info-tag-01 {
  display: inline-block;
  border: 1px solid #707070;
  font-size: 11px;
  font-size: 0.6875rem;
  min-width: 90px;
  text-align: center;
  padding: 0.3em 0.5em;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .info-tag-01 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.info-tag-01 + .info-tag-01 {
  margin-left: 1em;
}

/* pagination ページナビ
--------------------------------- */
.com-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-top: -8px;
}
.com-pagination ul .page-numbers {
  display: block;
  margin-left: 8px;
  margin-top: 8px;
  box-sizing: border-box;
  transition: none;
  font-weight: 500;
  transition: 0.3s all ease-in-out;
}
.com-pagination ul .page-numbers:not(.prev):not(.next) {
  display: grid;
  border: 1px solid #707070;
  width: 64px;
  height: 64px;
  place-items: center;
}
.com-pagination ul .page-numbers:not(.prev):not(.next).current {
  border-width: 2px;
  border-color: #A79547;
  color: #A79547;
}
.com-pagination ul .page-numbers.prev, .com-pagination ul .page-numbers.next {
  padding: 1em;
  background: url(../img/common/ico_arrow_06.svg) no-repeat center/11px;
}
.com-pagination ul .page-numbers.prev:hover, .com-pagination ul .page-numbers.next:hover {
  color: #A79547;
}
.com-pagination ul .page-numbers.prev {
  transform: scaleX(-1);
}
.com-pagination ul a:not(.prev):not(.next):hover {
  border-color: #A79547;
  color: #A79547;
}

.com-hr-01 {
  border-top: 2px solid #D1D1D1;
  margin-block: 20px;
}
@media (min-width: 960px) {
  .com-hr-01 {
    margin-block: 30px;
  }
}

/* dl table
--------------------------------- */
.form-table-01 > dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1.5em;
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .form-table-01 > dt {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.form-table-01 > dt .sub {
  font-size: 87%;
  color: #707070;
}
@media (min-width: 960px) {
  .form-table-01 > dt .sub {
    font-size: 72;
  }
}
.form-table-01 > dd {
  margin-top: 1em;
}
.form-table-01 > dd + dt {
  margin-top: 1.8em;
}
@media (min-width: 960px) {
  .form-table-01 > dd + dt {
    margin-top: 2.7em;
  }
}
.form-table-01 .required:after {
  content: "必須";
  font-size: 11px;
  font-size: 0.6875rem;
  background: #C75252;
  color: #fff;
  padding: 0.5em 1em;
  margin-left: 2em;
}

@media (min-width: 960px) {
  .form-table-02 {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: max-content 1fr;
  }
}
@media (max-width: 959px) {
  .form-table-02 dd + dt {
    margin-top: 1em;
  }
}
.form-table-02 dt {
  align-self: center;
}

.form-icon-required {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  background: #C75252;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-right: 1em;
}

:is(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) {
  display: inline-block;
  margin-left: -1.5em;
  margin-top: -0.3em;
}
:is(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) .wpcf7-list-item {
  margin-left: 1.5em;
  margin-top: 0.3em;
}

input[type=radio] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  margin: 0 5px 0 0;
}
input[type=radio]:checked {
  border: 4px solid #A79547;
}
input[type=radio]:checked:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #A79547;
  border-radius: 50%;
}
input[type=radio] label {
  display: inline-block;
}

input[type=checkbox] {
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  border: 0;
  background: #fff;
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
}
input[type=checkbox]:checked {
  position: relative;
}
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  border: 5px solid #A79547;
  box-sizing: border-box;
  border-top: none;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 8px;
}
input[type=checkbox] label {
  display: inline-block;
}

.wpcf7-not-valid-tip {
  margin-top: 1em;
}

/* #home-01
====================================== */
.home-panel-01 {
  position: relative;
  height: 100svh;
  pointer-events: none;
}
.home-panel-01 .copyright {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.home-panel-01 .copyright > small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.02em;
}

.home-inner-01 {
  z-index: -1;
}
.home-inner-01 video {
  opacity: 0.8;
}

.home-bg-01 {
  position: absolute;
  inset: 0;
  background-color: #02152C;
}

/* .home-text-
====================================== */
.home-text-01 {
  position: absolute;
  left: 0;
  bottom: 1.6em;
  max-width: 386px;
}
@media (min-width: 960px) {
  .home-text-01 {
    bottom: 2em;
    width: clamp(42.188rem, 70.31vw, 84.375rem);
    max-width: 1350px;
  }
}

.home-text-02 {
  color: #fff;
  font-size: min(3.8647342995vw, 16px);
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media (min-width: 640px) {
  .home-text-02 {
    font-size: min(1.40625vw, 18px);
  }
}

.home-text-03 {
  color: #fff;
  margin-top: 0;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  font-size: min(5.0724637681vw, 21px);
}
@media (min-width: 640px) {
  .home-text-03 {
    font-size: min(2.421875vw, 31px);
  }
}

/* #home-02
====================================== */
.home-bg-02 {
  background-color: rgba(0, 0, 0, 0.83);
  -webkit-backdrop-filter: blur(50px) brightness(120%);
          backdrop-filter: blur(50px) brightness(120%);
}

.home-inner-02 {
  padding-block: 100px 150px;
}

.home-tit-wrap-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

/* #home-03
====================================== */
.home-bg-03 {
  background-color: rgba(255, 255, 255, 0.567); /* #FFF */
  -webkit-backdrop-filter: blur(50px) brightness(120%);
  backdrop-filter: blur(50px) brightness(120%);
}

.home-inner-03 {
  padding-block: 80px 90px;
}
@media (min-width: 960px) {
  .home-inner-03 {
    padding-block: 130px 150px;
  }
}

.home-tit-01 {
  font-size: min(7.9710144928vw, 33px);
  letter-spacing: 0.15em;
}
@media (min-width: 640px) {
  .home-tit-01 {
    font-size: min(5.3125vw, 68px);
  }
}

.home-list-01 li + li {
  margin-top: 1em;
}
@media (min-width: 640px) {
  .home-list-01 li + li {
    margin-top: 0.5em;
  }
}
.home-list-01 li, .home-list-01 h3 {
  font-size: min(4.347826087vw, 18px);
  font-weight: 500;
}
@media (min-width: 640px) {
  .home-list-01 li, .home-list-01 h3 {
    font-size: min(1.640625vw, 21px);
  }
}
.home-list-01 h3 {
  margin-bottom: 0;
  line-height: inherit;
}
.home-list-01 h3::after {
  content: ":";
  display: inline-block;
  width: 1em;
  text-align: center;
}

/* #home-04
====================================== */
.home-bg-04 {
  position: absolute;
  inset: 0;
  background: url(../img/home/04_01.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}
.home-bg-04.fixed {
  position: fixed;
}

.home-grid-01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.home-list-02 li, .home-list-02 h3 {
  color: #fff;
}
.home-list-02 h3 {
  margin-block: 0;
  display: flex;
  align-items: center;
  font-size: 110%;
}
@media (min-width: 960px) {
  .home-list-02 h3 {
    height: 67px;
  }
}
.home-list-02 .text-01 {
  font-size: 70%;
}
.home-list-02 .text-02 {
  font-size: 80%;
}

.home-img-02 {
  width: clamp(140px, 23.27272727vw, 256px);
}

/* #home-05
====================================== */
.home-inner-04 {
  padding-block: 80px 150px;
}
@media (min-width: 960px) {
  .home-inner-04 {
    padding-block: 130px 50px;
  }
}

.information-tit-01 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #A79547;
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .information-tit-01 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.information-grid-01 > .uk-grid-margin {
  margin-top: 10px;
}

.information-card-01 {
  text-align: center;
}
.information-card-01 .image {
  width: 100%;
  aspect-ratio: 1/0.4;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.information-card-01 .image02 {
  width: 100%;
  aspect-ratio: 1/0.55;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.information-card-01 .tit {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 960px) {
  .information-card-01 .tit {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.information-card-01 .tit:has(+ .desc) {
  margin-bottom: 0.4em;
}
.information-card-01 .tit:has(+ .desc)::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin-inline: auto;
  margin-top: 0.5em;
  background-color: #A79547;
}
.information-card-01 .desc {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media (min-width: 960px) {
  .information-card-01 .desc {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
.information-card-01[href]:hover {
  opacity: 0.6;
}

/* list
--------------------------------- */
/* btn
--------------------------------- */
.column-btn-01 {
  display: block;
  padding: 14px;
  border: 1px solid #D1D1D1;
}
.column-btn-01:hover {
  background: rgb(234.7142857143, 229.5714285714, 207.2857142857);
}
.column-btn-01 .img {
  background: #F0F0F0;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 0.5em;
  position: relative;
}
.column-btn-01 .img::before {
  content: "NO IMAGE";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.column-btn-01 .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.column-btn-01 .tit {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  display: block;
  line-height: 1.8;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.column-btn-01 .data {
  margin-left: 0.5em;
  font-size: 13px;
  font-size: 0.8125rem;
}
.column-btn-01 .text {
  font-size: 12px;
  font-size: 0.75rem;
}

/* post navigation 記事前後ボタン
--------------------------------- */
.single-nav {
  border-top: 1px solid #D1D1D1;
  margin-top: 30px;
  padding-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 640px) {
  .single-nav {
    grid-template-columns: 3fr 3fr 2fr;
    margin-top: 40px;
    padding-top: 40px;
    grid-gap: 40px;
  }
}
.single-nav a {
  display: block;
  text-align: center;
  padding: 0.5em 2em;
  border: 2px solid #A79547;
  color: #A79547;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .single-nav a {
    font-size: 18px;
    font-size: 1.125rem;
    padding-block: 1em;
  }
}
.single-nav a:hover {
  opacity: 0.6;
}
.single-nav a::before {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  width: 10px;
  background: url(../img/common/ico_arrow_07.svg) no-repeat center/contain;
}
.single-nav a[rel=prev]::before {
  content: "";
  left: 1em;
  transform: scaleX(-1);
}
.single-nav a[rel=next]::before {
  content: "";
  right: 1em;
}
.single-nav a.index {
  background: #A79547;
  border-color: #A79547;
  color: #fff;
}
.single-nav a.index::before {
  content: "";
  right: 1em;
  width: 15px;
  background-image: url(../img/common/ico_pagetop.svg);
}

/* single-detail links
--------------------------------- */
/* list
--------------------------------- */
.recruitment-list-01 li + li {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .recruitment-list-01 li + li {
    margin-top: 30px;
  }
}

/* btn
--------------------------------- */
.recruitment-btn-01 {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  padding: 20px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .recruitment-btn-01 {
    padding: 40px 28px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.recruitment-btn-01 .tit {
  flex: 1;
}
.recruitment-btn-01::before {
  content: "";
  display: block;
  width: 6px;
  align-self: stretch;
  margin-right: 0.9em;
  background: #A79547;
}
.recruitment-btn-01::after {
  margin-left: auto;
  padding-left: 0.9em;
}
.recruitment-btn-01:hover {
  background: rgb(234.7142857143, 229.5714285714, 207.2857142857);
}

/* dl table
--------------------------------- */
@media (max-width: 639px) {
  .job-table-01 {
    border-bottom: 1px solid #989898;
  }
}
@media (min-width: 640px) {
  .job-table-01 {
    display: grid;
    grid-template-columns: 292px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.job-table-01 dt {
  padding: 1.5em 0 1em;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #989898;
}
@media (min-width: 640px) {
  .job-table-01 dt {
    padding-bottom: 1.5em;
    border-top: 2px solid #989898;
  }
  .job-table-01 dt:last-of-type {
    border-bottom: 2px solid #989898;
  }
}
.job-table-01 dt::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #A79547;
  position: absolute;
  margin-top: 0.5em;
  left: 0;
}
.job-table-01 dd {
  padding-bottom: 1.5em;
}
@media (min-width: 640px) {
  .job-table-01 dd {
    padding-top: 1.5em;
    border-top: 1px solid #989898;
  }
  .job-table-01 dd:last-of-type {
    border-bottom: 1px solid #989898;
  }
}

/* panel
--------------------------------- */
.contact-panel-01 {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.contact-panel-01 .tel {
  width: 58px;
  line-height: 32px;
  margin-right: 0.7em;
  text-align: center;
  color: #707070;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid currentColor;
  border-radius: 3px;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .contact-panel-01 .tel {
    width: 78px;
    line-height: 46px;
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 2em;
  }
}
.contact-panel-01 .number {
  line-height: 1;
  font-size: 40px;
  font-size: 2.5rem;
  color: #686868;
}
.contact-panel-01 .number a {
  color: #686868;
}

.contact-panel-02 {
  padding-inline: 15px;
}
@media (min-width: 960px) {
  .contact-panel-02 {
    padding: 60px;
  }
}

.contact-tit-01 {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 960px) {
  .contact-tit-01 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.contact-grid-01.uk-grid-divider > :not(.uk-first-column)::before {
  display: none;
}
.contact-grid-01.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: #D1D1D1;
}

/* list
--------------------------------- */
.thanks-panel-01 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}

/* #tax-consulting-01
====================================== */
.tax-consulting-panel-01 {
  position: relative;
  height: 100svh;
  pointer-events: none;
}
.tax-consulting-panel-01 .copyright {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.tax-consulting-panel-01 .copyright > small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #110E2B;
  writing-mode: vertical-rl;
  letter-spacing: 0.02em;
}

.tax-consulting-inner-01 {
  z-index: -1;
}
.tax-consulting-inner-01 video {
  scale: 1.2;
}

/* #tax-consulting-02
====================================== */
.tax-consulting-panel-02 {
  background-color: #FFF;
  border-radius: 2px;
  padding: 40px 16px 60px;
  container-type: inline-size;
}
@media (min-width: 960px) {
  .tax-consulting-panel-02 {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .tax-consulting-panel-02 {
    padding: 80px 140px;
  }
}

.tax-consulting-item-01 {
  padding: 1.5em 3em 2.5em;
}
.tax-consulting-item-01 .tit {
  font-size: min(5.3140096618vw, 22px);
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
  padding-bottom: 0.8em;
  position: relative;
}
@media (min-width: 640px) {
  .tax-consulting-item-01 .tit {
    font-size: min(1.71875vw, 22px);
  }
}
.tax-consulting-item-01 .tit::after {
  content: "";
  display: inline-block;
  background-color: #A79547;
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-inline: auto;
}
.tax-consulting-item-01 .text {
  font-size: min(4.347826087vw, 18px);
  letter-spacing: 0.01em;
}
@media (min-width: 640px) {
  .tax-consulting-item-01 .text {
    font-size: min(1.5625vw, 20px);
  }
}
.tax-consulting-item-01.support-plan {
  padding: 1em;
}
.tax-consulting-item-01.support-plan .tit {
  padding-bottom: 0;
}
.tax-consulting-item-01.support-plan .tit::after {
  display: none;
}

/* #tax-consulting-03
====================================== */
.tax-consulting-panel-03 {
  padding-bottom: 70px;
  font-weight: 500;
}

.tax-consulting-img-01 img {
  width: 100vw;
}

.tax-consulting-img-02 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #959078;
}
.tax-consulting-img-02 .capt {
  display: block;
  margin-bottom: -1.4em;
  position: relative;
  z-index: 2;
  margin-left: 2em;
}
.tax-consulting-img-02 .image {
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.tax-consulting-img-02 .image img {
  width: 100%;
}
.tax-consulting-img-02 .desc {
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  width: 75.2%;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .tax-consulting-img-02 .desc {
    width: 89.7%;
  }
}

.tax-consulting-panel-04 {
  display: inline-block;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 12px;
}
.tax-consulting-panel-04::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 16px;
  height: 7px;
  background-image: url("/assets/img/common/ico_arrow_01.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.tax-consulting-panel-04:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.tax-consulting-panel-04 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 639px) {
  .tax-consulting-panel-04 img {
    height: 200px;
  }
}
.tax-consulting-panel-04.support-plan .tax-consulting-img-01::before {
  content: "";
  background-image: url("/assets/img/contents/tax-consulting/04_6.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* inner
--------------------------------- */
.tax-consulting-inner-02 {
  padding-block: 80px;
}
@media (min-width: 960px) {
  .tax-consulting-inner-02 {
    padding-block: 100px 120px;
  }
}

.tax-consulting-inner-03 {
  padding-block: 60px;
}
@media (min-width: 960px) {
  .tax-consulting-inner-03 {
    padding-block: 100px;
  }
}

/* bg 背景
--------------------------------- */
.tax-consulting-bg-01 {
  position: absolute;
  inset: 0;
  background-color: #02152C;
  width: 100%;
  max-width: 100%;
  background: rgba(17, 14, 43, 0.18); /* #110e2b */
  border: 1px solid rgba(112, 112, 112, 0.18); /* #707070 */
}
.tax-consulting-bg-01::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 100%;
  background: linear-gradient(#fff 0%, rgba(243, 243, 243, 0.67) 15.3%, rgba(235, 235, 235, 0.56) 24.54%, rgba(233, 233, 233, 0.22) 35%, rgba(128, 128, 128, 0) 100%);
  border: 1px solid #707070;
}

.tax-consulting-bg-02 {
  background-color: rgba(240, 240, 240, 0.63); /* #707070 */
  -webkit-backdrop-filter: blur(50px) brightness(120%);
  backdrop-filter: blur(50px) brightness(120%);
}

.tax-consulting-bg-03 {
  background-color: rgba(255, 255, 255, 0.66); /* #FFF */
  -webkit-backdrop-filter: blur(50px) brightness(400%);
  backdrop-filter: blur(50px) brightness(400%);
}

.tax-consulting-bg-04 {
  background-color: #FFF;
  border-top: 1px solid #A79547;
  border-bottom: 1px solid #A79547;
}

/* text
--------------------------------- */
.tax-consulting-catch-01 {
  position: absolute;
  top: 20vh;
  left: 0;
  max-width: 100%;
  width: min(100vw, 921px);
  box-sizing: border-box;
}

.tax-consulting-text-01 {
  position: absolute;
  left: 0;
  bottom: 1.6em;
  max-width: 332px;
}
@media (min-width: 960px) {
  .tax-consulting-text-01 {
    max-width: 572px;
  }
}

.tax-consulting-text-02 {
  font-size: min(2.4154589372vw, 10px);
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #959078;
}
@media (min-width: 640px) {
  .tax-consulting-text-02 {
    font-size: min(0.9375vw, 12px);
  }
}
.tax-consulting-text-02 .catch {
  position: relative;
  z-index: 2;
}
.tax-consulting-text-02 .img {
  margin-top: -25px;
}
.tax-consulting-text-02 > p {
  padding-inline: 2.7em;
}
@media (min-width: 960px) {
  .tax-consulting-text-02 > p {
    padding-left: 34px;
    padding-right: 0;
  }
}

.tax-consulting-text-03 {
  font-size: min(4.1062801932vw, 17px);
  font-weight: bold;
}
@media (min-width: 640px) {
  .tax-consulting-text-03 {
    font-size: min(1.71875vw, 22px);
  }
}

.tax-consulting-text-04 {
  letter-spacing: 0.15em;
}

.tax-consulting-tit-01 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 100;
  color: #a79547;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .tax-consulting-tit-01 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.tax-consulting-tit-02 {
  position: relative;
  font-size: min(7.2463768116vw, 30px);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.2em;
}
@media (min-width: 640px) {
  .tax-consulting-tit-02 {
    font-size: min(4.375vw, 56px);
  }
}
.tax-consulting-tit-02 .subtitle {
  font-size: min(5.7971014493vw, 24px);
  display: block;
  font-weight: 200;
  letter-spacing: 0.1em;
  color: #A79547;
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .tax-consulting-tit-02 .subtitle {
    font-size: min(2.8125vw, 36px);
  }
}
.tax-consulting-tit-02.underline {
  padding-bottom: 24px;
  margin-bottom: 0.8em;
}
.tax-consulting-tit-02.underline::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 2px;
  background-color: #A79547;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tax-consulting-tit-03 {
  font-size: min(4.8309178744vw, 20px);
  font-weight: 700;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #D1D1D1;
  position: relative;
}
@media (min-width: 640px) {
  .tax-consulting-tit-03 {
    font-size: min(2.8125vw, 36px);
  }
}
.tax-consulting-tit-03::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  background-color: #A79547;
  width: 20px;
  height: 2px;
}

.tax-consulting-mt-01 {
  margin-top: -40px;
}

.tax-service-img-01 {
  width: 100%;
  aspect-ratio: 1/0.6;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.tax-service-panel-01::after {
  content: "";
  display: block;
  width: 88px;
  aspect-ratio: 1/0.3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #A79547;
  margin: 25px auto 0;
  opacity: 0.6;
}

.tax-service-card-01 {
  --card-color: #959078;
}
.tax-service-card-01 .label {
  color: var(--card-color);
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.7777777778;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin-bottom: -1.5em;
}
@media (min-width: 960px) {
  .tax-service-card-01 .label {
    margin-bottom: -1.8em;
  }
}
.tax-service-card-01 .label .num {
  display: block;
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
}
.tax-service-card-01 .wrapper {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding-block: 35px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
@media (min-width: 960px) {
  .tax-service-card-01 .wrapper {
    padding-block: 45px 30px;
    gap: 60px;
  }
}
.tax-service-card-01 .cont > * {
  margin-inline: auto;
}
.tax-service-card-01 .tit {
  width: 94%;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  .tax-service-card-01 .tit {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.tax-service-card-01 .tit span {
  display: inline-block;
  background-color: var(--card-color);
  padding: 0 0.8em;
}
.tax-service-card-01 .tit span + span {
  margin-top: 5px;
}
.tax-service-card-01 .desc {
  width: 81.7%;
  letter-spacing: 0.1em;
}

.business-field-panel-01 {
  padding: 30px 20px;
}
@media (min-width: 960px) {
  .business-field-panel-01 {
    padding: 60px;
  }
}

.aboutus-tit-01 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.375;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
@media (min-width: 960px) {
  .aboutus-tit-01 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.9;
    margin-bottom: 2em;
  }
}
.aboutus-tit-01 .name {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  font-weight: 500;
  margin-left: 0.5em;
}
@media (min-width: 960px) {
  .aboutus-tit-01 .name {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.0555555556;
  }
}

.aboutus-panel-01 {
  border-top: 1px solid #D1D1D1;
  padding-block: 1.5em;
}
@media (min-width: 960px) {
  .aboutus-panel-01 {
    padding-block: 2em;
  }
}

.aboutus-grid-01 {
  justify-content: center;
}
@media (min-width: 1200px) {
  .aboutus-grid-01.uk-grid {
    margin-left: -60px;
  }
}
@media (min-width: 1200px) {
  .aboutus-grid-01.uk-grid > * {
    padding-left: 60px;
  }
}
.aboutus-grid-01.uk-grid > .uk-grid-margin {
  margin-top: 20px;
}

@media (max-width: 639px) {
  .aboutus-img-01 {
    max-width: 350px;
  }
}

.aboutus-list-01 li + li {
  margin-top: 0.85em;
}

.labor-catch-01 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .labor-catch-01 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.625;
    letter-spacing: 0.05em;
  }
}

.labor-catch-02 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.85;
}
@media (min-width: 960px) {
  .labor-catch-02 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.labor-tit-01 .num {
  display: inline-block;
  letter-spacing: 0;
  margin-right: 10px;
}
.labor-tit-01 .text-small {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 960px) {
  .labor-tit-01 .text-small {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (min-width: 960px) {
  .labor-tit-02 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.labor-list-01 {
  color: #A79547;
  padding-left: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (min-width: 960px) {
  .labor-list-01 {
    letter-spacing: 0.05em;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.labor-list-01 li::before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0.4;
  margin-inline: -18px 10px;
}
.labor-list-01 li + li {
  margin-top: 0.3em;
}

.labor-panel-01 {
  background-color: #fff;
  border: 2px solid #F6F1DE;
  padding: 0 1em 1.5em;
}
@media (min-width: 960px) {
  .labor-panel-01 {
    padding: 0 2.5em 2em;
  }
}
.labor-panel-01 .tit {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #A79547;
  transform: translateY(-0.7em);
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .labor-panel-01 .tit {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5625;
    letter-spacing: 0.15em;
  }
}
.labor-panel-01 .tit::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  margin-top: 8px;
}
.labor-panel-01 .tit small {
  font-size: 100%;
}
@media (min-width: 960px) {
  .labor-panel-01 .tit small {
    font-size: 59%;
  }
}

.labor-card-01 {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 960px) {
  .labor-card-01 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}
.labor-card-01 .caption {
  padding: 1em;
}
@media (min-width: 960px) {
  .labor-card-01 .caption {
    padding-block: 1.5em;
  }
}

.access-map-01 {
  width: 100%;
  aspect-ratio: 1/0.83;
}
.access-map-01 > :is(iframe, img) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.education-tit-01 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #A79547;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 960px) {
  .education-tit-01 {
    font-size: 32px;
    font-size: 2rem;
    gap: 15px;
  }
}
.education-tit-01::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #959078;
}

.education-panel-01 {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.education-panel-01::-webkit-scrollbar {
  height: 8px;
}
.education-panel-01::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.education-panel-01::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 960px) {
  .education-panel-01 {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
  }
  .education-panel-01::-webkit-scrollbar {
    display: none; /* Older Safari and Chromium */
  }
}
.education-panel-01 > .wrapper {
  width: 1000px;
}
@media (min-width: 960px) {
  .education-panel-01 > .wrapper {
    width: 1280px;
  }
}

.education-card-01 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 8px;
}
@media (min-width: 960px) {
  .education-card-01 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.1111111111;
    padding-top: 10px;
  }
}
.education-card-01::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 16px;
  aspect-ratio: 1/0.952;
  background: url(../img/common/ico_quote_01.svg) no-repeat center/contain;
  margin-right: -8px;
  margin-top: -8px;
  position: relative;
}
@media (min-width: 960px) {
  .education-card-01::before {
    width: 21px;
    margin-right: -10px;
    margin-top: -10px;
  }
}
.education-card-01 > .card {
  padding: 2em 1em;
  background-color: #fff;
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .education-card-01 > .card {
    padding-block: 1.2em;
  }
}

.restaurant-img-01 {
  width: 100%;
  aspect-ratio: 1/0.48;
  -o-object-fit: cover;
     object-fit: cover;
}

.restaurant-text-01 {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
}
@media (min-width: 960px) {
  .restaurant-text-01 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}

.restaurant-text-02 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 960px) {
  .restaurant-text-02 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.restaurant-text-02 small {
  font-size: 72%;
}
@media (min-width: 960px) {
  .restaurant-text-02 small {
    font-size: 68%;
  }
}

.restaurant-table-01 {
  --head-color: #AAAAAA;
}
.restaurant-table-01 th {
  background-color: var(--head-color);
  padding: 0.6em 2em;
}
.restaurant-table-01 th:last-child {
  background-color: rgba(167, 149, 71, 0.7);
}
@media (min-width: 960px) {
  .restaurant-table-01 td {
    padding: 0.8em 1.2em;
  }
}
.restaurant-table-01 td:last-child {
  background-color: rgba(206, 182, 79, 0.12);
}
.restaurant-table-01 td:last-child .com-icon-01 {
  color: #A79547;
}
.restaurant-table-01 .com-icon-01 {
  color: var(--head-color);
}

.restaurant-tit-01 small {
  font-weight: 500;
  font-size: 68%;
}
@media (min-width: 960px) {
  .restaurant-tit-01 small {
    font-size: 46.8%;
  }
}

.restaurant-dl-01 {
  border-left: 6px solid #A79547;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 15px;
}
@media (min-width: 960px) {
  .restaurant-dl-01 {
    border-left-width: 8px;
    padding-left: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.restaurant-dl-01 .row {
  display: flex;
  align-items: baseline;
}
.restaurant-dl-01 dt {
  font-weight: inherit;
}
.restaurant-dl-01 dt::after {
  content: "：";
}
.restaurant-dl-01 dd {
  flex: 1;
}

.restaurant-panel-01 {
  border-radius: 5px;
  border: 2px solid #959078;
  background-color: #F8F6EF;
  padding: 30px 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
@media (min-width: 960px) {
  .restaurant-panel-01 {
    padding: 35px 75px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}
.restaurant-panel-01 .tit {
  letter-spacing: 0.1em;
}

@media (min-width: 960px) {
  .restaurant-list-01.com-list-08 {
    grid-template-columns: repeat(2, 1.5fr) 2fr;
  }
}

.established-panel-01 {
  background-color: #fff;
  border: 3px solid rgba(167, 149, 71, 0.3);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 35px;
}
@media (min-width: 960px) {
  .established-panel-01 {
    padding: 55px;
  }
}
.established-panel-01 .capt {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .established-panel-01 .capt {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5;
    margin-top: 30px;
  }
}
.established-panel-01 .capt::before {
  content: "";
  display: block;
  width: 41px;
  height: 2px;
  background-color: #A79547;
  margin-inline: auto;
  margin-bottom: 15px;
}
.established-panel-01 .icon {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 960px) {
  .established-panel-01 .icon {
    height: 116px;
  }
}
.established-panel-01 .icon img {
  max-width: 100%;
  max-height: 100%;
}

.established-grid-01 > .uk-grid-margin {
  margin-top: 10px;
}

.policy-sect-01 {
  counter-reset: policy-count;
}

.policy-tit-01 {
  counter-increment: policy-count;
}
.policy-tit-01::before {
  content: "0" counter(policy-count) ".";
  display: inline-block;
  margin-right: 0.5em;
}
.policy-tit-01:nth-child(n+10) {
  content: counter(policy-count) ".";
}

.policy-list-01 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.policy-list-01 li + li {
  margin-top: 0.4em;
}
.policy-list-01 li::before {
  counter-increment: item;
  content: "(" counter(item) ")";
  display: inline-block;
  margin-right: 0.5em;
}

@media (min-width: 960px) {
  .inheritance-list-01 {
    grid-template-columns: 1fr 1.3fr !important;
  }
}

.inheritance-text-01 {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 960px) {
  .inheritance-text-01 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.inheritance-mt-01 {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .inheritance-mt-01 {
    margin-top: 20px;
  }
}

.inheritance-img-01 {
  width: 100%;
  aspect-ratio: 1/0.48;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff-tit-01 {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 0.7em;
}
@media (min-width: 960px) {
  .staff-tit-01 {
    font-size: 38px;
    font-size: 2.375rem;
    text-align: left;
    margin-bottom: 0.8em;
  }
}
.staff-tit-01::after {
  margin-inline: auto;
  margin-top: 15px;
}
@media (min-width: 960px) {
  .staff-tit-01::after {
    margin-left: 0;
  }
}
.staff-tit-01 .sub {
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0;
  margin: 0;
}
@media (min-width: 960px) {
  .staff-tit-01 .sub {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.staff-tit-01 small {
  font-size: 53%;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  margin-top: 0.8em;
}
@media (min-width: 960px) {
  .staff-tit-01 small {
    font-size: 42%;
  }
}

.staff-img-01 {
  width: 100%;
  max-width: 250px;
  aspect-ratio: 1/1.07;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media (min-width: 960px) {
  .staff-img-01 {
    max-width: unset;
  }
}

.staff-img-02 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  display: block;
}

.staff-grid-01 > .uk-grid-margin {
  margin-top: 20px;
}
.staff-grid-01 + .staff-grid-01 {
  margin-top: 60px;
}
@media (min-width: 960px) {
  .staff-grid-01 + .staff-grid-01 {
    margin-top: 80px;
  }
}

.staff-text-01 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.9333333333;
}
@media (min-width: 960px) {
  .staff-text-01 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
}

@media (max-width: 959px) {
  .service-tit-01::after {
    width: 100%;
    background-color: #D1D1D1;
  }
}
.service-tit-01 .sub {
  color: #959078;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.6em;
}
@media (min-width: 960px) {
  .service-tit-01 .sub {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.tax-office-text-01 {
  line-height: 2.5;
}
/*# sourceMappingURL=layout.css.map */
