@charset "UTF-8";
/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  color: #2a2a2a;
  max-height: 100%;
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #2a2a2a;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #2a2a2a;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.4s ease;
}

a[href^="tel:"] {
  pointer-events: auto;
}

strong {
  font-weight: normal;
}

ul, ol, li {
  list-style-type: none;
}

body {
  position: relative;
  width: 100%;
  font-family: "noto sans jp", sans-serif;
  box-sizing: border-box;
  color: #2a2a2a;
  overflow: scroll;
}

.no-scroll {
  overflow: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

br.between {
  display: none;
}

.inner {
  position: relative;
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sec_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #2a2a2a;
}

/* Reset end
----------------------------------------------------------- */
.cont {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 80px;
}

.textbox {
  width: 48%;
  display: block;
  box-sizing: border-box;
}

.imagebox {
  width: 48%;
  min-width: 48%;
  max-width: 48%;
  box-sizing: border-box;
}

.cont_title {
  margin-bottom: 33px;
  padding-left: 10px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: justify;
  color: #534740;
}

.cont_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #2a2a2a;
}

.cont_image {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.cont_image img {
  width: 100%;
  height: 100%;
}

.circle_text01 {
  position: absolute;
}

.circle_text02 {
  position: absolute;
}

.circle_text03 {
  position: absolute;
}

.circle_text04 {
  position: absolute;
}

.point {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
}

.point_flexbox {
  margin-bottom: 13.8vw;
}

.point_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

.point_sub {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #333631;
}

.point_num {
  min-width: 80px;
  margin-top: 5px;
  margin-right: 20px;
}

.point_icon {
  width: 66px;
  min-width: 66px;
  margin-right: 20px;
}

.point_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: justify;
  font-feature-settings: "palt";
  color: #534740;
}

.point_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #2a2a2a;
}

.point_image {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.point_image img {
  width: 100%;
  height: 100%;
}

.item_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #2a2a2a;
}

.box_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #2a2a2a;
}

.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gridbox {
  display: grid;
  row-gap: 0px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.price_dbox {
  width: 910px;
  max-width: 100%;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
}

.price_dbox:last-of-type {
  margin-bottom: 55px;
}

.price_dline {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 0.75px solid #a67c52;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.price_term {
  width: 65%;
  padding: 30px 10px 30px 20px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #534740;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  height: 54px;
  border-left: 15px solid #534740;
}

.price_data {
  width: 40%;
  padding: 30px 20px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #534740;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cautionarynote {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #333631;
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .tab {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin-bottom: 17vw;
  }
  a {
    letter-spacing: 0.05em;
  }
  a:hover {
    opacity: 1;
    transition: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .inner {
    padding: 0;
  }
  .sec_text {
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .cont {
    display: block;
    padding: initial;
  }
  .textbox {
    width: 100%;
    min-width: initial;
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 0.2vw;
  }
  .imagebox {
    width: 100%;
    min-width: initial;
    max-width: initial;
    box-sizing: border-box;
    margin: 0 auto 4.2vw;
  }
  .imagebox img {
    width: 100%;
    height: 100%;
  }
  .cont_title {
    font-size: 5.3vw;
    margin-bottom: 4.2vw;
    padding-left: initial;
  }
  .cont_text {
    padding-left: initial;
    padding-right: initial;
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .cont_image {
    margin: 0 auto 4.2vw;
  }
  .cont_image img {
    width: 100%;
    height: 100%;
  }
  .point_flexbox {
    margin-bottom: 13.8vw;
  }
  .point_header {
    display: flex;
    align-items: center;
    margin-bottom: 2.7vw;
    align-items: center;
  }
  .point_header_box {
    margin-bottom: 2vw;
  }
  .point_sub {
    font-size: 3.4vw;
  }
  .point_num {
    width: 10.6vw;
    min-width: 10.6vw;
    margin-right: 5.5vw;
  }
  .point_icon {
    width: 18.13vw;
    min-width: 18.13vw;
    margin-right: 2.7vw;
    margin-bottom: initial;
  }
  .point_icon img {
    width: 100%;
    min-width: 10.6vw;
  }
  .point_title {
    font-size: 5.5vw;
    letter-spacing: 0;
  }
  .point_text {
    font-size: 4vw;
  }
  .point_image {
    margin: 0 auto 4.2vw;
  }
  .point_image img {
    width: 100%;
    height: 100%;
  }
  .item_text {
    font-size: 4vw;
  }
  .box_text {
    font-size: 4vw;
  }
  .flexbox {
    margin: 0 auto;
    display: block;
  }
  .gridbox {
    margin: 0 auto;
    display: grid;
    row-gap: 13.8vw;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: repeat(1, 1fr);
  }
  .price_dbox {
    margin-bottom: 8vw;
  }
  .price_dbox:last-of-type {
    margin-bottom: 8.8vw;
  }
  .price_dline {
    display: block;
    width: 100%;
  }
  .price_dline:nth-of-type(1) {
    margin-bottom: 4.2vw;
  }
  .price_term {
    width: 100%;
    padding: 4vw 4vw 2vw;
    font-size: 6vw;
    letter-spacing: 0.01em;
    line-height: 1.3;
    height: 7.5vw;
    border-left: 2.5vw solid #a67c52;
    margin-bottom: 4.2vw;
  }
  .price_term .s_text {
    font-size: 4.8vw;
    line-height: 1.2;
  }
  .price_data {
    width: 100%;
    padding: 6vw;
    font-size: 6vw;
    justify-content: flex-end;
  }
  .cautionarynote {
    font-size: 3.7vw;
    margin-bottom: 4.2vw;
  }
}
/* セクション、見出し
----------------------------------------------------------- */
.common_sec {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_sec .sec_header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 80px;
  overflow: hidden;
  background: #C2DED4;
}
.common_sec .sec_header:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 181px;
  height: 100px;
  background: url(/denture-lp/images/common/sec_header_before@2x.webp) left bottom/contain no-repeat;
}
.common_sec .sec_header:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 181px;
  height: 100px;
  background: url(/denture-lp/images/common/sec_header_after@2x.webp) right top/contain no-repeat;
}
.common_sec .sec_title {
  position: relative;
  z-index: 2;
  font-family: "noto sans jp", sans-serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #534741;
}
.common_sec .header_text {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.common_sec .sec_body {
  padding: 0 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .common_sec .sec_body {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .common_sec {
    width: 1280px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .common_sec .sec_header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
    border-radius: 0;
  }
  .common_sec .sec_header:before {
    width: 100%;
    height: 100%;
    top: 0;
    background: url(/denture-lp/images/common/sec_header_before@2x.webp) left top/contain no-repeat;
  }
  .common_sec .sec_header:after {
    width: 100%;
    height: 100%;
    top: initial;
    bottom: 0;
    background: url(/denture-lp/images/common/sec_header_after@2x.webp) right bottom/contain no-repeat;
  }
  .common_sec .sec_title {
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .common_sec .header_text {
    font-size: 4.4vw;
  }
  .common_sec .sec_body {
    padding: 0 5.5vw;
  }
}

/* トップに戻るボタン
----------------------------------------------------------- */
.to_top:hover {
  opacity: 0.7;
}

.to_top img {
  position: absolute;
  right: 0;
  left: 875px;
  bottom: 0;
  top: -290px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .to_top {
    right: 10px;
    bottom: 130px;
    text-align: center;
    margin: 20px;
  }
  .to_top img {
    position: unset;
  }
}
html {
  scroll-behavior: smooth;
}

#pagetop {
  /* レイアウト */
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 見た目 */
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
  /* デフォルトは非表示 */
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #pagetop {
    right: 15px;
    bottom: 20vw;
  }
}

/* 矢印 */
.pagetop-arrow {
  width: 56px;
  height: 56px;
  /*
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg); */
}

/* スクロールされたときに適用されるCSS */
#pagetop.visible {
  opacity: 1;
  visibility: visible;
}

/* ヘッダー・フッター・スマホ固定ボタン
----------------------------------------------------------- */
.header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header .header_left {
  padding: 10px 0 0 10px;
}
.header .header_left .page_title {
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #534740;
}
.header .header_left .clinic_box {
  width: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header_left .clinic_name {
  width: 390px;
}
.header .header_left .clinic_name img {
  width: 100%;
}
.header .header_right {
  padding-right: 100px;
  position: relative;
  z-index: 5;
  display: flex;
}
.header .header_right .menu_box {
  display: flex;
}
.header .header_right .menu_box .tel_btn {
  margin: 10px 0 0 0;
  width: 278px;
  box-sizing: border-box;
}
.header .header_right .menu_box .tel_btn a {
  width: 100%;
  height: 100%;
}
.header .header_right .menu_box .tel_btn .text01 {
  font-size: 17px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 1px;
}
.header .header_right .menu_box .tel_btn .tel_num {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -3px;
  padding-left: 0.8em;
  font-size: 32px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.4);
  position: relative;
}
.header .header_right .menu_box .tel_btn .tel_num::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/denture-lp/images/common/h_tel_icon.webp) center/contain no-repeat;
  left: 0;
  width: 22px;
  height: 27px;
}
.header .header_right .menu_box .tel_btn .tel_num::before img {
  width: 100%;
}
.header .header_right .menu_box .reserve_btn {
  margin: 10px 10px 0 0;
  width: 252px;
}
.header .header_right .menu_box .reserve_btn img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1071px) and (min-width: 769px) {
  .header .header_right .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 821px) and (min-width: 769px) {
  .header .header_right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: block;
    width: 100%;
    min-width: initial;
    padding: 0;
    height: 80px;
    box-sizing: border-box;
  }
  .header .header_left {
    padding: 10px 0 0 10px;
  }
  .header .header_left .page_title {
    margin: 0;
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    margin-bottom: 2.5vw;
  }
  .header .header_left .clinic_name {
    width: clamp(280px, 70vw, 70vw);
    margin-bottom: 10px;
  }
  .header .header_left .clinic_name img {
    width: 100%;
  }
  .header .header_left .clinic_box {
    width: clamp(280px, 70vw, 70vw);
    margin-bottom: 10px;
  }
  .header .header_left .clinic_name {
    width: 72.5vw;
  }
  .header .header_left .clinic_name img {
    width: 100%;
  }
  .header .header_left .kamei_logo {
    width: clamp(110px, 27.5vw, 27.7vw);
  }
  .header .header_left .kamei_logo img {
    width: 100%;
  }
  .header .header_right {
    display: none;
  }
}

