@charset "UTF-8";
#subpage {
  position: relative;
}
#subpage:before {
  content: "";
  position: absolute;
  left: 0;
  top: 256px;
  width: 100%;
  height: 1060px;
  background: var(--yellow) url("../img/deco06.webp") no-repeat left -100px top 280px;
  background-size: 411px auto;
  border-radius: 0 0 100px 0;
}
#subpage .bold {
  font-weight: bold;
  color: #000;
}
#subpage .swiper-container {
  overflow: hidden;
}
#subpage .subpage_title {
  width: 100%;
  max-width: 1220px;
  margin: 188px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 0;
  position: relative;
}
#subpage .subpage_title figure {
  width: 100%;
  height: 544px;
  position: relative;
}
#subpage .subpage_title figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 544px;
  border-radius: 30px;
}
#subpage .subpage_title .subpage_title_text {
  position: absolute;
  left: -20px;
  bottom: 40px;
  z-index: 1;
  transition: all 0.2s ease;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 1260px) {
  #subpage .subpage_title .subpage_title_text {
    left: 20px;
  }
}
#subpage .subpage_title .subpage_title_text .text .text_line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
#subpage .subpage_title .subpage_title_text .text .text_line span {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.8rem;
  font-weight: 600;
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.13);
}
#subpage .subpage_title .subpage_title_text .text .text_line span.bg {
  background: var(--Black);
  color: #fff;
}
#subpage .subpage_title .subpage_title_text .text .text_line ~ .text_line {
  margin-top: 5px;
}
#subpage .subpage_title .subpage_title_text .text .sub {
  margin-top: 10px;
  width: fit-content;
  height: 36px;
  line-height: 36px;
  background: #fff;
  font-size: 2rem;
  border-radius: 18px;
  padding: 0 48px;
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 768px) {
  #subpage .subpage_title {
    margin-top: 80px;
  }
  #subpage .subpage_title figure {
    width: 100%;
    height: auto;
    position: relative;
  }
  #subpage .subpage_title figure img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 50vw;
    border-radius: 0;
  }
  #subpage .subpage_title .subpage_title_text {
    left: 0px;
    bottom: 0px;
    gap: 0px;
  }
  #subpage .subpage_title .subpage_title_text .text {
    margin-left: 0px;
    padding: 10px;
  }
  #subpage .subpage_title .subpage_title_text .text .text_line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
  }
  #subpage .subpage_title .subpage_title_text .text .text_line span {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    font-size: 2rem;
    box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.13);
  }
  #subpage .subpage_title .subpage_title_text .text .text_line ~ .text_line {
    margin-top: 5px;
  }
  #subpage .subpage_title .subpage_title_text .text .sub {
    margin-top: 10px;
    width: fit-content;
    height: 24px;
    line-height: 24px;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 12px;
    padding: 0 20px;
    box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.13);
  }
}
#subpage .Breadcrumb_box {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  text-align: right;
  padding: 20px 20px 90px;
  box-sizing: border-box;
}
#subpage .Breadcrumb_box .Breadcrumb {
  line-height: 1.5;
}
#subpage .Breadcrumb_box .Breadcrumb > span + span:before {
  content: "/";
  margin: 0 6px;
}
#subpage .Breadcrumb_box .Breadcrumb span {
  font-size: 1.3rem;
  font-weight: 400;
}
#subpage .Breadcrumb_box .Breadcrumb span a:hover span {
  transition: all 0.2s ease;
  color: var(--orange02);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #subpage .Breadcrumb_box {
    margin-top: 0em;
    padding: 0 10px 20px;
  }
  #subpage .Breadcrumb_box .Breadcrumb > span + span:before {
    content: "/";
    margin: 0 6px;
  }
  #subpage .Breadcrumb_box .Breadcrumb span {
    font-size: 1rem;
  }
}
#subpage .anchor_link {
  margin: 0 auto;
  width: fit-content;
  width: 1060px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border-radius: 15px;
}
#subpage .anchor_link .anchor_link_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px 48px 48px;
  box-sizing: border-box;
  gap: 0 30px;
}
#subpage .anchor_link .anchor_link_inner > em {
  display: block;
  width: 100%;
  font-weight: 600;
  padding-bottom: 30px;
  font-size: 1.8rem;
  text-align: center;
}
#subpage .anchor_link .anchor_link_inner .item {
  width: calc((100% - 60px) / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  position: relative;
  font-size: 1.5rem;
  box-sizing: border-box;
  border-bottom: 1px solid var(--line);
  color: var(--Black);
}
#subpage .anchor_link .anchor_link_inner .item.wide {
  width: calc((100% - 30px) / 2);
}
#subpage .anchor_link .anchor_link_inner .item:hover {
  color: var(--orange02);
}
#subpage .anchor_link .anchor_link_inner .item:nth-child(n+4) {
  border-top: 0;
}
#subpage .anchor_link .anchor_link_inner .item .icon-down {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 1rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #subpage .anchor_link {
    margin: 0 auto;
    width: calc(100% - 20px);
    box-sizing: border-box;
  }
  #subpage .anchor_link.wide {
    width: 100%;
  }
  #subpage .anchor_link .anchor_link_inner {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 10px 20px 20px;
    gap: 0 10px;
  }
  #subpage .anchor_link .anchor_link_inner > em {
    display: block;
    padding: 10px 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #subpage .anchor_link .anchor_link_inner .item {
    width: calc(50% - 5px);
    height: 40px;
    font-size: 1.2rem;
    padding-left: 0;
    box-sizing: border-box;
    text-align: left;
    border-top: 0;
    justify-content: flex-start;
  }
  #subpage .anchor_link .anchor_link_inner .item.sp_wide {
    width: 100%;
  }
  #subpage .anchor_link .anchor_link_inner .item span {
    line-height: 1.4;
  }
  #subpage .anchor_link .anchor_link_inner .item .icon-down {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 0.75rem;
    transform: translateY(-50%);
  }
}
#subpage .subpage section {
  display: flex;
  flex-direction: column;
  gap: 100px;
  position: relative;
}
#subpage .subpage section .subpage_sect_box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: -20px;
}
#subpage .subpage section .subpage_sect_box .subpage_sect_ttl {
  text-align: center;
}
#subpage .subpage section .subpage_sect_box .subpage_sect_ttl .icon-deco_ttl {
  display: block;
  font-size: 5rem;
  padding-bottom: 20px;
}
#subpage .subpage section .subpage_sect_box .subpage_sect_ttl em {
  display: block;
  font-weight: 600;
  font-size: 4rem;
}
#subpage .subpage section .subpage_sect_box p {
  text-align: center;
  margin-bottom: 0px;
}
#subpage .subpage section .inner + .subpage_sect_box {
  margin-top: 60px;
}
#subpage .subpage section .inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 1060px;
  margin: 0 auto;
}
#subpage .subpage section .inner .inner_block {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #subpage .subpage section {
    padding-bottom: 40px;
    gap: 30px;
  }
  #subpage .subpage section .subpage_sect_box {
    width: 100%;
    gap: 20px;
    padding: 0 20px;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  #subpage .subpage section .subpage_sect_box .subpage_sect_ttl {
    text-align: center;
    position: relative;
    background: url(img/index/h2_line.webp) no-repeat center bottom;
    background-size: 90px 6px;
  }
  #subpage .subpage section .subpage_sect_box .subpage_sect_ttl .icon-deco_ttl {
    font-size: 4rem;
  }
  #subpage .subpage section .subpage_sect_box .subpage_sect_ttl em {
    font-size: 2.5rem;
  }
  #subpage .subpage section .subpage_sect_box p {
    text-align: justify;
    margin-bottom: 0;
  }
  #subpage .subpage section .inner + .subpage_sect_box {
    margin-top: 30px;
  }
  #subpage .subpage section .inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  #subpage .subpage section .inner > p {
    padding: 0 20px;
  }
  #subpage .subpage section .inner .inner_block {
    gap: 20px;
  }
  #subpage .subpage section .inner .inner_block > p {
    padding: 0;
  }
}
#subpage .wide_content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#subpage .wide_content > figure {
  text-align: center;
}
#subpage .wide_content > figure img {
  width: 100%;
  border-radius: 10px;
}
#subpage .wide_content .text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#subpage .wide_content .text .wide_content_ttl {
  font-size: 3rem;
  font-weight: 500;
  position: relative;
  color: var(--DarkGreen);
}
#subpage .wide_content .text .wide_content_ttl.center {
  text-align: center;
}
#subpage .wide_content .text .wide_content_ttl.feature_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
#subpage .wide_content .text .wide_content_ttl.feature_ttl span {
  position: relative;
  top: -10px;
  z-index: 1;
  padding-top: 30px;
  width: 80px;
  text-align: center;
  font-size: 6rem;
  color: var(--Black);
  line-height: 1;
  background: url(img/index/features_text.webp) no-repeat center top;
  background-size: 80px auto;
}
#subpage .wide_content .text .wide_content_ttl.feature_ttl em {
  font-size: 2.8rem;
  color: var(--Black);
}
#subpage .wide_content .text .wide_content_ttl.feature_ttl em.green {
  color: var(--DarkGreen);
}
#subpage .wide_content .text .feature_ttl02 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.65;
}
#subpage .wide_content .text .feature_ttl02 ~ p {
  margin-top: -20px;
}
#subpage .wide_content .text p small {
  padding-top: 0.5em;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
}
#subpage .wide_content .text .btnbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
}
#subpage .wide_content.concept_box figure {
  position: relative;
}
#subpage .wide_content.concept_box figure figcaption {
  position: absolute;
  left: calc(50% - 50px);
  top: -50px;
  width: 100px;
  height: 99px;
  background: url(img/index/num.webp) no-repeat 0 0;
  background-size: 100% auto;
  text-align: center;
  line-height: 92px;
  font-size: 4.7rem;
  font-family: var(--Kiwi);
  color: #fff;
  z-index: 1;
}
#subpage .wide_content.concept_box .wide_content_ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #subpage .wide_content {
    position: relative;
    width: 100%;
    gap: 20px;
  }
  #subpage .wide_content > figure {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  #subpage .wide_content > figure.no_cover {
    margin-left: 0;
    width: 100%;
  }
  #subpage .wide_content > figure.no_cover img {
    width: 100%;
    height: auto;
    object-fit: false;
  }
  #subpage .wide_content > figure img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
    border-radius: 0;
  }
  #subpage .wide_content .text {
    padding: 20px 0 0;
    gap: 20px;
  }
  #subpage .wide_content .text .wide_content_ttl {
    margin-top: -20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  #subpage .wide_content .text .wide_content_ttl.feature_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  #subpage .wide_content .text .wide_content_ttl.feature_ttl span {
    position: relative;
    top: 0px;
    padding-top: 20px;
    width: 60px;
    font-size: 4.8rem;
    background-size: 60px auto;
  }
  #subpage .wide_content .text .wide_content_ttl.feature_ttl em {
    font-size: 2.3rem;
    text-align: center;
  }
  #subpage .wide_content .text .feature_ttl02 {
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1.65;
  }
  #subpage .wide_content .text .feature_ttl02 ~ p {
    margin-top: 0px;
  }
  #subpage .wide_content .text p small {
    padding-top: 0.5em;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
  }
  #subpage .wide_content .text .btnbox {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
