@charset "UTF-8";
#page .header_wrap #header .header_box .sp_top_logo {
  display: none;
}
@media screen and (max-width: 768px) {
  #page .page_mv {
    margin: 130px auto 0;
  }
  #page.js_fixed .header_wrap #header .header_box {
    background: #f2f0e9;
    height: 60px;
  }
  #page.js_fixed .header_wrap #header .header_box .sp_top_logo {
    display: none;
  }
  #page.js_fixed .header_wrap #header .header_box .header_logo_box {
    display: block;
  }
  #page .header_wrap #header .header_box {
    background: #FAF9F6;
    height: 130px;
  }
  #page .header_wrap #header .header_box .header_logo_box {
    display: none;
  }
  #page .header_wrap #header .header_box .sp_top_logo {
    width: 100%;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 70px;
    border-bottom: 1px solid rgba(179, 146, 62, 0.2);
  }
  #page .header_wrap #header .header_box .sp_top_logo a img {
    height: 40px;
  }
  #page .header_wrap #header .header_box .sp_fixmenu {
    transition: all 0.3s;
    margin: 0 0 0;
  }
  #page .header_wrap #header .header_box.fixed {
    height: 60px;
  }
  #page .header_wrap #header .header_box.fixed .sp_top_logo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #page #header .header_box .header_logo_box .header_logo .logo_img {
    width: 200px;
    height: auto;
  }
}
#page #header .header_box .header_logo_box .header_logo .logo_img .logo_on {
  display: block;
}
#page #header .header_box .header_logo_box .header_logo .logo_img {
  top: 0;
}
#page .more_btn_wrap {
  margin: 0 auto;
}
#page .more_btn_wrap .more_btn {
  display: inline-block;
}
#page .more_btn_wrap .more_btn a {
  padding: 10px 40px 10px 10px;
  background: none;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 1px solid #d7c9a1;
  width: auto;
}
#page .more_btn_wrap .more_btn a::before {
  content: "";
  transform: rotate(0deg);
  width: 0;
  height: 0;
  border-left: 7px solid #B89231;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  pointer-events: none;
  transition: all 0.3s;
}
#page .more_btn_wrap .more_btn a::after {
  content: "";
  background: #b89231;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s ease;
  width: 15px;
  height: 1px;
}
@media screen and (min-width: 769px) {
  #page .more_btn_wrap .more_btn a:hover {
    color: #B89231;
  }
  #page .more_btn_wrap .more_btn a:hover::before {
    right: 0;
  }
  #page .more_btn_wrap .more_btn a:hover::after {
    width: 100%;
  }
}
#page .more_btn_wrap .more_btn + .more_btn {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  #page .more_btn_wrap .more_btn + .more_btn {
    margin: 10px auto 0;
  }
}
#page .contents {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .contents {
    width: 100%;
    padding: 0 4%;
  }
}
#page footer .contents {
  width: 1170px;
}
@media screen and (max-width: 768px) {
  #page footer .contents {
    width: 100%;
  }
}
#page .link_mp {
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (max-width: 768px) {
  #page .link_mp {
    padding-top: 30px;
    margin-top: -30px;
  }
}
#page .contents_full {
  width: 100%;
  min-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .contents_full {
    width: 100%;
    min-width: auto;
  }
}
#page .page_mv {
  height: 480px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .page_mv {
    height: 200px;
  }
}
#page .page_mv .page_mv_box {
  display: flex;
  align-items: center;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .page_mv .page_mv_box {
    height: 200px;
  }
}
#page .page_mv .page_mv_box .page_h2 {
  color: #B89231;
  font-size: 3.6rem;
  line-height: 1.5;
  position: relative;
  text-align: center;
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #page .page_mv .page_mv_box .page_h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    padding: 0;
  }
}
#page .page_mv .page_mv_box .page_h2 .page_h2_span_01 {
  font-size: 1.6rem;
  display: block;
  margin: 10px 0 0;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #page .page_mv .page_mv_box .page_h2 .page_h2_span_01 {
    font-size: 1.2rem;
  }
}
#page .sec_breadcrumb {
  background: #f1f0e8;
  border-top: 1px solid #B89231;
  padding: 0;
  border-bottom: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .sec_breadcrumb {
    padding: 20px 0 0 20px;
  }
}
#page .sec_breadcrumb .breadcrumb {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #page .sec_breadcrumb .breadcrumb {
    padding: 0;
  }
}
#page .sec_breadcrumb .breadcrumb.breadcrumb_none {
  display: none;
}
#page .sec_breadcrumb .breadcrumb .breadcrumb_ul {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .sec_breadcrumb .breadcrumb .breadcrumb_ul {
    width: 100%;
  }
}
#page .sec_breadcrumb .breadcrumb .breadcrumb_ul li {
  color: #59481B;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec_breadcrumb .breadcrumb .breadcrumb_ul li {
    font-size: 1.2rem;
  }
}
#page .sec_breadcrumb .breadcrumb .breadcrumb_ul li a {
  display: inline-block;
}
#page .sec_breadcrumb .breadcrumb .breadcrumb_ul li:not(:first-child) {
  padding: 0 0 0 0.5em;
  color: #B89231;
}
#page .sec_breadcrumb .breadcrumb .breadcrumb_ul li:not(:first-child)::before {
  content: ">";
  color: #B89231;
  padding: 0 0.7em 0 0;
}
#page .page_bk_clinic {
  background: url(../images/page/bg_clinic.jpg) no-repeat center bottom;
  background-attachment: fixed;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #page .page_bk_clinic {
    background: url(../images/page/bg_clinic.jpg) no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
  }
}
#page main {
  background: #f1f0e8;
}
#page .sec01 {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e5ddc6;
}
@media screen and (max-width: 768px) {
  #page .sec01 {
    padding: 10% 0;
  }
}
#page .sec01 .contents {
  position: relative;
}
#page .sec01 .contents_full {
  position: relative;
}
#page .sec01.nav_sec {
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  #page .sec01.nav_sec {
    padding: 2% 0 8%;
  }
}
#page .sec01 p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.2;
  padding: 0 0 0;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #page .sec01 p {
    line-height: 1.75;
  }
}
#page .sec01 p:not(:last-child) {
  padding: 0 0 2em;
}
#page .sec01 .page_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_nav ul {
    padding: 0;
  }
}
#page .sec01 .page_nav ul li {
  width: 100%;
  margin: 15px 0 0;
  position: relative;
}
#page .sec01 .page_nav ul li a {
  padding: 10px 30px 10px 10px;
  background: none;
  height: 60px;
  display: flex;
  text-decoration: none;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 1px solid #d7c9a1;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_nav ul li a {
    height: auto;
    padding: 10px 30px 10px 10px;
  }
}
#page .sec01 .page_nav ul li a::before {
  content: "";
  transform: rotate(0deg);
  width: 0;
  height: 0;
  border-left: 7px solid #B89231;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  pointer-events: none;
  transition: all 0.3s;
}
#page .sec01 .page_nav ul li a::after {
  content: "";
  background: #b89231;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s ease;
  width: 25px;
  height: 1px;
}
@media screen and (min-width: 769px) {
  #page .sec01 .page_nav ul li a:hover {
    color: #B89231;
  }
  #page .sec01 .page_nav ul li a:hover::before {
    right: 0;
  }
  #page .sec01 .page_nav ul li a:hover::after {
    width: 100%;
  }
}
#page .sec01 .page_nav.page_nav_02 ul li {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_nav.page_nav_02 ul li {
    width: 100%;
  }
}
#page .sec01 .page_nav.page_nav_02 ul::after {
  content: "";
  width: calc((100% - 30px) / 2);
}
#page .sec01 .page_nav.page_nav_03 ul li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_nav.page_nav_03 ul li {
    width: 100%;
  }
}
#page .sec01 .page_nav.page_nav_03 ul::after {
  content: "";
  width: calc((100% - 6px) / 3);
}
#page .sec01 .page_nav.page_nav_04 ul li {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_nav.page_nav_04 ul li {
    width: 100%;
  }
}
#page .sec01 .page_nav.page_nav_04 ul::after {
  content: "";
  width: calc((100% - 90px) / 4);
}
#page .sec01 .text_box {
  margin: 30px auto 0;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #page .sec01 .text_box {
    margin: 6% auto 0;
  }
}
#page .sec01 .text_box.text_box_02 {
  background: #efefef;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .text_box.text_box_02 {
    padding: 5%;
  }
}
#page .sec01 .text_box.center p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .text_box.center p {
    text-align: left;
  }
}
#page .sec01 .list_box_wrap {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .list_box_wrap {
    margin: 3% 0 0;
  }
}
#page .sec01 .list_box_wrap:first-child {
  margin: 0;
}
#page .sec01 .list_box_wrap.list_box_wrap_bk {
  background: #FAF9F6;
  padding: 30px 50px 50px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .list_box_wrap.list_box_wrap_bk {
    margin: 7% 0 0;
    padding: 1% 5% 5%;
  }
}
#page .sec01 .list_box_wrap .list_box_01 {
  display: flex;
  flex-wrap: wrap;
}
#page .sec01 .list_box_wrap .list_box_01.list_box_01_2col {
  justify-content: space-between;
}
#page .sec01 .list_box_wrap .list_box_01.list_box_01_2col li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .list_box_wrap .list_box_01.list_box_01_2col li {
    width: 100%;
  }
}
#page .sec01 .list_box_wrap .list_box_01.list_box_01_2col li.li_full {
  width: 100%;
}
#page .sec01 .list_box_wrap .list_box_01 li {
  width: 100%;
  margin: 20px 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  #page .sec01 .list_box_wrap .list_box_01 li {
    margin: 4% 0 0;
  }
}
#page .sec01 .list_box_wrap .list_box_01 li.list_tit {
  color: #B89231;
}
#page .sec01 .list_box_wrap .list_box_01 li.list_tit::before {
  content: none;
}
#page .sec01 .list_box_wrap .list_box_01 li::before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  top: -2px;
  background: #B89231;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  color: #B89231;
}
#page .sec01 .list_box_wrap .list_box_01 li a {
  color: #B89231;
}
#page .sec01 .page_h3 {
  font-size: 3.2rem;
  position: relative;
  text-align: center;
  padding: 120px 0 25px;
  margin: -120px auto 60px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h3 {
    font-size: 2.2rem;
    padding: 80px 0 18px;
    margin: -80px auto 8%;
  }
}
#page .sec01 .page_h3::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/hikari.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#page .sec01 .page_h3 span {
  display: none;
}
#page .sec01 .page_h4 {
  font-size: 2.4rem;
  border-left: 3px solid #B89231;
  padding: 0 0 0 20px;
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h4 {
    font-size: 1.8rem;
    margin: 12% 0 0;
  }
}
#page .sec01 .page_h4 span {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #B89231;
  display: block;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h4 span {
    font-size: 1.1rem;
  }
}
#page .sec01 .page_h4_future {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  margin: 80px 0 0;
  padding: 0 0 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h4_future {
    font-size: 1.8rem;
    margin: 12% 0 0;
    display: flex;
  }
}
#page .sec01 .page_h4_future .h4_num {
  font-family: "Nanum Myeongjo", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  color: #B89231;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 50%;
  background: #B89231;
  color: #fff;
  margin: 0 10px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h4_future .h4_num {
    font-size: 2rem;
    width: 40px;
    height: 40px;
  }
}
#page .sec01 .page_h4_future::before {
  content: "";
  background: #cbcaca;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
#page .sec01 .page_h4_future::after {
  content: "";
  background: #B89231;
  height: 1px;
  width: 180px;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h4_future::after {
    width: 30%;
  }
}
#page .sec01 .page_h4_step {
  border-left: 3px solid #B89231;
  padding: 0 0 0 20px;
  margin: 80px 0 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h4_step {
    font-size: 1.8rem;
    margin: 12% 0 5%;
  }
}
#page .sec01 .page_h4_step .page_h4_step_num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page .sec01 .page_h4_step .page_h4_step_num .page_h4_step_num_01 {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h4_step .page_h4_step_num .page_h4_step_num_01 {
    font-size: 1.2rem;
  }
}
#page .sec01 .page_h4_step .page_h4_step_num .page_h4_step_num_02 {
  font-size: 3.2rem;
  font-family: "Nanum Myeongjo", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h4_step .page_h4_step_num .page_h4_step_num_02 {
    font-size: 2.7rem;
  }
}
#page .sec01 .page_h4_step .page_h4_step_txt {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h4_step .page_h4_step_txt {
    font-size: 2.1rem;
  }
}
#page .sec01 .page_h5 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  margin: 60px 0 0;
  position: relative;
  padding: 0 0 10px;
}
#page .sec01 .page_h5.page_h5_02::before {
  content: none;
}
#page .sec01 .page_h5.page_h5_02::after {
  content: "";
  background: #B89231;
  height: 1px;
  width: calc(100% - 280px);
  right: 0;
  left: inherit;
  position: absolute;
  top: 40%;
  text-align: right;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h5.page_h5_02::after {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h5 {
    font-size: 1.7rem;
    margin: 9% 0 0;
  }
}
#page .sec01 .page_h5::before {
  content: "";
  background: #cbcaca;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
#page .sec01 .page_h5::after {
  content: "";
  background: #B89231;
  height: 1px;
  width: 180px;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h5::after {
    width: 30%;
  }
}
#page .sec01 .page_h6 {
  background: #B89231;
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
}
#page .sec01 .list_item {
  margin: 20px 0 0;
}
#page .sec01 .list_item li {
  line-height: 2.4;
}
#page .sec01 .list_item li::before {
  content: "・";
  color: #B89231;
}
#page .sec01 .list_item_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page .sec01 .list_item_02.list_item_02_02 li {
  width: 100%;
  border-bottom: 1px dotted #E3DCD5;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .list_item_02.list_item_02_02 li {
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
  }
}
#page .sec01 .list_item_02.list_item_02_02 li .list_item_02_span_01 {
  width: 160px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .list_item_02.list_item_02_02 li .list_item_02_span_01 {
    width: 100%;
    padding: 0 0 7px;
  }
}
#page .sec01 .list_item_02.list_item_02_02 li .list_item_02_span_02 {
  width: calc(100% - 160px);
}
@media screen and (max-width: 768px) {
  #page .sec01 .list_item_02.list_item_02_02 li .list_item_02_span_02 {
    width: 100%;
  }
}
#page .sec01 .list_item_02 li {
  width: calc((100% - 50px) / 2);
  display: flex;
  margin: 20px 0 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #page .sec01 .list_item_02 li {
    width: 100%;
    margin: 4% 0 0;
  }
}
#page .sec01 .list_item_02 li .list_item_02_span_01 {
  width: 90px;
}
#page .sec01 .list_item_02 li .list_item_02_span_02 {
  width: calc(100% - 90px);
}
#page .sec01 .bg_box_wrap {
  filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.08));
  background: #fff;
  padding: 40px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap {
    padding: 6%;
    margin: 9% auto 0;
  }
}
#page .sec01 .bg_box_wrap.pd_none {
  padding: 0;
}
#page .sec01 .bg_box_wrap.fi_none {
  filter: none;
}
#page .sec01 .bg_box_wrap .bg_box_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
#page .sec01 .bg_box_wrap .bg_box_01 .bg_box_01_item {
  width: calc((100% - 50px) / 2);
}
#page .sec01 .bg_box_wrap .bg_box_01 .bg_box_01_item.bg_box_01_item_full {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap .bg_box_01 .bg_box_01_item {
    width: 100%;
  }
}
#page .sec01 .bg_box_wrap .bg_box_01 h4 {
  color: #B89231;
  border-bottom: 1px solid #B89231;
  padding: 0 0 10px;
  margin: 0 0 0;
}
#page .sec01 .bg_box_wrap .page_box_wrap {
  margin: 0 auto 0;
}
#page .sec01 .bg_box_wrap .page_box_wrap .page_box .page_box_l {
  width: 540px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap .page_box_wrap .page_box .page_box_l {
    width: 100%;
  }
}
#page .sec01 .bg_box_wrap .page_box_wrap .page_box.page_box_s .page_box_l {
  width: 640px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap .page_box_wrap .page_box.page_box_s .page_box_l {
    width: 100%;
  }
}
#page .sec01 .bg_box_wrap .page_box_wrap .page_box.page_box_s .page_box_r {
  width: 280px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap .page_box_wrap .page_box.page_box_s .page_box_r {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap .page_box_wrap .page_box.page_box_s .page_box_r.page_box_r_sp_60 {
    width: 60%;
  }
}
#page .sec01 .bg_box_wrap .page_box_wrap .page_box .page_box_r {
  width: 380px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap .page_box_wrap .page_box .page_box_r {
    width: 100%;
  }
}
#page .sec01 .bg_box_wrap .bg_box_01 {
  padding: 40px;
  background: rgba(223, 237, 248, 0.6);
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap .bg_box_01 {
    padding: 6%;
  }
}
#page .sec01 .bg_box_wrap .bg_box_01 .bg_box_01_item {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap .bg_box_01 .bg_box_01_item {
    width: 100%;
  }
}
#page .sec01 .bg_box_wrap .bg_box_01 .bg_box_01_item.bg_box_01_item_full {
  width: 100%;
}
#page .sec01 .bg_box_wrap_01 {
  padding: 0;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 {
    margin: 9% auto 0;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 {
  padding: 40px;
  background: #FAF9F6;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 {
    padding: 6%;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .page_box_wrap {
  margin: 0;
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .page_box_wrap .page_box .page_box_l {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 .page_box_wrap .page_box .page_box_l {
    width: 100%;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .page_box_wrap .page_box .page_box_r {
  width: 42%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 .page_box_wrap .page_box .page_box_r {
    margin: 20px 0 0;
    width: 100%;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .bg_box_01_item {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 .bg_box_01_item {
    width: 100%;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .bg_box_01_item.bg_box_01_item_full {
  width: 100%;
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 h4 {
  color: #B89231;
  border-bottom: 1px solid #B89231;
  padding: 0 0 10px;
  margin: 0 0 0;
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .text_box {
  width: 100%;
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .clinic_h4 {
  border-bottom: none;
  color: #59481B;
  padding: 0;
  position: relative;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 .clinic_h4 {
    margin: 0 0 5%;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .clinic_h4::before {
  content: "";
  background: url(../images/common/hikari.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 .clinic_h4::before {
    width: 12px;
    height: 12px;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .bg_box_01_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 .bg_box_01_flex {
    flex-direction: column;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .bg_box_01_flex .bg_box_01_flex_img {
  margin: 0 0 0 60px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 .bg_box_01_flex .bg_box_01_flex_img {
    margin: 4% auto 0;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .bg_box_01_flex .bg_box_01_flex_img img {
  width: 158px;
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .h4_tit_wrap {
  position: relative;
  margin: 0 0 20px;
  width: 100%;
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .h4_tit_wrap::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #B89231;
  position: absolute;
  left: 0;
  bottom: 0;
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .h4_tit_wrap::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #B89231;
  position: absolute;
  left: 0;
  bottom: -5px;
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .h4_tit_wrap .h4_tit {
  font-size: 2rem;
  position: relative;
  padding: 0 0 0 23px;
  margin: 0 0 5px;
  border-bottom: none;
  color: #59481B;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 .h4_tit_wrap .h4_tit {
    font-size: 1.7rem;
    padding: 0;
    display: inline-block;
    margin: 0 0 5px;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .h4_tit_wrap .h4_tit::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #B89231;
  position: absolute;
  left: 0%;
  bottom: 9px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 .h4_tit_wrap .h4_tit::before {
    position: relative;
    left: inherit;
    bottom: inherit;
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .page_h4 {
  font-size: 2.4rem;
  border-left: none;
  border-bottom: none;
  margin: 0 0 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 .page_h4 {
    margin: 0 0 5%;
    font-size: 2rem;
    padding: 3%;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .page_h4.page_h4_full {
  width: 100%;
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .page_h4 span {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #B89231;
  display: block;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 .page_h4 span {
    font-size: 1.1rem;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .page_h4_no {
  font-size: 2.4rem;
  border-left: none;
  border-bottom: none;
  margin: 0 0 20px;
  width: 100%;
  color: #59481B;
  border-bottom: 1px dotted #B89231;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 .page_h4_no {
    margin: 0 0 5%;
    font-size: 2rem;
    padding: 3%;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .page_h4_no.page_h4_full {
  width: 100%;
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .page_h4_no span {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  color: #B89231;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 .page_h4_no span {
    font-size: 2rem;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .tit_txt {
  border-top: 1px solid #B89231;
  border-bottom: 1px solid #B89231;
  background: rgba(242, 240, 232, 0.8);
  text-align: center;
  color: #59481B;
  font-size: 2.4rem;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 .tit_txt {
    font-size: 2rem;
    margin: 0 0 20px;
  }
}
#page .sec01 .page_box_wrap {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap {
    margin: 10% auto 0;
  }
}
#page .sec01 .page_box_wrap .page_box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
#page .sec01 .page_box_wrap .page_box.page_box_s .page_box_l {
  width: 770px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box.page_box_s .page_box_l {
    width: 100%;
  }
}
#page .sec01 .page_box_wrap .page_box.page_box_s .page_box_r {
  width: 230px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box.page_box_s .page_box_r {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box.page_box_s .page_box_r.page_box_r_sp_60 {
    width: 60%;
  }
}
#page .sec01 .page_box_wrap .page_box.page_box_m .page_box_l {
  width: 650px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box.page_box_m .page_box_l {
    width: 100%;
  }
}
#page .sec01 .page_box_wrap .page_box.page_box_m .page_box_r {
  width: 350px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box.page_box_m .page_box_r {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box.page_box_m .page_box_r.page_box_r_sp_60 {
    width: 60%;
  }
}
#page .sec01 .page_box_wrap .page_box:not(:first-child) {
  margin: 90px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box:not(:first-child) {
    margin: 11% 0 0;
  }
}
#page .sec01 .page_box_wrap .page_box.page_box_re {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box.page_box_re {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box.sp_r {
    flex-direction: row-reverse;
  }
}
#page .sec01 .page_box_wrap .page_box .page_box_l {
  width: 580px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box .page_box_l {
    width: 100%;
    margin: 0 0 6%;
  }
}
#page .sec01 .page_box_wrap .page_box .page_box_l.policy_box_full {
  width: 100%;
}
#page .sec01 .page_box_wrap .page_box .page_box_l .page_h4 {
  margin: 0 0 30px;
}
#page .sec01 .page_box_wrap .page_box .page_box_l .page_h4_step {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box .page_box_l .page_h4_step {
    margin: 0 0 5%;
  }
}
#page .sec01 .page_box_wrap .page_box .page_box_l .text_box {
  margin: 0 auto 0;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box .page_box_l .text_box {
    line-height: 1.75;
  }
}
#page .sec01 .page_box_wrap .page_box .page_box_l .page_box_list li {
  width: 100%;
  background: #FAF9F6;
  border-radius: 5px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 40px;
  position: relative;
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box .page_box_l .page_box_list li {
    padding: 0 15px 0 40px;
  }
}
#page .sec01 .page_box_wrap .page_box .page_box_l .page_box_list li:not(:first-child) {
  margin: 10px 0 0;
}
#page .sec01 .page_box_wrap .page_box .page_box_l .page_box_list li::before {
  content: "";
  position: absolute;
  background: #B89231;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 20px;
}
#page .sec01 .page_box_wrap .page_box .page_box_l .more_btn_wrap {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box .page_box_l .more_btn_wrap {
    margin: 6% 0 0;
  }
}
#page .sec01 .page_box_wrap .page_box .page_box_l .more_btn_wrap.more_btn_wrap_full .more_btn + .more_btn {
  margin: 20px 0 0;
}
@media screen and (max-width: 330px) {
  #page .sec01 .page_box_wrap .page_box .page_box_l .more_btn_wrap .more_btn a {
    font-size: 1.2rem;
  }
}
#page .sec01 .page_box_wrap .page_box .page_box_r {
  width: 420px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box .page_box_r {
    width: 100%;
  }
}
#page .sec01 .page_box_wrap .page_box .page_box_r .img_box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box .page_box_r .img_box {
    margin: 0 auto 5%;
  }
}
#page .sec01 .page_box_wrap .page_box .page_box_r .img_box span {
  padding: 10px 0 0;
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box .page_box_r .img_box span {
    font-size: 1.3rem;
  }
}
#page .sec01 .page_box_wrap .page_box_02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box_02 {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
#page .sec01 .page_box_wrap .page_box_02 .page_box_item {
  width: 47%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box_02 .page_box_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box_02 .page_box_item + .page_box_item {
    margin: 8% 0 0;
  }
}
#page .sec01 .page_box_wrap_02 {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap_02 {
    margin: 5% auto 0;
  }
}
#page .sec01 .page_box_wrap_02 .page_box_02 {
  background: #F5F5F5;
  padding: 40px 50px;
}
#page .sec01 .page_box_wrap_02 .page_box_02 + .page_box_02 {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap_02 .page_box_02 + .page_box_02 {
    margin: 3% 0 0;
  }
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap_02 .page_box_02 {
    padding: 6% 7%;
  }
}
#page .sec01 .page_box_wrap_02 .page_box_02 .page_h5 {
  margin: 0 auto;
  color: #B89231;
}
#page .sec01 .page_box_wrap_02 .page_box_02 .page_box_cap {
  font-size: 1.2rem;
  color: #818181;
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap_02 .page_box_02 .page_box_cap {
    margin: 2% 0 0;
  }
}
#page .sec01 .page_box_wrap_02 .page_box_02 .page_box_cap li {
  margin: 5px 0 0;
}
#page .sec01 .page_box_wrap_03 {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap_03 {
    margin: 5% auto 0;
  }
}
#page .sec01 .page_box_wrap_03 .page_box_03 {
  background: #292525;
  padding: 40px 50px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap_03 .page_box_03 {
    padding: 6% 7%;
  }
}
#page .sec01 .page_box_wrap_03 .page_box_03 + .page_box_03 {
  margin: 20px 0 0;
}
#page .sec01 .page_box_wrap_03 .page_box_03 .page_h5 {
  margin: 0 auto;
  width: 100%;
}
#page .sec01 .page_box_wrap_03 .page_box_03 .page_h5::before {
  background: rgba(255, 255, 255, 0.5);
}
#page .sec01 .page_box_wrap_03 .page_box_03 .page_h5 span {
  font-family: "Nanum Myeongjo", serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 5px 0 0;
}
#page .sec01 .page_box_wrap_03 .page_box_03 .page_box_03_l {
  width: 510px;
}
#page .sec01 .page_box_wrap_03 .page_box_03 .page_box_03_l.page_box_03_l_full {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap_03 .page_box_03 .page_box_03_l {
    width: 100%;
  }
}
#page .sec01 .page_box_wrap_03 .page_box_03 .page_box_03_r {
  width: 400px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap_03 .page_box_03 .page_box_03_r {
    width: 100%;
  }
}
#page .sec01 .page_box_wrap_03 .page_box_03 .page_box_03_r .img_box {
  width: 100%;
}
#page .sec01 .img_box_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_box_wrap {
    flex-direction: column;
  }
}
#page .sec01 .img_box_wrap .img_box.img_box_02 {
  width: 500px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_box_wrap .img_box.img_box_02 {
    width: 100%;
  }
}
#page .sec01 .img_box {
  width: 640px;
  margin: 30px auto 0;
  text-align: center;
}
#page .sec01 .img_box img {
  border-radius: 5px;
}
#page .sec01 .img_box.img_box_full {
  width: 100%;
}
#page .sec01 .img_box.img_w500 {
  width: 500px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_box.img_w500 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_box {
    width: 100%;
    margin: 5% auto 0;
  }
}
#page .sec01 .img_box span {
  padding: 10px 0 0;
  display: block;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_box span {
    font-size: 1.3rem;
  }
}
#page .sec01 .img_ul_wrap .img_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page .sec01 .img_ul_wrap .img_ul.img_ul_02 li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_ul_wrap .img_ul.img_ul_02 li {
    width: 100%;
  }
}
#page .sec01 .img_ul_wrap .img_ul.img_ul_03 li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_ul_wrap .img_ul.img_ul_03 li {
    width: 100%;
  }
}
#page .sec01 .img_ul_wrap .img_ul li {
  width: 100%;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_ul_wrap .img_ul li {
    margin: 4% 0 0;
  }
}
#page .sec01 .img_ul_wrap .img_ul li span {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_ul_wrap .img_ul li span {
    font-size: 1.4rem;
  }
}
#page .sec01 .flow_box_wrap .flow_box {
  background: #FAF9F6;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_wrap .flow_box {
    padding: 6%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#page .sec01 .flow_box_wrap .flow_box:not(:first-child) {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_wrap .flow_box:not(:first-child) {
    margin: 3% 0 0;
  }
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_l {
  width: 220px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_wrap .flow_box .flow_box_l {
    width: 100%;
    display: flex;
    margin: 0 0 20px;
  }
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_l .flow_box_no {
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  counter-reset: 2px;
  padding: 0 0 10px;
  display: inline-block;
  line-height: 1;
  position: relative;
  color: #B89231;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_wrap .flow_box .flow_box_l .flow_box_no {
    font-size: 2.4rem;
    padding: 0;
  }
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_l .flow_box_no::before {
  content: "Step";
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  display: inline-block;
  letter-spacing: 0;
  color: #B89231;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_wrap .flow_box .flow_box_l .flow_box_no::before {
    font-size: 1.3rem;
  }
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_l h4 {
  margin: 15px 0 0;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_wrap .flow_box .flow_box_l h4 {
    margin: 0;
    font-size: 1.8rem;
    margin: 0 0 0 10px;
  }
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_r {
  width: calc(100% - 220px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_wrap .flow_box .flow_box_r {
    width: 100%;
  }
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_r .flow_box_r_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_wrap .flow_box .flow_box_r .flow_box_r_flex {
    flex-direction: column;
  }
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_r .flow_box_r_flex .flow_box_r_txt_box {
  width: calc(100% - 340px);
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_wrap .flow_box .flow_box_r .flow_box_r_flex .flow_box_r_txt_box {
    width: 100%;
  }
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_r .flow_box_r_img_box {
  width: 300px;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_wrap .flow_box .flow_box_r .flow_box_r_img_box {
    width: 100%;
    margin: 5% 0 0;
  }
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_r .text_box {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_r .flow_text_box {
  background: #F2F0E8;
  padding: 25px;
  margin: 20px 0 0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_wrap .flow_box .flow_box_r .flow_text_box {
    padding: 6%;
  }
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_r .flow_text_box:first-child {
  margin: 0;
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_r .flow_text_box h5 {
  padding: 0 0 0 30px;
  color: #B89231;
  font-size: 1.7rem;
  margin: 0 0 20px;
  position: relative;
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_r .flow_text_box h5::before {
  content: "";
  background: url(../images/common/hikari.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_morebtn {
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_wrap .flow_box .flow_box_morebtn {
    margin: 5% auto 0;
  }
}
#page .sec01 .youtube {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 40px auto 20px;
}
#page .sec01 .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page .sec01 .doga_wrap {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .doga_wrap {
    margin: 2% 0 0;
    flex-direction: column;
  }
}
#page .sec01 .doga_wrap .doga_item {
  width: 47%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .doga_wrap .doga_item {
    width: 100%;
    margin: 4% 0 0;
  }
}
#page .sec01 .link_title {
  color: #B89231;
  border-bottom: 1px solid #B89231;
  padding: 0 0 10px;
  font-size: 2rem;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_title {
    font-size: 1.8rem;
    margin: 0 0 5%;
  }
}
#page .sec01 .nado {
  text-align: right;
  display: block;
  margin: 10px 0 0 auto;
}
#page .sec01 .link_box_01 {
  width: 100%;
}
#page .sec01 .link_box_01 .link_box_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#page .sec01 .link_box_01 .link_box_ul.check_ul li a {
  padding: 0 0 0 50px;
}
#page .sec01 .link_box_01 .link_box_ul.check_ul li a::before {
  content: "";
  background: url(../images/common/icon_check.svg);
  width: 20px;
  height: 20px;
  left: 15px;
}
#page .sec01 .link_box_01 .link_box_ul.check_ul li.no_link {
  padding: 0 0 0 50px;
}
#page .sec01 .link_box_01 .link_box_ul.check_ul li.no_link::before {
  content: "";
  background: url(../images/common/icon_check.svg);
  width: 20px;
  height: 20px;
  left: 15px;
}
#page .sec01 .link_box_01 .link_box_ul.no_ol {
  counter-reset: item;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_01 .link_box_ul.no_ol {
    counter-reset: item;
  }
}
#page .sec01 .link_box_01 .link_box_ul.no_ol li {
  padding: 15px 10px 15px 20px;
  background: #fff;
  border-radius: 5px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_01 .link_box_ul.no_ol li {
    padding: 15px 10px 15px 3em;
    background: #fff;
    border-radius: 5px;
    font-size: 1.4rem;
    text-indent: -1.8em;
  }
}
#page .sec01 .link_box_01 .link_box_ul.no_ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  color: #B89231;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_01 .link_box_ul.no_ol li::before {
    counter-increment: item;
    content: counter(item) ".";
    color: #B89231;
    padding: 0 10px 0 0;
  }
}
#page .sec01 .link_box_01 .link_box_ul.no_ol li a {
  width: auto;
  display: inline;
  align-items: center;
  padding: 0 0 0;
  background: #fff;
  border-radius: none;
  font-size: inherit;
  height: auto;
  width: auto;
  position: relative;
  transition: 0.3s;
  -webkit-text-decoration-color: #897b70;
  text-decoration-color: #897b70;
  text-decoration-thickness: 1px;
}
#page .sec01 .link_box_01 .link_box_ul.no_ol li a::before {
  content: none;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_01 .link_box_ul.no_ol li a {
    font-size: 1.4rem;
    text-indent: 0;
    display: inline;
  }
}
#page .sec01 .link_box_01 .link_box_ul.link_box_ul_full li {
  width: 100%;
}
#page .sec01 .link_box_01 .link_box_ul.link_box_ul_full li a {
  text-decoration: none;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_01 .link_box_ul.link_box_ul_full li a {
    height: 60px;
  }
}
#page .sec01 .link_box_01 .link_box_ul.link_box_colum_04::after {
  content: "";
  width: calc((100% - 20px) / 2);
}
#page .sec01 .link_box_01 .link_box_ul.link_box_colum_04 li {
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_01 .link_box_ul.link_box_colum_04 li {
    width: calc((100% - 10px) / 2);
  }
}
#page .sec01 .link_box_01 .link_box_ul.link_box_colum_03::after {
  content: "";
  width: calc((100% - 20px) / 3);
}
#page .sec01 .link_box_01 .link_box_ul.link_box_colum_03 li {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_01 .link_box_ul.link_box_colum_03 li {
    width: 100%;
  }
}
#page .sec01 .link_box_01 .link_box_ul.link_box_colum_02 li {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_01 .link_box_ul.link_box_colum_02 li {
    width: 100%;
  }
}
#page .sec01 .link_box_01 .link_box_ul li {
  width: 100%;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_01 .link_box_ul li {
    width: 100%;
  }
}
#page .sec01 .link_box_01 .link_box_ul li.no_link {
  display: flex;
  align-items: center;
  padding: 0 0 0 36px;
  background: #fff;
  border-radius: 5px;
  height: 50px;
  position: relative;
  transition: 0.3s;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_01 .link_box_ul li.no_link {
    height: 50px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 10px 0 36px;
    font-size: 1.4rem;
  }
}
#page .sec01 .link_box_01 .link_box_ul li.no_link::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #B89231;
  position: absolute;
  left: 20px;
}
#page .sec01 .link_box_01 .link_box_ul li.no_link a {
  padding: 0;
}
#page .sec01 .link_box_01 .link_box_ul li.no_link a::before {
  content: none;
}
#page .sec01 .link_box_01 .link_box_ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 0 36px;
  background: #fff;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  position: relative;
  transition: 0.3s;
  font-size: 1.5rem;
  -webkit-text-decoration-color: #897b70;
          text-decoration-color: #897b70;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_01 .link_box_ul li a {
    height: 50px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 10px 0 36px;
    font-size: 1.4rem;
  }
}
#page .sec01 .link_box_01 .link_box_ul li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #B89231;
  position: absolute;
  left: 20px;
}
#page .sec01 .link_box_01 .link_box_ul li a .link_box_ul_span_01 {
  text-decoration: underline;
  width: 220px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_01 .link_box_ul li a .link_box_ul_span_01 {
    width: auto;
    display: block;
    margin: 0 0 3px;
  }
}
#page .sec01 .link_box_01 .link_box_ul li a.no_link {
  text-decoration: none;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #page .sec01 .link_box_01 .link_box_ul li a:hover {
    color: #B89231;
  }
}
#page .sec01 .link_box_02 {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_02 {
    margin: 5% 0 0;
  }
}
#page .sec01 .link_box_02 .link_box_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page .sec01 .link_box_02 .link_box_ul.link_box_ul_full li {
  width: 100%;
  height: 80px;
}
#page .sec01 .link_box_02 .link_box_ul li {
  width: calc((100% - 10px) / 2);
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  padding: 0 0 0 36px;
  background: #fff;
  height: 60px;
  width: 100%;
  position: relative;
  transition: 0.3s;
  color: #B89231;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_02 .link_box_ul li {
    height: 50px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 10px 0 36px;
  }
}
#page .sec01 .link_box_02 .link_box_ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #B89231;
  position: absolute;
  left: 20px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_02 .link_box_ul li {
    width: 100%;
  }
}
#page .sec01 .link_box_03 .link_box_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page .sec01 .link_box_03 .link_box_ul li {
  width: calc((100% - 10px) / 2);
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_03 .link_box_ul li {
    width: 100%;
  }
}
#page .sec01 .link_box_03 .link_box_ul li a {
  border: 1px solid #dadada;
  display: flex;
  align-items: center;
  padding: 0 0 0 36px;
  background: #fff;
  height: 60px;
  width: 100%;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_03 .link_box_ul li a {
    height: 50px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 10px 0 36px;
  }
}
#page .sec01 .link_box_03 .link_box_ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #B89231;
  position: absolute;
  left: 20px;
}
@media screen and (min-width: 769px) {
  #page .sec01 .link_box_03 .link_box_ul li a:hover {
    opacity: 0.7;
  }
}
#page .sec01 .table_box_wrap {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap {
    position: relative;
    padding: 0;
    margin: 8% auto 0;
  }
}
#page .sec01 .table_box_wrap .table_box_clinic_02 {
  width: 870px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_clinic_02 {
    width: 96%;
    padding: 6% 4%;
    position: relative;
    overflow-x: auto;
  }
}
#page .sec01 .table_box_wrap .table_box_clinic {
  width: 870px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(21, 83, 102, 0.12);
  border-radius: 5px;
  padding: 30px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_clinic {
    width: 96%;
    padding: 6% 4%;
    position: relative;
    overflow-x: auto;
  }
}
#page .sec01 .table_box_wrap .table_box_01_bk {
  background: #FAF9F6;
  border-radius: 5px;
  padding: 40px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_01_bk {
    width: 96%;
    padding: 6% 4%;
    position: relative;
    overflow-x: auto;
  }
}
#page .sec01 .table_box_wrap .table_box_02_bk {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_02_bk {
    position: relative;
    overflow-x: auto;
  }
}
#page .sec01 .table_box_wrap .table_box_01 {
  border-top: 1px solid #59481B;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_01 tr {
    display: flex;
    flex-direction: column;
  }
}
#page .sec01 .table_box_wrap .table_box_01 tr td {
  width: calc(100% - 200px);
  border-bottom: 1px solid #59481B;
  padding: 15px 0 15px 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_01 tr td {
    border-right: none;
    text-align: left;
    padding: 4%;
    width: 100%;
  }
}
#page .sec01 .table_box_wrap .table_box_01 tr td:first-child {
  width: 200px;
  vertical-align: middle;
  padding: 15px 0;
  text-align: center;
  background: rgba(242, 240, 232, 0.5);
  color: #B89231;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_01 tr td:first-child {
    width: 100%;
    text-align: center;
    padding: 4%;
  }
}
#page .sec01 .table_box_wrap .table_box_01 tr td:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_01 tr td {
    width: 100%;
  }
}
#page .sec01 .table_box_wrap .table_box_02 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_02 {
    width: 500px;
  }
}
#page .sec01 .table_box_wrap .table_box_02 tr th {
  color: #B89231;
  border-bottom: 1px solid #59481B;
  padding: 22px 0;
  text-align: left;
  background: rgba(242, 240, 232, 0.5);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_02 tr th {
    padding: 15px 0;
  }
}
#page .sec01 .table_box_wrap .table_box_02 tr th:first-child {
  width: 350px;
  vertical-align: middle;
  background: #F2F0E8;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_02 tr th:first-child {
    width: 200px;
  }
}
#page .sec01 .table_box_wrap .table_box_02 tr td {
  border-bottom: 1px solid #59481B;
  padding: 22px 0;
  text-align: center;
  background: #FAF9F6;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_02 tr td {
    padding: 15px 0;
  }
}
#page .sec01 .table_box_wrap .table_box_02 tr td:first-child {
  width: 350px;
  vertical-align: middle;
  padding: 22px 0 22px 20px;
  text-align: left;
  background: #F2F0E8;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_02 tr td:first-child {
    width: 200px;
    padding: 15px 0 15px 15px;
  }
}
#page .sec01 .table_box_wrap .table_box_02 tr td:last-child {
  border-right: none;
}
#page .sec01 .table_box_wrap .table_box_03 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_03 {
    width: 100%;
  }
}
#page .sec01 .table_box_wrap .table_box_03 tr:nth-child(2) td {
  padding: 13px 0 13px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_03 tr:nth-child(2) td {
    padding: 0;
  }
}
#page .sec01 .table_box_wrap .table_box_03 tr th {
  color: #B89231;
  padding: 13px 0 13px;
  border-bottom: 1px solid #B89231;
  text-align: center;
  width: 77.1428571429px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_03 tr th {
    padding: 10px 5px;
    font-size: 1.3rem;
    width: calc((100% - 90px) / 7);
  }
}
#page .sec01 .table_box_wrap .table_box_03 tr th:first-child {
  width: 230px;
  padding: 13px 0 13px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_03 tr th:first-child {
    width: 90px;
    padding: 10px 0;
  }
}
#page .sec01 .table_box_wrap .table_box_03 tr th:nth-child(2) {
  width: 77.1428571429px;
  padding: 13px 0 13px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_03 tr th:nth-child(2) {
    width: calc((100% - 90px) / 7);
    padding: 10px 0 10px 8px;
  }
}
#page .sec01 .table_box_wrap .table_box_03 tr th:last-child {
  width: 77.1428571429px;
  padding: 13px 0 13px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_03 tr th:last-child {
    width: calc((100% - 90px) / 7);
    padding: 10px 0;
  }
}
#page .sec01 .table_box_wrap .table_box_03 tr td {
  padding: 13px 0 13px;
  text-align: center;
  color: #B89231;
  border-bottom: 1px solid #C0DEEF;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_03 tr td {
    padding: 10px 5px;
    font-size: 1.3rem;
  }
}
#page .sec01 .table_box_wrap .table_box_03 tr td:first-child {
  padding: 13px 0 13px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_03 tr td:first-child {
    padding: 10px 0;
  }
}
#page .sec01 .table_box_wrap .table_box_03 tr td:nth-child(2) {
  padding: 13px 0 13px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_03 tr td:nth-child(2) {
    padding: 10px 0 10px 8px;
  }
}
#page .sec01 .table_box_wrap .table_box_03 tr td .top_schedule_span_01 {
  text-align: center;
  display: inline-block;
  padding: 5px 0;
  width: 100px;
  background: #B89231;
  font-size: 1.3rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_03 tr td .top_schedule_span_01 {
    width: 100%;
    font-size: 1.2rem;
  }
}
#page .sec01 .table_box_wrap .table_box_03 tr td .top_schedule_span_02 {
  text-align: center;
  display: inline-block;
  padding: 5px 0;
  width: 100px;
  background: #B89231;
  font-size: 1.3rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_03 tr td .top_schedule_span_02 {
    width: 100%;
    font-size: 1.2rem;
    margin: 0 0 5px;
  }
}
#page .sec01 .table_box_wrap .table_box_03 tr td .top_schedule_span_txt {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_03 tr td .top_schedule_span_txt {
    text-align: center;
    font-size: 1.2rem;
    display: block;
    margin: 0;
    letter-spacing: 0;
    padding: 3px 0 0;
  }
}
#page .sec01 .table_box_wrap .table_box_03 tr:last-child td {
  border-bottom: none;
}
#page .sec01 .table_box_wrap .table_schedule_cap {
  font-size: 1.4rem;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_schedule_cap {
    font-size: 1.1rem;
    margin: 4% 0 0;
  }
}
#page .sec01 .table_box_wrap .table_schedule_cap li {
  margin: 0 0 5px;
  color: #B89231;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_schedule_cap li {
    font-size: 1.2rem;
  }
}
#page .sec01 .table_box_wrap .table_box_04 {
  width: 100%;
  border-top: 1px solid #59481B;
  border-left: 1px solid #59481B;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_04 {
    width: 600px;
  }
}
#page .sec01 .table_box_wrap .table_box_04.table_box_04_02 tr th {
  width: 400px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_04.table_box_04_02 tr th {
    width: calc(100% - 300px);
  }
}
#page .sec01 .table_box_wrap .table_box_04.table_box_04_02 tr th:first-child {
  width: calc(100% - 400px);
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_04.table_box_04_02 tr th:first-child {
    width: 300px;
  }
}
#page .sec01 .table_box_wrap .table_box_04.table_box_04_02 tr td {
  width: 400px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_04.table_box_04_02 tr td {
    width: calc(100% - 300px);
  }
}
#page .sec01 .table_box_wrap .table_box_04.table_box_04_02 tr td:first-child {
  width: calc(100% - 400px);
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_04.table_box_04_02 tr td:first-child {
    width: 300px;
  }
}
#page .sec01 .table_box_wrap .table_box_04 tr th {
  border-right: 1px solid #fff;
  padding: 18px 20px;
  background: #59481B;
  color: #fff;
  text-align: center;
}
#page .sec01 .table_box_wrap .table_box_04 tr th:first-child {
  width: 250px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_04 tr th:first-child {
    width: 200px;
  }
}
#page .sec01 .table_box_wrap .table_box_04 tr:nth-child(even) td {
  background: rgba(242, 240, 232, 0.5);
}
#page .sec01 .table_box_wrap .table_box_04 tr td {
  border-bottom: 1px solid #59481B;
  padding: 18px 20px;
  text-align: left;
  background: #fff;
  border-right: 1px solid #59481B;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_04 tr td {
    padding: 15px 18px;
  }
}
#page .sec01 .table_box_wrap .table_box_04 tr td:first-child {
  width: 250px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_04 tr td:first-child {
    width: 200px;
  }
}
#page .sec01 .table_box_wrap .table_box_04 tr td p {
  padding: 0;
}
#page .sec01 .table_box_wrap .table_box_05 {
  border-top: 1px solid #59481B;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_05 {
    width: 600px;
  }
}
#page .sec01 .table_box_wrap .table_box_05.table_box_05_02 tr td {
  width: calc(100% - 300px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_05.table_box_05_02 tr td {
    width: calc(100% - 200px);
  }
}
#page .sec01 .table_box_wrap .table_box_05.table_box_05_02 tr td:first-child {
  width: 300px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_05.table_box_05_02 tr td:first-child {
    width: 200px;
  }
}
#page .sec01 .table_box_wrap .table_box_05 tr td {
  width: calc(100% - 200px);
  border-right: 1px solid #59481B;
  border-bottom: 1px solid #59481B;
  padding: 22px 20px;
  text-align: left;
  background: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_05 tr td {
    width: 300px;
    padding: 20px 18px;
  }
}
#page .sec01 .table_box_wrap .table_box_05 tr td:first-child {
  width: 600px;
  vertical-align: middle;
  padding: 22px 20px;
  text-align: left;
  background: rgba(242, 240, 232, 0.8);
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_05 tr td:first-child {
    width: 300px;
    padding: 20px 18px;
  }
}
#page .sec01 .table_box_wrap .table_box_05 tr td:last-child {
  border-right: none;
}
#page .sec01 .table_box_wrap .table_box_06 {
  border-top: 1px solid #B89231;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_06 {
    width: 600px;
  }
}
#page .sec01 .table_box_wrap .table_box_06 tr td {
  width: calc(100% - 200px);
  border-right: 1px solid #B89231;
  border-bottom: 1px solid #B89231;
  padding: 22px 20px;
  text-align: center;
  background: #fff;
  vertical-align: middle;
}
#page .sec01 .table_box_wrap .table_box_06 tr td:first-child {
  width: 600px;
  vertical-align: middle;
  padding: 22px 20px;
  text-align: left;
  background: rgba(223, 237, 248, 0.9);
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_06 tr td:first-child {
    width: 50%;
    padding: 20px 18px;
    border-right: none;
  }
}
#page .sec01 .table_box_wrap .table_box_06 tr td:last-child {
  border-right: none;
}
#page .sec01 .table_box_wrap .table_box_07 {
  border-top: 1px solid #B89231;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_07 {
    width: 700px;
  }
}
#page .sec01 .table_box_wrap .table_box_07 tr td {
  width: calc(100% - 200px);
  border-right: 1px solid #B89231;
  border-bottom: 1px solid #B89231;
  padding: 15px 0 18px 30px;
  text-align: left;
  background: #fff;
}
#page .sec01 .table_box_wrap .table_box_07 tr td:first-child {
  width: 200px;
  vertical-align: middle;
  padding: 15px 0 20px 30px;
  text-align: left;
  background: rgba(223, 237, 248, 0.9);
}
#page .sec01 .table_box_wrap .table_box_07 tr td:last-child {
  border-right: none;
}
#page .sec01 .table_box_wrap .table_box_08 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_08 {
    width: 600px;
  }
}
#page .sec01 .table_box_wrap .table_box_08 tr th {
  padding: 25px 20px;
  text-align: center;
  border-bottom: 1px solid #B89231;
  vertical-align: middle;
  width: 200px;
  color: #B89231;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_08 tr th {
    padding: 20px 18px;
    width: 200px;
  }
}
#page .sec01 .table_box_wrap .table_box_08 tr td {
  border-bottom: 1px solid #e5ddc6;
  padding: 25px 20px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_08 tr td {
    padding: 20px 18px;
  }
}
#page .sec01 .table_box_wrap .table_box_08 tr:first-child th {
  border-top: 1px solid #B89231;
}
#page .sec01 .table_box_wrap .table_box_08 tr:first-child td {
  border-top: 1px solid #e5ddc6;
}
#page .sec01 .table_cap_txt_wrap {
  padding: 10px 0 0;
}
#page .sec01 .table_cap_txt_wrap p {
  font-size: 1.5rem;
  padding: 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_cap_txt_wrap p {
    font-size: 1.4rem;
  }
}
#page .sec01 .qa_box_wrap {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .qa_box_wrap {
    margin: 8% 0 0;
  }
}
#page .sec01 .qa_box {
  margin: 0 0 20px;
  filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.05));
  border-radius: 5px;
  background: #FAF9F6;
}
@media screen and (max-width: 768px) {
  #page .sec01 .qa_box {
    margin: 0 0 4%;
  }
}
#page .sec01 .qa_box:last-child {
  margin: 0;
}
#page .sec01 .qa_box .qa_tit {
  position: relative;
  padding: 25px 25px 0 90px;
  pointer-events: all;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #page .sec01 .qa_box .qa_tit {
    padding: 4% 10% 4% 60px;
  }
  #page .sec01 .qa_box .qa_tit p {
    line-height: 1.5;
    padding: 0;
  }
}
#page .sec01 .qa_box .qa_tit::before {
  content: "";
  background: url(../images/page/icon_q.svg);
  background-size: cover;
  position: absolute;
  text-align: center;
  left: 30px;
  line-height: 1;
  width: 25px;
  height: 28px;
  margin: 3px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .qa_box .qa_tit::before {
    left: 15px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
  }
}
#page .sec01 .qa_box .qa_tit .close {
  position: relative;
  padding: 0 2rem 25px 0;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #page .sec01 .qa_box .qa_tit .close {
    font-size: 1.6rem;
    padding: 0 2rem 0 0;
  }
}
#page .sec01 .qa_box .qa_tit .close::before {
  position: absolute;
  content: "";
  top: 30%;
  right: 0;
  background: #fff;
  border-radius: 1px;
  width: 30px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .qa_box .qa_tit .close::before {
    top: 50%;
    right: -15px;
    width: 20px;
  }
}
#page .sec01 .qa_box .qa_tit .close::after {
  position: absolute;
  content: "";
  top: 30%;
  right: 0;
  background: #fff;
  border-radius: 1px;
  width: 30px;
  height: 1px;
  transform: rotate(90deg);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #page .sec01 .qa_box .qa_tit .close::after {
    top: 50%;
    right: -15px;
    width: 20px;
  }
}
#page .sec01 .qa_box .qa_tit .close.open::after {
  transform: rotate(0);
}
#page .sec01 .qa_box .qa_txt {
  display: none;
  position: relative;
  padding: 30px;
  background: #FAF9F6;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #e5ddc6;
}
@media screen and (max-width: 768px) {
  #page .sec01 .qa_box .qa_txt {
    padding: 6%;
  }
}
#page .sec01 .qa_box .qa_txt .more_btn_wrap {
  text-align: center;
}
#page .sec01 .qa_box .qa_txt .page_txt01 {
  line-height: 2;
  padding: 1em 0 0;
}
#page .sec01 .qa_box .qa_txt .page_txt01:first-child {
  padding: 0;
}
#page .sec01 .qa_box .qa_txt .page_list_box {
  padding: 1em 0 0;
}
#page .sec01 .qa_box .qa_txt .page_list_box:first-child {
  padding: 0;
}
#page .sec01 .qa_box .qa_txt .page_list_box .page_list_box_1column li {
  margin: 1em 0 0;
}
#page .sec01 .qa_box .qa_txt .page_list_box .page_list_box_1column li:first-child {
  margin: 0;
}
#page .sec01 .qa_box .qa_txt .page_list_box .page_list_box_1column li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #B89231;
  display: inline-block;
  margin: 0 15px 0 0;
}
#page .sec01 .qa_box .qa_txt .bg_box_wrap_01 {
  margin: 0;
}
#page .sec01 .qa_box .qa_txt .bg_box_wrap_01 .bg_box_01 {
  background: #F2F0E8;
  border-radius: 5px;
}
#page .sec01 .qa_box .qa_txt .bg_box_wrap_01 .page_h4 {
  padding: 0 0 0 30px;
  font-size: 1.7rem;
  line-height: 1;
  margin: 0 0 20px;
  position: relative;
  background: none;
}
#page .sec01 .qa_box .qa_txt .bg_box_wrap_01 .page_h4::before {
  content: "";
  background: url(../images/common/hikari.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
#page .sec01 .qa_box .qa_txt .bg_box_wrap_01 + .bg_box_wrap_01 {
  margin: 20px 0 0;
}
#page .sec01 .map_box {
  margin: 60px auto 0;
}
#page .sec01 .map_box iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .map_box iframe {
    height: 250px;
  }
}
#page .sec01 .cap_box {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .cap_box {
    margin: 5% 0 0;
  }
}
#page .sec01 .cap_box p {
  padding: 0 0 10px 1em;
  line-height: 1.5;
  text-indent: -1em;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #page .sec01 .cap_box p {
    font-size: 1.4rem;
  }
}
#page .sec01 .clinic_conts_01 {
  background: #FAF9F6;
  border-radius: 5px;
  padding: 50px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 {
    padding: 8%;
  }
}
#page .sec01 .clinic_conts_01 dl {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 dl {
    margin: 6% auto 0;
  }
}
#page .sec01 .clinic_conts_01 dl dt {
  text-align: center;
  padding: 25px;
  width: 200px;
  border-bottom: 1px solid #B89231;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 dl dt {
    width: 100%;
    padding: 4% 0;
    border-bottom: 1px solid #e5ddc6;
  }
}
#page .sec01 .clinic_conts_01 dl dt:first-child {
  border-top: 1px solid #B89231;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 dl dt:first-child {
    border-top: 1px solid #B89231;
  }
}
#page .sec01 .clinic_conts_01 dl dd {
  text-align: left;
  padding: 25px 30px;
  width: calc(100% - 200px);
  border-bottom: 1px solid #e5ddc6;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 dl dd {
    padding: 4%;
    width: 100%;
    border-bottom: 1px solid #B89231;
  }
}
#page .sec01 .clinic_conts_01 dl dd:nth-child(2) {
  border-top: 1px solid #e5ddc6;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 dl dd:nth-child(2) {
    border-top: none;
  }
}
#page .sec01 .clinic_conts_01 .clinic_h4 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  border-top: 1px solid #B89231;
  border-bottom: 1px solid #B89231;
  padding: 20px 0;
  background: rgba(242, 240, 232, 0.8);
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 .clinic_h4 {
    font-size: 1.6rem;
    padding: 4% 0;
  }
}
#page .sec01 .clinic_conts_01 .top_schedule_wrap {
  width: 770px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 .top_schedule_wrap {
    width: 100%;
    margin: 6% auto 0;
    display: block;
  }
}
#page .sec01 .clinic_conts_01 .top_schedule_wrap .top_schedule table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 .top_schedule_wrap .top_schedule table {
    width: 100%;
  }
}
#page .sec01 .clinic_conts_01 .top_schedule_wrap .top_schedule table tr th {
  text-align: center;
  padding: 20px 17px;
  border-bottom: 1px solid #59481B;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 .top_schedule_wrap .top_schedule table tr th {
    padding: 10px 5px;
    vertical-align: middle;
  }
}
#page .sec01 .clinic_conts_01 .top_schedule_wrap .top_schedule table tr th:first-child {
  width: 150px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 .top_schedule_wrap .top_schedule table tr th:first-child {
    padding: 10px 5px;
    width: auto;
  }
}
#page .sec01 .clinic_conts_01 .top_schedule_wrap .top_schedule table tr td {
  text-align: center;
  padding: 20px 17px;
  color: #B89231;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 .top_schedule_wrap .top_schedule table tr td {
    padding: 10px 5px;
    vertical-align: middle;
  }
}
#page .sec01 .clinic_conts_01 .top_schedule_wrap .top_schedule table tr td:first-child {
  color: #59481B;
  width: 150px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 .top_schedule_wrap .top_schedule table tr td:first-child {
    width: auto;
    font-size: 1.3rem;
    padding: 10px 0;
  }
}
#page .sec01 .clinic_conts_01 .top_schedule_wrap .top_schedule table tr:nth-child(2) td {
  padding: 30px 17px 20px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 .top_schedule_wrap .top_schedule table tr:nth-child(2) td {
    padding: 10px 5px;
  }
}
#page .sec01 .clinic_conts_01 .top_schedule_wrap .top_schedule .top_schedule_cap {
  font-size: 1.5rem;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 .top_schedule_wrap .top_schedule .top_schedule_cap {
    font-size: 1.2rem;
    margin: 2% 0 0;
  }
}
#page .sec01 .clinic_conts_01 .top_schedule_wrap .top_schedule .top_schedule_cap li {
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 .top_schedule_wrap .top_schedule .top_schedule_cap li {
    font-size: 1.2rem;
  }
}
#page .sec01 .clinic_conts_01 .top_calender {
  margin: 80px 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 .top_calender {
    margin: 12% 0 0;
  }
}
#page .sec01 .clinic_conts_01 .top_calender h3 {
  font-size: 1.8rem;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 .top_calender h3 {
    font-size: 1.4rem;
  }
}
#page .sec01 .clinic_conts_01 .top_calender h3::before {
  content: "";
  background: url(../images/common/hikari.svg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 .top_calender h3::before {
    width: 12px;
    height: 12px;
  }
}
#page .sec01 .clinic_conts_01 .top_calender .calendar_box {
  border-top: 1px solid #B89231;
  padding: 20px 0 0;
  margin: 20px 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 .top_calender .calendar_box {
    padding: 10px 0 0;
    margin: 10px 0 0;
  }
}
#page .sec01 .clinic_conts_01 .top_calender .calendar_box iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 .top_calender .calendar_box iframe {
    height: 350px;
  }
}
#page .sec01 .clinic_map iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_map iframe {
    height: 250px;
  }
}
#page .sec01 .h4_tit_wrap {
  position: relative;
}
#page .sec01 .h4_tit_wrap::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #B89231;
  position: absolute;
  left: 0;
  bottom: 0;
}
#page .sec01 .h4_tit_wrap::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #B89231;
  position: absolute;
  left: 0;
  bottom: -5px;
}
#page .sec01 .h4_tit_wrap .h4_tit {
  font-size: 2rem;
  position: relative;
  padding: 0 0 0 23px;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .h4_tit_wrap .h4_tit {
    font-size: 1.7rem;
    padding: 0;
    display: inline-block;
    margin: 0 0 5px;
  }
}
#page .sec01 .h4_tit_wrap .h4_tit::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #B89231;
  position: absolute;
  left: 0%;
  bottom: 9px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .h4_tit_wrap .h4_tit::before {
    position: relative;
    left: inherit;
    bottom: inherit;
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
#page .sec01 .clinic_access_box .clinic_access_item {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_access_box .clinic_access_item {
    margin: 6% 0 0;
  }
}
#page .sec01 .clinic_access_box .clinic_access_item .clinic_access_item_tit_wrap {
  position: relative;
}
#page .sec01 .clinic_access_box .clinic_access_item .clinic_access_item_tit_wrap::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #B89231;
  position: absolute;
  left: 0;
  bottom: 0;
}
#page .sec01 .clinic_access_box .clinic_access_item .clinic_access_item_tit_wrap::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #B89231;
  position: absolute;
  left: 0;
  bottom: -5px;
}
#page .sec01 .clinic_access_box .clinic_access_item .clinic_access_item_tit_wrap .clinic_access_item_tit {
  font-size: 2rem;
  position: relative;
  padding: 0 0 0 23px;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_access_box .clinic_access_item .clinic_access_item_tit_wrap .clinic_access_item_tit {
    font-size: 1.7rem;
    padding: 0;
    display: inline-block;
    margin: 0 0 5px;
  }
}
#page .sec01 .clinic_access_box .clinic_access_item .clinic_access_item_tit_wrap .clinic_access_item_tit::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #B89231;
  position: absolute;
  left: 0%;
  bottom: 17px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_access_box .clinic_access_item .clinic_access_item_tit_wrap .clinic_access_item_tit::before {
    position: relative;
    left: inherit;
    bottom: inherit;
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
#page .sec01 .clinic_access_box .clinic_access_item .clinic_access_item_txt {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_access_box .clinic_access_item .clinic_access_item_txt {
    margin: 4% 0 0;
  }
}
#page .sec01 .clinic_pdf {
  text-align: center;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_pdf {
    margin: 8% auto 0;
  }
}
#page .sec01 .clinic_pdf a {
  background: none;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  color: #B89231;
  text-align: center;
  padding: 12px 20px 17px 30px;
  border: 1px solid #B89231;
  display: inline-block;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_pdf a {
    padding: 12px 10px 17px 23px;
  }
}
@media screen and (max-width: 365px) {
  #page .sec01 .clinic_pdf a {
    padding: 12px 10px 17px 20px;
    font-size: 1.3rem;
  }
}
#page .sec01 .clinic_pdf a::before {
  content: "";
  background: url(../images/page/icon_download.svg) no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 5px;
  left: -10px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_pdf a::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 365px) {
  #page .sec01 .clinic_pdf a::before {
    width: 17px;
    height: 17px;
    left: -5px;
  }
}
@media screen and (min-width: 769px) {
  #page .sec01 .clinic_pdf a:hover {
    color: #fff;
    background: #B89231;
  }
  #page .sec01 .clinic_pdf a:hover::before {
    content: "";
    background: url(../images/page/icon_download_wh.svg) no-repeat;
  }
}
#page .sec01 .dr_name_wrap {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0 0;
}
#page .sec01 .dr_name_wrap .dr_name {
  display: inline-block;
  text-align: center;
}
#page .sec01 .dr_name_wrap .dr_name .dr_name_01 {
  font-size: 1.5rem;
  color: #B89231;
  padding: 0 0 5px;
  border-bottom: 1px solid rgba(179, 146, 62, 0.2);
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .sec01 .dr_name_wrap .dr_name .dr_name_01 {
    font-size: 1.2rem;
    border-bottom: none;
  }
}
#page .sec01 .dr_name_wrap .dr_name .dr_name_01::before {
  content: "";
  position: absolute;
  background: url(../images/common/hikari.svg) no-repeat;
  background-size: cover;
  width: 8px;
  height: 8px;
  left: -15px;
  bottom: -4px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .dr_name_wrap .dr_name .dr_name_01::before {
    left: 0;
  }
}
#page .sec01 .dr_name_wrap .dr_name .dr_name_01::after {
  content: "";
  position: absolute;
  background: url(../images/common/hikari.svg) no-repeat;
  background-size: cover;
  width: 8px;
  height: 8px;
  right: -15px;
  bottom: -4px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .dr_name_wrap .dr_name .dr_name_01::after {
    right: 0;
  }
}
#page .sec01 .dr_name_wrap .dr_name .dr_name_02 {
  padding: 0;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .dr_name_wrap .dr_name .dr_name_02 {
    padding: 10px 0 0;
    font-size: 1.8rem;
    position: relative;
  }
  #page .sec01 .dr_name_wrap .dr_name .dr_name_02::before {
    content: "";
    background: #e5ddc6;
    width: 80%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#page .sec01 .dr_name_wrap .dr_name .dr_name_02 span {
  padding: 0 20px 0 0;
  color: #B89231;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #page .sec01 .dr_name_wrap .dr_name .dr_name_02 span {
    font-size: 1.3rem;
  }
}
#page .sec01 .book_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page .sec01 .book_wrap .book_item {
  width: 330px;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .book_wrap .book_item {
    width: 48%;
    margin: 0 0 6%;
  }
}
#page .sec01 .book_wrap .book_item .book_img {
  background: rgba(89, 72, 27, 0.15);
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .book_wrap .book_item .book_img {
    padding: 6%;
  }
}
#page .sec01 .book_wrap .book_item .book_img img {
  width: 270px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .book_wrap .book_item .book_img img {
    width: 100%;
  }
}
#page .sec01 .book_wrap .book_item .book_txt_wrap {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .book_wrap .book_item .book_txt_wrap {
    padding: 5%;
  }
}
#page .sec01 .book_wrap .book_item .book_txt_wrap p {
  padding: 0;
  line-height: 1.75;
}
#page .sec01 .book_wrap .book_item .book_txt_wrap .book_txt_01 {
  font-weight: 500;
}
#page .sec01 .book_wrap .book_item .book_txt_wrap .book_txt_02 {
  font-weight: 300;
}
#page .sec01 .book_wrap .book_item .book_txt_wrap .book_txt_03 {
  font-weight: 300;
  font-size: 1.4rem;
  color: #B89231;
}
@media screen and (max-width: 768px) {
  #page .sec01 .book_wrap .book_item .book_txt_wrap .book_txt_03 {
    font-size: 1.2rem;
  }
}
#page .sec01 .feature_box_wrap .feature_box {
  display: flex;
  justify-content: space-between;
  padding: 0 0 70px;
  margin: 0 0 70px;
  border-bottom: 1px solid #e5ddc6;
}
@media screen and (max-width: 768px) {
  #page .sec01 .feature_box_wrap .feature_box {
    flex-direction: column;
    padding: 0 0 9%;
    margin: 0 0 9%;
  }
}
#page .sec01 .feature_box_wrap .feature_box .feature_box_l {
  width: 570px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .feature_box_wrap .feature_box .feature_box_l {
    width: 100%;
  }
}
#page .sec01 .feature_box_wrap .feature_box .feature_box_l .feature_box_sub {
  font-family: "Cormorant", serif;
  color: #B89231;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .feature_box_wrap .feature_box .feature_box_l .feature_box_sub {
    font-size: 1.3rem;
    padding: 0 0 1em;
  }
}
#page .sec01 .feature_box_wrap .feature_box .feature_box_l .feature_box_sub span {
  font-family: "Lora", serif;
  font-size: 3.6rem;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .feature_box_wrap .feature_box .feature_box_l .feature_box_sub span {
    font-size: 2.8rem;
  }
}
#page .sec01 .feature_box_wrap .feature_box .feature_box_l .feature_box_sub::before {
  content: "";
  background: #B89231;
  width: 15px;
  height: 1px;
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
}
#page .sec01 .feature_box_wrap .feature_box .feature_box_l h4 {
  font-size: 2.6rem;
  padding: 0;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .feature_box_wrap .feature_box .feature_box_l h4 {
    font-size: 2rem;
    margin: 0 0 4%;
  }
}
#page .sec01 .feature_box_wrap .feature_box .feature_box_r {
  width: 420px;
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .feature_box_wrap .feature_box .feature_box_r {
    width: 100%;
    margin: 6% 0 0;
  }
}
#page .sec01 .feature_box_wrap .feature_box .feature_box_r img {
  border-radius: 5px;
}
#page .sec01 .feature_box_wrap .feature_box:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #page .sec01 .feature_box_wrap .feature_box:nth-child(even) {
    flex-direction: column;
  }
}
#page .sec01 .schedule_wrap {
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .schedule_wrap {
    width: 100%;
    margin: 6% auto 0;
    display: block;
  }
}
#page .sec01 .schedule_wrap .top_schedule table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .schedule_wrap .top_schedule table {
    width: 100%;
  }
}
#page .sec01 .schedule_wrap .top_schedule table tr th {
  text-align: center;
  padding: 20px 17px;
  border-bottom: 1px solid #59481B;
}
@media screen and (max-width: 768px) {
  #page .sec01 .schedule_wrap .top_schedule table tr th {
    padding: 10px 5px;
    vertical-align: middle;
  }
}
#page .sec01 .schedule_wrap .top_schedule table tr th:first-child {
  width: 150px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .schedule_wrap .top_schedule table tr th:first-child {
    padding: 10px 5px;
    width: auto;
  }
}
#page .sec01 .schedule_wrap .top_schedule table tr td {
  text-align: center;
  padding: 20px 17px;
  color: #B89231;
}
@media screen and (max-width: 768px) {
  #page .sec01 .schedule_wrap .top_schedule table tr td {
    padding: 10px 5px;
    vertical-align: middle;
  }
}
#page .sec01 .schedule_wrap .top_schedule table tr td:first-child {
  color: #59481B;
  width: 150px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .schedule_wrap .top_schedule table tr td:first-child {
    width: auto;
    font-size: 1.3rem;
    padding: 10px 0;
  }
}
#page .sec01 .schedule_wrap .top_schedule table tr:nth-child(2) td {
  padding: 30px 17px 20px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .schedule_wrap .top_schedule table tr:nth-child(2) td {
    padding: 10px 5px;
  }
}
#page .sec01 .schedule_wrap .top_schedule .top_schedule_cap {
  font-size: 1.5rem;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .schedule_wrap .top_schedule .top_schedule_cap {
    font-size: 1.2rem;
    margin: 2% 0 0;
  }
}
#page .sec01 .schedule_wrap .top_schedule .top_schedule_cap li {
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .schedule_wrap .top_schedule .top_schedule_cap li {
    font-size: 1.2rem;
  }
}
#page .sec01 .form_conts {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .sec01 .form_conts {
    width: 100%;
  }
}
#page .sec01 .form_conts .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}
#page .sec01 .form_conts dl {
  border-top: 1px solid #e5ddc6;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page .sec01 .form_conts dl {
    width: 100%;
  }
}
#page .sec01 .form_conts dl dt {
  border-bottom: 1px solid #e5ddc6;
  width: 250px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .form_conts dl dt {
    border-bottom: none;
    width: 100%;
  }
}
#page .sec01 .form_conts dl dt span {
  color: #f45000;
}
#page .sec01 .form_conts dl dd {
  border-bottom: 1px solid #e5ddc6;
  width: 750px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .form_conts dl dd {
    width: 100%;
  }
}
#page .sec01 .form_conts dl dd .form_cap {
  display: block;
}
#page .sec01 .form_conts dl dd input {
  padding: 5px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .form_conts dl dd input {
    width: 100%;
  }
}
#page .sec01 .form_conts dl dd textarea {
  padding: 5px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .form_conts dl dd textarea {
    width: 100%;
  }
}
#page .sec01 .form_conts .kakunin {
  margin: 30px 0 0;
}
#page .sec01 .form_conts .submit {
  margin: 0 auto;
  text-align: center;
}
#page .sec01 .form_conts .submit input {
  padding: 7px 25px;
  font-size: 2.2rem;
}

#page .sec01 .flow_box {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box {
    margin: 8% 0 0;
  }
}
#page .sec01 .flow_box .flow_item {
  display: flex;
  margin: 20px 0 0;
  border-left: 2px solid #B89231;
  filter: drop-shadow(0px 4px 4px rgba(203, 183, 169, 0.4));
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box .flow_item {
    flex-direction: column;
  }
}
#page .sec01 .flow_box .flow_item .flow_item_l {
  width: 180px;
  padding: 30px 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box .flow_item .flow_item_l {
    width: 100%;
    padding: 5% 0 0;
  }
}
#page .sec01 .flow_box .flow_item .flow_item_l p {
  text-align: center;
  line-height: 1;
  color: #B89231;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box .flow_item .flow_item_l p {
    font-size: 1.8rem;
  }
}
#page .sec01 .flow_box .flow_item .flow_item_l p span {
  display: block;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 4.8rem;
  color: #B89231;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box .flow_item .flow_item_l p span {
    font-size: 3.6rem;
  }
}
#page .sec01 .flow_box .flow_item .flow_item_l p .flow_step {
  display: block;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  color: #B89231;
  opacity: 1;
  display: inline-block;
  padding: 0 5px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box .flow_item .flow_item_l p .flow_step {
    font-size: 2rem;
  }
}
#page .sec01 .flow_box .flow_item .flow_item_r {
  background: #fff;
  padding: 50px 40px;
  width: calc(100% - 180px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box .flow_item .flow_item_r {
    padding: 7% 6%;
    width: 100%;
  }
}
#page .sec01 .flow_box .flow_item .flow_item_r::before {
  content: "";
  width: 1px;
  height: 80%;
  background: #d8cdc4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#page .sec01 .swiper_conts04 {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts04 {
    margin: 6% 0 0;
    position: relative;
  }
}
#page .sec01 .swiper_conts04 .swiper04 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 0 70px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts04 .swiper04 {
    padding: 0;
  }
}
#page .sec01 .swiper_conts04 .swiper04 .swiper-slide {
  opacity: 0.2;
  width: 510px;
  background: #292525;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 30px 30px 40px;
  right: 270px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts04 .swiper04 .swiper-slide {
    right: 0;
    width: 90%;
    padding: 4%;
  }
}
#page .sec01 .swiper_conts04 .swiper04 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#page .sec01 .swiper_conts04 .swiper04 .swiper-slide.swiper-slide-next {
  opacity: 1;
}
#page .sec01 .swiper_conts04 .swiper04 .swiper-slide .slide_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page .sec01 .swiper_conts04 .swiper04 .swiper-slide .slide_tit {
  margin: 30px 0 0;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  position: relative;
  padding: 0 0 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts04 .swiper04 .swiper-slide .slide_tit {
    font-size: 1.7rem;
    margin: 7% 0 0;
    padding: 0 0 7%;
  }
}
#page .sec01 .swiper_conts04 .swiper04 .swiper-slide .slide_tit.slide_tit_02 {
  letter-spacing: 0;
}
#page .sec01 .swiper_conts04 .swiper04 .swiper-slide .slide_tit::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
#page .sec01 .swiper_conts04 .swiper04 .swiper-slide .slide_tit::after {
  content: "";
  background: #B89231;
  height: 1px;
  width: 180px;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts04 .swiper04 .swiper-slide .slide_tit::after {
    width: 30%;
  }
}
#page .sec01 .swiper_conts04 .swiper04 .swiper-slide .slide_tit span {
  width: 32px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Nanum Myeongjo", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.9rem;
  margin: 0 10px 0 0;
}
#page .sec01 .swiper_conts04 .swiper04 .swiper-slide .slide_txt {
  font-size: 1.5rem;
  margin: 15px 0 0;
  letter-spacing: 0.1em;
  height: 190px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts04 .swiper04 .swiper-slide .slide_txt {
    font-size: 1.4rem;
    height: auto;
  }
}
#page .sec01 .swiper_conts04 .swiper04 .swiper-slide .slide_txt.slide_txt_02 {
  height: 160px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts04 .swiper04 .swiper-slide .slide_txt.slide_txt_02 {
    height: auto;
  }
}
#page .sec01 .swiper_conts04 .swiper04 .swiper-slide .slide_txt.slide_txt_03 {
  letter-spacing: 0;
}
#page .sec01 .swiper_conts04 .swiper-pagination-bullet {
  opacity: 1;
  background: #2b2b2b;
}
#page .sec01 .swiper_conts04 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #D9D9D9;
}
#page .sec01 .swiper_conts04 .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
#page .sec01 .swiper_conts04 .swiper-pagination-fraction, #page .sec01 .swiper_conts04 .swiper-pagination-custom, #page .sec01 .swiper_conts04 .swiper-horizontal > .swiper-pagination-bullets, #page .sec01 .swiper_conts04 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#page .sec01 .swiper_conts04 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #page .sec01 .swiper_conts04 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
#page .sec01 .swiper_conts04 .swiper-button_wrap {
  position: relative;
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts04 .swiper-button_wrap {
    width: 100%;
    padding: 0 4%;
    position: absolute;
    top: 65px;
  }
}
#page .sec01 .swiper_conts04 .swiper-button-prev, #page .sec01 .swiper_conts04 .swiper-rtl .swiper-button-next {
  left: -110px;
  right: auto;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts04 .swiper-button-prev, #page .sec01 .swiper_conts04 .swiper-rtl .swiper-button-next {
    left: 2%;
  }
}
#page .sec01 .swiper_conts04 .swiper-button-next, #page .sec01 .swiper_conts04 .swiper-rtl .swiper-button-prev {
  left: inherit;
  right: -70px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts04 .swiper-button-next, #page .sec01 .swiper_conts04 .swiper-rtl .swiper-button-prev {
    right: 2%;
  }
}
#page .sec01 .swiper_conts04 .swiper-button-prev, #page .sec01 .swiper_conts04 .swiper-button-next {
  position: absolute;
  top: inherit;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: block;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  bottom: 300px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts04 .swiper-button-prev, #page .sec01 .swiper_conts04 .swiper-button-next {
    bottom: inherit;
  }
}
#page .sec01 .swiper_conts04 .swiper-button-prev:after, #page .sec01 .swiper_conts04 .swiper-rtl .swiper-button-next:after {
  content: url(../images/common/arrow_wh.svg);
  background: rgba(129, 129, 129, 0.2);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts04 .swiper-button-prev:after, #page .sec01 .swiper_conts04 .swiper-rtl .swiper-button-next:after {
    transform: scale(0.7, 0.7) rotate(180deg);
    width: 30px;
    height: 30px;
  }
}
#page .sec01 .swiper_conts04 .swiper-button-next:after, #page .sec01 .swiper_conts04 .swiper-rtl .swiper-button-prev:after {
  content: url(../images/common/arrow_wh.svg);
  background: rgba(129, 129, 129, 0.2);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts04 .swiper-button-next:after, #page .sec01 .swiper_conts04 .swiper-rtl .swiper-button-prev:after {
    transform: scale(0.7, 0.7);
    width: 30px;
    height: 30px;
  }
}
#page .sec01 .swiper_conts04 .swiper-button-prev:after, #page .sec01 .swiper_conts04 .swiper-button-next:after {
  font-family: inherit;
  font-size: inherit;
  text-transform: inherit !important;
  letter-spacing: inherit;
  font-variant: initial;
  line-height: inherit;
}
#page .sec01 .swiper_conts05_wrap {
  position: relative;
  width: 100%;
  background: #292525;
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 {
  margin: 0 auto;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts05_wrap .swiper_conts05 {
    margin: 6% 0 0;
    position: relative;
  }
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 {
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  list-style: none;
  padding: 0 50px 40px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 {
    padding: 0 0;
  }
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05::before {
  content: "";
  background: #292525;
  width: 50px;
  height: 100%;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05::before {
    content: none;
  }
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05::after {
  content: "";
  background: linear-gradient(270deg, #272323 0%, rgba(39, 35, 35, 0) 100%);
  width: 200px;
  height: 100%;
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05::after {
    content: none;
  }
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide {
  opacity: 1;
  width: 390px;
  background: #292525;
  border: 2px solid rgba(255, 255, 255, 0.1);
  right: 270px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide {
    width: 100%;
    padding: 4% 4% 10%;
    right: inherit;
  }
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide.swiper-slide-next {
  opacity: 1;
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1;
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide .slide_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide .slide_item_box {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px 20px;
  height: 290px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide .slide_item_box {
    padding: 2% 3% 4%;
    height: auto;
  }
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide .slide_tit {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide .slide_tit {
    font-size: 1.7rem;
    margin: 3% 0 0;
    padding: 0 0 5%;
  }
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide .slide_tit.slide_tit_02 {
  letter-spacing: 0;
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide .slide_tit span {
  width: 32px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #B89231;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Nanum Myeongjo", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.9rem;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide .slide_tit span {
    width: 28px;
    height: 26px;
    font-size: 1.7rem;
  }
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide .slide_txt {
  font-size: 1.5rem;
  margin: 15px 0 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide .slide_txt {
    font-size: 1.4rem;
    height: 140px;
  }
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide .slide_txt.slide_txt_02 {
  height: 160px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide .slide_txt.slide_txt_02 {
    height: auto;
  }
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper05 .swiper-slide .slide_txt.slide_txt_03 {
  letter-spacing: 0;
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-pagination-bullet {
  opacity: 1;
  background: #4b4747;
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #D9D9D9;
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-pagination-fraction, #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-pagination-custom, #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-horizontal > .swiper-pagination-bullets, #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button_wrap {
    width: 100%;
    padding: 0 4%;
    position: absolute;
    top: 65px;
  }
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button-prev, #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-rtl .swiper-button-next {
  left: -10px;
  right: auto;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button-prev, #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-rtl .swiper-button-next {
    left: 4%;
  }
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button-next, #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-rtl .swiper-button-prev {
  left: inherit;
  right: 20px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button-next, #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-rtl .swiper-button-prev {
    right: 10%;
  }
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button-prev, #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button-next {
  position: absolute;
  top: inherit;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: block;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  bottom: 270px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button-prev, #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button-next {
    bottom: inherit;
  }
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button-prev:after, #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-rtl .swiper-button-next:after {
  content: url(../images/common/arrow_wh.svg);
  background: rgba(129, 129, 129, 0.9);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button-prev:after, #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-rtl .swiper-button-next:after {
    transform: scale(0.7, 0.7) rotate(180deg);
    width: 50px;
    height: 50px;
  }
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button-next:after, #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-rtl .swiper-button-prev:after {
  content: url(../images/common/arrow_wh.svg);
  background: rgba(129, 129, 129, 0.9);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button-next:after, #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-rtl .swiper-button-prev:after {
    transform: scale(0.7, 0.7);
    width: 50px;
    height: 50px;
  }
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button-prev:after, #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button-next:after {
  font-family: inherit;
  font-size: inherit;
  text-transform: inherit !important;
  letter-spacing: inherit;
  font-variant: initial;
  line-height: inherit;
}
#page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button-prev.swiper-button-disabled, #page .sec01 .swiper_conts05_wrap .swiper_conts05 .swiper-button-next.swiper-button-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#page main p a {
  display: inline;
  text-decoration: underline;
}
#page main li a {
  display: inline;
  text-decoration: underline;
}

.privacy_box {
  width: 1170px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .privacy_box {
    width: 100%;
    padding: 0 4%;
    margin: 0 auto 14%;
  }
}
.privacy_box h2 {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.2em;
  margin: 100px auto 70px;
}
@media screen and (max-width: 768px) {
  .privacy_box h2 {
    font-size: 22px;
    margin: 15% auto 10%;
  }
}
.privacy_box h2::before {
  content: url(../images/page/h2_item.svg);
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.privacy_box h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  display: inline-block;
  width: 30px;
  height: 3px;
  transform: translateX(-50%);
  background-color: #f2f0e9;
}
.privacy_box h3 {
  font-family: inherit;
  padding: 0;
  margin: 40px 0 0;
  font-size: 20px;
  text-align: left;
  color: inherit;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 768px) {
  .privacy_box h3 {
    margin: 4% 0 0;
    font-size: 18px !important;
  }
}
.privacy_box h3::after {
  content: none;
}
.privacy_box h4 {
  display: block;
  margin: 1.33em 0;
  font-weight: bold;
}
.privacy_box .read {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .privacy_box .read {
    padding: 4% 0 0;
  }
}
.privacy_box p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.privacy_box .border {
  text-decoration: underline;
}
.privacy_box .privacy_li li {
  position: relative;
  padding: 0 0 0 20px;
}
.privacy_box .privacy_li li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8px;
}

@media screen and (max-width: 768px) {
  #page.sitemap .breadcrumb {
    padding: 20px 0 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  #page.contact .breadcrumb {
    padding: 20px 0 20px 20px;
  }
}
#page .sitemap_box {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .sitemap_box {
    margin: 0 auto;
  }
}
#page .sitemap_box .list_sitemap {
  width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .sitemap_box .list_sitemap {
    width: 100%;
    padding: 0 4%;
  }
}
#page .sitemap_box .list_sitemap .menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
}
#page .sitemap_box .list_sitemap .menu li {
  margin: 0 0 20px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page .sitemap_box .list_sitemap .menu li {
    width: 100%;
  }
}
#page .sitemap_box .list_sitemap .menu li a {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #59481B;
  display: inline-block;
  text-decoration: none;
  color: #59481B;
}
@media screen and (min-width: 769px) {
  #page .sitemap_box .list_sitemap .menu li a:hover {
    color: #B89231;
  }
}

#page .sec01 .box_bg,
#page .sec01 .box_border,
#page .sec01 .box_border-stripe {
  margin-top: 60px;
  padding: 6.6rem;
  padding-top: 5.8rem;
}
@media screen and (max-width: 768px) {
  #page .sec01 .box_bg,
#page .sec01 .box_border,
#page .sec01 .box_border-stripe {
    margin-top: 9%;
    padding: 3.2rem;
    padding-top: 2.4rem;
  }
}
#page .sec01 .box_bg .text_box,
#page .sec01 .box_border .text_box,
#page .sec01 .box_border-stripe .text_box {
  margin: 0;
}
#page .sec01 .columns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page .sec01 .columns.col_2 .column {
  width: calc((100% - 20px) / 2);
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .columns.col_2 .column {
    width: 100%;
    margin: 4% 0 0 0;
  }
}
#page .sec01 .columns.col_2::after {
  content: "";
  width: calc((100% - 40px) / 3);
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .columns.col_2::after {
    width: 100%;
    margin: 4% 0 0 0;
  }
}
#page .sec01 .columns.col_3 .column {
  width: calc((100% - 40px) / 3);
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .columns.col_3 .column {
    width: 100%;
    margin: 4% 0 0 0;
  }
}
#page .sec01 .columns.col_3::after {
  content: "";
  width: calc((100% - 40px) / 3);
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .columns.col_3::after {
    width: 100%;
    margin: 4% 0 0 0;
  }
}
#page .sec01 .columns.col_4 {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #page .sec01 .columns.col_4 {
    justify-content: space-between;
  }
}
#page .sec01 .columns.col_4 .column {
  width: calc((100% - 60px) / 4);
  margin: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .columns.col_4 .column {
    width: 48%;
    margin: 4% 0 0 0;
  }
}
#page .sec01 .columns.col_4 .column:nth-child(2n) {
  margin: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .columns.col_4 .column:nth-child(2n) {
    width: 48%;
    margin: 4% 0 0 0;
  }
}
#page .sec01 .columns.col_4 .column:nth-child(3n) {
  margin: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .columns.col_4 .column:nth-child(3n) {
    width: 48%;
    margin: 4% 0 0 0;
  }
}
#page .sec01 .columns.col_4 .column:nth-child(4n) {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .columns.col_4 .column:nth-child(4n) {
    width: 48%;
    margin: 4% 0 0 0;
  }
}
#page .sec01 .columns.col_4 .column:nth-child(4n+1) {
  margin: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .columns.col_4 .column:nth-child(4n+1) {
    width: 48%;
    margin: 4% 0 0 0;
  }
}
#page .sec01 .columns .column {
  width: 100%;
  background: #59481B;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .columns .column {
    margin: 4% 0 0 0;
  }
}
#page .sec01 hr {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 hr {
    margin: 3% 0;
  }
}
#page .sec01 .title {
  font-size: 2.4rem;
  border-bottom: 2px solid #B89231;
  padding: 0 0 5px;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .title {
    padding: 0 0 1%;
    margin: 0 0 1%;
  }
}
#page .sec01 .title .step {
  color: #B89231;
}
#page .sec01 .title .num {
  color: #B89231;
  font-size: 2.8rem;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  margin: 0 0.7em 0 0;
}
#page .sec01 .table_fee {
  border-top: 1px solid #59481B;
  border-left: 1px solid #59481B;
  width: 100%;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_fee {
    margin: 10% auto 0;
  }
}
#page .sec01 .table_fee tr th {
  border-bottom: 1px solid #59481B;
  border-right: 1px solid #59481B;
  padding: 20px;
  background: #f2f0e9;
}
#page .sec01 .table_fee tr td {
  border-bottom: 1px solid #59481B;
  border-right: 1px solid #59481B;
  padding: 20px;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#pixel-viewer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-animation: fadein 0.2s ease-out both;
          animation: fadein 0.2s ease-out both;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

#pixel-viewer.fadeout {
  -webkit-animation: fadeout 0.2s ease-out both;
          animation: fadeout 0.2s ease-out both;
  pointer-events: none;
}

#pixel-viewer.fadeout #pixel-viewer__img {
  -webkit-animation: scaledown 0.2s ease-out both;
          animation: scaledown 0.2s ease-out both;
}

#pixel-viewer::before,
#pixel-viewer::after {
  content: "";
  dispaly: block;
  width: 24px;
  height: 3px;
  background: #eee;
  border-radius: 4px;
  position: fixed;
  top: 20px;
  right: 12px;
  z-index: 12;
}

#pixel-viewer::before {
  transform: rotate(45deg);
}

#pixel-viewer::after {
  transform: rotate(-45deg);
}

#pixel-viewer__img {
  width: auto;
  height: 500px;
  display: block;
  margin: auto;
  -webkit-animation: scaleup 0.2s ease-out both;
          animation: scaleup 0.2s ease-out both;
}
@media screen and (max-width: 768px) {
  #pixel-viewer__img {
    width: 90%;
    height: auto;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scaleup {
  0% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleup {
  0% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scaledown {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.97);
  }
}
@keyframes scaledown {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.97);
  }
}
.page_slide .swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}
.page_slide .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 400px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page_slide .swiper-slide {
    line-height: 1;
  }
}
.page_slide .mySwiper2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .page_slide .mySwiper2 .swiper-wrapper {
    pointer-events: none;
  }
}
.page_slide .mySwiper2 .swiper-wrapper .swiper-slide {
  position: relative;
}
.page_slide .mySwiper2 .swiper-wrapper .swiper-slide .swiper_txt {
  position: absolute;
  bottom: 0;
  background: linear-gradient(270deg, #ededed 50%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  color: #B89231;
  text-align: right;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .page_slide .mySwiper2 .swiper-wrapper .swiper-slide .swiper_txt {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.page_slide .mySwiper {
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .page_slide .mySwiper {
    height: auto;
  }
}
.page_slide .mySwiper .swiper-wrapper {
  transform: none !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .page_slide .mySwiper .swiper-wrapper {
    justify-content: space-between;
  }
  .page_slide .mySwiper .swiper-wrapper::after {
    content: "";
    width: calc((100% - 10px) / 2);
  }
}
.page_slide .mySwiper .swiper-slide {
  width: calc((100% - 90px) / 10) !important;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
  margin-bottom: 10px;
  margin-right: 0 !important;
}
.page_slide .mySwiper .swiper-slide + .swiper-slide {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .page_slide .mySwiper .swiper-slide + .swiper-slide {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page_slide .mySwiper .swiper-slide {
    width: calc((100% - 30px) / 4) !important;
    height: auto;
    line-height: 1;
  }
}
.page_slide .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.page_slide .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: all;
}
.page_slide .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: all;
}
.page_slide .swiper-button-prev, .page_slide .swiper-button-next {
  position: absolute;
  top: 55%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B89231;
  background: rgba(255, 255, 255, 0.6);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .page_slide .swiper-button-prev, .page_slide .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.page_slide .swiper-button-prev {
  padding: 0 0 0 4px;
}
.page_slide .swiper-button-prev::after {
  content: "";
  transform: rotate(180deg);
  width: 0;
  height: 0;
  border-left: 7px solid #B89231;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  pointer-events: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .page_slide .swiper-button-prev::after {
    left: 10px;
  }
}
.page_slide .swiper-button-next {
  padding: 0 4px 0 0;
}
.page_slide .swiper-button-next::after {
  content: "";
  transform: rotate(0deg);
  width: 0;
  height: 0;
  border-left: 7px solid #B89231;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  pointer-events: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .page_slide .swiper-button-next::after {
    right: 10px;
  }
}

#page .sec01 .access_item_wrap {
  margin: 50px auto 0;
  background: #fff;
  padding: 0 30px 40px;
  box-shadow: 0px 0px 14px rgba(21, 83, 102, 0.12);
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .access_item_wrap {
    padding: 0 5% 6%;
  }
}
#page .sec01 .access_item_wrap .access_item {
  position: relative;
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
#page .sec01 .access_item_wrap .access_item .tabs {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#page .sec01 .access_item_wrap .access_item .tab_item {
  cursor: pointer;
  width: 50%;
  text-align: center;
  padding: 30px 0;
  display: block;
  float: left;
  text-align: center;
  font-size: 2rem;
  position: relative;
  z-index: 1;
  color: rgba(58, 176, 227, 0.5);
}
#page .sec01 .access_item_wrap .access_item .tab_item::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #6BD7DE 0%, #42CADD 51.56%, #169BD5 100%);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
#page .sec01 .access_item_wrap .access_item .tab_item::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #C0DEEF;
  z-index: 4;
  opacity: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #page .sec01 .access_item_wrap .access_item .tab_item {
    font-size: 1.3rem;
    padding: 15px 0;
  }
}
@media screen and (min-width: 769px) {
  #page .sec01 .access_item_wrap .access_item .tab_item:hover {
    background: linear-gradient(90.62deg, #10B7DC 0%, #008DBA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    color: transparent;
  }
}
#page .sec01 .access_item_wrap .access_item input[name=tab_item] {
  display: none;
}
#page .sec01 .access_item_wrap .access_item .tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #page .sec01 .access_item_wrap .access_item .tab_content {
    padding: 5% 0 0;
  }
}
#page .sec01 .access_item_wrap .access_item .tab_content .tab_content_item h4 {
  padding: 15px 0 15px 15px;
  margin: 20px 0;
  background: rgba(223, 237, 248, 0.9);
  border-radius: 5px;
  font-size: 2rem;
  color: #B89231;
}
@media screen and (max-width: 768px) {
  #page .sec01 .access_item_wrap .access_item .tab_content .tab_content_item h4 {
    font-size: 1.7rem;
    padding: 5%;
    margin: 4% 0;
  }
}
#page .sec01 .access_item_wrap .access_item .tab_content .tab_content_item .tab_content_item_txt_box p {
  padding: 0 0 0;
}
#page .sec01 .access_item_wrap .access_item .tab_content .tab_content_item .tab_content_item_txt_box p:not(:last-child) {
  padding: 0 0 1em;
}
#page .sec01 .access_item_wrap .access_item .tab_content .tab_content_item + .tab_content_item {
  margin: 2em 0 0;
}
#page .sec01 .access_item_wrap .access_item #tab01:checked ~ #tab01_content,
#page .sec01 .access_item_wrap .access_item #tab02:checked ~ #tab02_content,
#page .sec01 .access_item_wrap .access_item #tab03:checked ~ #tab03_content {
  display: block;
}
#page .sec01 .access_item_wrap .access_item .tabs input:checked + .tab_item {
  background: linear-gradient(90.62deg, #10B7DC 0%, #008DBA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
}
#page .sec01 .access_item_wrap .access_item .tabs input:checked + .tab_item::before {
  opacity: 1;
}

.sec01 .bg_box_wrap_01 .row img {
  max-width: 220px;
  margin: auto;
}
.sec01 .bg_box_wrap_01 .row  .link_box_ul li {
  position: relative;
  padding-left: 16px;
}
.sec01 .bg_box_wrap_01 .row  .link_box_ul li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #B89231;
}
@media screen and ( max-width : 767px ) {
  .sec01 .bg_box_wrap_01 .row .col_2:last-child {
    margin-top: 25px;
  }
}
@media screen and ( min-width : 768px ) {
  .sec01 .bg_box_wrap_01 .row {
    display: flex;
    gap: 0 2%;
	align-items: center;
  }
  .sec01 .bg_box_wrap_01 .row .col_2:first-child {
    width: 29%;
  }
  .sec01 .bg_box_wrap_01 .row .col_2:last-child {
    width: 69%;
  }
}
/*# sourceMappingURL=page.css.map */