@charset "utf-8";

/* common
------------------------------------------------------------------*/
.content_low {
  padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
  background: url("images/page/bg_ttl_page.jpg") no-repeat center/cover;
  min-height: calc(480 / var(--break) * 100vw);
  align-items: center;
}
.main_page::before, .main_page::after {
  position: absolute;
  content: "";
  width: calc(344 / 1920 * 100%);
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
}
.main_page::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, calc(229 / 344 * 100%) 100%, 0% 100%);
}
.main_page::after {
  right: 0;
  clip-path: polygon(calc(115 / 344 * 100%) 0, 100% 0, 100% 100%, 0 100%);
}
.inner_main_page {
  margin-top: calc(150 / var(--break) * 100vw);
  max-width: 1464px;
  border: 2px solid #fff;
  padding-top: calc(34 / var(--break) * 100vw);
  padding-bottom: calc(50 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
  margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 .ja {
  margin-bottom: calc(21 / var(--break) * 100vw);
}
.hdg3 {
  min-height: calc(120 / var(--break) * 100vw);
  padding-top: calc(10 / var(--break) * 100vw);
  padding-bottom: calc(20 / var(--break) * 100vw);
}
.hdg3 .deco01,
.hdg3 .deco02 {
  position: absolute;
  width: calc(68 / var(--break) * 100vw);
  height: 100%;
  top: 0;
}
.hdg3 .deco01::before,
.hdg3 .deco02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(68 / 120 * 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #fff;
  opacity: 0.2;
  left: 0;
  top: 0;
}
.hdg3 .deco01::after,
.hdg3 .deco02::after {
  position: absolute;
  content: "";
  width: calc(34 / 68 * 100%);
  height: calc(103 / 120 * 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: #ff613c;
  opacity: 0.7;
  left: 0;
  bottom: 0;
}
.hdg3 .deco01 {
  left: 0;
}
.hdg3 .deco02 {
  right: 0;
  transform: rotate(180deg);
}
.hdg4 {
  min-height: calc(100 / var(--break) * 100vw);
  padding-bottom: calc(4 / var(--break) * 100vw);
}
.hdg4 .content {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 6px solid rgba(100, 54, 16, 0.5);
}
.hdg4::before, .hdg4::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(60 / var(--break) * 100vw) calc(60 / var(--break) * 100vw) 0px 0px;
  border-color: #ffe382 transparent transparent transparent;
  opacity: 0.3;
}
.hdg4::before {
  left: 0;
  top: 0;
}
.hdg4::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.hdg5 {
  padding-left: calc(33 / var(--break) * 100vw);
  padding-bottom: calc(14 / var(--break) * 100vw);
  border-bottom: 1px solid #1b1b1b;
}
.hdg5::before {
  position: absolute;
  content: "";
  width: calc(26 / var(--break) * 100vw);
  height: calc(33 / var(--break) * 100vw);
  left: 0;
  top: calc(3 / var(--break) * 100vw);
  background: url("images/page/deco_hdg5.svg") no-repeat center/contain;
}
.bg_common01::before {
  position: absolute;
  content: "";
  background: url("images/page/bg_common03.png") no-repeat center top/contain;
  width: 100%;
  height: calc(426 / var(--break) * 100vw);
  left: 0;
  top: 0;
}
.bg_pay01 {
  background: url("images/page/bg_common04.jpg") no-repeat center/cover;
}
.bg_pay02::before, .bg_pay02::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: calc(253 / var(--break) * 100vw);
  height: 100%;
  background: #643610;
  opacity: 0.2;
  clip-path: polygon(0 0, 100% 0, calc(169 / 253 * 100%) 100%, 0% 100%);
}
.bg_pay02::before {
  left: 0;
  top: 0;
}
.bg_pay02::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.box_common01::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  left: calc(-10 / var(--break) * 100vw);
  bottom: calc(-10 / var(--break) * 100vw);
  background: #d5db55;
}
.box_common01 .copy {
  min-height: calc(50 / var(--break) * 100vw);
  margin-bottom: calc(26 / var(--break) * 100vw);
}
.btn_pay01 {
  width: calc(370 / var(--break) * 100vw);
}
.content_common01 {
  margin-top: calc(-10 / var(--break) * 100vw);
}
.copy_pay01 {
  text-shadow: 0 0 calc(8 / var(--break) * 100vw) #fff, 0 0 calc(8 / var(--break) * 100vw) #fff, 0 0 calc(8 / var(--break) * 100vw) #fff, 0 0 calc(8 / var(--break) * 100vw) #fff, 0 0 calc(8 / var(--break) * 100vw) #fff, 0 0 calc(8 / var(--break) * 100vw) #fff;
}
.list_common01 {
  row-gap: calc(7 / var(--break) * 100vw);
}
.list_common01 li {
  position: relative;
  width: calc(555 / 1140 * 100%);
  padding-left: calc(30 / var(--break) * 100vw);
  padding-bottom: calc(5 / var(--break) * 100vw);
  border-bottom: 1px dotted #f0f3b0;
  line-height: 1.5;
}
.list_common01 li::before {
  position: absolute;
  content: "";
  width: calc(20 / var(--break) * 100vw);
  height: calc(20 / var(--break) * 100vw);
  left: 0;
  top: calc(5 / var(--break) * 100vw);
  background: url("images/page/icn_check01.svg") no-repeat center/contain;
}
.row_common02 .col_img {
  width: calc(700 / 1500 * 100%);
}
.row_common02 .col_img .img::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ffcc1c;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: calc(-10 / var(--break) * 100vw);
  bottom: calc(-10 / var(--break) * 100vw);
}
.row_common02 .col_txt {
  width: calc(740 / 1500 * 100%);
  margin-top: calc(-12 / var(--break) * 100vw);
}
.row_common02 .col_txt .copy {
  line-height: calc(54 / 34);
}
.row_common02 .col_txt .copy::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(4 / var(--break) * 100vw);
  left: 0;
  bottom: calc(-36 / var(--break) * 100vw);
  background: url(images/page/ptn01.png) repeat center/calc(7 / var(--break) * 100vw) #757575;
}
.row_common03 .col_img {
  width: calc(290 / 1500 * 100%);
}
.row_common03 .col_txt {
  width: calc(1150 / 1500 * 100%);
}
.row_common04 {
  column-gap: calc(37.5 / 1500 * 100%);
}
.row_common04 .col {
  width: calc(475 / 1500 * 100%);
  display: flex;
  flex-direction: column;
}
.row_common04 .col .ttl {
  min-height: calc(60 / var(--break) * 100vw);
  padding-top: calc(7 / var(--break) * 100vw);
  padding-bottom: calc(10 / var(--break) * 100vw);
}
.row_common04 .col .txt {
  padding: calc(28 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
  outline-offset: -6px;
  flex: 1;
}
.row_common04 .col:nth-child(2n+1) {
  border: 1px solid #68c7b1;
}
.row_common04 .col:nth-child(2n+1) .ttl {
  background: #68c7b1;
}
.row_common04 .col:nth-child(2n+1) .txt {
  outline: 1px solid #68c7b1;
}
.row_common04 .col:nth-child(2n) {
  border: 1px solid #addb58;
}
.row_common04 .col:nth-child(2n) .ttl {
  background: #addb58;
}
.row_common04 .col:nth-child(2n) .txt {
  outline: 1px solid #addb58;
}
.row_pay01 {
  column-gap: calc(20 / 1240 * 100%);
}
.row_pay01 .col {
  width: calc(295 / 1240 * 100%);
}
.row_pay01 .col .content {
  height: 100%;
  border: 1px solid #ff7a0e;
}
.row_pay01 .col::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffbb63;
  left: calc(-5 / var(--break) * 100vw);
  bottom: calc(-5 / var(--break) * 100vw);
}
.row_pay01 .col .icn img {
  width: calc(176 / var(--break) * 100vw);
}
.row_pay01 .col .txt {
  line-height: calc(30 / 18);
}
.tbl_common02 th,
.tbl_common02 td {
  text-align: center;
}
.tbl_common02 th.t1,
.tbl_common02 td.t1 {
  background: #68c7b1;
}
.tbl_common02 th.t2,
.tbl_common02 td.t2 {
  border: 1px solid #68c7b1;
}
.tbl_common02 thead th {
  font-size: calc(22 / var(--break) * 100vw);
  font-weight: 500;
  padding: calc(13 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(14 / var(--break) * 100vw);
}
.tbl_common02 thead th.t1 {
  border-bottom: 1px solid #fff;
}
.tbl_common02 thead th.t2, .tbl_common02 thead th.t3 {
  border-bottom: 1px solid #68c7b1;
}
.tbl_common02 thead th.t2 {
  background: #f8a53a;
}
.tbl_common02 thead th.t3 {
  background: #68c7b1;
}
.tbl_common02 tbody tr:last-child th.t1 {
  border-bottom: 1px solid #68c7b1;
}
.tbl_common02 tbody th,
.tbl_common02 tbody td {
  padding: calc(26 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(21 / var(--break) * 100vw);
}
.tbl_common02 tbody th {
  vertical-align: middle;
  font-weight: 500;
}
.tbl_common02 tbody td {
  line-height: 2;
}
.tbl_common02 tbody td.t2 {
  background: #fff5e8;
}
.tbl_common02 tbody td .mark {
  margin-bottom: calc(8 / var(--break) * 100vw);
}
.ttl_common02 {
  column-gap: calc(60 / var(--break) * 100vw);
}
.ttl_common02 .segment {
  padding-bottom: calc(3 / var(--break) * 100vw);
}
.ttl_common02::before, .ttl_common02::after {
  content: "";
  flex: 1;
  height: calc(25 / var(--break) * 100vw);
  background: #fff5e8;
}
@media (min-width: 768px) and (max-width: 1299px) {
  .row_common02 .col_txt .copy {
    font-size: calc(30 / var(--break) * 100vw);
  }
}
@media (max-width: 767px) {
  .main_page::before, .main_page::after {
    width: calc(241.5 / 750 * 100%);
  }
  .main_page::before {
    clip-path: polygon(0 0, 100% 0, calc(125 / 241.5 * 100%) 100%, 0% 100%);
  }
  .main_page::after {
    clip-path: polygon(calc(116.5 / 241.5 * 100%) 0, 100% 0, 100% 100%, 0 100%);
  }
  .hdg3 {
    font-size: calc(46 / var(--break) * 100vw);
    padding-bottom: calc(10 / var(--break) * 100vw);
  }
  .hdg4 {
    font-size: calc(38 / var(--break) * 100vw);
    padding-bottom: 0;
    border: calc(6 / var(--break) * 100vw) solid #643610;
  }
  .hdg5 {
    font-size: calc(34 / var(--break) * 100vw);
    padding-left: calc(43 / var(--break) * 100vw);
  }
  .hdg5::before {
    width: calc(36 / var(--break) * 100vw);
    height: calc(46 / var(--break) * 100vw);
  }
  .content_low {
    padding: 13vw 0 25vw;
  }
  .content_low .inner,
  .main_page .inner {
    max-width: calc(702 / var(--break) * 100vw);
  }
  .page_main section:not(:last-child) {
    margin-bottom: 20vw;
  }
  .main_page {
    background-image: url("images/page/bg_ttl_page_sp.jpg");
    height: calc(496 / var(--break) * 100vw);
  }
  .inner_main_page {
    padding-top: calc(20 / var(--break) * 100vw);
    padding-bottom: calc(38 / var(--break) * 100vw);
    max-width: calc(646 / var(--break) * 100vw);
    margin-top: calc(100 / var(--break) * 100vw);
  }
  .hdg2 .ja {
    font-size: calc(50 / var(--break) * 100vw);
    margin-bottom: calc(15 / var(--break) * 100vw);
  }
  .hdg2 .en {
    font-size: calc(30 / var(--break) * 100vw);
    letter-spacing: 0.1em;
  }
  .col_img {
    text-align: center;
  }
  .bg_pay02::before, .bg_pay02::after {
    width: calc(150 / var(--break) * 100vw);
  }
  .box_common01 .content {
    padding-left: calc(30 / var(--break) * 100vw);
    padding-right: calc(30 / var(--break) * 100vw);
  }
  .box_common01 .en {
    font-size: calc(32 / var(--break) * 100vw);
    margin-bottom: calc(15 / var(--break) * 100vw);
  }
  .box_common01 .copy {
    font-size: calc(34 / var(--break) * 100vw);
    min-height: calc(70 / var(--break) * 100vw);
    padding-top: calc(3 / var(--break) * 100vw);
  }
  .btn_pay01 {
    width: calc(600 / var(--break) * 100vw);
  }
  .content_common01 .copy {
    font-size: calc(34 / var(--break) * 100vw);
  }
  .content_pay01 .ttl {
    font-size: calc(34 / var(--break) * 100vw);
  }
  .copy_pay01 {
    font-size: calc(34 / var(--break) * 100vw);
  }
  .list_common01 li {
    width: 100%;
    padding-left: calc(42 / var(--break) * 100vw);
    padding-bottom: calc(8 / var(--break) * 100vw);
  }
  .list_common01 li::before {
    width: calc(32 / var(--break) * 100vw);
    height: calc(32 / var(--break) * 100vw);
    top: calc(10.5 / var(--break) * 100vw);
  }
  .row_common02 .col_img {
    width: 100%;
    margin-bottom: calc(40 / var(--break) * 100vw);
  }
  .row_common02 .col_img .img {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .row_common02 .col_txt {
    width: 100%;
    margin-top: 0;
  }
  .row_common02 .col_txt .copy {
    font-size: calc(38 / var(--break) * 100vw);
    text-align: center;
  }
  .row_common02 .col_txt .copy::after {
    width: calc(646 / var(--break) * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
  .row_common03 .col_img {
    width: 100%;
    margin-bottom: calc(30 / var(--break) * 100vw);
  }
  .row_common03 .col_txt {
    width: 100%;
  }
  .row_common04 {
    row-gap: calc(30 / var(--break) * 100vw);
  }
  .row_common04 .col {
    width: 100%;
    max-width: calc(600 / var(--break) * 100vw);
  }
  .row_common04 .col .ttl {
    font-size: calc(32 / var(--break) * 100vw);
  }
  .row_pay01 {
    column-gap: calc(20 / 702 * 100%);
    row-gap: calc(22 / var(--break) * 100vw);
  }
  .row_pay01 .col {
    width: calc(340 / 702 * 100%);
  }
  .row_pay01 .col .ttl {
    font-size: calc(32 / var(--break) * 100vw);
  }
  .tbl_common02 table {
    width: calc(1240 / var(--break) * 100vw);
  }
  .tbl_common02 thead th {
    font-size: calc(34 / var(--break) * 100vw);
  }
  .tbl_common02 tbody td .mark {
    font-size: calc(38 / var(--break) * 100vw);
  }
  .ttl_common02 {
    font-size: calc(38 / var(--break) * 100vw);
    column-gap: calc(40 / var(--break) * 100vw);
  }
  .ttl_common02 .segment {
    padding-bottom: 0;
  }
}

/* staff
------------------------------------------------------------------*/
.box_staff01 {
  z-index: auto;
}
.box_staff01::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  right: calc(-10 / var(--break) * 100vw);
  bottom: calc(-10 / var(--break) * 100vw);
  background: url("images/page/ptn01.png") repeat center/calc(7 / var(--break) * 100vw) #9e6925;
}
.circle_staff01 {
  width: calc(192 / var(--break) * 100vw);
  height: calc(192 / var(--break) * 100vw);
  right: calc(20 / var(--break) * 100vw);
  bottom: calc(20 / var(--break) * 100vw);
  border-radius: 50%;
  background: url("images/index/bg_circle03.png") no-repeat center/contain;
}
.content_staff01 {
  margin-top: calc(-10 / var(--break) * 100vw);
}
.list_staff01 .item {
  column-gap: calc(16 / var(--break) * 100vw);
}
.list_staff01 .item:not(:last-child) {
  margin-bottom: calc(4 / var(--break) * 100vw);
}
.list_staff01 .item .date {
  width: calc(110 / var(--break) * 100vw);
}
.list_staff01 .item .txt {
  flex: 1;
}
.list_staff02 li::before {
  background: #fd5f01;
}
.name_staff01 .ja {
  margin-bottom: calc(17 / var(--break) * 100vw);
}
.name_staff01 .role {
  margin-bottom: calc(17 / var(--break) * 100vw);
}
.row_staff01 .col_img {
  width: calc(460 / 1240 * 100%);
}
.row_staff01 .col_img::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #643610;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: calc(-10 / var(--break) * 100vw);
  bottom: calc(-10 / var(--break) * 100vw);
}
.row_staff01 .col_txt {
  width: calc(730 / 1240 * 100%);
  margin-top: calc(-10 / var(--break) * 100vw);
}
.row_staff02 .col_img {
  width: calc(570 / 1500 * 100%);
}
.row_staff02 .col_txt {
  width: calc(878 / 1500 * 100%);
}
.row_staff02 .col_txt .copy {
  min-height: calc(126 / var(--break) * 100vw);
  padding-left: calc(29 / var(--break) * 100vw);
  padding-top: calc(10 / var(--break) * 100vw);
  padding-bottom: calc(14 / var(--break) * 100vw);
  background: linear-gradient(to right, #f0f3b0, #ffffff);
}
.row_staff02.r_reverse .col_txt .copy {
  background: linear-gradient(to right, #ffffff, #f0f3b0);
}
.ttl_staff01 {
  column-gap: calc(28 / var(--break) * 100vw);
}
.ttl_staff01::before, .ttl_staff01::after {
  background: #ffbb63;
  height: calc(27 / var(--break) * 100vw);
}
@media (max-width: 767px) {
  .box_staff01 {
    padding-left: calc(30 / var(--break) * 100vw);
    padding-right: calc(30 / var(--break) * 100vw);
  }
  .content_staff01 {
    margin-top: 0;
  }
  .content_staff01 .copy {
    font-size: calc(38 / var(--break) * 100vw);
  }
  .list_staff01 .item .date {
    width: calc(190 / var(--break) * 100vw);
  }
  .name_staff01 .role {
    font-size: calc(26 / var(--break) * 100vw);
  }
  .name_staff01 .main {
    font-size: calc(34 / var(--break) * 100vw);
  }
  .name_staff01 .en {
    font-size: calc(22 / var(--break) * 100vw);
  }
  .row_staff01 .col_img {
    width: calc(460 / var(--break) * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(40 / var(--break) * 100vw);
  }
  .row_staff01 .col_txt {
    margin-top: 0;
    width: 100%;
    max-width: calc(646 / var(--break) * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .row_staff02 .col_img {
    width: 100%;
    margin-bottom: 5vw;
  }
  .row_staff02 .col_txt {
    width: 100%;
  }
  .row_staff02 .col_txt .copy {
    font-size: calc(38 / var(--break) * 100vw);
    padding-bottom: calc(10 / var(--break) * 100vw);
  }
  .row_staff02 .col_txt .txt {
    max-width: calc(646 / var(--break) * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}

/* clinic
------------------------------------------------------------------*/
.address_clinic {
  padding-left: calc(32 / var(--break) * 100vw);
  margin-top: calc(-7 / var(--break) * 100vw);
}
.address_clinic::before {
  position: absolute;
  content: "";
  width: calc(19 / var(--break) * 100vw);
  height: calc(25 / var(--break) * 100vw);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("images/page/icn_address01.svg") no-repeat center/contain;
}
.bg_clinic01 {
  background: url("images/clinic/bg_clinic01.jpg") no-repeat center/cover;
}
.box_clinic01 {
  background: rgba(255, 255, 255, 0.9);
  outline: 1px solid #9e6925;
  outline-offset: calc(-11 / var(--break) * 100vw);
}
.box_clinic01::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(130 / var(--break) * 100vw) calc(130 / var(--break) * 100vw) 0px 0px;
  border-color: #ffcc1c transparent transparent transparent;
  left: 0;
  top: 0;
}
.box_clinic01::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(80 / var(--break) * 100vw) calc(80 / var(--break) * 100vw) 0px 0px;
  border-color: transparent #ffbb63 transparent transparent;
  right: 0;
  bottom: 0;
}
.box_clinic01 .copy {
  line-height: calc(52 / 32);
}
.box_clinic02 {
  outline: 1px solid #d7bc99;
  outline-offset: calc(-11.5 / var(--break) * 100vw);
  padding-top: calc(50 / var(--break) * 100vw);
  padding-bottom: calc(44 / var(--break) * 100vw);
}
.img_clinic01 {
  width: calc(750 / var(--break) * 100vw);
  max-width: 100%;
}
.logo_clinic01 {
  width: calc(439 / var(--break) * 100vw);
}
.row_clinic01.no03 {
  margin-bottom: calc(70 / var(--break) * 100vw);
}
.row_clinic01.no04 {
  margin-bottom: calc(90 / var(--break) * 100vw);
}
.row_clinic01.no05 {
  margin-bottom: calc(70 / var(--break) * 100vw);
}
.row_clinic02 {
  column-gap: calc(20 / 1500 * 100%);
}
.row_clinic02 .col {
  width: calc(360 / 1500 * 100%);
}
.row_clinic02 .col .ttl {
  min-height: calc(66.6 / var(--break) * 100vw);
}
.row_clinic02 .col .ttl .deco01,
.row_clinic02 .col .ttl .deco02 {
  position: absolute;
  width: calc(38 / var(--break) * 100vw);
  height: 100%;
  top: 0;
}
.row_clinic02 .col .ttl .deco01::before,
.row_clinic02 .col .ttl .deco02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(38 / 66.6 * 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #d5db55;
  opacity: 0.2;
  left: 0;
  top: 0;
}
.row_clinic02 .col .ttl .deco01::after,
.row_clinic02 .col .ttl .deco02::after {
  position: absolute;
  content: "";
  width: calc(19 / 38 * 100%);
  height: calc(57 / 66.6 * 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: #757575;
  opacity: 0.2;
  left: 0;
  bottom: 0;
}
.row_clinic02 .col .ttl .deco01 {
  left: 0;
}
.row_clinic02 .col .ttl .deco02 {
  right: 0;
  transform: rotate(180deg);
}
.row_clinic02 .col:nth-child(2n+1) .ttl {
  background: #68c7b1;
}
.row_clinic02 .col:nth-child(2n) .ttl {
  background: #addb58;
}
.row_clinic03 {
  column-gap: calc(38 / 1240 * 100%);
}
.row_clinic03 .col {
  width: calc(475 / 1240 * 100%);
}
.row_clinic03 .col::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  right: calc(-11 / var(--break) * 100vw);
  bottom: calc(-11 / var(--break) * 100vw);
}
.row_clinic03 .col.no01::after {
  border: 1px solid #68c7b1;
}
.row_clinic03 .col.no02::after {
  border: 1px solid #addb58;
}
.row_clinic03 .col .ttl {
  min-height: calc(60 / var(--break) * 100vw);
  border: 4px solid rgba(27, 27, 27, 0.2);
  padding-top: calc(3 / var(--break) * 100vw);
  padding-bottom: calc(5 / var(--break) * 100vw);
}
.row_clinic04 {
  column-gap: calc(61 / var(--break) * 100vw);
}
.row_clinic04 .col_l {
  padding-left: calc(17 / var(--break) * 100vw);
}
.row_clinic04 .tbl_time01 {
  margin-bottom: calc(33 / var(--break) * 100vw);
}
.row_clinic05 .col {
  width: calc(350 / 1500 * 100%);
}
.row_clinic05 .col:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(26.5 / var(--break) * 100vw) 0px calc(26.5 / var(--break) * 100vw) calc(12 / var(--break) * 100vw);
  border-color: transparent transparent transparent #fa8729;
  top: 50%;
  transform: translateY(calc(-50% - 16 / var(--break) * 100vw));
  right: -6.5%;
}
.row_clinic05 .col .num {
  width: calc(60 / 1920 * 100vw);
  height: calc(60 / 1920 * 100vw);
  font-size: calc(40 / 1920 * 100vw);
  padding-left: calc(4 / 1920 * 100vw);
}
.row_clinic06 .col {
  width: calc(475 / 1000 * 100%);
}
.slide_clinic01 .slick-prev {
  background: url(images/page/arw_slide02.svg) no-repeat center/contain;
  width: calc(30 / var(--break) * 100vw);
  height: calc(54 / var(--break) * 100vw);
  transform: translate(0);
  top: 0;
  bottom: 0;
  margin: auto;
  left: -7.2%;
  z-index: 1;
}
.slide_clinic01 .slick-next {
  background: url(images/page/arw_slide02.svg) no-repeat center/contain;
  width: calc(30 / var(--break) * 100vw);
  height: calc(54 / var(--break) * 100vw);
  right: -7.2%;
  transform: translate(0) scaleX(-1);
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.slide_clinic01 .slick-prev:before,
.slide_clinic01 .slick-next:before {
  display: none;
}
.slide_clinic01 .slide_thumbnail li {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 2%;
  opacity: 0.5;
  transition: 0.3s;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
  opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n),
.slide_clinic01 .slide_thumbnail li:last-child {
  margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
}
.tel_clinic {
  border: 1px solid #302f2f;
}
.ttl_clinic01 {
  padding-bottom: calc(14 / var(--break) * 100vw);
  column-gap: calc(17 / var(--break) * 100vw);
  border-bottom: 1px solid #fff;
  margin-bottom: calc(20 / var(--break) * 100vw);
}
.ttl_clinic01 .icn {
  width: calc(40 / var(--break) * 100vw);
}
.ttl_clinic01 .segment {
  padding-bottom: calc(4 / var(--break) * 100vw);
}
.wrap_clinic01 {
  margin-bottom: calc(80 / var(--break) * 100vw);
}
.wrap_clinic01::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: calc(603 / 1080 * 100%);
  bottom: calc(126 / var(--break) * 100vw);
  left: 0;
  background: url("images/page/ptn01.png") repeat center/calc(7 / var(--break) * 100vw) #d7bc99;
}
.wrap_clinic02 {
  padding-bottom: calc(90 / var(--break) * 100vw);
}
.wrap_clinic02::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: calc(1054 / 1343 * 100%);
  background: url("images/page/ptn01.png") repeat center/calc(7 / var(--break) * 100vw) #fff2c5;
  left: 0;
  bottom: 0;
}
.wrap_clinic03 > .bg {
  position: absolute;
  z-index: -1;
  background: #fff2c5;
  width: 100%;
  height: calc(702 / 900 * 100%);
  left: 0;
  bottom: 0;
}
.wrap_clinic03 > .bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100 / var(--break) * 100vw);
  top: 0;
  left: 0;
  background: url("images/page/ptn01.png") repeat center/calc(7 / var(--break) * 100vw) #ffcc1c;
}
.wrap_clinic04 .map {
  padding: calc(460 / var(--break) * 100vw) 0 0 0;
}
@media (min-width: 768px) and (max-width: 1599px) {
  .row_clinic05 .col:not(:last-child)::after {
    right: -6.7%;
  }
  .slide_clinic01 .slick-prev,
  .slide_clinic01 .slick-next {
    width: calc(30 / var(--break) * 100vw);
    height: calc(54 / var(--break) * 100vw);
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .row_clinic05 .col:not(:last-child)::after {
    right: -7.5%;
  }
  .slide_clinic01 .slick-prev,
  .slide_clinic01 .slick-next {
    width: calc(30 / var(--break) * 100vw);
    height: calc(54 / var(--break) * 100vw);
  }
  .slide_clinic01 .slick-prev {
    left: 2%;
  }
  .slide_clinic01 .slick-next {
    right: 2%;
  }
}
@media (max-width: 767px) {
  .address_clinic {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(49 / var(--break) * 100vw);
  }
  .address_clinic::before {
    width: calc(29 / var(--break) * 100vw);
    height: calc(38 / var(--break) * 100vw);
  }
  .box_clinic01 .copy {
    font-size: calc(38 / var(--break) * 100vw);
  }
  .row_clinic01.no03 {
    padding-bottom: calc(64 / var(--break) * 100vw);
  }
  .row_clinic01.no03 > .bg::before {
    height: calc(1162 / 1515 * 100%);
  }
  .row_clinic01.no04 {
    padding-bottom: calc(64 / var(--break) * 100vw);
  }
  .row_clinic01.no04 > .bg::before, .row_clinic01.no04 > .bg::after {
    height: calc(1118 / 1475 * 100%);
  }
  .row_clinic02 {
    column-gap: calc(22 / 702 * 100%);
    row-gap: calc(20 / var(--break) * 100vw);
  }
  .row_clinic02 .col {
    width: calc(340 / 702 * 100%);
  }
  .row_clinic02 .col .ttl {
    font-size: calc(34 / var(--break) * 100vw);
  }
  .row_clinic03 {
    row-gap: calc(40 / var(--break) * 100vw);
  }
  .row_clinic03 .col {
    width: 100%;
    max-width: calc(600 / var(--break) * 100vw);
  }
  .row_clinic03 .col .ttl {
    font-size: calc(34 / var(--break) * 100vw);
  }
  .row_clinic04 .col_l {
    padding-left: 0;
    width: 100%;
    margin-bottom: calc(45 / var(--break) * 100vw);
  }
  .row_clinic04 .col_r {
    width: 100%;
    max-width: calc(702 / var(--break) * 100vw);
  }
  .row_clinic04 .tbl_time01 {
    margin-bottom: calc(43 / var(--break) * 100vw);
  }
  .row_clinic05 {
    row-gap: calc(22 / var(--break) * 100vw);
  }
  .row_clinic05 .col {
    width: calc(340 / 702 * 100%);
  }
  .row_clinic05 .col:not(:last-child)::after {
    display: none;
  }
  .row_clinic05 .col .num {
    width: calc(48 / var(--break) * 100vw);
    height: calc(48 / var(--break) * 100vw);
    font-size: calc(32 / var(--break) * 100vw);
  }
  .row_clinic05 .col .txt {
    font-size: calc(30 / var(--break) * 100vw);
  }
  .row_clinic06 {
    row-gap: calc(35 / var(--break) * 100vw);
  }
  .row_clinic06 .col {
    width: 100%;
    max-width: calc(600 / var(--break) * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .slide_clinic01 .slick-prev,
  .slide_clinic01 .slick-next {
    width: calc(30 / var(--break) * 100vw);
    height: calc(54 / var(--break) * 100vw);
  }
  .slide_clinic01 .slick-prev {
    left: 3vw;
  }
  .slide_clinic01 .slick-next {
    right: 3vw;
  }
  .tel_clinic {
    width: 100%;
    max-width: calc(548 / var(--break) * 100vw);
  }
  .tel_clinic .link {
    min-height: calc(122 / var(--break) * 100vw);
  }
  .tel_clinic .row {
    column-gap: calc(19 / var(--break) * 100vw);
    justify-content: center;
    margin-left: calc(17 / var(--break) * 100vw);
  }
  .tel_clinic .row .icn {
    width: calc(32.8 / var(--break) * 100vw);
  }
  .tel_clinic .row .num {
    font-size: calc(50 / var(--break) * 100vw);
    letter-spacing: 0.05em;
  }
  .tel_clinic .txt {
    font-size: calc(22 / var(--break) * 100vw);
  }
  .ttl_clinic01 .segment {
    font-size: calc(34 / var(--break) * 100vw);
    padding-bottom: 0;
  }
  .wrap_clinic03 > .bg {
    height: calc(776 / 900 * 100%);
  }
}

/* full
------------------------------------------------------------------*/
@media (max-width: 767px) {
  .ttl_full01 {
    font-size: calc(34 / var(--break) * 100vw);
  }
}

/* flow
------------------------------------------------------------------*/
.bg_flow01 {
  min-height: calc(410 / var(--break) * 100vw);
  padding-top: calc(100 / var(--break) * 100vw);
  padding-bottom: calc(50 / var(--break) * 100vw);
  z-index: auto;
}
.bg_flow01::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(40 / var(--break) * 100vw) calc(100 / var(--break) * 100vw) 0px calc(100 / var(--break) * 100vw);
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.bg_flow01.bg_col04::after {
  border-color: var(--color04) transparent transparent transparent;
}
.bg_flow01.bg_col10::after {
  border-color: var(--color10) transparent transparent transparent;
}
.bg_flow01:last-child::after {
  display: none;
}
.content_flow02 {
  margin-right: calc(130 / 1500 * 100%);
}
.content_flow02 .num {
  left: calc(-7 / var(--break) * 100vw);
  top: calc(-73 / var(--break) * 100vw);
}
.line_flow {
  width: calc(244 / var(--break) * 100vw);
}
.row_flow01 {
  column-gap: calc(20 / var(--break) * 100vw);
}
.row_flow02 {
  column-gap: calc(50 / 1370 * 100%);
}
.row_flow02 .col_img {
  width: calc(345 / 1370 * 100%);
}
.row_flow02 .col_txt {
  width: calc(725 / 1370 * 100%);
  margin-top: calc(-13 / var(--break) * 100vw);
}
.row_flow02 .col_txt .ttl {
  margin-bottom: calc(45 / var(--break) * 100vw);
}
.row_flow02 .col_txt .ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(4 / var(--break) * 100vw);
  left: 0;
  bottom: calc(-28 / var(--break) * 100vw);
  background: url(images/page/ptn01.png) repeat center/calc(7 / var(--break) * 100vw);
}
.row_flow02 .col_txt .txt {
  line-height: calc(40 / 18);
}
.tel_flow {
  border: 1px solid #302f2f;
}
.tel_flow .link {
  min-height: calc(94 / var(--break) * 100vw);
}
@media (min-width: 768px) and (max-width: 1299px) {
  .content_flow02 .num {
    font-size: calc(120 / var(--break) * 100vw);
  }
}
@media (max-width: 767px) {
  .bg_flow01 {
    padding-top: calc(90 / var(--break) * 100vw);
  }
  .bg_flow01:first-child {
    padding-top: calc(50 / var(--break) * 100vw);
  }
  .content_flow02 {
    margin-right: 0;
  }
  .content_flow02 .num {
    position: static;
    font-size: calc(100 / var(--break) * 100vw);
    text-align: center;
    margin-bottom: calc(30 / var(--break) * 100vw);
  }
  .line_flow {
    width: 100%;
  }
  .line_flow .link {
    min-height: calc(110 / var(--break) * 100vw);
  }
  .line_flow .link::after {
    border-width: 0px 0px calc(25 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
  }
  .line_flow .row {
    column-gap: calc(17 / var(--break) * 100vw);
  }
  .line_flow .row .icn {
    width: calc(29.4 / var(--break) * 100vw);
    padding-top: 0;
  }
  .line_flow .row .txt {
    font-size: calc(40 / var(--break) * 100vw);
  }
  .row_flow01 {
    max-width: calc(550 / var(--break) * 100vw);
    margin-left: auto;
    margin-right: auto;
    row-gap: calc(30 / var(--break) * 100vw);
  }
  .row_flow02 .col_img {
    width: 100%;
    margin-bottom: calc(40 / var(--break) * 100vw);
  }
  .row_flow02 .col_txt {
    width: 100%;
  }
  .row_flow02 .col_txt .ttl {
    font-size: calc(38 / var(--break) * 100vw);
    text-align: center;
  }
  .tel_flow {
    width: 100%;
  }
  .tel_flow .link {
    min-height: calc(122 / var(--break) * 100vw);
  }
  .tel_flow .row {
    column-gap: calc(19 / var(--break) * 100vw);
    justify-content: center;
    margin-left: calc(17 / var(--break) * 100vw);
  }
  .tel_flow .row .icn {
    width: calc(32.8 / var(--break) * 100vw);
  }
  .tel_flow .row .num {
    font-size: calc(50 / var(--break) * 100vw);
    letter-spacing: 0.05em;
  }
  .tel_flow .txt {
    font-size: calc(22 / var(--break) * 100vw);
  }
  .web_flow {
    width: 100%;
  }
  .web_flow .link {
    min-height: calc(110 / var(--break) * 100vw);
  }
  .web_flow .link::after {
    border-width: 0px 0px calc(25 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
  }
  .web_flow .row {
    column-gap: calc(22 / var(--break) * 100vw);
  }
  .web_flow .row .icn {
    width: calc(37 / var(--break) * 100vw);
    padding-top: 0;
  }
  .web_flow .row .txt {
    font-size: calc(40 / var(--break) * 100vw);
  }
}

/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
  margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
  position: relative;
  padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
  max-width: calc(1000 / var(--break) * 100vw);
  width: 100%;
}
.row_case01 .en {
  height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
  border-left: calc(15 / var(--break) * 100vw) solid #addb58;
  border-top: calc(23 / var(--break) * 100vw) solid transparent;
  border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
  top: calc(55 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before,
.slide_case01 .slick-next:before {
  display: none;
}
.slide_case01 .slick-prev,
.slide_case01 .slick-next {
  width: calc(42 / var(--break) * 100vw);
  height: calc(80 / var(--break) * 100vw);
  background: url(images/page/arw_slide.svg) no-repeat center/cover;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}
.slide_case01 .slick-prev {
  left: 2.4%;
}
.slide_case01 .slick-next {
  right: 2.4%;
  transform: scaleX(-1);
}
.slide_case01 .slick-dots {
  margin-top: var(--size30px);
  position: relative !important;
  bottom: auto;
  line-height: 1;
}
.slide_case01 .slick-dots li {
  width: calc(11 / var(--break) * 100vw);
  height: calc(11 / var(--break) * 100vw);
  margin: 0 calc(8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
  width: calc(11 / var(--break) * 100vw);
  height: calc(11 / var(--break) * 100vw);
  padding: 0;
}
.slide_case01 .slick-dots li button:before {
  content: "";
  background: #d4d4d4;
  width: calc(11 / var(--break) * 100vw);
  height: calc(11 / var(--break) * 100vw);
  border-radius: 50%;
  opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
  background: #addb58;
  opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
  display: none;
}
.row_case_common01 .col .case_img {
  height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
  max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
  width: calc(100% - 1px);
  /*ボーダー右切れる対策*/
}
@media (min-width: 768px) and (max-width: 1299px){
  .slide_case01 .slick-prev {
    left: calc(30 / var(--break) * 100vw);
  }
  .slide_case01 .slick-next {
    right: calc(30 / var(--break) * 100vw);
  }
}
@media (max-width: 767px){
  .area_case_common01 .ttl {
    font-size: calc(38 / var(--break) * 100vw);
  }
  .slide_case01 .tbl_case {
    max-width: calc(646 / var(--break) * 100vw);
  }
  .row_case01 {
    margin-bottom: 7.5vw;
    max-width: calc(646 / var(--break) * 100vw);
    /*opacity: .5;
    transition: .3s;*/
  }
  .row_case01.slick-active {
    opacity: 1;
  }
  .row_case01 .col {
    max-width: calc(480 / var(--break) * 100vw);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .row_case01 .col:first-child {
    margin-bottom: 12vw;
  }
  .row_case01:after {
    border-left: calc(40 / var(--break) * 100vw) solid transparent;
    border-right: calc(40 / var(--break) * 100vw) solid transparent;
    border-top: calc(30 / var(--break) * 100vw) solid #addb58;
    border-bottom: 0;
    top: 0;
  }
  .row_case01 > .flex {
    display: block;
  }
  .row_case01 .en {
    font-size: calc(28 / var(--break) * 100vw);
    height: calc(54 / var(--break) * 100vw);
  }
  .slide_case01 {
    margin-bottom: 8vw;
  }
  .slide_case01 .slick-slide {
    /*max-width: calc(480 / var(--break) * 100vw);*/
  }
  .slide_case01 .slick-slide.slick-center {
    opacity: 1;
    transition: 0.5s;
  }
  .slide_case01 .slick-slide.slick-active {
    opacity: 1;
    transition: 0.5s;
  }
  .slide_case01 .slick-prev,
  .slide_case01 .slick-next {
    width: calc(50 / var(--break) * 100vw);
    height: calc(90 / var(--break) * 100vw);
    bottom: auto;
    top: 64vw;
  }
  .slide_case01 .slick-prev {
    left: 3vw;
  }
  .slide_case01 .slick-next {
    right: 3vw;
  }
  .slide_case01.slick-dotted.slick-slider {
    margin-bottom: 15vw;
  }
  .slide_case01 .slick-dots li {
    width: calc(16 / var(--break) * 100vw);
    height: calc(16 / var(--break) * 100vw);
    margin: 0 calc(14 / var(--break) * 100vw);
  }
  .slide_case01 .slick-dots li button {
    width: calc(16 / var(--break) * 100vw);
    height: calc(16 / var(--break) * 100vw);
  }
  .slide_case01 .slick-dots li button:before {
    width: calc(16 / var(--break) * 100vw);
    height: calc(16 / var(--break) * 100vw);
  }
}

/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 {
  border: 1px solid #757575;
}
.box_risk01 .box {
  overflow: hidden;
  max-height: 180px;
  height: auto;
  touch-action: auto !important;
  position: relative;
  padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
  max-width: 1000px;
  /* border: ; */
}
.box_invisalign .box {
  overflow: hidden;
  max-height: 180px;
  height: auto;
  touch-action: auto !important;
  position: relative;
  padding-right: calc(50 / var(--break) * 100vw);
}

/* パーフェクトスクロールバー */
.risk .ps__thumb-y,
.box_invisalign .ps__thumb-y {
  background: #333333 !important;
  right: 0px !important;
  width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y,
.box_invisalign .ps--active-x > .ps__rail-x,
.box_invisalign .ps--active-y > .ps__rail-y {
  background: none !important;
  right: 0px !important;
  width: 4px !important;
  opacity: 1 !important;
}
.risk .ps .ps__rail-x.ps--clicking,
.risk .ps .ps__rail-x:focus,
.risk .ps .ps__rail-x:hover,
.risk .ps .ps__rail-y.ps--clicking,
.risk .ps .ps__rail-y:focus,
.risk .ps .ps__rail-y:hover,
.box_invisalign .ps .ps__rail-x.ps--clicking,
.box_invisalign .ps .ps__rail-x:focus,
.box_invisalign .ps .ps__rail-x:hover,
.box_invisalign .ps .ps__rail-y.ps--clicking,
.box_invisalign .ps .ps__rail-y:focus,
.box_invisalign .ps .ps__rail-y:hoverr {
  opacity: 1 !important;
}
@media (max-width: 767px){
  .box_risk01 .box {
    padding-right: 4vw;
    max-height: calc(420 / var(--break) * 100vw);
  }
  .box_risk01 .ttl,
  .box_invisalign .ttl {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .box_risk01 .txt {
    letter-spacing: 0;
  }
  .sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
  .sp.risk .ps-container > .ps-scrollbar-y-rail,
  .box_invisalign .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
  .box_invisalign .ps-container > .ps-scrollbar-y-rail {
    right: 0 !important;
    width: 2px !important;
  }
}

/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
  margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
  /* border-color: ; */
}
.tbl_guideline01 th {
  /* background: ; */
}
.tbl_guideline01 tr:not(:last-child) td {
  /* border-bottom-color: ; */
}
.tbl_form01 th {
  color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
  background-color: #eee;
}
.tbl_form01 .require span:after {
  color: #fff;
  background-color: #333;
}
.btn_submit input {
  border: none;
  /* background: #; */
}
@media (max-width: 767px) {
  .tbl_guideline01 td a {
    text-decoration: underline;
    color: var(--guideline-color);
  }
  .tbl_guideline01 tr th {
    border-bottom: 1px solid #000;
  }
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
  width: 24%;
}
#sidebar h4 {
  background: #757575;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: calc(40 / var(--break) * 100vw);
  margin-bottom: calc(4 / var(--break) * 100vw);
  text-align: center;
}
#sidebar caption {
  margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
  width: 100%;
  margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
  background: #ffe382;
  border: 1px solid #ffe382;
  border-right-color: #ffe382;
  font-size: 0.8125rem;
  font-weight: normal;
}
#wp-calendar tbody td {
  border: 1px solid #ffe382;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.8;
}
#wp-calendar tbody td a {
  color: #ff613c;
  text-decoration: underline;
}
.wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: calc(60 / var(--break) * 100vw);
  line-height: 1.5;
}
.wp-calendar-nav-prev {
  padding-left: calc(10 / var(--break) * 100vw);
}
.wp-calendar-nav-next {
  padding-right: calc(10 / var(--break) * 100vw);
}
.wp-calendar-nav a {
  padding-bottom: calc(3 / var(--break) * 100vw);
  border-bottom: 1px solid #333;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
#sidebar ul li {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#sidebar ul li a {
  border-bottom: 1px solid #1b1b1b;
  padding-bottom: calc(4 / var(--break) * 100vw);
  line-height: 2.1;
}
.post_main {
  width: 71%;
}
.navigation {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
  width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
  text-align: center;
}
.navigation .naviright {
  text-align: right;
}
.navigation li a {
  padding-bottom: calc(4 / var(--break) * 100vw);
  border-bottom: 1px solid #643610;
  color: #643610;
}
.post_content img {
  max-width: 100%;
  height: auto;
}
.date_single {
  display: block;
  text-align: right;
  font-size: 0.8125rem;
  margin-top: calc(-30 / var(--break) * 100vw);
  margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
  line-height: 1.75;
}
.thmb {
  width: calc(120 / var(--break) * 100vw);
}
.thmb img {
  height: calc(120 / var(--break) * 100vw);
  object-fit: cover;
}
.thmb a:hover .img_thmb {
  opacity: 0.75;
}
.txt_post {
  width: calc(100% - 140 / var(--break) * 100vw);
  margin-top: calc(-4 / var(--break) * 100vw);
}
.page_main section.blog_archive {
  padding: calc(20 / var(--break) * 100vw);
  background: #ffd6a2;
  position: relative;
}
.page_main section.blog_archive::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fa8729;
  right: calc(-5 / var(--break) * 100vw);
  bottom: calc(-5 / var(--break) * 100vw);
}
.post_main section.blog_archive:not(:last-child) {
  margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
  color: inherit;
}
.txt_post a:hover {
  text-decoration: underline;
}
.txt_post h4 {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.7;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
.blog_archive .txt_post .date {
  font-weight: 500;
}
.txt_post .txt_excerpt {
  line-height: calc(30 / 18);
  margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
  color: #ff613c;
  text-decoration: underline;
}
.page_main .wp-pagenavi {
  margin-top: calc(60 / var(--break) * 100vw);
  text-align: center;
  font-size: 0.875rem;
}
.page_main .wp-pagenavi a,
.page_main .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #643610;
  color: #643610;
  padding: 0 calc(10 / var(--break) * 100vw);
  margin: calc(2 / var(--break) * 100vw);
  display: inline-block;
}
.page_main .wp-pagenavi span.pages {
  padding: 0 calc(11 / var(--break) * 100vw);
}
.page_main .wp-pagenavi a:hover,
.page_main .wp-pagenavi span.current {
  border-color: #643610;
  background: #643610;
  color: #fff;
}
.page_main .wp-pagenavi span.current {
  font-weight: normal;
}
.post_content li {
  list-style: inherit;
  margin-left: 1.5em;
}
.single_post > h1 {
  background: #643610;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: calc(26 / var(--break) * 100vw);
  line-height: 1.6;
  min-height: calc(80 / var(--break) * 100vw);
  display: flex;
  align-items: center;
  padding-top: calc(8 / var(--break) * 100vw);
  padding-bottom: calc(15 / var(--break) * 100vw);
  padding-left: calc(30 / var(--break) * 100vw);
  padding-right: calc(20 / var(--break) * 100vw);
  position: relative;
}
.single_post > h1::before {
  position: absolute;
  content: "";
  width: calc(10 / var(--break) * 100vw);
  height: 100%;
  left: 0;
  top: 0;
  background: url("images/page/ptn01.png") repeat center/calc(7 / var(--break) * 100vw);
}
.post_content > h2,
.post_content > h3 {
  line-height: 1.6;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-bottom: calc(35 / var(--break) * 100vw);
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
.post_content > h2 {
  background: #68c7b1;
  color: #fff;
  outline: 1px solid #f0f3b0;
  outline-offset: -6px;
  min-height: calc(60 / var(--break) * 100vw);
  display: flex;
  align-items: center;
  padding-top: calc(8 / var(--break) * 100vw);
  padding-bottom: calc(13 / var(--break) * 100vw);
  padding-left: calc(33 / var(--break) * 100vw);
  padding-right: calc(20 / var(--break) * 100vw);
}
.post_content > h2::before, .post_content > h2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) 0px 0px;
  border-color: #d5db55 transparent transparent transparent;
}
.post_content > h2::before {
  left: 0;
  top: 0;
}
.post_content > h2::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.post_content > h3 {
  border-bottom: 1px solid #ff7a0e;
  padding-bottom: calc(13 / var(--break) * 100vw);
  padding-left: calc(30 / var(--break) * 100vw);
}
.post_content > h3::before {
  position: absolute;
  content: "";
  width: calc(20 / var(--break) * 100vw);
  height: calc(20 / var(--break) * 100vw);
  background: #ffcc1c;
  border-radius: 50%;
  top: calc(8 / var(--break) * 100vw);
  left: 0;
}
.post_content > h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #ff7a0e;
  left: 0;
  bottom: -5px;
}
#sidebar .category h4 {
  margin-bottom: calc(20 / var(--break) * 100vw);
}
#sidebar .category ul {
  gap: calc(10 / var(--break) * 100vw) 3%;
}
#sidebar .category ul li {
  font-size: 1rem;
  width: auto;
  overflow: visible;
  white-space: normal;
}
#sidebar .category ul li a {
  border: 1px solid #ff613c;
  background: #ff613c;
  color: #fff;
  padding: calc(4 / var(--break) * 100vw) calc(8 / var(--break) * 100vw);
  line-height: 1.6;
}
#sidebar .category ul li a.is-active {
  background: #fff;
  color: #ff613c;
}
@media (max-width: 767px){
  .single_post > h1 {
    min-height: calc(95 / var(--break) * 100vw);
    padding-top: calc(12 / var(--break) * 100vw);
  }
  .post_content > h2 {
    min-height: calc(90 / var(--break) * 100vw);
    padding-top: calc(14 / var(--break) * 100vw);
    outline-offset: calc(-6 / var(--break) * 100vw);
  }
  .post_content > h3 {
    padding-left: calc(41 / var(--break) * 100vw);
    padding-bottom: calc(8 / var(--break) * 100vw);
  }
  .post_content > h3::before {
    width: calc(32 / var(--break) * 100vw);
    height: calc(32 / var(--break) * 100vw);
    top: calc(9 / var(--break) * 100vw);
  }
  .page_main {
    display: block !important;
  }
  #sidebar {
    width: 100%;
  }
  #sidebar h4 {
    line-height: calc(80 / var(--break) * 100vw);
  }
  .post_main {
    width: 100%;
    margin-bottom: 20vw;
  }
  .thmb {
    width: calc(210 / var(--break) * 100vw);
  }
  .thmb img {
    height: calc(210 / var(--break) * 100vw);
  }
  .txt_post {
    width: calc(100% - 240 / var(--break) * 100vw);
  }
  .txt_post h4 {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .navigation li {
    width: 26.6666666667vw;
  }
  .page_main .wp-pagenavi span.pages,
  .page_main .wp-pagenavi a,
  .page_main .wp-pagenavi span {
    padding: 0.5vw 2vw;
    margin: 0.5333333333vw;
  }
  .page_main section.blog_archive {
    padding-bottom: 6vw;
  }
  .post_main section.blog_archive:not(:last-child) {
    margin-bottom: 6vw;
  }
  .post_main .wp-pagenavi {
    margin-top: 12vw;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
  }
  .single_post > h1 {
    letter-spacing: 0;
    font-size: 1.1875rem;
  }
  .post_content > h2,
  .post_content > h3 {
    letter-spacing: 0;
    font-size: 1.125rem;
  }
  #sidebar .category ul li a {
    border-radius: calc(8 / var(--break) * 100vw);
    padding: calc(4 / var(--break) * 100vw) calc(14 / var(--break) * 100vw);
  }
}

/* フォーマット format
------------------------------------------------------------------*/
.wrap_format01:not(:last-of-type) {
  margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
  max-width: 1000px;
}
.row_format01 .col_img {
  width: 46%;
  max-width: 570px;
}
.row_format01 .col_txt {
  width: 50%;
}
.list_format01 li {
  max-width: 425px;
}
.row_format03 .col_img {
  width: 29%;
  max-width: 350px;
}
.row_format03 .col_txt {
  width: 67%;
}
.row_format03 .copy {
  border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
  content: "";
  position: absolute;
  width: calc(20 / var(--break) * 100vw);
  height: calc(20 / var(--break) * 100vw);
  left: 0;
  top: 0.4em;
  background: #333;
}
.txt_format01 {
  max-width: 1000px;
}
.tbl_fee {
  max-width: 1000px;
}
.tbl_fee table {
  /* border-color: #; */
}
.tbl_fee th {
  /* background: #; */
}
.tbl_fee thead th {
  /* background: #; */
  /* text-align: center; */
}
.tbl_fee thead tr th:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
  /* border-bottom-color: #; */
}
.tbl_fee tbody tr td:not(:last-of-type) {
  /* border-right: 1px solid #; */
}
.tbl_fee01 tbody th {
  text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
  display: none;
}
.box_format03 .col_img {
  width: 31%;
  max-width: 345px;
}
.box_format03 .col_txt {
  width: 65%;
}
.row_format04 .col {
  width: 31.8%;
  max-width: 394px;
  margin-right: 2.3%;
}
.row_format04 .col:nth-child(3n),
.row_format04 .col:last-child {
  margin-right: 0;
}
.row_format04 .col:not(:nth-child(-n+3)) {
  margin-top: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 {
  border: none;
  margin-bottom: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
  width: calc(60 / var(--break) * 100vw);
  height: calc(60 / var(--break) * 100vw);
  left: 0;
  top: 0;
}
.wrap_format01 .box_qa03 .box_a {
  padding-top: calc(30 / var(--break) * 100vw);
  padding-left: calc(100 / var(--break) * 100vw);
}
.box_format04 .ttl {
  font-weight: 300;
  height: calc(50 / var(--break) * 100vw);
}
.list_format02 li:not(:first-child) {
  margin-top: calc(14 / var(--break) * 100vw);
}
.list_format02 .year {
  width: calc(140 / var(--break) * 100vw);
}
.list_format02 .txt {
  width: calc(100% - 140 / var(--break) * 100vw);
}
.risk_format {
  border: 1px solid #333;
}
.risk_format .box {
  overflow-y: scroll;
  max-height: 280px;
  scrollbar-color: #333 #fff;
  scrollbar-width: thin;
}
@media (max-width: 767px) {
  .format {
    padding-bottom: 17vw;
  }
  .wrap_format01:not(:last-of-type) {
    margin-bottom: 20vw;
  }
  .img_format01 {
    max-width: 100%;
  }
  .box_format01 .ttl {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .list_format01 li {
    max-width: 100%;
  }
  .row_format03 .copy {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .row_format03 .copy:before {
    top: 0.55em;
  }
  .txt_format01 {
    max-width: calc(646 / var(--break) * 100vw);
  }
  .tbl_fee {
    max-width: 100%;
  }
  .tbl_fee01 tbody th {
    text-align: left;
  }
  .box_format03 {
    display: block;
  }
  .box_format03 .copy {
    font-size: 1.125rem;
  }
  .row_format04 {
    display: block;
  }
  .row_format04 .col {
    width: 100%;
    max-width: calc(600 / var(--break) * 100vw);
    margin: 0 auto !important;
  }
  .row_format04 .col:not(:first-child) {
    margin-top: calc(60 / var(--break) * 100vw);
    /* !important; */
  }
  .row_format04 .ttl {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .wrap_format01 .box_qa03 .box_a .box {
    width: calc(80 / var(--break) * 100vw);
    height: calc(80 / var(--break) * 100vw);
    font-size: 1.5625rem;
  }
  .tbl_format01.js-scrollable table {
    width: calc(1200 / var(--break) * 100vw);
    font-size: 0.875rem;
  }
  .img_format02 {
    max-width: calc(500 / var(--break) * 100vw);
  }
  .name_format .job {
    font-size: 0.875rem;
    letter-spacing: 0;
  }
  .name_format .ja {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
  .box_format04 .ttl {
    font-size: 1.125rem;
    letter-spacing: 0;
    height: calc(80 / var(--break) * 100vw);
  }
  .list_format02 li:not(:first-child) {
    margin-top: 2vw;
  }
  .list_format02 .year {
    width: calc(200 / var(--break) * 100vw);
  }
  .list_format02 .txt {
    width: calc(100% - 200 / var(--break) * 100vw);
  }
}