#subpage .textbox01 {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
  width: 100%;
  box-sizing: border-box;
}
#subpage .textbox01.reverse {
  flex-direction: row-reverse;
}
#subpage .textbox01 figure {
  flex-shrink: 0;
  padding: 0;
}
#subpage .textbox01 figure img {
  border-radius: 10px;
}
#subpage .textbox01 figure .name {
  text-align: right;
  padding-top: 10px;
}
#subpage .textbox01 figure .name span {
  display: block;
  font-size: 1.3rem;
}
#subpage .textbox01 figure .name em {
  display: block;
  line-height: 1;
  font-size: 2rem;
}
#subpage .textbox01 .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
#subpage .textbox01 .text .text_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#subpage .textbox01 .text .text_inner .staff_box {
  padding: 30px 40px;
  border-radius: 5px;
  background: #fafafa;
}
#subpage .textbox01 .text .text_inner .staff_box .text_arrow {
  margin-left: auto;
}
#subpage .textbox01 .text .textbox_ttl01 {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 500;
}
#subpage .textbox01 .text .textbox_ttl02 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
}
#subpage .textbox01 .text small {
  display: block;
  font-size: 1.2rem;
}
#subpage .textbox01 .text .name {
  text-align: left;
  font-weight: 500;
}
#subpage .textbox01 .text .name span {
  display: block;
  line-height: 1;
}
#subpage .textbox01 .text .name em {
  display: block;
  font-size: 2.25rem;
  font-weight: 500;
}
#subpage .textbox01 .text .name em small {
  font-size: 1.8rem;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  #subpage .textbox01 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #subpage .textbox01.reverse {
    flex-direction: column;
  }
  #subpage .textbox01 > figure {
    text-align: center;
  }
  #subpage .textbox01 > figure img {
    margin: 0 auto;
  }
  #subpage .textbox01 .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
  }
  #subpage .textbox01 .text .text_inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #subpage .textbox01 .text .text_inner .staff_box {
    padding: 10px;
  }
  #subpage .textbox01 .text .textbox_ttl01 {
    font-size: 2rem;
    line-height: 1.5;
  }
  #subpage .textbox01 .text .textbox_ttl02 {
    font-size: 1.8rem;
  }
  #subpage .textbox01 .text .textbox_ttl02.sq {
    padding-left: 16px;
    position: relative;
  }
  #subpage .textbox01 .text .textbox_ttl02.sq:before {
    top: 12px;
    width: 8px;
    height: 8px;
  }
  #subpage .textbox01 .text .textbox_ttl02 .position {
    display: block;
    font-size: 0.8em;
    padding-right: 20px;
  }
  #subpage .textbox01 .text .name {
    padding-top: 10px;
    text-align: left;
  }
  #subpage .textbox01 .text .name span {
    font-size: 1.1rem;
  }
  #subpage .textbox01 .text .name em {
    display: block;
    font-size: 1.8rem;
  }
}
#subpage .h_line {
  font-size: 2.6rem;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
  background: var(--yellow);
  background-size: cover;
  padding: 20px 25px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #subpage .h_line {
    font-size: 1.8rem;
    margin: 0;
    padding: 12px 16px;
    position: relative;
  }
  #subpage .h_line ~ p {
    padding: 0 20px;
  }
}
#subpage .large em {
  display: block;
  font-size: 2.5rem;
  color: var(--Black);
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Black);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #subpage .large em {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  #subpage .large ~ p {
    margin: 0;
    padding: 0 20px;
  }
}
#subpage .bg_box {
  padding: 60px;
  position: relative;
  background: #fff;
  border-radius: 10px;
}
#subpage .bg_box .bg_box_inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#subpage .bg_box .bg_box_inner .box_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
#subpage .bg_box .bg_box_inner .box_ttl .icon-icon01 {
  font-size: 6rem;
  color: var(--Black);
}
#subpage .bg_box .bg_box_inner .box_ttl em {
  display: block;
  font-size: 2.3rem;
  line-height: 1.5;
}
#subpage .bg_box .bg_box_inner .bg_box_inner_text {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
#subpage .bg_box .bg_box_inner .bg_box_inner_text figure {
  flex-shrink: 0;
}
#subpage .bg_box .bg_box_inner .bg_box_inner_text figure img {
  border-radius: 10px;
}
#subpage .bg_box .bg_box_inner .bg_box_inner_link {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#subpage .bg_box .bg_box_inner .bg_box_inner_other {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#subpage .bg_box .bg_box_inner .bg_box_inner_other .text h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
  padding-bottom: 10px;
}
#subpage .bg_box .bg_box_inner .bg_box_inner_other .text h3:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: var(--hover);
}
#subpage .bg_box .bg_box_inner .bg_box_inner_other .text p {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  border-radius: 5px;
}
#subpage .bg_box .bg_box_inner .bg_box_inner_other .text p ~ h3 {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #subpage .bg_box {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    border-radius: 0;
  }
  #subpage .bg_box:before {
    content: none;
  }
  #subpage .bg_box:after {
    content: none;
  }
  #subpage .bg_box .bg_box_inner {
    gap: 20px;
  }
  #subpage .bg_box .bg_box_inner .box_ttl {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #subpage .bg_box .bg_box_inner .box_ttl .icon-icon03 {
    font-size: 5rem;
  }
  #subpage .bg_box .bg_box_inner .box_ttl em {
    text-align: center;
    font-size: 1.8rem;
  }
  #subpage .bg_box .bg_box_inner .bg_box_inner_text {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #subpage .bg_box .bg_box_inner .bg_box_inner_text figure img {
    width: 100%;
  }
  #subpage .bg_box .bg_box_inner .bg_box_inner_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #subpage .bg_box .bg_box_inner .bg_box_inner_other {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #subpage .bg_box .bg_box_inner .bg_box_inner_other .text h3 {
    align-items: flex-start;
    gap: 10px;
    font-size: 1.8rem;
    padding-bottom: 10px;
    line-height: 1.5;
  }
  #subpage .bg_box .bg_box_inner .bg_box_inner_other .text h3:before {
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    position: relative;
    top: 11px;
  }
  #subpage .bg_box .bg_box_inner .bg_box_inner_other .text p {
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 16px;
    border-radius: 5px;
  }
  #subpage .bg_box .bg_box_inner .bg_box_inner_other .text p ~ h3 {
    margin-top: 1em;
  }
}
#subpage .qa_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#subpage .qa_box .item {
  margin: 0 auto 60px;
}
#subpage .qa_box .item:last-child {
  margin-bottom: 0;
}
#subpage .qa_box .item .qa_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
#subpage .qa_box .item .qa_ttl em {
  flex-shrink: 0;
  display: block;
  line-height: 55px;
  text-align: center;
  font-weight: 100;
  font-size: 3rem;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--Black);
}
#subpage .qa_box .item .qa_ttl span {
  font-size: 2.2rem;
  font-weight: 500;
}
#subpage .qa_box .item p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
#subpage .qa_box .item p em {
  flex-shrink: 0;
  display: block;
  line-height: 56px;
  text-align: center;
  font-weight: 300;
  font-size: 3rem;
  color: var(--Black);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--yellow);
}
#subpage .qa_box .item p .qa_tel {
  display: block;
  padding: 20px 0 10px;
}
#subpage .qa_box .item p .qa_tel a {
  color: #a39c97;
}
#subpage .qa_box .item .btn {
  margin: 20px 0 0 80px;
}
@media screen and (max-width: 768px) {
  #subpage .qa_box {
    box-sizing: border-box;
  }
  #subpage .qa_box .item {
    margin: 0 auto 20px;
  }
  #subpage .qa_box .item:last-child {
    margin-bottom: 0;
  }
  #subpage .qa_box .item .qa_ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  #subpage .qa_box .item .qa_ttl em {
    flex-shrink: 0;
    font-size: 2rem;
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
  #subpage .qa_box .item .qa_ttl span {
    font-size: 1.65rem;
  }
  #subpage .qa_box .item p {
    gap: 10px;
  }
  #subpage .qa_box .item p em {
    flex-shrink: 0;
    font-size: 2rem;
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
  #subpage .qa_box .item .btn {
    margin: 10px 0 0 50px;
  }
}
#subpage .textbox03 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 32px;
}
#subpage .textbox03 .text {
  padding: 0 16px 32px;
}
#subpage .textbox03 .text .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #9b6b20;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  margin: 0 auto;
  border: 4px solid #fff;
  outline: 1px solid var(--gold);
}
#subpage .textbox03 .text .circle#color02 {
  background: #9b5140;
  outline-color: #9b5140;
}
#subpage .textbox03 .text .circle#color03 {
  background: #a12828;
  outline-color: #a12828;
}
#subpage .textbox03 .text p {
  padding-top: 16px;
}
@media screen and (min-width: 769px) {
  #subpage .textbox03 {
    margin: 0 auto 64px;
  }
  #subpage .textbox03 .text {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    padding: 0 0 48px;
  }
  #subpage .textbox03 .text.wide {
    display: block;
  }
  #subpage .textbox03 .text.wide h3 {
    width: 100%;
    padding-bottom: 16px;
    color: var(--Black);
  }
  #subpage .textbox03 .text h3 {
    width: 100px;
    flex-shrink: 0;
  }
  #subpage .textbox03 .text .circle {
    width: 100px;
    height: 100px;
    font-size: 1.6rem;
  }
  #subpage .textbox03 .text p {
    padding-top: 0;
  }
  #subpage .textbox03 .text:last-child {
    padding-bottom: 0;
  }
}
#subpage .price_table_head {
  margin-top: -20px;
}
#subpage .price_table_head h4 {
  font-size: 2rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #subpage .price_table_head {
    padding: 0 20px;
  }
  #subpage .price_table_head h4 {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}
