<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* title
---------------------------------------------------------- */
.subpage_title {
  background: url(../img/key_pc.webp) center/cover no-repeat;
  padding: 225px 0 115px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .subpage_title {
    background: url(../img/key_sp.webp) center/cover no-repeat;
    margin-top: 0;
    border-radius: 0;
    padding: 140px 0 85px;
  }
}

.heading {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.heading_text {
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  line-height: 2;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .heading_text {
    font-size: 2.2rem;
  }
}
.heading_text_en {
  display: inline-block;
  font-family: "Hina Mincho", serif;
  font-size: 10rem;
  color: rgba(89, 191, 183, 0.3);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  .heading_text_en {
    left: -3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .heading_text_en {
    font-size: 5rem;
    bottom: 100%;
  }
}

.c-ttl_sec {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec {
    margin-bottom: 30px;
  }
}
.c-ttl_sec span {
  display: block;
}
.c-ttl_sec_en {
  font-size: 10rem;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  line-height: 1;
  color: rgba(89, 191, 183, 0.3);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec_en {
    font-size: 5rem;
  }
}
.c-ttl_sec_en.-white {
  color: #fff;
}
.c-ttl_sec_jp {
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec_jp {
    font-size: 2.6rem;
    margin-top: -10px;
  }
}
.c-ttl_page_l {
  margin-bottom: 40px;
  line-height: 1.7;
  font-size: 3.2rem;
  position: relative;
  text-align: center;
  padding-top: 50px;
}
.c-ttl_page_l::before {
  position: absolute;
  content: "";
  background: #59BFB7;
  width: 1px;
  height: 40px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-ttl_page_l {
    margin-bottom: 25px;
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.c-ttl_page_m {
  font-size: 2.4rem;
  color: #1B8D9D;
  line-height: 1.4;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.c-ttl_page_m::before {
  position: absolute;
  content: "";
  background: #B6DEDB;
  width: 42px;
  height: 1px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl_page_m {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.c-ttl_page_s {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 20px;
  position: relative;
  padding-left: 12px;
}
.c-ttl_page_s::before {
  position: absolute;
  content: "";
  background: #59BFB7;
  width: 2px;
  height: 30px;
  left: 0;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .c-ttl_page_s {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.c-ttl_page_ss {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #1B8D9D;
}
@media screen and (max-width: 767px) {
  .c-ttl_page_ss {
    font-size: 1.7rem;
  }
}
.c-ttl_page_min {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-ttl_page_min {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}
.c-ttl_page_check {
  font-size: 2.4rem;
  color: #1B8D9D;
  letter-spacing: 0.1em;
  padding-left: 45px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-ttl_page_check {
    font-size: 1.8rem;
    padding-left: 25px;
    margin-bottom: 20px;
  }
}
.c-ttl_page_check::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../img/icn_check.svg) center/contain no-repeat;
  width: 33px;
  height: 29px;
}
@media screen and (max-width: 767px) {
  .c-ttl_page_check::before {
    width: 22px;
    height: 20px;
    top: 8px;
  }
}
.c-ttl_spl {
  line-height: 1.5;
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .c-ttl_spl {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.c-ttl_spl.-min {
  font-size: 2.4rem;
  margin-bottom: 16px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-ttl_spl.-min {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}
.c-ttl_spl.-minS {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-ttl_spl.-minS {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}
.c-ttl_spl.-clr {
  color: #a29168;
}
.c-ttl_box {
  font-size: 2.6rem;
  color: #4e4827;
  margin-bottom: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-ttl_box {
    font-size: 1.75rem;
    margin-bottom: 10px;
  }
}
.c-ttl_article {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-ttl_article {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.c-ttl_icn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-ttl_icn {
    margin-bottom: 20px;
  }
}
.c-ttl_icn .-icn {
  display: inline-block;
  width: 36px;
  margin-right: 10px;
}
.c-ttl_icn .-txt {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .c-ttl_icn .-txt {
    font-size: 18px;
  }
}
.c-ttl_icn.-menu .-icn {
  width: 100px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .c-ttl_icn.-menu .-icn {
    width: 72px;
    height: 72px;
    margin-right: 16px;
  }
}
.c-ttl_icn.-maru .-icn {
  background-color: #f5eddd;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .c-ttl_icn.-maru .-icn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 8px;
  }
}
.c-ttl_icn.-maru .-icn img {
  width: 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-ttl_icn.-maru .-icn img {
    width: 30px;
  }
}
.c-ttl_icn.-maru .-txt {
  color: #92897d;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-ttl_icn.-maru .-txt {
    width: calc(100% - 72px);
  }
}
.c-ttl_icn.-check {
  justify-content: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .c-ttl_icn.-check {
    margin-bottom: 30px;
  }
}
.c-ttl_icn.-check .-icn {
  width: 40px;
}
.c-ttl_case {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .c-ttl_case {
    margin-bottom: 20px;
  }
}
.c-ttl_case .-case {
  color: #c8c0b2;
  font-size: 22px;
  padding-left: 20px;
  position: relative;
  font-family: "Jost", sans-serif;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .c-ttl_case .-case {
    font-size: 15px;
    margin-bottom: 4px;
    padding-left: 15px;
  }
}
.c-ttl_case .-case::before {
  content: "";
  display: inline-block;
  background-color: #c8c0b2;
  position: absolute;
  width: 14px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-ttl_case .-case::before {
    width: 12px;
  }
}
.c-ttl_case .-main {
  display: block;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .c-ttl_case .-main {
    font-size: 20px;
  }
}

/* text
---------------------------------------------------------- */
.c-txt_lead {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-txt_lead {
    text-align: left;
    margin-bottom: 25px;
  }
}
.c-txt_list &gt; li {
  line-height: 1.6;
  padding-left: 14px;
  position: relative;
  margin-bottom: 0.5em;
}
.c-txt_list &gt; li a {
  text-decoration: underline;
  display: inline;
}
@media screen and (max-width: 767px) {
  .c-txt_list &gt; li {
    padding-left: 12px;
  }
}
.c-txt_list &gt; li::before {
  content: "";
  display: inline-block;
  background-color: #59BFB7;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-txt_list &gt; li::before {
    top: 10px;
  }
}
.c-txt_list &gt; li:last-child {
  margin-bottom: 0;
}
.c-txt_checkList &gt; li {
  line-height: 1.6;
  padding-left: 23px;
  position: relative;
  margin-bottom: 0.5em;
}
.c-txt_checkList &gt; li a {
  text-decoration: underline;
  display: inline;
}
.c-txt_checkList &gt; li::before {
  content: "";
  background: url(../img/icn_check.webp) no-repeat center/cover;
  width: 17px;
  height: 15px;
  position: absolute;
  top: 6px;
  left: 0;
}
.c-txt_checkList &gt; li:last-child {
  margin-bottom: 0;
}
.c-txt_checkList.-col2 {
  -moz-column-count: 2;
       column-count: 2;
}
.c-txt_linkList &gt; li {
  margin-bottom: 0.5em;
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-txt_linkList &gt; li {
    padding-left: 14px;
  }
}
.c-txt_linkList &gt; li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #8d7b55;
  border-right: 1px solid #8d7b55;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-txt_linkList &gt; li::before {
    top: 9px;
  }
}
.c-txt_linkList &gt; li a {
  text-decoration: underline;
}
.c-txt_note {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-txt_note {
    font-size: 1.2rem;
  }
}
.c-txt_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-txt_center.sp-left {
    text-align: left;
  }
}
.c-txt_right {
  text-align: right;
}
.c-txt_bold {
  font-weight: bold;
}
.c-txt_marker {
  background: linear-gradient(transparent 70%, #819B9B 0%);
}
.c-txt_link {
  text-decoration: underline !important;
  display: inline-block;
}
.c-txt_link:hover {
  text-decoration: none !important;
}
.c-txt_name {
  font-weight: 700;
  margin: 30px 0 0;
  text-align: right;
}
.c-txt_name .-job {
  margin-right: 20px;
  font-size: 1.8rem;
  color: #8e6f58;
}
.c-txt_name .-name {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-txt_name {
    margin: 25px 0 0;
    text-align: left;
  }
  .c-txt_name .-job {
    display: block;
    margin: 0;
    font-size: 1.6rem;
  }
  .c-txt_name .-name {
    display: block;
    font-size: 2rem;
  }
}
.c-txt_base {
  margin-bottom: 20px;
}
.c-txt_base p:not(:last-child) {
  margin-bottom: 0.6em;
}
.c-txt_base p strong {
  font-weight: 700;
  background: linear-gradient(transparent 70%, #ffdf95 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 0;
}
.c-txt_base a {
  color: #a29168;
  text-decoration: underline;
}

p + .c-txt_list {
  margin-top: 15px;
}

.c-txt_list + p {
  margin-top: 15px;
}

.c-img_large {
  position: relative;
  margin-bottom: 40px;
}
.c-img_large::before {
  position: absolute;
  content: "";
  background: url(../img/c-img_deco.webp) center/cover no-repeat;
  width: 200px;
  height: 200px;
  bottom: -20px;
  left: -20px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-img_large::before {
    width: 100px;
    height: 100px;
    bottom: -10px;
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .c-img_large {
    margin-bottom: 20px;
  }
}

/* button
---------------------------------------------------------- */
a.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 320px;
  min-height: 50px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  position: relative;
  transition: 0.4s;
  border: 1px solid #1B8D9D;
  color: #1B8D9D;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  a.c-btn {
    min-width: auto;
    width: 100%;
  }
}
a.c-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #1B8D9D;
  border-radius: 5px;
  pointer-events: none;
}
a.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 21px;
  height: 9px;
  background: url(../../common/img/arrow_btn.svg) center/contain no-repeat;
  transition: 0.3s;
}
a.c-btn:hover::after {
  right: 5px;
}

.c-btn_wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-btn_wrap {
    flex-direction: column;
  }
}
.c-btn_wrap a:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-btn_wrap a:not(:last-child) {
    margin: 0 0 10px;
  }
}
.c-btn_wrap.-center {
  justify-content: center;
}
.c-btn_wrap.-tel-center {
  justify-content: center;
  align-items: center;
}

.c-btn_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 105px;
  padding: 5px 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn_cta {
    min-width: auto;
    width: 100%;
    min-height: 70px;
  }
}
.c-btn_cta_ttl {
  color: #1B8D9D;
  font-family: "Shippori Mincho", serif;
  display: block;
}
.c-btn_cta_tel {
  font-size: 3rem;
  display: block;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  padding-left: 28px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-btn_cta_tel {
    font-size: 2rem;
    padding-left: 21px;
  }
}
.c-btn_cta_tel::before {
  position: absolute;
  content: "";
  background: url(../img/icn_tel.svg) center/contain no-repeat;
  width: 23px;
  height: 29px;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn_cta_tel::before {
    width: 16px;
    height: 20px;
  }
}
.c-btn_cta_time {
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-btn_cta_time {
    font-size: 1.2rem;
  }
}

.c-btn_cta_white {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Shippori Mincho", serif;
  min-height: 105px;
  border: 1px solid #fff;
  position: relative;
}
.c-btn_cta_white::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn_cta_white::after {
    width: 9px;
    height: 8px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn_cta_white {
    min-width: auto;
    width: 100%;
    min-height: 70px;
  }
}
.c-btn_cta_white img {
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-btn_cta_white img {
    width: 25px;
  }
}
.c-btn_cta_white span {
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-btn_cta_white span {
    font-size: 1.6rem;
  }
}

/* 外部リンク
---------------------------------------------------------- */
.external_link {
  position: relative;
  display: inline-block;
  padding-right: 18px;
}
.external_link::after {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: 7px;
  background: url(../img/link.svg) center/contain no-repeat;
}

/* table
---------------------------------------------------------- */
.table_type01 {
  border: 1px solid #DCE6E6;
  text-align: center;
  line-height: 1.4;
}
.table_type01_head {
  background-color: #1B8D9D;
  color: #fff;
}
.table_type01_head .item {
  padding: 13px 10px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}
.table_type01_head .item:not(:last-child) {
  border-right: 1px solid #DCE6E6;
}
.table_type01_body {
  border-top: 1px solid #DCE6E6;
  text-align: left;
}
.table_type01_body:first-child {
  border-top: none;
}
.table_type01_body .item {
  padding: 15px 20px;
  letter-spacing: 0.05em;
}
.table_type01_body .item:first-child {
  background-color: #F0F9F8;
  color: #1B8D9D;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
}
.table_type01_body .small {
  letter-spacing: 0.05em;
  display: block;
  font-size: 1.4rem;
  color: #333;
  margin-top: 5px;
}
.table_type01_head, .table_type01_body {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 767px) {
  .table_type01_head, .table_type01_body {
    grid-template-columns: 1fr 170px;
  }
}
.table_type01_notice {
  font-size: 1.3rem;
  margin-top: 10px;
  color: #999999;
}
@media screen and (max-width: 767px) {
  .table_type01_notice {
    text-align: left;
    font-size: 1.2rem;
  }
}

.table_type02 {
  border: 1px solid #E0E0E0;
  background: #fff;
}
.table_type02 tr:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}
.table_type02 th {
  background-color: #F0F9F8;
  color: #fff;
  padding: 15px;
  width: 28%;
  color: #1B8D9D;
  font-family: "Shippori Mincho", serif;
  border-right: 1px solid #DCE6E6;
}
.table_type02 td {
  padding: 10px 30px;
}

.table-style03 {
  border: 1px solid #DCE6E6;
  width: 100%;
}
.table-style03 th,
.table-style03 td {
  padding: 15px 20px;
  letter-spacing: 0.05em;
}
.table-style03 th.blue,
.table-style03 td.blue {
  background-color: #F0F9F8;
  color: #1B8D9D;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  border-left: 1px solid #DCE6E6;
}
.table-style03 tr {
  border-top: 1px solid #DCE6E6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .table_scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .table_scroll::before {
    content: "※横にスクロールできます。";
  }
  .table_scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table_scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #e8e8e8;
  }
  .table_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #eae1db;
  }
  .table_scroll &gt; .denture_table {
    margin-bottom: 10px;
    width: 250%;
  }
  .table_scroll &gt; .table_type01 {
    margin-bottom: 10px;
    width: 175%;
  }
  .table_scroll &gt; .table_type01.-size02 {
    margin-bottom: 10px;
    width: 130%;
  }
  .table_type02 th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }
  .table_type02 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }
}
.l-textbox {
  position: relative;
  z-index: 1;
  margin-top: 130px;
}
.l-textbox + .l-textbox {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-textbox {
    margin-top: 70px;
  }
  .l-textbox::before {
    content: "";
    position: absolute;
    height: 150px;
    top: 35vw;
    width: 100vw;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(#fff, rgba(255, 255, 255, 0));
  }
}
.l-textbox::after {
  content: "";
  width: 62vw;
  height: calc(100% - 50px);
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/u-textbox_bg.webp) left top/100% auto repeat-y;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-textbox::after {
    width: 100vw;
    height: calc(100% - 35vw);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/bg_sand.webp) center/cover no-repeat;
  }
}
.l-textbox_wrap {
  display: flex;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-textbox_wrap {
    display: block;
  }
}
.l-textbox_img {
  width: 50%;
  align-self: flex-start;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-textbox_img {
    width: 100%;
  }
}
.l-textbox_desc {
  flex: 1;
  max-width: 440px;
  margin-left: 6%;
}
@media screen and (max-width: 767px) {
  .l-textbox_desc {
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.l-textbox_ttl {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .l-textbox_ttl {
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}
.l-textbox_txt + .l-textbox_txt {
  margin-top: 2rem;
}
.l-textbox .c-ttl_page_ss {
  margin-bottom: 2px;
}
.l-textbox.-reverse .l-textbox_wrap {
  flex-direction: row-reverse;
}
.l-textbox.-reverse .l-textbox_desc {
  margin-left: 0;
  margin-right: 6%;
}
@media screen and (max-width: 767px) {
  .l-textbox.-reverse .l-textbox_desc {
    margin-right: 0;
  }
}

.l-imgL {
  display: flex;
}
.l-imgL_img {
  flex: 1;
  margin-right: 50px;
}
.l-imgL_img.-min {
  flex: 0.7;
}
.l-imgL_img img {
  border-radius: 10px;
}
.l-imgL_desc {
  flex: 1;
}
.l-imgL_desc .c-btn {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .l-imgL {
    display: block;
  }
  .l-imgL_img {
    margin: 0 0 20px;
  }
  .l-imgL_desc .c-btn {
    margin-top: 20px;
  }
}

.l-imgR {
  display: flex;
  flex-direction: row-reverse;
}
.l-imgR_img {
  flex: 1;
  margin-left: 50px;
}
.l-imgR_img.-min {
  flex: 0.7;
}
.l-imgR_img img {
  border-radius: 10px;
}
.l-imgR_desc {
  flex: 1;
}
.l-imgR_desc .c-btn {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .l-imgR {
    display: block;
  }
  .l-imgR_img {
    margin: 0 0 20px;
  }
  .l-imgR_desc .c-btn {
    margin-top: 20px;
  }
}

.-mov {
  padding-top: 59.82%;
  position: relative;
}
.-mov iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

a.c-tel {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #1B8D9D;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.c-tel {
    font-size: 2.4rem;
    padding-left: 25px;
  }
}
a.c-tel::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icn_tel.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 767px) {
  a.c-tel::before {
    width: 21px;
    height: 21px;
    top: 3px;
  }
}
a.c-tel.-large {
  font-size: 4rem;
  padding-left: 42px;
}
@media screen and (max-width: 767px) {
  a.c-tel.-large {
    font-size: 3rem;
    padding-left: 30px;
  }
}
a.c-tel.-large::before {
  width: 38px;
  height: 38px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  a.c-tel.-large::before {
    width: 27px;
    height: 27px;
  }
}
a.c-tel.white {
  color: #fff;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  a.c-tel.white {
    font-size: 2rem;
  }
}
a.c-tel.white::before {
  background: url(../img/icn_tel_w.svg) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  a.c-tel.white::before {
    width: 15px;
    top: -1px;
  }
}