.ham {
  position: absolute;
  z-index: 1001;
  top: 10px;
  right: 10px;
  width: 90px;
  height: 80px;
  background: #dccd57;
  transition: all 0.4s;
}
.ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #dccd57;
  font-size: 13px;
  text-align: center;
}
.ham a:hover {
  opacity: 1;
}
.ham .menu_text {
  position: absolute;
  top: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.ham .menu_border:nth-of-type(1) {
  top: 40px;
}
.ham .menu_border:nth-of-type(2) {
  top: 50px;
}
.ham .menu_border:nth-of-type(3) {
  top: 60px;
}
.ham a.active span:nth-of-type(1) {
  top: 45px;
  transform: rotate(45deg);
}
.ham a.active span:nth-of-type(2) {
  display: none;
}
.ham a.active span:nth-of-type(3) {
  top: 45px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .ham {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    transition: all 0.4s;
  }
  .ham a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    text-align: center;
  }
  .ham .menu_text {
    position: absolute;
    top: 2.5vw;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .ham .menu_border {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    transition: 0.4s;
  }
  .ham .menu_border:nth-of-type(1) {
    top: 40px;
  }
  .ham .menu_border:nth-of-type(2) {
    top: 50px;
  }
  .ham .menu_border:nth-of-type(3) {
    top: 60px;
  }
  .ham a.active span:nth-of-type(1) {
    top: 45px;
    transform: rotate(45deg);
  }
  .ham a.active span:nth-of-type(2) {
    display: none;
  }
  .ham a.active span:nth-of-type(3) {
    top: 45px;
    transform: rotate(-45deg);
  }
}

.copy_header {
  position: fixed;
  left: 0;
  top: -93px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  background: rgba(254, 251, 244, 0.8);
  transition: 0.4s;
}
.copy_header.show {
  top: 0;
}
.copy_header .header_left {
  padding: 10px 0 0 10px;
}
.copy_header .header_left .page_title {
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #534740;
}
.copy_header .header_left .clinic_box {
  width: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copy_header .header_left .clinic_name {
  width: 398px;
}
.copy_header .header_left .clinic_name img {
  width: 100%;
}
.copy_header .header_right {
  display: flex;
  margin-right: 100px;
}
.copy_header .header_right .menu_box {
  display: flex;
}
.copy_header .header_right .menu_box .tel_btn {
  margin: 10px 0 0 0;
  width: 278px;
  box-sizing: border-box;
}
.copy_header .header_right .menu_box .tel_btn a {
  width: 100%;
  height: 100%;
}
.copy_header .header_right .menu_box .tel_btn .text01 {
  font-size: 17px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 1px;
}
.copy_header .header_right .menu_box .tel_btn .tel_num {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -3px;
  padding-left: 0.8em;
  font-size: 32px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.4);
  position: relative;
}
.copy_header .header_right .menu_box .tel_btn .tel_num::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/denture-lp/images/common/h_tel_icon.webp) center/contain no-repeat;
  left: 0;
  width: 22px;
  height: 27px;
}
.copy_header .header_right .menu_box .tel_btn .tel_num::before img {
  width: 100%;
}
.copy_header .header_right .menu_box .reserve_btn {
  margin: 10px 10px 0 0;
  width: 252px;
}
.copy_header .header_right .menu_box .reserve_btn img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1071px) and (min-width: 769px) {
  .copy_header .header_right .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 819px) and (min-width: 769px) {
  .copy_header .header_right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .copy_header {
    display: none;
  }
}

.copy_ham {
  position: fixed;
  z-index: 1001;
  top: -93px;
  right: 10px;
  width: 90px;
  height: 80px;
  background: #dccd57;
  transition: all 0.4s;
}
.copy_ham.show {
  top: 10px;
}
.copy_ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #dccd57;
  font-size: 13px;
  text-align: center;
}
.copy_ham a:hover {
  opacity: 1;
}
.copy_ham .menu_text {
  position: absolute;
  top: 10px;
  width: 100%;
  color: #754c27;
  text-align: center;
}
.copy_ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #754c27;
  transition: 0.4s;
}
.copy_ham .menu_border:nth-of-type(1) {
  top: 40px;
}
.copy_ham .menu_border:nth-of-type(2) {
  top: 50px;
}
.copy_ham .menu_border:nth-of-type(3) {
  top: 60px;
}
.copy_ham a.active span:nth-of-type(1) {
  top: 45px;
  transform: rotate(45deg);
}
.copy_ham a.active span:nth-of-type(2) {
  display: none;
}
.copy_ham a.active span:nth-of-type(3) {
  top: 45px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .copy_ham {
    display: none;
  }
}