#subpage .table_type01 {
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
  font-weight: 400;
}
#subpage .table_type01.diff thead tr th {
  font-weight: bold;
  font-size: 1.6rem;
}
#subpage .table_type01.diff thead tr th:nth-child(1) {
  width: 180px;
}
#subpage .table_type01.diff tbody tr td .icon-circle {
  color: var(--orange02);
  font-size: 3rem;
}
#subpage .table_type01.diff tbody tr td .icon-triangle {
  color: var(--orange);
  font-size: 3rem;
}
#subpage .table_type01.diff tbody tr td .icon-cross {
  color: var(--Black);
  font-size: 3rem;
}
#subpage .table_type01.diff tbody tr td span {
  padding-top: 10px;
  display: block;
}
#subpage .table_type01 caption {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1em;
  text-align: left;
}
#subpage .table_type01 thead tr th {
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  background: var(--yellow);
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
  border: 1px solid var(--Black);
  border-right: 0;
}
#subpage .table_type01 thead tr th.bg_implant {
  background: #ffdc00;
}
#subpage .table_type01 thead tr th:nth-child(1) {
  border-radius: 10px 0 0 0;
}
#subpage .table_type01 thead tr th:last-child {
  border-right: 1px solid var(--Black);
  border-radius: 0 10px 0 0;
}
#subpage .table_type01 tbody tr th {
  padding: 30px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid var(--Black);
  border-left: 1px solid var(--Black);
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  color: var(--Black);
  background: #ffffff;
}
#subpage .table_type01 tbody tr th.bg {
  background: #fefff8;
}
#subpage .table_type01 tbody tr td {
  padding: 20px;
  border-bottom: 1px solid var(--Black);
  border-left: 1px solid var(--Black);
  vertical-align: middle;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  font-size: 1.6rem;
}
#subpage .table_type01 tbody tr td.bg_implant {
  background: #fff9db;
}
#subpage .table_type01 tbody tr td p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}
#subpage .table_type01 tbody tr td small {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 5px;
}
#subpage .table_type01 tbody tr th + td {
  border-right: 0;
}
#subpage .table_type01 tbody tr td:last-child {
  border-right: 1px solid var(--Black);
}
#subpage .table_type01 tbody tr .bold {
  font-weight: normal;
}
#subpage .table_type01 tbody tr:last-child th:first-child,
#subpage .table_type01 tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
#subpage .table_type01 tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
#subpage .table_type01 tfoot tr td {
  font-weight: 400;
  text-align: right;
  padding-top: 10px;
  font-size: 1.3rem;
  color: var(--Black);
}
#subpage .table_type01 tfoot tr td a {
  text-decoration: underline;
}
#subpage .table_type01 tfoot tr td a:hover {
  color: var(--hover);
}
@media screen and (max-width: 768px) {
  #subpage .js-scrollable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #subpage .js-scrollable .table_type01 {
    min-width: 800px;
  }
  #subpage .scroll-hint-text {
    white-space: nowrap;
  }
  #subpage .table_type01 {
    width: 100%;
    margin: 0 auto 10px;
  }
  #subpage .table_type01.diff thead tr th {
    font-weight: bold;
    font-size: 1.3rem;
  }
  #subpage .table_type01.diff thead tr th:nth-child(1) {
    width: 80px;
  }
  #subpage .table_type01.diff tbody tr td .icon-circle {
    color: var(--Black);
    font-size: 2rem;
  }
  #subpage .table_type01.diff tbody tr td .icon-triangle {
    color: var(--Gold);
    font-size: 2rem;
  }
  #subpage .table_type01.diff tbody tr td .icon-cross {
    color: var(--red);
    font-size: 2rem;
  }
  #subpage .table_type01.diff tbody tr td span {
    padding-top: 5px;
    display: block;
  }
  #subpage .table_type01 caption {
    font-size: 1.5rem;
    padding-bottom: 0.5em;
    text-align: left;
  }
  #subpage .table_type01 thead tr th {
    padding: 5px;
    font-size: 1.2rem;
  }
  #subpage .table_type01 tbody tr th {
    padding: 10px;
    white-space: normal;
    font-size: 1.2rem;
  }
  #subpage .table_type01 tbody tr td {
    padding: 10px;
    white-space: normal;
    font-size: 1.3rem;
  }
  #subpage .table_type01 tbody tr td p {
    font-size: 1.2rem;
  }
  #subpage .table_type01 tbody tr td small {
    font-size: 1rem;
  }
  #subpage .table_type01 tfoot tr td {
    padding-top: 0px;
    font-size: 1rem;
  }
}
#subpage .table_type01.course colgroup .num {
  width: 60px;
}
#subpage .table_type01.course colgroup .time {
  width: 120px;
}
#subpage .table_type01.course colgroup .price {
  width: 120px;
}
#subpage .table_type01.course tbody tr th.num {
  padding: 0;
  font-family: var(--Gothic);
  background: #f7f3f3;
}
#subpage .table_type01.course tbody tr th.num + td {
  font-weight: 500;
  background: #f7f3f3;
}
#subpage .table_type01.course tbody tr .left {
  text-align: left;
}
#subpage .table_type01.course tbody tr td b {
  display: block;
  color: #d14b67;
}
#subpage .table_type01.course tbody tr td:nth-child(2) {
  text-align: left;
}
#subpage .table_type01.course tbody tr td:nth-child(3) {
  padding: 0;
}
#subpage .table_type01.course tbody tr td:nth-child(4) {
  text-align: left;
}
#subpage .table_type01.course tbody tr td:last-child {
  padding: 0;
  text-align: center;
}
#subpage .table_ttl {
  font-size: 2rem;
  margin-bottom: -20px;
}
#subpage .table_ttl ~ p {
  color: var(--Black);
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  #subpage .table_ttl {
    font-size: 1.8rem;
    margin-bottom: -10px;
  }
  #subpage .table_ttl ~ p {
    color: var(--Black);
    margin-bottom: 0px;
  }
}
#subpage .table_type02 {
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
  font-weight: 400;
}
#subpage .table_type02 caption {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1em;
  text-align: left;
}
#subpage .table_type02 tbody tr th {
  padding: 25px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  border: 1px solid var(--Black);
  border-bottom: 0;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  color: var(--Black);
  background: var(--yellow);
  width: 300px;
}
#subpage .table_type02 tbody tr th.wide {
  width: 400px;
}
#subpage .table_type02 tbody tr th small {
  display: block;
  font-size: 1.2rem;
}
#subpage .table_type02 tbody tr td:nth-child(1) {
  border-left: 1px solid var(--Black);
}
#subpage .table_type02 tbody tr td {
  padding: 25px;
  border: 1px solid var(--Black);
  border-bottom: 0;
  border-left: 0;
  vertical-align: middle;
  line-height: 1.35;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
}
#subpage .table_type02 tbody tr td p {
  text-align: left;
  font-weight: 500;
  line-height: 1.5;
}
#subpage .table_type02 tbody tr td small {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  padding-top: 5px;
}
#subpage .table_type02 tbody tr td:last-child {
  border-right: 1px solid var(--Black);
}
#subpage .table_type02 tbody tr:first-child th:first-child,
#subpage .table_type02 tbody tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}
#subpage .table_type02 tbody tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}
#subpage .table_type02 tbody tr:last-child th:first-child,
#subpage .table_type02 tbody tr:last-child td:first-child {
  border-bottom: 1px solid var(--Black);
  border-radius: 0 0 0 10px;
}
#subpage .table_type02 tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
  border-bottom: 1px solid var(--Black);
}
#subpage .table_type02 tfoot tr td {
  font-weight: 400;
  text-align: right;
  padding-top: 10px;
  font-size: 1.3rem;
  color: var(--Black);
}
#subpage .table_type02 tfoot tr td a {
  text-decoration: underline;
}
#subpage .table_type02 tfoot tr td a:hover {
  color: var(--hover);
}
@media screen and (max-width: 767px) {
  #subpage .table_type02 {
    width: 100%;
    margin: 0 auto 10px;
  }
  #subpage .table_type02 caption {
    font-size: 1.5rem;
    padding-bottom: 0.5em;
    text-align: left;
  }
  #subpage .table_type02 caption em {
    font-size: 1.8rem;
  }
  #subpage .table_type02 caption span {
    font-size: 1.4rem;
  }
  #subpage .table_type02 tbody tr th {
    width: 100px;
    padding: 10px;
    white-space: normal;
    font-size: 1.2rem;
  }
  #subpage .table_type02 tbody tr th.wide {
    width: 110px;
  }
  #subpage .table_type02 tbody tr th small {
    font-size: 1rem;
  }
  #subpage .table_type02 tbody tr td {
    padding: 10px;
    white-space: normal;
    font-size: 1.2rem;
  }
  #subpage .table_type02 tbody tr td small {
    font-size: 1rem;
  }
  #subpage .table_type02 tbody tr td p {
    font-size: 1.2rem;
  }
  #subpage .table_type02 tbody tr td ul {
    padding: 0;
  }
  #subpage .table_type02 tfoot tr td {
    padding-top: 5px;
    font-size: 1rem;
    text-align: left;
  }
}
#subpage .small_box {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
}
#subpage .small_box em {
  font-family: var(--gothic);
  color: var(--Black);
  display: block;
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.3rem;
  padding-bottom: 8px;
}
#subpage .small_box p {
  font-size: 1.2rem;
  line-height: 2;
}
#subpage .small_box em ~ em {
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  #subpage .small_box {
    padding: 16px;
  }
  #subpage .small_box em {
    font-size: 1.2rem;
    padding-bottom: 8px;
  }
  #subpage .small_box p {
    font-size: 1rem;
  }
}
#subpage .point_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 60px 35px;
}
#subpage .point_box .item {
  width: calc((100% - 70px) / 3);
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
#subpage .point_box .item > a {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
#subpage .point_box .item figure {
  position: relative;
}
#subpage .point_box .item figure img {
  border-radius: 10px;
}
#subpage .point_box .item figure figcaption {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--yellow);
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subpage .point_box .item figure figcaption span {
  display: block;
  text-align: center;
  line-height: 1;
}
#subpage .point_box .item figure figcaption span small {
  position: relative;
  top: 0;
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 1.2rem;
}
#subpage .point_box .item figure figcaption span em {
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 3rem;
}
#subpage .point_box .item .item_ttl {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.5;
}
#subpage .point_box .item .item_ttl small {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  #subpage .point_box {
    display: flex;
    gap: 30px;
  }
  #subpage .point_box .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 20px;
  }
  #subpage .point_box .item figure {
    position: relative;
  }
  #subpage .point_box .item figure img {
    width: 100%;
  }
  #subpage .point_box .item figure figcaption {
    width: 60px;
    height: 60px;
  }
  #subpage .point_box .item figure figcaption span small {
    font-size: 1rem;
  }
  #subpage .point_box .item figure figcaption span em {
    padding-top: 2px;
    font-size: 2rem;
  }
  #subpage .point_box .item .item_ttl {
    text-align: center;
    font-size: 1.8rem;
  }
}
#subpage .textbox02 {
  width: 100%;
  padding: 60px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border-radius: 10px;
}
#subpage .textbox02 .textbox02_inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#subpage .textbox02 .textbox02_inner .chack_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}
#subpage .textbox02 .textbox02_inner .chack_ttl .icon-check {
  font-size: 3.6rem;
  color: var(--orange02);
}
#subpage .textbox02 .textbox02_inner .chack_ttl em {
  font-size: 2.4rem;
}
#subpage .textbox02 .text.bnr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#subpage .textbox02 .text .text_ttl {
  font-size: 2rem;
  padding-bottom: 10px;
}
#subpage .textbox02 .text .text_ttl.sq {
  padding-left: 20px;
  position: relative;
}
#subpage .textbox02 .text .text_ttl.sq:before {
  position: absolute;
  left: 0;
  top: 14px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--hover);
}
#subpage .textbox02 .text .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 40px;
}
#subpage .textbox02 .text .flex li {
  width: calc(50% - 20px);
  line-height: 1.5;
  padding-left: 14px;
  position: relative;
  box-sizing: border-box;
}
#subpage .textbox02 .text .flex li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--Black);
  display: inline-block;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 10px;
}
#subpage .textbox02 .text small {
  padding-top: 20px;
  display: block;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #subpage .textbox02 {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 30px 20px;
    border-radius: 0;
    box-sizing: border-box;
  }
  #subpage .textbox02:before {
    content: none;
  }
  #subpage .textbox02:after {
    content: none;
  }
  #subpage .textbox02 .textbox02_inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #subpage .textbox02 .textbox02_inner .chack_ttl {
    align-items: flex-start;
    gap: 5px;
    padding-bottom: 10px;
  }
  #subpage .textbox02 .textbox02_inner .chack_ttl .icon-check {
    position: relative;
    top: 3px;
    font-size: 2.6rem;
  }
  #subpage .textbox02 .textbox02_inner .chack_ttl em {
    font-size: 2rem;
  }
  #subpage .textbox02 .textbox02_inner .text.bnr {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
  }
  #subpage .textbox02 .textbox02_inner .text .text_ttl {
    font-size: 1.7rem;
    padding-bottom: 10px;
  }
  #subpage .textbox02 .textbox02_inner .text .text_ttl.sq {
    padding-left: 16px;
    position: relative;
  }
  #subpage .textbox02 .textbox02_inner .text .text_ttl.sq:before {
    top: 12px;
    width: 8px;
    height: 8px;
  }
}
#subpage .flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
#subpage .flex_box .item {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
#subpage .flex_box .item figure img {
  border-radius: 10px;
}
#subpage .flex_box .item.flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 30px;
}
#subpage .flex_box .item.flex figure {
  flex-shrink: 0;
}
#subpage .flex_box .item.flex figure img {
  border-radius: 50%;
}
#subpage .flex_box .item.flex .text {
  gap: 10px;
}
#subpage .flex_box .item.flex .text .text_ttl {
  text-align: left;
}
#subpage .flex_box .item .text {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
#subpage .flex_box .item .text .text_ttl {
  font-size: 2.3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #subpage .flex_box {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #subpage .flex_box .item {
    width: 100%;
    gap: 20px 0;
  }
  #subpage .flex_box .item.flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    gap: 20px;
  }
  #subpage .flex_box .item.flex figure {
    width: 100px;
    flex-shrink: 0;
  }
  #subpage .flex_box .item.flex figure img {
    border-radius: 50%;
  }
  #subpage .flex_box .item.flex .text {
    gap: 10px;
  }
  #subpage .flex_box .item.flex .text .text_ttl {
    text-align: left;
  }
  #subpage .flex_box .item .text {
    gap: 20px 0;
  }
  #subpage .flex_box .item .text .text_ttl {
    font-size: 2rem;
    text-align: center;
  }
}
#subpage .flow.flow_block {
  position: relative;
  z-index: 1;
  margin-top: -60px;
  padding: 50px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  border: 2px solid #ab998d;
  border-top: 0;
}
#subpage .flow.flow_block .item {
  padding-bottom: 50px;
}
#subpage .flow.flow_block .item .text {
  width: calc(100% - 430px);
}
#subpage .flow.flow_block .item figure {
  width: 380px;
}
#subpage .flow .timepass {
  position: relative;
  padding-bottom: 80px;
}
#subpage .flow .timepass:before {
  content: "";
  position: absolute;
  left: 38px;
  top: 0;
  width: 0;
  height: 100%;
  border-right: 3px dotted var(--yellow);
}
#subpage .flow .timepass:after {
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #220;
}
#subpage .flow .timepass span {
  position: relative;
  left: 30px;
  z-index: 1;
  width: 200px;
  background: var(--yellow);
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 15px 15px 0;
}
#subpage .flow.no_line .item:before {
  content: none;
}
#subpage .flow .item {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 50px;
  padding-bottom: 80px;
  position: relative;
}
#subpage .flow .item.extension:before {
  content: "" !important;
  position: absolute;
  left: 38px;
  top: 80px;
  width: 0;
  height: 1746px;
  border-right: 3px dotted #ab998d;
}
#subpage .flow .item:before {
  content: "";
  position: absolute;
  left: 38px;
  top: 80px;
  width: 0;
  height: calc(100% - 80px);
  border-right: 3px dotted #ffea64;
}
#subpage .flow .item > figure {
  width: 430px;
  flex-shrink: 0;
}
#subpage .flow .item > figure img {
  border-radius: 10px;
}
#subpage .flow .item .text {
  width: calc(100% - 480px);
  display: flex;
  justify-content: flex-start;
  gap: 25px;
}
#subpage .flow .item .text.wide {
  width: 100%;
}
#subpage .flow .item .text.wide .inner_box {
  width: 100%;
}
#subpage .flow .item .text .flow_num {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: var(--yellow);
  background: #ffea64;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subpage .flow .item .text .flow_num span {
  display: block;
  text-align: center;
}
#subpage .flow .item .text .flow_num span small {
  position: relative;
  display: block;
  line-height: 1;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
