@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}

p {
  text-align: justify;
}

.wp-block-button__link,
.wp-element-button {
  letter-spacing: 0.05em !important;
}

figure.wp-block-image {
  display: block !important;
}

.alignright {
  float: unset !important;
  text-align: right !important;
}

.alignleft {
  float: unset !important;
  text-align: left !important;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  text-align: left;
}

body.js.block-editor-page {
  background: #f5f5ef !important;
}

html body:not(.wp-admin):not(.login):not(.block-editor-iframe__body) {
  overflow-x: hidden;
  font-weight: 500;
  color: #1d1d1f;
  line-height: 1.5;
  background: #f5f5ef;
  font-family: "inter", "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-animation: fadeIn 1.2s ease-out normal;
          animation: fadeIn 1.2s ease-out normal;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
}

@media (scripting: none) {
  html {
    scroll-behavior: smooth;
  }
}
@-webkit-keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
@keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
.upper {
  text-transform: uppercase;
}

.kb-theme-content-width {
  width: 84.08%;
  max-width: 1120px;
  margin: 0 auto;
}

.cont {
  width: 84.08%;
  max-width: 1120px;
  margin: 0 auto;
}
.cont * {
  margin: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.j-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.j-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.a-s {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .sp-block {
    display: block;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

.pc-block {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-block {
    display: none;
  }
}

.none {
  display: none;
}

a {
  color: #1d1d1f;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

.wrapper {
  width: 100%;
}

main li {
  list-style: none;
}

p,
li,
th,
td,
h5,
h6 {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  p,
  li,
  th,
  td,
  h5,
  h6 {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.content p + p {
  margin-top: 10px;
}

.noto {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.shippori,
h1,
h2 {
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
}

.inter {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.wp-block-post-title {
  font-size: 3.5rem;
}

.post_content .wp-block-columns {
  gap: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 767.9px) {
  .post_content .wp-block-columns {
    gap: 16px;
  }
}
.post_content .wp-block-columns * {
  margin-top: 0;
}

.content_wrapper {
  position: relative;
  z-index: 2;
}
.content_wrapper h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5333333333;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 56px;
}
@media screen and (max-width: 767.9px) {
  .content_wrapper h2 {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    padding-bottom: 18px;
    margin-bottom: 32px;
  }
}
.content_wrapper h2::before, .content_wrapper h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
}
.content_wrapper h2::before {
  background: #4a9238;
  width: 37.26px;
  left: 0;
}
.content_wrapper h2::after {
  background: #cac5ad;
  width: calc(100% - 42.23px);
  left: 42.23px;
}
.content_wrapper h2:nth-child(n+2) {
  margin-top: 112px;
}
@media screen and (max-width: 767.9px) {
  .content_wrapper h2:nth-child(n+2) {
    margin-top: 80px;
  }
}
.content_wrapper h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545454545;
  padding-left: 19px;
  position: relative;
  margin-bottom: 24px;
  margin-top: 56px;
}
@media screen and (max-width: 767.9px) {
  .content_wrapper h3 {
    margin-top: 40px;
    font-size: 1.8rem;
    padding-left: 16px;
  }
}
.content_wrapper h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #4a9238;
}
.content_wrapper h4 {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  padding-left: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .content_wrapper h4 {
    font-size: 1.7rem;
    margin-top: 32px;
    margin-bottom: 12px;
    line-height: 1.8823529412;
  }
}
.content_wrapper h4::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 8px;
  background: #4a9238;
}
.content_wrapper .content > figure {
  margin-top: 32px;
}
.content_wrapper .contents_flex_row {
  gap: 32px;
  margin: 40px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content_wrapper .contents_flex_row * {
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  .content_wrapper .contents_flex_row {
    gap: 16px;
    margin: 24px 0 48px;
  }
}
.content_wrapper .contents_flex_row > div {
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 767.9px) {
  .content_wrapper .contents_flex_row > div {
    width: 100%;
  }
}
.content_wrapper .contents_flex_row > div .wp-block-button {
  width: 100%;
}
.content_wrapper .contents_flex_row > div a {
  display: block;
  margin: 0;
}
.content_wrapper ol,
.content_wrapper ul {
  margin-left: 2.5em;
}
.content_wrapper ol li {
  list-style: decimal;
}
.content_wrapper ul li {
  list-style: disc;
}
.content_wrapper .about_name {
  font-size: 1.7rem;
}
.content_wrapper .about_name strong {
  font-size: 2rem;
}

.post_content p {
  text-align: justify;
}
.post_content .has-small-font-size,
.post_content .has-small-font-size * {
  font-size: 1.4rem !important;
}
.post_content .has-medium-font-size,
.post_content .has-medium-font-size * {
  font-size: 1.7rem !important;
}
@media screen and (max-width: 767.9px) {
  .post_content .has-medium-font-size,
  .post_content .has-medium-font-size * {
    font-size: 1.6rem !important;
  }
}
.post_content .has-large-font-size,
.post_content .has-large-font-size * {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 767.9px) {
  .post_content .has-large-font-size,
  .post_content .has-large-font-size * {
    font-size: 2rem !important;
  }
}
.post_content .has-x-large-font-size,
.post_content .has-x-large-font-size * {
  font-size: 3.2rem !important;
}
@media screen and (max-width: 767.9px) {
  .post_content .has-x-large-font-size,
  .post_content .has-x-large-font-size * {
    font-size: 2.6rem !important;
  }
}
.post_content .more_btn {
  margin-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .post_content .more_btn {
    margin-top: 48px;
  }
}

.header a {
  font-weight: 500;
}

.header .gnav_3 li:nth-child(n+3) a {
  font-weight: 600;
}

@media screen and (min-width: 1360px) {
  .header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    background: #f5f5ef;
  }
  .header .logo-wrap {
    position: absolute;
    left: calc(50% - 560px);
    top: 24px;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .logo-wrap .logo {
    width: 204px;
    margin-right: 32px;
  }
  .header .logo-wrap .logo img {
    width: 100%;
    height: 100%;
  }
  .header .logo-wrap .logo a {
    display: block;
  }
  .header .logo-wrap .logo-text {
    border-left: solid 1px #cac5ad;
    padding: 6px 0 6px 16px;
    gap: 10px;
  }
  .header .logo-wrap .logo-text p {
    font-size: 1.2rem;
    color: #003d28;
    margin: 0;
  }
  .header .logo-wrap .logo-text p:first-child {
    line-height: 1;
    font-weight: 500;
  }
  .header .logo-wrap .logo-text p:last-child {
    line-height: 1.3333333333;
  }
  .header-wrap {
    width: 100%;
  }
  .header-wrap .gnav {
    width: 100%;
    overflow: hidden;
  }
  .header-wrap .gnav ul {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 84.08%;
    max-width: 1120px;
    margin-inline: auto;
    position: relative;
  }
  .header-wrap .gnav ul::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background: #cac5ad;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header-wrap .gnav ul a {
    padding: 15px 0 17px;
    line-height: 1;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
  }
  .header-wrap .gnav ul a:hover {
    color: #4a9238;
    opacity: 1;
  }
  .header-wrap .gnav .gnav_1 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 31px;
    padding-bottom: 31px;
    gap: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-wrap .gnav .gnav_1 a {
    font-size: 1.4rem;
    padding-top: 13px;
    padding-bottom: 12px;
  }
  .header-wrap .gnav .gnav_1 .h_contact {
    margin-left: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-wrap .gnav .gnav_1 .h_contact a {
    background: #4a9238;
    color: #fff;
    padding: 17px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-radius: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-wrap .gnav .gnav_1 .h_contact a::before {
    content: "";
    width: 20px;
    height: 14px;
    background: url(../img/mail.svg) no-repeat center center/contain;
  }
  .header-wrap .gnav .gnav_1 .h_contact a:hover {
    color: #fff;
    background: #003d28;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-wrap .gnav_2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
  .header-wrap .gnav_2 a {
    font-size: 1.4rem;
    padding-bottom: 18px;
  }
  .header-wrap .gnav_3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    gap: 40px;
  }
  .header-wrap .gnav_3 a {
    font-size: 1.5rem;
    padding: 16px 0;
  }
  .HeightMin {
    background: none;
  }
  .HeightMin:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(245, 245, 239, 0.7);
    backdrop-filter: blur(25px);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .HeightMin .header__inner {
    position: relative;
    z-index: 2;
  }
  .HeightMin .logo-wrap {
    left: 40px;
    top: 20px;
  }
  .HeightMin .logo-wrap .logo-text {
    display: none;
  }
  .HeightMin .gnav {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 255px;
    margin-left: auto;
  }
  .HeightMin .gnav ul {
    width: 100%;
    max-width: unset;
    margin-inline: auto;
  }
  .HeightMin .gnav .gnav_1 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .HeightMin .gnav .gnav_1::before {
    content: none;
  }
  .HeightMin .gnav .gnav_1 .h_contact {
    position: fixed;
    right: 40px;
    top: 23px;
  }
  .HeightMin .gnav .gnav_2 {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .HeightMin .gnav .gnav_2::before {
    content: none;
  }
  .HeightMin .gnav .gnav_3 {
    gap: 24px;
    padding-top: 2px;
    padding-bottom: 3px;
    width: auto;
  }
  .HeightMin .gnav .gnav_3::before {
    width: 100%;
    bottom: auto;
    top: 0;
  }
}
@media screen and (max-width: 1359.9px) {
  .header {
    height: 80px;
    top: 0;
    display: block;
    width: 100%;
    z-index: 11;
    position: fixed;
  }
  .header .logo-text {
    display: none;
  }
  .header .logo-wrap {
    position: fixed;
    top: 24px;
    left: 32px;
    width: 153px;
  }
  .header .logo-wrap a {
    display: block;
  }
  .header .logo-wrap img {
    width: 100%;
    height: 100%;
  }
  .header .header-wrap {
    border-radius: 0;
    background: #f5f5ef;
    display: block;
    margin: 0;
    width: 100%;
    height: 100dvh;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    padding-right: 0;
    padding: 98px 40px 117px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    overflow: auto;
  }
  .header .header-wrap::before {
    content: "";
    width: 82.8%;
    height: auto;
    aspect-ratio: 333/465;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/header_wrap_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .header .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 2;
    padding-bottom: 96px;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1359.9px) and (max-width: 430px) {
  .header .gnav {
    width: 100%;
  }
}
@media screen and (max-width: 1359.9px) {
  .header .gnav ul {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
    max-width: 100%;
  }
  .header .gnav a {
    padding: 14px 0;
    display: block;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    white-space: nowrap;
  }
  .header .gnav_1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 22px 0;
    padding: 22px 0;
    border-top: solid 1px #cac5ad;
    border-bottom: solid 1px #cac5ad;
  }
  .header .gnav_1 a {
    font-size: 1.8rem;
    line-height: 1.1666666667;
  }
  .header .gnav_2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header .gnav_2 a {
    font-size: 1.6rem;
    line-height: 1;
    padding: 11.5px 0;
  }
  .header .gnav_3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: -30px;
  }
  .header .gnav_3 li:nth-child(n+3) {
    font-weight: 600;
  }
  .header .gnav_3 a {
    font-size: 1.8rem;
    line-height: 1.1666666667;
  }
  .header .h_contact {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 322px;
  }
  .header .h_contact a {
    background: #4a9238;
    color: #fff;
    padding: 16px 24px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-radius: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .h_contact a::before {
    content: "";
    width: 20px;
    height: 14px;
    background: url(../img/mail.svg) no-repeat center center/contain;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .header .h_contact a:hover {
    opacity: 1;
    color: #fff;
    background: #003d28;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.hamburger {
  display: none;
}

@media screen and (max-width: 1359.9px) {
  .hamburger {
    display: block;
    cursor: pointer;
    width: 33px;
    height: 33px;
    position: fixed;
    top: 32px;
    right: 32px;
    z-index: 99;
    background: none;
    border: none;
    color: #fff;
    background: #4a9238;
    text-align: center;
    border-radius: 50%;
  }
  .hamburger__line,
  .hamburger__line::before,
  .hamburger__line::after {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; /*アニメーションの設定*/
    position: absolute;
    width: 17px;
    height: 1px;
    background: #fff;
  }
  .hamburger__line {
    left: 8px;
    top: 11px;
  }
  .hamburger__line::before {
    content: "";
    top: 5px;
    left: 0;
  }
  .hamburger__line::after {
    content: "";
    top: 10px;
    left: 0;
  }
  /*activeクラスが付与されると線が回転して×になる*/
  .hamburger.active span {
    top: 10px;
    left: 7px;
    -webkit-transform: translateY(6px) rotate(30deg);
            transform: translateY(6px) rotate(30deg);
    width: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hamburger.active span::before {
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  .hamburger.active span::after {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
    width: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-wrap.active {
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 1;
    visibility: visible;
  }
}
.pankuzu .cont {
  padding: 11px 0 12px 10px;
  border-top: solid 1px #cac5ad;
  border-bottom: solid 1px #cac5ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.4615384615;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767.9px) {
  .pankuzu .cont {
    padding: 10px;
  }
}
.pankuzu .cont a.home {
  display: block;
  width: 14px;
  height: 12px;
  background-image: url(../img/home.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767.9px) {
  .pankuzu .cont a.home {
    width: 12px;
    height: 10px;
  }
}
.pankuzu .cont span,
.pankuzu .cont a {
  font-size: 1.4rem;
  display: block;
  white-space: nowrap;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
  letter-spacing: 0;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.2142857143;
}
@media screen and (max-width: 767.9px) {
  .pankuzu .cont span,
  .pankuzu .cont a {
    font-size: 1rem;
  }
}
.pankuzu .cont span br,
.pankuzu .cont a br {
  display: none;
}
.pankuzu .cont span:has(.current-item) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pankuzu .cont .current-item {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pankuzu .cont .bar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  background-image: url(../img/pankuzu_arrow.svg);
  width: 6px;
  height: auto;
  aspect-ratio: 6/8;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.editor-styles-wrapper {
  font-size: 62.5%;
}

.page_top {
  position: relative;
}
@media screen and (max-width: 1359.9px) {
  .page_top {
    padding-top: 112px;
  }
}
.page_top::before {
  content: "";
  width: 42.36%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/page_top_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .page_top::before {
    background-image: url(../img/page_top_bg-sp.png);
    width: 58%;
    aspect-ratio: 236/327;
  }
}
.page_top .cont {
  z-index: 2;
  gap: 48px 64px;
  position: relative;
  padding: 64px 0 70px;
}
@media screen and (max-width: 767.9px) {
  .page_top .cont {
    padding: 0 0 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_top .cont::before, .page_top .cont::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  left: 0;
}
.page_top .cont::before {
  height: 2px;
  background: #cac5ad;
  bottom: 0;
}
.page_top .cont::after {
  background: #4a9238;
  bottom: 6px;
}
.page_top picture {
  width: 48.5714285714%;
}
@media screen and (max-width: 767.9px) {
  .page_top picture {
    width: 100%;
  }
}
.page_top picture img {
  display: block;
  width: 100%;
  aspect-ratio: 544/248;
  border-radius: 8px;
}
.page_top .page_title_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 767.9px) {
  .page_top .page_title_wrap {
    width: 100%;
    gap: 12px;
  }
}
.page_top .page_title_wrap .page_title_sub {
  font-size: 1.6rem;
  font-weight: 600;
  color: #4a9238;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767.9px) {
  .page_top .page_title_wrap .page_title_sub {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
.page_top .page_title_wrap .page_title {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767.9px) {
  .page_top .page_title_wrap .page_title {
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
}
.page_top .page_title_wrap .page_title.size-m {
  font-size: 3.3rem;
  line-height: 1.696969697;
}
@media screen and (max-width: 767.9px) {
  .page_top .page_title_wrap .page_title.size-m {
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
}

.post-taxonomies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .post-taxonomies {
    margin-bottom: 12px;
  }
}
.post-taxonomies span {
  background: #4a9238;
  color: #fff;
  padding: 4px 6px;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 2px;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .post-taxonomies span {
    font-size: 1.2rem;
  }
}

.page_top2 .cont {
  position: relative;
  padding: 145px 0 70px;
}
@media screen and (max-width: 767.9px) {
  .page_top2 .cont {
    padding: 120px 0 52px;
  }
}
.page_top2 .cont::before, .page_top2 .cont::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  left: 0;
}
.page_top2 .cont::before {
  height: 2px;
  background: #cac5ad;
  bottom: 0;
}
.page_top2 .cont::after {
  background: #4a9238;
  bottom: 6px;
}
.page_top2 .inner {
  max-width: 736px;
  margin: 0 auto;
}
.page_top2 .page_title {
  padding: 4px 0;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.9px) {
  .page_top2 .page_title {
    font-size: 2.2rem;
    line-height: 1.5454545455;
    padding: 0;
  }
}
.page_top2 .page_date {
  margin-top: 16px;
}
@media screen and (max-width: 767.9px) {
  .page_top2 .page_date {
    margin-top: 12px;
  }
}
.page_top2 .page_date time {
  color: #4a9238;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .page_top2 .page_date time {
    font-size: 1.2rem;
  }
}

.single-news .page_top2 .page_title {
  padding: 0;
}

.single-news h2:nth-child(n+2),
.single-cases h2:nth-child(n+2),
.single-column h2:nth-child(n+2) {
  margin-top: 128px;
}
@media screen and (max-width: 767.9px) {
  .single-news h2:nth-child(n+2),
  .single-cases h2:nth-child(n+2),
  .single-column h2:nth-child(n+2) {
    margin-top: 80px;
  }
}

.content_wrapper {
  padding-top: 96px;
}
@media screen and (max-width: 767.9px) {
  .content_wrapper {
    padding-top: 48px;
  }
}
.content_wrapper .cont {
  gap: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 144px;
}
@media screen and (max-width: 1024px) {
  .content_wrapper .cont {
    gap: 0;
    margin-bottom: 80px;
  }
}
.content_wrapper .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.content_wrapper.no_nav .cont {
  max-width: 736px;
}
.content_wrapper.no_nav .content {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 100%;
}

.nav_wrap {
  position: sticky;
  top: 232px;
  padding-top: 2px;
  left: 0;
  width: 208px;
  max-height: calc(100dvh - 232px);
  overflow-y: auto;
}
.nav_wrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1359.9px) {
  .nav_wrap {
    top: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .nav_wrap {
    display: none;
    margin-bottom: 0;
  }
}
.nav_wrap #ez-toc-container {
  padding: 0;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 0;
}
.nav_wrap li {
  margin-bottom: 0 !important;
}
.nav_wrap li:last-child {
  margin-bottom: 0;
}
.nav_wrap li.ez-toc-heading-level-2:last-child > a,
.nav_wrap .archive_taxonomies li:last-child > a {
  padding-bottom: 0;
}
.nav_wrap li.ez-toc-heading-level-2:last-child > a .toc-icon,
.nav_wrap .archive_taxonomies li:last-child > a .toc-icon {
  margin-top: 4px;
}
.nav_wrap li.ez-toc-heading-level-2:first-child > a,
.nav_wrap .archive_taxonomies li:first-child > a {
  padding-top: 0;
}
.nav_wrap li.ez-toc-heading-level-2:first-child > a .toc-icon,
.nav_wrap .archive_taxonomies li:first-child > a .toc-icon {
  margin-top: -4px;
}
.nav_wrap li.ez-toc-heading-level-2:only-child > a .toc-icon,
.nav_wrap .archive_taxonomies li:only-child > a .toc-icon {
  margin-top: 0;
}
.nav_wrap li.ez-toc-heading-level-2 > a,
.nav_wrap .archive_taxonomies li > a {
  padding: 8px 0;
  display: block;
  font-size: 1.6rem;
  padding-left: 37px;
  line-height: 1.625;
  position: relative;
  color: #1d1d1f !important;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
  .nav_wrap li.ez-toc-heading-level-2 > a,
  .nav_wrap .archive_taxonomies li > a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.nav_wrap li.ez-toc-heading-level-2 > a::before,
.nav_wrap .archive_taxonomies li > a::before {
  content: none !important;
}
.nav_wrap li.ez-toc-heading-level-2 > a span.toc-icon,
.nav_wrap .archive_taxonomies li > a span.toc-icon {
  width: 29px;
  height: 18px;
  border-radius: 100px;
  background: #4a9238;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
.nav_wrap li.ez-toc-heading-level-2 > a span.toc-icon::before, .nav_wrap li.ez-toc-heading-level-2 > a span.toc-icon::after,
.nav_wrap .archive_taxonomies li > a span.toc-icon::before,
.nav_wrap .archive_taxonomies li > a span.toc-icon::after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 11px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.nav_wrap li.ez-toc-heading-level-2 > a span.toc-icon::before,
.nav_wrap .archive_taxonomies li > a span.toc-icon::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav_wrap li.ez-toc-heading-level-2 > a span.toc-icon::after,
.nav_wrap .archive_taxonomies li > a span.toc-icon::after {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
.nav_wrap li.ez-toc-heading-level-2 > a:hover,
.nav_wrap .archive_taxonomies li > a:hover {
  text-decoration: none !important;
  opacity: 1;
  color: #4a9238 !important;
}
.nav_wrap li.ez-toc-heading-level-2 > a:hover span.toc-icon::before,
.nav_wrap .archive_taxonomies li > a:hover span.toc-icon::before {
  -webkit-transform: translateY(220%);
          transform: translateY(220%);
}
.nav_wrap li.ez-toc-heading-level-2 > a:hover span.toc-icon::after,
.nav_wrap .archive_taxonomies li > a:hover span.toc-icon::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav_wrap .ez-toc-list-level-3 {
  margin-left: 39px !important;
}
.nav_wrap .ez-toc-heading-level-3 a {
  color: #1d1d1f !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  padding: 4px 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767.9px) {
  .nav_wrap .ez-toc-heading-level-3 a {
    font-size: 1.6rem !important;
  }
}
.nav_wrap .ez-toc-heading-level-3 a::before {
  content: none !important;
}
.nav_wrap .ez-toc-heading-level-3 a:hover {
  color: #4a9238 !important;
  text-decoration: none !important;
  opacity: 1;
}
.nav_wrap .lawyer_nav_profile {
  display: block;
}
.nav_wrap .lawyer_nav_profile .lawyer_profile_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  margin: 0;
}
.nav_wrap .lawyer_nav_profile .lawyer_profile_title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.35;
  color: inherit;
}
.nav_wrap .lawyer_nav_profile .name {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4375;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .nav_wrap--sp-toggle {
    display: block;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    max-height: none;
    overflow: visible;
  }
}
.nav_wrap--sp-toggle .nav_wrap__toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .nav_wrap--sp-toggle .nav_wrap__toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    position: fixed;
    right: 32px;
    bottom: 112px;
    z-index: 1000;
    background: #4a9238;
    border-radius: 100px;
    padding: 8px 12px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
  }
}
.nav_wrap--sp-toggle .nav_wrap__icon {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
}
.nav_wrap--sp-toggle .nav_wrap__icon::before, .nav_wrap--sp-toggle .nav_wrap__icon::after {
  content: "";
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nav_wrap--sp-toggle .nav_wrap__icon::before, .nav_wrap--sp-toggle .nav_wrap__icon::after {
  width: 7px;
  height: 2px;
  border-radius: 2px;
}
.nav_wrap--sp-toggle .nav_wrap__icon::after {
  width: 2px;
  height: 7px;
  border-radius: 2px;
}
@media screen and (max-width: 1024px) {
  .nav_wrap--sp-toggle .nav_wrap__panel {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 32px;
    bottom: 166px;
    z-index: 10;
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px rgba(223, 223, 204, 0.7);
            box-shadow: 0 0 20px rgba(223, 223, 204, 0.7);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 220px;
    max-width: calc(100% - 64px);
    max-height: min(60vh, 100dvh - 260px);
    overflow: auto;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .nav_wrap--sp-toggle .nav_wrap__panel #ez-toc-container {
    margin-bottom: 0;
  }
}
.nav_wrap--sp-toggle.is-open .nav_wrap__panel {
  opacity: 1;
  visibility: visible;
}
.nav_wrap--sp-toggle.is-open .nav_wrap__icon::after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .column_content .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 72px;
  }
}

.column_nav {
  width: 288px;
  padding-bottom: 80px;
  margin-bottom: -80px;
}
@media screen and (max-width: 1024px) {
  .column_nav {
    max-height: unset;
    display: block;
    position: relative;
    top: 0;
    margin: 0 auto;
    width: calc(100% - 50px);
    padding-bottom: 0;
  }
}
.column_nav .ez-toc-heading-level-2 {
  padding-bottom: 20px !important;
  border-bottom: solid 1px #d0d0d0;
  margin-bottom: 14px !important;
}
@media screen and (max-width: 1024px) {
  .column_nav .ez-toc-heading-level-2 {
    margin-bottom: 20px !important;
  }
}
.column_nav .ez-toc-heading-level-2:last-child {
  margin-bottom: 0 !important;
}
.column_nav .ez-toc-title {
  font-size: 1.7rem !important;
  color: #4a9238 !important;
  margin-bottom: 24px !important;
  line-height: 1.5;
  display: block !important;
}
@media screen and (max-width: 767.9px) {
  .column_nav .ez-toc-title {
    margin-bottom: 16px !important;
  }
}

a .arrow {
  display: block;
  width: 32px;
  height: 20px;
  border-radius: 100px;
  background: #4a9238;
  overflow: hidden;
  line-height: 1.25;
  position: relative;
}
a .arrow::before, a .arrow::after {
  content: "";
  width: 13px;
  height: 8px;
  background-image: url(../img/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
a .arrow::before {
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
a .arrow::after {
  -webkit-transform: translateY(-50%) translateX(-300%);
          transform: translateY(-50%) translateX(-300%);
}

a:has(.arrow):hover {
  opacity: 1;
}
a:has(.arrow):hover span.arrow::before {
  -webkit-transform: translateY(-50%) translateX(300%);
          transform: translateY(-50%) translateX(300%);
}
a:has(.arrow):hover span.arrow::after {
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.btn1 {
  margin-top: 24px;
}
.btn1 a {
  position: relative;
  background: #fff;
  padding: 20px 24px 20px 71px;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4375;
  color: #1d1d1f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}
@media screen and (max-width: 767.9px) {
  .btn1 a {
    padding: 16px 24px 17px 71px;
  }
}
.btn1 a span.toc-icon {
  width: 32px;
  height: 20px;
  border-radius: 100px;
  background: #4a9238;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  line-height: 1.25;
}
.btn1 a span.toc-icon::before, .btn1 a span.toc-icon::after {
  content: "";
  width: 13px;
  height: 8px;
  background-image: url(../img/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.btn1 a span.toc-icon::before {
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.btn1 a span.toc-icon::after {
  -webkit-transform: translateY(-50%) translateX(-300%);
          transform: translateY(-50%) translateX(-300%);
}
.btn1 a:hover {
  opacity: 1;
  color: #4a9238;
}
.btn1 a:hover span.toc-icon::before {
  -webkit-transform: translateY(-50%) translateX(300%);
          transform: translateY(-50%) translateX(300%);
}
.btn1 a:hover span.toc-icon::after {
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.more_btn {
  font-size: 1.7rem;
}
.more_btn a {
  background: #4a9238;
  color: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  line-height: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: max-content;
}
@media screen and (max-width: 767.9px) {
  .more_btn a {
    padding: 18px 32px;
  }
}
.more_btn a:hover {
  background: #003d28;
}
.more_btn a .arrow {
  background: #fff;
}
.more_btn a .arrow::before {
  background-image: url(../img/arrow_right_green.svg);
}
.more_btn a .arrow::after {
  background-image: url(../img/arrow_right_deep_green.svg);
}
.more_btn.white a {
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
}
.more_btn.white a:hover {
  background: #003d28;
}

.archive-empty {
  margin: 0;
  padding: 24px 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5555555556;
  color: #1d1d1f;
}

.archive_cases .cases_list {
  margin-bottom: 24px;
}
.archive_cases .cases_list li {
  margin-bottom: 24px;
}
.archive_cases .cases_list li a {
  display: block;
  background: #fff;
  padding: 32px 104px 32px 40px;
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 767.9px) {
  .archive_cases .cases_list li a {
    padding: 32px 32px 68px;
  }
}
.archive_cases .cases_list li a .post-taxonomies {
  margin-bottom: 8px;
}
.archive_cases .cases_list li a p {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 600;
  max-width: 598px;
}
@media screen and (max-width: 767.9px) {
  .archive_cases .cases_list li a p {
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }
}
.archive_cases .cases_list li a .arrow {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767.9px) {
  .archive_cases .cases_list li a .arrow {
    right: auto;
    left: 32px;
    bottom: 32px;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.archive_cases .cases_list li a:hover p {
  color: #4a9238;
}

.pagination {
  margin-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .pagination {
    margin-top: 48px;
  }
}
.pagination h2 {
  margin: 0;
  height: 0;
  padding: 0;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination ul li a,
.pagination ul li span {
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  border: solid 1px #4a9238;
  border-radius: 2px;
  min-width: 28px;
  height: 27px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 2px 1px 1px;
}
.pagination ul li a.prev.page-numbers,
.pagination ul li a.next.page-numbers,
.pagination ul li span.prev.page-numbers,
.pagination ul li span.next.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 20px;
  border: none;
  line-height: 0;
}
.pagination ul li a.prev.page-numbers .arrow,
.pagination ul li a.next.page-numbers .arrow,
.pagination ul li span.prev.page-numbers .arrow,
.pagination ul li span.next.page-numbers .arrow {
  position: relative;
  -webkit-transform: none;
          transform: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.pagination ul li a.prev.page-numbers .arrow.arrow--prev,
.pagination ul li a.next.page-numbers .arrow.arrow--prev,
.pagination ul li span.prev.page-numbers .arrow.arrow--prev,
.pagination ul li span.next.page-numbers .arrow.arrow--prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.pagination ul li span.prev.page-numbers,
.pagination ul li span.next.page-numbers {
  opacity: 0.4;
  pointer-events: none;
}
.pagination ul li .dots {
  border: none;
}
.pagination ul li a:hover {
  color: #4a9238;
  opacity: 1;
}
.pagination ul li .current {
  color: #4a9238;
}

.archive_voices .cont {
  max-width: 736px;
}
.archive_voices .voices_list li {
  margin-bottom: 32px;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}
@media screen and (max-width: 767.9px) {
  .archive_voices .voices_list li {
    margin-bottom: 24px;
  }
}
.archive_voices .voices_list li .inner {
  padding: 31px 38px;
  border: solid 1px #4a9238;
  border-radius: 4px;
}
.archive_voices .voices_list li .voices_list_title {
  color: #4a9238;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 600;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: dashed 1px #4a9238;
}
@media screen and (max-width: 767.9px) {
  .archive_voices .voices_list li .voices_list_title {
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }
}
.archive_voices .voices_list li .voices_list_description {
  margin-bottom: 20px;
  text-align: justify;
}
.archive_voices .voices_list li .data {
  gap: 4px 0;
}
.archive_voices .voices_list li .data p {
  margin: 0;
  padding: 1px 16px;
  border-left: solid #9f9257 1px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .archive_voices .voices_list li .data p {
    padding: 1px 12px;
  }
}
.archive_voices .voices_list li .data p:first-child {
  border-left: none;
  padding-left: 0;
}

.faq_content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 72px;
  max-width: 736px;
  margin-left: auto;
}
@media screen and (max-width: 767.9px) {
  .faq_content_wrapper {
    gap: 56px;
  }
}

.faq_list_wrap h3 {
  margin-top: 0;
  margin-bottom: 32px;
}
.faq_list_wrap .accordion_item--accordion {
  margin-bottom: 24px;
  background: #fff;
  border-radius: 8px;
  padding: 0 0 1px 0;
}
.faq_list_wrap .accordion_item--accordion:last-child {
  margin-bottom: 0;
}
.faq_list_wrap .accordion_toggle {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.8rem;
  position: relative;
  padding-top: 21px;
  padding-right: 76px;
  padding-bottom: 20px;
  padding-left: 63px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .faq_list_wrap .accordion_toggle {
    font-size: 1.7rem;
    line-height: 1.4705882353;
    padding-right: 73px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.faq_list_wrap .accordion_toggle .inter {
  font-size: 2.4rem;
  font-weight: 600;
  color: #4a9238;
  position: absolute;
  left: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
.faq_list_wrap .accordion_toggle:focus-visible {
  outline: 2px solid #4a9238;
  outline-offset: 2px;
}
.faq_list_wrap .accordion_toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 38px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.faq_list_wrap .accordion_toggle::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29px;
  height: 18px;
  border-radius: 100px;
  background: #4a9238;
}
.faq_list_wrap .accordion_toggle[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.faq_list_wrap .accordion_panel {
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease;
}
.faq_list_wrap .accordion_panel .faq_content {
  position: relative;
  padding-left: 63px;
  margin-bottom: 20px;
  padding-right: 28px;
}
.faq_list_wrap .accordion_panel .faq_content .inter {
  font-size: 2.4rem;
  font-weight: 600;
  color: #4a9238;
  position: absolute;
  left: 28px;
  top: 6px;
  line-height: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.faq_list_wrap .accordion_panel .faq_content p {
  text-align: justify;
}

body.single-column .page_top::before {
  display: none;
}
body.single-column .page_top .cont::before,
body.single-column .page_top .cont::after {
  display: none;
}
body.single-column .page_top .cont {
  padding-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  body.single-column .page_top .cont {
    padding-bottom: 0;
  }
}
body.single-column .content_wrapper .content {
  max-width: 736px;
}

.column_top .page_title_wrap .page_title {
  font-size: 3.6rem;
  line-height: 1.4444444444;
  padding: 4px 0;
}
@media screen and (max-width: 767.9px) {
  .column_top .page_title_wrap .page_title {
    font-size: 2.6rem;
    line-height: 1.4615384615;
    padding: 0;
  }
}
.column_top .post-taxonomies {
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  .column_top .cont {
    gap: 28px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .column_top .cont::before, .column_top .cont::after {
    content: none;
  }
}
.column_top time {
  color: #4a9238;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .column_top time {
    font-size: 1.2rem;
  }
}
.column_top picture {
  width: 51.4285714286%;
}
@media screen and (max-width: 767.9px) {
  .column_top picture {
    width: 100%;
  }
}
.column_top picture img {
  width: 100%;
  aspect-ratio: 576/393;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 8px;
}

.pp_wrapper .cont {
  max-width: 800px;
}
.pp_wrapper p,
.pp_wrapper li {
  text-align: justify;
}
@media screen and (max-width: 767.9px) {
  .pp_wrapper h3 {
    margin-top: 48px;
  }
}
.pp_wrapper .pp_date {
  margin-top: 56px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.9px) {
  .pp_wrapper .pp_date {
    margin-top: 48px;
  }
}

.page_pp_top .cont {
  padding-top: 138px;
  padding-bottom: 142px;
}
@media screen and (max-width: 767.9px) {
  .page_pp_top .cont {
    padding-top: 0;
    padding-bottom: 56px;
  }
}

.single-lawyers .content_wrapper {
  padding-top: 64px;
}
.single-lawyers .nav_wrap {
  margin-top: -4px;
}
@media screen and (max-width: 1024px) {
  .single-lawyers .nav_wrap {
    margin: 0;
  }
}
.single-lawyers .nav_wrap li > a {
  line-height: 1.43;
}
.single-lawyers .content {
  margin-bottom: unset;
}
.single-lawyers .content > *:last-child {
  margin-bottom: 0;
}
.single-lawyers h3 {
  margin-top: 72px;
}
@media screen and (max-width: 767.9px) {
  .single-lawyers h3 {
    margin-top: 48px;
  }
}
.single-lawyers .content_wrapper {
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .single-lawyers .content_wrapper {
    padding-top: 120px;
  }
}
.single-lawyers .content_wrapper::before {
  content: "";
  width: 51%;
  height: auto;
  aspect-ratio: 720/631;
  background-image: url(../img/single-lawyers_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .single-lawyers .content_wrapper::before {
    background-image: url(../img/single-lawyers_bg-sp.png);
    width: 76%;
    aspect-ratio: 303/580;
    top: -44px;
  }
}

.lawyer_profile {
  gap: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767.9px) {
  .lawyer_profile {
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 64px;
  }
}
.lawyer_profile .lawyer_profile_detail {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .lawyer_profile .lawyer_profile_detail {
    margin-top: 190px;
  }
}
.lawyer_profile .lawyer_profile_title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767.9px) {
  .lawyer_profile .lawyer_profile_title {
    line-height: 1;
  }
}
.lawyer_profile .lawyer_profile_name {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .lawyer_profile .lawyer_profile_name {
    margin-bottom: 52px;
  }
}
.lawyer_profile .lawyer_profile_name .lawyer_profile_title {
  margin-bottom: 4px;
}
@media screen and (max-width: 767.9px) {
  .lawyer_profile .lawyer_profile_name .lawyer_profile_title {
    margin-bottom: 12px;
  }
}
.lawyer_profile .lawyer_profile_name .name {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.6470588235;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}
@media screen and (max-width: 767.9px) {
  .lawyer_profile .lawyer_profile_name .name {
    background: #f5f5ef;
    font-size: 2.8rem;
    padding: 4px 2px 4px 0;
    line-height: 1;
    margin-left: 0 !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 12px;
  }
}
.lawyer_profile .lawyer_profile_name .furigana {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.2142857143;
}
@media screen and (max-width: 767.9px) {
  .lawyer_profile .lawyer_profile_name .furigana {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0 !important;
    padding: 2px 4px 2px 0;
    font-size: 1rem;
    line-height: 1;
    background: #f5f5ef;
  }
}
.lawyer_profile .lawyer_profile_description p + p {
  margin-top: 0;
}
.lawyer_profile .lawyer_profile_description .lawyer_profile_title {
  margin-bottom: 8px;
}
@media screen and (max-width: 767.9px) {
  .lawyer_profile .lawyer_profile_description .lawyer_profile_title {
    margin-bottom: 12px;
  }
}
.lawyer_profile figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 352px;
}
@media screen and (max-width: 767.9px) {
  .lawyer_profile figure {
    width: 240px;
    margin-left: -97px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.lawyer_profile figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 352/448;
  border-radius: 8px;
}
@media screen and (max-width: 767.9px) {
  .lawyer_profile figure img {
    aspect-ratio: 240/304;
  }
}

.lawyer_career {
  margin-bottom: 72px;
  margin-top: 0 !important;
}
@media screen and (max-width: 767.9px) {
  .lawyer_career {
    margin-bottom: 48px;
  }
}
.lawyer_career td:nth-child(1) {
  width: 200px;
}

.lawyer_career table {
  table-layout: auto !important;
}
.lawyer_career tr {
  border-bottom: dashed 1px #9f9257;
}
@media screen and (max-width: 767.9px) {
  .lawyer_career tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    padding: 19.5px 0;
  }
}
.lawyer_career td,
.lawyer_career th {
  border: none;
}
.lawyer_career td {
  padding: 15.5px 0;
}
@media screen and (max-width: 767.9px) {
  .lawyer_career td {
    padding: 0;
  }
}
.lawyer_career td:nth-child(1) {
  width: 1%;
  white-space: nowrap;
  padding-right: 12px;
}
@media screen and (max-width: 767.9px) {
  .lawyer_career td:nth-child(1) {
    width: 100%;
  }
}
.lawyer_career td:nth-child(2) {
  width: auto;
}
@media screen and (max-width: 767.9px) {
  .lawyer_career td:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .lawyer_career tr:first-child {
    padding-top: 0;
  }
}
.lawyer_career tr:first-child td {
  padding-top: 0;
}

.lawyer_career {
  display: block;
}

.content_wrapper .about_message {
  gap: 64px;
}
@media screen and (max-width: 767.9px) {
  .content_wrapper .about_message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
}
.content_wrapper .about_message figure {
  margin-bottom: 16px;
}
.content_wrapper p strong {
  font-size: 1.8rem;
  font-weight: 600;
}

.access_block {
  gap: 24px 64px;
  margin-bottom: 40px;
}
.access_block p + p {
  margin-top: 0;
}
.access_block iframe {
  width: 100%;
  height: 272px;
  border-radius: 12px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .access_block iframe {
    height: 239px;
  }
}
.access_block .access_block_detail p {
  text-align: left;
}
.access_block .access_block_detail > * {
  margin-bottom: 8px;
}
.access_block .access_block_detail .wp-block-group *:first-child {
  min-width: 87px;
}
.access_block .access_block_detail .wp-block-group *:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.ryukyu-lawyer-cards__link {
  display: block;
  width: 100%;
  height: 100%;
}

.ryukyu-lawyer-cards__link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ryukyu-lawyer-cards__link:hover .ryukyu-lawyer-cards__figure {
  -webkit-box-shadow: 0 0 20px 2px rgba(223, 223, 204, 0.7);
          box-shadow: 0 0 20px 2px rgba(223, 223, 204, 0.7);
}

.ryukyu-lawyer-cards__link:hover .ryukyu-lawyer-cards__name {
  color: #4a9238;
}

.ryukyu-lawyer-cards__figure {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 767.9px) {
  .ryukyu-lawyer-cards__figure {
    margin-bottom: 12px;
  }
}

.ryukyu-lawyer-cards__body {
  position: relative;
  padding-right: 50px;
}
@media screen and (max-width: 767.9px) {
  .ryukyu-lawyer-cards__body {
    padding: 0;
  }
}
.ryukyu-lawyer-cards__body .ryukyu-lawyer-cards__arrow {
  position: absolute;
  top: -1px;
  right: 0;
  width: 32px;
  height: 20px;
  border-radius: 100px;
  background: #4a9238;
  overflow: hidden;
  line-height: 1.25;
}
@media screen and (max-width: 767.9px) {
  .ryukyu-lawyer-cards__body .ryukyu-lawyer-cards__arrow {
    position: relative;
    margin: 12px auto 0;
  }
}

.ryukyu-lawyer-cards__name {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767.9px) {
  .ryukyu-lawyer-cards__name {
    text-align: center;
  }
}
.ryukyu-lawyer-cards__name span {
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .ryukyu-lawyer-cards__name span {
    display: block;
  }
}
.ryukyu-lawyer-cards__name .name {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  .ryukyu-lawyer-cards__name .name {
    line-height: 1.4444444444;
  }
}
.ryukyu-lawyer-cards__name .lawyer_profile_title {
  line-height: 1.7;
}

.ryukyu-lawyer-cards--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px 32px;
}
@media screen and (max-width: 767.9px) {
  .ryukyu-lawyer-cards--grid {
    gap: 35px 18px;
  }
}
.ryukyu-lawyer-cards--grid .ryukyu-lawyer-cards__item {
  width: 256px;
}
@media screen and (max-width: 767.9px) {
  .ryukyu-lawyer-cards--grid .ryukyu-lawyer-cards__item {
    width: calc((100% - 18px) / 2);
  }
}
.ryukyu-lawyer-cards--grid .ryukyu-lawyer-cards__figure {
  aspect-ratio: 1/1;
}
.ryukyu-lawyer-cards--grid img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -o-object-position: center top;
     object-position: center top;
}

@media screen and (max-width: 767.9px) {
  .main_visual_wrapper {
    overflow: hidden;
  }
}
@media (min-width: 2000px) {
  .main_visual_wrapper .is-layout-constrained {
    max-width: 1600px;
  }
}

.top_wrapper .is-layout-constrained {
  width: 84.08%;
  max-width: 1120px;
  margin-inline: auto;
}
.top_wrapper .is-layout-constrained .is-layout-constrained {
  margin-inline: 0;
}

.main_visual {
  gap: 56px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
@media (min-width: 1800px) {
  .main_visual {
    max-width: 1600px;
  }
}
@media screen and (max-width: 767.9px) {
  .main_visual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
    -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
  }
}
.main_visual .main_visual_img {
  margin-right: calc(50% - 50vw);
  margin-bottom: -173px;
}
@media (min-width: 1800px) {
  .main_visual .main_visual_img {
    width: 70%;
  }
}
@media screen and (max-width: 767.9px) {
  .main_visual .main_visual_img {
    height: 496px;
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }
}
@media (min-width: 1800px) {
  .main_visual .main_visual_img {
    width: 50vw;
  }
}
.main_visual .main_visual_img img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .main_visual .main_visual_img img {
    max-width: unset;
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.main_visual .main_visual_detail {
  display: grid;
  place-content: center;
  min-height: 640px;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .main_visual .main_visual_detail {
    display: block;
    min-height: auto;
    margin-top: 112px;
  }
}
.main_visual .main_visual_detail p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767.9px) {
  .main_visual .main_visual_detail p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.main_visual .main_visual_detail p:first-child {
  margin-bottom: 40px;
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .main_visual .main_visual_detail p:first-child {
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
}
.main_visual .main_visual_detail figure {
  margin-bottom: 36px;
  width: 435px;
}
@media screen and (max-width: 767.9px) {
  .main_visual .main_visual_detail figure {
    width: 272px;
    margin-bottom: 24px;
  }
}
.main_visual .main_visual_detail figure img {
  width: 100%;
}

.top_row {
  overflow: hidden;
  position: relative;
  max-width: 1700px;
  margin-inline: auto;
  margin-bottom: 140px;
}
@media screen and (max-width: 767.9px) {
  .top_row {
    margin-top: -177px;
    margin-bottom: 80px;
  }
}

.ryukyu-lawyer-cards--swiper {
  margin-bottom: 56px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (max-width: 767.9px) {
  .ryukyu-lawyer-cards--swiper {
    margin-bottom: 40px;
  }
}
.ryukyu-lawyer-cards--swiper.swiper-initialized {
  opacity: 1;
}
.ryukyu-lawyer-cards--swiper .swiper-button-prev,
.ryukyu-lawyer-cards--swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: 10;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: none;
  background: #4a9238;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}
@media screen and (max-width: 767.9px) {
  .ryukyu-lawyer-cards--swiper .swiper-button-prev,
  .ryukyu-lawyer-cards--swiper .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.ryukyu-lawyer-cards--swiper .swiper-button-prev::after,
.ryukyu-lawyer-cards--swiper .swiper-button-next::after {
  display: none;
}
.ryukyu-lawyer-cards--swiper .swiper-button-prev.swiper-button-disabled,
.ryukyu-lawyer-cards--swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ryukyu-lawyer-cards--swiper .swiper-button-prev {
  left: 24px;
}
@media screen and (max-width: 767.9px) {
  .ryukyu-lawyer-cards--swiper .swiper-button-prev {
    left: 8px;
  }
}
.ryukyu-lawyer-cards--swiper .swiper-button-next {
  right: 24px;
}
@media screen and (max-width: 767.9px) {
  .ryukyu-lawyer-cards--swiper .swiper-button-next {
    right: 8px;
  }
}
.ryukyu-lawyer-cards--swiper .swiper-button-prev .arrow,
.ryukyu-lawyer-cards--swiper .swiper-button-next .arrow {
  position: relative;
  -webkit-transform: none;
          transform: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  display: block;
  overflow: hidden;
}
.ryukyu-lawyer-cards--swiper .swiper-button-prev .arrow::before, .ryukyu-lawyer-cards--swiper .swiper-button-prev .arrow::after,
.ryukyu-lawyer-cards--swiper .swiper-button-next .arrow::before,
.ryukyu-lawyer-cards--swiper .swiper-button-next .arrow::after {
  content: "";
  width: 20px;
  height: auto;
  aspect-ratio: 13/8;
  background-image: url(../img/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 767.9px) {
  .ryukyu-lawyer-cards--swiper .swiper-button-prev .arrow::before, .ryukyu-lawyer-cards--swiper .swiper-button-prev .arrow::after,
  .ryukyu-lawyer-cards--swiper .swiper-button-next .arrow::before,
  .ryukyu-lawyer-cards--swiper .swiper-button-next .arrow::after {
    width: 13px;
  }
}
.ryukyu-lawyer-cards--swiper .swiper-button-prev .arrow::before,
.ryukyu-lawyer-cards--swiper .swiper-button-next .arrow::before {
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.ryukyu-lawyer-cards--swiper .swiper-button-prev .arrow::after,
.ryukyu-lawyer-cards--swiper .swiper-button-next .arrow::after {
  -webkit-transform: translateY(-50%) translateX(-300%);
          transform: translateY(-50%) translateX(-300%);
}
.ryukyu-lawyer-cards--swiper .swiper-button-prev .arrow.arrow--prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.ryukyu-lawyer-cards--swiper .swiper-button-prev:hover .arrow::before,
.ryukyu-lawyer-cards--swiper .swiper-button-next:hover .arrow::before {
  -webkit-transform: translateY(-50%) translateX(300%);
          transform: translateY(-50%) translateX(300%);
}
.ryukyu-lawyer-cards--swiper .swiper-button-prev:hover .arrow::after,
.ryukyu-lawyer-cards--swiper .swiper-button-next:hover .arrow::after {
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.ryukyu-lawyer-cards--swiper .ryukyu-lawyer-cards__figure {
  aspect-ratio: 256/328;
  position: relative;
  max-height: 389px;
  max-width: 305px;
}
@media screen and (max-width: 767.9px) {
  .ryukyu-lawyer-cards--swiper .ryukyu-lawyer-cards__figure {
    aspect-ratio: 160/200;
  }
}
.ryukyu-lawyer-cards--swiper .ryukyu-lawyer-cards__link:hover .ryukyu-lawyer-cards__figure {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ryukyu-lawyer-cards--swiper img {
  width: 116.8%;
  height: 116.8%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .ryukyu-lawyer-cards--swiper img {
    width: 150%;
    height: 150%;
    -o-object-position: 42% -5px;
       object-position: 42% -5px;
  }
}
.ryukyu-lawyer-cards--swiper .ryukyu-lawyer-cards__link:hover img {
  -webkit-transform: translateX(-50%) scale(1.05);
          transform: translateX(-50%) scale(1.05);
}
.top_situation-concern {
  margin-bottom: 144px;
}
@media screen and (max-width: 767.9px) {
  .top_situation-concern {
    margin-bottom: 80px;
    background-image: url(../img/top_situation-concern_bg-sp.png);
  }
}
.top_situation-concern .cont {
  gap: 31px;
  background-image: url(../img/top_situation-concern_bg.png);
  background-size: cover;
  background-position: center center;
  padding: 64px;
  border-radius: 8px;
}
@media screen and (max-width: 767.9px) {
  .top_situation-concern .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
    gap: 40px;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.top_situation-concern .top_situation-concern_title {
  min-width: 261px;
}
.top_situation-concern .top_situation-concern_title img {
  width: 26.4px;
  display: block;
  margin-bottom: 8px;
}
.top_situation-concern .top_situation-concern_title h2 {
  margin: 0;
  color: #fff;
  font-size: 3.8rem;
  line-height: 1.3684210526;
  font-weight: 600;
  margin-bottom: 17px;
}
@media screen and (max-width: 767.9px) {
  .top_situation-concern .top_situation-concern_title h2 {
    font-size: 2.4rem;
    line-height: 1.4166666667;
    margin-bottom: 8px;
  }
}
.top_situation-concern .top_situation-concern_title h2::before, .top_situation-concern .top_situation-concern_title h2::after {
  content: none;
}
@media screen and (max-width: 767.9px) {
  .top_situation-concern .top_situation-concern_title h2 br {
    display: none;
  }
}
.top_situation-concern .top_situation-concern_title p {
  color: #ecc410;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1875;
}
@media screen and (max-width: 767.9px) {
  .top_situation-concern .top_situation-concern_title p {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.top_situation-concern ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .top_situation-concern ul {
    gap: 18px;
  }
}
.top_situation-concern ul li {
  height: auto;
  width: 160px;
}
@media screen and (max-width: 767.9px) {
  .top_situation-concern ul li {
    width: calc((100% - 18px) / 2);
  }
}
.top_situation-concern ul a {
  display: block;
  padding: 12px 13px 24px;
  border-radius: 8px;
  width: 100%;
  background: #fff;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.top_situation-concern ul a img {
  width: 100%;
  display: block;
  border-radius: 4px;
  margin-bottom: 16px;
  aspect-ratio: 134/88;
}
.top_situation-concern ul a p {
  font-weight: 600;
  line-height: 1.4705882353;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .top_situation-concern ul a p {
    font-size: 1.7rem;
  }
}
.top_situation-concern ul a span {
  margin: 0 auto;
}
.top_situation-concern ul a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 20px 2px rgba(0, 61, 40, 0.7);
          box-shadow: 0 0 20px 2px rgba(0, 61, 40, 0.7);
}
.top_situation-concern ul a:hover p {
  color: #4a9238;
}

.top_heading {
  margin-bottom: 48px;
}
@media screen and (max-width: 767.9px) {
  .top_heading {
    margin-bottom: 40px;
  }
}
.top_heading .inter {
  margin-bottom: 9px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1875;
}
@media screen and (max-width: 767.9px) {
  .top_heading .inter {
    font-size: 1.2rem;
    line-height: 1.25;
    margin-bottom: 12px;
  }
}
.top_heading h2:nth-child(n+2) {
  margin-top: 0;
}
.top_heading h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.4736842105;
  padding: 0;
}
@media screen and (max-width: 767.9px) {
  .top_heading h2 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
.top_heading h2::before, .top_heading h2::after {
  content: none;
}

.top_consultation-menu {
  margin-bottom: 144px;
}
@media screen and (max-width: 767.9px) {
  .top_consultation-menu {
    margin-bottom: 80px;
  }
}
.top_consultation-menu {
  position: relative;
}
.top_consultation-menu::after {
  content: "";
  background-image: url(../img/sphere01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  width: 608px;
  height: auto;
  aspect-ratio: 608/1100;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
  max-width: 100%;
}
.top_consultation-menu > .is-layout-constrained {
  position: relative;
}
.top_consultation-menu > .is-layout-constrained::before {
  content: "";
  width: 180px;
  height: auto;
  aspect-ratio: 18/12;
  background-image: url(../img/illust1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 8px;
  right: 2px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .top_consultation-menu > .is-layout-constrained::before {
    content: none;
  }
}
.top_consultation-menu ul {
  gap: 32px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .top_consultation-menu ul {
    gap: 16px;
  }
}
.top_consultation-menu ul li {
  width: 352px;
  height: auto;
  max-width: 100%;
}
.top_consultation-menu ul li a {
  height: 100%;
  padding: 22px 32px;
  border-radius: 8px;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 767.9px) {
  .top_consultation-menu ul li a {
    gap: 6px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.top_consultation-menu ul li a div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.top_consultation-menu ul li a p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5555555556;
  margin-bottom: 12px;
}
.top_consultation-menu ul li a img {
  width: 64px;
  height: auto;
  aspect-ratio: 1/1;
}
.top_consultation-menu ul li a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 10px 6px rgba(159, 156, 148, 0.07);
          box-shadow: 0 0 10px 6px rgba(159, 156, 148, 0.07);
}
.top_consultation-menu ul li a:hover p {
  color: #4a9238;
}

.top_reasons {
  margin-bottom: 144px;
}
@media screen and (max-width: 1024px) {
  .top_reasons {
    position: relative;
  }
  .top_reasons::before {
    content: "";
    width: 96px;
    height: auto;
    aspect-ratio: 132/180;
    background-image: url(../img/illust2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -49px;
    right: 52px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_reasons {
    margin-bottom: 80px;
    background: #fff;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.top_reasons_cont {
  width: 90%;
  max-width: 1248px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top_reasons_cont {
    width: 84.08%;
  }
}
.top_reasons_cont::before {
  content: "";
  width: 132px;
  height: auto;
  aspect-ratio: 132/180;
  background-image: url(../img/illust2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -138px;
  right: 97px;
}
@media screen and (max-width: 1024px) {
  .top_reasons_cont::before {
    content: none;
  }
}

.top_reasons_inner {
  background: #fff;
  padding: 64px;
  border-radius: 8px;
}
@media screen and (max-width: 767.9px) {
  .top_reasons_inner {
    padding: 0;
    border-radius: 0;
  }
}

.top_reasons_item {
  gap: 96px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_reasons_item {
    gap: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_reasons_item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top_reasons_item:last-child {
  margin-bottom: 0;
}
.top_reasons_item figure {
  border-radius: 8px;
  overflow: hidden;
  height: auto;
  aspect-ratio: 448/240;
}
.top_reasons_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.top_reasons_item .reason_no {
  gap: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767.9px) {
  .top_reasons_item .reason_no {
    gap: 4px;
  }
}
.top_reasons_item .reason_no p {
  color: #4a9238;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.9px) {
  .top_reasons_item .reason_no p {
    font-size: 1.4rem;
  }
}
.top_reasons_item .reason_no p:nth-child(2) {
  font-size: 3.5rem;
  line-height: 0.8571428571;
}
@media screen and (max-width: 767.9px) {
  .top_reasons_item .reason_no p:nth-child(2) {
    font-size: 3rem;
  }
}
.top_reasons_item h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.6;
  padding: 0;
}
@media screen and (max-width: 767.9px) {
  .top_reasons_item h3 {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
.top_reasons_item h3::before {
  content: none;
}

.top_cases {
  margin-bottom: 144px;
}
@media screen and (max-width: 767.9px) {
  .top_cases {
    margin-bottom: 80px;
  }
}
.top_cases {
  position: relative;
}
.top_cases::before {
  content: "";
  width: 682px;
  height: auto;
  aspect-ratio: 682/1100;
  background-image: url(../img/sphere0.png);
  background-size: cover;
  background-position: left top;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: -1;
  max-width: 100%;
}
@media screen and (max-width: 767.9px) {
  .top_cases::before {
    top: auto;
    bottom: -220px;
  }
}
.top_cases .top_heading {
  position: relative;
}
.top_cases .top_heading::before {
  content: "";
  width: 185px;
  height: auto;
  aspect-ratio: 185/138;
  background-image: url(../img/illust3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .top_cases .top_heading::before {
    width: 96px;
    top: -19px;
  }
}

.top_cases_list {
  gap: 32px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 56px;
}
@media screen and (max-width: 767.9px) {
  .top_cases_list {
    gap: 18px;
    margin-bottom: 40px;
  }
}

.top_cases_list_item {
  width: 160px;
}
@media screen and (max-width: 767.9px) {
  .top_cases_list_item {
    width: calc((100% - 18px) / 2);
  }
}
.top_cases_list_item a {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background: #fff;
  padding: 24px 20px;
  height: 100%;
  display: block;
  border-radius: 8px;
}
.top_cases_list_item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px 0;
  height: 100%;
  border-top: solid 1px #003d28;
  border-bottom: solid 1px #003d28;
}
.top_cases_list_item img {
  width: auto;
  height: 35px;
}
.top_cases_list_item .cat_case-term {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 1.5555555556;
}
.top_cases_list_item a:hover {
  -webkit-box-shadow: 0 0 10px 6px rgba(159, 156, 148, 0.07);
          box-shadow: 0 0 10px 6px rgba(159, 156, 148, 0.07);
  opacity: 1;
}
.top_cases_list_item a:hover .cat_case-term {
  color: #4a9238;
}

.top_flow {
  margin-bottom: 144px;
}
@media screen and (max-width: 767.9px) {
  .top_flow {
    margin-bottom: 80px;
    padding: 104px 0;
    background-image: url(../img/top_flow_bg-sp.png);
  }
}
.top_flow .top_heading {
  max-width: 736px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_flow .top_heading p {
    text-align: left !important;
  }
}
@media screen and (max-width: 767.9px) {
  .top_flow .top_heading .inter {
    text-align: center !important;
  }
}
.top_flow .top_flow_cont {
  background-image: url(../img/top_flow_bg.png);
  background-size: cover;
  background-position: center center;
  width: 90%;
  max-width: 1248px;
  margin: 0 auto;
  position: relative;
  padding: 88px 64px;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .top_flow .top_flow_cont {
    width: 84.08%;
  }
}
@media screen and (max-width: 767.9px) {
  .top_flow .top_flow_cont {
    background: none;
    padding: 0;
    border-radius: 0;
  }
}

.flow_list {
  gap: 64px;
  max-width: 1056px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .flow_list {
    gap: 20px 50px;
    margin: 0 auto 40px;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    max-width: 338px;
  }
}

.flow_list_item {
  width: calc((100% - 192px) / 4);
  display: grid;
  place-content: center;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  gap: 8px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 1130px) {
  .flow_list_item {
    width: calc((100% - 96px) / 4);
  }
}
@media screen and (max-width: 1024px) {
  .flow_list_item {
    width: 144px;
    gap: 0;
    padding-bottom: 3px;
  }
}
.flow_list_item::after {
  content: "";
  width: 23px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/flow_arrow1.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -45px;
}
@media screen and (max-width: 1024px) {
  .flow_list_item::after {
    right: -37px;
  }
}
.flow_list_item:last-child::after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .flow_list_item:nth-child(2)::after {
    background-image: url(../img/flow_arrow2.svg);
    right: auto;
    top: auto;
    width: 37px;
    left: -45px;
    bottom: -45px;
  }
}
.flow_list_item figure {
  width: 64px;
}
@media screen and (max-width: 767.9px) {
  .flow_list_item figure {
    width: 56px;
  }
}
.flow_list_item p {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 600;
}
@media (max-width: 1130px) {
  .flow_list_item p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .flow_list_item p br {
    display: block;
  }
}

.consultation_banner {
  margin-bottom: 144px;
}
@media screen and (max-width: 767.9px) {
  .consultation_banner {
    margin-bottom: 80px;
  }
}
.consultation_banner {
  position: relative;
}
.consultation_banner::before {
  content: "";
  width: 608px;
  height: auto;
  aspect-ratio: 608/1100;
  background-image: url(../img/sphere01.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: -160px;
  z-index: -1;
  max-width: 100%;
}
@media screen and (max-width: 767.9px) {
  .consultation_banner::before {
    top: auto;
    bottom: -370px;
  }
}
.consultation_banner .consultation_banner_cont {
  background: #fff;
  border: solid 2px #4a9238;
  border-radius: 8px;
  padding: 48px 62px 46px;
}
@media screen and (max-width: 767.9px) {
  .consultation_banner .consultation_banner_cont {
    padding: 40px 33px;
    border-width: 1px;
  }
}
.consultation_banner .consultation_banner_flex {
  gap: 40px 64px;
}
@media screen and (max-width: 1024px) {
  .consultation_banner .consultation_banner_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.consultation_banner .consultation_banner_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.consultation_banner .text1 {
  background: #4a9238;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  border-radius: 100px;
  padding: 0 16px;
  line-height: 1.6428571429;
  margin-bottom: 10px;
  padding-bottom: 2px;
}
@media screen and (max-width: 767.9px) {
  .consultation_banner .text1 {
    font-size: 2rem;
    line-height: 1.5;
    padding: 10px 32px;
    border-radius: 48px;
    margin-bottom: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
    letter-spacing: 0.03em;
  }
}
.consultation_banner .text2 {
  text-align: center;
  color: #4a9238;
  font-size: 2.4rem;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 28px;
}
@media screen and (max-width: 767.9px) {
  .consultation_banner .text2 {
    font-size: 2rem;
    line-height: 1.9;
  }
}
.consultation_banner .text2 mark {
  font-style: normal;
  display: inline-block;
  font-size: 3.2rem;
  position: relative;
  line-height: 1.8;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  padding: 0 2px;
  margin-inline: 5px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .consultation_banner .text2 mark {
    display: block;
    font-size: 2.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.6;
    padding: 0 2px;
    -webkit-transform: none;
            transform: none;
  }
}
.consultation_banner .text2 mark::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #ecc410;
  position: absolute;
  bottom: 6px;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .consultation_banner .text2 mark::before {
    height: 2.5px;
    bottom: 1px;
  }
}
.consultation_banner .consultation_place {
  gap: 0;
  border-top: dashed 1px #4a9238;
  border-bottom: dashed 1px #4a9238;
  padding: 18px 0;
}
.consultation_banner .consultation_date {
  border-bottom: dashed 1px #4a9238;
  padding: 17px 0;
  gap: 0;
}
@media screen and (max-width: 767.9px) {
  .consultation_banner .consultation_place,
  .consultation_banner .consultation_date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 0;
    gap: 24px;
  }
}
.consultation_banner .consultation_place *,
.consultation_banner .consultation_date * {
  line-height: 1;
}
.consultation_banner .consultation_place > p,
.consultation_banner .consultation_date > p {
  color: #4a9238;
  font-size: 1.6rem;
  font-weight: 500;
  min-width: 104px;
}
@media screen and (max-width: 767.9px) {
  .consultation_banner .consultation_place > p,
  .consultation_banner .consultation_date > p {
    min-width: unset;
  }
}
.consultation_banner .consultation_places {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 32px;
  font-size: 1.8rem;
  font-weight: 600;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .consultation_banner .consultation_places {
    gap: 12px 24px;
  }
}
.consultation_banner .consultation_dates {
  gap: 12px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .consultation_banner .consultation_dates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.consultation_banner .consultation_month-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 12px;
  font-weight: 600;
  font-size: 1.6rem;
}
.consultation_banner .consultation_num {
  font-size: 2.8rem;
}
.consultation_banner .consultation_unit {
  margin-left: 2px;
}
.consultation_banner .consultation_month {
  background: #ede6d2;
  border-radius: 4px;
  padding: 6px;
}
.consultation_banner .consultation_img > div {
  padding: 42px 8px 0;
  border-radius: 4px;
}
.consultation_banner .consultation_img p {
  line-height: 1;
  text-align: center;
  font-weight: 600;
}
.consultation_banner .consultation_img p:nth-child(1) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  font-size: 1.6rem;
  padding: 6px;
}
.consultation_banner .consultation_img .consultation_banner_day {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.consultation_banner .consultation_img .consultation_banner_time {
  font-size: 1.8rem;
  margin-bottom: 31px;
}

.content_wrapper .consultation_banner::before {
  display: none;
}

.content_wrapper .consultation_banner_flex {
  margin-top: 0;
}

@media screen and (min-width: 1025px) {
  .content_wrapper .consultation_banner {
    margin-bottom: 96px;
  }
  .content_wrapper .consultation_banner::before {
    display: none;
  }
  .content_wrapper .consultation_banner .consultation_banner_cont {
    padding: 32px 40px 30px;
  }
  .content_wrapper .consultation_banner .consultation_banner_flex {
    gap: 24px 32px;
  }
  .content_wrapper .consultation_banner .text1 {
    font-size: 2.2rem;
    line-height: 1.5454545455;
    margin-bottom: 8px;
  }
  .content_wrapper .consultation_banner .text2 {
    font-size: 1.8rem;
    line-height: 2.3333333333;
    margin-bottom: 20px;
  }
  .content_wrapper .consultation_banner .text2 mark {
    font-size: 2.4rem;
    margin-inline: 4px;
  }
  .content_wrapper .consultation_banner .text2 mark::before {
    height: 2.5px;
    bottom: 4px;
  }
  .content_wrapper .consultation_banner .consultation_place {
    padding: 14px 0;
  }
  .content_wrapper .consultation_banner .consultation_date {
    padding: 13px 0;
  }
  .content_wrapper .consultation_banner .consultation_place > p,
  .content_wrapper .consultation_banner .consultation_date > p {
    min-width: 88px;
    font-size: 1.5rem;
  }
  .content_wrapper .consultation_banner .consultation_places {
    font-size: 1.6rem;
    gap: 8px 24px;
  }
  .content_wrapper .consultation_banner .consultation_dates {
    gap: 12px 24px;
  }
  .content_wrapper .consultation_banner .consultation_month-block {
    font-size: 1.5rem;
    gap: 6px 10px;
  }
  .content_wrapper .consultation_banner .consultation_num {
    font-size: 2.2rem;
  }
  .content_wrapper .consultation_banner .consultation_img {
    -ms-flex-preferred-size: 200px !important;
        flex-basis: 200px !important;
  }
  .content_wrapper .consultation_banner .consultation_img > div {
    padding: 28px 8px 0;
  }
  .content_wrapper .consultation_banner .consultation_img p:nth-child(1) {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .content_wrapper .consultation_banner .consultation_img .consultation_banner_day {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .content_wrapper .consultation_banner .consultation_img .consultation_banner_time {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.top_fee {
  margin-bottom: 144px;
}
@media screen and (max-width: 767.9px) {
  .top_fee {
    margin-bottom: 80px;
  }
}
.top_fee .top_heading {
  margin-bottom: 0;
}
.top_fee .top_fee_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .top_fee .top_fee_flex {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_fee img {
  border-radius: 8px;
  aspect-ratio: 576/560;
}
.top_fee .more_btn {
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_fee .more_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top_link {
  margin-bottom: 144px;
}
@media screen and (max-width: 767.9px) {
  .top_link {
    margin-bottom: 80px;
  }
}

.top_wrapper .top_link .is-layout-flex {
  gap: 32px;
}
@media screen and (max-width: 767.9px) {
  .top_wrapper .top_link .is-layout-flex {
    gap: 24px;
  }
}
.top_wrapper .top_link .top_heading {
  margin-bottom: 38px;
}
@media screen and (max-width: 767.9px) {
  .top_wrapper .top_link .top_heading {
    margin-bottom: 28px;
  }
}
.top_wrapper .top_link .top_heading .inter {
  font-size: 1.2rem;
  margin-bottom: 4px;
  padding-right: 60px;
}
@media screen and (max-width: 767.9px) {
  .top_wrapper .top_link .top_heading .inter {
    margin-bottom: 12px;
  }
}
.top_wrapper .top_link .top_heading h2 {
  margin-bottom: 16px;
  font-size: 3.3rem;
  line-height: 1.696969697;
  padding-right: 60px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767.9px) {
  .top_wrapper .top_link .top_heading h2 {
    font-size: 2.4rem;
    line-height: 1.4166666667;
    margin-bottom: 12px;
  }
}
.top_wrapper .top_link .top_link_item {
  position: relative;
  padding: 48px 24px 24px;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .top_wrapper .top_link .top_link_item {
    padding: 32px 24px;
  }
}
.top_wrapper .top_link .top_link_item .top_heading {
  padding-inline: 28px;
}
@media screen and (max-width: 767.9px) {
  .top_wrapper .top_link .top_link_item .top_heading {
    padding-inline: 8px;
  }
}
.top_wrapper .top_link .top_link_item a:hover {
  opacity: 1;
}
.top_wrapper .top_link .top_link_item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_wrapper .top_link .top_link_item a:hover h2 {
  color: #4a9238;
}
.top_wrapper .top_link .top_link_item--linked {
  padding: 0;
}
.top_wrapper .top_link .top_link_item--linked > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 48px 24px 24px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top_wrapper .top_link .top_link_item--linked > a {
    padding: 32px 24px;
  }
}
.top_wrapper .top_link .top_link_item--linked > a .arrow {
  position: absolute;
  right: 52px;
  top: 85px;
}
@media screen and (max-width: 767.9px) {
  .top_wrapper .top_link .top_link_item--linked > a .arrow {
    top: 66px;
    right: 32px;
  }
}
.top_wrapper .top_link figure {
  height: auto;
  aspect-ratio: 496/248;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  margin-top: auto;
}
@media screen and (max-width: 767.9px) {
  .top_wrapper .top_link figure {
    aspect-ratio: 290/160;
  }
}
.top_wrapper .top_link figure img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.column_list {
  gap: 48px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column_list li {
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 767.9px) {
  .column_list li {
    width: 100%;
  }
}
.column_list .img {
  width: 100%;
  height: auto;
  aspect-ratio: 400/240;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 767.9px) {
  .column_list .img {
    margin-bottom: 20px;
  }
}
.column_list .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.column_list time {
  display: block;
  color: #4a9238;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 6px;
}
.column_list .column_title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5555555556;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.column_list .post-taxonomies {
  position: absolute;
  top: 16px;
  left: 16px;
}
@media screen and (max-width: 767.9px) {
  .column_list .post-taxonomies span {
    font-size: 1.3rem;
  }
}
.column_list a:hover {
  opacity: 1;
}
.column_list a:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.column_list a:hover .column_title {
  color: #4a9238;
}

.top_column {
  margin-bottom: 144px;
}
@media screen and (max-width: 767.9px) {
  .top_column {
    margin-bottom: 80px;
  }
}
.top_column .top_heading {
  margin-bottom: 56px;
}
@media screen and (max-width: 767.9px) {
  .top_column .top_heading {
    margin-bottom: 40px;
  }
}
.top_column .column_list {
  margin-bottom: 64px;
}
@media screen and (max-width: 767.9px) {
  .top_column .column_list {
    gap: 40px;
    margin-bottom: 40px;
  }
}
.top_column .column_list li {
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 767.9px) {
  .top_column .column_list li {
    width: 100%;
  }
}
.top_column .column_list .img {
  aspect-ratio: 352/240;
}
@media screen and (max-width: 767.9px) {
  .top_column .column_list .img {
    aspect-ratio: 338/240;
    margin-bottom: 24px;
  }
}

.news_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .news_list {
    width: 100%;
  }
}
.news_list li {
  border-bottom: dashed 1px #4a9238;
}
.news_list a {
  display: block;
  padding: 23px 0;
}
@media screen and (max-width: 767.9px) {
  .news_list a {
    padding: 32px 0;
  }
}
.news_list li:first-child a {
  padding-top: 0;
}
.news_list .news_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767.9px) {
  .news_list .news_detail {
    bottom: 8px;
  }
}
.news_list .news_detail time {
  min-width: 104px;
  color: #4a9238;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .news_list .news_detail time {
    font-size: 1.5rem;
    min-width: 96px;
  }
}
.news_list .news_detail .post-taxonomies {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
}
.news_list .news_detail .post-taxonomies .post-term {
  background: #fff;
  border: solid 1px #4a9238;
  color: #4a9238;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list .news_title {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.7647058824;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767.9px) {
  .news_list .news_title {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.news_list a:hover {
  opacity: 1;
}
.news_list a:hover .news_title {
  color: #4a9238;
}
.news_list a:hover .post-taxonomies .post-term {
  background: #4a9238;
  color: #fff;
}

.top_news {
  margin-bottom: 144px;
}
@media screen and (max-width: 767.9px) {
  .top_news {
    margin-bottom: 80px;
  }
}
.top_news h2 {
  font-size: 3.3rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .top_news h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .top_news .news_list a {
    padding: 22px 0;
  }
}
.top_news .top_news_flex {
  gap: 94px;
}
@media screen and (max-width: 767.9px) {
  .top_news .top_news_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    position: relative;
    padding-bottom: 96px;
  }
  .top_news .top_news_flex .more_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.top_about_wrapper {
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
  margin: 0 56px;
  overflow: hidden;
  background-color: #003d28;
  border-radius: 8px;
}
@media screen and (max-width: 767.9px) {
  .top_about_wrapper {
    margin: 0;
    border-radius: 0;
    padding: 120px 0;
  }
}
.top_about_wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/top_about_bg.png);
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .top_about_wrapper::before {
    background-image: url(../img/top_about_bg-sp.png);
  }
}

.top_about > div {
  position: relative;
  z-index: 2;
}
.top_about .top_about_item {
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 27px 20px;
  position: relative;
  gap: 9px;
}
@media screen and (max-width: 767.9px) {
  .top_about .top_about_item {
    padding: 15px;
  }
}
.top_about .top_about_item p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5555555556;
}
.top_about .top_about_item .arrow {
  height: 20px;
}
.top_about .top_about_item figure {
  width: 104px;
  height: auto;
}
.top_about .top_heading {
  margin-bottom: 0;
}
.top_about .top_about_item--linked {
  padding: 0;
  display: block;
}
.top_about .top_about_item--linked > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 27px 20px;
  border-radius: 8px;
  position: relative;
  gap: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767.9px) {
  .top_about .top_about_item--linked > a {
    padding: 15px;
  }
}
.top_about .top_about_item--linked > a p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5555555556;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.top_about .top_about_item--linked > a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 20px 2px rgba(0, 61, 40, 0.7);
          box-shadow: 0 0 20px 2px rgba(0, 61, 40, 0.7);
}
.top_about .top_about_item--linked > a:hover p {
  color: #4a9238;
}
.top_about .top_about_item--linked > a figure {
  width: 104px;
  height: auto;
}
.top_about .top_about_flex {
  gap: 40px 100px;
  max-width: 928px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .top_about .top_about_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
  }
}
.top_about .top_about_list {
  gap: 32px;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .top_about .top_about_list {
    gap: 18px;
    max-width: 338px;
  }
}

/*流れるテキスト*/
.loop-wrap {
  margin-top: 25px;
  width: 100%;
  overflow: hidden;
  left: 0;
  z-index: 1;
  margin-bottom: 75px;
}
@media screen and (max-width: 767.9px) {
  .loop-wrap {
    margin-top: 0;
    margin-bottom: 56px;
  }
}
.loop-wrap div,
.loop-wrap p {
  width: auto;
  height: auto;
}
.loop-wrap .loop-wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -220px;
}
.loop-wrap p {
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  font-size: 12.8rem;
  color: #ecc410;
  font-weight: 600;
  opacity: 0.2;
  letter-spacing: 0;
  line-height: 1;
}
.loop-wrap p:nth-child(1) {
  -webkit-animation: MoveLeft 120s -60s infinite linear;
          animation: MoveLeft 120s -60s infinite linear;
}
.loop-wrap p:nth-child(2) {
  -webkit-animation: MoveLeft2 120s infinite linear;
          animation: MoveLeft2 120s infinite linear;
}

/*流れるテキスト*/
@-webkit-keyframes MoveLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes MoveLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.top_access {
  margin-bottom: 88px;
}
@media screen and (max-width: 767.9px) {
  .top_access {
    margin-bottom: 48px;
  }
}
.top_access .is-layout-constrained {
  width: 85%;
}
.top_access .top_heading {
  margin-bottom: 56px;
}
@media screen and (max-width: 767.9px) {
  .top_access .top_heading {
    margin-bottom: 40px;
  }
}
.top_access .access_block_flex {
  gap: 32px;
  margin-bottom: 48px;
}
.top_access .access_block_flex:last-child {
  margin-bottom: 0;
}
.top_access iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 544/342;
  border-radius: 8px;
}
.top_access .is-vertical {
  gap: 24px;
}
@media screen and (max-width: 767.9px) {
  .top_access .is-vertical {
    gap: 16px;
  }
}
.top_access .top_access_block_detail {
  margin: 0 64px;
}
@media screen and (max-width: 1024px) {
  .top_access .top_access_block_detail {
    margin: 0;
  }
}
.top_access .top_access_block_detail > p:first-child {
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
.top_access .top_access_block_detail strong {
  font-weight: 600;
}
.top_access .top_access_block_detail p {
  text-align: left;
}
.top_access .top_access_block_detail p + p {
  margin-top: 0;
}
.top_access .top_access_block_detail > * {
  margin-bottom: 8px;
}
.top_access .top_access_block_detail .wp-block-group *:first-child {
  min-width: 81px;
  color: #ecc410;
}
.top_access .top_access_block_detail .wp-block-group *:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.top_access .top_access_block {
  max-width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 767.9px) {
  .top_access .top_access_block {
    max-width: 100%;
  }
}

.top_area .top_heading {
  margin-bottom: 0;
  min-width: 256px;
}
.top_area .top_heading h2 {
  margin-bottom: 0;
}
.top_area .top_area_flex {
  gap: 40px 96px;
}
@media screen and (max-width: 767.9px) {
  .top_area .top_area_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_area .area_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.top_area .area_list h3 {
  margin-top: 24px;
  color: #ecc410;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 8px;
}
@media screen and (max-width: 767.9px) {
  .top_area .area_list h3 {
    margin-top: 20px;
  }
}
.top_area .area_list h3:first-child {
  margin-top: 0;
}
.top_area .area_list p {
  text-align: left;
}

/* fadeUp */
.fade_area > *.fadeUp,
.fade.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 1;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fade,
.fade_area > * {
  opacity: 0;
}

body.archive .content_wrapper ol,
body.archive .content_wrapper ul,
.nav_wrap ol,
.nav_wrap ul {
  margin: 0;
}
body.archive .content_wrapper ol li,
.nav_wrap ol li {
  list-style: none;
}
body.archive .content_wrapper ul li,
.nav_wrap ul li {
  list-style: none;
}

.footer {
  padding: 96px 0 128px;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding: 56px 0 200px;
  }
}
.footer .footer_top {
  gap: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767.9px) {
  .footer .logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.footer .logo-wrap .logo {
  width: 229px;
}
@media screen and (max-width: 767.9px) {
  .footer .logo-wrap .logo {
    width: 204px;
  }
}
.footer .logo-wrap .logo img {
  width: 100%;
  height: 100%;
}
.footer .logo-wrap .logo a {
  display: block;
}
.footer .logo-wrap .logo-text {
  border-left: solid 1px #cac5ad;
  gap: 10px;
  margin-left: 32px;
  padding-left: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media screen and (max-width: 767.9px) {
  .footer .logo-wrap .logo-text {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 0;
    margin: 0;
  }
}
.footer .logo-wrap .logo-text p {
  font-size: 1.2rem;
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  .footer .logo-wrap .logo-text p {
    text-align: center;
  }
}
.footer .logo-wrap .logo-text p:first-child {
  line-height: 1;
  font-weight: 500;
}
.footer .logo-wrap .logo-text p:last-child {
  line-height: 1.3333333333;
}
@media screen and (max-width: 767.9px) {
  .footer .logo-wrap .logo-text p:last-child {
    line-height: 1.5833333333;
  }
}
.footer .footer_top_link {
  background: #4a9238;
  border-radius: 100px;
  padding: 14px 39px 16px 31px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_top_link {
    border-radius: 8px;
    padding: 25px 52px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer_top_link * {
  line-height: 1;
}
.footer .footer_top_link .footer_top_link_text {
  gap: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_top_link .footer_top_link_text {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    margin-bottom: 15px;
  }
}
.footer .footer_top_link .footer_top_link_text p {
  color: #fff;
}
.footer .footer_top_link .footer_top_link_text p:first-child {
  font-size: 2rem;
  font-weight: 700;
}
.footer .footer_top_link .footer_top_link_text p:last-child {
  font-size: 1.4rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer_top_link .footer_top_link_text .min {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  color: #ecc410;
  font-size: 2rem;
  margin-left: 4px;
  letter-spacing: 0;
}
.footer .footer_top_link .footer_top_link_text .min span {
  font-size: 1.4rem;
}
.footer .footer_top_link .footer_top_link_text .free {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
}
.footer .footer_top_link .link_wrap {
  gap: 0 8px;
  margin-right: 12px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_top_link .link_wrap {
    gap: 16px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.footer .footer_top_link .link_wrap a {
  border-radius: 100px;
  padding: 8px 11px;
  background: #fff;
  color: #4a9238;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_top_link .link_wrap a {
    min-width: 109px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer_top_link .link_wrap a::after {
  content: "";
  width: 9px;
  height: auto;
  aspect-ratio: 9/8;
  background-image: url(../img/fixed_arrow_right.svg);
}
.footer .footer_top_link .link_wrap a:hover {
  opacity: 1;
  background: #003d28;
  color: #fff;
}
.footer .footer_top_link .link_wrap a:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(351deg) brightness(111%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(351deg) brightness(111%) contrast(101%);
}
.footer .footer_top_link .tel {
  gap: 12px;
}
.footer .footer_top_link .tel img {
  width: 31px;
}
.footer .footer_top_link .tel a {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 4px;
  line-height: 1;
  letter-spacing: 0.03em;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_top_link .tel a {
    font-size: 2rem;
  }
}
.footer .footer_top_link .tel p {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_top_link .tel p {
    font-size: 1rem;
  }
}
.footer .footer_top_link .tel p span:first-child {
  margin-right: 6px;
}
.footer .footer_center {
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: solid 1px #cac5ad;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_center {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer .footer_office tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_office tr:last-child {
    margin-bottom: 0;
  }
}
.footer .footer_office tr th {
  padding-bottom: 16px;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4666666667;
  color: #4a9238;
  padding-right: 10px;
  width: 1%;
  white-space: nowrap;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_office tr th {
    width: 100%;
    padding: 0;
  }
}
.footer .footer_office tr td {
  padding-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_office tr td {
    width: 100%;
    padding: 0;
  }
}
.footer .footer_office tr:last-child th,
.footer .footer_office tr:last-child td {
  padding-bottom: 0;
}
.footer .fnav {
  gap: 64px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 42px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav {
    gap: 38px;
  }
}
.footer .fnav a {
  display: block;
  padding: 12px 0;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer .fnav a:hover {
  opacity: 1;
  color: #4a9238;
}
.footer .fnav li:first-child a {
  padding-top: 0;
}
.footer .footer_bottom {
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom {
    margin-top: 24px;
  }
}
.footer .footer_bottom a,
.footer .footer_bottom small {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
}
.footer .footer_bottom a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer .footer_bottom a:hover {
  opacity: 1;
  color: #4a9238;
}

.fixed_menu {
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 10;
  width: calc(100% - 32px);
  border: solid 1px #fff;
  border-radius: 100px;
  background: rgba(74, 146, 56, 0.9);
  backdrop-filter: blur(6px);
  padding-left: 24px;
  padding-right: 24px;
}
.fixed_menu .cont_flex {
  padding-top: 13px;
  padding-bottom: 13px;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  position: relative;
  padding-left: 69px;
}
@media screen and (max-width: 767.9px) {
  .fixed_menu .cont_flex {
    padding-left: 0;
    padding: 8px 0;
    gap: 20px;
  }
}
.fixed_menu .cont_flex::before {
  content: "";
  width: 50px;
  height: auto;
  aspect-ratio: 50/55;
  background-image: url(../img/illust4.svg);
  position: absolute;
  left: 2px;
  bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .fixed_menu .cont_flex::before {
    display: none;
  }
}
.fixed_menu .cont_flex .fixed_menu_title {
  width: 275px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .fixed_menu .cont_flex .fixed_menu_title {
    width: 128px;
  }
}
.fixed_menu .cont_flex .fixed_menu_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767.9px) {
  .fixed_menu .cont_flex .fixed_menu_content {
    display: block;
    gap: 0;
  }
}
.fixed_menu .cont_flex .link_wrap {
  gap: 0 8px;
}
@media screen and (max-width: 767.9px) {
  .fixed_menu .cont_flex .link_wrap {
    margin-bottom: 6px;
  }
}
.fixed_menu .cont_flex .link_wrap a {
  border-radius: 100px;
  padding: 8px 11px;
  background: #fff;
  color: #4a9238;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .fixed_menu .cont_flex .link_wrap a {
    padding: 6px 12px;
  }
}
.fixed_menu .cont_flex .link_wrap a::after {
  content: "";
  width: 9px;
  height: auto;
  aspect-ratio: 9/8;
  background-image: url(../img/fixed_arrow_right.svg);
}
.fixed_menu .cont_flex .link_wrap a:hover {
  opacity: 1;
  background: #003d28;
  color: #fff;
}
.fixed_menu .cont_flex .link_wrap a:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(351deg) brightness(111%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(351deg) brightness(111%) contrast(101%);
}
.fixed_menu .cont_flex .tel {
  gap: 8px;
}
@media screen and (max-width: 767.9px) {
  .fixed_menu .cont_flex .tel {
    gap: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fixed_menu .cont_flex .tel img {
  width: 31px;
}
@media screen and (max-width: 767.9px) {
  .fixed_menu .cont_flex .tel img {
    width: 25px;
  }
}
.fixed_menu .cont_flex .tel a {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 4px;
  line-height: 1;
  letter-spacing: 0.03em;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .fixed_menu .cont_flex .tel a {
    font-size: 1.6rem;
  }
}
.fixed_menu .cont_flex .tel p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .fixed_menu .cont_flex .tel p {
    font-size: 1rem;
  }
}
.fixed_menu .cont_flex .tel p span:first-child {
  margin-right: 6px;
}

body.home .pankuzu {
  display: none;
}

.page-id-8 .content_wrapper h4:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767.9px) {
  .page-id-8 .content_wrapper #section4 {
    margin-top: 70px;
    margin-bottom: -8px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-id-8 .content_wrapper #section1 {
    margin-bottom: -8px;
  }
}

.content_wrapper .area_h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .content_wrapper .area_h3 {
    margin-bottom: 24px;
  }
}

.not_found {
  padding: 120px 0;
}
@media screen and (max-width: 767.9px) {
  .not_found {
    padding: 120px 0 80px;
  }
}
.not_found .page_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3939393939;
  margin-bottom: 24px;
  text-align: center;
}
.not_found .page_title_sub {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 767.9px) {
  .not_found .page_title_sub {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}
.not_found .not_found_content p {
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .not_found .not_found_content p {
    text-align: left;
  }
}
.not_found .more_btn {
  margin-top: 64px;
}
@media screen and (max-width: 767.9px) {
  .not_found .more_btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 430px) {
  .page-id-12 .cont {
    margin-inline: 32px;
    width: calc(100% - 64px);
  }
}
.page-id-12 .content p + p {
  margin-top: 8px;
}
.page-id-12 .content_wrapper h4 {
  margin-top: 48px;
}
@media screen and (max-width: 767.9px) {
  .page-id-12 .content_wrapper h4 {
    margin-top: 32px;
  }
}
.page-id-12 .content_wrapper h3 + h4 {
  margin-top: 0;
}
.page-id-12 .has-small-font-size {
  font-size: 1.5rem !important;
  line-height: 1.7333333333;
  letter-spacing: 0;
  margin-top: 8px;
  margin-left: 5px;
}
@media screen and (max-width: 767.9px) {
  .page-id-12 .has-small-font-size {
    font-size: 1.4rem !important;
    line-height: 1.7142857143;
  }
}
.page-id-12 .content_wrapper h4:first-of-type {
  margin-top: 32px;
}
@media screen and (max-width: 767.9px) {
  .page-id-12 .content_wrapper h4:first-of-type {
    margin-top: 24px;
  }
}

.content_wrapper .content .fee_table {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .content_wrapper .content .fee_table {
    margin-top: 24px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767.9px) {
  .content_wrapper .content h4 + .fee_table {
    margin-top: 0;
  }
}

.fee_table {
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .fee_table {
    margin-top: 24px;
  }
}
.fee_table table {
  border-top: solid 1px #777777;
  width: 100%;
  table-layout: fixed;
}
.fee_table tr {
  border-bottom: solid 1px #777777;
}
.fee_table tr > th:nth-child(1):nth-last-child(2),
.fee_table tr > td:nth-child(1):nth-last-child(2) {
  width: 30.8%;
}
@media screen and (max-width: 767.9px) {
  .fee_table tr > th:nth-child(1):nth-last-child(2),
  .fee_table tr > td:nth-child(1):nth-last-child(2) {
    width: 49.7%;
  }
}
.fee_table tr > th:nth-child(2):nth-last-child(1),
.fee_table tr > td:nth-child(2):nth-last-child(1) {
  width: 69.2%;
}
@media screen and (max-width: 767.9px) {
  .fee_table tr > th:nth-child(2):nth-last-child(1),
  .fee_table tr > td:nth-child(2):nth-last-child(1) {
    width: 50.3%;
  }
}
.fee_table tr > th:nth-child(1):nth-last-child(3),
.fee_table tr > td:nth-child(1):nth-last-child(3) {
  width: 30.8%;
}
@media screen and (max-width: 767.9px) {
  .fee_table tr > th:nth-child(1):nth-last-child(3),
  .fee_table tr > td:nth-child(1):nth-last-child(3) {
    width: 27.6%;
  }
}
.fee_table tr > th:nth-child(2):nth-last-child(2),
.fee_table tr > td:nth-child(2):nth-last-child(2) {
  width: 34.6%;
}
@media screen and (max-width: 767.9px) {
  .fee_table tr > th:nth-child(2):nth-last-child(2),
  .fee_table tr > td:nth-child(2):nth-last-child(2) {
    width: 31.58%;
  }
}
.fee_table tr > th:nth-child(3):nth-last-child(1),
.fee_table tr > td:nth-child(3):nth-last-child(1) {
  width: 34.6%;
}
@media screen and (max-width: 767.9px) {
  .fee_table tr > th:nth-child(3):nth-last-child(1),
  .fee_table tr > td:nth-child(3):nth-last-child(1) {
    width: 40.79%;
  }
}
@media screen and (max-width: 767.9px) {
  .fee_table.type-sp_auto tr > th:nth-child(1):nth-last-child(2),
  .fee_table.type-sp_auto tr > td:nth-child(1):nth-last-child(2) {
    width: 32%;
  }
  .fee_table.type-sp_auto tr > th:nth-child(2):nth-last-child(1),
  .fee_table.type-sp_auto tr > td:nth-child(2):nth-last-child(1) {
    width: 68%;
  }
}
.fee_table.type2 tr > th:nth-child(1):nth-last-child(3),
.fee_table.type2 tr > td:nth-child(1):nth-last-child(3) {
  width: 30.8%;
}
@media screen and (max-width: 767.9px) {
  .fee_table.type2 tr > th:nth-child(1):nth-last-child(3),
  .fee_table.type2 tr > td:nth-child(1):nth-last-child(3) {
    width: 23.6%;
  }
}
.fee_table.type2 tr > th:nth-child(2):nth-last-child(2),
.fee_table.type2 tr > td:nth-child(2):nth-last-child(2) {
  width: 20.1%;
}
@media screen and (max-width: 767.9px) {
  .fee_table.type2 tr > th:nth-child(2):nth-last-child(2),
  .fee_table.type2 tr > td:nth-child(2):nth-last-child(2) {
    width: 20%;
  }
}
.fee_table.type2 tr > th:nth-child(3):nth-last-child(1),
.fee_table.type2 tr > td:nth-child(3):nth-last-child(1) {
  width: 56.4%;
}
@media screen and (max-width: 767.9px) {
  .fee_table.type2 tr > th:nth-child(3):nth-last-child(1),
  .fee_table.type2 tr > td:nth-child(3):nth-last-child(1) {
    width: 56.4%;
  }
}
.fee_table td,
.fee_table th {
  line-height: 1.7647058824;
  border: none !important;
}
@media screen and (max-width: 767.9px) {
  .fee_table td,
  .fee_table th {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.fee_table th {
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .fee_table th {
    padding: 8px 16px !important;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .fee_table td {
    padding: 8px 20px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .fee_table *[style*="background-color:#EBEFE4"] {
    padding: 8px 16px !important;
  }
}

.content_wrapper .mb-0 {
  margin-bottom: 0;
}

.page-id-12 .content_wrapper .mt-32 {
  margin-top: 32px;
}
@media screen and (max-width: 767.9px) {
  .page-id-12 .content_wrapper .mt-32 {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767.9px) {
  .page-id-12 .content_wrapper h3 {
    margin-top: 48px;
  }
}

@media screen and (max-width: 767.9px) {
  .page-id-12 .content_wrapper h2 + h3 {
    margin-top: 32px;
  }
}

.page-id-12 .content_wrapper .mt-20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767.9px) {
  .page-id-12 .content_wrapper .mt-20 {
    margin-top: 16px !important;
  }
}

.gap-0 {
  gap: 0;
}
.gap-0 p {
  margin: 0;
}

.weight_medium {
  font-weight: 500;
  margin-top: 32px !important;
  line-height: 1.7647058824;
}
@media screen and (max-width: 767.9px) {
  .weight_medium {
    margin-bottom: 16px;
    margin-top: 24px !important;
    line-height: 1.4375;
  }
}
.weight_medium p {
  font-weight: 500;
  margin: 0 !important;
  line-height: 1.7647058824;
}
@media screen and (max-width: 767.9px) {
  .weight_medium p {
    line-height: 1.4375;
  }
}

.page-id-12 .content_wrapper h4 + .weight_medium {
  margin-top: 20px !important;
}
@media screen and (max-width: 767.9px) {
  .page-id-12 .content_wrapper h4 + .weight_medium {
    margin-top: 16px !important;
  }
}

@media screen and (max-width: 767.9px) {
  .page-id-12 .content_wrapper .weight_medium + .fee_table {
    margin-top: 16px !important;
  }
}

@media screen and (max-width: 767.9px) {
  .wp-block-spacer[style="height:12px"] {
    display: none;
  }
}

.fee_table_caption {
  margin-top: 0 !important;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: normal;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.fee_table_caption::before {
  content: "※";
}
@media screen and (max-width: 767.9px) {
  .fee_table_caption {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

@media screen and (max-width: 767.9px) {
  .content_wrapper:has(.is-scroll-on-mobile) {
    overflow: hidden;
  }
}

@media screen and (max-width: 767.9px) {
  .is-scroll-on-mobile {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767.9px) {
  .is-scroll-on-mobile table {
    margin-left: 32px;
    border-right: 32px solid #f5f5ef;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.form {
  margin-top: 88px;
}
@media screen and (max-width: 767.9px) {
  .form {
    margin-top: 64px;
  }
}
.form table {
  margin-bottom: 88px;
}
@media screen and (max-width: 767.9px) {
  .form table {
    margin-bottom: 64px;
  }
}
.form table,
.form tbody,
.form th,
.form td,
.form tr {
  display: block;
}
.form tr {
  margin-bottom: 64px;
}
@media screen and (max-width: 767.9px) {
  .form tr {
    margin-bottom: 48px;
  }
}
.form th {
  margin-bottom: 28px;
}
@media screen and (max-width: 767.9px) {
  .form th {
    margin-bottom: 25px;
  }
}
.form th p {
  font-weight: 600;
  line-height: 1.4705882353;
}
.form th .check {
  color: #fff;
  background: #c30202;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  padding: 2px 4px;
  line-height: 1.2142857143;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 767.9px) {
  .form th .check {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.form th .ninni {
  background: #fff;
  color: #c30202;
  border: 1px solid #c30202;
}
.form input,
.form textarea {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: block;
}
.form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  padding: 0;
  border: 1px solid #4a9238;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
.form input[type=checkbox]:checked {
  background-color: #4a9238;
  border-color: #4a9238;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 4.2 3.6 6.8 9 1.2'/%3E%3C/svg%3E");
}
.form input[type=checkbox]:focus-visible {
  outline: 2px solid #4a9238;
  outline-offset: 2px;
}
.form input[type=checkbox]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel] {
  width: 100%;
  padding: 17.7px 20px;
  border: 1px solid #4a9238;
  border-radius: 4px;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel] {
    padding: 13.7px 20px;
  }
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form input[type=tel]::-webkit-input-placeholder {
  color: #b0b0b0;
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder {
  color: #b0b0b0;
}
.form input[type=text]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder, .form input[type=tel]:-ms-input-placeholder {
  color: #b0b0b0;
}
.form input[type=text]::-ms-input-placeholder, .form input[type=email]::-ms-input-placeholder, .form input[type=tel]::-ms-input-placeholder {
  color: #b0b0b0;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder {
  color: #b0b0b0;
}
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=tel]:focus-visible {
  outline: 2px solid #4a9238;
}
.form textarea {
  margin-top: 24px;
  width: 100%;
  border: 1px solid #4a9238;
  border-radius: 4px;
  font-size: 1.7rem;
  line-height: 1.875;
  padding: 8px 20px;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .form textarea {
    font-size: 1.6rem;
    padding: 12px 20px;
  }
}
.form textarea:not([rows="2"]) {
  height: 160px;
}
.form .contact_consultation {
  margin-bottom: 32px;
}
.form .contact_consultation textarea {
  margin-top: 16px;
}
.form .contact_consultation p {
  margin-bottom: 16px;
}
.form .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 32px;
}
@media screen and (max-width: 767.9px) {
  .form .wpcf7-checkbox {
    gap: 20px 32px;
  }
}
.form .wpcf7-checkbox .wpcf7-list-item {
  line-height: 1.1764705882;
  margin: 0;
}
.form .wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  cursor: pointer;
}
.form .wpcf7-checkbox .wpcf7-list-item-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  cursor: pointer;
}
.form .privacy_policy_check a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form .privacy_policy_check span {
  line-height: 1;
}
.form .privacy_policy_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  cursor: pointer;
}
.form .privacy_policy_check .wpcf7-checkbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check .wpcf7-checkbox {
    padding-right: 0;
  }
}
.form .privacy_policy_check .wpcf7-list-item-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  cursor: pointer;
}
.form .privacy_policy_check .wpcf7-list-item-label p {
  margin: 0;
  line-height: 1.1764705882;
}
.form .btn_wrap {
  margin-top: 32px;
  text-align: center;
}
.form .btn_wrap p.submit,
.form .btn_wrap p.submit1 {
  margin: 0;
  width: 281px;
  height: 68px;
  position: relative;
  cursor: pointer;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .form .btn_wrap p.submit,
  .form .btn_wrap p.submit1 {
    height: 56px;
  }
}
.form .btn_wrap p.submit br,
.form .btn_wrap p.submit1 br {
  display: none;
}
.form .btn_wrap p.submit::after,
.form .btn_wrap p.submit1::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 32px;
  height: 20px;
  border-radius: 100px;
  background-color: #fff;
}
.form .btn_wrap p.submit::before,
.form .btn_wrap p.submit1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 13px;
  height: 8px;
  background-image: url(../img/arrow_right_green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
.form .btn_wrap p.submit:hover .wpcf7-submit,
.form .btn_wrap p.submit:hover .wpcf7-previous, .form .btn_wrap p.submit:focus-within .wpcf7-submit,
.form .btn_wrap p.submit:focus-within .wpcf7-previous,
.form .btn_wrap p.submit1:hover .wpcf7-submit,
.form .btn_wrap p.submit1:hover .wpcf7-previous,
.form .btn_wrap p.submit1:focus-within .wpcf7-submit,
.form .btn_wrap p.submit1:focus-within .wpcf7-previous {
  background: #003d28;
  opacity: 1;
}
.form .btn_wrap p.submit:hover::before, .form .btn_wrap p.submit:focus-within::before,
.form .btn_wrap p.submit1:hover::before,
.form .btn_wrap p.submit1:focus-within::before {
  background-image: url(../img/arrow_right_deep_green.svg);
}
.form .btn_wrap p.submit:hover::after, .form .btn_wrap p.submit:focus-within::after,
.form .btn_wrap p.submit1:hover::after,
.form .btn_wrap p.submit1:focus-within::after {
  background-position: center center;
}
.form .btn_wrap .wpcf7-submit,
.form .btn_wrap .wpcf7-previous {
  width: 100%;
  font-weight: 600;
  text-align: left;
  padding-left: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-bottom: 3px;
  width: 100%;
  height: 100%;
  background: #4a9238;
  color: #fff;
  border: none;
  border-radius: 100px;
  font-size: 1.7rem;
  line-height: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767.9px) {
  .form .btn_wrap .wpcf7-submit,
  .form .btn_wrap .wpcf7-previous {
    padding: 18px 32px;
  }
}
.form .btn_wrap .wpcf7-spinner {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0;
  vertical-align: middle;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  font-size: 1.7rem;
}
@media screen and (max-width: 767.9px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output {
    font-size: 1.6rem;
  }
}

.thanks_wrapper {
  padding-top: 144px;
}
@media screen and (max-width: 767.9px) {
  .thanks_wrapper {
    padding-top: 150px;
  }
}
.thanks_wrapper h1 {
  font-size: 4.2rem !important;
  font-weight: 600;
  line-height: 1.3333333333;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.9px) {
  .thanks_wrapper h1 {
    font-size: 2.8rem !important;
    line-height: 1.5357142857;
    margin-bottom: 12px;
  }
}
.thanks_wrapper p.has-main-color-color {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 600;
  margin-bottom: 56px;
}
@media screen and (max-width: 767.9px) {
  .thanks_wrapper p.has-main-color-color {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 40px;
  }
}
.thanks_wrapper .thanks_description {
  max-width: 609px;
  margin: 0 auto 88px;
}
@media screen and (max-width: 767.9px) {
  .thanks_wrapper .thanks_description {
    max-width: 280px;
    margin-bottom: 64px;
  }
}/*# sourceMappingURL=common.css.map */