@charset "UTF-8";
/*
Theme Name:ascend_premium_child
Template:ascend_premium
*/
body, h1, h2, h3, h4, h5, h6, p, span, a, th, td, li, strong {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif !important;
}

body {
  opacity: 0;
  transition: opacity 0.2s;
}
body.loaded {
  opacity: 1;
}

.container {
  font-size: clamp(12px, 9.888px + 0.564vw, 18px);
}

a {
  color: #9FBE70;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-size: inherit;
  margin: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
}

p, span {
  font-weight: normal;
  line-height: 1;
}

.entry-content p {
  margin: 0;
}

p:empty {
  display: none;
}

br {
  display: none !important;
}

.entry-content table tr:nth-child(even),
.modal-body table tr:nth-child(even) {
  background: none;
}

button {
  line-height: 1;
  padding: 0;
  box-shadow: none !important;
  text-shadow: none;
}

table tr:nth-child(even) {
  background: none !important;
}

ul, ol, li, dl, dt, dd {
  line-height: 1;
  padding: 0;
  margin: 0;
}

.entry-content li {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: none;
}

a {
  border: none !important;
}
a:hover {
  border: none !important;
}

.container.single-staff {
  width: 100%;
}

input {
  box-shadow: none !important;
}
input:hover {
  box-shadow: none !important;
}

#kad-mobile-banner-sticky-wrapper {
  display: none;
}

#sticky-wrapper.sticky-wrapper {
  height: 0 !important;
}

.kad-header-menu-outer.headerclass, .mobile-headerclass {
  background: transparent;
}

#kad-mobile-banner #mobile-logo a {
  width: -moz-max-content;
  width: max-content;
}

.kad-header-menu-inner.container {
  width: 98%;
  padding: 0;
}

.nagoya_header {
  font-size: clamp(12px, 9.888px + 0.564vw, 18px);
  height: 5em;
  padding-left: 1em;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1010;
}
@media screen and (min-width: 1025px) {
  .nagoya_header {
    height: 6.3em;
    padding-left: 2.8em;
  }
}
.header_logo {
  width: 10em;
  position: relative;
  z-index: 2;
}

button.header_menu--button {
  width: 3.5em;
  margin-right: 10px;
  background-color: #876E3E;
  border-radius: 50%;
  position: relative;
  transition: all 0.4s;
  aspect-ratio: 1;
  z-index: 30;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  button.header_menu--button {
    display: none;
  }
}
body.open_menu button.header_menu--button::before {
  opacity: 1;
}
button.header_menu--button div {
  width: 40%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.4s;
}
button.header_menu--button div:first-of-type {
  transform: translate(-50%, calc(-50% - 6px)) rotate(0deg) scaleX(1);
}
body.open_menu button.header_menu--button div:first-of-type {
  transform: translate(-50%, -50%) rotate(35deg) scaleX(1.2);
}
button.header_menu--button div:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleX(1);
  transform-origin: left;
}
body.open_menu button.header_menu--button div:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleX(0);
}
button.header_menu--button div:nth-of-type(3) {
  transform: translate(-50%, calc(-50% + 6px)) rotate(0deg);
  transform-origin: left;
}
body.open_menu button.header_menu--button div:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-35deg) scaleX(1.2);
  transform-origin: center;
}

.header_menu--container {
  width: 100%;
  height: 100dvh;
  padding: 7em 0 4em;
  background-color: #FBF0E1;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .header_menu--container {
    background: none;
    height: 100%;
    padding: 0;
    opacity: 1;
    overflow: inherit;
    display: flex;
    align-items: center;
    pointer-events: auto;
    position: absolute;
  }
}
.open_menu .header_menu--container {
  opacity: 1;
  pointer-events: auto;
}
.header_menu--container .img {
  width: 83%;
  max-width: 30em;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .header_menu--container .img {
    display: none;
  }
}

nav.header_menu--nav {
  width: 83%;
  max-width: 30em;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  nav.header_menu--nav {
    width: -moz-max-content;
    width: max-content;
    max-width: none;
  }
}

ul.header_menu--ul {
  margin-bottom: 3em;
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul {
    margin: 0;
    display: flex;
    gap: 0 2em;
  }
}
ul.header_menu--ul > li {
  list-style: none;
  border-bottom: 1px solid #CCC2AE;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul > li {
    border: none;
    overflow: inherit;
  }
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul > li:nth-of-type(4) {
    display: none;
  }
}
ul.header_menu--ul > li > a {
  color: #171717;
  font-size: 1.25em;
  font-weight: bold;
  padding: 1.5em 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul > li > a {
    font-size: 0.95em;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0 0.4em;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul > li > a::before {
    content: "";
    width: 0.35em;
    background-color: #876E3E;
    border-radius: 50%;
    opacity: 0;
    display: block;
    aspect-ratio: 1;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul > li:hover a {
    color: #876E3E;
  }
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul > li:hover a::before {
    opacity: 1;
  }
}
ul.header_menu--ul > li.menu-item-has-children > a {
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul > li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 0 0.45em;
  }
}
ul.header_menu--ul > li.menu-item-has-children > a:hover {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul > li.menu-item-has-children > a::before {
    content: "";
    width: 100%;
    height: 6em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: none;
    pointer-events: none;
  }
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul > li.menu-item-has-children:hover > a::before {
    pointer-events: auto;
  }
}
ul.header_menu--ul > li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-size: 0.75em;
  font-weight: 900;
  position: absolute;
  right: 2em;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul > li.menu-item-has-children > a::after {
    font-size: 0.55em;
    position: relative;
    right: 0;
    top: 0;
    translate: 0 -15%;
  }
}