#subpage .flow .item .text .flow_num span em {
  display: block;
  line-height: 1;
  font-size: 3rem;
  font-weight: 400;
}
#subpage .flow .item .text .inner_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#subpage .flow .item .text .inner_box .flow_ttl {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  gap: 20px;
  margin-bottom: -20px;
  color: var(--Black);
}
#subpage .flow .item .text .inner_box .flow_ttl picture {
  flex-shrink: 0;
}
#subpage .flow .item .text .inner_box .flow_ttl picture img {
  width: auto;
  height: 80px;
}
#subpage .flow .item .text .inner_box .sub_ttl {
  display: block;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.5;
  color: var(--Black);
  margin-bottom: -10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
#subpage .flow .item .text .inner_box .sub_ttl:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hover);
}
#subpage .flow .item .text .inner_box .tel {
  color: var(--Black);
}
#subpage .flow .item .text .inner_box .inner_box_text {
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#subpage .flow .item .text .inner_box .inner_box_text p {
  color: var(--Black);
}
#subpage .flow .item .text .inner_box .inner_box_text .sub_ttl {
  color: var(--Black);
}
#subpage .flow .item .text .inner_box .inner_box_text .telbox .tel {
  color: var(--Black);
}
#subpage .flow .item .text .inner_box .inner_box_text .telbox .tel .icon-tel {
  font-size: 3.2rem;
}
#subpage .flow .item .text .inner_box .inner_box_text .telbox .tel span {
  font-size: 4rem;
}
#subpage .flow .item .text .inner_box .pdf_down_load {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#subpage .flow .item .text .inner_box .pdf_down_load h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 500;
}
#subpage .flow .item .text .inner_box .pdf_down_load ul li a {
  color: var(--hover);
}
#subpage .flow .item .text .inner_box .pdf_down_load ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#subpage .flow .item .text .inner_box .pdf_down_load ol li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
#subpage .flow .item .text .inner_box .pdf_down_load ol li span {
  position: relative;
  top: 5px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  border: 1px solid var(--line);
  font-size: 1.2rem;
  color: var(--Black);
  white-space: nowrap;
}
#subpage .flow .item .item_inner {
  width: 100%;
  padding-left: 65px;
  box-sizing: border-box;
}
#subpage .flow .item:last-child {
  padding-bottom: 0;
}
#subpage .flow .item:last-child:before {
  content: none;
}
@media screen and (max-width: 768px) {
  #subpage .flow .timepass {
    padding-bottom: 30px;
  }
  #subpage .flow .timepass:before {
    left: 24px;
  }
  #subpage .flow .timepass:after {
    left: 14px;
  }
  #subpage .flow .timepass span {
    left: 14px;
  }
  #subpage .flow .item {
    display: flex;
    flex-direction: column;
    padding: 0 0 40px;
    gap: 20px;
  }
  #subpage .flow .item.extension:before {
    left: 44px;
    top: 50px;
    width: 0;
    height: 100%;
  }
  #subpage .flow .item:before {
    left: 24px;
    top: 50px;
    width: 0;
    height: calc(100% - 50px);
  }
  #subpage .flow .item > figure {
    width: 100%;
    order: 1;
    flex-shrink: 0;
    margin-left: 70px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  #subpage .flow .item > figure .swiper-pagination-bullets {
    bottom: -30px;
    text-align: left;
  }
  #subpage .flow .item .text {
    width: 100%;
    order: 0;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
  }
  #subpage .flow .item .text .flow_num {
    width: 50px;
    height: 50px;
  }
  #subpage .flow .item .text .flow_num span small {
    font-size: 1rem;
  }
  #subpage .flow .item .text .flow_num span em {
    padding-top: 2px;
    font-size: 2rem;
  }
  #subpage .flow .item .text .inner_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #subpage .flow .item .text .inner_box .flow_ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    min-height: 50px;
  }
  #subpage .flow .item .text .inner_box .flow_ttl picture {
    flex-shrink: 0;
  }
  #subpage .flow .item .text .inner_box .flow_ttl picture img {
    width: auto;
    height: 50px;
    border-radius: 5px;
  }
  #subpage .flow .item .text .inner_box .inner_box_text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #subpage .flow .item .text .inner_box .inner_box_text .telbox .tel .icon-tel {
    font-size: 2.3rem;
  }
  #subpage .flow .item .text .inner_box .inner_box_text .telbox .tel span {
    font-size: 3rem;
  }
  #subpage .flow .item .text .inner_box .pdf_down_load {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #subpage .flow .item .text .inner_box .pdf_down_load h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    font-size: 1.6rem;
    font-weight: 500;
  }
  #subpage .flow .item .text .inner_box .pdf_down_load h4 img {
    width: 20px;
  }
  #subpage .flow .item .text .inner_box .pdf_down_load ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #subpage .flow .item .text .inner_box .pdf_down_load ol li {
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1.5;
  }
  #subpage .flow .item .text .inner_box .pdf_down_load ol li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    border: 1px solid var(--line);
    font-size: 1rem;
  }
  #subpage .flow .item:last-child {
    padding-bottom: 0;
  }
  #subpage .flow .item:last-child:before {
    content: none;
  }
}
#subpage .icon_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#subpage .icon_box.gap40 {
  gap: 40px;
}
#subpage .icon_box.cavity {
  gap: 60px;
}
#subpage .icon_box.cavity .item {
  padding: 0;
  background: none;
  align-items: flex-start;
}
#subpage .icon_box.cavity .item dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
#subpage .icon_box.cavity .item dl dt {
  position: relative;
  top: 4px;
  flex-shrink: 0;
  color: var(--lightyellow);
  line-height: 1;
  white-space: nowrap;
  width: 80px;
  height: 30px;
  background: var(--Black);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