.ham_sitemap {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #dccd57;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ham_sitemap.active {
  opacity: 1;
  visibility: visible;
}
.ham_sitemap .sitemap_inner {
  width: 1280px;
  max-width: 100%;
  padding: 160px 20px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ham_sitemap .link_text {
  position: relative;
  padding-left: 1.5em;
  padding-right: 0.5em;
  margin-right: 5em;
  margin-bottom: 30px;
  color: #754c27;
  box-sizing: border-box;
}
.ham_sitemap .link_text:before {
  content: "▶";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0em;
  font-size: 16px;
  color: #754c27;
}
.ham_sitemap .link_text a {
  position: relative;
  margin-left: 0em;
  padding-left: 1em;
  text-indent: -1.2em;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-wrap: balance;
  color: #754c27;
}
.ham_sitemap .sitemap01 {
  margin-bottom: 35px;
}
.ham_sitemap .sitemap01 .list {
  display: flex;
  flex-wrap: wrap;
}
.ham_sitemap .sitemap01 .item {
  position: relative;
  padding-left: 1.5em;
  padding-right: 0.5em;
  margin-right: 5em;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap01 .item:before {
  content: "▶";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0em;
  font-size: 16px;
  color: #754c27;
}
.ham_sitemap .sitemap01 .item a {
  letter-spacing: 0.1em;
  color: #754c27;
  font-size: 17px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 969px) and (min-width: 769px) {
  .ham_sitemap .sitemap01 .item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ham_sitemap {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: gba(255, 222, 171, 0.95);
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .ham_sitemap.active {
    opacity: 1;
    visibility: visible;
  }
  .ham_sitemap .sitemap_inner {
    width: 1280px;
    max-width: 100%;
    padding: 21.3vw 5vw 4.2vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ham_sitemap .link_text {
    position: relative;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .ham_sitemap .link_text:before {
    display: none;
  }
  .ham_sitemap .link_text a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 6vw 0 6% 4vw;
    border-bottom: 1px solid #754c27;
    box-sizing: border-box;
    color: #754c27;
    font-size: 4.4vw;
  }
  .ham_sitemap .text {
    padding: 4vw 0 4vw 4vw;
    margin-bottom: 0;
    font-size: 4.4vw;
    color: #754c27;
  }
  .ham_sitemap .ham_clinic {
    width: 91.5vw;
    margin-bottom: 2.4vw;
  }
  .ham_sitemap .ham_clinic img {
    width: 100%;
  }
  .ham_sitemap .sitemap01 {
    margin-bottom: 0;
  }
  .ham_sitemap .sitemap01 .list {
    display: block;
  }
  .ham_sitemap .sitemap01 .link_text {
    padding: 0 0 6vw;
    text-indent: initial;
  }
  .ham_sitemap .sitemap01 .link_text a {
    padding: 6vw 0vw 6vw 9vw;
  }
  .ham_sitemap .sitemap01 .item {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .ham_sitemap .sitemap01 .item:before {
    display: none;
  }
  .ham_sitemap .sitemap01 .item a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 6vw 0 6vw 4vw;
    text-indent: initial;
    border-bottom: 1px solid #754c27;
    box-sizing: border-box;
    color: #754c27;
    font-size: 4.4vw;
  }
  .ham_sitemap .nav_contact {
    background-color: #f9f9f5;
    padding: 11.25vw 5.5vw;
    text-align: center;
  }
  .ham_sitemap .nav_contact .text01 {
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    margin-bottom: 8.75vw;
    color: #754c27;
  }
  .ham_sitemap .nav_contact .text_zip {
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    color: #754c27;
    margin-bottom: 8.75vw;
  }
  .ham_sitemap .nav_contact .text_zip span {
    font-size: 4vw;
    letter-spacing: 0.2em;
    color: #754c27;
  }
  .ham_sitemap .nav_contact .recruit_btn {
    width: 100%;
    margin-bottom: 4vw;
  }
  .ham_sitemap .nav_contact .recruit_btn img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ham_sitemap .nav_contact .tel_btn {
    width: 100%;
    margin-bottom: 4vw;
  }
  .ham_sitemap .nav_contact .tel_btn img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ham_sitemap .nav_contact .tel_btn .tel-info .title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.5vw auto 1.25vw;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #f7b52c;
    box-sizing: border-box;
    position: relative;
  }
  .ham_sitemap .nav_contact .tel_btn .tel-info .title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -39px;
    border-bottom: 0.25vw solid #f7b52c;
    width: 35px;
    height: 1px;
  }
  .ham_sitemap .nav_contact .tel_btn .tel-info .title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -39px;
    border-bottom: 0.25vw solid #f7b52c;
    width: 35px;
    height: 1px;
  }
  .ham_sitemap .nav_contact .tel_btn .tel-info .text {
    padding: 0 0 4vw 2.5vw;
    font-size: 3.75vw;
    letter-spacing: 0.018em;
  }
  .ham_sitemap .nav_contact .reserve_btn {
    width: 100%;
    margin-bottom: 8vw;
  }
  .ham_sitemap .nav_contact .reserve_btn img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ham_sitemap .nav_contact .timetable {
    width: 91.5vw;
    margin: 0 auto;
  }
  .ham_sitemap .nav_contact .timetable img {
    width: 100%;
  }
}

.footer {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  padding-top: 6.9vw;
}
.footer .flex_box {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .upper_box {
  width: 1280px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer .upper_box .f_header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 65px;
}
.footer .upper_box .f_header .clinic_logo {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.footer .upper_box .f_header .clinic_name {
  width: 886px;
  text-align: center;
  margin: 25px auto 25px;
}
.footer .upper_box .f_header .address_text {
  font-size: 21px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #534740;
}
.footer .lower_box {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto 60px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}
.footer .lower_box .left {
  box-sizing: border-box;
  width: 50%;
  height: 100%;
}
.footer .lower_box .left .annai {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  color: #534740;
  margin-bottom: 20px;
}
.footer .lower_box .left .access {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
.footer .lower_box .left .access .dbox {
  width: 100%;
  max-width: 100%;
}
.footer .lower_box .left .access .dline {
  width: 100%;
  height: 86px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.footer .lower_box .left .access .term {
  width: 20%;
  height: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .lower_box .left .access .data {
  width: 60%;
  padding-left: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #534740;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .lower_box .left .access .by_text {
  padding: 10px 0px 10px 0px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #534740;
}
.footer .lower_box .left .access .dbox:nth-of-type(3) .term {
  padding: 25px 10px;
  align-items: flex-start;
}
.footer .lower_box .right {
  box-sizing: border-box;
  width: 50%;
}
.footer .map {
  width: 1130px;
  max-width: 100%;
  margin: 0 auto 80px;
  height: 502px;
}
.footer .map iframe {
  width: 100%;
  height: 100%;
}
.footer .flexbox {
  padding-bottom: 80px;
}
.footer .flexbox .link_clinic {
  width: 528px;
  margin: 0 auto;
}
.footer .flexbox .link_clinic img {
  width: 100%;
}
.footer .copy {
  padding: 20px;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    min-width: initial;
  }
  .footer .flex_box {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .upper_box {
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto 10vw;
    box-sizing: border-box;
  }
  .footer .upper_box .f_header {
    width: 100%;
    margin: 0 auto 8vw;
  }
  .footer .upper_box .f_header .clinic_logo {
    width: 50vw;
    margin: 0 auto;
    margin-bottom: 4.3vw;
  }
  .footer .upper_box .f_header .clinic_logo img {
    width: 100%;
  }
  .footer .upper_box .f_header .clinic_name {
    width: 76.5vw;
    text-align: center;
    margin: 0 auto 4.5vw;
  }
  .footer .upper_box .f_header .clinic_name img {
    width: 100%;
  }
  .footer .upper_box .f_header .address_text {
    font-size: 5vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .footer .lower_box {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto 8vw;
    display: block;
    box-sizing: border-box;
  }
  .footer .lower_box .left {
    box-sizing: border-box;
    width: 100%;
  }
  .footer .lower_box .left .annai {
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.7;
    margin-bottom: 0;
  }
  .footer .lower_box .left .access {
    width: 100%;
    padding: 7.75vw 5.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
  }
  .footer .lower_box .left .access .title {
    width: 37vw;
    margin-bottom: 7vw;
  }
  .footer .lower_box .left .access .title img {
    width: 100%;
  }
  .footer .lower_box .left .access .dbox {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .footer .lower_box .left .access .dline {
    width: 100%;
    height: 22.93vw;
  }
  .footer .lower_box .left .access .term {
    width: 28%;
    padding: 0px 2.5vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .lower_box .left .access .term img {
    width: 100%;
  }
  .footer .lower_box .left .access .data {
    width: 72%;
    padding-left: 0;
    font-size: 4vw;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer .lower_box .left .access .by_text {
    font-size: 4vw;
    padding: 2.5vw 0 2.5vw 3vw;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .footer .lower_box .left .access .dbox:nth-of-type(2) .term {
    padding: 4.25vw 4.5vw;
    align-items: flex-start;
  }
  .footer .lower_box .right {
    box-sizing: border-box;
    width: 94vw;
    height: 44.75vw;
    margin: 0 auto;
  }
  .footer .lower_box .right img {
    width: 100%;
  }
  .footer .map {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 6vw;
    height: 125.5vw;
  }
  .footer .map iframe {
    width: 100%;
    height: 100%;
  }
  .footer .flexbox {
    width: 90vw;
    margin: 0 auto;
    padding-bottom: 6vw;
  }
  .footer .flexbox .link_clinic {
    width: 90vw;
    margin: 0 auto;
  }
  .footer .flexbox .link_clinic img {
    width: 100%;
  }
  .footer .copy {
    padding: 4vw;
    font-size: 4vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .sp_fixed {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 17.5vw;
    display: flex;
    box-sizing: border-box;
    background-color: #ccc;
  }
  .sp_fixed .fix_tel {
    width: 50%;
  }
  .sp_fixed .fix_tel img {
    width: 100%;
  }
  .sp_fixed .fix_reserve {
    width: 50%;
  }
  .sp_fixed .fix_reserve img {
    width: 100%;
  }
}

/* セクション
----------------------------------------------------------- */
.mainvisual {
  min-width: 1024px;
  position: relative;
  height: 50.78vw;
  background: url(/denture-lp/images/image_key.webp) center/cover no-repeat;
}
.mainvisual .text {
  padding-top: 15vw;
  padding-right: 45vw;
  margin-bottom: 20px;
  text-align: center;
}
.mainvisual .text img {
  width: 42.343vw;
  height: 25.078vw;
}
.mainvisual .jiseki {
  margin-top: -6.259vw;
  padding-left: 45vw;
  margin-bottom: 20px;
  text-align: center;
}
.mainvisual .jiseki img {
  width: 40.156vw;
  height: 15.859vw;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    min-width: initial;
    position: relative;
    height: 137.5vw;
    background: url(../images/image_key_sp.webp) center/cover no-repeat;
  }
  .mainvisual .text {
    width: 86.25vw;
    max-width: 90%;
    height: 48vw;
    padding-top: 27vw;
    padding-left: initial;
    padding-right: initial;
    margin: 0 auto;
    text-align: center;
  }
  .mainvisual .text img {
    width: 100%;
    height: 100%;
  }
  .mainvisual .jiseki {
    margin-top: 32.341vw;
    padding-left: initial;
    margin-bottom: 0;
    text-align: center;
  }
  .mainvisual .jiseki img {
    width: 77vw;
    height: 30.375vw;
  }
}

.sec01 {
  min-width: 1024px;
  margin-top: 100px;
  margin-bottom: 0;
  background-color: rgba(241, 218, 36, 0.12);
  position: relative;
}
.sec01 .fuan_box {
  position: absolute;
  top: -86px;
  left: 50%;
  transform: translateX(-50%);
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-around;
}
.sec01 .title {
  padding-top: 150px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(21px, 2.812vw, 36px);
  letter-spacing: 0.15em;
  text-align: center;
  color: #534740;
}
.sec01 .title .l_text {
  font-size: clamp(26px, 3.437vw, 44px);
}
.sec01 .title .o_text {
  color: #f15a24;
}
.sec01 .comment_box {
  width: 870px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.sec01 .comment_box .image {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
}
.sec01 .comment_box .image img {
  width: 100%;
}
.sec01 .comment_box .text {
  width: 75%;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}
.sec01 .btn_box {
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.sec01 .btn_box .link:nth-of-type(1) {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    min-width: initial;
    margin-bottom: 0vw;
  }
  .sec01 .fuan_box {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    top: -16.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .sec01 .fuan_box .fuan01 {
    order: 2;
    width: 43.25vw;
    height: 37.75vw;
  }
  .sec01 .fuan_box .fuan01 img {
    width: 100%;
  }
  .sec01 .fuan_box .fuan02 {
    order: 1;
    width: 40.75vw;
    height: 37.75vw;
    margin: 0 20vw;
  }
  .sec01 .fuan_box .fuan02 img {
    width: 100%;
  }
  .sec01 .fuan_box .fuan03 {
    order: 3;
    width: 46.075vw;
    height: 37.75vw;
  }
  .sec01 .fuan_box .fuan03 img {
    width: 100%;
  }
  .sec01 .title_flex {
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    padding: 0 5.5vw;
    margin-bottom: 4.2vw;
  }
  .sec01 .title_flex .image {
    width: 31.75vw;
    min-width: 31.75vw;
    max-width: 31.75vw;
  }
  .sec01 .title_flex .image img {
    width: 100%;
  }
  .sec01 .title_flex .title {
    padding-top: 62vw;
    font-size: 5.5vw;
    letter-spacing: 0.07em;
    text-align: left;
    color: #534740;
  }
  .sec01 .title_flex .title .l_text {
    font-size: 7vw;
  }
  .sec01 .comment_box {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4.2vw;
    padding: 0 5.5vw;
  }
  .sec01 .comment_box .image {
    width: %;
    min-width: 100%;
    max-width: 100%;
  }
  .sec01 .comment_box .image img {
    width: 100%;
  }
  .sec01 .comment_box .text {
    width: 100%;
    font-size: 5vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .sec01 .btn_box {
    width: 90vw;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 12.5vw;
  }
  .sec01 .btn_box .link:nth-of-type(1) {
    margin-right: initial;
  }
  .sec01 .btn_box .link:nth-of-type(1) img {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec01 .btn_box .link:nth-of-type(2) {
    margin-right: initial;
  }
  .sec01 .btn_box .link:nth-of-type(2) img {
    width: 100%;
  }
}

.sec02 {
  overflow-x: hidden;
  min-width: 1024px;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto 100px;
}
.sec02 .inner {
  padding: 0;
}
.sec02 .upper_box {
  background-color: #b0c9d7;
  position: relative;
}
.sec02 .upper_box .flexbox {
  width: 770px;
  max-width: 100%;
  margin: 0 auto;
}
.sec02 .upper_box .image {
  margin-right: 30px;
}
.sec02 .upper_box .title {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-color: #00517f;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.sec02 .upper_box .title .s_text {
  font-size: 27px;
}
.sec02 .upper_box .title .b_text {
  font-size: 43.44px;
  font-weight: 600;
  color: #00517f;
}
.sec02 .upper_box .title::before {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 9px;
  background: url(/denture-lp/images/sec02_title_question.webp) center/contain no-repeat;
  width: 25px;
  height: 43px;
}
.sec02 .upper_box .gridbox {
  width: 1030px;
  max-width: 100%;
  margin: -65px auto 0;
  -moz-column-gap: 5px;
       column-gap: 5px;
  grid-template-columns: repeat(5, 1fr);
}
.sec02 .upper_box .gridbox .item {
  box-sizing: border-box;
  width: 190px;
  height: 190px;
  background-color: #00517f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .upper_box .gridbox .item .text {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
.sec02 .upper_box .gridbox .item .text .w_text {
  color: #fcee21;
}
.sec02 .upper_box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -184.5px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #b0c9d7;
  width: 100%;
  height: 185px;
}
.sec02 .middle_box {
  margin-top: 245px;
  position: relative;
}
.sec02 .middle_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -160px;
  right: -160px;
  background: url(/denture-lp/images/sec02_rouhuhu.webp) center/contain no-repeat;
  width: 1212px;
  height: 554px;
}
.sec02 .middle_box .box_title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 21px 100px clamp(56px, 7.421vw, 95px);
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(32px, 3.125vw, 40px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: right;
  color: #534740;
}
.sec02 .middle_box .box_title .highlight {
  font-size: clamp(43px, 4.296vw, 55px);
  letter-spacing: 0.15em;
  color: #a67c52;
  background: linear-gradient(transparent 70%, yellow 70%);
}
.sec02 .middle_box .box_title::before {
  content: "";
  position: absolute;
  top: -115px;
  left: clamp(59px, 7.812vw, 100px);
  background: url(/denture-lp/images/sec02_image02.webp) center/contain no-repeat;
  width: 245px;
  height: 184px;
}
.sec02 .middle_box .message_box {
  width: 960px;
  height: 266px;
  max-width: 100%;
  margin: 0 auto 80px;
  background-color: #c69c6d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .middle_box .message_box .image {
  height: 266px;
  margin-right: 10px;
  position: relative;
}
.sec02 .middle_box .message_box .image img {
  position: relative;
  top: -33px;
  left: 0;
  width: 204px;
  height: 299px;
}
.sec02 .middle_box .message_box .message .text01 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 10px;
}
.sec02 .middle_box .message_box .message .text02 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 37.35px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  position: relative;
}
.sec02 .middle_box .message_box .message .text02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 288px;
  background: url(/denture-lp/images/text02_line.webp) center/contain no-repeat;
  width: 270px;
  height: 18px;
}
.sec02 .middle_box .message_box .message .text02 .d_text {
  font-size: 43.18px;
  -webkit-text-emphasis: sesame #fcee21;
          text-emphasis: sesame #fcee21;
}
.sec02 .middle_box .message_box .message .text02 .l_text {
  font-size: 43.18px;
}
.sec02 .lower_box {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.sec02 .lower_box .title {
  box-sizing: border-box;
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #534740;
}
.sec02 .lower_box .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(/denture-lp/images/icon_tooth.webp) center/contain no-repeat;
  width: 60px;
  height: 51px;
}
.sec02 .lower_box .cont {
  width: 1050px;
  max-width: 100%;
}
.sec02 .lower_box .textbox {
  width: 68%;
  margin-right: 50px;
}
.sec02 .lower_box .textbox .cont_text {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
.sec02 .lower_box .textbox .r_text {
  color: #f15a24;
}
.sec02 .lower_box .imagebox {
  width: 32%;
  min-width: 32%;
  max-width: 32%;
}
.sec02 .lower_box .gridbox {
  box-sizing: border-box;
  width: 1170px;
  max-width: 100%;
  margin: 0 auto 80px;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
.sec02 .lower_box .gridbox .point_item {
  box-sizing: border-box;
  height: 100%;
  min-height: 268px;
  background: url(/denture-lp/images/sec02_point_bg.webp) center/cover no-repeat;
  padding: 15px 25px;
}
.sec02 .lower_box .gridbox .point_item .item_subtitle {
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 15px;
}
.sec02 .lower_box .gridbox .point_item .item_title {
  height: 2.5em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  font-weight: lighter;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.sec02 .lower_box .gridbox .point_item .item_text {
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #fff;
}
.sec02 .lower_box .text {
  width: 905px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #534740;
}
.sec02 .lower_box .text .u_text {
  border-bottom: dotted 4px #d47d47;
}
@media screen and (max-width: 1104px) and (min-width: 769px) {
  .sec02 .upper_box .gridbox {
    width: 625px;
    max-width: 100%;
    margin: 0 auto;
    margin: -65px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: initial;
  }
  .sec02 .upper_box .gridbox .item:nth-of-type(1),
  .sec02 .upper_box .gridbox .item:nth-of-type(2),
  .sec02 .upper_box .gridbox .item:nth-of-type(4) {
    margin-right: 20px;
  }
  .sec02 .upper_box .gridbox .item:nth-of-type(1),
  .sec02 .upper_box .gridbox .item:nth-of-type(2),
  .sec02 .upper_box .gridbox .item:nth-of-type(3) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    min-width: initial;
    width: 100%;
    margin: 0;
    margin-bottom: 20.7vw;
  }
  .sec02 .upper_box {
    background-color: #b0c9d7;
    position: relative;
  }
  .sec02 .upper_box .flexbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .sec02 .upper_box .image {
    width: 28vw;
    height: 37.275vw;
    margin-right: 3vw;
  }
  .sec02 .upper_box .title {
    padding-top: 8vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 8vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-feature-settings: "palt";
    text-align: left;
    margin-bottom: 4.2vw;
  }
  .sec02 .upper_box .title .s_text {
    font-size: 5vw;
  }
  .sec02 .upper_box .title .b_text {
    font-size: 8.25vw;
    font-weight: 600;
    color: #00517f;
  }
  .sec02 .upper_box .title::before {
    content: "";
    position: absolute;
    bottom: 3vw;
    right: 14vw;
    width: 6.25vw;
    height: 10.75vw;
  }
  .sec02 .upper_box .gridbox {
    width: 96vw;
    max-width: 100%;
    margin: 0 auto;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: initial;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sec02 .upper_box .gridbox .item {
    box-sizing: border-box;
    width: 42.75vw;
    height: 42.75vw;
    background-color: #00517f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec02 .upper_box .gridbox .item .text {
    font-size: 5.25vw;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .sec02 .upper_box .gridbox .item .text .w_text {
    color: #fcee21;
  }
  .sec02 .upper_box .gridbox .item:nth-of-type(1),
  .sec02 .upper_box .gridbox .item:nth-of-type(3) {
    margin-right: 4vw;
  }
  .sec02 .upper_box .gridbox .item:nth-of-type(1),
  .sec02 .upper_box .gridbox .item:nth-of-type(2) {
    margin-bottom: 4vw;
  }
  .sec02 .upper_box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10.5vw;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #b0c9d7;
    width: 100%;
    height: 10.5vw;
  }
  .sec02 .middle_box {
    margin-top: 30vw;
    position: relative;
  }
  .sec02 .middle_box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 23vw;
    right: 0;
    background: url(/denture-lp/images/sec02_rouhuhu_sp.webp) center/contain no-repeat;
    width: 100vw;
    height: 70.25vw;
  }
  .sec02 .middle_box .box_title {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 50.5vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6.3vw;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    line-height: 1.6;
    text-align: right;
    color: #534740;
  }
  .sec02 .middle_box .box_title .highlight {
    font-size: 8.75vw;
    letter-spacing: 0.15em;
    color: #a67c52;
    background: linear-gradient(transparent 70%, yellow 70%);
  }
  .sec02 .middle_box .box_title::before {
    content: "";
    position: absolute;
    top: -19vw;
    left: 9vw;
    background: url(/denture-lp/images/sec02_image02.webp) center/contain no-repeat;
    width: 42.5vw;
    height: 31.875vw;
  }
  .sec02 .middle_box .message_box {
    width: 90%;
    height: 68.7vw;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    display: block;
  }
  .sec02 .middle_box .message_box .image {
    height: initial;
    margin-right: initial;
    position: relative;
  }
  .sec02 .middle_box .message_box .image img {
    position: absolute;
    top: 22.75vw;
    left: 0;
    width: 31.5vw;
    height: 46vw;
  }
  .sec02 .middle_box .message_box .message {
    padding: 5.5vw;
    position: relative;
  }
  .sec02 .middle_box .message_box .message .text01 {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-size: 5.25vw;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 2.5vw;
  }
  .sec02 .middle_box .message_box .message .image {
    position: absolute;
    bottom: 0;
    left: -2vw;
    width: 31.5vw;
    height: 46vw;
  }
  .sec02 .middle_box .message_box .message .text02 {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-right: 4vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6.5vw;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    position: relative;
  }
  .sec02 .middle_box .message_box .message .text02::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5vw;
    background: url(/denture-lp/images/text02_line_sp.webp) center/contain no-repeat;
    width: 40vw;
    height: 2.625vw;
  }
  .sec02 .middle_box .message_box .message .text02 .d_text {
    font-size: 8vw;
    -webkit-text-emphasis: sesame #fcee21;
            text-emphasis: sesame #fcee21;
  }
  .sec02 .middle_box .message_box .message .text02 .l_text {
    font-size: 8vw;
  }
  .sec02 .lower_box {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw;
  }
  .sec02 .lower_box .title {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw;
    position: relative;
    padding-left: 17.5vw;
    margin-bottom: 4.2vw;
    font-size: 5.95vw;
    letter-spacing: 0.1em;
    color: #534740;
  }
  .sec02 .lower_box .title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(/denture-lp/images/icon_tooth.webp) center/contain no-repeat;
    width: 60px;
    height: 51px;
  }
  .sec02 .lower_box .cont {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8.4vw;
  }
  .sec02 .lower_box .textbox {
    width: 108%;
    margin-right: initial;
  }
  .sec02 .lower_box .textbox .cont_text {
    font-size: 4vw;
    letter-spacing: 0.15em;
    line-height: 1.8;
    font-weight: initial;
  }
  .sec02 .lower_box .textbox .r_text {
    color: #f15a24;
  }
  .sec02 .lower_box .imagebox {
    width: 85vw;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec02 .lower_box .imagebox img {
    width: 85vw;
  }
  .sec02 .lower_box .gridbox {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 8vw;
    gap: 4.2vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec02 .lower_box .gridbox .point_item {
    box-sizing: border-box;
    width: 77vw;
    min-height: initial;
    margin: 0 auto;
    background: initial;
    position: relative;
    padding: 3.75vw 7.5vw 3.5vw 5.5vw;
  }
  .sec02 .lower_box .gridbox .point_item::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #d3868d;
    width: 74.66vw;
    height: 95%;
  }
  .sec02 .lower_box .gridbox .point_item::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    border-radius: 296px 0 0 0;
    background-color: rgba(255, 205, 186, 0.2);
    width: 74.66vw;
    height: 51.5vw;
  }
  .sec02 .lower_box .gridbox .point_item .item_subtitle {
    font-size: 4.675vw;
    letter-spacing: 0.1em;
    margin-bottom: 3.75vw;
  }
  .sec02 .lower_box .gridbox .point_item .item_title {
    height: 2.5em;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6.375vw;
    font-weight: lighter;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.75vw;
  }
  .sec02 .lower_box .gridbox .point_item .item_text {
    font-size: 4vw;
    font-weight: lighter;
    letter-spacing: 0.04em;
    line-height: 1.6;
    padding-bottom: 3.5vw;
  }
  .sec02 .lower_box .text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: 4.8vw;
    letter-spacing: 0.08em;
    line-height: 2;
  }
  .sec02 .lower_box .text .u_text {
    border-bottom: dotted 1vw #d47d47;
  }
}

.sec03 {
  min-width: 1024px;
  width: 100%;
  max-width: 100%;
  background-color: #fcf4ec;
  padding: 75px 0;
  margin-bottom: 100px;
}
.sec03 .inner {
  width: 840px;
  position: relative;
}
.sec03 .inner::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 6%;
  transform: translateX(-50%);
  background: url(/denture-lp/images/text_check.webp) center/contain no-repeat;
  width: 246px;
  height: 111px;
}
.sec03 .subtitle {
  font-size: 18px;
  text-align: center;
  color: #534740;
  margin-bottom: 30px;
}
.sec03 .subtitle .l_text {
  font-size: 24px;
  font-weight: 600;
  color: #534740;
}
.sec03 .title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 32px;
  text-align: center;
}
.sec03 .image {
  width: 664px;
  margin: -28px 0px 50px auto;
}
.sec03 .image img {
  width: 100%;
}
.sec03 .text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec03 {
    min-width: initial;
    margin-bottom: 13.8vw;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 18vw 5.5vw 13.8vw;
  }
  .sec03 .inner {
    width: 840px;
    position: relative;
  }
  .sec03 .inner::before {
    content: "";
    position: absolute;
    top: -27.5vw;
    left: 28%;
    transform: translateX(-50%);
    background: url(/denture-lp/images/text_check_sp.webp) center/contain no-repeat;
    width: 44.5vw;
    height: 20.0975vw;
  }
  .sec03 .subtitle {
    font-size: 4.5vw;
    letter-spacing: 0.25em;
    font-feature-settings: "palt";
    margin-bottom: 4.2vw;
  }
  .sec03 .subtitle .l_text {
    font-size: 4.5vw;
    font-weight: 600;
  }
  .sec03 .title {
    font-size: 6.5vw;
    text-align: center;
  }
  .sec03 .image {
    width: 85vw;
    margin: 0 auto 4.2vw;
  }
  .sec03 .image img {
    width: 100%;
  }
  .sec03 .text {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
}

.sec04 {
  min-width: 1024px;
  margin-bottom: 100px;
}
.sec04 .point_header .icon {
  width: 66px;
  min-width: 66px;
  margin-right: 15px;
}
.sec04 .point_header .icon img {
  width: 100%;
}
.sec04 .sec_title {
  text-align: center;
  margin-bottom: 80px;
}
.sec04 .point01 {
  margin-bottom: 70px;
}
.sec04 .point01 .textbox {
  margin-right: 45px;
}
.sec04 .point02 {
  margin-bottom: 70px;
  flex-direction: row-reverse;
}
.sec04 .point02 .textbox {
  margin-left: 45px;
}
.sec04 .point03 {
  margin-bottom: 70px;
}
.sec04 .point03 .textbox {
  margin-right: 45px;
}
.sec04 .point04 {
  margin-bottom: 70px;
  flex-direction: row-reverse;
}
.sec04 .point04 .textbox {
  margin-left: 45px;
}
.sec04 .point05 {
  margin-bottom: 70px;
}
.sec04 .point05 .textbox {
  margin-right: 45px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    min-width: initial;
    margin-bottom: 13.8vw;
  }
  .sec04 .point_header .icon {
    width: 14.025vw;
    min-width: 14.025vw;
    margin-right: 4.75vw;
  }
  .sec04 .point_header .icon img {
    width: 100%;
  }
  .sec04 .sec_body {
    padding: 0 5.5vw;
  }
  .sec04 .sec_title {
    text-align: center;
    margin-bottom: 6vw;
  }
  .sec04 .sec_title img {
    width: 93vw;
  }
  .sec04 .point01 {
    margin-bottom: 13.8vw;
  }
  .sec04 .point01 .textbox {
    margin-right: initial;
  }
  .sec04 .point02 {
    margin-bottom: 13.8vw;
    flex-direction: row-reverse;
  }
  .sec04 .point02 .textbox {
    margin-left: initial;
  }
  .sec04 .point03 {
    margin-bottom: 13.8vw;
  }
  .sec04 .point03 .textbox {
    margin-right: initial;
  }
  .sec04 .point04 {
    margin-bottom: 13.8vw;
    flex-direction: row-reverse;
  }
  .sec04 .point04 .textbox {
    margin-left: initial;
  }
  .sec04 .point05 {
    margin-bottom: initial;
  }
  .sec04 .point05 .textbox {
    margin-right: initial;
  }
}

.sec05 {
  min-width: 1024px;
  padding-bottom: 80px;
  position: relative;
  /*---- 改造中 ----*/
  /*.dline:nth-child(even) {
      background-color: rgba(255, 255, 255, 0.5);
  } */
  /*---- タブの切り替え start ----*/
  /*---- タブの切り替え end ----*/
}
.sec05 .sec_title {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto 80px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #f15a24;
  border-bottom: 1px solid #f15a24;
}
.sec05 .databox {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px;
  background-color: #fcf6f2;
  box-sizing: border-box;
}
.sec05 .comparison {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
.sec05 .comparison::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/denture-lp/images/sec05_arrow.webp) center/contain no-repeat;
  width: 19px;
  height: 22px;
}
.sec05 .left_box {
  width: 45%;
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
}
.sec05 .right_box {
  width: 45%;
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
}
.sec05 .before_box {
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 36px;
  letter-spacing: 0.2em;
  color: #534740;
}
.sec05 .after_box {
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 36px;
  letter-spacing: 0.2em;
  color: #534740;
}
.sec05 .dbox {
  position: relative;
  /* &::before {
      content: "";
      position: absolute;
      right:  -10px;
      bottom: -30px;
      width:  216px;
      height: 179px;
      background: url(../images/sec04_message.webp) center /contain no-repeat;
  } */
}
.sec05 .dline {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 10px 30px;
  margin-bottom: 10px;
}
.sec05 .dline:nth-of-type(6) {
  border: 0.75px solid #d47d47;
}
.sec05 .term {
  width: 100%;
  color: #8E796E;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #2a2a2a;
  box-sizing: border-box;
}
.sec05 .data {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #534740;
  box-sizing: border-box;
}
.sec05 .data_m {
  padding: 20px;
  padding-right: 210px;
}
.sec05 .tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec05 .tab_label {
  box-sizing: border-box;
  min-width: 210px;
  max-width: 210px;
  height: 60px;
  color: #2a2a2a;
  background-color: #e9bda1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: 5px 0;
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
  padding-right: 1em;
  position: relative;
}
.sec05 .tab_label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background: url(/denture-lp/images/sec05_btn_arrow.webp) center/contain no-repeat;
  width: 26px;
  height: 26px;
}
.sec05 .tab_label:hover {
  opacity: 0.75;
}
.sec05 .tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
}
.sec05 input[name=tab_switch] {
  display: none;
}
.sec05 .tabs input:checked + .tab_label {
  min-width: 210px;
  max-width: 210px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #2a2a2a;
  border: solid 2px #d47d47;
  background-color: #fff;
  box-sizing: border-box;
  padding-right: 1em;
}
.sec05 .tabs input:checked + .tab_label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #d47d47 transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}
.sec05 #tab01:checked ~ #tab01_content,
.sec05 #tab02:checked ~ #tab02_content,
.sec05 #tab03:checked ~ #tab03_content,
.sec05 #tab04:checked ~ #tab04_content {
  display: block;
}
.sec05 .tab_content {
  position: relative;
  animation: fadeIn 1s ease;
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .sec05 .sec_title {
    font-size: 5.4vw;
    letter-spacing: 0.1em;
  }
  .sec05 .databox {
    padding: 3vw;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .sec05 .tabs {
    justify-content: center;
  }
  .sec05 .data_m {
    padding: 20px;
    padding-right: 20.5vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .sec05 .tabs {
    justify-content: center;
  }
  .sec05 .tab_label {
    height: 60px;
    font-size: 2.5vw;
    margin: 1vw 1vw 3vw;
  }
  .sec05 .tabs input:checked + .tab_label {
    height: 60px;
    font-size: 2.5vw;
  }
  .sec05 .dbox {
    position: relative;
  }
  .sec05 .dbox::before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -30px;
    width: 19.7vw;
    height: 16.3vw;
    background: url(../images/sec04_message.webp) center/contain no-repeat;
  }
  .sec05 .data_m {
    padding: 20px;
    padding-right: 19.5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec05 {
    min-width: initial;
    padding: 8vw 0 13.8vw;
    position: relative;
    /*---- 改造中 ----*/
    /* .dline:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.5);
    } */
    /*---- タブの切り替え start ----*/
    /*---- タブの切り替え end ----*/
  }
  .sec05 .sec_title {
    width: 93vw;
    margin: 0 auto 13.8vw;
    position: relative;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6.4vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 4.2vw 0;
    border-top: 0.25vw solid #f15a24;
    border-bottom: 0.25vw solid #f15a24;
  }
  .sec05 .databox {
    width: 100%;
    margin: 0 auto;
    padding: 4vw;
    background-color: #fcf6f2;
    box-sizing: border-box;
  }
  .sec05 .comparison {
    display: flex;
    margin: 0 auto;
    margin-bottom: 4vw;
    position: relative;
  }
  .sec05 .comparison::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/denture-lp/images/sec05_arrow.webp) center/contain no-repeat;
    width: 2.75vw;
    height: 3.5vw;
  }
  .sec05 .left_box {
    width: 49%;
    margin: 0 2vw;
    padding-bottom: 2vw;
    text-align: center;
  }
  .sec05 .right_box {
    width: 49%;
    margin: 0 2vw;
    padding-bottom: 2vw;
    text-align: center;
  }
  .sec05 .before_box {
    height: 7.2vw;
    border-radius: 2.6vw;
    margin-bottom: 2.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .sec05 .after_box {
    height: 7.2vw;
    border-radius: 2.6vw;
    margin-bottom: 2.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .sec05 .dbox {
    position: relative;
  }
  .sec05 .dbox::before {
    display: none;
  }
  .sec05 .dline {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0;
    margin-bottom: 2.5vw;
  }
  .sec05 .term {
    width: 100%;
    padding: 4vw 4vw 2vw;
    color: #8E796E;
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    text-align: left;
    box-sizing: border-box;
  }
  .sec05 .data {
    width: 100%;
    padding: 0 4vw 4vw;
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  .sec05 .tabs {
    display: flex;
    flex-wrap: wrap;
  }
  .sec05 .tab_label {
    width: 42.5vw;
    min-width: initial;
    max-width: initial;
    height: 12.2vw;
    font-weight: bold;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: initial;
    padding: 5px 0;
    margin: 0 3vw;
    padding-right: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    font-weight: 400;
    color: #2a2a2a;
    margin-bottom: 6vw;
    box-sizing: border-box;
    border: solid 0.5vw #e9bda1;
    position: relative;
  }
  .sec05 .tab_label::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1vw;
    transform: translateY(-50%);
    background: url(/denture-lp/images/sec05_btn_arrow.webp) center/contain no-repeat;
    width: 5.5vw;
    height: 5.5vw;
  }
  .sec05 .tab_label:hover {
    opacity: 0.75;
  }
  .sec05 .tab_content {
    flex: 100%;
    display: none;
    overflow: hidden;
  }
  .sec05 input[name=tab_switch] {
    display: none;
  }
  .sec05 .tabs input:checked + .tab_label {
    width: 42.5vw;
    min-width: initial;
    max-width: initial;
    height: 12.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    font-weight: 400;
    color: #2a2a2a;
    border: solid 0.5vw #d47d47;
    background-color: #fff;
  }
  .sec05 .tabs input:checked + .tab_label::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #d47d47 transparent transparent transparent;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    transition: all 0.3s ease 0s;
  }
  .sec05 #tab01:checked ~ #tab01_content,
  .sec05 #tab02:checked ~ #tab02_content,
  .sec05 #tab03:checked ~ #tab03_content,
  .sec05 #tab04:checked ~ #tab04_content {
    display: block;
  }
  .sec05 .tab_content {
    position: relative;
    animation: fadeIn 1s ease;
  }
}

.sec06 {
  overflow-x: hidden;
  min-width: 1024px;
  margin-bottom: 100px;
}
.sec06 .sec_header {
  width: 100%;
  height: 209px;
  background: url(/denture-lp/images/sec06_title_bg.webp) left top/contain no-repeat;
  background-size: 75%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}
.sec06 .sec_header::before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 0;
  background: url(/denture-lp/images/sec06_title_comment.webp) center/contain no-repeat;
  width: 452px;
  height: 210px;
}
.sec06 .sec_title {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 150px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec06 .cautionarynote {
  width: 910px;
  max-width: 100%;
  margin: 0 auto;
  text-align: right;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.sec06 .hosyo_box {
  box-sizing: border-box;
  width: 910px;
  max-width: 100%;
  margin: 100px auto 140px;
  padding: 60px 50px 40px;
  border: 2px solid #f15a24;
  position: relative;
}
.sec06 .hosyo_box::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/denture-lp/images/sec05_icon.webp) center/contain no-repeat;
  width: 80px;
  height: 80px;
}
.sec06 .hosyo_box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -100px;
  right: -175px;
  background: url(/denture-lp/images/sec05_bg_image.webp) center/contain no-repeat;
  width: 810px;
  height: 509px;
}
.sec06 .hosyo_box .title {
  width: 456px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #534740;
  border-bottom: 4px dotted #f15a24;
  margin-bottom: 25px;
}
.sec06 .hosyo_box .text01 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 15px;
}
.sec06 .hosyo_box .text02 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sec06 {
    min-width: initial;
    margin-bottom: 13.8vw;
  }
  .sec06 .sec_body {
    padding: 0 5.5vw;
  }
  .sec06 .sec_header {
    width: 100%;
    height: 57.5vw;
    background: url(/denture-lp/images/sec06_title_bg_sp.webp) left top/contain no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 9vw;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec06 .sec_header::before {
    content: "";
    position: absolute;
    bottom: -6vw;
    right: 0;
    background: url(/denture-lp/images/sec06_title_comment_sp.webp) center/contain no-repeat;
    width: 90.5vw;
    height: 42vw;
  }
  .sec06 .sec_title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: initial;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 8vw;
    letter-spacing: 0.1em;
  }
  .sec06 .cautionarynote {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: right;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    padding-right: 1em;
  }
  .sec06 .term05 {
    margin-bottom: 8vw;
  }
  .sec06 .hosyo_box {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 20.7vw auto 35vw;
    padding: 15vw 5.5vw 10vw;
    border: 0.5vw solid #f15a24;
    position: relative;
  }
  .sec06 .hosyo_box::before {
    content: "";
    position: absolute;
    top: -10vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/denture-lp/images/sec05_icon.webp) center/contain no-repeat;
    width: 20vw;
    height: 20vw;
  }
  .sec06 .hosyo_box::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 1vw;
    right: -5.5vw;
    background: url(/denture-lp/images/sec05_bg_image_sp.webp) center/contain no-repeat;
    width: 100vw;
    height: 142.5vw;
  }
  .sec06 .hosyo_box .title {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: 6vw;
    letter-spacing: 0.1em;
    text-align: center;
    color: #534740;
    border-bottom: 1vw dotted #f15a24;
    margin-bottom: 6.25vw;
  }
  .sec06 .hosyo_box .text01 {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 4.2vw;
  }
  .sec06 .hosyo_box .text02 {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
}