ul.header_menu--ul > li ul.sub-menu {
  height: 0;
  padding: 0;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul > li ul.sub-menu {
    height: auto;
    padding: 1.8em 2.5em;
    background-color: #fff;
    border: 1px solid #876E3E;
    border-radius: 10px;
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: -1em;
    transform: translate(-50%, 100%);
    pointer-events: none;
  }
}
ul.header_menu--ul > li ul.sub-menu.active {
  height: 16.5em;
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul > li ul.sub-menu.active {
    height: auto;
  }
}
ul.header_menu--ul > li ul.sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}
ul.header_menu--ul > li ul.sub-menu li {
  list-style: none;
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul > li ul.sub-menu li:not(:last-of-type) {
    margin-bottom: 1.2em;
  }
}
ul.header_menu--ul > li ul.sub-menu li a {
  color: #171717;
  font-size: 1.25em;
  font-weight: bold;
  padding: 1em;
  display: block;
  position: relative;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  ul.header_menu--ul > li ul.sub-menu li a {
    font-size: 0.95em;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
  }
}
ul.header_menu--ul > li ul.sub-menu li a:hover {
  opacity: 0.7;
}
ul.header_menu--ul > li ul.sub-menu li a span {
  color: #CB161C;
  font-weight: bold;
}

ul.header_menu--ul > li:hover ul.sub-menu {
  opacity: 1;
  pointer-events: auto;
}

a.header_contact--button {
  display: none;
}
@media screen and (min-width: 1025px) {
  a.header_contact--button {
    color: #fff;
    font-size: 0.95em;
    font-weight: bold;
    width: 9.1em;
    background-color: #876E3E;
    border: 2px solid #876E3E !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 1.1em;
    top: 1.1em;
    aspect-ratio: 1;
    transition: all 0.4s;
  }
}
a.header_contact--button:hover {
  color: #876E3E;
  background-color: #fff;
}
a.header_contact--button::before {
  content: "";
  width: 0.8em;
  height: 0.45em;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: 33%;
  translate: -50% 0;
  transition: all 0.4s;
}
a.header_contact--button:hover::before {
  background-color: #876E3E;
}

#wrapper.container {
  overflow: clip;
}

#inner-wrap {
  position: relative;
  z-index: 1;
}
#inner-wrap .main {
  overflow: clip;
}

.common_button {
  text-align: left;
  width: 22.5em;
  padding-left: 1.2em;
  margin-inline: auto;
  border-radius: 10em;
  display: flex;
  justify-content: center;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .common_button {
    width: 15em;
  }
}
.common_button.gold {
  color: #fff;
  background-color: #876E3E;
  border: 2px solid #876E3E !important;
}
.common_button:hover.gold {
  color: #876E3E;
  background-color: #fff;
}
.common_button.red {
  color: #CB161C;
  background-color: #fff;
  border: 2px solid #CB161C !important;
}
.common_button:hover.red {
  color: #fff;
  background-color: #CB161C;
}
.common_button span {
  font-size: 1.35em;
  height: 3.55em;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .common_button span {
    font-size: 0.95em;
    height: 4.7em;
  }
}
.common_button span br {
  display: block !important;
}
.common_button span::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -1.2em;
  translate: 0 -50%;
  transition: all 0.4s;
}
.common_button span.tri::before {
  width: 0.6em;
  height: 0.35em;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.common_button span.circle::before {
  width: 0.45em;
  border-radius: 50%;
  aspect-ratio: 1;
}
.common_button:hover.gold span::before {
  background-color: #876E3E;
}
.common_button.red span::before {
  background-color: #CB161C;
}
.common_button:hover.red span::before {
  background-color: #fff;
}

section {
  position: relative;
}

.FP_header {
  padding: 3em 0 4.2em;
  margin-top: 5em;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .FP_header {
    margin-top: 6.3em;
  }
}
.FP_header h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.FP_header--container {
  width: 26.7em;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .FP_header--container {
    width: 98%;
    max-width: 1180px;
  }
}
.FP_header--container picture {
  margin-bottom: 2em;
  display: block;
}
@media screen and (min-width: 768px) {
  .FP_header--container picture {
    max-width: 800px;
    margin: 0 auto 3em;
  }
}
.FP_header--container .img_box {
  width: 20.8em;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .FP_header--container .img_box {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 20.5em 1fr;
  }
}
.FP_header--container .img_box .img:nth-of-type(2) {
  width: 48%;
  margin: 1.7em auto;
}
@media screen and (min-width: 768px) {
  .FP_header--container .img_box .img:nth-of-type(2) {
    width: 67%;
    margin: 0 auto;
  }
}

section.FP_section .section_container {
  margin-inline: auto;
  position: relative;
}

.anchor {
  margin-top: -5.5em;
  padding-top: 5.5em;
}
@media screen and (min-width: 768px) {
  .anchor {
    margin-top: -6.5em;
    padding-top: 6.5em;
  }
}

hgroup.section_hgroup h2 {
  color: #876E3E;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  hgroup.section_hgroup h2 {
    font-size: 2.35em;
  }
}
hgroup.section_hgroup h2 br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  hgroup.section_hgroup h2 br {
    display: none !important;
  }
}
hgroup.section_hgroup p {
  font-weight: 600;
  font-family: "Lexend" !important;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  hgroup.section_hgroup p {
    font-size: 1.1em;
  }
}
hgroup.section_hgroup p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  hgroup.section_hgroup p br {
    display: none !important;
  }
}