#subpage .icon_box.cavity .item dl dd {
  color: var(--Black);
}
#subpage .icon_box .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  border-radius: 10px;
}
#subpage .icon_box .item figure {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: #fff;
  color: var(--Black);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
#subpage .icon_box .item figure i {
  font-size: 6rem;
  color: var(--navy);
}
#subpage .icon_box .item figure img {
  border-radius: 0;
}
#subpage .icon_box .item figure .icon-root02 {
  font-size: 4rem;
}
#subpage .icon_box .item .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#subpage .icon_box .item .text .text_ttl {
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  #subpage .icon_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #subpage .icon_box.gap40 {
    gap: 40px;
  }
  #subpage .icon_box.cavity {
    gap: 30px;
  }
  #subpage .icon_box.cavity .item {
    padding: 0;
    flex-direction: row;
  }
  #subpage .icon_box.cavity .item figure img {
    transform: scale(1);
  }
  #subpage .icon_box.cavity .item .text .text_ttl {
    text-align: left;
  }
  #subpage .icon_box.cavity .item .text dl {
    margin-left: -106px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  #subpage .icon_box.cavity .item .text dl dt {
    position: relative;
    top: 5px;
    font-size: 1.2rem;
    width: 86px;
    height: 20px;
  }
  #subpage .icon_box .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
  }
  #subpage .icon_box .item figure {
    width: 86px;
    height: 86px;
    margin: 0 auto;
  }
  #subpage .icon_box .item figure .icon-icon01 {
    font-size: 5rem;
  }
  #subpage .icon_box .item figure .icon-icon02 {
    font-size: 5rem;
  }
  #subpage .icon_box .item figure img {
    transform: scale(0.8);
  }
  #subpage .icon_box .item .text .text_ttl {
    font-size: 1.8rem;
    text-align: center;
  }
  #subpage .icon_box .item .text .text_ttl.left {
    text-align: left;
    padding-bottom: 0;
  }
}
#subpage .case_box .case_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
#subpage .case_box .case_ttl span {
  position: relative;
  font-size: 2.4rem;
}
#subpage .case_box .case_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#subpage .case_box .case_text .case_text_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}
#subpage .case_box .case_text .case_text_box figure {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
#subpage .case_box .case_text .icon-case-arrow {
  width: fit-content;
  font-size: 5rem;
  color: var(--orange02);
  transform: rotate(90deg);
  position: relative;
  left: 145px;
}
#subpage .case_box .case_images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 70px 50px;
  position: relative;
}
#subpage .case_box .case_images.type02 {
  padding-left: 0;
  padding-right: 0;
}
#subpage .case_box .case_images.type03 {
  flex-direction: column;
  gap: 20px;
  padding-left: 0;
  padding-right: 0;
}
#subpage .case_box .case_images.type03 figure img {
  border-radius: 30px;
}
#subpage .case_box .case_images.type03 figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  padding-left: 37px;
}
#subpage .case_box .case_images.type03 .icon-case-arrow {
  transform: rotate(90deg);
}
#subpage .case_box .case_images figure {
  position: relative;
}
#subpage .case_box .case_images figure figcaption {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: var(--navy);
  font-weight: 500;
}
#subpage .case_box .case_images .icon-case-arrow {
  font-size: 3rem;
  color: var(--orange02);
}
#subpage .case_box .case_table {
  padding: 50px 50px 0;
}
@media screen and (max-width: 768px) {
  #subpage .case_box .case_ttl {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #subpage .case_box .case_ttl span {
    position: relative;
    font-size: 1.65rem;
    padding: 0;
  }
  #subpage .case_box .case_text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px 30px;
  }
  #subpage .case_box .case_text .case_text_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  #subpage .case_box .case_text .case_text_box figure {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 120px;
  }
  #subpage .case_box .case_text .case_text_box figure img {
    border-radius: 5px;
  }
  #subpage .case_box .case_text .case_text_box p {
    line-height: 1.5;
  }
  #subpage .case_box .case_text .icon-case-arrow {
    width: fit-content;
    font-size: 2.5rem;
    color: var(--orange02);
    left: calc(50% - 1.25rem);
  }
  #subpage .case_box .case_images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 0 40px;
    position: relative;
  }
  #subpage .case_box .case_images.type02 {
    padding-left: 0;
    padding-right: 0;
  }
  #subpage .case_box .case_images.type03 {
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #subpage .case_box .case_images.type03 figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    padding-left: 30px;
    font-size: 1.4rem;
  }
  #subpage .case_box .case_images.type03 .icon-case-arrow {
    transform: rotate(90deg);
  }
  #subpage .case_box .case_images figure {
    position: relative;
  }
  #subpage .case_box .case_images figure figcaption {
    bottom: -30px;
    font-size: 1.2rem;
  }
  #subpage .case_box .case_images .icon-case-arrow {
    font-size: 2rem;
  }
  #subpage .case_box .case_table {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
}
#subpage .blog_section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row !important;
  width: 100%;
  max-width: 1028px;
  margin: 0 auto 120px;
  gap: 80px 50px !important;
}
@media screen and (max-width: 768px) {
  #subpage .blog_section {
    margin: 0;
    padding: 0;
    gap: 40px !important;
    flex-direction: column !important;
    box-sizing: border-box;
  }
}
#subpage .blog_section .subpage_sect_box {
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #subpage .blog_section .subpage_sect_ttl {
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
  }
  #subpage .blog_section .subpage_sect_ttl.detail_ttl {
    text-align: justify;
    padding: 0 16px 20px;
    margin-top: 30px;
    box-sizing: border-box;
  }
  #subpage .blog_section .subpage_sect_ttl.detail_ttl em:before {
    width: 22px;
    left: 18px;
  }
}
#subpage .blog_section .blog_main {
  width: calc(100% - 310px);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #subpage .blog_section .blog_main {
    width: 100%;
    padding: 0 20px;
  }
}
#subpage .blog_section .blog_main .blog_data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#subpage .blog_section .blog_main .blog_data > span {
  color: var(--hover);
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  margin-right: 20px;
}
#subpage .blog_section .blog_main .blog_data .tag li a {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #subpage .blog_section .blog_main .blog_data {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
  }
  #subpage .blog_section .blog_main .blog_data > span {
    font-size: 1.4rem;
    margin: 0px;
    padding-bottom: 5px;
  }
}
#subpage .blog_section .blog_main .blog_detail {
  padding: 0 0 30px;
  border-bottom: 1px dotted var(--line);
}
#subpage .blog_section .blog_main .blog_detail .blog_data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}
#subpage .blog_section .blog_main .blog_detail .blog_detail_inner {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #subpage .blog_section .blog_main .blog_detail {
    padding: 0;
    margin-bottom: 0;
  }
}
#subpage .blog_section .blog_main .blog_detail ~ .page .left,
#subpage .blog_section .blog_main .blog_detail ~ .page .right {
  top: 0;
}
#subpage .blog_section .blog_main .articles article {
  padding: 30px 0;
  position: relative;
  border-bottom: 1px dotted var(--line);
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-template-rows: auto auto auto;
  gap: 10px 30px;
}
#subpage .blog_section .blog_main .articles article .blog_data {
  grid-column: 1/3;
  grid-row: 1/2;
}
#subpage .blog_section .blog_main .articles article h2 {
  grid-column: 1/3;
  grid-row: 2/3;
}
#subpage .blog_section .blog_main .articles article h2 a {
  display: block;
  font-size: 2rem;
  line-height: 1.35;
}
#subpage .blog_section .blog_main .articles article h2 a:hover {
  color: var(--hover);
}
#subpage .blog_section .blog_main .articles article p {
  grid-column: 1/3;
  grid-row: 3/4;
}
@media screen and (max-width: 768px) {
  #subpage .blog_section .blog_main .articles article {
    padding: 20px 0;
    display: grid;
    grid-template-columns: 110px 1fr;
    grid-template-rows: auto auto auto;
    gap: 10px 20px;
  }
  #subpage .blog_section .blog_main .articles article .blog_data {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  #subpage .blog_section .blog_main .articles article h2 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  #subpage .blog_section .blog_main .articles article h2 a {
    font-size: 1.7rem;
  }
  #subpage .blog_section .blog_main .articles article p {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