.sec07 {
  min-width: 1024px;
  margin-bottom: 0;
  background-color: rgba(241, 218, 36, 0.12);
  position: relative;
}
.sec07 .fuan_box {
  position: absolute;
  top: -86px;
  left: 50%;
  transform: translateX(-50%);
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-around;
}
.sec07 .title {
  padding-top: 150px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(21px, 2.812vw, 36px);
  letter-spacing: 0.15em;
  text-align: center;
  color: #534740;
}
.sec07 .title .l_text {
  font-size: clamp(26px, 3.437vw, 44px);
}
.sec07 .title .o_text {
  color: #f15a24;
}
.sec07 .comment_box {
  width: 870px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.sec07 .comment_box .image {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
}
.sec07 .comment_box .image img {
  width: 100%;
}
.sec07 .comment_box .text {
  width: 75%;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}
.sec07 .btn_box {
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.sec07 .btn_box .link:nth-of-type(1) {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .sec07 {
    min-width: initial;
    margin-bottom: 0vw;
  }
  .sec07 .fuan_box {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    top: -16.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .sec07 .fuan_box .fuan01 {
    order: 2;
    width: 43.25vw;
    height: 37.75vw;
  }
  .sec07 .fuan_box .fuan01 img {
    width: 100%;
  }
  .sec07 .fuan_box .fuan02 {
    order: 1;
    width: 40.75vw;
    height: 37.75vw;
    margin: 0 20vw;
  }
  .sec07 .fuan_box .fuan02 img {
    width: 100%;
  }
  .sec07 .fuan_box .fuan03 {
    order: 3;
    width: 46.075vw;
    height: 37.75vw;
  }
  .sec07 .fuan_box .fuan03 img {
    width: 100%;
  }
  .sec07 .title_flex {
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    padding: 0 5.5vw;
    margin-bottom: 4.2vw;
  }
  .sec07 .title_flex .image {
    width: 31.75vw;
    min-width: 31.75vw;
    max-width: 31.75vw;
  }
  .sec07 .title_flex .image img {
    width: 100%;
  }
  .sec07 .title_flex .title {
    padding-top: 62vw;
    font-size: 5.5vw;
    letter-spacing: 0.07em;
    text-align: left;
    color: #534740;
  }
  .sec07 .title_flex .title .l_text {
    font-size: 7vw;
  }
  .sec07 .comment_box {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4.2vw;
    padding: 0 5.5vw;
  }
  .sec07 .comment_box .image {
    width: %;
    min-width: 100%;
    max-width: 100%;
  }
  .sec07 .comment_box .image img {
    width: 100%;
  }
  .sec07 .comment_box .text {
    width: 100%;
    font-size: 5vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .sec07 .btn_box {
    width: 90vw;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 12.5vw;
  }
  .sec07 .btn_box .link:nth-of-type(1) {
    margin-right: initial;
  }
  .sec07 .btn_box .link:nth-of-type(1) img {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec07 .btn_box .link:nth-of-type(2) {
    margin-right: initial;
  }
  .sec07 .btn_box .link:nth-of-type(2) img {
    width: 100%;
  }
}

.sec08 {
  min-width: 1024px;
  margin: 0 auto 100px;
  padding: 135px 0;
  background: linear-gradient(180deg, rgb(212, 125, 71) 85%, rgb(255, 255, 255) 95%);
}
.sec08 .inner {
  position: relative;
}
.sec08 .inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -135px;
  right: 0;
  background: url(/denture-lp/images/sec08_bg.webp) top right/contain no-repeat;
  width: 842px;
  height: 562px;
}
.sec08 .textbox {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
.sec08 .textbox .sec_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 38px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: #fff;
  padding-bottom: 35px;
  margin-bottom: 35px;
  position: relative;
}
.sec08 .textbox .sec_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/denture-lp/images/line_yellow.webp) center/contain no-repeat;
  width: 632px;
  height: 2px;
}
.sec08 .textbox .sec_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
  margin-bottom: 20px;
}
.sec08 .textbox .name {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #fff;
}
.sec08 .textbox .name span {
  font-size: 20px;
}
.sec08 .career_box {
  margin-bottom: 60px;
}
.sec08 .career_box .box_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 35px;
}
.sec08 .career_box .flexbox {
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 40px;
}
.sec08 .career_box .list {
  width: 45%;
  box-sizing: border-box;
}
.sec08 .career_box .list .item {
  display: flex;
  margin-bottom: 15px;
}
.sec08 .career_box .list .item .date {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #fff;
  text-wrap: nowrap;
  margin-right: 1.5em;
}
.sec08 .career_box .list .item .career_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec08 {
    min-width: initial;
    margin: 0 auto 0;
    padding: 7.5vw 0 8.8vw;
    background: linear-gradient(180deg, rgb(212, 125, 71) 93%, rgb(255, 255, 255) 100%);
  }
  .sec08 .inner {
    position: relative;
  }
  .sec08 .inner::before {
    display: none;
  }
  .sec08 .textbox {
    position: relative;
    z-index: 2;
    margin-bottom: 13.8vw;
  }
  .sec08 .textbox .sec_title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 6.8vw;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding-bottom: 4.2vw;
    margin-bottom: 8.2vw;
    position: relative;
  }
  .sec08 .textbox .sec_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/denture-lp/images/line_yellow.webp) center/contain no-repeat;
    width: 91.5vw;
    height: 0.25vw;
  }
  .sec08 .textbox .image {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec08 .textbox .image img {
    width: 100%;
  }
  .sec08 .textbox .sec_text {
    box-sizing: border-box;
    padding: 0 5.5vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 4.2vw;
  }
  .sec08 .textbox .name {
    font-size: 6.25vw;
    letter-spacing: 0.1em;
    padding-right: 1em;
  }
  .sec08 .textbox .name span {
    font-size: 5vw;
  }
  .sec08 .career_box {
    margin-bottom: 24vw;
    padding: 0 5.5vw;
  }
  .sec08 .career_box .box_title {
    font-size: 5vw;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 7.5vw;
    margin-bottom: 5.75vw;
  }
  .sec08 .career_box .flexbox {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }
  .sec08 .career_box .list {
    width: 100%;
    box-sizing: border-box;
  }
  .sec08 .career_box .list .item {
    display: block;
    margin-bottom: 7vw;
  }
  .sec08 .career_box .list .item .date {
    font-size: 4vw;
    letter-spacing: 0.05em;
    color: #fff;
    text-wrap: nowrap;
    margin-right: initial;
    margin-bottom: 2.4vw;
  }
  .sec08 .career_box .list .item .career_text {
    font-size: 4vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
}

.sec09 {
  min-width: 1024px;
  width: 100%;
  max-width: 100%;
  margin: 190px auto 0;
  padding: 0 0 100px;
  background: #fcf6f2;
  position: relative;
}
.sec09::before {
  content: "";
  position: absolute;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/denture-lp/images/sec09_title_gb.webp) center/contain no-repeat;
  width: 612px;
  height: 190px;
}
.sec09 .sec_title {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 36px;
  color: #534740;
  text-align: center;
  position: relative;
}
.sec09 .sec_title::before {
  content: "";
  position: absolute;
  top: -86px;
  left: -150px;
  background: url(/denture-lp/images/sec09_title_staff.webp) center/contain no-repeat;
  width: 135px;
  height: 167px;
}
.sec09 .sec_subtitle {
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 21px;
  text-align: center;
  color: #d47d47;
}
.sec09 .info_text {
  padding: 60px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec09 .form_wrap {
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
}
.sec09 .text {
  margin: 0 0 50px;
  font-size: 18px;
  font-weight: 700;
  color: #363636;
  text-align: center;
}
.sec09 .table {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}
.sec09 .table .row {
  display: block;
  margin: 0 auto 46px;
  padding: 0 20px 0 20px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.sec09 .t_title {
  width: clamp(240px, 31.25vw, 400px);
  min-width: 44%;
  padding-left: 2em;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.sec09 .t_data {
  width: 66%;
  max-width: 66%;
}
.sec09 .row:nth-of-type(1) {
  padding-top: 40px;
  box-sizing: border-box;
}
.sec09 .row:nth-of-type(1) .t_title {
  vertical-align: top;
}
.sec09 .row:nth-of-type(1) .radiolist {
  width: 100%;
  display: flex;
}
.sec09 .row:nth-of-type(1) .radioitem {
  display: flex;
  align-items: center;
  margin-right: 2em;
}
.sec09 .row:nth-of-type(1) input {
  width: 43px;
  height: 43px;
  accent-color: #d47d47;
  vertical-align: text-top;
}
.sec09 .row:nth-of-type(2) .t_title {
  vertical-align: top;
  margin-right: 2em;
}
.sec09 .t_title .color {
  color: #363636;
  padding: 0 0 0 5px;
}
.sec09 .t_title label {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.sec09 .t_data input.i_text,
.sec09 .t_data textarea {
  width: 100%;
  padding: 10px 20px 10px 5px;
  box-sizing: border-box;
  font-size: 18px;
}
.sec09 .t_data.radiobox p {
  display: inline-block;
}
.sec09 .t_data.radiobox p:nth-of-type(1) {
  margin: 0 50px 0 0;
}
.sec09 .radiotitle {
  padding: 10px 0;
  font-size: 18px;
}
.sec09 .t_data.radiobox label {
  font-size: 20px;
  margin: 0 0 0 10px;
}
.sec09 .t_data textarea {
  height: 272px !important;
  width: 100%;
}
.sec09 .privacy_kojin {
  width: 690px;
  max-width: 100%;
  padding: 30px 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec09 .privacy_kojin .p_title {
  margin: 0 0 10px;
  font-size: 14px;
  text-align: center;
}
.sec09 .privacy_kojin .p_text {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec09 .privacy_kojin .p_text:not(:last-of-type) {
  margin: 0 0 30px;
}
.sec09 .privacy {
  width: 690px;
  max-width: 100%;
  padding: 30px 40px;
  margin: 0 auto 60px;
  box-sizing: border-box;
}
.sec09 .privacy .p_title {
  margin: 0 0 10px;
  font-size: 14px;
  text-align: left;
}
.sec09 .privacy .p_text {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.sec09 .privacy .p_text:not(:last-of-type) {
  margin: 0 0 30px;
}
.sec09 .agree_btn {
  width: 330px;
  margin: 0 auto 20px;
  text-align: center;
}
.sec09 .submit_btn {
  width: 342px;
  height: 66px;
  border: none;
  margin: 0 auto 60px;
  background: #fff;
  color: #171D59;
  box-sizing: border-box;
  text-align: center;
  transition: 0.4s;
}
.sec09 .submit_btn input {
  width: 100%;
  height: 100%;
  background: #d47d47;
  color: #fff;
  font-size: 16px;
  font-family: "noto sans jp";
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: 0.4s;
  border-radius: 0;
  text-shadow: none;
  max-width: none;
}
.sec09 .sec08 .numbox {
  margin: 0 auto;
  text-align: center;
}
.sec09 .g-recaptcha {
  width: 300px;
  margin: 0 auto 20px;
}
.sec09 .warning {
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec09 {
    min-width: initial;
    margin-bottom: 13.8vw;
    margin: 34.5vw auto 0;
    padding: 4.2vw 5.5vw 12.5vw;
    box-sizing: border-box;
    position: relative;
  }
  .sec09::before {
    content: "";
    position: absolute;
    top: -26.6vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/denture-lp/images/sec09_title_gb.webp) center/contain no-repeat;
    width: 85.5vw;
    height: 26.5vw;
  }
  .sec09 .sec_title {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: -17.5vw;
    left: 50%;
    transform: translateX(-50%);
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6vw;
    color: #534740;
    text-align: center;
    position: relative;
  }
  .sec09 .sec_title::before {
    content: "";
    position: absolute;
    top: -10vw;
    left: -20vw;
    background: url(/denture-lp/images/sec09_title_staff.webp) center/contain no-repeat;
    width: 18.775vw;
    height: 23.185vw;
  }
  .sec09 .sec_subtitle {
    position: absolute;
    top: -21.5vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5vw;
    text-align: center;
    color: #d47d47;
  }
  .sec09 .info_text {
    padding: 0 0 4.2vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec09 .text {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 500;
    color: #363636;
    text-align: center;
  }
  .sec09 .table {
    width: 100%;
    margin: 0 auto 4.2vw;
  }
  .sec09 .table .row {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    padding: 0;
    padding-bottom: 8vw;
  }
  .sec09 .t_title {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding-left: initial;
    font-size: 4vw;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
  }
  .sec09 .row:nth-of-type(1) {
    padding-top: 5vw;
    box-sizing: border-box;
    padding-bottom: 4vw;
  }
  .sec09 .row:nth-of-type(1) .t_data.radiobox {
    margin: 0 auto;
  }
  .sec09 .row:nth-of-type(1) .t_data.radiobox p {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
  }
  .sec09 .row:nth-of-type(1) .radiolist {
    width: 100%;
    display: block;
  }
  .sec09 .row:nth-of-type(1) input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: top;
    margin-bottom: 4vw;
  }
  .sec09 .row:last-of-type .t_title {
    width: 100%;
    padding: 10px 0 0;
    vertical-align: top;
  }
  .sec09 .t_title .color {
    color: #1EAEDE;
    padding: 0 0 0 5px;
  }
  .sec09 .t_title label {
    font-size: 4vw;
    font-weight: 500;
  }
  .sec09 .t_data {
    display: block;
    width: 100%;
    max-width: none;
  }
  .sec09 .t_data p {
    width: 100%;
  }
  .sec09 .t_data input.i_text,
  .sec09 .t_data textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 3.75vw;
    max-width: none;
  }
  .sec09 .t_data.radiobox p {
    display: inline-block;
  }
  .sec09 .t_data.radiobox p:nth-of-type(1) {
    margin: 0;
  }
  .sec09 .t_data.radiobox label {
    font-size: 3.75vw;
    margin: 0 0 2.6vw 2.5vw;
  }
  .sec09 .radiotitle {
    padding: 20px 0 0;
    font-size: 18px;
  }
  .sec09 .t_data textarea {
    width: 100% !important;
    height: 272px !important;
    max-width: none; /* メールフォームプロリセット */
  }
  .sec09 .privacy_kojin {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec09 .privacy_kojin .p_title {
    font-size: 3.75vw;
    margin: 0 0 10px;
    text-align: left;
  }
  .sec09 .privacy_kojin .p_text {
    font-size: 3.75vw;
    text-align: left;
  }
  .sec09 .privacy_kojin .p_text:not(:last-of-type) {
    margin: 0 0 30px;
  }
  .sec09 .privacy {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec09 .privacy .p_title {
    font-size: 3.75vw;
    margin: 0 0 10px;
    text-align: left;
  }
  .sec09 .privacy .p_text {
    font-size: 3.75vw;
  }
  .sec09 .privacy .p_text:not(:last-of-type) {
    margin: 0 0 30px;
  }
  .sec09 .agree_btn {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .sec09 .agree_btn input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: top;
  }
  .sec09 .agree_btn label {
    font-size: 3.75vw;
  }
  .sec09 .submit_btn {
    width: 100%;
    height: 16.5vw;
    border: none;
    margin: 0 auto 50px;
    background: #00879d;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    transition: 0.4s;
  }
  .sec09 .submit_btn input {
    width: 100%;
    height: 100%;
    font-size: 4vw;
    font-family: "noto sans jp";
    font-weight: 400;
    transition: 0.4s;
    border-radius: 0;
    text-shadow: none;
    max-width: none;
    color: #fff;
  }
  .sec09 .numbox {
    margin: 0 auto;
    text-align: center;
  }
  .sec09 .g-recaptcha {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
  }
  .sec09 .warning {
    font-size: 3.75vw;
    margin: 0 0 20px;
    text-align: center;
  }
}

.thanks_sec {
  min-width: 1024px;
  padding: 200px 0;
}
.thanks_sec .sec_title {
  margin-bottom: 100px;
  font-size: 35px;
  text-align: center;
}
.thanks_sec .sec_text {
  font-size: 20px;
  line-height: 3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks_sec {
    min-width: initial;
    padding: 40.5vw 5.5vw 33.3vw;
    box-sizing: border-box;
  }
  .thanks_sec .sec_title {
    margin-bottom: 13.8vw;
    font-size: 8.3vw;
    text-align: center;
  }
  .thanks_sec .sec_text {
    font-size: 4.4vw;
    line-height: 1.8;
    text-align: center;
  }
}

/* -----------------------------------------------------------
 ここまで *//*# sourceMappingURL=style.css.map */