section.FP_section.procedures_section {
  padding-bottom: 4.2em;
}
@media screen and (min-width: 768px) {
  section.FP_section.procedures_section {
    padding-bottom: 3.9em;
  }
}
section.FP_section.procedures_section .section_container {
  width: 92%;
  padding: 3.8em 1.65em 3.3em;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.procedures_section .section_container {
    width: 98%;
    max-width: 1300px;
    padding: 3.5em 3.9em;
  }
}
section.FP_section.procedures_section .section_container hgroup.section_hgroup {
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  section.FP_section.procedures_section .section_container hgroup.section_hgroup {
    margin-bottom: 5em;
  }
}
section.FP_section.procedures_section .section_container .img {
  width: 5.6em;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.FP_section.procedures_section .section_container .img {
    width: 6.6em;
    position: absolute;
    right: 3.9em;
    bottom: 3.9em;
  }
}

ol.FP_procedures_section--ol {
  margin-bottom: 4em;
}
@media screen and (min-width: 1025px) {
  ol.FP_procedures_section--ol {
    margin: 0;
  }
}
ol.FP_procedures_section--ol li {
  font-size: 1.35em;
  font-weight: bold;
  line-height: 1.2;
  list-style: none;
  padding-left: 3.3em;
  counter-increment: number;
  position: relative;
}
@media screen and (min-width: 768px) {
  ol.FP_procedures_section--ol li {
    font-size: 1.7em;
    padding-left: 2.3em;
  }
}
ol.FP_procedures_section--ol li:not(:last-of-type) {
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  ol.FP_procedures_section--ol li:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}
ol.FP_procedures_section--ol li::before {
  content: counter(number);
  color: #fff;
  font-family: "Lexend" !important;
  width: 2.6em;
  aspect-ratio: 1;
  background-color: #A8A8A8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  ol.FP_procedures_section--ol li::before {
    font-size: 0.55em;
    width: 3em;
  }
}
ol.FP_procedures_section--ol li br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  ol.FP_procedures_section--ol li br {
    display: none !important;
  }
}

section.FP_section.reservation_section {
  padding-bottom: 4.2em;
}
@media screen and (min-width: 768px) {
  section.FP_section.reservation_section {
    padding-bottom: 4em;
  }
}
section.FP_section.reservation_section .section_container {
  width: 92%;
  padding: 3.8em 1.65em 4.2em;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  section.FP_section.reservation_section .section_container {
    width: 98%;
    max-width: 1300px;
    padding: 3.5em 3.9em;
  }
}
section.FP_section.reservation_section .section_container hgroup.section_hgroup {
  margin-bottom: 3em;
}

ul.FP_reservation_section--ul {
  max-width: 500px;
  margin-inline: auto;
  display: grid;
  gap: 2.5em 0;
}
@media screen and (min-width: 1025px) {
  ul.FP_reservation_section--ul {
    max-width: none;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 3em;
  }
}
ul.FP_reservation_section--ul li {
  padding: 5.7em 0 2.5em;
  background-color: #876E3E;
  border-radius: 10px;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.FP_reservation_section--ul li {
    padding: 3.5em 0 2.3em;
  }
}
ul.FP_reservation_section--ul li:nth-of-type(3) {
  background-color: #2F4262;
}
ul.FP_reservation_section--ul li span.tag {
  color: #fff;
  background-color: #CB161C;
  border-radius: 10px 0;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 6.9em;
  padding: 0.85em 0;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  ul.FP_reservation_section--ul li span.tag {
    font-size: 0.85em;
  }
}
ul.FP_reservation_section--ul li p {
  text-align: center;
  color: #fff;
  font-size: 1.65em;
  font-weight: bold;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 768px) {
  ul.FP_reservation_section--ul li p {
    font-size: 1.3em;
  }
}

section.FP_section.guide_section {
  padding-bottom: 4.2em;
}
section.FP_section.guide_section .section_container {
  width: 92%;
  padding: 3.8em 1.65em 4.2em;
  background-color: #fff;
  border: 1px solid #CB161C;
  border-top: 30px solid #CB161C;
  border-bottom: 30px solid #CB161C;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.guide_section .section_container {
    width: 98%;
    max-width: 1300px;
    padding: 3.5em 3.9em;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 0 3.2em;
  }
}
section.FP_section.guide_section .section_container hgroup.section_hgroup {
  margin-bottom: 3em;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.guide_section .section_container hgroup.section_hgroup {
    margin-bottom: 3.5em;
    grid-column: span 2;
  }
}

dl.FP_guide_section--dl {
  margin-bottom: 2em;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.FP_guide_section--dl {
    margin: 0;
    display: grid;
    grid-template-columns: 6.75em 1fr;
    gap: 0.6em 0;
  }
}
dl.FP_guide_section--dl dt {
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.4em 0;
  background-color: #876E3E;
}
@media screen and (min-width: 768px) {
  dl.FP_guide_section--dl dt {
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
dl.FP_guide_section--dl dd {
  font-size: 1.4em;
  line-height: 1.4;
  padding: 1.2em 0;
}
@media screen and (min-width: 768px) {
  dl.FP_guide_section--dl dd {
    font-size: 0.9em;
    padding: 1em 1em 1.5em;
    border-bottom: 1px solid #876E3E;
  }
}
dl.FP_guide_section--dl dd ul li {
  line-height: 1.4;
  padding-left: 0.8em;
  list-style: none;
  position: relative;
}
dl.FP_guide_section--dl dd ul li::before {
  content: "●";
  font-size: 0.5em;
  top: 0.75em;
  left: 0;
  position: absolute;
}
dl.FP_guide_section--dl dd br {
  display: block !important;
}

.FP_guide_section--map {
  margin-bottom: 3em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .FP_guide_section--map {
    margin: 0;
  }
}
.FP_guide_section--map iframe {
  width: 100%;
  height: 15em;
}
@media screen and (min-width: 768px) {
  .FP_guide_section--map iframe {
    height: 100%;
  }
}

.FP_guide_section--calendar {
  background-color: gray;
  position: relative;
}
@media screen and (min-width: 768px) {
  .FP_guide_section--calendar {
    width: 100%;
    max-width: 935px;
    margin: 5em auto 0;
    grid-column: span 2;
  }
}
.FP_guide_section--calendar img {
  display: block;
  aspect-ratio: 1;
}

section.FP_section.mobile_section {
  padding-bottom: 7.5em;
}
@media screen and (min-width: 768px) {
  section.FP_section.mobile_section {
    padding-bottom: 5.5em;
  }
}
section.FP_section.mobile_section .section_container {
  width: 92%;
  padding: 3.8em 1.65em 4.2em;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.mobile_section .section_container {
    width: 98%;
    max-width: 1300px;
    padding: 3.5em 3.9em;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0 6em;
  }
}
section.FP_section.mobile_section .section_container hgroup.section_hgroup {
  margin-bottom: 3em;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.mobile_section .section_container hgroup.section_hgroup {
    margin-bottom: 2em;
  }
}
section.FP_section.mobile_section .section_container .img {
  margin-bottom: 3.5em;
}
@media screen and (min-width: 768px) {
  section.FP_section.mobile_section .section_container .img {
    margin: 0;
    grid-row: span 2;
  }
}
@media screen and (min-width: 768px) {
  section.FP_section.mobile_section .section_container .common_button {
    margin: 0;
  }
}

.P_header {
  height: 16.4em;
  padding-top: 6.7em;
  margin-bottom: 3.8em;
  background-color: #fff;
  border-radius: 0 0 50px 50px;
}
@media screen and (min-width: 768px) {
  .P_header {
    height: 18.9em;
    padding-top: 8.3em;
    margin-bottom: 3.9em;
  }
}
.P_header .header_container {
  width: 75%;
  margin-inline: auto;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .P_header .header_container {
    width: 80.5%;
  }
}
.P_header .header_container hgroup h1 {
  color: #876E3E;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .P_header .header_container hgroup h1 {
    font-size: 2.35em;
  }
}
.P_header .header_container hgroup h1 br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .P_header .header_container hgroup h1 br {
    display: none !important;
  }
}
.P_header .header_container hgroup p {
  font-weight: 600;
  font-family: "Lexend" !important;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .P_header .header_container hgroup p {
    font-size: 1.1em;
  }
}
.P_header .header_container hgroup p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .P_header .header_container hgroup p br {
    display: none !important;
  }
}
.P_header .header_container img {
  width: auto;
  height: 7em;
}
@media screen and (min-width: 768px) {
  .P_header .header_container img {
    height: 7.7em;
  }
}

.P_contents .contents_container {
  width: 92%;
  margin-inline: auto;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .P_contents .contents_container {
    width: 98%;
    max-width: 1300px;
  }
}

.P_section .section_container {
  width: 92%;
  margin-inline: auto;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .P_section .section_container {
    width: 98%;
    max-width: 1300px;
  }
}

h2.page_h2 {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0 0.6em;
}
h2.page_h2 span.num {
  color: #fff;
  font-size: 1.35em;
  font-weight: bold;
  font-family: "Lexend" !important;
  width: 2.6em;
  background-color: #A8A8A8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
h2.page_h2 span.ja {
  color: #876E3E;
  font-size: 1.65em;
  font-weight: bold;
  line-height: 1.2;
}

hgroup.page_hgroup {
  margin: 3.8em 0 2.5em;
}
hgroup.page_hgroup h3 {
  color: #876E3E;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  hgroup.page_hgroup h3 {
    font-size: 2.35em;
  }
}
hgroup.page_hgroup h3 br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  hgroup.page_hgroup h3 br {
    display: none !important;
  }
}
hgroup.page_hgroup p {
  font-weight: 600;
  font-family: "Lexend" !important;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  hgroup.page_hgroup p {
    font-size: 1.1em;
  }
}
hgroup.page_hgroup p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  hgroup.page_hgroup p br {
    display: none !important;
  }
}

.P_header.P_service-counter--header .header_container {
  justify-content: space-between;
}

.P_section.P_service-counter--section .section_container {
  padding: 2.5em 1.65em;
  background-color: #fff;
}
.P_section.P_service-counter--section .section_container h2.page_h2 {
  margin-bottom: 2em;
}
.P_section.P_service-counter--section .section_container > p.text {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
  width: 82%;
  margin: 0 auto 1.7em;
}
.P_section.P_service-counter--section .section_container > p.text span {
  color: #CB161C;
  font-weight: bold;
}

.P_service-counter--textBox {
  padding-bottom: 2.1em;
  border: 1px solid #CB161C;
  border-radius: 10px;
  overflow: hidden;
}
.P_service-counter--textBox h3 {
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  padding: 1.1em;
  margin-bottom: 1.4em;
  background-color: #CB161C;
}
.P_service-counter--textBox h3 br {
  display: block !important;
}
.P_service-counter--textBox h3 span {
  font-size: 0.85em;
  font-weight: bold;
}
.P_service-counter--textBox .box {
  width: 83%;
  margin-inline: auto;
}
.P_service-counter--textBox .box h4 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.1em;
  position: relative;
}
.P_service-counter--textBox .box h4::before {
  content: "●";
  color: #CB161C;
}
.P_service-counter--textBox .box h5 {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 1.3em;
}
.P_service-counter--textBox .box h5.border {
  margin-top: 3.3em;
  display: grid;
}
.P_service-counter--textBox .box h5.border::before, .P_service-counter--textBox .box h5.border::after {
  content: "―――";
}
.P_service-counter--textBox .box ul:not(:last-of-type) {
  margin-bottom: 1.8em;
}
.P_service-counter--textBox .box ul li {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 1em;
  list-style: none;
  position: relative;
}
.P_service-counter--textBox .box ul li:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.P_service-counter--textBox .box ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.P_service-counter--textBox .box ul li span {
  font-weight: bold;
}
.P_service-counter--textBox .box ul li p.note {
  font-weight: 500;
  line-height: 1.4;
  padding-left: 1em;
  margin-top: 0.8em;
  position: relative;
}
.P_service-counter--textBox .box ul li p.note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.P_service-counter--textBox .box ul li p.note span {
  color: #CB161C;
  font-weight: bold;
}
.P_service-counter--textBox .box p.annotation {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.8em;
}
.P_service-counter--textBox .box p.annotation span {
  color: #CB161C;
  font-weight: bold;
}
.P_service-counter--textBox .box p.note + ul {
  margin-top: 1.3em;
}
.P_service-counter--textBox .box ul + h4 {
  margin-top: 4em;
}

ol.P_service-counter_flow--ol {
  max-width: 30em;
  margin: 0 auto 2.5em;
  display: grid;
  gap: 5.2em 0;
}
@media screen and (min-width: 1025px) {
  ol.P_service-counter_flow--ol {
    width: calc(100% - 7.8em);
    max-width: none;
    margin: 0 auto 3.9em;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 4.7em;
  }
}
ol.P_service-counter_flow--ol li {
  padding-bottom: 2.5em;
  border: 1px solid #CB161C;
  border-radius: 10px;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  ol.P_service-counter_flow--ol li {
    padding-bottom: 2em;
  }
}
ol.P_service-counter_flow--ol li:not(:last-of-type)::before {
  content: "";
  width: 3.35em;
  height: 1.85em;
  background-color: #A8A8A8;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: -3.7em;
  translate: -50% 0;
}
@media screen and (min-width: 1025px) {
  ol.P_service-counter_flow--ol li:not(:last-of-type)::before {
    width: 2.25em;
    height: 1.25em;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -3.6em;
    translate: 0 -50%;
    rotate: -90deg;
  }
}
ol.P_service-counter_flow--ol li span.step {
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  font-family: "Lexend" !important;
  letter-spacing: 0.05em;
  padding: 0.6em 0;
  margin-bottom: 1.2em;
  background-color: #CB161C;
  border-radius: 10px 10px 0 0;
  display: block;
}
@media screen and (min-width: 768px) {
  ol.P_service-counter_flow--ol li span.step {
    font-size: 1.3em;
    padding: 0.65em 0;
  }
}
ol.P_service-counter_flow--ol li .img {
  height: 7.7em;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 3em;
}
@media screen and (min-width: 768px) {
  ol.P_service-counter_flow--ol li .img {
    height: 5.1em;
    margin: 0 auto 1.3em;
  }
}
ol.P_service-counter_flow--ol li .img img {
  width: auto;
  height: 100%;
}
ol.P_service-counter_flow--ol li h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 auto 1.2em;
}
@media screen and (min-width: 768px) {
  ol.P_service-counter_flow--ol li h3 {
    font-size: 1.3em;
  }
}
ol.P_service-counter_flow--ol li p {
  font-size: 1.25em;
  line-height: 1.5;
  width: 83%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  ol.P_service-counter_flow--ol li p {
    font-size: 1em;
  }
}
ol.P_service-counter_flow--ol li p.note {
  font-size: 1.1em;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  ol.P_service-counter_flow--ol li p.note {
    font-size: 0.85em;
  }
}
ol.P_service-counter_flow--ol li p br {
  display: block !important;
}
ol.P_service-counter_flow--ol li p span.color_red {
  color: #CB161C;
  font-weight: bold;
}

.P_service-counter_flow--messageBox {
  max-width: 30em;
  margin: 0 auto 3.7em;
}
@media screen and (min-width: 1025px) {
  .P_service-counter_flow--messageBox {
    width: calc(100% - 7.8em);
    max-width: none;
    margin: 0 auto 3.2em;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 6em;
  }
}
.P_service-counter_flow--messageBox .box {
  margin-bottom: 2.2em;
  background-color: #FFFFF8;
  border: 2px solid #876E3E;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .P_service-counter_flow--messageBox .box {
    margin: 0;
    display: flex;
    align-items: center;
  }
}
.P_service-counter_flow--messageBox .box::before, .P_service-counter_flow--messageBox .box::after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  left: 50%;
  rotate: 45deg;
  transform: skew(22deg, 22deg);
  translate: -50% 60%;
}
@media screen and (min-width: 1025px) {
  .P_service-counter_flow--messageBox .box::before, .P_service-counter_flow--messageBox .box::after {
    width: 2.25em;
    height: 2.25em;
    left: auto;
    translate: 50% -50%;
    transform: skew(-25deg, -25deg);
  }
}
.P_service-counter_flow--messageBox .box::before {
  background-color: #876E3E;
  border-radius: 0 0 0.5em 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .P_service-counter_flow--messageBox .box::before {
    border-radius: 0 0.5em 0 0;
    bottom: auto;
    top: 50%;
    right: 0;
  }
}
.P_service-counter_flow--messageBox .box::after {
  background-color: #FFFFF8;
  border-radius: 0 0 0.1em 0;
  bottom: 5px;
}
@media screen and (min-width: 1025px) {
  .P_service-counter_flow--messageBox .box::after {
    border-radius: 0 0.1em 0 0;
    bottom: auto;
    top: 50%;
    right: 5px;
  }
}
.P_service-counter_flow--messageBox .box p.message {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.8em 1.9em;
  background-color: #FFFFF8;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .P_service-counter_flow--messageBox .box p.message {
    font-size: 2.1em;
    line-height: 1.8;
    padding: 0.85em 0.6em 0.85em 0;
    width: 92%;
    min-width: 14.5em;
    margin: 0 0 0 auto;
  }
}
.P_service-counter_flow--messageBox .box p.message br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .P_service-counter_flow--messageBox .box p.message br {
    display: none !important;
  }
}
.P_service-counter_flow--messageBox .img {
  width: 5.6em;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .P_service-counter_flow--messageBox .img {
    width: 6.6em;
  }
}

ul.P_service-counter_flow--ul {
  max-width: 30em;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul {
    width: calc(100% - 7.8em);
    max-width: none;
  }
}
ul.P_service-counter_flow--ul > li {
  padding: 4em 0 2em;
  background-color: #FFF4F4;
  border-radius: 10px;
  list-style: none;
  position: relative;
  counter-increment: number;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul > li {
    min-height: 10.3em;
    padding: 0.5em 0 0.5em 3.3em;
    display: grid;
    grid-template-columns: min(65%, 39.3em) 1fr;
    align-items: center;
  }
}
ul.P_service-counter_flow--ul > li:not(:last-of-type) {
  margin-bottom: 4.3em;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul > li:not(:last-of-type) {
    margin-bottom: 2.8em;
  }
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul > li:has(table) {
    padding: 2.3em 3.3em;
    grid-template-columns: 33.9em auto 1fr;
    justify-content: left;
    align-items: start;
    gap: 0 1.1em;
  }
}
@media screen and (min-width: 768px) {
  ul.P_service-counter_flow--ul > li:nth-of-type(6) {
    padding: 2.3em 2em 2.3em 3.3em;
    grid-template-columns: auto;
  }
}
ul.P_service-counter_flow--ul > li::before {
  content: counter(number);
  color: #fff;
  font-size: 1.35em;
  font-family: "Lexend" !important;
  width: 3em;
  background-color: #CB161C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -50%;
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul > li::before {
    font-size: 0.9em;
  }
}
ul.P_service-counter_flow--ul > li p {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
  width: 83%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul > li p {
    font-size: 1.2em;
    line-height: 1.6;
    margin: 0;
  }
}
ul.P_service-counter_flow--ul > li p.small {
  font-size: 1.15em;
  font-weight: 500;
  max-width: 18.3em;
  margin-top: 2.8em;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul > li p.small {
    font-size: 0.9em;
    max-width: none;
    margin: 0;
  }
}
ul.P_service-counter_flow--ul > li p br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul > li:has(table) p {
    grid-column: span 3;
  }
}
ul.P_service-counter_flow--ul > li:first-of-type .img {
  margin: 2em auto 0;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul > li:first-of-type .img {
    margin: 0;
  }
}
ul.P_service-counter_flow--ul > li:nth-of-type(2) .img {
  margin: 2.3em auto 0;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul > li:nth-of-type(2) .img {
    margin: 0;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
ul.P_service-counter_flow--ul > li:nth-of-type(3) .img {
  margin: 2.6em auto 0;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul > li:nth-of-type(3) .img {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  ul.P_service-counter_flow--ul > li:nth-of-type(6) p.small {
    margin-top: 1.5em;
  }
}
ul.P_service-counter_flow--ul > li:nth-of-type(6) > ul {
  max-width: 85%;
  padding: 0;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul > li:nth-of-type(6) > ul {
    max-width: none;
    margin: 0;
  }
}
ul.P_service-counter_flow--ul > li:nth-of-type(6) > ul li {
  font-size: 1.15em;
  line-height: 1.4;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul > li:nth-of-type(6) > ul li {
    font-size: 0.9em;
  }
}
ul.P_service-counter_flow--ul > li .arrow_img {
  width: 3.4em;
  margin: 2.2em auto;
  rotate: 90deg;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul > li .arrow_img {
    width: 2.2em;
    margin: 0;
    align-self: center;
    rotate: 0deg;
  }
}
ul.P_service-counter_flow--ul.ul01 > li:first-of-type .img {
  width: 28%;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul.ul01 > li:first-of-type .img {
    width: 17.7em;
  }
}
ul.P_service-counter_flow--ul.ul01 > li:nth-of-type(2) .img {
  width: 80%;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul.ul01 > li:nth-of-type(2) .img {
    width: 17.4em;
  }
}
ul.P_service-counter_flow--ul.ul01 > li:nth-of-type(3) .img {
  width: 80%;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul.ul01 > li:nth-of-type(3) .img {
    width: 11.4em;
  }
}
ul.P_service-counter_flow--ul.ul02 > li:first-of-type .img {
  width: 76%;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul.ul02 > li:first-of-type .img {
    width: 17.7em;
  }
}
ul.P_service-counter_flow--ul.ul02 > li:nth-of-type(2) .img {
  width: 80%;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul.ul02 > li:nth-of-type(2) .img {
    width: 17.4em;
  }
}
ul.P_service-counter_flow--ul.ul02 > li:nth-of-type(3) .img {
  width: 80%;
}
@media screen and (min-width: 1025px) {
  ul.P_service-counter_flow--ul.ul02 > li:nth-of-type(3) .img {
    width: 11.4em;
  }
}

.P_service-counter_flow--tableBox {
  width: 95%;
  margin: 2.1em auto 0;
}
@media screen and (min-width: 1025px) {
  .P_service-counter_flow--tableBox {
    width: 100%;
    height: 100%;
    margin: 1.8em auto 0;
  }
}

table.P_service-counter_flow--table {
  margin: 0;
  border: 1px solid #707070;
}
@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table {
    height: 100%;
  }
}

table.P_service-counter_flow--table thead {
  background-color: #F4FEFF;
  border-bottom: 1px solid #707070;
}
table.P_service-counter_flow--table thead tr th, table.P_service-counter_flow--table thead tr td {
  text-align: center;
  font-size: 1.15em;
  padding: 0.5em 0;
}
@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table thead tr th, table.P_service-counter_flow--table thead tr td {
    font-size: 0.85em;
  }
}
table.P_service-counter_flow--table thead tr th:first-of-type {
  width: 2.4em;
  border-right: 1px solid #707070;
}
@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table thead tr th:first-of-type {
    width: 5em;
  }
}

table.P_service-counter_flow--table tbody {
  background-color: #fff;
}
table.P_service-counter_flow--table tbody tr:first-of-type {
  border-bottom: 1px solid #707070;
}
table.P_service-counter_flow--table tbody tr th, table.P_service-counter_flow--table tbody tr td {
  font-size: 1.15em;
}
@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table tbody tr th, table.P_service-counter_flow--table tbody tr td {
    font-size: 0.85em;
  }
}
table.P_service-counter_flow--table tbody tr th:first-of-type {
  text-align: center;
  border-right: 1px solid #707070;
}
table.P_service-counter_flow--table tbody tr td {
  padding: 1.2em 1em;
}
@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table tbody tr td {
    padding: 1.2em;
  }
}
table.P_service-counter_flow--table tbody tr td ul {
  padding: 0;
}
@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table tbody tr td ul {
    display: grid;
    gap: 0.6em 1.5em;
  }
}
table.P_service-counter_flow--table tbody tr td ul li {
  font-weight: 500;
  line-height: 1.4;
  list-style: none;
}
table.P_service-counter_flow--table tbody tr td ul li:not(:last-of-type) {
  margin-bottom: 0.4em;
}
@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table tbody tr td ul li:not(:last-of-type) {
    margin: 0;
  }
}
table.P_service-counter_flow--table tbody tr td ul li span {
  font-size: 0.7em;
}
@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table tbody tr td ul li span {
    font-size: 0.8em;
  }
}
table.P_service-counter_flow--table tbody tr td > span {
  font-size: 0.7em;
  line-height: 1.4;
  margin-top: 1em;
  display: block;
}
@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table tbody tr td > span {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table.table01 tbody tr td ul {
    width: 90%;
    grid-template-columns: auto auto auto;
  }
}
@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table.table01 tbody tr td ul.colums_4 {
    width: 86%;
    grid-template-columns: auto 1fr auto auto;
  }
}
@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table.table01 tbody tr td ul li.span02 {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table.table01 tbody tr td ul li.span03 {
    grid-column: span 3;
  }
}
@media screen and (min-width: 768px) {
  table.P_service-counter_flow--table.table01 tbody tr td ul li.span_absolute {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  table.P_service-counter_flow--table.table01 tbody tr td ul li.span_absolute span {
    line-height: 1.6;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table.table01 tbody tr td ul li.row3-4_column1-3 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
@media screen and (min-width: 768px) {
  table.P_service-counter_flow--table.table01 tbody tr td ul li.row3-4_column2-4 {
    text-align: right;
    grid-row: 3/4;
    grid-column: 2/4;
  }
}

@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table.table02 tbody tr td {
    padding: 0 0.3em 0 0.6em;
  }
}
table.P_service-counter_flow--table.table02 tbody tr td ul {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-inline: auto;
}

@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table.table03 tbody tr td ul {
    width: 90%;
    min-width: -moz-max-content;
    min-width: max-content;
    grid-template-columns: auto auto auto;
  }
}
@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table.table03 tbody tr td ul li.span02 {
    grid-column: span 2;
  }
}

@media screen and (min-width: 1025px) {
  table.P_service-counter_flow--table.table04 tbody tr td {
    padding: 0 0.3em 0 0.6em;
  }
}
table.P_service-counter_flow--table.table04 tbody tr td ul {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-inline: auto;
}

.P_service-counter--noteBox {
  padding: 2.5em 2em;
  margin-top: 3.3em;
  background-color: #FFF4F4;
  border-radius: 10px;
}
.P_service-counter--noteBox h3 {
  text-align: center;
  color: #CB161C;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.P_service-counter--noteBox ul li {
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 1.4em;
  list-style: none;
  position: relative;
}
.P_service-counter--noteBox ul li:not(:last-of-type) {
  margin-bottom: 2em;
}
.P_service-counter--noteBox ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.P_service-counter--noteBox ul li span.color_red {
  color: #CB161C;
  font-weight: bold;
  line-height: 1.4;
}
.P_service-counter--noteBox ul li a {
  color: inherit;
  border-bottom: 1px solid #171717 !important;
}
.P_service-counter--noteBox ul li a:hover {
  opacity: 0.7;
}
.P_service-counter--noteBox ul li br {
  display: block !important;
}

.P_section.P_service-counter--section.section01 {
  padding-bottom: 4.2em;
}

.P_section.P_service-counter--section.section02 {
  padding-bottom: 4.2em;
}

.P_section.P_service-counter--section.section03 {
  padding-bottom: 4.2em;
}
.P_section.P_service-counter--section.section03 .section_container h2.page_h2:not(:first-of-type) {
  margin-top: 8.4em;
}

.P_section.P_service-counter--section.section04 {
  padding-bottom: 8.4em;
}

#topcontrol .to_the_top {
  display: none;
}

button.to_header {
  color: #876E3E;
  font-family: "Lexend" !important;
  width: 6.1em;
  padding: 0.9em 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6em 0;
  position: absolute;
  right: 1.5em;
  bottom: 0;
  translate: 0 50%;
}
@media screen and (min-width: 768px) {
  button.to_header {
    font-size: 0.8em;
    right: 4.8em;
  }
}
button.to_header:hover {
  opacity: 0.7;
}
button.to_header img {
  width: 43%;
}

footer.footerclass {
  padding: 0;
  position: relative;
  z-index: 2;
}
footer.footerclass .container {
  width: 100%;
  max-width: none;
}

.footercol1, .footercol2 {
  padding: 0;
}

section.footer_contact--section {
  padding-bottom: 6.6em;
}
@media screen and (min-width: 768px) {
  section.footer_contact--section {
    padding-bottom: 5.4em;
  }
}
section.footer_contact--section a.footer_contact--button {
  text-align: center;
  color: #876E3E;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
  width: 87%;
  height: 9.5em;
  margin: 0 auto 1.2em;
  background-color: #fff;
  border: 3px solid #876E3E !important;
  border-radius: 10em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  section.footer_contact--section a.footer_contact--button {
    font-size: 1.1em;
    line-height: 1.8;
    width: calc(100% - 7.8em);
    max-width: 706px;
    margin: 0 auto 1.6em;
    height: 7.7em;
    border: 4px solid #876E3E !important;
  }
}
section.footer_contact--section a.footer_contact--button:hover {
  color: #fff;
  background-color: #876E3E;
}
section.footer_contact--section a.footer_contact--button span.large {
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.footer_contact--section a.footer_contact--button span.large {
    font-size: 1.1em;
    line-height: 1.8;
  }
}
section.footer_contact--section a.footer_contact--button span.tel {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  section.footer_contact--section a.footer_contact--button span.tel {
    margin-top: 0.2em;
  }
}
section.footer_contact--section a.footer_contact--button span.tel i {
  margin-right: 0.5em;
}
section.footer_contact--section a.footer_contact--button br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  section.footer_contact--section a.footer_contact--button br.br_sp {
    display: none !important;
  }
}
section.footer_contact--section p.text {
  text-align: center;
  color: #171717;
  font-size: 1.35em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.footer_contact--section p.text {
    font-size: 1.1em;
  }
}

.footer_container {
  text-align: center;
  padding: 6em 0 2em;
  background-color: #FBF0E1;
}
@media screen and (min-width: 768px) {
  .footer_container {
    padding: 2.2em 0 1.7em;
  }
}
.footer_container .logo {
  width: 10em;
  margin: 0 auto 1.5em;
}
@media screen and (min-width: 768px) {
  .footer_container .logo {
    margin: 0 auto 2.2em;
  }
}
.footer_container a {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 4.5em;
  border-bottom: 1px solid #876E3E !important;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer_container a {
    font-size: 1em;
    margin: 0 auto 5.5em;
  }
}
.footer_container a:hover {
  opacity: 0.7;
}
.footer_container small {
  text-align: left;
  color: #171717;
  font-size: 1em;
  line-height: 1.2;
  width: 92%;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer_container small {
    font-size: 0.75em;
  }
}
.footer_container small br {
  display: block !important;
}

.footerbase {
  display: none;
}