#subpage .blog_section .blog_main .p-blog_pager {
  width: 100%;
  padding-top: 30px;
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr 100px;
  grid-template-rows: auto;
}
#subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_next {
  grid-column: 3/4;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_next a {
  position: relative;
  padding-right: 15px;
  font-weight: 500;
  color: var(--gothic);
}
#subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_next a:before {
  position: absolute;
  right: 0;
  top: 6px;
  content: "\e914";
  font-family: var(--icomoon);
  font-size: 1rem;
  transition: all 0.4s ease;
}
#subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_next a:hover {
  color: var(--hover);
}
#subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_prev {
  grid-column: 1/2;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_prev a {
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}
#subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_prev a:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "\e915";
  font-family: var(--icomoon);
  font-size: 1rem;
  transition: all 0.4s ease;
}
#subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_prev a:hover {
  color: var(--hover);
}
#subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_list {
  grid-column: 2/3;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_list a,
#subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_list span {
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: var(--Black);
  border: 1px solid var(--Black);
  box-sizing: border-box;
  color: #fff;
  margin: 0 5px;
  font-size: 1.7rem;
  font-weight: 400;
  border-radius: 50%;
  transition: all 0.4s ease;
}
#subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_list a.current,
#subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_list span.current {
  border: 1px solid var(--hover);
  background: var(--hover);
  color: #fff;
  pointer-events: none;
}
#subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_list a:hover,
#subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_list span:hover {
  filter: brightness(110%);
  background: var(--hover);
  border: 1px solid var(--hover);
  color: #fff;
}
@media screen and (max-width: 768px) {
  #subpage .blog_section .blog_main .p-blog_pager {
    width: 100%;
    padding-top: 20px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 28px auto;
  }
  #subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_next {
    grid-column: 2/3;
    grid-row: 1/2;
    justify-content: flex-end;
  }
  #subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_prev {
    grid-column: 1/2;
    grid-row: 1/2;
    justify-content: flex-start;
  }
  #subpage .blog_section .blog_main .p-blog_pager .p-blog_pager_list {
    grid-column: 1/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#subpage .blog_section .blog_side {
  flex-shrink: 0;
  width: 260px;
  box-sizing: border-box;
}
#subpage .blog_section .blog_side .heading {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  text-align: left;
  padding: 14px 15px;
  background: #ede6e6;
  border: 1px solid var(--line);
  border-bottom: 0;
  box-sizing: border-box;
}
#subpage .blog_section .blog_side .blog_side_items {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  box-sizing: border-box;
  border-top: 0;
}
#subpage .blog_section .blog_side .blog_side_items ul li a {
  display: block;
  font-size: 1.5rem;
  padding-left: 12px;
  line-height: 1.5;
  font-weight: normal;
  font-weight: normal;
  position: relative;
}
#subpage .blog_section .blog_side .blog_side_items ul li a:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 10px;
  width: 3px;
  height: 3px;
  background: var(--Black);
  transition: all 0.2s ease;
}
#subpage .blog_section .blog_side .blog_side_items ul li a:hover {
  color: var(--hover);
}
#subpage .blog_section .blog_side .blog_side_items ul li a:hover:before {
  background: var(--hover);
}
#subpage .blog_section .blog_side .blog_side_items ul li + li {
  margin-top: 15px;
}
#subpage .blog_section .blog_side .blog_side_items + .heading {
  margin-top: 20px;
}
#subpage .blog_section .blog_side .selectBox {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
#subpage .blog_section .blog_side .selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: medium none;
  box-sizing: border-box;
  font-size: 1.6rem;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 0;
  padding-right: 50px;
  width: 114%;
  max-width: none;
  box-shadow: none;
  outline: none;
  border: 1px solid var(--line);
}
#subpage .blog_section .blog_side .selectBox select option,
#subpage .blog_section .blog_side .selectBox select optgroup {
  font-style: normal;
}
#subpage .blog_section .blog_side .selectBox:after {
  background: #fff;
  content: "\e913";
  font-family: var(--icomoon);
  font-size: 1rem;
  color: var(--Black);
  height: 100%;
  width: 40px;
  line-height: 40px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid var(--line);
  border-left: 0;
}
@media screen and (max-width: 768px) {
  #subpage .blog_section .blog_side {
    flex-shrink: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 0;
  }
  #subpage .blog_section .blog_side .heading {
    font-size: 1.6rem;
  }
  #subpage .blog_section .blog_side .blog_side_items {
    padding: 20px;
  }
  #subpage .blog_section .blog_side .blog_side_items ul li a {
    font-size: 1.4rem;
  }
  #subpage .blog_section .blog_side .blog_side_items ul li + li {
    margin-top: 10px;
  }
  #subpage .blog_section .blog_side .blog_side_items + .heading {
    margin-top: 20px;
  }
}
#subpage .blog_section .blog_ranking {
  width: 100%;
  padding-top: 70px;
}
#subpage .blog_section .blog_ranking h3 {
  font-size: 2.6rem;
  margin-bottom: 40px;
  font-weight: 500;
}
#subpage .blog_section .blog_ranking .blog_ranking_wrap {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
#subpage .blog_section .blog_ranking .blog_ranking_wrap li {
  width: calc((100% - 60px) / 4);
}
#subpage .blog_section .blog_ranking .blog_ranking_wrap li a {
  display: block;
}
#subpage .blog_section .blog_ranking .blog_ranking_wrap li a img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 3/2;
}
#subpage .blog_section .blog_ranking .blog_ranking_wrap li a ~ a {
  margin-top: 10px;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 400;
}
#subpage .blog_section .blog_ranking .blog_ranking_wrap li a ~ a:hover {
  color: var(--hover);
}
#subpage .blog_section .blog_ranking .blog_ranking_wrap li span {
  padding-top: 10px;
  display: block;
  line-height: 1;
  color: var(--hover);
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #subpage .blog_section .blog_ranking {
    width: 100%;
    padding: 0 20px 80px;
    box-sizing: border-box;
  }
  #subpage .blog_section .blog_ranking h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  #subpage .blog_section .blog_ranking .blog_ranking_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  #subpage .blog_section .blog_ranking .blog_ranking_wrap li {
    width: calc((100% - 20px) / 2);
  }
  #subpage .blog_section .blog_ranking .blog_ranking_wrap li a {
    display: block;
  }
  #subpage .blog_section .blog_ranking .blog_ranking_wrap li a img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 220/150;
  }
  #subpage .blog_section .blog_ranking .blog_ranking_wrap li a ~ a {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  #subpage .blog_section .blog_ranking .blog_ranking_wrap li span {
    color: var(--hover);
    display: block;
    font-size: 1.2rem;
  }
}
#subpage .history {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
#subpage .history .item {
  width: calc(50% - 20px);
  box-sizing: border-box;
}
#subpage .history .item.center {
  text-align: center;
}
#subpage .history .item.wide {
  width: 100%;
}
#subpage .history .item h3 {
  font-size: 1.8rem;
  background: var(--yellow);
  line-height: 55px;
  text-indent: 20px;
  border: 1px solid var(--Black);
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
}
#subpage .history .item .item_inner ~ h3 {
  margin-top: 40px;
}
#subpage .history .item .item_inner {
  border: 1px solid var(--Black);
  border-top: 0;
  padding: 30px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
#subpage .history .item .item_inner.flex {
  display: flex;
  justify-content: space-between;
}
#subpage .history .item .item_inner ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#subpage .history .item .item_inner ul.decimal {
  list-style-type: decimal;
  margin-left: 20px;
}
#subpage .history .item .item_inner ul.decimal li {
  display: list-item;
}
#subpage .history .item .item_inner ul li {
  line-height: 1.5;
  position: relative;
  display: flex;
  justify-content: flex-start;
  color: var(--Black);
  font-weight: 500;
}
#subpage .history .item .item_inner ul li span {
  display: block;
  width: 80px;
  flex-shrink: 0;
  line-height: 1.5;
  font-weight: 500;
}
#subpage .history .item .item_inner ul li p {
  color: var(--Black);
}
#subpage .history .item .item_inner ul li a:hover {
  color: var(--hover);
}
#subpage .history .item .item_inner ul li p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #subpage .history {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #subpage .history .item {
    width: 100%;
    box-sizing: border-box;
  }
  #subpage .history .item h3 {
    line-height: 40px;
    text-indent: 12px;
    font-size: 1.6rem;
  }
  #subpage .history .item .item_inner ~ h3 {
    margin-top: 20px;
  }
  #subpage .history .item .item_inner {
    padding: 15px;
  }
  #subpage .history .item .item_inner.flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #subpage .history .item .item_inner ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #subpage .history .item .item_inner ul li {
    display: block;
    line-height: 1.5;
  }
  #subpage .history .item .item_inner ul li span {
    width: 100%;
    font-size: 1.2rem;
    flex-shrink: 0;
  }
  #subpage .history .item .item_inner ul li p {
    line-height: 1.5;
  }
}
#subpage ul.dot {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#subpage ul.dot li {
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}
#subpage ul.dot li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: var(--orange);
  margin-right: 10px;
}
#subpage ul.dot li em {
  display: block;
  font-weight: 600;
  font-size: 1.1em;
  color: var(--Black);
}
#subpage ul.dot li p {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #subpage ul.dot {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #subpage ul.dot li em {
    display: block;
    font-weight: 500;
    color: var(--Black);
  }
  #subpage ul.dot li p {
    font-size: 1.4rem;
  }
}
#subpage .merit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
#subpage .merit .item {
  width: calc(50% - 20px);
  box-sizing: border-box;
}
#subpage .merit .item.demerit .merit_ttl {
  background: var(--yellow);
  border-color: var(--Black);
}
#subpage .merit .item.demerit .item_inner {
  border-color: var(--Black);
}
#subpage .merit .item.demerit .item_inner .dot li:before {
  background: var(--Black);
}
#subpage .merit .item.demerit .item_inner .dot li em {
  color: var(--Black);
}
#subpage .merit .item.wide {
  width: 100%;
}
#subpage .merit .item.wide ul.dot {
  gap: 30px;
}
#subpage .merit .item.wide ul.dot li em {
  padding-bottom: 10px;
}
#subpage .merit .item.wide ul.dot li p {
  line-height: 2;
}
#subpage .merit .item .merit_ttl {
  background: var(--yellow);
  font-weight: normal;
  padding: 15px;
  text-align: left;
  border: 1px solid var(--Black);
  font-size: 2rem;
  position: relative;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
#subpage .merit .item .merit_ttl .icon-circle {
  font-size: 2.4rem;
}
#subpage .merit .item .merit_ttl .icon-cross {
  font-size: 2.4rem;
}
#subpage .merit .item .item_inner {
  padding: 30px;
  border: 1px solid var(--Black);
  border-radius: 0 0 10px 10px;
  background: #fff;
  border-top: 0;
  font-weight: 500;
  text-align: left;
}
#subpage .merit .item .item_inner p ~ .dot {
  padding-top: 20px;
}
#subpage .merit .item ~ .item .item_inner {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #subpage .merit {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #subpage .merit .item {
    width: 100%;
    box-sizing: border-box;
  }
  #subpage .merit .item.wide {
    width: 100%;
  }
  #subpage .merit .item.wide ul.dot {
    gap: 20px;
  }
  #subpage .merit .item.wide ul.dot li em {
    padding-bottom: 0px;
  }
  #subpage .merit .item.wide ul.dot li p {
    line-height: 2;
  }
  #subpage .merit .item .merit_ttl {
    padding: 10px;
    gap: 5px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  #subpage .merit .item .merit_ttl .icon-cross,
