@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #333333;
  position: relative;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
body:has(.site-header #toggle-menu-btn:checked), body:has(.modal_window.is-open) {
  overflow-y: hidden;
}
body * {
  min-width: 0;
  min-height: 0;
}

img {
  max-width: 100%;
  height: auto;
}

img.imgauto {
  display: block;
  width: 100%;
}

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

picture {
  display: block;
  height: 100%;
}

h1, h2, h3, h4 {
  line-height: 1.1;
  font-weight: 500;
}

em, i {
  font-style: normal;
}

dl dt {
  font-weight: 500;
}

button:focus-visible {
  outline: none;
}

.inline_block {
  display: inline-block;
}

@media screen and (min-width: 520px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
._link_disable > a {
  pointer-events: none;
}

.inline_link {
  text-decoration: underline;
  color: #A47BB5;
}

.color_white {
  color: #FFF;
}

.color_black {
  color: #333333;
}

.color_main {
  color: #A47BB5;
}

.color_green {
  color: #6DC076;
}

.color_red {
  color: #B50D23;
}

.bg_green {
  background-color: #F6FAF0;
}

.bg_main {
  background-color: #A47BB5;
  color: #FFF;
}

.__bold {
  font-weight: 700;
}

.font_serif {
  font-family: "Shippori Mincho", serif;
}

.ls60 {
  letter-spacing: 0.06em;
}

.fit_center {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (min-width: 1025px) {
  .brt70 {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .brt70 {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
}

.marker {
  background: linear-gradient(180deg, transparent 70%, #FFF8CF 70%);
}

.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .container {
    width: 80%;
    max-width: 1200px;
    min-width: 960px;
  }
  .container.__wide {
    width: 90%;
    max-width: 1728px;
    min-width: 960px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .container.__wide {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }
}

@media screen and (min-width: 1280px) {
  .page_content.__aside .container {
    width: 65%;
    min-width: unset;
  }
}
.position_rel {
  position: relative;
}

a {
  transition: all ease 0.5s;
}

a.hover_zoom {
  display: block;
  overflow: hidden;
}
a.hover_zoom img {
  transition: all ease 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
  a.hover_zoom:hover {
    opacity: 1;
  }
  a.hover_zoom:hover img {
    transform: scale(1.1);
  }
}
a.text_link {
  color: #A47BB5;
  text-decoration: underline;
}

.__invisible {
  visibility: hidden;
  height: 0;
}

.__sp_only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .__pc_only {
    display: none;
  }
  .__sp_only {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  br.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  br.__pc {
    display: none;
  }
}
.site-main {
  position: relative;
  z-index: 1;
}

.site-footer {
  position: relative;
  z-index: 1;
}

.link_button {
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 6px;
}
@media screen and (min-width: 1025px) {
  .link_button {
    height: 50px;
    width: 190px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button {
    height: 50px;
    width: 190px;
    margin-inline: auto;
  }
}
@media (hover: hover) {
  .link_button:hover {
    opacity: 1;
  }
}
.link_button.btn_white {
  border: 1px solid #FFF;
}
.link_button.btn_white .btn_txt {
  color: #FFF;
}
.link_button.btn_white .btn_arw {
  border-top-color: #FFF;
  border-right-color: #FFF;
}
.link_button.btn_color {
  background-color: #A47BB5;
}
.link_button.btn_color .btn_txt {
  color: #FFF;
}
@media (hover: hover) {
  .link_button.btn_white:hover {
    background-color: #FFF;
  }
  .link_button.btn_white:hover .btn_txt {
    color: #A47BB5;
  }
  .link_button.btn_white:hover .btn_arw {
    border-top-color: #A47BB5;
    border-right-color: #A47BB5;
  }
  .link_button.btn_color:hover {
    background-color: #FFF;
    border: 1px solid #A47BB5;
  }
  .link_button.btn_color:hover .btn_txt {
    color: #A47BB5;
  }
}
.link_button.btn_center {
  margin-inline: auto;
}
.link_button .btn_arw {
  width: 8px;
  height: 8px;
  border-top: 1px solid #A47BB5;
  border-right: 1px solid #A47BB5;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  transform-origin: right top;
}
@media screen and (min-width: 1025px) {
  .link_button .btn_arw {
    right: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button .btn_arw {
    right: 20px;
  }
}
.link_button .btn_circle {
  border: 1px solid #FFF;
  border-radius: 50%;
  position: absolute;
}
.link_button .btn_circle::before {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
}
@media screen and (min-width: 1025px) {
  .link_button .btn_circle {
    width: 60px;
    height: 60px;
    right: 25px;
    top: calc(50% - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .link_button .btn_circle {
    width: 30px;
    height: 30px;
    right: 20px;
    top: calc(50% - 15px);
  }
}

.link_arw {
  position: relative;
}
.link_arw__inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  border-radius: 50%;
}
.link_arw {
  width: 28px;
  height: 28px;
}
.link_arw::before {
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 50%;
  content: "";
}
.link_arw__arw {
  display: block;
  position: absolute;
  border-right: 1px solid #A47BB5;
  border-bottom: 1px solid #A47BB5;
  content: "";
  transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .link_arw__arw {
    width: 7px;
    height: 7px;
    top: calc(50% - 3.5px);
    left: calc(50% - 5px);
  }
}
@media screen and (max-width: 1024px) {
  .link_arw__arw {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    left: calc(50% - 4px);
  }
}

.link_view {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.link_view .link_txt {
  font-family: "Work Sans", sans-serif;
  color: #A47BB5;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .link_view .link_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .link_view .link_txt {
    font-size: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .breadcrumb {
    padding-top: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding-top: 10px;
  }
}
.breadcrumb .bc_container {
  display: flex;
  align-items: center;
  justify-content: safe flex-end;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumb span {
  font-size: 14px;
  padding-bottom: 10px;
}
.breadcrumb span[property=itemListElement] {
  flex-shrink: 0;
  font-size: 14px;
}
.breadcrumb span[property=itemListElement] a {
  display: inline-block;
  position: relative;
  color: #A47BB5;
}
.breadcrumb span[property=itemListElement] a:hover {
  opacity: 1;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.mb1em {
  margin-bottom: 1em;
}

@media screen and (min-width: 1025px) {
  .c-section {
    padding-top: 104px;
    padding-bottom: 147px;
  }
}
@media screen and (max-width: 1024px) {
  .c-section {
    padding-top: 60px;
    padding-bottom: 94px;
  }
}

.c-text {
  line-height: 2.25;
  margin-bottom: 1em;
  letter-spacing: 0.06em;
}
.c-text span {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.mb20 {
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .mb30 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .mb50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .mb80 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.pb50 {
  padding-bottom: 50px;
}

.pb80 {
  padding-bottom: 80px;
}

.c-table {
  table-layout: fixed;
  width: 100%;
}
.c-table th, .c-table td {
  vertical-align: middle;
}
.c-table th {
  font-weight: 900;
  color: #A47BB5;
  padding-left: 1em;
}
.c-table td {
  font-weight: 500;
}
.c-table tr:nth-child(even) th, .c-table tr:nth-child(even) td {
  background-color: #D9DFE3;
}
@media screen and (min-width: 1025px) {
  .c-table th, .c-table td {
    font-size: 20px;
    padding-block: 0.75em;
  }
}
@media screen and (max-width: 1024px) {
  .c-table th, .c-table td {
    display: block;
    width: 100%;
    font-size: 15px;
  }
  .c-table th {
    padding-top: 0.75em;
  }
  .c-table td {
    padding-left: 30px;
    padding-right: 15px;
    padding-block: 0.75em;
  }
}

.white_shadow {
  text-shadow: #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em), #FFF 0 0 var(--blur, 0.35em);
}

.drop_shadow {
  filter: drop-shadow(0 0 var(--blur) #FFF) drop-shadow(0 0 var(--blur) #FFF) drop-shadow(0 0 var(--blur) #FFF) drop-shadow(0 0 var(--blur) #FFF) drop-shadow(0 0 var(--blur) #FFF) drop-shadow(0 0 var(--blur) #FFF);
}

.loop_slider {
  display: flex;
  overflow: hidden;
}
.loop_slider__list {
  display: flex;
  flex-shrink: 0;
  animation: scroll-left 30s infinite linear 0.5s both;
}
.loop_slider__list li {
  flex-shrink: 0;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1024px) {
  .js-scrollable {
    padding-bottom: 32px;
    scrollbar-color: #AE669A #BABBBC;
    scrollbar-width: thin;
  }
}
/**/
/*********************** サイドメニューanimation ***************************/
/* サイドメニューリンク */
.all_sub_side_nav {
  height: 100%;
  position: fixed;
  left: 1px;
  top: 400px;
  z-index: 666;
  transition: opacity 0.4s ease, top 0.4s ease;
}
.all_sub_side_nav.display_no {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.all_sub_side_nav {
  width: 236px;
}
@media only screen and (max-width: 1670px) {
  .all_sub_side_nav {
    width: 206px;
  }
}
@media only screen and (max-width: 1279px) {
  .all_sub_side_nav {
    display: none;
  }
}

.all_sub_side_nav ._list_wrap {
  width: 100%;
  height: 100%;
}

.all_sub_side_nav ._list {
  background: #fff;
  max-height: 85vh;
  overflow-y: auto;
  top: 12vh;
  pointer-events: auto;
  border-radius: 0 30px 30px 0;
  border: 1px solid #BABBBC;
  padding: 1.5em 1em 1.5em 1em;
}

.all_sub_side_nav ._list li + li {
  margin-top: 24px;
}

.all_sub_side_nav ._list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.all_sub_side_nav ._list li a ._text {
  max-width: 180px;
  font-size: 15px;
  font-weight: bold;
  color: #363636;
  transition: 0.25s ease;
}
@media only screen and (max-width: 1670px) {
  .all_sub_side_nav ._list li a ._text {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.all_sub_side_nav ._list li a.current ._text {
  color: #A47BB5;
}

.all_sub_side_nav ._list li a ._circle_sec {
  width: var(--ring-size);
  height: var(--ring-size);
  position: relative;
  flex: 0 0 var(--ring-size);
}

.all_sub_side_nav ._list li a ._circle_sec svg {
  position: absolute;
  top: -14px;
  right: -9px;
}
@media only screen and (max-width: 1670px) {
  .all_sub_side_nav ._list li a ._circle_sec svg {
    right: -6px;
  }
}

._circle {
  stroke-width: var(--ring-stroke);
  border-radius: 50%; /* 丸く */
  stroke: #BABBBC;
}

._circle_orange {
  stroke-width: var(--ring-stroke);
  transform: rotate(-90deg);
  stroke-linecap: butt; /* ← round を butt に変更 */
  transition: stroke-dasharray 0.35s ease;
  stroke: #A47BB5;
}

._arrow {
  stroke-width: var(--ring-stroke);
  stroke: #BABBBC;
  transition: 0.25s ease;
}

.all_sub_side_nav ._list li a.current ._circle_sec ._arrow {
  stroke: #363636;
  transform: rotate(-90deg);
}

/**/
#sideMenu {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 666;
}
@media only screen and (min-width: 1280px) {
  #sideMenu {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  #sideMenu {
    top: 106px;
  }
}
@media only screen and (max-width: 1024px) {
  #sideMenu {
    top: 70px;
  }
}

.open .navBlock {
  display: none;
}
.navBlock {
  top: 0;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
  border: solid 1px #A47BB5;
  padding: 0 0.5em;
  border-radius: 5px;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.navBlock.hide {
  transform: translateY(-275%);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.site-header.header_mv ~ #sideMenu .navBlock {
  transform: translateY(-275%);
  opacity: 0;
}

.naviTitle {
  font-size: 16px;
}
.naviTitle.__small {
  padding: 0;
}
.naviTitle {
  padding: 1.2em 0.5em 1.2em 0.5em;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
}

.naviList {
  display: none;
  padding-bottom: 1.5em;
}
.naviList > li:not(:first-child) {
  margin-top: 1.1em;
}
.naviList > li {
  padding-top: 1.1em;
  border-top: solid 1px #A47BB5;
  position: relative;
}
.naviList > li > a {
  display: block;
  position: relative;
}
.naviList > li > a span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.7;
}
.naviList > li > a::after {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  opacity: 0.7;
  background: url("../images/angle.svg") center/contain no-repeat;
  content: "";
}
.naviList > li > a.active span {
  opacity: 1;
}
.naviList > li > a.active::after {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .naviList {
    padding-bottom: 1em;
  }
}

.open .openBtn3 {
  pointer-events: none;
}
.openBtn3 {
  cursor: pointer;
  position: relative;
  transition: 0.3s ease-in-out;
  position: relative;
}
.openBtn3::after, .openBtn3::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #A47BB5;
  border-radius: 10px;
  transition: 0.3s;
  z-index: 8;
}
.openBtn3::before {
  width: 18px;
  height: 3px;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.openBtn3::after {
  width: 3px;
  height: 18px;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.openBtn3.on::before {
  opacity: 0;
}
.openBtn3.on::after {
  width: 3px;
  right: 10px;
  top: 34%;
  transform: rotate(-90deg);
}

/**/
.site-header {
  position: sticky;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.site-header .header_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: background-color 0.5s;
}
.site-header:not(.header_mv) .header_bg {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}
.site-header.header_mv .header_bg {
  background-color: transparent;
}
.site-header .header_container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .site-header .header_container {
    justify-content: space-between;
    width: 95%;
    min-width: 990px;
    height: 106px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    width: 90%;
    height: 70px;
  }
}
.site-header .site-branding {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .site-header .site-branding {
    flex-basis: 18.3%;
    max-width: 332px;
    min-width: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-branding {
    flex-basis: 245px;
  }
}
.site-header .main-navigation {
  height: 100%;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main-navigation .main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 2.08vw;
       column-gap: 2.08vw;
  height: 100%;
  position: relative;
}
.site-header .main-navigation .main_menu > .menu-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.site-header .main-navigation .main_menu > .menu-item > a {
  line-height: 2;
  font-size: clamp(14px, 1.3vw, 18px);
  position: relative;
  display: inline-block;
}
.site-header .main-navigation .main_menu > .menu-item > a::before {
  display: block;
  width: 40px;
  height: 7px;
  position: absolute;
  top: 100%;
  left: calc(50% - 20px);
  transition: opacity ease 0.4s;
  opacity: 0;
  background: url("../images/menu_current.svg") center/contain no-repeat;
  content: "";
}
.site-header .main-navigation .menu-item__l1 {
  position: relative;
}
.site-header .main-navigation .menu-item__spin {
  display: none;
}
.site-header .menu-item {
  cursor: pointer;
}
.site-header .menu-item.menu_label > a {
  pointer-events: none;
}
@media (hover: hover) {
  .site-header .main_menu > .menu-item > a:hover {
    opacity: 1;
  }
  .site-header .main_menu > .menu-item:hover > a::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .site-header .main_menu_btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .main_menu_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: absolute;
    right: 5%;
    top: calc(50% - 12.5px);
    z-index: 1;
    width: 48px;
    height: 25px;
    background-color: #A47BB5;
    border-radius: 12.5px;
  }
  .site-header .main_menu_btn ._mobile_menu_btn {
    display: block;
    position: relative;
    width: 18px;
    height: 6px;
    cursor: pointer;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #FFF;
    border-radius: 0.5px;
    transition: all 0.5s;
    transform-origin: left;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar1 {
    top: 0%;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar2 {
    top: 100%;
  }
  .site-header .main_menu_btn:active {
    border: none;
  }
}
.site-header #toggle-menu-btn {
  display: none;
}
.site-header #toggle-menu-btn:checked ~ .main_menu_btn ._menu_bar._bar1 {
  transform: rotate(20deg);
}
.site-header #toggle-menu-btn:checked ~ .main_menu_btn ._menu_bar._bar2 {
  transform: rotate(-20deg);
}
.site-header .mobile_modal_window {
  display: block;
  width: 100%;
  max-width: 100vw;
  height: 0;
  z-index: -1;
  position: fixed;
  top: 70px;
  left: 0;
  transition: all ease 0.5s;
  background-color: #A47BB5;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .site-header .mobile_modal_window {
    display: none;
  }
}
.site-header .mobile_modal_window .modal_inner {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  padding-top: 40px;
}
.site-header .mobile_modal_window .modal_container {
  margin: 0 auto;
  width: 90%;
}
.site-header .mobile_modal_window .modal_nav .main_menu {
  margin-bottom: 38px;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item {
  line-height: 2;
  position: relative;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item a {
  display: block;
  width: 100%;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item {
  font-size: 15px;
  color: #FFF;
  padding-block: 1em;
  border-bottom: 1px solid #FFF;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item.menu-item-has-children a {
  position: relative;
}
.site-header .mobile_modal_window .modal_nav .main_menu .sub-menu {
  display: none;
  padding-left: 1em;
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item__spin {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item__spin::before, .site-header .mobile_modal_window .modal_nav .main_menu .menu-item__spin::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  content: "";
  transition: transform 0.5s;
  left: 0;
  top: calc(50% - 1px);
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item__spin::after {
  transform: rotate(90deg);
}
.site-header .mobile_modal_window .modal_nav .main_menu .menu-item-has-children.is-open .menu-item__spin::after {
  transform: rotate(0deg);
}
.site-header #toggle-menu-btn:checked ~ .mobile_modal_window {
  height: 100vh;
}

.menu-btn {
  line-height: 50px;
  border-radius: 6px;
  text-align: center;
}
.menu-btn a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.menu-btn .btn_icon {
  width: 24px;
}

.main-navigation .menu-btn {
  flex-basis: 12.8%;
  min-width: 150px;
  font-size: clamp(14px, 1vw, 16px);
}

.modal_nav .menu-btn {
  width: 190px;
  text-align: center;
  margin-inline: auto;
  margin-top: 50px;
  border: 1px solid #FFF;
}

body.page-aboutus .main-navigation .main_menu .menu_aboutus > a::before,
body.page-service .main-navigation .main_menu .menu_service > a::before,
body.page-qa .main-navigation .main_menu .menu_faq > a::before,
body.page-sales_branch .main-navigation .main_menu .menu_branch > a::before,
body.single-branch .main-navigation .main_menu .menu_branch > a::before,
body.tax-location .main-navigation .main_menu .menu_branch > a::before,
body:has(.branches) .main-navigation .main_menu .menu_branch > a::before,
body.single-voice .main-navigation .main_menu .menu_voice > a::before,
body.tax-voice_cat .main-navigation .main_menu .menu_voice > a::before,
body.post-type-archive-voice .main-navigation .main_menu .menu_voice > a::before {
  opacity: 1;
}

.home_link {
  display: block;
  width: 100%;
}
.home_link .logo_txt {
  display: block;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .home_link .logo_txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .home_link .logo_txt {
    font-size: 10px;
  }
}

.site-footer {
  position: relative;
  background-color: #F6FAF0;
}
.site-footer .footer_container {
  display: flex;
}
.site-footer .footer_nav__menu {
  display: flex;
}
.site-footer .footer_nav__link {
  display: block;
}
.site-footer .footer_nav__link span {
  display: inline-block;
  vertical-align: middle;
}
.site-footer .footer_nav__link .__link__txt {
  letter-spacing: 0.06em;
}
.site-footer .footer_btn {
  width: 240px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  padding-inline: 23px;
}
.site-footer .footer_btn .btn_txt {
  font-size: 14px;
}
.site-footer .footer_btn .btn_icon {
  width: 15px;
}
.site-footer .footer_btn.btn_white {
  background-color: #FFF;
  border: 1px solid #A47BB5;
  margin-bottom: 16px;
}
.site-footer .footer_btn.btn_green {
  background-color: #BAD386;
}
.site-footer .footer_bottom {
  font-size: 12px;
  line-height: 2.16;
}
.site-footer .footer_pp {
  display: flex;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
@media screen and (min-width: 1025px) {
  .site-footer {
    border-top-left-radius: 5.37vw;
    border-top-right-radius: 5.37vw;
    padding-bottom: 37px;
  }
  .site-footer .footer_container {
    max-width: 1131px;
    margin-inline: auto;
    justify-content: space-between;
    padding-top: 54px;
    margin-bottom: 92px;
  }
  .site-footer .footer_signature .home_link {
    width: 296px;
    margin-bottom: 29px;
  }
  .site-footer .footer_signature .footer_address {
    font-size: 14px;
  }
  .site-footer .footer_nav__menu {
    margin-bottom: 35px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .site-footer .footer_nav__link {
    margin-bottom: 30px;
  }
  .site-footer .footer_nav__link .__link__txt {
    margin-left: 17px;
  }
  .site-footer .footer_nav__link .__link__arw {
    width: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer {
    border-top-left-radius: 37px;
    border-top-right-radius: 37px;
    padding-bottom: 66px;
  }
  .site-footer .footer_container {
    max-width: 600px;
    margin-inline: auto;
    flex-wrap: wrap;
    row-gap: 28px;
    justify-content: center;
    padding-top: 44px;
    margin-bottom: 40px;
  }
  .site-footer .footer_signature .home_link {
    width: 240px;
    margin-inline: auto;
    margin-bottom: 24px;
  }
  .site-footer .footer_signature .footer_address {
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .site-footer .footer_nav__menu {
    flex-basis: 100%;
    margin-bottom: 28px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .site-footer .footer_nav__link {
    margin-bottom: 22px;
  }
  .site-footer .footer_nav__link .__link__txt {
    margin-left: 16px;
    font-size: 13px;
  }
  .site-footer .footer_nav__link .__link__arw {
    width: 24px;
  }
  .site-footer .footer_btn {
    margin-inline: auto;
  }
}

.ft_contact {
  position: relative;
}
.ft_contact__h2 {
  letter-spacing: 0;
  line-height: 1.3;
}
.ft_contact__h2, .ft_contact__lead {
  --blur: 0.2em;
}
.ft_contact__btn {
  background-color: #A47BB5;
  display: flex;
}
.ft_contact__btn .btn__txt {
  color: #FFF;
  line-height: 1;
}
.ft_contact__btn .btn__txt span {
  display: block;
}
.ft_contact__btn .btn__txt .__bold {
  margin-bottom: 1em;
}
.ft_contact__btn .btn__body {
  display: flex;
}
.ft_contact .container {
  border-bottom: 1px solid #BABBBC;
}
.ft_contact__cloud {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .ft_contact {
    padding-top: 63px;
  }
  .ft_contact__head {
    max-width: 1048px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 42px;
  }
  .ft_contact__catch {
    flex-shrink: 0;
  }
  .ft_contact__illust {
    flex-basis: 35.78%;
  }
  .ft_contact__h2 {
    font-size: 39px;
    margin-bottom: 33px;
  }
  .ft_contact__lead {
    font-size: 24px;
  }
  .ft_contact .c-text {
    text-align: center;
  }
  .ft_contact__btn {
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    width: 670px;
    margin-inline: auto;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 46px;
         column-gap: 46px;
    padding-block: 22px;
    padding-left: 48px;
    padding-right: 68px;
  }
  .ft_contact__btn .btn__illust {
    flex-basis: 74px;
  }
  .ft_contact__btn .btn__body {
    flex-shrink: 0;
    align-items: center;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .ft_contact__btn .btn__icon {
    flex-basis: 56px;
  }
  .ft_contact__btn .btn__txt .__bold {
    font-size: 24px;
  }
  .ft_contact__btn .btn__txt .__small {
    font-size: 14px;
  }
  .ft_contact__cloud {
    width: 7.18%;
    left: 12%;
    bottom: calc(100% - 54px);
  }
}
@media screen and (max-width: 1024px) {
  .ft_contact {
    padding-top: 56px;
  }
  .ft_contact__head {
    position: relative;
    margin-bottom: 30px;
  }
  .ft_contact__illust {
    width: 150px;
    position: absolute;
    right: 0;
    top: calc(50% - 42px);
  }
  .ft_contact__h2 {
    font-size: 26px;
    margin-bottom: 37px;
  }
  .ft_contact__lead {
    font-size: 18px;
  }
  .ft_contact__btn {
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    width: 100%;
    max-width: 670px;
    margin-inline: auto;
    margin-top: 34px;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding-block: 24px;
    padding-inline: 17px;
  }
  .ft_contact__btn .btn__illust {
    flex-basis: 56px;
    flex-shrink: 0;
  }
  .ft_contact__btn .btn__body {
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .ft_contact__btn .btn__icon {
    flex-basis: 40px;
  }
  .ft_contact__btn .btn__txt {
    flex-basis: 100%;
  }
  .ft_contact__btn .btn__txt .__bold {
    font-size: 16px;
  }
  .ft_contact__btn .btn__txt .__small {
    font-size: 11px;
  }
  .ft_contact__cloud {
    display: none;
  }
}

.copyright__pc {
  position: absolute;
  left: 1.25vw;
  top: 50vh;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 10px;
  writing-mode: vertical-rl;
  color: #717071;
  font-size: 10px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .copyright__pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .copyright__sp {
    display: none;
  }
}
.copyright__sp {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.08em;
}

#totop_btn {
  display: block;
  width: 61px;
  height: 61px;
  border-top-left-radius: 12px;
  background-color: #595757;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: -1;
}
#totop_btn.is-visible {
  z-index: 1000;
  opacity: 1;
}
#totop_btn img {
  display: block;
  width: 38px;
  position: absolute;
  inset: 0;
  margin: auto;
}

@media screen and (min-width: 1025px) {
  .top_h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2 {
    margin-bottom: 20px;
  }
}
.top_h2__ja, .top_h2__en {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.top_h2__ja {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .top_h2__ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2__ja {
    font-size: 14px;
  }
}
.top_h2__en {
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .top_h2__en {
    font-size: clamp(60px, 4.7vw, 80px);
  }
}
@media screen and (max-width: 1024px) {
  .top_h2__en {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .top_h2__border {
    display: block;
    height: 1px;
    background-color: #FFF;
    width: 70px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2__border {
    display: none;
  }
}

.top_section {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_section {
    padding-block: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .top_section {
    padding-block: 30px;
  }
}

.top_mv {
  position: relative;
  z-index: 1;
  background: url("../images/top/mv_bg.webp");
}
.top_mv__slider {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.top_mv__container {
  position: relative;
  z-index: 1;
}
.top_mv__catch img {
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
}
.top_mv__illust {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_mv {
    height: calc(49.68vw - 106px);
  }
  .top_mv__container {
    padding-top: calc(31.77vw - 106px);
    position: relative;
  }
  .top_mv__catch {
    position: relative;
    width: 42.9%;
    max-width: 824px;
    min-width: 580px;
  }
  .top_mv__slider {
    padding-top: 14px;
  }
  .top_mv__slider .mv_slide__01 {
    flex-basis: 39.7395833333%;
  }
  .top_mv__slider .mv_slide__02 {
    flex-basis: 43.6458333333%;
  }
  .top_mv__slider .mv_slide__03 {
    flex-basis: 40.5729166667%;
  }
  .top_mv__slider .mv_slide__04 {
    flex-basis: 39.7395833333%;
  }
  .top_mv__illust {
    width: 45.6%;
    bottom: 0;
    left: 100%;
    transform: translate(-19.27%, 45.7%);
  }
  .top_mv__illust.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv {
    height: 466px;
  }
  .top_mv__container {
    padding-top: 249px;
    position: relative;
  }
  .top_mv__catch {
    width: 86%;
    max-width: 480px;
  }
  .top_mv__slider {
    padding-top: 86px;
  }
  .top_mv__slider .mv_slide__01 {
    flex-basis: 317px;
  }
  .top_mv__slider .mv_slide__02 {
    flex-basis: 346px;
  }
  .top_mv__slider .mv_slide__03 {
    flex-basis: 323px;
  }
  .top_mv__slider .mv_slide__04 {
    flex-basis: 317px;
  }
  .top_mv__illust {
    width: 200px;
    top: 15px;
    left: 26px;
  }
  .top_mv__illust.__pc {
    display: none;
  }
}

.top_reason__head {
  position: relative;
}
.top_reason__h2 span {
  display: block;
}
.top_reason__h2__en {
  text-align: center;
  color: #717071;
  line-height: 1;
}
.top_reason__lead i {
  display: inline-block;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  vertical-align: middle;
  line-height: 1;
  letter-spacing: 0;
}
.top_reason__promises {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top_reason__motif {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .top_reason {
    padding-top: 75px;
    padding-bottom: 157px;
  }
  .top_reason__head {
    margin-bottom: 130px;
  }
  .top_reason__h2 {
    margin-bottom: 20px;
  }
  .top_reason__h2__ja {
    width: 332px;
  }
  .top_reason__lead {
    font-size: 34px;
  }
  .top_reason__lead .__fs74 {
    font-size: 74px;
  }
  .top_reason__lead .__fs62 {
    font-size: 62px;
  }
  .top_reason__illust {
    width: 195px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
  }
  .top_reason__promises {
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 136px;
  }
  .top_reason__motif.__head__left {
    width: 193px;
    left: -206px;
    top: -153px;
  }
  .top_reason__motif.__head__right {
    width: 170px;
    right: -214px;
    bottom: -74px;
  }
  .top_reason__motif.__bottom__left {
    width: 20%;
    left: 0;
    bottom: 73px;
    transform: rotate(-10deg);
  }
  .top_reason__motif.__bottom__right {
    width: 14%;
    right: 0;
    bottom: 0;
    transform: translate(39%, 8%);
  }
}
@media screen and (max-width: 1024px) {
  .top_reason {
    padding-top: 55px;
    padding-bottom: 85px;
  }
  .top_reason__head {
    margin-bottom: 45px;
  }
  .top_reason__h2 {
    margin-bottom: 24px;
  }
  .top_reason__h2__ja {
    width: 249px;
  }
  .top_reason__h2__en {
    font-size: 12px;
  }
  .top_reason__lead {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .top_reason__lead .__fs74 {
    font-size: 53px;
  }
  .top_reason__lead .__fs62 {
    font-size: 44px;
  }
  .top_reason__illust {
    width: 140px;
    margin-inline: auto;
  }
  .top_reason__promises {
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 47px;
  }
  .top_reason__motif {
    display: none;
  }
}

.top_reason__promise {
  position: relative;
}
.top_reason__promise__num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
}
.top_reason__promise__num .__num__frame {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_reason__promise__num .__num__txt {
  position: relative;
  z-index: 1;
  line-height: 1;
}
.top_reason__promise__num .__num__txt em {
  padding-left: 0.5em;
}
.top_reason__promise__content {
  position: relative;
  z-index: 1;
}
.top_reason__promise__h3 {
  line-height: 1;
  letter-spacing: 0;
  --blur: 0.1em;
}
.top_reason__promise__p {
  position: relative;
}
.top_reason__promise__p::after {
  display: block;
  width: 42px;
  height: 1px;
  background-color: #6DC076;
  position: absolute;
  left: 0;
  bottom: -16px;
  content: "";
}
.top_reason__promise__more {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: 124px;
  height: 30px;
  background-color: #333333;
  border-radius: 15px;
  color: #FFF;
  font-size: 13px;
}
.top_reason__promise__more .__more__plus {
  width: 12px;
  height: 12px;
  position: relative;
}
.top_reason__promise__more .__more__plus::before, .top_reason__promise__more .__more__plus::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  content: "";
}
.top_reason__promise__more .__more__plus::after {
  transform: rotate(90deg);
}
@media screen and (min-width: 1025px) {
  .top_reason__promise {
    flex-shrink: 0;
  }
  .top_reason__promise__img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .top_reason__promise.__1 {
    flex-basis: 29.66%;
  }
  .top_reason__promise.__1 .top_reason__promise__num {
    left: 8px;
    top: 8px;
  }
  .top_reason__promise.__1 .top_reason__promise__content {
    padding-top: 86%;
    padding-left: 34px;
  }
  .top_reason__promise.__2 {
    flex-basis: 31.66%;
    transform: translateY(100px);
  }
  .top_reason__promise.__2 .top_reason__promise__num {
    left: -8px;
    top: -8px;
  }
  .top_reason__promise.__2 .top_reason__promise__content {
    padding-top: 70%;
    padding-left: 24px;
  }
  .top_reason__promise.__3 {
    flex-basis: 30.16%;
  }
  .top_reason__promise.__3 .top_reason__promise__num {
    left: 8px;
    top: 8px;
  }
  .top_reason__promise.__3 .top_reason__promise__content {
    padding-top: 85%;
    padding-left: 16px;
  }
  .top_reason__promise.__4 {
    flex-basis: 29.83%;
  }
  .top_reason__promise.__4 .top_reason__promise__num {
    left: 8px;
    top: 8px;
  }
  .top_reason__promise.__4 .top_reason__promise__content {
    padding-top: 86%;
    padding-left: 33px;
  }
  .top_reason__promise.__5 {
    flex-basis: 31.66%;
  }
  .top_reason__promise.__5 .top_reason__promise__num {
    left: -4px;
    top: 8px;
  }
  .top_reason__promise.__5 .top_reason__promise__content {
    padding-top: 79%;
    padding-left: 21px;
  }
  .top_reason__promise__num {
    width: 106px;
    height: 90px;
  }
  .top_reason__promise__num .__num__txt {
    font-size: 20px;
  }
  .top_reason__promise__num .__num__txt em {
    font-size: 26px;
  }
  .top_reason__promise__h3 {
    font-size: 54px;
    padding-bottom: 40px;
  }
  .top_reason__promise__p {
    font-size: 20px;
    line-height: 1.33;
    margin-bottom: 40px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  .top_reason__promise {
    flex-basis: 100%;
    max-width: 400px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .top_reason__promise__img {
    flex-basis: 50%;
    flex-shrink: 0;
    max-width: 180px;
  }
  .top_reason__promise__num {
    width: 43px;
    height: 35px;
  }
  .top_reason__promise__num .__num__txt {
    font-size: 10px;
  }
  .top_reason__promise__num .__num__txt em {
    font-size: 13px;
  }
  .top_reason__promise__num {
    left: 0;
    top: 0;
  }
  .top_reason__promise.__3 .top_reason__promise__num {
    left: 7px;
    top: 13px;
  }
  .top_reason__promise__content {
    flex-grow: 1;
  }
  .top_reason__promise__h3 {
    font-size: 42px;
    padding-bottom: 12px;
    text-align: center;
  }
  .top_reason__promise__p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 36px;
  }
}

.top_about__upper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-top-left-radius: 3.6vw;
  border-top-right-radius: 3.6vw;
  overflow: hidden;
}
.top_about__upper img {
  -o-object-position: top;
     object-position: top;
}
.top_about__head {
  border-bottom: 2px solid #FFF;
  position: relative;
}
.top_about__h2 span {
  display: block;
}
.top_about__h2__ja {
  font-weight: 700;
  --blur: 0.1em;
}
.top_about__head__illust {
  position: absolute;
}
.top_about__body {
  display: flex;
}
.top_about__motif {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_about {
    padding-top: 76px;
    padding-bottom: 148px;
  }
  .top_about__upper {
    height: 473px;
  }
  .top_about__head {
    padding-bottom: 30px;
  }
  .top_about__h2__ja {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .top_about__head__illust {
    width: 394px;
    right: 0;
    bottom: -36px;
  }
  .top_about__body {
    padding-top: 47px;
    justify-content: space-between;
  }
  .top_about__motif {
    width: 6.8%;
    bottom: 148px;
    left: 4.8%;
  }
}
@media screen and (max-width: 1024px) {
  .top_about {
    padding-top: 57px;
    padding-bottom: 61px;
  }
  .top_about__upper {
    height: 410px;
  }
  .top_about__head {
    padding-bottom: 118px;
  }
  .top_about__h2__ja {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .top_about__head__illust {
    width: 287px;
    left: calc(50% - 143.5px);
    bottom: -23px;
  }
  .top_about__body {
    padding-top: 42px;
    flex-wrap: wrap;
    row-gap: 29px;
    max-width: 370px;
    margin-inline: auto;
  }
  .top_about__motif {
    display: none;
  }
}

.top_about__item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.top_about__item__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_about__item__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all ease 0.5s;
}
.top_about__item__bgwrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(96, 76, 63, 0.75);
}
.top_about__item__line {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 78px;
  height: 78px;
}
.top_about__item__line svg {
  display: block;
  width: 100%;
}
.top_about__item__line .line1 {
  fill: #7ec786;
}
.top_about__item__line .line2 {
  fill: #7ec786;
}
.top_about__item__h3 {
  font-weight: 700;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 2;
}
.top_about__item__h3 i {
  text-orientation: sideways;
}
.top_about__item__content {
  position: relative;
  z-index: 1;
}
.top_about__item__more {
  position: absolute;
  z-index: 2;
}
.top_about__item__more:hover {
  opacity: 1;
}
.top_about__item__more .__hover {
  display: none;
}
.top_about__item.is-hover .top_about__item__wrap {
  left: 100%;
}
.top_about__item.is-hover .top_about__item__line .line1 {
  fill: #FFF;
}
.top_about__item.is-hover .top_about__item__line .line2 {
  fill: #bad386;
}
.top_about__item.is-hover .top_about__item__h3 {
  color: #FFF;
}
.top_about__item.is-hover .top_about__item__more .__normal {
  display: none;
}
.top_about__item.is-hover .top_about__item__more .__hover {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top_about__item {
    flex-basis: 31%;
    flex-shrink: 0;
  }
  .top_about__item__h3 {
    font-size: 26px;
    left: 12%;
    top: 40px;
  }
  .top_about__item__content {
    padding-top: 156px;
    padding-left: 27%;
    padding-right: 8%;
    padding-bottom: 118px;
  }
  .top_about__item__more {
    width: 100px;
    right: 8%;
    bottom: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .top_about__item {
    flex-basis: 100%;
  }
  .top_about__item__h3 {
    font-size: 24px;
    left: 12.5%;
    top: 39px;
  }
  .top_about__item__content {
    padding-top: 160px;
    padding-left: 30%;
    padding-right: 10%;
    padding-bottom: 136px;
  }
  .top_about__item__more {
    width: 94px;
    right: 8%;
    bottom: 23px;
  }
}

.top_branch {
  background-color: #F6FAF0;
}
.top_branch__h2 {
  font-weight: 700;
  background-color: #FFF;
  border-radius: 6px;
  line-height: 2;
}
.top_branch__h2 em {
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .top_branch {
    border-top-left-radius: 3.64vw;
    border-top-right-radius: 3.64vw;
    padding-bottom: 220px;
  }
  .top_branch__h2 {
    font-size: 30px;
    margin-bottom: 40px;
    padding-inline: 18px;
  }
  .top_branch__h2 em {
    font-size: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .top_branch {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    padding-bottom: 0;
  }
  .top_branch__h2 {
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
  }
  .top_branch__h2 em {
    font-size: 37px;
  }
  .top_branch::after {
    display: block;
    width: 100%;
    height: 115px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #F6FAF0;
    content: "";
  }
}

.top_voice__bg__grad {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.top_voice__bg__grad.__upper {
  background: linear-gradient(0deg, rgb(227, 239, 251) 65.38%, rgba(227, 239, 251, 0) 100%);
}
.top_voice__bg__grad.__lower {
  background: linear-gradient(0deg, rgb(227, 239, 251) 88.08%, rgba(227, 239, 251, 0) 100%);
}
.top_voice__bg__img {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.top_voice__bg__cloud {
  position: absolute;
  z-index: 1;
}
.top_voice__head {
  position: relative;
  z-index: 1;
}
.top_voice__head__illust {
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.top_voice__h2 {
  font-weight: 700;
  text-align: center;
}
.top_voice__body {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_voice {
    padding-top: 0;
  }
  .top_voice__bg__grad.__upper {
    height: 49.64%;
    top: -9.46%;
  }
  .top_voice__bg__grad.__lower {
    height: 35.56%;
    bottom: 0;
  }
  .top_voice__bg__img {
    height: 47.38%;
    top: 21.73%;
  }
  .top_voice__head {
    width: 96%;
    margin-inline: auto;
    margin-bottom: 150px;
  }
  .top_voice__head__illust {
    width: clamp(400px, 28.23vw, 480px);
  }
  .top_voice__h2 {
    font-size: clamp(16px, 1.6vw, 26px);
    margin-top: clamp(50px, 6vw, 90px);
  }
  .top_voice__body {
    margin-bottom: 50px;
  }
  .top_voice .voice_archive .voice_article:nth-child(2) .voice_article__wrap {
    transform: translateY(79px);
  }
  .top_voice__bg__cloud {
    width: 325px;
    left: 67.5%;
    bottom: -45px;
  }
}
@media screen and (max-width: 1024px) {
  .top_voice {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .top_voice__bg__grad.__upper {
    display: none;
  }
  .top_voice__bg__grad.__lower {
    height: 390px;
    bottom: 0;
  }
  .top_voice__bg__img {
    height: 78%;
    top: -53px;
  }
  .top_voice__bg__img img {
    -o-object-position: top;
       object-position: top;
  }
  .top_voice__head {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 133px;
  }
  .top_voice__head .top_voice__head__banner {
    width: 340px;
    margin-inline: auto;
  }
  .top_voice__head__illust {
    width: 350px;
    top: 43px;
  }
  .top_voice__h2 {
    font-size: 18px;
    margin-top: 102px;
  }
  .top_voice__body {
    margin-bottom: 50px;
  }
  .top_voice__archive__wrap {
    margin-bottom: 32px;
  }
  .top_voice__bg__cloud {
    display: none;
  }
}

.top_voice__gallery {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_voice__gallery {
    -moz-column-gap: 28px;
         column-gap: 28px;
    padding-bottom: 72px;
  }
  .top_voice__gallery .loop_slider__list {
    -moz-column-gap: 28px;
         column-gap: 28px;
    width: 2164px;
  }
  .top_voice__gallery .loop_slider__list li {
    flex-basis: 520px;
  }
  .top_voice__gallery .loop_slider__list li:nth-child(even) {
    transform: translateY(72px);
  }
}
@media screen and (max-width: 1024px) {
  .top_voice__gallery {
    -moz-column-gap: 19px;
         column-gap: 19px;
    padding-bottom: 47px;
  }
  .top_voice__gallery .loop_slider__list {
    -moz-column-gap: 19px;
         column-gap: 19px;
    width: 1417px;
  }
  .top_voice__gallery .loop_slider__list li {
    flex-basis: 340px;
  }
  .top_voice__gallery .loop_slider__list li:nth-child(even) {
    transform: translateY(47px);
  }
}

@media screen and (min-width: 1025px) {
  .top_faq {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .top_faq {
    padding-top: 68px;
    padding-bottom: 84px;
  }
}

.faq__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #A47BB5;
}
.faq__h2__ja {
  font-weight: 700;
}
.faq__more {
  width: 100px;
}
.faq__body {
  margin-inline: auto;
}
.faq__item {
  background-color: #FFF;
  box-shadow: 0 0 5px #CCCCCC;
  border-radius: 20px;
}
.faq__item__q {
  padding-left: 10px;
}
.faq__item__a {
  display: flex;
  border-top: 1px dashed #A6A6A7;
}
.faq__item__a .__a__icon {
  flex-shrink: 0;
}
.faq__item__a .__a__txt {
  flex-grow: 1;
}
@media screen and (min-width: 1025px) {
  .faq__head {
    padding-bottom: 29px;
    padding-right: 32px;
  }
  .faq__h2__ja {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .faq__body {
    max-width: 1000px;
  }
  .faq__item {
    margin-top: 34px;
    padding-block: 32px;
    padding-inline: 3.3%;
  }
  .faq__item__q {
    padding-bottom: 20px;
  }
  .faq__item__a {
    padding-top: 17px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .faq__item__a .__a__icon {
    width: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .faq__head {
    padding-bottom: 24px;
  }
  .faq__h2__ja {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .faq__item {
    margin-top: 30px;
    padding-block: 32px;
    padding-inline: 5%;
  }
  .faq__item__q {
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 1.57;
  }
  .faq__item__a {
    padding-top: 20px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .faq__item__a .__a__icon {
    width: 40px;
  }
}

.modal_reason {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.modal_reason__slide {
  background-color: #FFF;
  border: 3px solid #A47BB5;
  border-radius: 20px;
}
.modal_reason__slide__head {
  display: flex;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin-bottom: 30px;
}
.modal_reason__slide__img {
  flex-basis: 46%;
  position: relative;
}
.modal_reason .top_reason__promise__num {
  left: 0;
  top: 0;
}
.modal_reason__slide__ttl {
  flex-grow: 1;
}
.modal_reason__slide__h3 {
  letter-spacing: 0;
  line-height: 1;
}
.modal_reason__slide__txt {
  margin-bottom: 28px;
}
.modal_reason__slide__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 46px;
  margin-inline: auto;
  background-color: #333333;
  border-radius: 23px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
}
.modal_reason .splide__arrow {
  background-color: transparent;
  opacity: 1;
  border-radius: 0;
}
.modal_reason .splide__arrow svg {
  width: 100%;
  height: auto;
  display: block;
}
.modal_reason .splide__arrow--prev {
  left: unset;
}
.modal_reason .splide__arrow--prev svg {
  transform: rotate(180deg);
}
.modal_reason .splide__arrow--next {
  right: unset;
}
@media screen and (min-width: 1025px) {
  .modal_reason {
    width: 85%;
    max-width: 900px;
  }
  .modal_reason__slide {
    padding-top: 32px;
    padding-bottom: 52px;
    padding-inline: 7%;
  }
  .modal_reason__slide__h3 {
    font-size: 64px;
    margin-bottom: 24px;
  }
  .modal_reason__slide__p {
    font-size: 22px;
  }
  .modal_reason__slide__txt {
    font-size: 18px;
  }
  .modal_reason .splide__arrow {
    width: 30px;
    height: 65px;
  }
  .modal_reason .splide__arrow--prev {
    right: calc(100% + 38px);
  }
  .modal_reason .splide__arrow--next {
    left: calc(100% + 38px);
  }
}
@media screen and (max-width: 1024px) {
  .modal_reason {
    width: 85%;
    max-width: 900px;
  }
  .modal_reason__slide {
    padding-top: 32px;
    padding-bottom: 52px;
    padding-inline: 7%;
  }
  .modal_reason__slide__h3 {
    font-size: 42px;
    margin-bottom: 12px;
  }
  .modal_reason__slide__p {
    font-size: 16px;
  }
  .modal_reason__slide__txt {
    font-size: 16px;
  }
  .modal_reason .splide__arrow {
    width: 15px;
    height: 33px;
  }
  .modal_reason .splide__arrow--prev {
    right: calc(100% + 10px);
  }
  .modal_reason .splide__arrow--next {
    left: calc(100% + 10px);
  }
}

.page_header {
  position: relative;
  overflow: hidden;
}
.page_header__bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.page_header__container {
  display: flex;
  align-items: center;
  height: 100%;
}
.page_header__img, .page_header__illust {
  position: absolute;
  z-index: 1;
}
.page_header__img {
  height: 100%;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .page_header {
    height: 350px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
  .page_header__img {
    width: 528px;
    right: 10.9%;
  }
  .page_header__illust {
    width: 20%;
    min-width: 284px;
    bottom: 24px;
    right: 10.4%;
  }
}
@media screen and (max-width: 1024px) {
  .page_header {
    height: 150px;
    border-bottom-left-radius: 37px;
    border-bottom-right-radius: 37px;
  }
  .page_header__img {
    width: 40%;
    right: calc(50% - 50vw);
  }
  .page_header__img img {
    -o-object-position: left;
       object-position: left;
  }
  .page_header__illust {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .page_header__img {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  body.single-voice .page_header__img,
  body.post-type-archive-voice .page_header__img {
    width: 600px;
  }
}
.page_h1 {
  position: relative;
  z-index: 2;
}
.page_h1 span {
  display: block;
}
.page_h1__ja {
  font-weight: 700;
}
.page_h1__en:first-letter {
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .page_h1__en {
    font-size: 16px;
  }
  .page_h1__ja {
    font-size: 38px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h1__en {
    font-size: 16px;
  }
  .page_h1__ja {
    font-size: 24px;
    line-height: 1.33;
  }
}

.page_h2 {
  position: relative;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.page_h2 span {
  position: relative;
  z-index: 1;
}
.page_h2::before {
  display: block;
  background: url("../images/page/page_h2_motif.webp") center/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_h2 {
    margin-bottom: 90px;
    font-size: 30px;
    line-height: 1;
  }
  .page_h2::before {
    width: 70px;
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h2 {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 1.33;
  }
  .page_h2::before {
    width: 40px;
    height: 50px;
  }
}

.page_h3 {
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 1em;
  padding-left: 1em;
  position: relative;
}
.page_h3::before, .page_h3::after {
  display: block;
  position: absolute;
  left: 0;
  content: "";
}
.page_h3::before {
  width: 100%;
  height: 1px;
  background-color: #A6A6A7;
  bottom: 0;
}
.page_h3::after {
  width: 188px;
  height: 3px;
  background-color: #A47BB5;
  border-radius: 1.5px;
  bottom: -1px;
}
@media screen and (min-width: 1025px) {
  .page_h3 {
    font-size: 20px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h3 {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

.page_h4 {
  background-color: #F6FAF0;
  border-radius: 8px;
}
@media screen and (min-width: 1025px) {
  .page_h4 {
    font-size: 18px;
    line-height: 25px;
    padding-inline: 44px;
    padding-block: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h4 {
    font-size: 16px;
    line-height: 20px;
    padding-inline: 24px;
    padding-block: 20px;
    margin-bottom: 25px;
  }
}

.page_lead {
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .page_lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .page_lead {
    font-size: 18px;
  }
}

.page_col {
  display: flex;
}
.page_col__body .c-text {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .page_col {
    align-items: flex-start;
    -moz-column-gap: 2.7%;
         column-gap: 2.7%;
  }
  .page_col__body {
    flex-grow: 1;
  }
  .page_col__pic {
    flex-basis: 40%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_col {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .page_col__body {
    flex-basis: 100%;
  }
  .page_col__pic {
    flex-basis: 100%;
  }
}

.page_grid {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .page_grid.__3col {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
  .page_grid.__4col {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
  .page_grid.__2col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .page_grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .page_grid.__4col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
}
@media screen and (max-width: 520px) {
  .page_grid.__4col {
    grid-template-columns: repeat(1, 1fr);
  }
}

/**/
.page_anchor_nav {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .page_anchor_nav {
    justify-content: center;
  }
}

.page_anchor_link {
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 2;
  padding-block: 0.5em;
  padding-inline: 1em;
  border: 1px solid #A47BB5;
  border-radius: 6px;
  background-color: #FFF;
  color: #A47BB5;
}
@media screen and (min-width: 1025px) {
  .page_anchor_link {
    min-width: 110px;
  }
}
.page_anchor_link.__current {
  background-color: #A47BB5;
  color: #FFF;
}

.page_section {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_section {
    padding-block: 110px;
  }
  .page_section:first-of-type {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .page_section {
    padding-block: 55px;
  }
}

.page_dl {
  display: flex;
  border-top: 1px solid #99A9B5;
}
.page_dl dt {
  background-color: #E5E9EC;
  color: #A47BB5;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.page_dl dd {
  flex-grow: 1;
  background-color: #FFF;
  color: #333333;
}
.page_dl dt, .page_dl dd {
  padding-inline: 1em;
  padding-block: 1.2em;
}
@media screen and (max-width: 1024px) {
  .page_dl {
    flex-wrap: wrap;
  }
  .page_dl dt, .page_dl dd {
    flex-basis: 100%;
  }
}

.page_ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
}
.page_ul li::before {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(0.9em - 4px);
  content: "";
}

.page_ol {
  list-style: decimal;
  list-style-position: inside;
}
.page_ol li {
  padding-left: 1em;
  text-indent: -1em;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  line-height: 2;
  padding: 0 0.5em;
  border: 1px solid #A47BB5;
}
.wp-pagenavi .current {
  background-color: #A47BB5;
  color: #FFF;
}

.news_archive__list {
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .news_archive {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .news_archive {
    margin-bottom: 40px;
  }
}

.single_h1 {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.33;
  margin-bottom: 2em;
}

.single_news__date {
  margin-bottom: 10px;
}
.single_news__catlist {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 1em;
}
.single_news__cat {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2;
  color: #FFF;
  background-color: #A47BB5;
  border-radius: 1.1em;
  padding-inline: 1em;
}

@media screen and (min-width: 1025px) {
  .single_news_content {
    padding-block: 50px;
    padding-inline: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .single_news_content {
    padding-block: 30px;
    padding-inline: 2.5%;
  }
}
.single_news_content h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.33;
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #A47BB5;
  color: #A47BB5;
}
.single_news_content h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.33;
  position: relative;
  margin-bottom: 1em;
  padding-left: 14px;
  color: #A47BB5;
}
.single_news_content h3::before {
  display: block;
  width: 5px;
  height: 2.1em;
  position: absolute;
  left: 0;
  top: -0.3em;
  background-color: #A47BB5;
  border-radius: 5px;
  content: "";
}
.single_news_content h4 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.33;
}
.single_news_content p, .single_news_content ul, .single_news_content ol {
  margin-bottom: 1em;
}
.single_news_content p + h2, .single_news_content figure + h2, .single_news_content ul + h2, .single_news_content ol + h2, .single_news_content div + h2,
.single_news_content p + h3, .single_news_content figure + h3, .single_news_content ul + h3, .single_news_content ol + h3, .single_news_content div + h3 {
  margin-top: 1.5em;
}
@media screen and (min-width: 1025px) {
  .single_news_content figure + p, .single_news_content figure + ul, .single_news_content figure + ol, .single_news_content figure + div {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .single_news_content figure + p, .single_news_content figure + ul, .single_news_content figure + ol, .single_news_content figure + div {
    margin-top: 20px;
  }
}

.single_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_nav .link_button {
  width: 220px;
}
.single_nav .single_nav_next a, .single_nav .single_nav_prev a {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.single_nav .single_nav_prev .link_arw {
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .single_nav {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .single_nav .single_nav_prev {
    order: 1;
    flex-basis: 50%;
  }
  .single_nav .single_nav_next {
    order: 2;
    flex-basis: 50%;
  }
  .single_nav .single_nav_next a {
    justify-content: flex-end;
  }
  .single_nav .link_button {
    order: 3;
    flex-basis: 220px;
  }
}

.page_pp__container .page_h2 {
  margin-bottom: 0.5em;
  line-height: 1.22;
}
@media screen and (min-width: 1025px) {
  .page_pp__container .page_h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .page_pp__container .page_h2 {
    font-size: 20px;
  }
}
.page_pp__container .c-text + .page_h2 {
  margin-top: 1em;
}

.page_border {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .page_border {
    height: 106px;
  }
}
@media screen and (max-width: 1024px) {
  .page_border {
    height: 70px;
  }
}

.branch_head {
  display: flex;
  width: 100%;
}
.branch_panel {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}
.branch_amount {
  line-height: 1;
  font-size: 20px;
}
.branch_amount .__amount__num {
  font-size: 52px;
  padding-inline: 5px;
}
.branch_control {
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.branch_search, .branch_select {
  border: 1px solid #333333;
  border-radius: 25px;
  position: relative;
  font-size: 14px;
  line-height: 2;
  padding-block: 11px;
  padding-left: 22px;
  background-size: 40px 40px;
  background-position: calc(100% - 5px) 5px;
  background-repeat: no-repeat;
  background-color: #FFF;
  padding-right: 64px;
  cursor: pointer;
}
.branch_select {
  background-image: url("../images/page/dropdown.svg");
}
.branch_search {
  background-image: url("../images/page/search_btn.svg");
}
@media screen and (min-width: 1025px) {
  .branch_head {
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 70px;
  }
  .branch_panel {
    flex-basis: 50.3%;
    flex-shrink: 0;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: flex-end;
  }
  .branch_lead {
    flex-grow: 1;
    min-width: 400px;
  }
  .branch_amount {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .branch_head {
    flex-wrap: wrap;
    row-gap: 26px;
    position: relative;
    z-index: 2;
  }
  .branch_panel {
    flex-basis: 100%;
    flex-wrap: wrap;
    row-gap: 25px;
    padding-left: 32px;
  }
  .branch_lead {
    flex-basis: 100%;
  }
  .branch_amount {
    flex-basis: 100%;
  }
  .branch_control {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}

.branch_loc {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .branch_loc {
    max-width: 1100px;
    margin-inline: auto;
    height: 768px;
  }
  .branch_loc__map {
    width: 603px;
    padding-top: 26px;
    margin-inline: auto;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .branch_loc {
    transform: translateY(-90px);
    z-index: 1;
  }
  .branch_loc__map {
    width: 100%;
    max-width: 603px;
    margin-inline: auto;
    position: relative;
  }
}

@media screen and (max-width: 1024px) {
  .branch_loc__area {
    display: none;
  }
}
.branch_loc__area {
  position: absolute;
  border: 2px solid var(--area--color);
  border-radius: 12px;
  background-color: #FFF;
  padding-top: 14px;
  padding-bottom: 19px;
  padding-inline: 2.25%;
}
.branch_loc__area::after {
  display: block;
  height: 1px;
  background-color: var(--area--color);
  position: absolute;
  content: "";
}
.branch_loc__title {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.branch_loc__title .__title__mark {
  width: 18px;
}
.branch_loc__title .__title__mark svg {
  width: 100%;
}
.branch_loc__title .__title__mark svg .vpath {
  fill: var(--area--color);
}
.branch_loc__list {
  display: flex;
}
.branch_loc__area.__col__1 {
  width: 21%;
  max-width: 230px;
}
.branch_loc__area.__col__1 .branch_loc__list {
  flex-direction: column;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.branch_loc__area.__col__1 .branch_loc__list .branch_loc__list:first-child {
  padding-top: 0;
}
.branch_loc__area.__col__2 {
  width: 320px;
}
.branch_loc__area.__col__2 .branch_loc__list {
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 192px;
}
.branch_loc__area.__col__3 {
  width: 320px;
}
.branch_loc__area.__col__3 .branch_loc__list {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 3%;
       column-gap: 3%;
  width: 100%;
}
.branch_loc__area.__col__3 .branch_loc__list::after {
  display: block;
  width: 126px;
  content: "";
}
.branch_loc__link {
  display: flex;
  justify-content: space-between;
  padding-block: 8px;
  padding-inline: 4px;
  border-bottom: 1px dashed #A6A6A7;
  width: 126px;
  line-height: 1.2;
}

.__area__hokkaido-area {
  --area--color: #036EA9;
  top: 0;
  right: 0;
}
.__area__hokkaido-area::after {
  width: 84px;
  top: 50%;
  right: 100%;
  transform: rotate(-20deg);
  transform-origin: right;
}

.__area__touhoku {
  --area--color: #69B6DF;
  bottom: 350px;
  right: 0;
}
.__area__touhoku::after {
  width: 122px;
  top: 50%;
  right: 100%;
  transform: rotate(-10deg);
  transform-origin: right;
}

.__area__kantou-koushinetsu {
  --area--color: #A47BB5;
  top: 437px;
  right: 0;
}
.__area__kantou-koushinetsu::after {
  width: 65px;
  bottom: 100%;
  right: 88%;
  transform: rotate(10deg);
  transform-origin: right;
}

.__area__chugoku-shikoku {
  --area--color: #DD6D80;
  top: 580px;
  left: 32%;
}
.__area__chugoku-shikoku::after {
  width: 80px;
  bottom: 100%;
  right: 50%;
  transform: rotate(55deg);
  transform-origin: right;
}

.__area__hokuriku-chubu {
  --area--color: #9CC715;
  bottom: 469px;
  left: 248px;
}
.__area__hokuriku-chubu::after {
  width: 115px;
  bottom: 0;
  left: 100%;
  transform: rotate(20deg);
  transform-origin: left;
}
@media screen and (max-width: 1299px) {
  .__area__hokuriku-chubu::after {
    transform: rotate(40deg);
  }
}

.__area__kinki {
  --area--color: #F6AA00;
  bottom: 430px;
  left: 0;
}
.__area__kinki::after {
  width: 300px;
  bottom: 0;
  left: 100%;
  transform: rotate(20deg);
  transform-origin: left;
}

.__area__kyusyu-okinawa {
  --area--color: #B43906;
  top: 358px;
  left: 0;
}
.__area__kyusyu-okinawa::after {
  width: 94px;
  bottom: 50%;
  left: 100%;
  transform: rotate(-50deg);
  transform-origin: left;
}

/**/
.modal_window {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}
.modal_window__wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.modal_window__wrap:hover {
  opacity: 1;
}
.modal_window.is-open {
  z-index: 1001;
  opacity: 1;
}
.modal_window__close {
  position: absolute;
}
.modal_window__close .btn_txt {
  color: #FFF;
  vertical-align: middle;
}
.modal_window__close .btn_icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
}
.modal_window__close .btn_icon::before, .modal_window__close .btn_icon::after {
  display: block;
  width: 141.4213562373%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  content: "";
}
.modal_window__close .btn_icon::before {
  left: 0;
  transform: rotate(45deg);
  transform-origin: left;
}
.modal_window__close .btn_icon::after {
  right: 0;
  transform: rotate(-45deg);
  transform-origin: right;
}

.modal_search {
  background-color: #FFF;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.modal_search__title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.modal_search__form {
  position: relative;
}
.modal_search__form input[type=text] {
  width: 100%;
  border: 1px solid;
  border-radius: 2em;
  padding-block: 1em;
  padding-left: 1em;
  padding-right: 70px;
}
.modal_search__button {
  width: 50px;
  position: absolute;
  right: 10px;
  top: calc(50% - 25px);
}
.modal_search .modal_window__close {
  bottom: calc(100% + 10px);
  right: 10px;
}
@media screen and (min-width: 1025px) {
  .modal_search {
    width: 80%;
    max-width: 1200px;
    min-width: 960px;
    border-radius: 20px;
    padding-block: 50px;
  }
  .modal_search__title {
    font-size: 30px;
  }
  .modal_search__form {
    width: 600px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .modal_search {
    width: 90%;
    border-radius: 20px;
    padding-block: 50px;
    padding-inline: 5%;
  }
  .modal_search__title {
    font-size: 24px;
  }
  .modal_search__form {
    max-width: 600px;
    margin-inline: auto;
  }
}

.voice_archive {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .voice_archive {
    justify-content: center;
    -moz-column-gap: 3.9%;
         column-gap: 3.9%;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .voice_archive {
    justify-content: flex-start;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

.voice_article__wrap {
  display: block;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0 0 5px #A0B6C1;
  position: relative;
  height: 100%;
}
.voice_article__meta {
  line-height: 1;
}
.voice_article__title {
  line-height: 1.75;
  margin-bottom: 1em;
}
.voice_article__more, .voice_article__balloon {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .voice_article {
    flex-basis: 47.9%;
    flex-shrink: 0;
  }
  .voice_article__wrap {
    padding-top: 38px;
    padding-bottom: 100px;
    padding-inline: 7.5%;
  }
  .voice_article__meta {
    font-size: 18px;
    margin-bottom: 52px;
  }
  .voice_article__title {
    font-size: 20px;
  }
  .voice_article__balloon {
    width: 14.4%;
    top: 23px;
    right: 3%;
  }
  .voice_article__more {
    width: 15.3%;
    bottom: 24px;
    right: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .voice_article {
    flex-basis: 100%;
    max-width: 575px;
    flex-shrink: 0;
    align-self: stretch;
  }
  .voice_article__wrap {
    height: 100%;
    padding-top: 53px;
    padding-bottom: 110px;
    padding-inline: 5%;
  }
  .voice_article__meta {
    font-size: 18px;
    margin-bottom: 38px;
  }
  .voice_article__title {
    font-size: 18px;
  }
  .voice_article__exerpt {
    font-size: 14px;
  }
  .voice_article__balloon {
    width: 60px;
    top: 22px;
    right: 5%;
  }
  .voice_article__more {
    width: 88px;
    bottom: 27px;
    right: 5%;
  }
}

@media screen and (min-width: 1025px) {
  .archive_voice {
    padding-bottom: 110px;
  }
  .archive_voice__head {
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .archive_voice__head .page_h2 {
    margin-bottom: 45px;
  }
  .archive_voice__lead {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .archive_voice .voice_archive {
    row-gap: 40px;
    margin-bottom: 80px;
  }
  .archive_voice .voice_archive::after {
    display: block;
    width: 47.9%;
    height: 0;
    content: "";
  }
  .archive_voice .voice_article {
    align-self: stretch;
  }
}
@media screen and (max-width: 1024px) {
  .archive_voice {
    max-width: 600px;
    margin-inline: auto;
    padding-bottom: 55px;
  }
  .archive_voice__head {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .archive_voice__head .page_h2 {
    margin-bottom: 24px;
  }
  .archive_voice__lead {
    margin-bottom: 30px;
  }
  .archive_voice .voice_archive {
    flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 40px;
  }
  .archive_voice .voice_article {
    flex-basis: 100%;
  }
}

.single_voice__head .page_h2 {
  line-height: 1.33;
}
.single_voice__head .single_voice__cat {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  padding-inline: 0.5em;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .single_voice__head {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .single_voice__head {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .single_voice__section {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .single_voice__section {
    padding-bottom: 40px;
  }
}

.single_voice__profile {
  border: 1px solid #E0E0E1;
}
.single_voice__profile__dl {
  display: flex;
  border-bottom: 1px solid #E0E0E1;
  line-height: 20px;
}
.single_voice__profile__dl::last-child {
  border-bottom: none;
}
.single_voice__profile__dl dt {
  background-color: #F2E3EA;
}
@media screen and (min-width: 1025px) {
  .single_voice__profile {
    max-width: 900px;
    margin-inline: auto;
  }
  .single_voice__profile__dl {
    align-items: center;
  }
  .single_voice__profile__dl dt, .single_voice__profile__dl dd {
    padding-block: 20px;
    padding-inline: 20px;
  }
  .single_voice__profile__dl dt {
    flex-basis: 150px;
    flex-shrink: 0;
  }
  .single_voice__profile__dl dd {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .single_voice__profile__dl dt, .single_voice__profile__dl dd {
    padding-block: 16px;
    padding-inline: 16px;
  }
  .single_voice__profile__dl dt {
    flex-basis: 150px;
    flex-shrink: 0;
  }
  .single_voice__profile__dl dd {
    flex-grow: 1;
  }
}

@media screen and (min-width: 1025px) {
  .single_voice__interview {
    padding-bottom: 40px;
  }
  .single_voice__interview__q, .single_voice__interview__a {
    padding-inline: 44px;
  }
  .single_voice__interview__q {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .single_voice__interview {
    padding-bottom: 25px;
  }
  .single_voice__interview__q, .single_voice__interview__a {
    padding-left: 24px;
  }
  .single_voice__interview__q {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .single_voice__schedule {
    max-width: 900px;
    margin-inline: auto;
    padding-block: 35px;
    padding-inline: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .single_voice__schedule {
    padding-block: 35px;
    padding-inline: 5%;
  }
}

.single_voice__timeline {
  display: flex;
}
.single_voice__timeline:last-child .single_voice__timeline__txt {
  padding-bottom: 0;
}
.single_voice__timeline dt {
  flex-basis: 70px;
  flex-shrink: 0;
  border-right: 1px solid #A47BB5;
}
.single_voice__timeline dd {
  flex-grow: 1;
  padding-left: 1em;
}
.single_voice__timeline__time, .single_voice__timeline__ttl {
  font-weight: 700;
  line-height: 2.2;
}
.single_voice__timeline__time {
  position: relative;
}
.single_voice__timeline__time::after {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #A47BB5;
  border-radius: 50%;
  position: absolute;
  left: calc(100% - 3.5px);
  top: calc(1.1em - 4px);
  content: "";
}
@media screen and (min-width: 1025px) {
  .single_voice__timeline__txt {
    padding-bottom: 30px;
  }
  .single_voice__timeline__time, .single_voice__timeline__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .single_voice__timeline__txt {
    padding-bottom: 24px;
  }
  .single_voice__timeline__time, .single_voice__timeline__ttl {
    font-size: 16px;
  }
}

.single_voice__message {
  display: flex;
}
.single_voice__message__img {
  width: 120px;
  aspect-ratio: 1/1;
  background-color: #E0E0E0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.single_voice__message__img svg {
  display: block;
  width: 60px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.single_voice__message__name {
  text-align: center;
}
.single_voice__message__txt {
  border: 2px solid #A47BB5;
  border-radius: 20px;
  position: relative;
}
.single_voice__message__txt::before {
  display: block;
  background-color: #A47BB5;
  position: absolute;
  content: "";
}
@media screen and (min-width: 1025px) {
  .single_voice__message {
    max-width: 900px;
    margin-inline: auto;
  }
  .single_voice__message__head {
    flex-basis: 200px;
    flex-shrink: 0;
  }
  .single_voice__message__img {
    margin-inline: auto;
    margin-bottom: 10px;
  }
  .single_voice__message__txt {
    flex-grow: 1;
    padding-block: 30px;
    padding-inline: 5%;
  }
  .single_voice__message__txt::before {
    width: 20px;
    height: 10px;
    top: 25%;
    right: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}
@media screen and (max-width: 1024px) {
  .single_voice__message {
    flex-direction: column-reverse;
    row-gap: 10px;
  }
  .single_voice__message__head {
    width: 120px;
    margin-left: auto;
  }
  .single_voice__message__txt {
    padding-block: 20px;
    padding-inline: 5%;
  }
  .single_voice__message__txt::before {
    width: 40px;
    height: 20px;
    top: 100%;
    right: 120px;
    clip-path: polygon(0 0, 75% 0, 100% 100%);
  }
}

.aboutus_concept h3, .aboutus_concept__lead {
  letter-spacing: -0.06em;
}
.aboutus_concept__ayame {
  background: url("../images/page/aboutus_ayame_bg.webp") center/cover no-repeat;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .aboutus_concept__h3 {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .aboutus_concept__txt {
    max-width: 980px;
    margin-inline: auto;
    margin-bottom: 40px;
    text-align: center;
  }
  .aboutus_concept__lead {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .aboutus_concept__ayame {
    max-width: 1100px;
    margin-inline: auto;
    margin-bottom: 50px;
    padding-block: 64px;
    padding-inline: 2.5%;
    justify-content: center;
    -moz-column-gap: 4%;
         column-gap: 4%;
    align-items: center;
  }
  .aboutus_concept__ayame__logo {
    flex-basis: 202px;
    flex-shrink: 0;
  }
  .aboutus_concept__ayame__txt {
    flex-grow: 1;
    max-width: 672px;
  }
  .aboutus_concept__ayame__txt h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .aboutus_concept__motif {
    width: 20%;
    position: absolute;
    left: 0;
    top: 23%;
    transform: rotate(-10deg);
    transform-origin: left center;
  }
  .aboutus_concept__bottom {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .aboutus_concept__h3 {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.33;
  }
  .aboutus_concept__h3 span {
    display: inline-block;
  }
  .aboutus_concept__txt {
    max-width: 900px;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .aboutus_concept__lead {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.33;
  }
  .aboutus_concept__lead span {
    display: inline-block;
  }
  .aboutus_concept__ayame {
    max-width: 672px;
    margin-inline: auto;
    padding-block: 32px;
    padding-inline: 5%;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
    background-position: left;
  }
  .aboutus_concept__ayame__logo {
    flex-basis: 202px;
    flex-shrink: 0;
  }
  .aboutus_concept__ayame__txt {
    flex-basis: 100%;
  }
  .aboutus_concept__ayame__txt h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .aboutus_concept__motif {
    display: none;
  }
}

.aboutus_feature__item {
  display: flex;
}
.aboutus_feature__item:last-child {
  margin-bottom: 0;
}
.aboutus_feature__h3 {
  position: relative;
  --blur: 0.1em;
  font-weight: 700;
}
.aboutus_feature__h3::after {
  display: block;
  width: 67px;
  height: 2px;
  background-color: #6DC076;
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
}
.aboutus_feature__img {
  position: relative;
}
.aboutus_feature__num {
  position: absolute;
}
.aboutus_feature__body .c-text em {
  font-weight: 700;
}
.aboutus_feature__body .c-text .bg_white {
  display: inline;
  margin-right: 14px;
  background-color: #FFF;
  border-radius: 6px;
  padding-inline: 10px;
  padding-block: 0.25em;
}
@media screen and (min-width: 1025px) {
  .aboutus_feature {
    padding-bottom: 220px;
  }
  .aboutus_feature__item {
    align-items: flex-start;
    -moz-column-gap: 44px;
         column-gap: 44px;
    margin-bottom: 76px;
    margin-inline: auto;
    max-width: 1110px;
  }
  .aboutus_feature__item.__reverse {
    flex-direction: row-reverse;
  }
  .aboutus_feature__item.__1 .aboutus_feature__body {
    max-width: 674px;
  }
  .aboutus_feature__item.__2 .aboutus_feature__body {
    max-width: 655px;
  }
  .aboutus_feature__item.__3 .aboutus_feature__body {
    max-width: 757px;
  }
  .aboutus_feature__img {
    flex-basis: 32.4%;
    flex-shrink: 0;
  }
  .aboutus_feature__num {
    width: 86px;
    left: 17px;
    top: 17px;
  }
  .aboutus_feature__body {
    flex-grow: 1;
  }
  .aboutus_feature__body .c-text em {
    font-size: 18px;
  }
  .aboutus_feature__h3 {
    font-size: 32px;
    padding-bottom: 33px;
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutus_feature {
    padding-bottom: 110px;
  }
  .aboutus_feature__item {
    flex-wrap: wrap;
    row-gap: 16px;
    justify-content: center;
    margin-bottom: 50px;
    max-width: 720px;
    margin-inline: auto;
  }
  .aboutus_feature__img {
    flex-basis: 100%;
    max-width: 360px;
  }
  .aboutus_feature__body {
    flex-basis: 100%;
  }
  .aboutus_feature__body .c-text em {
    font-size: 18px;
  }
  .aboutus_feature__h3 {
    font-size: 24px;
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}

.aboutus_team {
  padding-top: 0;
}
.aboutus_team__head {
  position: relative;
}
.aboutus_team__head .page_h2 .drop_shadow {
  --blur: 0.1em;
}
.aboutus_team__head__bg {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  overflow: hidden;
}
.aboutus_team__lead {
  display: flex;
}
.aboutus_team__lead .c-text {
  --blur: 0.05em;
}
.aboutus_team__lead .c-text em {
  position: relative;
  display: inline-block;
  padding-inline: 0.5em;
}
.aboutus_team__lead .c-text em::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
}
.aboutus_team__descriptions {
  display: flex;
}
.aboutus_team__desc {
  background: url("../images/page/aboutus_team_desc_bg.webp") center/cover no-repeat;
  border-radius: 12px;
}
.aboutus_team__desc__img {
  width: 127px;
  margin-inline: auto;
  margin-bottom: 33px;
}
.aboutus_team__desc__h3 {
  font-weight: 700;
  text-align: center;
  --blur: 0.1em;
}
.aboutus_team__figure {
  position: relative;
  border: 2px solid #A47BB5;
  border-radius: 12px;
  overflow: hidden;
}
.aboutus_team__figure img {
  margin-inline: auto;
}
.aboutus_team__figure__caption {
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-right-radius: 12px;
  padding-inline: 14px;
  padding-block: 22px;
  text-align: center;
}
.aboutus_team__figure__caption span {
  display: block;
}
.aboutus_team__figure__caption .__cap__ttl {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .aboutus_team__head .page_h2 {
    margin-bottom: 0;
  }
  .aboutus_team__head__bg {
    height: 440px;
    top: -100px;
  }
  .aboutus_team__lead {
    align-items: center;
    justify-content: center;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .aboutus_team__lead .c-text em {
    font-size: 18px;
  }
  .aboutus_team__lead__img {
    flex-basis: 33%;
    flex-shrink: 0;
  }
  .aboutus_team__container {
    max-width: 1130px;
    margin-inline: auto;
    margin-bottom: 80px;
  }
  .aboutus_team__descriptions {
    justify-content: space-between;
  }
  .aboutus_team__desc {
    flex-basis: 47.8%;
    min-width: 470px;
    padding-top: 42px;
    padding-bottom: 50px;
    padding-inline: 5%;
    margin-bottom: 40px;
  }
  .aboutus_team__desc__h3 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .aboutus_team__figure {
    padding-block: 72px;
  }
  .aboutus_team__figure img {
    width: 75.5%;
  }
  .aboutus_team__figure__caption {
    width: 350px;
  }
  .aboutus_team__figure__caption .__cap__ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutus_team__head__bg {
    height: calc(100% + 110px);
    top: -55px;
  }
  .aboutus_team__lead {
    flex-wrap: wrap;
    justify-content: center;
  }
  .aboutus_team__lead .c-text em {
    font-size: 18px;
  }
  .aboutus_team__lead__img {
    flex-basis: 100%;
    max-width: 395px;
  }
  .aboutus_team__container {
    margin-bottom: 40px;
  }
  .aboutus_team__descriptions {
    flex-wrap: wrap;
    justify-content: center;
  }
  .aboutus_team__desc {
    flex-basis: 100%;
    max-width: 540px;
    padding-top: 32px;
    padding-bottom: 40px;
    padding-inline: 5%;
    margin-bottom: 30px;
  }
  .aboutus_team__desc__h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .aboutus_team__figure__wrap {
    max-width: 740px;
    margin-inline: auto;
  }
  .aboutus_team__figure {
    width: 1130px;
    padding-block: 40px;
  }
  .aboutus_team__figure img {
    width: 75.5%;
  }
  .aboutus_team__figure__caption {
    width: 330px;
  }
  .aboutus_team__figure__caption .__cap__ttl {
    font-size: 18px;
  }
}

.page_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-inline: auto;
  border-radius: 10px;
  overflow: hidden;
}
.page_button .btn_img, .page_button .btn_bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.page_button .btn_img img, .page_button .btn_bg img {
  -o-object-position: right;
     object-position: right;
}
.page_button .btn_bg {
  background-color: rgba(62, 58, 57, 0.7);
}
.page_button .btn_txt, .page_button .btn_arw {
  position: relative;
  z-index: 1;
}
.page_button .btn_txt {
  font-weight: 700;
}
.page_button .btn_arw {
  width: 35px;
}
@media screen and (min-width: 1025px) {
  .page_button {
    width: 500px;
    height: 130px;
    padding-left: 70px;
    padding-right: 28px;
  }
  .page_button .btn_txt {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .page_button {
    width: 100%;
    max-width: 500px;
    height: 90px;
    padding-left: 30px;
    padding-right: 14px;
  }
  .page_button .btn_txt {
    font-size: 18px;
  }
}

.service_content {
  padding-bottom: 0;
  z-index: 2;
}
.service_content__list {
  display: grid;
}
.service_content__item {
  position: relative;
  border: 1px solid #A47BB5;
  border-radius: 12px;
  background-color: #FFF;
  overflow: hidden;
}
.service_content__h3 {
  font-weight: 700;
}
.service_content__num {
  border-bottom-right-radius: 12px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  padding-left: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.service_content__solutions {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.service_content__solutions__img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.service_content__solutions__bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.service_content__sol {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  border: 1px solid #A47BB5;
  border-radius: 12px;
}
.service_content__sol__h3 {
  font-weight: 700;
  text-align: center;
  line-height: 1.33;
}
.service_content__sol__dot {
  width: 85px;
}
.service_content__sol__lead {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .service_content__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 42px;
    max-width: 996px;
    margin-inline: auto;
    margin-bottom: 148px;
  }
  .service_content__item {
    padding-top: 38px;
    padding-bottom: 42px;
    padding-inline: 8.6%;
  }
  .service_content__h3 {
    font-size: 22px;
    padding-left: 44px;
    margin-bottom: 28px;
  }
  .service_content__more__lead {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .service_content__solutions {
    padding-top: 228px;
    padding-bottom: 60px;
    justify-content: space-evenly;
  }
  .service_content__solutions__img {
    height: 252px;
  }
  .service_content__solutions__bg {
    height: calc(100% - 252px);
  }
  .service_content__sol {
    flex-basis: 43.5%;
    flex-shrink: 0;
    padding-block: 54px;
    padding-inline: 7%;
  }
  .service_content__sol__h3 {
    font-size: 22px;
    margin-bottom: 44px;
  }
  .service_content__sol__dot {
    margin-bottom: 38px;
  }
  .service_content__sol__lead {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .service_content__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    max-width: 473px;
    margin-inline: auto;
    margin-bottom: 80px;
  }
  .service_content__item {
    padding-top: 38px;
    padding-bottom: 42px;
    padding-inline: 8.6%;
  }
  .service_content__h3 {
    font-size: 22px;
    padding-left: 44px;
    margin-bottom: 28px;
  }
  .service_content__more {
    max-width: 600px;
    margin-inline: auto;
  }
  .service_content__more__lead {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .service_content__more__lead span {
    display: inline-block;
  }
  .service_content__solutions {
    padding-top: 228px;
    padding-bottom: 60px;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 40px;
    max-width: 600px;
    margin-inline: auto;
  }
  .service_content__solutions__img {
    height: 252px;
  }
  .service_content__solutions__bg {
    height: calc(100% - 252px);
  }
  .service_content__sol {
    flex-basis: 90%;
    padding-block: 34px;
    padding-inline: 5%;
  }
  .service_content__sol__h3 {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .service_content__sol__h3 span {
    display: inline-block;
  }
  .service_content__sol__dot {
    margin-bottom: 20px;
  }
  .service_content__sol__lead {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.service_target__list {
  display: grid;
  border-radius: 12px;
  overflow: hidden;
  background: url("../images/page/service_target_bg.webp");
}
.service_target__item {
  position: relative;
}
.service_target__item span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 700;
}
.service_target__item::after {
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 15px;
  content: "";
}
.service_target__motif {
  position: absolute;
  left: 0;
  top: -160px;
  z-index: 1;
  transform: rotate(-10deg);
  transform-origin: left center;
}
.service_target__note {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 1025px) {
  .service_target {
    padding-top: 160px;
  }
  .service_target__list {
    grid-template-columns: repeat(4, 1fr);
    max-width: 962px;
    margin-inline: auto;
    height: 250px;
    padding-block: 30px;
    margin-bottom: 29px;
  }
  .service_target__item:nth-child(1), .service_target__item:nth-child(2), .service_target__item:nth-child(3), .service_target__item:nth-child(4) {
    padding-bottom: 15px;
  }
  .service_target__item:nth-child(1)::after, .service_target__item:nth-child(2)::after, .service_target__item:nth-child(3)::after, .service_target__item:nth-child(4)::after {
    border-bottom: 1px dashed #717071;
  }
  .service_target__item:nth-child(5), .service_target__item:nth-child(6), .service_target__item:nth-child(7), .service_target__item:nth-child(8) {
    padding-top: 15px;
  }
  .service_target__item:nth-child(1) span, .service_target__item:nth-child(2) span, .service_target__item:nth-child(3) span, .service_target__item:nth-child(5) span, .service_target__item:nth-child(6) span, .service_target__item:nth-child(7) span {
    border-right: 1px dashed #717071;
  }
  .service_target__note {
    max-width: 962px;
    margin-inline: auto;
    font-size: 15px;
  }
  .service_target__motif {
    width: 316px;
  }
}
@media screen and (max-width: 1024px) {
  .service_target__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin-inline: auto;
    height: 400px;
    padding-block: 20px;
    margin-bottom: 20px;
  }
  .service_target__item:nth-child(1), .service_target__item:nth-child(2) {
    padding-bottom: 15px;
  }
  .service_target__item:nth-child(1)::after, .service_target__item:nth-child(2)::after {
    border-bottom: 1px dashed #717071;
  }
  .service_target__item:nth-child(3), .service_target__item:nth-child(4), .service_target__item:nth-child(5), .service_target__item:nth-child(6) {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .service_target__item:nth-child(3)::after, .service_target__item:nth-child(4)::after, .service_target__item:nth-child(5)::after, .service_target__item:nth-child(6)::after {
    border-bottom: 1px dashed #717071;
  }
  .service_target__item:nth-child(7), .service_target__item:nth-child(8) {
    padding-top: 15px;
  }
  .service_target__item:nth-child(1) span, .service_target__item:nth-child(3) span, .service_target__item:nth-child(5) span, .service_target__item:nth-child(7) span {
    border-right: 1px dashed #717071;
  }
  .service_target__note {
    max-width: 600px;
    margin-inline: auto;
    font-size: 14px;
  }
  .service_target__motif {
    display: none;
  }
}

.service_merit__list {
  display: flex;
}
.service_merit__item {
  background: url("../images/page/service_merit_bg.webp") center/cover no-repeat;
  border-radius: 12px;
  position: relative;
}
.service_merit__num {
  position: absolute;
  left: 29px;
  top: 29px;
  width: 41px;
}
.service_merit__icon {
  width: 110px;
  margin-inline: auto;
  margin-bottom: 42px;
}
.service_merit__h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 42px;
  text-align: center;
  --blur: 0.1em;
}
.service_merit__motif {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .service_merit__list {
    justify-content: center;
    -moz-column-gap: 3.4%;
         column-gap: 3.4%;
    max-width: 1146px;
    margin-inline: auto;
  }
  .service_merit__list + .service_merit__list {
    margin-top: 34px;
  }
  .service_merit__item {
    flex-basis: 30.5%;
    flex-shrink: 0;
    padding-block: 42px;
    padding-inline: 2.5%;
  }
  .service_merit__motif {
    width: 132px;
    right: 28%;
    bottom: 31px;
  }
}
@media screen and (max-width: 1024px) {
  .service_merit__list {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
    max-width: 600px;
    margin-inline: auto;
  }
  .service_merit__list + .service_merit__list {
    margin-top: 30px;
  }
  .service_merit__item {
    flex-basis: 100%;
    padding-block: 30px;
    padding-inline: 5%;
  }
  .service_merit__motif {
    width: 66px;
    right: 0;
    bottom: 0;
  }
}

.service_gallery {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .service_gallery {
    -moz-column-gap: 28px;
         column-gap: 28px;
    padding-bottom: 72px;
    margin-top: 85px;
  }
  .service_gallery .loop_slider__list {
    -moz-column-gap: 28px;
         column-gap: 28px;
    width: 2164px;
  }
  .service_gallery .loop_slider__list li {
    flex-basis: 520px;
  }
  .service_gallery .loop_slider__list li:nth-child(even) {
    transform: translateY(72px);
  }
}
@media screen and (max-width: 1024px) {
  .service_gallery {
    -moz-column-gap: 19px;
         column-gap: 19px;
    padding-bottom: 47px;
    margin-top: 40px;
  }
  .service_gallery .loop_slider__list {
    -moz-column-gap: 19px;
         column-gap: 19px;
    width: 1417px;
  }
  .service_gallery .loop_slider__list li {
    flex-basis: 340px;
  }
  .service_gallery .loop_slider__list li:nth-child(even) {
    transform: translateY(47px);
  }
}

.service_flow__part {
  border-radius: 12px;
  border: 1px solid;
  overflow: hidden;
  margin-top: 24px;
  border-color: var(--flow-color);
}
.service_flow__part.__green {
  --flow-color: #72C27B;
}
.service_flow__part.__blue {
  --flow-color: #2C98D2;
}
.service_flow__h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: #FFF;
  background-color: var(--flow-color);
  cursor: pointer;
}
.service_flow__spin {
  border-radius: 50%;
  background-color: #FFF;
  position: relative;
}
.service_flow__spin::before, .service_flow__spin::after {
  display: block;
  width: 50%;
  height: 2px;
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  transition: transform linear 0.5s;
  background-color: var(--flow-color);
}
.service_flow__part:not(.is-open) .service_flow__spin::after {
  transform: rotate(90deg);
}
.service_flow__part.is-open .service_flow__spin::after {
  transform: rotate(0deg);
}
.service_flow__list {
  display: none;
}
.service_flow__item {
  position: relative;
  border-bottom: 1px solid #A6A6A7;
}
.service_flow__item.__arrow::after {
  display: block;
  width: 67px;
  height: 19px;
  background-color: var(--flow-color);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: calc(50% - 37.5px);
  content: "";
}
.service_flow__head {
  display: flex;
  align-items: center;
}
.service_flow__num {
  font-weight: 700;
  background-color: var(--flow-color);
  border-radius: 50%;
  text-align: center;
  color: #FFF;
}
.service_flow__h4 {
  font-weight: 700;
}
.service_flow__motif {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .service_flow {
    padding-bottom: 149px;
  }
  .service_flow__part {
    max-width: 1140px;
    margin-inline: auto;
  }
  .service_flow__part + .service_flow__part {
    margin-top: 74px;
  }
  .service_flow__h3 {
    height: 100px;
    padding-inline: 50px;
    font-size: 24px;
  }
  .service_flow__spin {
    width: 52px;
    height: 52px;
  }
  .service_flow__list {
    padding-inline: 6%;
    padding-bottom: 86px;
  }
  .service_flow__item {
    padding-block: 40px;
  }
  .service_flow__head {
    padding-left: 18px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .service_flow__num {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
  }
  .service_flow__h4 {
    font-size: 18px;
  }
  .service_flow__txt {
    padding-left: 95px;
  }
  .service_flow__motif {
    width: 164px;
    top: -210px;
    right: -7%;
  }
}
@media screen and (max-width: 1024px) {
  .service_flow {
    padding-bottom: 80px;
  }
  .service_flow__part + .service_flow__part {
    margin-top: 40px;
  }
  .service_flow__h3 {
    height: 70px;
    padding-inline: 20px;
    font-size: 20px;
  }
  .service_flow__spin {
    width: 42px;
    height: 42px;
  }
  .service_flow__list {
    padding-inline: 5%;
    padding-bottom: 46px;
  }
  .service_flow__item {
    padding-block: 25px;
  }
  .service_flow__head {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .service_flow__num {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
  .service_flow__h4 {
    font-size: 16px;
  }
  .service_flow__txt {
    padding-left: 42px;
  }
  .service_flow__motif {
    display: none;
    width: 164px;
    top: -210px;
    right: -7%;
  }
}

.service_flow__more {
  display: flex;
}
.service_flow__more__about {
  border-radius: 12px;
  border: 1px solid;
}
.service_flow__more__about.__red {
  border-color: #B50D23;
  background-color: #FFF9FB;
}
.service_flow__more__about.__purple {
  border-color: #A47BB5;
}
.service_flow__more__h3 {
  font-weight: 700;
}
.service_flow__more__dot {
  width: 85px;
  margin-inline: auto;
  margin-bottom: 38px;
}
.service_flow__more__text {
  font-weight: 700;
}
.service_flow__more__text .__underline {
  display: inline-block;
  position: relative;
}
.service_flow__more__text .__underline::after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B50D23;
  position: absolute;
  left: 0;
  bottom: -0.25em;
  content: "";
}
.service_flow__more__note {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 1025px) {
  .service_flow__more {
    max-width: 1095px;
    margin-inline: auto;
    margin-top: 97px;
    margin-bottom: 66px;
    justify-content: space-between;
  }
  .service_flow__more__about {
    flex-basis: 47.7%;
    flex-shrink: 0;
    padding-block: 50px;
    padding-inline: 3.5%;
  }
  .service_flow__more__h3 {
    font-size: 22px;
    margin-bottom: 36px;
  }
  .service_flow__more__text {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .service_flow__more {
    max-width: 600px;
    margin-inline: auto;
    margin-top: 47px;
    margin-bottom: 36px;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 32px;
  }
  .service_flow__more__about {
    flex-basis: 100%;
    max-width: 522px;
    padding-block: 30px;
    padding-inline: 5%;
  }
  .service_flow__more__h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .service_flow__more__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.service_flow__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 257px;
  height: 70px;
  padding-left: 30px;
  padding-right: 7px;
  border: 1px solid #A47BB5;
  border-radius: 35px;
  margin-inline: auto;
}
.service_flow__btn .btn_arw {
  width: 56px;
}

.service_faq {
  padding-top: 0;
}

.archive_branch {
  border-radius: 12px;
  border: 1px solid #A47BB5;
  overflow: hidden;
}

.archive_branch__head, .article_branch {
  display: flex;
}

.article_branch {
  padding-block: 0.5em;
  border-bottom: 1px solid #EEE;
}
.article_branch:last-child {
  border-bottom: none;
}

@media screen and (min-width: 1025px) {
  .archive_branch, .archive_branch__notfound {
    margin-bottom: 80px;
  }
  .archive_branch__head, .article_branch {
    align-items: center;
  }
  .article_branch__col {
    padding-block: 0.5em;
  }
  .article_branch__col.__name {
    flex-basis: 390px;
    flex-shrink: 0;
    padding-left: 1em;
  }
  .article_branch__col.__address {
    flex-grow: 1;
    padding-right: 1em;
  }
  .article_branch__col.__phone {
    flex-basis: 140px;
    flex-shrink: 0;
    padding-right: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .archive_branch, .archive_branch__notfound {
    margin-bottom: 40px;
  }
  .archive_branch__head {
    display: none;
  }
  .article_branch {
    flex-wrap: wrap;
  }
  .article_branch__col.__name {
    flex-basis: 100%;
    padding-left: 1em;
    padding-bottom: 0.5em;
  }
  .article_branch__col.__address {
    flex-basis: 100%;
    padding-left: 2em;
  }
  .article_branch__col.__phone {
    flex-basis: 100%;
    padding-left: 2em;
    padding-bottom: 0.5em;
  }
}
.branch_info {
  display: flex;
}
.branch_info__h3 {
  font-weight: 700;
  line-height: 2.25;
  padding-left: 0.5em;
  margin-bottom: 1em;
}
.branch_info__dl {
  display: flex;
  margin-bottom: 1em;
}
.branch_info__map {
  aspect-ratio: 1/1;
}
.branch_info__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .branch_info {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
  }
  .branch_info__profile {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
  .branch_info__profile .link_button {
    margin-top: 30px;
  }
  .branch_info__h3 {
    font-size: 24px;
  }
  .branch_info__detail {
    padding-left: 1em;
  }
  .branch_info__location {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
  .branch_info__dl {
    align-items: flex-start;
  }
  .branch_info__dl dt {
    flex-basis: 8.5em;
    flex-shrink: 0;
  }
  .branch_info__dl dd {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .branch_info {
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: center;
    margin-bottom: 50px;
  }
  .branch_info__profile {
    flex-basis: 100%;
  }
  .branch_info__profile .link_button {
    margin-top: 30px;
  }
  .branch_info__h3 {
    font-size: 20px;
  }
  .branch_info__detail {
    padding-left: 1em;
  }
  .branch_info__location {
    flex-basis: 100%;
    flex-shrink: 0;
  }
  .branch_info__dl {
    flex-wrap: wrap;
  }
  .branch_info__dl dt {
    flex-basis: 100%;
  }
  .branch_info__dl dd {
    flex-basis: 100%;
    padding-left: 1em;
  }
}

.page-qa .faq__item {
  padding-block: 0;
  padding-inline: 0;
}
.page-qa .faq__item__q {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  transition: 0.5s;
  cursor: pointer;
}
.page-qa .faq__item__q .__q__hd {
  flex-shrink: 0;
}
.page-qa .faq__item__q .__q__txt {
  flex-grow: 1;
}
.page-qa .faq__item__q .__q__spin {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  position: relative;
}
.page-qa .faq__item__q .__q__spin::before, .page-qa .faq__item__q .__q__spin::after {
  width: 100%;
  height: 2px;
  background-color: #A47BB5;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  content: "";
  transition: all linear 0.5s;
}
.page-qa .faq__item:not(.is-open) .__q__spin::after {
  transform: rotate(-90deg);
}
.page-qa .faq__item.is-open .__q__spin::after {
  transform: rotate(0deg);
}
.page-qa .expand_target {
  display: none;
}
@media screen and (min-width: 1025px) {
  .page-qa .faq__item.is-open {
    padding-bottom: 32px;
  }
  .page-qa .faq__item.is-open .faq__item__q {
    padding-bottom: 20px;
  }
  .page-qa .faq__item__q {
    align-items: center;
    padding-block: 32px;
    padding-inline: 3.3%;
  }
  .page-qa .faq__item__a {
    padding-inline: 3.3%;
  }
}
@media screen and (max-width: 1024px) {
  .page-qa .faq__item.is-open {
    padding-bottom: 32px;
  }
  .page-qa .faq__item.is-open .faq__item__q {
    padding-bottom: 30px;
  }
  .page-qa .faq__item__q {
    position: relative;
    padding-block: 32px;
    padding-inline: 5%;
  }
  .page-qa .faq__item__q .__q__txt {
    padding-right: 2em;
  }
  .page-qa .faq__item__q .__q__spin {
    display: block;
    position: absolute;
    right: 5%;
    top: calc(50% - 8px);
  }
  .page-qa .faq__item__a {
    padding-inline: 5%;
  }
}

@media screen and (min-width: 1025px) {
  .e404 {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .e404 {
    padding-bottom: 55px;
  }
}
.e404 .link_button {
  width: 200px;
}

.page_pp__container .page_pp__h2 {
  margin-bottom: 0.5em;
  line-height: 1.22;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .page_pp__container .page_pp__h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .page_pp__container .page_pp__h2 {
    font-size: 18px;
  }
}
.page_pp__container .c-text + .page_pp__h2 {
  margin-top: 1em;
}
.page_pp__container .c-text {
  padding-left: 1em;
}
.page_pp__container .link_button {
  width: 200px;
  margin-top: 50px;
}

.contact_lead {
  text-align: center;
  margin-bottom: 50px;
}

.contact_caution {
  margin-inline: auto;
  border-radius: 20px;
  background-color: #FFF;
  border: 1px solid #A47BB5;
  margin-bottom: 50px;
  position: relative;
}
.contact_caution a {
  font-weight: 700;
  text-align: center;
  display: block;
  color: #A47BB5;
}
.contact_caution a:hover {
  opacity: 1;
}
.contact_caution p {
  font-size: 16px;
  line-height: 2;
  color: #333333;
}
.contact_caution .expand_target {
  display: none;
  margin-top: 20px;
}
.contact_caution .expand_btn {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #A47BB5;
  border-radius: 50%;
}
.contact_caution .expand_btn::before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  margin: auto;
  transition: all ease 0.4s;
  content: "";
}
.contact_caution:not(.is-open) .expand_btn::before {
  transform: translateY(-2px) rotate(45deg);
}
.contact_caution.is-open .expand_btn::before {
  transform: translateY(2px) rotate(-135deg);
}
@media screen and (min-width: 1025px) {
  .contact_caution {
    width: 900px;
    padding: 50px 5%;
  }
  .contact_caution a {
    font-size: 24px;
  }
  .contact_caution .expand_btn {
    right: 5%;
    top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_caution {
    width: 100%;
    max-width: 900px;
    padding: 32px 16px;
  }
  .contact_caution a {
    font-size: 20px;
  }
  .contact_caution .expand_btn {
    right: 16px;
    top: 32px;
  }
}

.contact_confirm {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .contact_confirm {
    width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_confirm {
    width: 100%;
    max-width: 900px;
  }
}

.contact_tel {
  text-align: center;
}
.contact_tel_phone {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.contact_tel_phone .phone_icon svg {
  width: 100%;
}
.contact_tel_phone .phone_num {
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 1025px) {
  .contact_tel {
    margin-bottom: 70px;
  }
  .contact_tel .phone_icon {
    width: 30px;
  }
  .contact_tel .phone_num {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_tel {
    margin-bottom: 40px;
  }
  .contact_tel .phone_icon {
    width: 22px;
  }
  .contact_tel .phone_num {
    font-size: 24px;
  }
}

.contactform_table {
  table-layout: fixed;
  margin: 0 auto;
}
.contactform_table th {
  font-weight: 500;
  position: relative;
}
.contactform_table .th_wrap {
  display: flex;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .contactform_table .th_wrap {
    justify-content: space-between;
  }
  .contactform_table .th_wrap:not(.th_2row) {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table .th_wrap {
    -moz-column-gap: 1em;
         column-gap: 1em;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.contactform_table .form_title .__note {
  display: inline-block;
  font-size: 12px;
}
.contactform_table td {
  vertical-align: middle;
}
.contactform_table .td__flex {
  display: flex;
}
.contactform_table .td__address__zip {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  align-items: center;
  margin-bottom: 20px;
}
.contactform_table .td__address__zip span[data-name=your-zip] {
  width: 140px;
}
.contactform_table .td__address__txt .wpcf7-form-control-wrap {
  width: 100%;
}
.contactform_table.confirm .td__address .td__address__zip {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contactform_table {
    width: 900px;
    margin-bottom: 50px;
  }
  .contactform_table th {
    width: 260px;
    padding: 1.5em 1em;
    border-bottom: 1px solid;
  }
  .contactform_table td {
    padding: 1.5em 0;
    border-bottom: 1px solid;
  }
  .contactform_table .td__flex {
    align-items: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .contactform_table .td__flex .wpcf7-form-control-wrap {
    flex: 1;
  }
  .contactform_table.confirm .td__flex {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table {
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
  }
  .contactform_table th, .contactform_table td {
    display: block;
    width: 100%;
  }
  .contactform_table th {
    padding: 0.5em 0;
  }
  .contactform_table td {
    padding: 0.5em 0.5em 2em 1em;
    border-bottom: 1px solid;
  }
  .contactform_table .td__flex {
    flex-wrap: wrap;
    row-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .contactform_table .td__flex .wpcf7-form-control-wrap {
    flex-basis: 100%;
  }
}
.contactform_table input[type=text], .contactform_table input[type=tel], .contactform_table input[type=email], .contactform_table textarea, .contactform_table select {
  width: 100%;
  border: 1px solid;
  padding: 0.5em 1em;
  background-color: #F4F4F4;
}
.contactform_table input[type=text].postal_code {
  width: 100px;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
.contactform_table textarea {
  resize: none;
}
.contactform_table input[type=radio], .contactform_table input[type=checkbox], .contactform_table select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contactform_table .wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  flex-wrap: wrap;
  row-gap: 0.5em;
}
.contactform_table .wpcf7-form-control.wpcf7-radio label {
  cursor: pointer;
}
.contactform_table .wpcf7-form-control.wpcf7-radio label input[type=radio], .contactform_table .wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  vertical-align: middle;
}
.contactform_table .wpcf7-list-item {
  margin-left: 0;
}
.contactform_table .form_note {
  margin-top: 20px;
  padding: 0 0.5em;
  line-height: 1.33;
  font-size: 14px;
}
.contactform_table .form_required {
  flex-shrink: 0;
}

.form_required {
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #990000;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}

.form_accept {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
}
.form_accept_head {
  margin-bottom: 1.5em;
  padding: 0 1em;
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #A47BB5;
}
.form_accept_check {
  position: relative;
  text-align: center;
}
.form_accept_check input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form_accept_check span[data-name=acceptance] {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  margin-left: 1em;
  margin-right: 0.5em;
}
.form_accept_check label {
  display: inline-block;
}
.form_accept .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .form_accept {
    width: 900px;
    padding: 50px 36px;
  }
}
@media screen and (max-width: 1024px) {
  .form_accept {
    width: 100%;
    max-width: 900px;
    padding: 20px;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
  width: -moz-max-content;
  width: max-content;
}
.wpcf7-form-control-wrap:has(textarea) {
  width: 100%;
}

.contactform_btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  position: relative;
}
.contactform_btns .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contactform_btns {
    margin-block: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_btns {
    margin-block: 50px;
  }
}

.wpcf7 .wpcf7-form .wpcf7-submit,
.wpcf7 .wpcf7-form .wpcf7-previous {
  border-radius: 2em;
  font-weight: 700;
  font-size: 18px;
  line-height: 3em;
  padding: 0 2em;
  text-align: center;
  border: 2px solid #A47BB5;
  color: #A47BB5;
  transition: all ease 0.3s;
  width: 160px;
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled,
.wpcf7 .wpcf7-form .wpcf7-previous:disabled {
  opacity: 0.5;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._confirm:hover, .wpcf7 .wpcf7-form .wpcf7-submit._send:hover, .wpcf7 .wpcf7-form .wpcf7-submit._back:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._confirm:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._send:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._back:hover {
    background-color: #FFF;
    color: #A47BB5;
  }
}
.wpcf7 .wpcf7-form .wpcf7-submit._confirm, .wpcf7 .wpcf7-form .wpcf7-submit._send,
.wpcf7 .wpcf7-form .wpcf7-previous._confirm,
.wpcf7 .wpcf7-form .wpcf7-previous._send {
  background-color: #A47BB5;
  color: #FFF;
}
.wpcf7 .wpcf7-form .wpcf7-submit._back,
.wpcf7 .wpcf7-form .wpcf7-previous._back {
  color: #A47BB5;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.complete_message {
  margin-left: auto;
  margin-right: auto;
}
.complete_message .c-text {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .complete_message {
    width: 900px;
    margin-bottom: 50px;
  }
  .complete_message .link_button {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .complete_message {
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
  }
  .complete_message .link_button {
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */