@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: #000000;
  max-height: 100%;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 4vw;
  }
}

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;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    min-width: 100%;
  }
}

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

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: #000000;
}

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: 1440px;
  min-width: 100%;
  font-family: "noto sans", sans-serif;
  box-sizing: border-box;
  color: #000000;
  background-color: #F7F8F7;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
}

.no-scroll {
  overflow: hidden;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

br.between {
  display: none;
}

.inner {
  position: relative;
  width: 1440px;
  max-width: 100%;
  padding: 0 105px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 5vw;
  }
}

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

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

.reverse {
  flex-direction: row-reverse;
}

.gridbox {
  display: grid;
}

.imagebox {
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .imagebox {
    width: 100%;
    margin-bottom: 3vw;
  }
}

.textbox, .box_text {
  box-sizing: border-box;
  position: relative;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .textbox, .box_text {
    width: 100%;
    font-size: 4vw;
  }
}

.btn_box {
  display: flex;
  justify-content: center;
}

.about_btn {
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  width: 278px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #191E20;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-family: serif;
}
.about_btn:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url(/images/common/blue_icon.webp) center/contain no-repeat;
}

.pre_btn {
  width: 360px;
}
.pre_btn::before {
  background: url(/images/common/red_icon.webp) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .about_btn {
    width: -moz-fit-content;
    width: fit-content;
    box-sizing: border-box;
    width: 80.2vw;
    height: 15vw;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    font-size: 4.3vw;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .about_btn:before {
    content: "";
    position: absolute;
    right: 2vw;
    top: 50%;
    transform: translateY(-50%);
    width: 9vw;
    height: 9vw;
    background: url(/images/common/blue_icon.webp) center/contain no-repeat;
  }
  .pre_btn::before {
    background: url(/images/common/red_icon.webp) center/contain no-repeat;
  }
}
/* セクション、見出し
----------------------------------------------------------- */
.common_sec {
  width: 1440px;
  min-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_sec .header_wrapper {
  position: relative;
}
.common_sec .sec_header {
  background-color: #4E89BD;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 85px;
}
.common_sec .sec_header .sec_title {
  padding: 16px 0;
  font-size: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-family: serif;
}
@media screen and (max-width: 768px) {
  .common_sec {
    width: 1440px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .common_sec .sec_header {
    position: relative;
    padding: 5vw 0;
    margin-bottom: 8vw;
    height: auto;
  }
  .common_sec .sec_header .sec_title {
    font-size: 6vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    z-index: 10;
    padding: 0;
  }
  .common_sec .sec_header .sec_subtitle {
    font-size: 4vw;
    letter-spacing: 0.2em;
  }
  .common_sec .sec_body {
    padding: 0;
  }
}

.box_title {
  letter-spacing: 0.1em;
}

.box_text {
  letter-spacing: 0.1em;
}

.textbox {
  letter-spacing: 0.1em;
  line-height: 2;
}

.top_mv {
  position: relative;
  padding-top: 115px;
}
.top_mv .top_bg {
  background-color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  height: 344px;
}
.top_mv .mainimagebox {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
.top_mv .mainimagebox .pagetop_text {
  padding: 325px 80px 20px;
  top: 0;
  position: absolute;
  z-index: 5;
}
.top_mv .mainimagebox .pagetop_text .pagetop_text01 {
  font-size: 32px;
  font-family: serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 0 14px;
}
.top_mv .mainimagebox .pagetop_text .pagetop_text02 {
  letter-spacing: 0.1em;
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  font-family: serif;
  line-height: 1.5;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 0 14px;
}
.top_mv .mainimagebox .main_image {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_mv {
    padding-top: 0;
  }
  .top_mv .top_bg {
    background-color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 50vw;
  }
  .top_mv .mainimagebox {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .top_mv .mainimagebox .pagetop_text {
    padding: 58vw 2vw 5vw;
    top: 0;
    position: absolute;
    z-index: 5;
  }
  .top_mv .mainimagebox .pagetop_text .pagetop_text01 {
    font-size: 5vw;
    font-family: serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .top_mv .mainimagebox .pagetop_text .pagetop_text02 {
    letter-spacing: 0.1em;
    font-size: 10vw;
    font-weight: bold;
    color: #fff;
    font-family: serif;
    line-height: 1.5;
  }
  .top_mv .mainimagebox .main_image {
    text-align: center;
  }
}

.right_price {
  text-align: right;
  font-size: 16px;
  margin-bottom: 50px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .right_price {
    text-align: right;
    font-size: 4vw;
    margin-bottom: 5vw;
    margin-top: 1vw;
  }
}

.price_box .price_list {
  margin-bottom: 75px;
  padding: 0 130px;
}
.price_box .price_list .price_title {
  font-size: 21px;
  padding-left: 30px;
  margin-bottom: 22px;
  position: relative;
}
.price_box .price_list .price_title::before {
  content: "●";
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  font-size: 21px;
  color: #4E89BD;
}
.price_box .price_list .price_box {
  display: flex;
  width: 954px;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
}
.price_box .price_list .price_box .price_menu {
  width: 50%;
  padding: 30px 10px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  background-color: #4E89BD;
  border: 1px solid #4E89BD;
  box-sizing: border-box;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.price_box .price_list .price_box .price_menu .small {
  font-size: 18px;
}
.price_box .price_list .price_box .price {
  width: 50%;
  padding: 30px 20px;
  font-size: 21px;
  letter-spacing: 0.2em;
  text-align: center;
  border: 1px solid #4E89BD;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.price_box .price_list .price_box:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .price_box .price_list {
    margin-bottom: 5vw;
    padding: 0;
  }
  .price_box .price_list .price_title {
    font-size: 5vw;
    padding-left: 5vw;
    margin-bottom: 5vw;
    position: relative;
  }
  .price_box .price_list .price_title::before {
    content: "●";
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    font-size: 4vw;
    color: #4E89BD;
  }
  .price_box .price_list .price_box {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .price_box .price_list .price_box .price_menu {
    width: 100%;
    padding: 3vw 2vw;
    font-size: 4.5vw;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
    background-color: #4E89BD;
    border: 1px solid #4E89BD;
    box-sizing: border-box;
    line-height: 1.3;
  }
  .price_box .price_list .price_box .price_menu .small {
    font-size: 3.5vw;
  }
  .price_box .price_list .price_box .price {
    width: 100%;
    padding: 3vw 5vw;
    font-size: 4vw;
    letter-spacing: 0.2em;
    text-align: center;
    border: 1px solid #4E89BD;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .price_box .price_list .price_box:not(:last-of-type) {
    margin-bottom: 5vw;
  }
}

.menu_box {
  margin-bottom: 100px;
}
.menu_box .box {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 40px;
  padding: 45px 60px;
}
.menu_box .box .flexbox {
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: flex-start;
  margin-bottom: 55px;
}
.menu_box .box .flexbox .imagebox {
  width: 31.3%;
}
.menu_box .box .flexbox .textbox {
  width: 100%;
}
.menu_box .box .flexbox .textbox .box_title {
  font-size: 25px;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 15px;
}
.menu_box .box .flexbox .textbox .box_text {
  margin-bottom: 30px;
}
.menu_box .box .flexbox .textbox .price {
  display: inline-block;
  padding: 15px 40px;
  background-color: rgba(161, 192, 214, 0.25);
}
.menu_box .box .flexbox .textbox .underline {
  border-bottom: 1px dashed #4E89BD;
  padding: 0 0 5px;
}
.menu_box .box .flexbox .textbox .box2 {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.menu_box .box .flexbox .textbox .box2 .box_menu, .menu_box .box .flexbox .textbox .box2 .box_price {
  font-size: 16px;
  font-weight: bold;
  color: #4E89BD;
}
.menu_box .box .merit_box .flexbox {
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.menu_box .box .merit_box .flexbox .m_box {
  width: 487px;
}
.menu_box .box .merit_box .flexbox .m_box .m_title {
  color: #D69673;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 2px dashed #D69673;
}
.menu_box .box .merit_box .flexbox .m_box .m_list .merit {
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 45px;
}
.menu_box .box .merit_box .flexbox .m_box .m_list .merit::before {
  content: "●";
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  font-size: 20px;
  color: #D69673;
}
.menu_box .box .merit_box .flexbox .m_box .m_list .merit:not(:last-of-type) {
  margin-bottom: 15px;
}
.menu_box .box .merit_box .flexbox .demerit .m_title {
  color: #636C75;
}
.menu_box .box .merit_box .flexbox .demerit .m_title {
  border-bottom: 2px dashed #828180;
}
.menu_box .box .merit_box .flexbox .demerit .m_list .merit::before {
  content: "×";
  color: #636C75;
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .menu_box {
    margin-bottom: 13.8vw;
  }
  .menu_box .box {
    background-color: #fff;
    margin-bottom: 10vw;
    border-radius: 40px;
    padding: 10vw 5vw;
  }
  .menu_box .box .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    row-gap: 5vw;
    align-items: flex-start;
    margin-bottom: 55px;
  }
  .menu_box .box .flexbox .imagebox {
    width: 70%;
    margin: 0 auto;
  }
  .menu_box .box .flexbox .textbox {
    width: 100%;
  }
  .menu_box .box .flexbox .textbox .box_title {
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
    margin-bottom: 3vw;
  }
  .menu_box .box .flexbox .textbox .box_text {
    margin-bottom: 5vw;
  }
  .menu_box .box .flexbox .textbox .price {
    display: inline-block;
    padding: 5vw 5vw;
    width: 70vw;
    margin: 0 auto;
    background-color: rgba(161, 192, 214, 0.25);
  }
  .menu_box .box .flexbox .textbox .underline {
    border-bottom: 1px dashed #4E89BD;
    padding: 0 0 3vw;
  }
  .menu_box .box .flexbox .textbox .box2 {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
  }
  .menu_box .box .flexbox .textbox .box2 .box_menu, .menu_box .box .flexbox .textbox .box2 .box_price {
    font-size: 4vw;
    line-height: 1.5;
    font-weight: bold;
    color: #4E89BD;
  }
  .menu_box .box .flexbox .textbox .box2 .box_price {
    text-align: right;
    position: relative;
  }
  .menu_box .box .flexbox .textbox .box2 .box_price::before {
    position: absolute;
    content: "";
    width: 18vw;
    height: 1vw;
    left: 22vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/common/line_price.webp) center/contain no-repeat;
  }
  .menu_box .box .flexbox .textbox .box2:not(:last-of-type) {
    margin-bottom: 3vw;
  }
  .menu_box .box .merit_box .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    row-gap: 10vw;
    margin-bottom: 0;
  }
  .menu_box .box .merit_box .flexbox .m_box {
    width: 100%;
  }
  .menu_box .box .merit_box .flexbox .m_box .m_title {
    color: #D69673;
    font-size: 4.8vw;
    font-weight: bold;
    padding-bottom: 1vw;
    margin-bottom: 5vw;
    border-bottom: 2px dashed #D69673;
    text-align: center;
  }
  .menu_box .box .merit_box .flexbox .m_box .m_list .merit {
    font-size: 4vw;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 6vw;
  }
  .menu_box .box .merit_box .flexbox .m_box .m_list .merit::before {
    content: "●";
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    font-size: 4vw;
    color: #D69673;
  }
  .menu_box .box .merit_box .flexbox .m_box .m_list .merit:not(:last-of-type) {
    margin-bottom: 3vw;
  }
  .menu_box .box .merit_box .flexbox .demerit .m_title {
    color: #636C75;
  }
  .menu_box .box .merit_box .flexbox .demerit .m_title {
    border-bottom: 2px dashed #828180;
    text-align: center;
  }
  .menu_box .box .merit_box .flexbox .demerit .m_list .merit::before {
    content: "×";
    color: #636C75;
    font-size: 4vw;
    font-weight: bold;
  }
}

.num_box .flexbox {
  -moz-column-gap: 75px;
       column-gap: 75px;
  align-items: flex-start;
}
.num_box .flexbox .textbox {
  width: 100%;
}
.num_box .flexbox .textbox .merit, .num_box .flexbox .textbox .point {
  font-size: 21px;
  font-weight: bold;
  color: #636C75;
  letter-spacing: 0.1em;
}
.num_box .flexbox .textbox .merit .num, .num_box .flexbox .textbox .point .num {
  letter-spacing: 0.1em;
  color: #397CB6;
  font-size: 38px;
  padding-left: 10px;
  line-height: 1;
}
.num_box .flexbox .textbox .box_title {
  font-family: serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
.num_box .flexbox .textbox .box_title .blue {
  color: #397CB6;
  font-weight: bold;
}
.num_box .flexbox .imagebox {
  width: 71.2%;
}
@media screen and (max-width: 768px) {
  .num_box .sec_title {
    font-feature-settings: "palt";
  }
  .num_box .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-top: 10vw;
    align-items: flex-start;
  }
  .num_box .flexbox .textbox {
    width: 100%;
  }
  .num_box .flexbox .textbox .merit, .num_box .flexbox .textbox .point {
    font-size: 4.5vw;
    font-weight: bold;
    color: #636C75;
    letter-spacing: 0.1em;
  }
  .num_box .flexbox .textbox .merit .num, .num_box .flexbox .textbox .point .num {
    letter-spacing: 0.1em;
    color: #397CB6;
    font-size: 6vw;
    padding-left: 2vw;
  }
  .num_box .flexbox .textbox .box_title {
    font-family: serif;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5vw;
  }
  .num_box .flexbox .textbox .box_title .blue {
    color: #397CB6;
    font-weight: bold;
  }
  .num_box .flexbox .imagebox {
    width: 100%;
  }
}

.num_box:not(:last-of-type) {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .num_box:not(:last-of-type) {
    margin-bottom: 10vw;
  }
}

.check_box {
  position: relative;
  background-color: #EBF1F4;
  width: 1230px;
  height: 556px;
  margin: 0 auto;
}
.check_box::before {
  position: absolute;
  content: "CHECK!";
  font-size: 42px;
  font-weight: bold;
  font-family: serif;
  opacity: 70%;
  color: #C5CCD3;
  top: -75px;
  right: 50%;
  transform: translateX(50%);
  z-index: 10;
  letter-spacing: 0.1em;
}
.check_box::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 94px;
  left: 380px;
  top: -110px;
  z-index: 10;
  background: url(/images/denture/check_kazari.webp) center/contain no-repeat;
}
.check_box .check_title {
  position: absolute;
  text-align: center;
  right: 50%;
  top: -40px;
  transform: translateX(50%);
  background-color: #fff;
  font-size: 32px;
  font-family: serif;
  font-weight: bold;
  padding: 45px 0;
  width: 780px;
  border-radius: 20px;
  letter-spacing: 0.1em;
}
.check_box .check_list {
  padding: 170px 0px 0 190px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0;
       column-gap: 0;
  justify-content: space-around;
}
.check_box .check_list .citem {
  font-size: 21px;
  letter-spacing: 0.1em;
  width: 422px;
  margin-bottom: 40px;
  position: relative;
}
.check_box .check_list .citem::before {
  position: absolute;
  content: "";
  width: 53px;
  height: 35px;
  left: -70px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/check.webp) center/contain no-repeat;
}
.check_box .check_bottom {
  color: #fff;
  background-color: rgba(78, 137, 189, 0.81);
  width: 500px;
  height: 121px;
  font-size: 18px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .check_box {
    background-color: #EBF1F4;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10vw;
  }
  .check_box::before {
    position: absolute;
    content: "CHECK!";
    font-size: 10vw;
    font-weight: bold;
    font-family: serif;
    opacity: 70%;
    color: #C5CCD3;
    top: -18vw;
    right: 50%;
    transform: translateX(50%);
    z-index: 10;
    width: 50vw;
    letter-spacing: 0.1em;
  }
  .check_box::after {
    position: absolute;
    content: "";
    width: 25vw;
    height: 20vw;
    left: -4vw;
    top: -26vw;
    z-index: 10;
    background: url(/images/denture/check_kazari.webp) center/contain no-repeat;
  }
  .check_box .check_title {
    position: absolute;
    text-align: center;
    right: 50%;
    top: -10vw;
    transform: translateX(50%);
    background-color: #fff;
    font-size: 5vw;
    font-family: serif;
    font-weight: bold;
    padding: 5vw 0;
    width: 90%;
  }
  .check_box .check_list {
    padding: 15vw 5vw 10vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-around;
  }
  .check_box .check_list .citem {
    font-size: 4vw;
    letter-spacing: 0.1em;
    width: 100%;
    margin-bottom: 3vw;
    position: relative;
    padding-left: 10vw;
  }
  .check_box .check_list .citem::before {
    position: absolute;
    content: "";
    width: 8vw;
    height: 5vw;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/common/check.webp) center/contain no-repeat;
  }
  .check_box .check_bottom {
    color: #fff;
    background-color: rgba(78, 137, 189, 0.81);
    width: 80%;
    height: auto;
    font-size: 4vw;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-top: 0;
    line-height: 1.5;
    padding: 5vw 3vw;
  }
}

.white_box {
  width: 1130px;
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 50px 65px;
  margin-bottom: 55px;
}
.white_box .flexbox {
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 50px;
}
.white_box .flexbox .imagebox {
  width: 50%;
}
.white_box .flexbox .textbox {
  width: 100%;
}
.white_box .flexbox .textbox .box_title {
  font-size: 24px;
  font-family: serif;
  font-weight: bold;
  border-bottom: 2px dashed #4E89BD;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.white_box .flexbox .textbox .box_title .blue {
  color: #4E89BD;
  font-weight: bold;
}
.white_box .flexbox .textbox .box_text {
  font-weight: bold;
  font-size: 21px;
}
.white_box .gridbox {
  -moz-column-gap: 85px;
       column-gap: 85px;
  width: 1122px;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
}
.white_box .gridbox .box {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.white_box .gridbox .maru {
  font-size: 20px;
  color: #4E89BD;
  line-height: 1.5;
}
.white_box .gridbox .grid_text {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .white_box {
    width: 90%;
    background-color: #fff;
    border-radius: 40px;
    padding: 10vw 5vw;
    margin-bottom: 10vw;
  }
  .white_box .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 10vw;
  }
  .white_box .flexbox .imagebox {
    width: 100%;
  }
  .white_box .flexbox .textbox {
    width: 100%;
  }
  .white_box .flexbox .textbox .box_title {
    font-size: 4.8vw;
    font-family: serif;
    font-weight: bold;
    border-bottom: 2px dashed #4E89BD;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
    text-align: center;
    line-height: 1.7;
  }
  .white_box .flexbox .textbox .box_title .blue {
    color: #4E89BD;
    font-weight: bold;
  }
  .white_box .flexbox .textbox .box_text {
    font-weight: bold;
    font-size: 4vw;
  }
  .white_box .gridbox {
    -moz-column-gap: 0;
         column-gap: 0;
    width: 100%;
    margin: 0 auto;
    row-gap: 3vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .white_box .gridbox .box {
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
  .white_box .gridbox .maru {
    font-size: 4vw;
    color: #4E89BD;
    line-height: 1.5;
  }
  .white_box .gridbox .grid_text {
    position: relative;
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 3vw;
  }
}

/* ==== ワイプアニメーション（左→右）==== */
/* ---- ワイプアニメーション（左→右、白背景が残る） ---- */
.wipe {
  position: relative;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  padding: 0 20px;
  color: #000;
}

/* 白帯（最初は width 0） */
.wipe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: -1; /* テキストの裏 */
}

/* テキストフェード */
.wipe.show {
  animation: textFade 0.8s forwards;
}

/* 白帯が横に伸びる（消えない）*/
.wipe.show::before {
  animation: wipeSlide 0.8s ease-out forwards;
  width: 100%; /* ← アニメ後も保持 */
}

@keyframes wipeSlide {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes textFade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.breadcrumb {
  display: flex;
  width: 1440px;
  max-width: 100%;
  padding: 10px 60px 10px 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  font-size: 15px;
}
.breadcrumb .item:not(:first-of-type) {
  position: relative;
  padding-left: 3em;
}
.breadcrumb .item:not(:first-of-type):before {
  content: "＞";
  position: absolute;
  left: 1em;
  top: 0;
}
.breadcrumb .item {
  letter-spacing: 0.1em;
}
.breadcrumb .item a {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: flex;
    width: 1440px;
    max-width: 95%;
    padding: 5.5vw 0 8vw 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .breadcrumb .item {
    font-size: 3.4vw;
  }
  .breadcrumb .item a {
    font-size: 3.4vw;
  }
  .breadcrumb .item:not(:first-of-type) {
    position: relative;
    padding-left: 2em;
  }
  .breadcrumb .item:not(:first-of-type):before {
    content: "＞";
    position: absolute;
    left: 0.7em;
    top: 0;
  }
}

.nav {
  width: 80%;
  margin: 0 auto;
  padding: 25px 0;
}
.nav .list {
  display: flex;
  justify-content: space-between;
  row-gap: 20px;
}
.nav .list .item a {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #474747;
}
.nav .item:not(:last-of-type) {
  padding: 0 35px 0 0;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .nav .item:not(:last-of-type) {
    margin-right: 20px;
  }
  .nav .item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .nav .list {
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
  }
  .nav .list .item {
    text-align: center;
    margin-right: 0;
  }
  .nav .list .item a {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.2em;
    color: #474747;
  }
  .nav .item:last-of-type {
    border-right: none;
  }
  .nav .item:not(:last-of-type) {
    padding: 0;
  }
}

.lead_sec {
  box-sizing: border-box;
  width: 1440px;
  min-width: 100%;
  padding: 30px 20px;
  margin: 70px auto 100px;
}
.lead_sec .sec_title {
  position: relative;
  z-index: 5;
  margin: 35px 50px 70px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  font-family: "Noto Serif JP";
}
.lead_sec .sec_text {
  position: relative;
  z-index: 5;
  width: 1044px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 15px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .lead_sec {
    padding: 5.5vw 0;
    margin-bottom: 13.8vw;
    margin-top: 0;
    width: initial;
  }
  .lead_sec .sec_title {
    font-size: 6vw;
    margin: 5.5vw 0 10vw 0;
  }
  .lead_sec .sec_text {
    font-size: 4vw;
    margin: 0 auto;
  }
}

/* トップに戻るボタン
----------------------------------------------------------- */
.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: 500;
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #fff;
}
.header .header_left {
  padding: 10px 0 0 10px;
}
.header .header_left .title {
  display: flex;
  align-items: center;
}
.header .header_left .title .top_box .page_title {
  font-size: 12px;
  letter-spacing: 0.05em;
  padding-left: 5px;
}
.header .header_left .title .top_box .flexbox {
  justify-content: flex-start;
  margin-top: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header .header_left .header_address {
  font-size: 14px;
  padding-top: 5px;
  padding-left: 5px;
}
.header .header_right {
  position: relative;
  z-index: 5;
}
.header .header_right .right_box {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.header .header_right .right_box .tel_num {
  font-size: 33px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #397cb6;
  position: relative;
  padding-left: 40px;
}
.header .header_right .right_box .tel_num::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 27px;
  left: 10px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/h_tel.webp) center/contain no-repeat;
}
.header .header_right .right_box .bottom_box {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
    width: 100%;
    min-width: initial;
    padding: 0;
    height: 80px;
    box-sizing: border-box;
  }
  .header .flexbox {
    display: block;
  }
  .header .header_left {
    padding: 10px 0 0 10px;
  }
  .header .header_left .title_box {
    display: flex;
    align-items: center;
  }
  .header .header_left .title_box .top_box .page_title {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .header .header_left .title_box .top_box .company_name {
    width: 57.25vw;
  }
  .header .header_left .title_box .top_box .company_name img {
    width: 100%;
  }
  .header .header_right {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp_header {
    z-index: 500;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 18.7vw;
  }
  .sp_header .logo_box .page_title {
    font-size: 3vw;
    padding: 5vw 0 0 3vw;
  }
  .sp_header .logo_box .sp_logo {
    width: 90%;
    margin-top: 3vw;
    padding-left: 3vw;
  }
  .sp_header .header_address {
    font-size: 3vw;
    padding: 1vw 0 0 3vw;
  }
}
.ham {
  position: absolute;
  z-index: 1001;
  top: 20px;
  right: 10px;
  width: 80px;
  height: 85px;
  transition: all 0.4s;
  background-color: #6984a3;
}
.ham a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  text-align: center;
}
.ham a:hover {
  opacity: 1;
}
.ham .menu_text {
  position: absolute;
  top: 0;
  font-weight: bold;
  width: 100%;
  color: #fff;
  text-align: center;
}
.ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.ham .menu_border:nth-of-type(1) {
  top: 35px;
}
.ham .menu_border:nth-of-type(2) {
  top: 50px;
}
.ham .menu_border:nth-of-type(3) {
  top: 65px;
}
.ham a.active span:nth-of-type(1) {
  top: 50px;
  transform: rotate(45deg);
}
.ham a.active span:nth-of-type(2) {
  display: none;
}
.ham a.active span:nth-of-type(3) {
  top: 50px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .ham {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    width: 17vw;
    height: 17vw;
    transition: all 0.4s;
  }
  .ham a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    text-align: center;
  }
  .ham .menu_text {
    position: absolute;
    top: 0.2vw;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 3.5vw;
  }
  .ham .menu_border {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    transition: 0.4s;
  }
  .ham .menu_border:nth-of-type(1) {
    top: 7.5vw;
  }
  .ham .menu_border:nth-of-type(2) {
    top: 10.5vw;
  }
  .ham .menu_border:nth-of-type(3) {
    top: 13.5vw;
  }
  .ham a.active span:nth-of-type(1) {
    top: 10.5vw;
    transform: rotate(45deg);
  }
  .ham a.active span:nth-of-type(2) {
    display: none;
  }
  .ham a.active span:nth-of-type(3) {
    top: 10.5vw;
    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: 65px;
  min-height: 93px;
  transition: 0.4s;
  background-color: #fff;
}
.copy_header.show {
  top: 0;
}
.copy_header .copy_nav {
  position: relative;
  z-index: 2;
  left: 0;
  width: 100%;
  padding: 0px;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1px;
}
.copy_header .copy_nav .header_left {
  padding: 0px 0 10px 10px;
  flex-shrink: 0;
  /* --------------------------- */
  /* メニュー（親）のスタイル */
  /* --------------------------- */
  /* --------------------------- */
  /* メニュー（親）の直接動作に関係する箇所 */
  /* --------------------------- */
  /* 親をhover時 */
  /* --------------------------- */
  /* メガメニュー(子)のスタイル */
  /* --------------------------- */
}
.copy_header .copy_nav .header_left .list {
  -moz-column-gap: 50px;
       column-gap: 50px;
  display: flex;
  align-items: center;
}
.copy_header .copy_nav .header_left .list .item {
  text-align: center;
}
.copy_header .copy_nav .header_left .list .item_bottom {
  position: relative;
}
.copy_header .copy_nav .header_left .list .item_bottom::before {
  content: "";
  position: absolute;
  transform: translateY(50%);
  right: -16px;
  bottom: 50%;
  width: 10px;
  height: 5px;
  background: url(/images/common/bottom_yajirushi.webp) center/contain no-repeat;
}
.copy_header .copy_nav .header_left .list .item a {
  text-align: center;
  position: relative;
  display: inline-block;
}
.copy_header .copy_nav .header_left .list .item a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.copy_header .copy_nav .header_left .list .item a:hover:after {
  background: #397cb6;
}
.copy_header .copy_nav .header_left .list .item:not(:last-of-type) {
  padding: 0;
}
.copy_header .copy_nav .header_left .menu-parent {
  width: initial;
  position: static;
}
.copy_header .copy_nav .header_left .menu-parent a:hover:after {
  background: none;
}
.copy_header .copy_nav .header_left .menu-parent_a {
  display: block;
}
.copy_header .copy_nav .header_left .menu-child_ul, .copy_header .copy_nav .header_left .ul_2 {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 15px;
  margin-bottom: 15px;
  padding: 35px 10px 0;
  text-align: center;
  grid-template-columns: repeat(4, 1fr);
}
.copy_header .copy_nav .header_left .ul_2 {
  padding: 0 10px 0;
}
@media (hover: hover) {
  .copy_header .copy_nav .header_left .menu-parent:hover .menu-parent_a {
    transition: all 0.3s;
  }
}
.copy_header .copy_nav .header_left .menu-child {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  width: 1007px;
  height: auto;
  padding: 10px 0 30px;
  background-color: #ebf1f4;
  color: #333;
  z-index: 500;
  border-radius: 0 0 20px 20px;
}
.copy_header .copy_nav .header_left .menu-child_ul {
  list-style-type: disc;
}
.copy_header .copy_nav .header_left .menu-child_li {
  width: 222px;
  margin: 0 auto;
  line-height: 2;
  color: #2b4d65;
  border-radius: 1.5vh;
  background-color: #fff;
  border: 0.75px solid #2b4d65;
  position: relative;
}
.copy_header .copy_nav .header_left .menu-child_li::before {
  position: absolute;
  content: ">";
  color: #2b4d65;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
}
.copy_header .copy_nav .header_left .menu-child_li:hover {
  background-color: #234e6d;
  color: #fff;
}
.copy_header .copy_nav .header_left .menu-child_li:hover::before {
  color: #fff;
}
.copy_header .copy_nav .header_left .menu-child_li:hover .menu-child_li-a,
.copy_header .copy_nav .header_left .menu-child_li:hover .child_text {
  color: #fff;
  opacity: 1;
}
.copy_header .copy_nav .header_left .child_text, .copy_header .copy_nav .header_left .menu-child_li-a {
  text-align: center;
  font-size: 15px;
  font-feature-settings: "palt";
  padding: 5px 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  justify-content: center;
}
.copy_header .copy_nav .header_left .menu-child_li-a:hover::after {
  display: none !important;
  background: transparent !important;
}
.copy_header .copy_nav .header_right {
  position: relative;
  z-index: 5;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-left: 20px;
}
.copy_header .copy_nav .header_right .right_box {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.copy_header .copy_nav .header_right .right_box .tel_num {
  font-size: 33px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #397cb6;
  position: relative;
  padding-left: 40px;
  white-space: nowrap;
}
.copy_header .copy_nav .header_right .right_box .tel_num::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 27px;
  left: 10px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/h_tel.webp) center/contain no-repeat;
}
.copy_header .copy_nav .header_right .right_box .bottom_box {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copy_header .copy_nav {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .copy_header .copy_nav .item:not(:last-of-type) {
    padding: 0 5vw 0 0;
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .copy_header {
    display: none;
  }
}

.copy_ham {
  position: fixed;
  z-index: 1001;
  top: -93px;
  right: 10px;
  width: 80px;
  height: 85px;
  background: #6984a3;
  transition: all 0.4s;
}
.copy_ham.show {
  top: 20px;
}
.copy_ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #6984a3;
  font-size: 13px;
  text-align: center;
}
.copy_ham a:hover {
  opacity: 1;
}
.copy_ham .menu_text {
  position: absolute;
  top: 0px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.copy_ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.copy_ham .menu_border:nth-of-type(1) {
  top: 35px;
}
.copy_ham .menu_border:nth-of-type(2) {
  top: 50px;
}
.copy_ham .menu_border:nth-of-type(3) {
  top: 65px;
}
.copy_ham a.active span:nth-of-type(1) {
  top: 50px;
  transform: rotate(45deg);
}
.copy_ham a.active span:nth-of-type(2) {
  display: none;
}
.copy_ham a.active span:nth-of-type(3) {
  top: 50px;
  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: #e5edf2;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ham_sitemap.active {
  opacity: 1;
  visibility: visible;
}
.ham_sitemap .sitemap_inner {
  width: 100%;
  max-width: 100%;
  padding: 100px 0 80px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
}
.ham_sitemap .sitemap_inner02 {
  width: 1280px;
  max-width: 100%;
  padding: 0 20px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ham_sitemap .link_text {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #474747;
  font-size: 16px;
}
.ham_sitemap .link_text a {
  letter-spacing: 0.1em;
  color: #474747;
  font-size: 17px;
}
.ham_sitemap .link_text2 {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.ham_sitemap .sitemap01 {
  margin-bottom: 30px;
  width: 1280px;
  margin: 0 auto;
}
.ham_sitemap .sitemap01 .sitemap_flex {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding: 0 65px;
}
.ham_sitemap .sitemap01 .sitemap_flex .sitemap_menubox {
  width: 12%;
}
.ham_sitemap .sitemap01 .sitemap_flex .sitemap_menubox .menu_top {
  color: #234e6d;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: serif;
}
.ham_sitemap .sitemap01 .sitemap_flex .sitemap_menubox .menu_bottom {
  color: #234e6d;
  font-family: serif;
  letter-spacing: 0.1em;
  position: relative;
}
.ham_sitemap .sitemap01 .sitemap_flex .sitemap_menubox .menu_bottom::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  right: -5px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/ham_yajirushi.webp) center/contain no-repeat;
}
.ham_sitemap .sitemap01 .list {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.ham_sitemap .sitemap01 .list_wrap {
  width: 89%;
}
.ham_sitemap .sitemap01 .item {
  position: relative;
  width: 25%;
  padding-left: 1.5em;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap01 .item:before {
  content: ">";
  position: absolute;
  color: #153169;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  font-size: 16px;
}
.ham_sitemap .sitemap01 .item a {
  letter-spacing: 0.1em;
  color: #474747;
  font-size: clamp(16px, 1.328vw, 17px);
}
.ham_sitemap .sitemap01 .small {
  width: 20%;
}
.ham_sitemap .sitemap02 {
  margin-bottom: 30px;
  padding: 0 45px;
}
.ham_sitemap .sitemap02 .link_text {
  text-align: center;
  padding: 50px 0 35px;
}
.ham_sitemap .sitemap02 .top_text {
  font-size: 25px;
  color: #234e6d;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: serif;
}
.ham_sitemap .sitemap02 .bottom_text {
  font-family: serif;
  color: #234e6d;
  text-align: center;
  display: inline-block;
  position: relative;
}
.ham_sitemap .sitemap02 .bottom_text::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  right: -40px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/ham_yajirushi.webp) center/contain no-repeat;
}
.ham_sitemap .sitemap02 .list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  justify-content: flex-start;
}
.ham_sitemap .sitemap02 .item {
  position: relative;
  width: 250px;
  padding: 20px 0;
  text-align: center;
  box-sizing: border-box;
  background-color: #4c82b2;
  position: relative;
  border-radius: 1.5vh;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  justify-content: center;
  color: #fff;
}
.ham_sitemap .sitemap02 .item::before {
  position: absolute;
  content: "";
  font-size: 16px;
  color: #fff;
  right: 30px;
  bottom: 50%;
  transform: translateY(50%);
}
.ham_sitemap .sitemap02 .item a {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  justify-content: center;
  color: #fff;
}
.ham_sitemap .sitemap02 .item p {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-size: 16px;
  width: 175px;
  text-align: center;
  justify-content: center;
}
.ham_sitemap .sitemap02 .item img {
  width: 54px;
  height: 60px;
  padding-right: 10px;
}
.ham_sitemap .sitemap02 .item_text {
  position: relative;
}
.ham_sitemap .sitemap02 .item_text::before {
  position: absolute;
  content: ">";
  font-size: 16px;
  color: #153169;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .ham_sitemap {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    background-color: #fff;
  }
  .ham_sitemap.active {
    opacity: 1;
    visibility: visible;
  }
  .ham_sitemap .sitemap_inner {
    width: 1440px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ham_sitemap .link_text {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 6vw;
    font-family: serif;
    background-color: #234e6d;
  }
  .ham_sitemap .link_text::before {
    position: absolute;
    content: ">";
    font-size: 6vw;
    color: #fff;
    right: 50vw;
    bottom: 50%;
    transform: translateY(50%);
  }
  .ham_sitemap .link_text a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .link_text2 {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
    text-align: center;
  }
  .ham_sitemap .link_text2:before {
    display: none;
  }
  .ham_sitemap .text {
    padding: 4vw 0 4vw 4vw;
    margin-bottom: 0;
    font-size: 4.4vw;
    color: #fff;
  }
  .ham_sitemap .company_name {
    text-align: center;
    margin-bottom: 13.8vw;
  }
  .ham_sitemap .sitemap01 {
    margin-bottom: 10vw;
    width: 100%;
  }
  .ham_sitemap .sitemap01 .list_wrap {
    width: 95%;
  }
  .ham_sitemap .sitemap01 .list {
    display: block;
  }
  .ham_sitemap .sitemap01 .item {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 5vw;
    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: 5vw 0 5vw 6vw;
    border-bottom: 1px solid #474747;
    box-sizing: border-box;
    color: #474747;
    font-size: 4vw;
    position: relative;
  }
  .ham_sitemap .sitemap01 .item a::before {
    position: absolute;
    content: ">";
    font-size: 4vw;
    color: #163163;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
  }
  .ham_sitemap .sitemap01 .menu-child_ul_sp {
    height: 0;
    overflow: hidden;
    margin: 0;
  }
  .ham_sitemap .sitemap01 .menu-child_ul_sp .menu-parent_sp {
    display: inline-block;
  }
  .menu-parent_sp + .ham_sitemap .sitemap01 .menu-child_ul_sp {
    height: auto;
  }
  .ham_sitemap .sitemap02 {
    margin-bottom: 10vw;
    padding: 0;
  }
  .ham_sitemap .sitemap02 .list {
    display: block;
  }
  .ham_sitemap .sitemap02 .link_text {
    background-color: #234e6d;
    padding: 4vw 0 4vw 4vw;
    text-align: left;
  }
  .ham_sitemap .sitemap02 .item {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-left: 5vw;
    box-sizing: border-box;
    background-color: #fff;
    text-align: left;
  }
  .ham_sitemap .sitemap02 .item:before {
    display: none;
  }
  .ham_sitemap .sitemap02 .item a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 5vw 0 5vw 6vw;
    border-bottom: 1px solid #474747;
    box-sizing: border-box;
    color: #474747;
    font-size: 4vw;
    position: relative;
  }
  .ham_sitemap .sitemap02 .item a::before {
    position: absolute;
    content: ">";
    font-size: 4vw;
    color: #163163;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
  }
  .ham_sitemap .sitemap02 .menu-child_ul_sp {
    height: 0;
    overflow: hidden;
    margin: 0;
  }
  .ham_sitemap .sitemap02 .menu-child_ul_sp .menu-parent_sp {
    display: inline-block;
  }
  .menu-parent_sp + .ham_sitemap .sitemap02 .menu-child_ul_sp {
    height: auto;
  }
  .ham_sitemap .companylogo_img {
    width: 25%;
    margin: 10vw auto 5vw;
  }
  .ham_sitemap .company_name_sp {
    width: 80%;
    margin: 0 auto 10vw;
  }
  .ham_sitemap .nav_contact {
    text-align: center;
    background-color: #f1f2f1;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .ham_sitemap .nav_contact .company_name_sp {
    font-size: 7vw;
    font-weight: bold;
    margin-bottom: 10vw;
  }
  .ham_sitemap .nav_contact .tel_btn {
    width: 90%;
    margin: 0 auto 5.5vw;
    text-align: center;
  }
  .ham_sitemap .nav_contact .tel_btn .tel_text {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
  .ham_sitemap .nav_contact .web_btn {
    width: 80%;
    margin: 0 auto 10vw;
  }
  .ham_sitemap .nav_contact .timetable {
    width: 90%;
    margin: 0 auto 5vw;
  }
  .ham_sitemap .nav_contact .ham_address {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  .ham_sitemap .nav_contact .about_btn {
    background-color: #234e6d;
    color: #fff;
    font-size: 4.5vw;
    width: 90vw;
    border-radius: 40px;
  }
  .ham_sitemap .nav_contact .about_btn::before {
    background: url(/images/common/white_icon.webp) center/contain no-repeat;
  }
}

.footer {
  width: 100%;
  margin: 0 auto;
  margin-top: 300px;
  background-color: rgba(241, 242, 242, 0.77);
}
.footer .inner {
  padding: 0;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.footer .last_box {
  margin: 0 auto;
  padding: 125px 55px 80px;
}
.footer .last_box .clinic_cont {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto 45px;
}
.footer .last_box .clinic_cont .flexbox {
  position: relative;
  -moz-column-gap: 25px;
       column-gap: 25px;
  justify-content: flex-start;
}
.footer .last_box .clinic_cont .flexbox .clinic_name {
  margin-bottom: 30px;
  position: relative;
}
.footer .last_box .clinic_cont .flexbox .clinic_name::before {
  content: "";
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 228px;
  height: 192px;
  background: url(/images/common/company_logo.webp) center/contain no-repeat;
}
.footer .last_box .clinic_cont .flexbox .footer_text {
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 18px;
}
.footer .last_box .clinic_cont .flexbox .imagebox {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer .last_box .clinic_info {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto 60px;
}
.footer .last_box .clinic_info .clinic_left .timetable {
  margin-bottom: 25px;
}
.footer .last_box .clinic_info .clinic_left .telbox {
  margin-bottom: 25px;
}
.footer .last_box .clinic_info .clinic_left .telbox .tel_text {
  font-size: 18px;
  margin-bottom: 22px;
  text-align: center;
}
.footer .last_box .clinic_info .clinic_left .telbox .tel_num {
  text-align: center;
}
.footer .last_box .clinic_info .clinic_left .web_box {
  text-align: center;
}
.footer .last_box .footer_access {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.footer .last_box .footer_access .address_text {
  font-size: 21px;
  margin-bottom: 30px;
}
.footer .last_box .footer_access .flexbox {
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.footer .last_box .footer_access .flexbox .textbox .box_text {
  font-size: 19px;
  margin-bottom: 10px;
}
.footer .last_box .footer_access .sp {
  display: none;
}
.footer .gmap iframe {
  width: 725px;
  height: 467px;
}
.footer .menu_box {
  width: 1330px;
  margin: 0 auto;
}
.footer .menu_box .navy_box {
  background-color: #265071;
  padding: 50px 90px;
  border-radius: 20px;
}
.footer .menu_box .navy_box .flexbox {
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 60px;
}
.footer .menu_box .navy_box .flexbox .clinic_name {
  font-size: 29px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}
.footer .menu_box .navy_box .menu_list {
  display: flex;
  -moz-column-gap: 120px;
       column-gap: 120px;
  padding-left: 80px;
  margin-bottom: 40px;
}
.footer .menu_box .navy_box .menu_list .list .item {
  padding-bottom: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.footer .menu_box .navy_box .menu_list .list .item_u {
  padding-bottom: 25px;
}
.footer .menu_box .navy_box .menu_list .list .item_b {
  padding-left: 1em;
  text-indent: 0em;
  border-left: 1px solid #fff;
}
.footer .menu_box .navy_box .menu_list .list .item a {
  color: #fff;
  position: relative;
}
.footer .menu_box .navy_box .menu_list .list .item a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.footer .menu_box .navy_box .menu_list .list03 {
  padding-top: 57px;
}
.footer .menu_box .navy_box .menu_list .list04 .item_u {
  padding-bottom: 15px;
}
.footer .menu_box .navy_box .sp {
  display: none;
}
.footer .menu_box .navy_box .footer_bottom {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.footer .menu_box .navy_box .footer_bottom .bottom_text {
  color: #fff;
  font-size: 15px;
  padding: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    min-width: initial;
    width: 100%;
    margin: 0 auto;
    padding-top: 10vw;
    margin-top: 30vw;
  }
  .footer .inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .footer .last_box {
    margin: 0 auto;
    padding: 10vw 5vw;
  }
  .footer .last_box .clinic_cont {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto 10vw;
  }
  .footer .last_box .clinic_cont .flexbox {
    position: relative;
    flex-direction: column;
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 5vw;
    justify-content: flex-start;
  }
  .footer .last_box .clinic_cont .flexbox .clinic_name {
    margin-bottom: 5vw;
    position: relative;
  }
  .footer .last_box .clinic_cont .flexbox .clinic_name::before {
    content: "";
    position: absolute;
    bottom: 15vw;
    left: 0;
    width: 30vw;
    height: 26vw;
    background: url(/images/common/company_logo.webp) center/contain no-repeat;
  }
  .footer .last_box .clinic_cont .flexbox .footer_text {
    letter-spacing: 0.1em;
    line-height: 2;
    font-size: 4vw;
  }
  .footer .last_box .clinic_cont .flexbox .imagebox {
    position: static;
    bottom: 0;
    right: 0;
  }
  .footer .last_box .clinic_info {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 0;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto 10vw;
  }
  .footer .last_box .clinic_info .clinic_left {
    margin-bottom: 10vw;
  }
  .footer .last_box .clinic_info .clinic_left .timetable {
    margin-bottom: 25px;
  }
  .footer .last_box .clinic_info .clinic_left .telbox {
    margin-bottom: 10vw;
  }
  .footer .last_box .clinic_info .clinic_left .telbox .tel_text {
    font-size: 5vw;
    margin-bottom: 5vw;
    text-align: center;
  }
  .footer .last_box .clinic_info .clinic_left .telbox .tel_num {
    text-align: center;
  }
  .footer .last_box .clinic_info .clinic_left .web_box {
    text-align: center;
  }
  .footer .last_box .clinic_info .address_text {
    font-size: 4vw;
    margin-bottom: 0;
  }
  .footer .last_box .footer_access {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
  }
  .footer .last_box .footer_access .flexbox {
    display: flex;
    justify-content: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .footer .last_box .footer_access .flexbox .imagebox {
    width: 30%;
  }
  .footer .last_box .footer_access .flexbox .textbox .box_text {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  .footer .gmap iframe {
    width: 100%;
    height: 79vw;
  }
  .footer .menu_box {
    width: 100%;
    margin: 0 auto;
  }
  .footer .menu_box .navy_box {
    background-color: #265071;
    padding: 10vw 5vw 20vw;
    border-radius: 20px;
  }
  .footer .menu_box .navy_box .flexbox {
    justify-content: center;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    margin-bottom: 10vw;
  }
  .footer .menu_box .navy_box .flexbox .clinic_name {
    font-size: 6vw;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
  }
  .footer .menu_box .navy_box .flexbox .imagebox {
    width: 30%;
  }
  .footer .menu_box .navy_box .menu_list {
    flex-direction: column;
    display: flex;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
    padding-left: 0;
    margin-bottom: 10vw;
    padding: 0 10vw;
  }
  .footer .menu_box .navy_box .menu_list .list {
    margin-bottom: 10vw;
  }
  .footer .menu_box .navy_box .menu_list .list .item {
    padding-bottom: 3vw;
    letter-spacing: 0.1em;
    line-height: 2;
    font-size: 4vw;
  }
  .footer .menu_box .navy_box .menu_list .list .item_u {
    padding-bottom: 5vw;
  }
  .footer .menu_box .navy_box .menu_list .list .item_b {
    padding-left: 1em;
    text-indent: 0em;
    border-left: 1px solid #fff;
  }
  .footer .menu_box .navy_box .menu_list .list .item a {
    color: #fff;
    position: relative;
  }
  .footer .menu_box .navy_box .menu_list .list .item a::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 100%;
    background: transparent;
    transition: all 0.3s ease 0s;
  }
  .footer .menu_box .navy_box .menu_list .list03 {
    padding-top: 0;
  }
  .footer .menu_box .navy_box .menu_list .list04 .item_u {
    padding-bottom: 15px;
  }
  .footer .menu_box .navy_box .sp {
    display: block;
  }
  .footer .menu_box .navy_box .pc {
    display: none;
  }
  .footer .menu_box .navy_box .footer_bottom {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .footer .menu_box .navy_box .footer_bottom .bottom_text {
    color: #fff;
    font-size: 4vw;
    padding: 5vw 0;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .sp_fixed {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 20vw;
    display: flex;
    box-sizing: border-box;
    background-color: #f5faf9;
  }
  .sp_fixed .fix_tel {
    width: 50%;
    margin: 0;
  }
  .sp_fixed .fix_tel a {
    width: 100%;
    height: 100%;
  }
  .sp_fixed .fix_tel .text01 {
    font-size: 2.75vw;
    letter-spacing: 0.01em;
    text-align: center;
    color: #534741;
    margin-bottom: 1.25vw;
  }
  .sp_fixed .fix_tel .tel_num {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    padding-left: 1.5em;
    font-size: 5.25vw;
    letter-spacing: 0.1em;
    text-align: center;
    color: #534741;
    position: relative;
  }
  .sp_fixed .fix_tel .tel_num::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/common/phon_icon_green.webp) center/contain no-repeat;
    left: 0.5em;
    width: 2.87vw;
    height: 3.26vw;
  }
  .sp_fixed .fix_tel .tel_num::before img {
    width: 100%;
  }
  .sp_fixed .fix_entry {
    width: 50%;
  }
  .sp_fixed .fix_entry img {
    width: 100%;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* オーバーレイ（暗幕） */
.camera_icon {
  cursor: pointer;
}

.lb-overlay {
  position: fixed;
  inset: 0;
  background: rgba(146, 137, 119, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

/* 表示状態 */
.lb-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* 画像（中央表示 + フェード） */
.lb-image {
  max-width: 90%;
  max-height: 90%;
  border-radius: 6px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

/* 画像表示開始 */
.lb-overlay.open .lb-image {
  opacity: 1;
  transform: scale(1);
}/*# sourceMappingURL=common01.css.map */