/* List
---------------------------------------------------------- */
.c-list_icon &gt; li {
  display: flex;
}
.c-list_icon &gt; li:not(:last-child) {
  margin-bottom: 30px;
}
.c-list_icon_img {
  width: 120px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-list_icon_img {
    width: 70px;
    margin-right: 15px;
  }
}
.c-list_icon_desc {
  flex: 1;
  padding-top: 10px;
}
.c-list_icon_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-list_icon_ttl {
    font-size: 1.6rem;
  }
}
.c-list_col2 {
  display: flex;
  flex-wrap: wrap;
}
.c-list_col2 &gt; li {
  width: 48%;
}
.c-list_col2 &gt; li:nth-child(odd) {
  margin-right: 4%;
}
.c-list_col2 &gt; li:nth-child(n+3) {
  margin-top: 50px;
}
.c-list_col2_img {
  margin-bottom: 20px;
}
.c-list_col2_ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 15px;
}
.c-list_col2 .c-btn {
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .c-list_col2 {
    display: block;
  }
  .c-list_col2 &gt; li {
    width: 100%;
  }
  .c-list_col2 &gt; li:nth-child(odd) {
    margin-right: 0;
  }
  .c-list_col2 &gt; li:nth-child(n+2) {
    margin-top: 35px;
  }
  .c-list_col2_img {
    margin-bottom: 15px;
  }
  .c-list_col2_ttl {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.c-list_faq &gt; li:not(:last-child) {
  margin-bottom: 30px;
}
.c-list_faq .-icn {
  width: 47px;
  height: 47px;
  margin-right: 15px;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 42px;
  text-align: center;
}
.c-list_faq .-txt {
  flex: 1;
}
.c-list_faq_q {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
}
.c-list_faq_q .-icn {
  color: #fff;
  background: #1B8D9D;
}
.c-list_faq_q .-txt {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.c-list_faq_a {
  display: flex;
}
.c-list_faq_a .-icn {
  color: #59BFB7;
  border: 1px solid #59BFB7;
}
@media screen and (max-width: 767px) {
  .c-list_faq &gt; li:not(:last-child) {
    margin-bottom: 20px;
  }
  .c-list_faq .-icn {
    width: 35px;
    height: 35px;
    font-size: 2.2rem;
    line-height: 35px;
  }
  .c-list_faq_q .-txt {
    color: #333333;
    font-size: 1.6rem;
  }
}
.c-list_flow &gt; li {
  display: flex;
}
.c-list_flow &gt; li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list_flow &gt; li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.c-list_flow &gt; li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 40px;
  left: 40px;
  transform: translateX(-50%);
  z-index: -1;
  background: #EDEDED;
}
@media screen and (max-width: 767px) {
  .c-list_flow &gt; li:not(:last-child)::before {
    top: 25px;
    left: 25px;
  }
}
.c-list_flow_num {
  width: 80px;
  height: 80px;
  background: #F0F9F8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  line-height: 1;
  font-family: "Allura", cursive;
  color: #819B9B;
  padding-top: 11px;
  margin-right: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-list_flow_num {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    padding-top: 8px;
  }
}
.c-list_flow_num .-txt {
  font-weight: 300;
  font-size: 2.2rem;
  display: inline-block;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-list_flow_num .-txt {
    font-size: 1.3rem;
  }
}
.c-list_flow_num .-num {
  font-weight: 300;
  font-size: 4rem;
  display: inline-block;
  letter-spacing: 0;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .c-list_flow_num .-num {
    font-size: 2.2rem;
    margin-top: -3px;
  }
}
.c-list_flow_num .-num.num01 {
  margin-left: -10px;
}
.c-list_flow_cont {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-list_flow_cont {
    display: block;
  }
}
.c-list_flow_img {
  max-width: 500px;
  width: 55%;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .c-list_flow_img {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}
.c-list_flow_desc {
  flex: 1;
  padding-top: 15px;
}
.c-list_flow_desc .c-btn {
  margin-top: 30px;
}
.c-list_flow_ttl {
  line-height: 1.7;
  font-size: 2rem;
  margin: 5px 0 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-list_flow_ttl {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
}
.c-list_col3 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-list_col3 {
    display: block;
    margin-top: 60px;
  }
}
.c-list_col3 &gt; li {
  position: relative;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .c-list_col3 &gt; li {
    width: 100%;
  }
  .c-list_col3 &gt; li:nth-child(n+2) {
    margin-top: 60px;
  }
}
.c-list_col3 &gt; li:not(:nth-child(3n)) {
  margin-right: 3.5%;
}
@media screen and (max-width: 767px) {
  .c-list_col3 &gt; li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list_col3 &gt; li:nth-child(n+4) {
    margin-top: 0;
  }
}
.c-list_col3_img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-list_col3_img {
    margin-bottom: 15px;
  }
}
.c-list_col3_num {
  font-family: "Hina Mincho", serif;
  line-height: 1.35;
  letter-spacing: 0.05em;
  position: absolute;
  top: -64px;
  left: -18px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .c-list_col3_num {
    top: -56px;
    left: -15px;
  }
}
.c-list_col3_num .-txt {
  font-size: 3.2rem;
  font-family: "Hina Mincho", serif;
  font-style: italic;
  background: #F0F9F8;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.55;
}
@media screen and (max-width: 767px) {
  .c-list_col3_num .-txt {
    font-size: 4rem;
  }
}
.c-list_col3_num .-num {
  font-size: 6.3rem;
  font-family: "Hina Mincho", serif;
  font-style: italic;
  background: #F0F9F8;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.55;
}
@media screen and (max-width: 767px) {
  .c-list_col3_num .-num {
    font-size: 5.5rem;
  }
}
.c-list_col3_ttl {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-list_col3_ttl {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.c-list_col3 .c-btn {
  margin: 30px auto 0;
  width: 100%;
}
.c-list_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-list_btn &gt; li {
  margin: 10px;
}
.c-list_btn.-inr {
  margin-top: 25px;
}
.c-list_btn.-inr &gt; li {
  width: 48%;
  margin: 0;
}
.c-list_btn.-inr &gt; li .c-btn {
  min-width: auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.c-list_btn.-inr &gt; li:nth-child(odd) {
  margin-right: 4%;
}
.c-list_btn.-inr &gt; li:nth-child(n+3) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-list_btn {
    display: block;
  }
  .c-list_btn &gt; li {
    margin: 0;
  }
  .c-list_btn &gt; li:not(:last-child) {
    margin-bottom: 15px;
  }
  .c-list_btn.-inr {
    margin-top: 20px;
    display: block;
  }
  .c-list_btn.-inr &gt; li {
    width: 100%;
  }
  .c-list_btn.-inr &gt; li:nth-child(odd) {
    margin-right: 0;
  }
  .c-list_btn.-inr &gt; li:nth-child(n+2) {
    margin-top: 15px;
  }
}
.c-list_career {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.c-list_career dt {
  width: 80px;
  font-weight: 700;
}
.c-list_career dd {
  width: calc(100% - 80px);
}
.c-list_career dd:not(:last-child) {
  margin-bottom: 10px;
}
.c-list_career.-wide dt {
  width: 170px;
}
.c-list_career.-wide dd {
  width: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .c-list_career dt {
    width: 70px;
  }
  .c-list_career dd {
    width: calc(100% - 70px);
  }
  .c-list_career.-wide {
    display: block;
  }
  .c-list_career.-wide dt {
    width: 100%;
  }
  .c-list_career.-wide dd {
    width: 100%;
  }
}
.c-list_circle {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.c-list_circle &gt; li {
  background: #f2d5ce;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #e85634;
}
.c-list_circle &gt; li::before {
  content: "";
  width: 190px;
  height: 190px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  border: 1px solid #e85634;
}
.c-list_circle &gt; li:not(:last-child) {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .c-list_circle {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 305px;
    margin: 0 auto 20px;
  }
  .c-list_circle &gt; li {
    width: 145px;
    height: 145px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .c-list_circle &gt; li::before {
    width: 135px;
    height: 135px;
  }
  .c-list_circle &gt; li:not(:last-child) {
    margin-right: 0;
  }
  .c-list_circle &gt; li:nth-child(1) {
    margin-right: 15px;
  }
  .c-list_circle &gt; li:nth-child(3) {
    margin-top: -10px;
  }
}
.c-list_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-list_link {
    display: block;
  }
}
.c-list_link_bg {
  background: #F0F9F8;
  padding: 55px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-list_link_bg {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list_link .-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
  }
}
.c-list_link .-item:not(:nth-child(3n)) {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-list_link .-item:not(:nth-child(3n)) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
.c-list_link .-item:nth-child(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-list_link .-item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list_link .-item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.c-list_link .-item a {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  text-align: left !important;
  color: #fff;
  position: relative;
  font-weight: bold;
  display: block;
  font-family: "Shippori Mincho", serif;
}
.c-list_link .-item a &gt; span {
  position: relative;
  display: block;
  padding-right: 33px;
}
.c-list_link .-item a &gt; span::before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(/common/img/arrow_down_circle.svg) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* box
---------------------------------------------------------- */
.c-box_bg_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-box_bg_flex {
    display: block;
  }
}
.c-box_bg_flex_txt {
  flex: 1;
}
.c-box_bg_flex_txt .c-btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-box_bg_flex_txt .c-btn {
    margin-top: 25px;
  }
}
.c-box_bg_flex_img {
  width: 50%;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .c-box_bg_flex_img {
    width: 100%;
    margin: 0 0 15px;
  }
}
.c-box_bg_flex.-reverse {
  flex-direction: row-reverse;
}
.c-box_bg_flex.-reverse .c-box_bg_flex_img {
  margin-right: 0;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .c-box_bg_flex.-reverse .c-box_bg_flex_img {
    margin: 0 0 15px;
  }
}
.c-box_skyblue {
  background: #F0F9F8;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .c-box_skyblue {
    padding: 25px 20px;
  }
}
.c-box_skyblue_tel {
  display: flex;
  justify-content: center;
}
.c-box_blue {
  background: url(../img/c-box_blue.webp) top center/cover no-repeat;
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-box_blue {
    padding: 30px 20px 25px;
  }
}
.c-box_blue_en {
  position: absolute;
  content: "";
  font-family: "Allura", cursive;
  color: #819B9B;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  font-size: 60px;
  left: 60px;
  line-height: 1;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .c-box_blue_en {
    font-size: 40px;
    top: -15px;
    left: 15px;
  }
}
.c-box_border {
  position: relative;
  padding: 50px 60px;
  background: #fff;
  border: 3.5px solid #84D7CF;
}
@media screen and (max-width: 767px) {
  .c-box_border {
    padding: 25px 20px;
  }
}
.c-box_border::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #F0F9F8;
  border: 1px solid #84D7CF;
  pointer-events: none;
  width: 99.2%;
  left: 3px;
  top: 3px;
  height: 96.3%;
}
@media screen and (max-width: 767px) {
  .c-box_border::before {
    top: 5px;
    right: -5px;
  }
}
.c-box_border_ttl {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-box_border_ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.c-box_cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-box_cta {
    display: block;
    max-width: 100%;
  }
}
.c-box_cta_tel {
  margin-right: 40px;
}
.c-box_cta_tel_txt {
  font-weight: 700;
  color: #e85634;
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: 10px;
}
.c-box_cta_tel .c-tel {
  font-size: 3.8rem;
  padding-left: 38px;
}
.c-box_cta_tel .c-tel::before {
  width: 30px;
  height: 30px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .c-box_cta_tel .c-tel {
    font-size: 3rem;
    padding-left: 32px;
  }
  .c-box_cta_tel .c-tel::before {
    width: 27px;
    height: 27px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-box_cta_tel {
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-box_cta_tel_txt {
    font-size: 1.6rem;
  }
}
.c-box_frame {
  padding: 50px 7.4%;
}
@media screen and (max-width: 767px) {
  .c-box_frame {
    padding: 24px 20px;
  }
}
.c-box_frame .-ttl {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-box_frame .-ttl {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.c-box_frame.-dash {
  border: dashed 1px #a29168;
}
.c-box_frame.-dash.-min {
  margin-top: 0.75em;
  padding: 16px 20px;
}
@media screen and (max-width: 767px) {
  .c-box_frame.-dash.-min {
    padding: 10px 16px;
  }
}
.c-box_frame.-dash.-min p,
.c-box_frame.-dash.-min li {
  font-size: 0.9em !important;
}
.c-box_frame.-dash.-min p::before,
.c-box_frame.-dash.-min li::before {
  top: 9px;
}
.c-box_frame.-solid {
  border: solid 1px #a29168;
}
.c-box_frame.-solid.-cont {
  padding: 42px 30px 42px 40px;
}
@media screen and (max-width: 767px) {
  .c-box_frame.-solid.-cont {
    padding: 20px 8px 20px 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-box_frame.-solid.-cont .c-list_row_img {
    width: 32.5%;
  }
}
@media screen and (min-width: 768px) {
  .c-box_frame.-solid.-cont .c-list_row_txt {
    width: 64.22%;
  }
}

/* BreadcrumbList
---------------------------------------------------------- */
.c-pkz {
  width: 100%;
  margin: 20px auto 80px;
}
@media screen and (max-width: 767px) {
  .c-pkz {
    margin: 10px 0 50px;
    padding: 0;
  }
}
.c-pkz_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-pkz_list li {
  position: relative;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-pkz_list li {
    font-size: 1rem;
  }
}
.c-pkz_list li:not(:last-child) {
  margin-right: 1.8em;
  text-decoration: underline;
}
.c-pkz_list li:not(:last-child)::after {
  content: "＞";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.6em;
  color: #333333;
}
.c-pkz_list li a {
  font-size: 1.2rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-pkz_list li a {
    font-size: 1rem;
  }
}
.c-pkz_list li span {
  color: #333333;
}

.before-after {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .before-after {
    display: block;
  }
}
.before-after:after {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0px 15px 14px;
  border-color: transparent transparent transparent #819B9B;
}
@media screen and (max-width: 767px) {
  .before-after:after {
    top: 51%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.before-after .l-item {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .before-after .l-item {
    width: 100%;
  }
  .before-after .l-item:nth-child(1) {
    margin-bottom: 30px;
  }
}
.before-after .l-img {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.before-after .l-img img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .before-after .l-img img {
    height: 250px;
  }
}
.before-after .l-txt {
  position: absolute;
  font-size: 5rem;
  font-family: "Hina Mincho", serif;
  font-style: italic;
  background: #F0F9F8;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.55;
  left: -30px;
  top: 0;
  line-height: 1.32;
}
@media screen and (max-width: 767px) {
  .before-after .l-txt {
    font-size: 3.5rem;
    left: -10px;
  }
}

.txt-link {
  color: #1B8D9D !important;
  text-decoration: underline !important;
}
.txt-link:hover {
  text-decoration: none;
}/*# sourceMappingURL=cmn_style.css.map */</pre></body></html>