#subpage .merit .item .merit_ttl .icon-circle {
    top: 13px;
    left: 10px;
    font-size: 2rem;
  }
  #subpage .merit .item .item_inner {
    padding: 15px;
  }
  #subpage .merit .item .item_inner .dot {
    padding: 0;
  }
}
#subpage .listbox {
  display: flex;
  justify-content: center;
  gap: 50px;
}
#subpage .listbox.padding {
  padding: 50px 60px;
  background: #fff;
  border-radius: 20px;
}
#subpage .listbox ul {
  width: calc((100% - 50px) / 2);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#subpage .listbox ul.wide {
  width: 100%;
}
#subpage .listbox ul li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  font-size: 1.65rem;
  letter-spacing: 0.06em;
}
#subpage .listbox ul li:before {
  position: relative;
  top: 3px;
  content: "\e90c";
  font-family: var(--icomoon);
  font-size: 1.5rem;
  color: #00ab84;
}
@media screen and (max-width: 767px) {
  #subpage .listbox {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  #subpage .listbox.padding {
    padding: 20px;
  }
  #subpage .listbox ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #subpage .listbox ul.wide {
    width: 100%;
  }
  #subpage .listbox ul li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  #subpage .listbox ul li:before {
    top: 1px;
  }
  #subpage .listbox ul ~ ul {
    padding-top: 10px;
  }
}
#subpage .open_time_wide {
  width: 100%;
  color: var(--Black);
}
#subpage .open_time_wide .time_table thead {
  background-color: var(--Black);
  color: #fff;
}
#subpage .open_time_wide .time_table thead th {
  height: 40px;
  vertical-align: middle;
  border-color: var(--Black) !important;
}
#subpage .open_time_wide .time_table tbody {
  background-color: #fff;
}
#subpage .open_time_wide .time_table tbody th,
#subpage .open_time_wide .time_table tbody td {
  height: 70px;
  border-color: var(--Black) !important;
}
#subpage .open_time_wide .time_table tfoot td {
  padding-top: 10px;
  font-size: 1.3rem;
}
#subpage .googlemap_access {
  width: 100%;
  height: 500px;
  position: relative;
}
#subpage .googlemap_access iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #subpage .googlemap_access {
    width: 100%;
    height: auto;
    aspect-ratio: 1060/600;
    position: relative;
  }
  #subpage .googlemap_access iframe {
    border-radius: 5px;
  }
}
#subpage a.arrow {
  display: block;
  position: relative;
}
#subpage a.arrow:hover:before {
  filter: brightness(120%);
}
#subpage a.arrow:before {
  pointer-events: none;
  position: absolute;
  right: 15px;
  bottom: 15px;
  content: "\e900";
  font-family: var(--icomoon);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--btn_color);
  color: #fff;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: all 0.2s ease;
}
#subpage a.arrow img {
  transition: all 0.4s ease;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #subpage a.arrow:before {
    right: 10px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
  }
  #subpage a.arrow img {
    width: 100%;
  }
}
#subpage .formula {
  display: block;
}
#subpage .formula .formula_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
#subpage .formula .formula_inner em {
  flex-shrink: 0;
  width: 260px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Black);
  border-radius: 5px;
  color: var(--Black);
  background: var(--yellow);
  position: relative;
  box-sizing: border-box;
}
#subpage .formula .formula_inner em:before {
  content: "=";
  font-size: 3rem;
  color: var(--Black);
  font-weight: 500;
  position: absolute;
  left: 100%;
  top: 0;
  height: 80px;
  width: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
}
#subpage .formula .formula_inner em small {
  display: inline;
  padding: 0;
  font-size: 1rem;
}
#subpage .formula .formula_inner p {
  width: 220px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Black);
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  color: var(--Black);
  font-weight: normal;
  position: relative;
  box-sizing: border-box;
}
#subpage .formula .formula_inner p:before {
  content: "−";
  font-size: 3rem;
  color: var(--Black);
  font-weight: 500;
  position: absolute;
  left: 100%;
  top: 0;
  height: 80px;
  width: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
}
#subpage .formula .formula_inner p span {
  color: var(--Black);
  font-weight: 500;
  display: block;
  line-height: 1.2;
}
#subpage .formula .formula_inner p span small {
  display: inline;
  padding: 0;
  font-size: 1rem;
}
#subpage .formula .formula_inner p:last-child:before {
  content: none;
}
#subpage .formula .formula_text {
  margin-top: 40px;
  display: block;
  padding: 20px;
  border-radius: 10px;
  background: #f5f5f5;
  color: var(--Black);
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #subpage .formula {
    display: block;
    padding: 0;
  }
  #subpage .formula .formula_inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #subpage .formula .formula_inner em {
    width: 100%;
    height: 60px;
  }
  #subpage .formula .formula_inner em:before {
    font-size: 3rem;
    position: absolute;
    left: calc(50% - 20px);
    top: 100%;
    height: 40px;
    width: 40px;
    transform: rotate(90deg);
  }
  #subpage .formula .formula_inner em small {
    display: inline;
    padding: 0;
    font-size: 1rem;
  }
  #subpage .formula .formula_inner p {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    font-weight: normal;
    position: relative;
  }
  #subpage .formula .formula_inner p:before {
    font-size: 3rem;
    position: absolute;
    left: calc(50% - 20px);
    top: 100%;
    height: 40px;
    width: 40px;
    transform: rotate(90deg);
  }
  #subpage .formula .formula_text {
    margin-top: 20px;
    padding: 10px;
    font-size: 1.1rem;
  }
}
#subpage .payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
#subpage .payment li {
  position: relative;
  width: 330px;
  height: 120px;
  border: 2px solid var(--DarkGreen);
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fefff8;
}
#subpage .payment li figure {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
#subpage .payment li span em {
  display: block;
  line-height: 1;
  color: var(--DarkGreen);
  font-size: 2.5rem;
  font-weight: 600;
}
#subpage .payment li span small {
  padding-top: 8px;
  display: block;
  color: var(--DarkGreen);
  text-align: center;
  line-height: 1.3;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #subpage .payment {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }
  #subpage .payment li {
    position: relative;
    width: 100%;
    height: 70px;
    border: 2px solid var(--Black);
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    background: #fefff8;
  }
  #subpage .payment li figure {
    width: 80px;
    text-align: center;
    position: static;
    transform: none;
  }
  #subpage .payment li figure img {
    transform: scale(0.8);
  }
  #subpage .payment li span em {
    font-size: 1.75rem;
    font-weight: 600;
  }
  #subpage .payment li span small {
    padding-top: 3px;
    display: block;
    color: var(--Black);
    text-align: left;
    line-height: 1.3;
    font-size: 1rem;
  }
  #subpage .payment li span small br {
    display: none;
  }
}
#subpage .contact_area {
  width: 100%;
  height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FBFFFF;
  padding-bottom: 0 !important;
  margin-bottom: 100px;
}
#subpage .contact_area figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: right;
}
#subpage .contact_area figure img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
#subpage .contact_area .contact_area_inner {
  width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#subpage .contact_area .contact_area_inner .chack_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}
#subpage .contact_area .contact_area_inner .chack_ttl .icon-check {
  font-size: 3.6rem;
  color: var(--Black);
}
#subpage .contact_area .contact_area_inner .chack_ttl em {
  font-size: 2.8rem;
  color: var(--Black);
}
#subpage .contact_area .contact_area_inner .contact_btn {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#subpage .contact_area .contact_area_inner .contact_btn a.tel {
  width: 360px;
  height: 64px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--Black);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Black);
  position: relative;
  box-sizing: border-box;
}
#subpage .contact_area .contact_area_inner .contact_btn a.tel:before {
  content: "電話で予約をする";
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: center;
}
#subpage .contact_area .contact_area_inner .contact_btn a.tel .icon-tel {
  padding-top: 12px;
  font-size: 2rem;
}
#subpage .contact_area .contact_area_inner .contact_btn a.tel span {
  padding-top: 12px;
  font-size: 2.4rem;
}
#subpage .contact_area .contact_area_inner .contact_btn .mail_btn {
  width: 360px;
  height: 64px;
  border-radius: 10px;
  background: var(--Black);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
}
#subpage .contact_area .contact_area_inner .contact_btn .mail_btn:hover {
  filter: brightness(120%);
}
#subpage .contact_area .contact_area_inner .contact_btn .mail_btn .icon-mail02 {
  position: relative;
  top: 1px;
  font-size: 1.8rem;
}
#subpage .contact_area .contact_area_inner .contact_btn .mail_btn span {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #subpage .contact_area {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
  #subpage .contact_area figure {
    position: static;
  }
  #subpage .contact_area .contact_area_inner {
    width: 100%;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  #subpage .contact_area .contact_area_inner .chack_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
  }
  #subpage .contact_area .contact_area_inner .chack_ttl .icon-check {
    font-size: 2.6rem;
  }
  #subpage .contact_area .contact_area_inner .chack_ttl em {
    font-size: 2rem;
  }
  #subpage .contact_area .contact_area_inner p {
    text-align: center;
  }
  #subpage .contact_area .contact_area_inner .contact_btn {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #subpage .contact_area .contact_area_inner .contact_btn a.tel {
    width: 100%;
    height: 54px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--Black);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Black);
    position: relative;
    box-sizing: border-box;
  }
  #subpage .contact_area .contact_area_inner .contact_btn a.tel:before {
    content: "電話で予約をする";
    font-size: 1rem;
    top: 7px;
  }
  #subpage .contact_area .contact_area_inner .contact_btn a.tel .icon-tel {
    padding-top: 12px;
    font-size: 2rem;
  }
  #subpage .contact_area .contact_area_inner .contact_btn a.tel span {
    padding-top: 12px;
    font-size: 2.4rem;
  }
  #subpage .contact_area .contact_area_inner .contact_btn .mail_btn {
    width: 100%;
    height: 54px;
  }
}
#subpage .page_btnbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  #subpage .page_btnbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/*# sourceMappingURL=cmn_subpage.css.map */
