@charset "UTF-8";
#page main, #news main {
  background-color: #EFF3F4;
  position: relative;
}
#page main::before, #news main::before {
  content: "";
  position: fixed;
  background: url(../images/page/page_bg.png) no-repeat;
  width: 580px;
  height: 500px;
  right: 0;
  top: 150px;
  background-size: cover;
  opacity: 1;
  transition: all 0.3s;
}
#page main::after, #news main::after {
  content: "";
  position: fixed;
  background: url(../images/page/hanen.svg) no-repeat;
  width: 1350px;
  height: 675px;
  left: -560px;
  top: 650px;
  z-index: 0;
  opacity: 1;
  transition: all 0.3s;
}
#page main.bgnone::before, #news main.bgnone::before {
  content: "";
  opacity: 0;
}
#page main.bgnone::after, #news main.bgnone::after {
  content: "";
  opacity: 0;
}
#page .page_mv, #news .page_mv {
  margin: 110px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .page_mv, #news .page_mv {
    margin: 0 auto 0;
  }
}
#page .prmd, #news .prmd {
  width: 60px;
}
#page #header .mv_logo, #news #header .mv_logo {
  display: none;
}
#page #header .header_box .header_logo_box .header_logo .logo_on, #news #header .header_box .header_logo_box .header_logo .logo_on {
  display: block;
}
#page #header .header_box .header_logo_box .header_logo .logo_img, #news #header .header_box .header_logo_box .header_logo .logo_img {
  height: auto;
  transition: all 0.3s;
  position: relative;
  top: inherit;
  width: 300px;
}
@media screen and (max-width: 768px) {
  #page #header .header_box .header_logo_box .header_logo .logo_img, #news #header .header_box .header_logo_box .header_logo .logo_img {
    width: 205px;
    height: auto;
  }
}
#page #header .header_box, #news #header .header_box {
  position: fixed;
  bottom: inherit;
  background: rgb(255, 255, 255);
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 102;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page #header .header_box, #news #header .header_box {
    position: fixed;
    bottom: inherit;
    background: #f1f5f7;
    width: 100%;
    left: inherit;
    transform: inherit;
    box-shadow: none;
    z-index: 102;
    justify-content: space-between;
  }
}
#page #header .header_box .header_logo_box, #news #header .header_box .header_logo_box {
  display: block;
}
#page #header .header_box .mega_menu_wrap, #news #header .header_box .mega_menu_wrap {
  width: 100%;
}
#page #header .header_box .mega_menu_wrap .mega_menu_box01, #news #header .header_box .mega_menu_wrap .mega_menu_box01 {
  margin: 0 auto;
}
#page #header .header_box .header_sub_wrap .header_menu_info_link span, #news #header .header_box .header_sub_wrap .header_menu_info_link span {
  background: rgba(84, 100, 125, 0.06);
}
#page #header .header_box .header_menu_sub .header_menu_sub_box, #news #header .header_box .header_menu_sub .header_menu_sub_box {
  display: none;
}
@media screen and (max-width: 768px) {
  #page #header .header_box.fixed, #news #header .header_box.fixed {
    position: fixed;
    bottom: inherit;
    background: rgb(255, 255, 255);
    width: 100%;
    left: inherit;
    transform: inherit;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    z-index: 102;
    justify-content: space-between;
  }
}
#page #header .header_box.fixed .header_logo_box, #news #header .header_box.fixed .header_logo_box {
  display: block;
}
#page #header .header_box.fixed .mega_menu_wrap, #news #header .header_box.fixed .mega_menu_wrap {
  width: 100%;
}
#page #header .header_box.fixed .mega_menu_wrap .mega_menu_box01, #news #header .header_box.fixed .mega_menu_wrap .mega_menu_box01 {
  margin: 0 auto;
}
#page #header .header_box.fixed .header_sub_wrap .header_menu_info_link span, #news #header .header_box.fixed .header_sub_wrap .header_menu_info_link span {
  background: rgba(84, 100, 125, 0.06);
}
#page .more_btn_wrap, #news .more_btn_wrap {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #page .more_btn_wrap, #news .more_btn_wrap {
    width: 100%;
  }
}
#page .more_btn_wrap .more_btn, #news .more_btn_wrap .more_btn {
  border-radius: 30px;
  position: relative;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #page .more_btn_wrap .more_btn, #news .more_btn_wrap .more_btn {
    width: calc((100% - 10px) / 2);
  }
}
#page .more_btn_wrap .more_btn.link_box_01, #news .more_btn_wrap .more_btn.link_box_01 {
  border: 3px solid rgba(101, 185, 186, 0.2);
}
#page .more_btn_wrap .more_btn.link_box_01::before, #news .more_btn_wrap .more_btn.link_box_01::before {
  content: "";
  background: linear-gradient(135deg, #7BC3BF 0%, #47ABB2 100%);
}
@media screen and (min-width: 769px) {
  #page .more_btn_wrap .more_btn.link_box_01:hover a, #news .more_btn_wrap .more_btn.link_box_01:hover a {
    color: #34959B;
    border: 1px solid #34959B;
  }
  #page .more_btn_wrap .more_btn.link_box_01:hover a::before, #news .more_btn_wrap .more_btn.link_box_01:hover a::before {
    background: #34959B;
  }
}
#page .more_btn_wrap .more_btn.link_box_02, #news .more_btn_wrap .more_btn.link_box_02 {
  border: 3px solid rgba(219, 184, 225, 0.2);
}
#page .more_btn_wrap .more_btn.link_box_02::before, #news .more_btn_wrap .more_btn.link_box_02::before {
  content: "";
  background: linear-gradient(135deg, #D8AFE1 0%, #BD9CD7 100%);
}
@media screen and (min-width: 769px) {
  #page .more_btn_wrap .more_btn.link_box_02:hover a, #news .more_btn_wrap .more_btn.link_box_02:hover a {
    color: #A872B6;
    border: 1px solid #A872B6;
  }
  #page .more_btn_wrap .more_btn.link_box_02:hover a::before, #news .more_btn_wrap .more_btn.link_box_02:hover a::before {
    background: #A872B6;
  }
}
#page .more_btn_wrap .more_btn::before, #news .more_btn_wrap .more_btn::before {
  content: "";
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
}
#page .more_btn_wrap .more_btn a, #news .more_btn_wrap .more_btn a {
  font-family: "Kosugi Maru", sans-serif;
  border-radius: 30px;
  background: #AAA876;
  letter-spacing: 1.8px;
  position: relative;
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.3s;
  box-sizing: content-box;
  border: 1px solid transparent;
  padding: 0 30px 0 40px;
}
@media screen and (max-width: 768px) {
  #page .more_btn_wrap .more_btn a, #news .more_btn_wrap .more_btn a {
    padding: 0 20px 0 40px;
  }
}
#page .more_btn_wrap .more_btn a::before, #news .more_btn_wrap .more_btn a::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#page .more_btn_wrap .more_btn a span, #news .more_btn_wrap .more_btn a span {
  transition: all 0.3s;
  position: relative;
  left: 0;
}
@media screen and (max-width: 330px) {
  #page .more_btn_wrap .more_btn a span, #news .more_btn_wrap .more_btn a span {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  #page .more_btn_wrap .more_btn:hover a, #news .more_btn_wrap .more_btn:hover a {
    background: #FDFDFF;
    color: #959369;
    border: 1px solid #959369;
  }
  #page .more_btn_wrap .more_btn:hover a::before, #news .more_btn_wrap .more_btn:hover a::before {
    background: #959369;
    width: 30px;
    left: 20px;
  }
  #page .more_btn_wrap .more_btn:hover a span, #news .more_btn_wrap .more_btn:hover a span {
    position: relative;
    left: 20px;
  }
}
#page .contents, #news .contents {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .contents, #news .contents {
    width: 100%;
    padding: 0 4%;
  }
}
#page footer .contents, #news footer .contents {
  width: 1170px;
}
@media screen and (max-width: 768px) {
  #page footer .contents, #news footer .contents {
    width: 100%;
  }
}
#page .link_mp, #news .link_mp {
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (max-width: 768px) {
  #page .link_mp, #news .link_mp {
    padding-top: 30px;
    margin-top: -30px;
  }
}
#page .contents_full, #news .contents_full {
  width: 100%;
  min-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .contents_full, #news .contents_full {
    width: 100%;
    min-width: auto;
  }
}
#page .page_mv, #news .page_mv {
  height: 330px;
  width: 100%;
  position: relative;
  background: #EFF3F4;
  padding: 30px 50px 0;
}
@media screen and (max-width: 768px) {
  #page .page_mv, #news .page_mv {
    height: 200px;
    padding: 0 4%;
  }
}
#page .page_mv .page_mv_box, #news .page_mv .page_mv_box {
  background-position: left center;
  background-size: cover;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  padding: 0;
  border-radius: 20px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .page_mv .page_mv_box, #news .page_mv .page_mv_box {
    height: 200px;
  }
}
#page .page_mv .page_mv_box .page_h2_box, #news .page_mv .page_mv_box .page_h2_box {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 40px 0;
  background: #EFF3F4;
  min-width: 500px;
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  #page .page_mv .page_mv_box .page_h2_box, #news .page_mv .page_mv_box .page_h2_box {
    min-width: inherit;
    width: 80%;
    padding: 4% 4% 6%;
  }
}
#page .page_mv .page_mv_box .page_h2, #news .page_mv .page_mv_box .page_h2 {
  color: #959369;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  #page .page_mv .page_mv_box .page_h2, #news .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_span_01, #news .page_mv .page_mv_box .page_h2_span_01 {
  color: #828055;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4px;
  padding: 0 0 0 52px;
  display: block;
  position: relative;
}
#page .page_mv .page_mv_box .page_h2_span_01::before, #news .page_mv .page_mv_box .page_h2_span_01::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #828055;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #page .page_mv .page_mv_box .page_h2_span_01, #news .page_mv .page_mv_box .page_h2_span_01 {
    font-size: 1.2rem;
  }
}
#page .sec_breadcrumb, #news .sec_breadcrumb {
  padding: 0;
  border-bottom: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .sec_breadcrumb, #news .sec_breadcrumb {
    padding: 4%;
  }
}
#page .sec_breadcrumb .breadcrumb, #news .sec_breadcrumb .breadcrumb {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #page .sec_breadcrumb .breadcrumb, #news .sec_breadcrumb .breadcrumb {
    padding: 0;
  }
}
#page .sec_breadcrumb .breadcrumb.breadcrumb_none, #news .sec_breadcrumb .breadcrumb.breadcrumb_none {
  display: none;
}
#page .sec_breadcrumb .breadcrumb .breadcrumb_ul, #news .sec_breadcrumb .breadcrumb .breadcrumb_ul {
  width: 1050px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #page .sec_breadcrumb .breadcrumb .breadcrumb_ul, #news .sec_breadcrumb .breadcrumb .breadcrumb_ul {
    width: 100%;
    text-align: left;
  }
}
#page .sec_breadcrumb .breadcrumb .breadcrumb_ul li, #news .sec_breadcrumb .breadcrumb .breadcrumb_ul li {
  color: #726c64;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 0 0 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #page .sec_breadcrumb .breadcrumb .breadcrumb_ul li, #news .sec_breadcrumb .breadcrumb .breadcrumb_ul li {
    font-size: 1.2rem;
  }
}
#page .sec_breadcrumb .breadcrumb .breadcrumb_ul li a, #news .sec_breadcrumb .breadcrumb .breadcrumb_ul li a {
  display: inline-block;
}
#page .sec_breadcrumb .breadcrumb .breadcrumb_ul li:not(:first-child), #news .sec_breadcrumb .breadcrumb .breadcrumb_ul li:not(:first-child) {
  padding: 0 0 0 0.5em;
  color: #828055;
}
#page .sec_breadcrumb .breadcrumb .breadcrumb_ul li:not(:first-child)::before, #news .sec_breadcrumb .breadcrumb .breadcrumb_ul li:not(:first-child)::before {
  content: "";
  border-top: solid 1px #726c64;
  border-right: solid 1px #726c64;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  display: inline-block;
  position: relative;
  top: -2px;
  left: -9px;
}
#page .page_bk_clinic, #news .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, #news .page_bk_clinic {
    background: url(../images/page/bg_clinic.jpg) no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
  }
}
#page .sec01, #news .sec01 {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(84, 100, 125, 0.3);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #page .sec01, #news .sec01 {
    padding: 10% 0;
  }
}
#page .sec01:last-child, #news .sec01:last-child {
  padding: 80px 0 200px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #page .sec01:last-child, #news .sec01:last-child {
    padding: 10% 0;
  }
}
#page .sec01 .contents, #news .sec01 .contents {
  position: relative;
}
#page .sec01 .contents_full, #news .sec01 .contents_full {
  position: relative;
}
#page .sec01.nav_sec, #news .sec01.nav_sec {
  width: calc(100% - 100px);
  margin: 0 auto;
  background: #DCE5ED;
  padding: 30px;
  border-radius: 10px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #page .sec01.nav_sec, #news .sec01.nav_sec {
    padding: 0;
    width: 92%;
  }
}
#page .sec01 .img_boxs, #news .sec01 .img_boxs {
  margin: 10px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_boxs, #news .sec01 .img_boxs {
    margin: 8% auto 0;
  }
}
#page .sec01 .img_boxs.img_boxs_03 li, #news .sec01 .img_boxs.img_boxs_03 li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_boxs.img_boxs_03 li, #news .sec01 .img_boxs.img_boxs_03 li {
    width: 100%;
  }
}
#page .sec01 .img_boxs.img_boxs_03::after, #news .sec01 .img_boxs.img_boxs_03::after {
  content: "";
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_boxs.img_boxs_03::after, #news .sec01 .img_boxs.img_boxs_03::after {
    width: 100%;
  }
}
#page .sec01 .img_boxs li, #news .sec01 .img_boxs li {
  width: calc((100% - 30px) / 2);
  margin: 60px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_boxs li, #news .sec01 .img_boxs li {
    width: 100%;
    margin: 10% auto 0;
  }
}
#page .sec01 .img_boxs li span, #news .sec01 .img_boxs li span {
  padding: 10px 0 0;
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_boxs li span, #news .sec01 .img_boxs li span {
    font-size: 1.3rem;
  }
}
#page .sec01 .img_boxs li .page_h3, #news .sec01 .img_boxs li .page_h3 {
  margin: 20px 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_boxs li .page_h3, #news .sec01 .img_boxs li .page_h3 {
    margin: 3% 0;
  }
}
#page .sec01 .img_boxs li p, #news .sec01 .img_boxs li p {
  line-height: 2.4;
}
#page .sec01 .img_boxs::after, #news .sec01 .img_boxs::after {
  content: "";
  width: calc((100% - 60px) / 2);
}
#page .sec01 .ft_txt, #news .sec01 .ft_txt {
  font-family: "Gilda Display", serif;
  font-size: 1.8rem;
  color: #828055;
  padding: 0 0 25px !important;
}
@media screen and (max-width: 768px) {
  #page .sec01 .ft_txt, #news .sec01 .ft_txt {
    font-size: 1.5rem;
    padding: 0 0 15px !important;
  }
}
#page .sec01 .ft_txt span, #news .sec01 .ft_txt span {
  font-family: "Gilda Display", serif;
  font-size: 2.4rem;
  color: #828055;
}
@media screen and (max-width: 768px) {
  #page .sec01 .ft_txt span, #news .sec01 .ft_txt span {
    font-size: 2rem;
  }
}
#page .sec01 .ft_box .page_box, #news .sec01 .ft_box .page_box {
  border-bottom: none;
  padding: 0 0 30px;
}
#page .sec01 .ft_box .page_box:not(:last-child), #news .sec01 .ft_box .page_box:not(:last-child) {
  border-bottom: 1px solid rgba(84, 100, 125, 0.3);
}
@media screen and (max-width: 768px) {
  #page .sec01 .ft_box .page_box, #news .sec01 .ft_box .page_box {
    padding: 0;
  }
}
#page .sec01 .ft_main_txt, #news .sec01 .ft_main_txt {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.75;
  padding: 0 0 30px !important;
}
@media screen and (max-width: 768px) {
  #page .sec01 .ft_main_txt, #news .sec01 .ft_main_txt {
    font-size: 2rem;
    padding: 0 0 20px !important;
  }
}
#page .sec01 .ft_main_txt span, #news .sec01 .ft_main_txt span {
  font-family: "Noto Serif JP", serif;
  color: #828055;
}
#page .sec01 p, #news .sec01 p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.2;
  padding: 0 0 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #page .sec01 p, #news .sec01 p {
    line-height: 1.75;
  }
}
#page .sec01 p:not(:last-child), #news .sec01 p:not(:last-child) {
  padding: 0 0 1em;
}
#page .sec01 .page_nav.ganka ul li a::after, #news .sec01 .page_nav.ganka ul li a::after {
  border: 3px solid rgba(101, 185, 186, 0.2);
}
#page .sec01 .page_nav.ganka ul li a span::after, #news .sec01 .page_nav.ganka ul li a span::after {
  background: #53B0B2;
}
@media screen and (min-width: 769px) {
  #page .sec01 .page_nav.ganka ul li a:hover, #news .sec01 .page_nav.ganka ul li a:hover {
    color: #53B0B2;
  }
  #page .sec01 .page_nav.ganka ul li a:hover::after, #news .sec01 .page_nav.ganka ul li a:hover::after {
    border: 3px solid transparent;
  }
  #page .sec01 .page_nav.ganka ul li a:hover span::before, #news .sec01 .page_nav.ganka ul li a:hover span::before {
    background-color: #53B0B2;
  }
  #page .sec01 .page_nav.ganka ul li a:hover span::after, #news .sec01 .page_nav.ganka ul li a:hover span::after {
    border: 1px solid #53B0B2;
  }
}
#page .sec01 .page_nav.hifuka ul li a::after, #news .sec01 .page_nav.hifuka ul li a::after {
  border: 3px solid rgba(219, 184, 225, 0.2);
}
#page .sec01 .page_nav.hifuka ul li a span::after, #news .sec01 .page_nav.hifuka ul li a span::after {
  background: #A872B6;
}
@media screen and (min-width: 769px) {
  #page .sec01 .page_nav.hifuka ul li a:hover, #news .sec01 .page_nav.hifuka ul li a:hover {
    color: #A872B6;
  }
  #page .sec01 .page_nav.hifuka ul li a:hover::after, #news .sec01 .page_nav.hifuka ul li a:hover::after {
    border: 3px solid transparent;
  }
  #page .sec01 .page_nav.hifuka ul li a:hover span::before, #news .sec01 .page_nav.hifuka ul li a:hover span::before {
    background-color: #A872B6;
  }
  #page .sec01 .page_nav.hifuka ul li a:hover span::after, #news .sec01 .page_nav.hifuka ul li a:hover span::after {
    border: 1px solid #A872B6;
  }
}
#page .sec01 .page_nav ul, #news .sec01 .page_nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_nav ul, #news .sec01 .page_nav ul {
    padding: 2% 0 3%;
  }
}
#page .sec01 .page_nav ul li, #news .sec01 .page_nav ul li {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_nav ul li:last-child a, #news .sec01 .page_nav ul li:last-child a {
    border-bottom: none;
  }
}
#page .sec01 .page_nav ul li a, #news .sec01 .page_nav ul li a {
  width: 100%;
  position: relative;
  padding: 0 0 0 33px;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(149, 147, 105, 0.3);
  pointer-events: all;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_nav ul li a, #news .sec01 .page_nav ul li a {
    height: 50px;
  }
}
#page .sec01 .page_nav ul li a::after, #news .sec01 .page_nav ul li a::after {
  content: "";
  position: absolute;
  left: 3.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 3px solid rgba(178, 176, 129, 0.2);
  transition: all 0.3s;
}
#page .sec01 .page_nav ul li a span, #news .sec01 .page_nav ul li a span {
  position: relative;
  display: block;
  line-height: 1.25;
  letter-spacing: 1.8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_nav ul li a span, #news .sec01 .page_nav ul li a span {
    font-size: 1.5rem;
  }
}
#page .sec01 .page_nav ul li a span::before, #news .sec01 .page_nav ul li a span::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 8px;
  -webkit-mask-image: url(../images/common/arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/common/arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  z-index: 1;
  transition: all 0.3s;
}
#page .sec01 .page_nav ul li a span::after, #news .sec01 .page_nav ul li a span::after {
  content: "";
  position: absolute;
  left: -27px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.3s;
  background: #AAA876;
  box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  #page .sec01 .page_nav ul li a:hover, #news .sec01 .page_nav ul li a:hover {
    color: #AAA876;
    background: rgba(255, 255, 255, 0.5);
  }
  #page .sec01 .page_nav ul li a:hover::after, #news .sec01 .page_nav ul li a:hover::after {
    border: 3px solid transparent;
  }
  #page .sec01 .page_nav ul li a:hover span::before, #news .sec01 .page_nav ul li a:hover span::before {
    background-color: #AAA876;
  }
  #page .sec01 .page_nav ul li a:hover span::after, #news .sec01 .page_nav ul li a:hover span::after {
    background: #F7F7F9;
    border: 1px solid #AAA876;
  }
}
#page .sec01 .page_nav.page_nav_02 ul li, #news .sec01 .page_nav.page_nav_02 ul li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_nav.page_nav_02 ul li, #news .sec01 .page_nav.page_nav_02 ul li {
    width: 100%;
  }
}
#page .sec01 .page_nav.page_nav_03 ul li, #news .sec01 .page_nav.page_nav_03 ul li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_nav.page_nav_03 ul li, #news .sec01 .page_nav.page_nav_03 ul li {
    width: 100%;
  }
}
#page .sec01 .page_nav.page_nav_04 ul li, #news .sec01 .page_nav.page_nav_04 ul li {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_nav.page_nav_04 ul li, #news .sec01 .page_nav.page_nav_04 ul li {
    width: 100%;
  }
}
#page .sec01 .text_box, #news .sec01 .text_box {
  margin: 30px auto 0;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #page .sec01 .text_box, #news .sec01 .text_box {
    margin: 6% auto 0;
  }
}
#page .sec01 .text_box.text_box_02, #news .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, #news .sec01 .text_box.text_box_02 {
    padding: 5%;
  }
}
#page .sec01 .text_box.center p, #news .sec01 .text_box.center p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .text_box.center p, #news .sec01 .text_box.center p {
    text-align: left;
  }
}
#page .sec01 .sub_txt_box, #news .sec01 .sub_txt_box {
  width: 100%;
  padding: 25px;
  background: var(--grey-yellow-10, rgba(149, 147, 105, 0.1));
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .sub_txt_box, #news .sec01 .sub_txt_box {
    padding: 4%;
  }
}
#page .sec01 .sub_txt_box h5, #news .sec01 .sub_txt_box h5 {
  padding: 0 0 0 30px;
  font-weight: 700;
  font-size: 1.9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .sec01 .sub_txt_box h5, #news .sec01 .sub_txt_box h5 {
    font-size: 1.7rem;
  }
}
#page .sec01 .sub_txt_box h5::before, #news .sec01 .sub_txt_box h5::before {
  content: "";
  background: #828055;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-size: cover;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
#page .sec01 .list_box_wrap, #news .sec01 .list_box_wrap {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .list_box_wrap, #news .sec01 .list_box_wrap {
    margin: 3% 0 0;
  }
}
#page .sec01 .list_box_wrap:first-child, #news .sec01 .list_box_wrap:first-child {
  margin: 0;
}
#page .sec01 .list_box_wrap.list_box_wrap_bk, #news .sec01 .list_box_wrap.list_box_wrap_bk {
  background: #FAF9F6;
  padding: 30px 50px 50px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .list_box_wrap.list_box_wrap_bk, #news .sec01 .list_box_wrap.list_box_wrap_bk {
    margin: 7% 0 0;
    padding: 1% 5% 5%;
  }
}
#page .sec01 .list_box_wrap .list_box_01, #news .sec01 .list_box_wrap .list_box_01 {
  display: flex;
  flex-wrap: wrap;
}
#page .sec01 .list_box_wrap .list_box_01.list_box_01_2col, #news .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, #news .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, #news .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, #news .sec01 .list_box_wrap .list_box_01.list_box_01_2col li.li_full {
  width: 100%;
}
#page .sec01 .list_box_wrap .list_box_01.hifuka li::before, #news .sec01 .list_box_wrap .list_box_01.hifuka li::before {
  background: #53B0B2;
}
#page .sec01 .list_box_wrap .list_box_01.ganka li::before, #news .sec01 .list_box_wrap .list_box_01.ganka li::before {
  background: #A872B6;
}
#page .sec01 .list_box_wrap .list_box_01 li, #news .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, #news .sec01 .list_box_wrap .list_box_01 li {
    margin: 4% 0 0;
  }
}
#page .sec01 .list_box_wrap .list_box_01 li.list_tit, #news .sec01 .list_box_wrap .list_box_01 li.list_tit {
  color: #828055;
}
#page .sec01 .list_box_wrap .list_box_01 li.list_tit::before, #news .sec01 .list_box_wrap .list_box_01 li.list_tit::before {
  content: none;
}
#page .sec01 .list_box_wrap .list_box_01 li::before, #news .sec01 .list_box_wrap .list_box_01 li::before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  top: -2px;
  background: #828055;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  color: #828055;
}
#page .sec01 .list_box_wrap .list_box_01 li a, #news .sec01 .list_box_wrap .list_box_01 li a {
  color: #828055;
}
#page .sec01 .unker, #news .sec01 .unker {
  padding: 120px 0 20px;
  margin: -120px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .unker, #news .sec01 .unker {
    padding: 80px 0 3%;
    margin: -80px auto 0;
  }
}
#page .sec01 .h3_box, #news .sec01 .h3_box {
  padding: 120px 0 30px;
  margin: -120px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .h3_box, #news .sec01 .h3_box {
    padding: 80px 0 4%;
    margin: -80px auto 0;
  }
}
#page .sec01 .h4_box, #news .sec01 .h4_box {
  padding: 120px 0 0;
  margin: -120px 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .h4_box, #news .sec01 .h4_box {
    padding: 80px 0 0;
    margin: -80px auto 0;
  }
}
#page .sec01 .page_h3, #news .sec01 .page_h3 {
  padding: 80px 0;
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h3, #news .sec01 .page_h3 {
    padding: 10% 0;
    width: 100%;
  }
}
#page .sec01 .page_h3.ganka::before, #news .sec01 .page_h3.ganka::before {
  background: url(../images/page/h2_ganka_l.png) no-repeat;
  background-size: cover;
}
#page .sec01 .page_h3.ganka::after, #news .sec01 .page_h3.ganka::after {
  background: url(../images/page/h2_ganka_r.png) no-repeat;
  background-size: cover;
}
#page .sec01 .page_h3.ganka span::before, #news .sec01 .page_h3.ganka span::before {
  background-color: #34959B;
}
#page .sec01 .page_h3.hifuka::before, #news .sec01 .page_h3.hifuka::before {
  background: url(../images/page/h2_hifuka_l.png) no-repeat;
  background-size: cover;
}
#page .sec01 .page_h3.hifuka::after, #news .sec01 .page_h3.hifuka::after {
  background: url(../images/page/h2_hifuka_r.png) no-repeat;
  background-size: cover;
}
#page .sec01 .page_h3.hifuka span::before, #news .sec01 .page_h3.hifuka span::before {
  background-color: #A872B6;
}
#page .sec01 .page_h3::before, #news .sec01 .page_h3::before {
  content: "";
  position: absolute;
  left: -176px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/page/h2_l.png) no-repeat;
  background-size: cover;
  width: 126px;
  height: 101px;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h3::before, #news .sec01 .page_h3::before {
    left: 0;
    width: 80px;
    height: 64px;
  }
}
#page .sec01 .page_h3::after, #news .sec01 .page_h3::after {
  content: "";
  position: absolute;
  right: -176px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/page/h2_r.png) no-repeat;
  background-size: cover;
  width: 131px;
  height: 101px;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h3::after, #news .sec01 .page_h3::after {
    right: 0;
    width: 80px;
    height: 62px;
  }
}
#page .sec01 .page_h3 span, #news .sec01 .page_h3 span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 3.2rem;
  line-height: 1.8;
  letter-spacing: 2.56px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h3 span, #news .sec01 .page_h3 span {
    text-shadow: #fff 1px 0 10px;
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}
#page .sec01 .page_h3 span::before, #news .sec01 .page_h3 span::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 141px;
  height: 26px;
  -webkit-mask-image: url(../images/page/okazakiganka.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/page/okazakiganka.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background-color: #828055;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h3 span::before, #news .sec01 .page_h3 span::before {
    top: 0;
  }
}
#page .sec01 .page_h3 span::after, #news .sec01 .page_h3 span::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 6px;
  -webkit-mask-image: url(../images/page/dot.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/page/dot.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background-color: #828055;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h3 span::after, #news .sec01 .page_h3 span::after {
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h3 span, #news .sec01 .page_h3 span {
    font-size: 2.2rem;
  }
}
#page .sec01 .page_h4, #news .sec01 .page_h4 {
  font-size: 2.4rem;
  margin: 0 0 30px;
  position: relative;
  padding: 18px 0 18px 50px;
  color: #fff;
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 2.88px;
  background: #AAA876;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h4, #news .sec01 .page_h4 {
    font-size: 2rem;
    margin: 0 0 5%;
  }
}
#page .sec01 .page_h4.ganka, #news .sec01 .page_h4.ganka {
  background: #53B0B2;
}
#page .sec01 .page_h4.hifuka, #news .sec01 .page_h4.hifuka {
  background: #A872B6;
}
#page .sec01 .page_h4::before, #news .sec01 .page_h4::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 15px;
  height: 1px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#page .sec01 .page_h4_future, #news .sec01 .page_h4_future {
  font-family: "Gilda Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  position: relative;
  color: #828055;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h4_future, #news .sec01 .page_h4_future {
    font-size: 1.6rem;
    display: flex;
  }
}
#page .sec01 .page_h4_future .h4_num, #news .sec01 .page_h4_future .h4_num {
  font-family: "Gilda Display", serif;
  font-style: normal;
  font-size: 2.4rem;
  margin: 0 0 0 10px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h4_future .h4_num, #news .sec01 .page_h4_future .h4_num {
    font-size: 2rem;
  }
}
#page .sec01 .page_h4_step, #news .sec01 .page_h4_step {
  border-left: 3px solid #828055;
  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, #news .sec01 .page_h4_step {
    font-size: 1.8rem;
    margin: 12% 0 5%;
  }
}
#page .sec01 .page_h4_step .page_h4_step_num, #news .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, #news .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, #news .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, #news .sec01 .page_h4_step .page_h4_step_num .page_h4_step_num_02 {
  font-size: 3.2rem;
  font-family: "EB Garamond", 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, #news .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, #news .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, #news .sec01 .page_h4_step .page_h4_step_txt {
    font-size: 2.1rem;
  }
}
#page .sec01 .page_h5, #news .sec01 .page_h5 {
  font-size: 2.2rem;
  border-left: 3px solid #828055;
  padding: 0 0 0 20px;
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h5, #news .sec01 .page_h5 {
    font-size: 1.7rem;
    margin: 12% 0 0;
  }
}
#page .sec01 .page_h5.ganka, #news .sec01 .page_h5.ganka {
  border-left: 3px solid #53B0B2;
}
#page .sec01 .page_h5.hifuka, #news .sec01 .page_h5.hifuka {
  border-left: 3px solid #A872B6;
}
#page .sec01 .page_h5 span, #news .sec01 .page_h5 span {
  font-family: "Gilda Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #828055;
  display: block;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h5 span, #news .sec01 .page_h5 span {
    font-size: 1.1rem;
  }
}
#page .sec01 .page_h5_02, #news .sec01 .page_h5_02 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  letter-spacing: 2.4px;
  border-bottom: 1px dotted #959369;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_h5_02, #news .sec01 .page_h5_02 {
    font-size: 1.7rem;
  }
}
#page .sec01 .page_h6, #news .sec01 .page_h6 {
  background: #828055;
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
}
#page .sec01 .list_item, #news .sec01 .list_item {
  margin: 20px 0 0;
}
#page .sec01 .list_item li, #news .sec01 .list_item li {
  line-height: 2.4;
}
#page .sec01 .list_item li::before, #news .sec01 .list_item li::before {
  content: "・";
  color: #828055;
}
#page .sec01 .list_item_02, #news .sec01 .list_item_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page .sec01 .list_item_02.list_item_02_02 li, #news .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, #news .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, #news .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, #news .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, #news .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, #news .sec01 .list_item_02.list_item_02_02 li .list_item_02_span_02 {
    width: 100%;
  }
}
#page .sec01 .list_item_02 li, #news .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, #news .sec01 .list_item_02 li {
    width: 100%;
    margin: 4% 0 0;
  }
}
#page .sec01 .list_item_02 li .list_item_02_span_01, #news .sec01 .list_item_02 li .list_item_02_span_01 {
  width: 90px;
}
#page .sec01 .list_item_02 li .list_item_02_span_02, #news .sec01 .list_item_02 li .list_item_02_span_02 {
  width: calc(100% - 90px);
}
#page .sec01 .bg_box_wrap, #news .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, #news .sec01 .bg_box_wrap {
    padding: 6%;
    margin: 9% auto 0;
  }
}
#page .sec01 .bg_box_wrap.pd_none, #news .sec01 .bg_box_wrap.pd_none {
  padding: 0;
}
#page .sec01 .bg_box_wrap.fi_none, #news .sec01 .bg_box_wrap.fi_none {
  filter: none;
}
#page .sec01 .bg_box_wrap .bg_box_01, #news .sec01 .bg_box_wrap .bg_box_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
}
#page .sec01 .bg_box_wrap .bg_box_01 .bg_box_01_item, #news .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, #news .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, #news .sec01 .bg_box_wrap .bg_box_01 .bg_box_01_item {
    width: 100%;
  }
}
#page .sec01 .bg_box_wrap .bg_box_01 h4, #news .sec01 .bg_box_wrap .bg_box_01 h4 {
  color: #828055;
  border-bottom: 1px solid #828055;
  padding: 0 0 10px;
  margin: 0 0 0;
}
#page .sec01 .bg_box_wrap .page_box_wrap, #news .sec01 .bg_box_wrap .page_box_wrap {
  margin: 0 auto 0;
}
#page .sec01 .bg_box_wrap .page_box_wrap .page_box .page_box_l, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .sec01 .bg_box_wrap .page_box_wrap .page_box .page_box_r {
    width: 100%;
  }
}
#page .sec01 .bg_box_wrap .bg_box_01, #news .sec01 .bg_box_wrap .bg_box_01 {
  padding: 40px;
  background: rgba(223, 237, 248, 0.6);
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap .bg_box_01, #news .sec01 .bg_box_wrap .bg_box_01 {
    padding: 6%;
  }
}
#page .sec01 .bg_box_wrap .bg_box_01 .bg_box_01_item, #news .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, #news .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, #news .sec01 .bg_box_wrap .bg_box_01 .bg_box_01_item.bg_box_01_item_full {
  width: 100%;
}
#page .sec01 .bg_box_wrap_01, #news .sec01 .bg_box_wrap_01 {
  padding: 0;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01, #news .sec01 .bg_box_wrap_01 {
    margin: 6% auto 0;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01, #news .sec01 .bg_box_wrap_01 .bg_box_01 {
  border: 2px solid #e6eaed;
  border-radius: 20px;
  padding: 40px;
  background: #fff;
  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, #news .sec01 .bg_box_wrap_01 .bg_box_01 {
    padding: 6%;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .page_box_wrap, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .sec01 .bg_box_wrap_01 .bg_box_01 h4 {
  width: 100%;
  font-size: 2.4rem;
  margin: 0 0 0;
  position: relative;
  padding: 0 0 10px 30px;
  color: #3D4158;
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 2.88px;
  background: none;
  border-bottom: 1px dotted #AAA876;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 h4, #news .sec01 .bg_box_wrap_01 .bg_box_01 h4 {
    font-size: 2rem;
    margin: 11% 0 5%;
  }
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 h4::before, #news .sec01 .bg_box_wrap_01 .bg_box_01 h4::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 16px;
  height: 16px;
  background: #AAA876;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 5px);
  transform: translateY(-50%);
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .text_box, #news .sec01 .bg_box_wrap_01 .bg_box_01 .text_box {
  width: 100%;
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .clinic_h4, #news .sec01 .bg_box_wrap_01 .bg_box_01 .clinic_h4 {
  border-bottom: none;
  color: #3D4158;
  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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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 .page_h4, #news .sec01 .bg_box_wrap_01 .bg_box_01 .page_h4 {
  width: 100%;
}
#page .sec01 .bg_box_wrap_01 .bg_box_01 .page_h4_no, #news .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: #3D4158;
  border-bottom: 1px dotted #828055;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 .page_h4_no, #news .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, #news .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, #news .sec01 .bg_box_wrap_01 .bg_box_01 .page_h4_no span {
  font-style: normal;
  font-size: 2.4rem;
  padding: 0 15px 0 0;
  color: #828055;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #page .sec01 .bg_box_wrap_01 .bg_box_01 .page_h4_no span, #news .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, #news .sec01 .bg_box_wrap_01 .bg_box_01 .tit_txt {
  border-top: 1px solid #828055;
  border-bottom: 1px solid #828055;
  background: #AAA876;
  text-align: center;
  color: #3D4158;
  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, #news .sec01 .bg_box_wrap_01 .bg_box_01 .tit_txt {
    font-size: 2rem;
    margin: 0 0 20px;
  }
}
#page .sec01 .page_box_wrap, #news .sec01 .page_box_wrap {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap, #news .sec01 .page_box_wrap {
    margin: 10% auto 0;
  }
}
#page .sec01 .page_box_wrap .page_box, #news .sec01 .page_box_wrap .page_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box, #news .sec01 .page_box_wrap .page_box {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
#page .sec01 .page_box_wrap .page_box.page_box_s .page_box_l, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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), #news .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), #news .sec01 .page_box_wrap .page_box:not(:first-child) {
    margin: 11% 0 0;
  }
}
#page .sec01 .page_box_wrap .page_box.page_box_re, #news .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, #news .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, #news .sec01 .page_box_wrap .page_box.sp_r {
    flex-direction: row-reverse;
  }
}
#page .sec01 .page_box_wrap .page_box .text_box, #news .sec01 .page_box_wrap .page_box .text_box {
  width: 100%;
}
#page .sec01 .page_box_wrap .page_box .page_box_l, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .sec01 .page_box_wrap .page_box .page_box_l .text_box {
  margin: 0 auto 0;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap .page_box .page_box_l .text_box, #news .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, #news .sec01 .page_box_wrap .page_box .page_box_l .page_box_list li {
  width: 100%;
  background: #FAF9F6;
  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, #news .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), #news .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, #news .sec01 .page_box_wrap .page_box .page_box_l .page_box_list li::before {
  content: "";
  position: absolute;
  background: #828055;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 20px;
}
#page .sec01 .page_box_wrap .page_box .page_box_l .more_btn_wrap, #news .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, #news .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, #news .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, #news .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, #news .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, #news .sec01 .page_box_wrap .page_box .page_box_r {
    width: 100%;
  }
}
#page .sec01 .page_box_wrap .page_box .page_box_r .img_box, #news .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, #news .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, #news .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, #news .sec01 .page_box_wrap .page_box .page_box_r .img_box span {
    font-size: 1.3rem;
  }
}
#page .sec01 .page_box_wrap .page_box_02, #news .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, #news .sec01 .page_box_wrap .page_box_02 {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
#page .sec01 .page_box_wrap .page_box_02 .page_box_item, #news .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, #news .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, #news .sec01 .page_box_wrap .page_box_02 .page_box_item + .page_box_item {
    margin: 8% 0 0;
  }
}
#page .sec01 .page_box_wrap_02, #news .sec01 .page_box_wrap_02 {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap_02, #news .sec01 .page_box_wrap_02 {
    margin: 5% auto 0;
  }
}
#page .sec01 .page_box_wrap_02 .page_box_02, #news .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, #news .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, #news .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, #news .sec01 .page_box_wrap_02 .page_box_02 {
    padding: 6% 7%;
  }
}
#page .sec01 .page_box_wrap_02 .page_box_02 .page_h5, #news .sec01 .page_box_wrap_02 .page_box_02 .page_h5 {
  margin: 0 auto;
  color: #828055;
}
#page .sec01 .page_box_wrap_02 .page_box_02 .page_box_cap, #news .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, #news .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, #news .sec01 .page_box_wrap_02 .page_box_02 .page_box_cap li {
  margin: 5px 0 0;
}
#page .sec01 .page_box_wrap_03, #news .sec01 .page_box_wrap_03 {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .page_box_wrap_03, #news .sec01 .page_box_wrap_03 {
    margin: 5% auto 0;
  }
}
#page .sec01 .page_box_wrap_03 .page_box_03, #news .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, #news .sec01 .page_box_wrap_03 .page_box_03 {
    padding: 6% 7%;
  }
}
#page .sec01 .page_box_wrap_03 .page_box_03 + .page_box_03, #news .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, #news .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, #news .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, #news .sec01 .page_box_wrap_03 .page_box_03 .page_h5 span {
  font-family: "EB Garamond", 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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .sec01 .page_box_wrap_03 .page_box_03 .page_box_03_r .img_box {
  width: 100%;
}
#page .sec01 .img_box_wrap, #news .sec01 .img_box_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_box_wrap, #news .sec01 .img_box_wrap {
    flex-direction: column;
  }
}
#page .sec01 .img_box_wrap .img_box.img_box_02, #news .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, #news .sec01 .img_box_wrap .img_box.img_box_02 {
    width: 100%;
  }
}
#page .sec01 .img_box, #news .sec01 .img_box {
  width: 640px;
  margin: 30px auto 0;
  text-align: center;
}
#page .sec01 .img_box.img_box_full, #news .sec01 .img_box.img_box_full {
  width: 100%;
}
#page .sec01 .img_box.img_w500, #news .sec01 .img_box.img_w500 {
  width: 500px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_box.img_w500, #news .sec01 .img_box.img_w500 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page .sec01 .img_box, #news .sec01 .img_box {
    width: 100%;
    margin: 5% auto 0;
  }
}
#page .sec01 .img_box span, #news .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, #news .sec01 .img_box span {
    font-size: 1.3rem;
  }
}
#page .sec01 .img_ul_wrap .img_ul, #news .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, #news .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, #news .sec01 .img_ul_wrap .img_ul.img_ul_02 li {
    width: 100%;
  }
}
#page .sec01 .img_ul_wrap .img_ul.img_ul_03 li, #news .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, #news .sec01 .img_ul_wrap .img_ul.img_ul_03 li {
    width: 100%;
  }
}
#page .sec01 .img_ul_wrap .img_ul li, #news .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, #news .sec01 .img_ul_wrap .img_ul li {
    margin: 4% 0 0;
  }
}
#page .sec01 .img_ul_wrap .img_ul li span, #news .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, #news .sec01 .img_ul_wrap .img_ul li span {
    font-size: 1.4rem;
  }
}
#page .sec01 .flow_box_wrap .flow_box, #news .sec01 .flow_box_wrap .flow_box {
  background: #FFF;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
  padding: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_wrap .flow_box, #news .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), #news .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), #news .sec01 .flow_box_wrap .flow_box:not(:first-child) {
    margin: 3% 0 0;
  }
}
#page .sec01 .flow_box_wrap .flow_box .text_box, #news .sec01 .flow_box_wrap .flow_box .text_box {
  width: 100%;
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_l, #news .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, #news .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, #news .sec01 .flow_box_wrap .flow_box .flow_box_l .flow_box_no {
  font-family: "Outfit", sans-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: #828055;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_wrap .flow_box .flow_box_l .flow_box_no, #news .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 span, #news .sec01 .flow_box_wrap .flow_box .flow_box_l .flow_box_no span {
  font-size: 1.5rem;
  padding: 0 5px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_wrap .flow_box .flow_box_l .flow_box_no span, #news .sec01 .flow_box_wrap .flow_box .flow_box_l .flow_box_no span {
    font-size: 1.2rem;
  }
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_l h4, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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 .text_box p, #news .sec01 .flow_box_wrap .flow_box .flow_box_r .text_box p {
  padding: 0 0 1.3em;
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_r .flow_text_box, #news .sec01 .flow_box_wrap .flow_box .flow_box_r .flow_text_box {
  border: none;
  border-radius: 10px;
  background: rgba(149, 147, 105, 0.1);
  padding: 25px;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_wrap .flow_box .flow_box_r .flow_text_box, #news .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, #news .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, #news .sec01 .flow_box_wrap .flow_box .flow_box_r .flow_text_box h5 {
  padding: 0 0 0 30px;
  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, #news .sec01 .flow_box_wrap .flow_box .flow_box_r .flow_text_box h5::before {
  content: "";
  background: #828055;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-size: cover;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
#page .sec01 .flow_box_wrap .flow_box .flow_box_morebtn, #news .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, #news .sec01 .flow_box_wrap .flow_box .flow_box_morebtn {
    margin: 5% auto 0;
  }
}
#page .sec01 .flow_box_02_wrap, #news .sec01 .flow_box_02_wrap {
  border-radius: 20px;
  border: 2px solid #e6eaed;
  background: #fff;
  padding: 40px;
  position: relative;
}
#page .sec01 .flow_box_02_wrap::before, #news .sec01 .flow_box_02_wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #53B0B2 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
}
#page .sec01 .flow_box_02_wrap:last-child::before, #news .sec01 .flow_box_02_wrap:last-child::before {
  content: none;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_02_wrap, #news .sec01 .flow_box_02_wrap {
    padding: 4%;
  }
}
#page .sec01 .flow_box_02_wrap.ganka .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_num, #news .sec01 .flow_box_02_wrap.ganka .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_num {
  background: linear-gradient(135deg, #7BC3BF 0%, #47ABB2 100%);
}
#page .sec01 .flow_box_02_wrap.hifuka .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_num, #news .sec01 .flow_box_02_wrap.hifuka .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_num {
  background: linear-gradient(135deg, #D8AFE1 0%, #BD9CD7 100%);
}
#page .sec01 .flow_box_02_wrap .flow_box, #news .sec01 .flow_box_02_wrap .flow_box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_02_wrap .flow_box, #news .sec01 .flow_box_02_wrap .flow_box {
    flex-direction: column;
    gap: 20px;
  }
}
#page .sec01 .flow_box_02_wrap .flow_box .text_box, #news .sec01 .flow_box_02_wrap .flow_box .text_box {
  width: 100%;
}
#page .sec01 .flow_box_02_wrap .flow_box .flow_box_l, #news .sec01 .flow_box_02_wrap .flow_box .flow_box_l {
  width: calc(100% - 40px - 300px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_02_wrap .flow_box .flow_box_l, #news .sec01 .flow_box_02_wrap .flow_box .flow_box_l {
    width: 100%;
  }
}
#page .sec01 .flow_box_02_wrap .flow_box .flow_box_l.flow_box_l_full, #news .sec01 .flow_box_02_wrap .flow_box .flow_box_l.flow_box_l_full {
  width: 100%;
}
#page .sec01 .flow_box_02_wrap .flow_box .flow_box_l .flow_box_l_tit, #news .sec01 .flow_box_02_wrap .flow_box .flow_box_l .flow_box_l_tit {
  display: flex;
  align-items: center;
  padding: 0 0 15px;
  border-bottom: 1px dotted #53B0B2;
}
#page .sec01 .flow_box_02_wrap .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_num, #news .sec01 .flow_box_02_wrap .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_num {
  background: linear-gradient(135deg, #B2B081 0%, #A9A775 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 20px 10px;
  margin: 0 20px 0 0;
}
#page .sec01 .flow_box_02_wrap .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_num .flow_box_l_num_01, #news .sec01 .flow_box_02_wrap .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_num .flow_box_l_num_01 {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.4px;
  display: block;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_02_wrap .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_num .flow_box_l_num_01, #news .sec01 .flow_box_02_wrap .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_num .flow_box_l_num_01 {
    font-size: 1.3rem;
  }
}
#page .sec01 .flow_box_02_wrap .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_num .flow_box_l_num_02, #news .sec01 .flow_box_02_wrap .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_num .flow_box_l_num_02 {
  color: #fff;
  font-family: "STIX Two Text", serif;
  font-size: 3.6rem;
  line-height: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_02_wrap .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_num .flow_box_l_num_02, #news .sec01 .flow_box_02_wrap .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_num .flow_box_l_num_02 {
    font-size: 2.8rem;
  }
}
#page .sec01 .flow_box_02_wrap .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_tit_txt, #news .sec01 .flow_box_02_wrap .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_tit_txt {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 2.64px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_02_wrap .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_tit_txt, #news .sec01 .flow_box_02_wrap .flow_box .flow_box_l .flow_box_l_tit .flow_box_l_tit_txt {
    font-size: 1.8rem;
  }
}
#page .sec01 .flow_box_02_wrap .flow_box .flow_box_r, #news .sec01 .flow_box_02_wrap .flow_box .flow_box_r {
  width: 300px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .flow_box_02_wrap .flow_box .flow_box_r, #news .sec01 .flow_box_02_wrap .flow_box .flow_box_r {
    width: 100%;
    margin: 0 auto;
  }
}
#page .sec01 .flow_box_02_wrap .flow_box .flow_box_r img, #news .sec01 .flow_box_02_wrap .flow_box .flow_box_r img {
  border-radius: 10px;
}
#page .sec01 .flow_box_02_wrap .flow_box .flow_box_r img + img, #news .sec01 .flow_box_02_wrap .flow_box .flow_box_r img + img {
  margin: 10px 0 0;
}
#page .sec01 .flow_box_02_wrap + .flow_box_02_wrap, #news .sec01 .flow_box_02_wrap + .flow_box_02_wrap {
  margin: 30px 0 0;
}
#page .sec01 .youtube, #news .sec01 .youtube {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 40px auto 20px;
}
#page .sec01 .youtube iframe, #news .sec01 .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page .sec01 .doga_wrap, #news .sec01 .doga_wrap {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .doga_wrap, #news .sec01 .doga_wrap {
    margin: 2% 0 0;
    flex-direction: column;
  }
}
#page .sec01 .doga_wrap .doga_item, #news .sec01 .doga_wrap .doga_item {
  width: 47%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .doga_wrap .doga_item, #news .sec01 .doga_wrap .doga_item {
    width: 100%;
    margin: 4% 0 0;
  }
}
#page .sec01 .link_title, #news .sec01 .link_title {
  color: #828055;
  border-bottom: 1px solid #828055;
  padding: 0 0 10px;
  font-size: 2rem;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0 0 35px;
  position: relative;
}
#page .sec01 .link_title.ganka, #news .sec01 .link_title.ganka {
  color: #34959B;
  border-bottom: 1px solid #53B0B2;
}
#page .sec01 .link_title.ganka::before, #news .sec01 .link_title.ganka::before {
  background: #53B0B2;
}
#page .sec01 .link_title.ganka::after, #news .sec01 .link_title.ganka::after {
  background: #53B0B2;
}
#page .sec01 .link_title.hifuka, #news .sec01 .link_title.hifuka {
  color: #A872B6;
  border-bottom: 1px solid #A872B6;
}
#page .sec01 .link_title.hifuka::before, #news .sec01 .link_title.hifuka::before {
  background: #A872B6;
}
#page .sec01 .link_title.hifuka::after, #news .sec01 .link_title.hifuka::after {
  background: #A872B6;
}
#page .sec01 .link_title::before, #news .sec01 .link_title::before {
  content: "";
  background: #DCDAD6;
  width: 5px;
  height: 5px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  top: -5px;
  left: -10px;
}
#page .sec01 .link_title::after, #news .sec01 .link_title::after {
  content: "";
  background: #DCDAD6;
  width: 5px;
  height: 5px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  top: -5px;
  right: -10px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_title, #news .sec01 .link_title {
    font-size: 1.8rem;
    margin: 0 0 5%;
  }
}
#page .sec01 .nado, #news .sec01 .nado {
  text-align: right;
  display: block;
  margin: 20px 0 0 auto;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #page .sec01 .nado, #news .sec01 .nado {
    font-size: 1.35rem;
  }
}
#page .sec01 .link_box_01, #news .sec01 .link_box_01 {
  width: 100%;
}
#page .sec01 .link_box_01 .link_box_ul, #news .sec01 .link_box_01 .link_box_ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px 10px;
}
#page .sec01 .link_box_01 .link_box_ul.ganka li a, #news .sec01 .link_box_01 .link_box_ul.ganka li a {
  border: 1px solid #53B0B2;
  background: #fff;
  color: #53B0B2;
  text-decoration: none;
}
#page .sec01 .link_box_01 .link_box_ul.ganka li a::before, #news .sec01 .link_box_01 .link_box_ul.ganka li a::before {
  background: #53B0B2;
}
@media screen and (min-width: 769px) {
  #page .sec01 .link_box_01 .link_box_ul.ganka li a:hover, #news .sec01 .link_box_01 .link_box_ul.ganka li a:hover {
    background: linear-gradient(135deg, #7BC3BF 0%, #47ABB2 100%);
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
  }
  #page .sec01 .link_box_01 .link_box_ul.ganka li a:hover::before, #news .sec01 .link_box_01 .link_box_ul.ganka li a:hover::before {
    transition: all 0.3s;
    background: #fff;
  }
}
#page .sec01 .link_box_01 .link_box_ul.ganka li.no_link, #news .sec01 .link_box_01 .link_box_ul.ganka li.no_link {
  background: linear-gradient(135deg, #7BC3BF 0%, #47ABB2 100%);
}
#page .sec01 .link_box_01 .link_box_ul.ganka li.no_link::before, #news .sec01 .link_box_01 .link_box_ul.ganka li.no_link::before {
  background: #fff;
}
#page .sec01 .link_box_01 .link_box_ul.hifuka li a, #news .sec01 .link_box_01 .link_box_ul.hifuka li a {
  border: 1px solid #A872B6;
  background: #fff;
  color: #A872B6;
  text-decoration: none;
}
#page .sec01 .link_box_01 .link_box_ul.hifuka li a::before, #news .sec01 .link_box_01 .link_box_ul.hifuka li a::before {
  background: #A872B6;
}
@media screen and (min-width: 769px) {
  #page .sec01 .link_box_01 .link_box_ul.hifuka li a:hover, #news .sec01 .link_box_01 .link_box_ul.hifuka li a:hover {
    background: linear-gradient(135deg, #D8AFE1 0%, #BD9CD7 100%);
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
  }
  #page .sec01 .link_box_01 .link_box_ul.hifuka li a:hover::before, #news .sec01 .link_box_01 .link_box_ul.hifuka li a:hover::before {
    transition: all 0.3s;
    background: #fff;
  }
}
#page .sec01 .link_box_01 .link_box_ul.hifuka li.no_link, #news .sec01 .link_box_01 .link_box_ul.hifuka li.no_link {
  background: linear-gradient(135deg, #D8AFE1 0%, #BD9CD7 100%);
}
#page .sec01 .link_box_01 .link_box_ul.hifuka li.no_link::before, #news .sec01 .link_box_01 .link_box_ul.hifuka li.no_link::before {
  background: #fff;
}
#page .sec01 .link_box_01 .link_box_ul.check_ul.ganka li a::before, #news .sec01 .link_box_01 .link_box_ul.check_ul.ganka li a::before {
  background: #34959B;
}
#page .sec01 .link_box_01 .link_box_ul.check_ul.ganka li.no_link::before, #news .sec01 .link_box_01 .link_box_ul.check_ul.ganka li.no_link::before {
  background: #34959B;
}
#page .sec01 .link_box_01 .link_box_ul.check_ul.hifuka li a::before, #news .sec01 .link_box_01 .link_box_ul.check_ul.hifuka li a::before {
  background: #A872B6;
}
#page .sec01 .link_box_01 .link_box_ul.check_ul.hifuka li.no_link::before, #news .sec01 .link_box_01 .link_box_ul.check_ul.hifuka li.no_link::before {
  background: #A872B6;
}
#page .sec01 .link_box_01 .link_box_ul.check_ul li a, #news .sec01 .link_box_01 .link_box_ul.check_ul li a {
  padding: 10px 0 10px 50px;
  background: none;
  border-bottom: 1px solid #EDEAE7;
  color: #3D4158;
}
#page .sec01 .link_box_01 .link_box_ul.check_ul li a::before, #news .sec01 .link_box_01 .link_box_ul.check_ul li a::before {
  content: "";
  width: 20px;
  height: 20px;
  left: 15px;
  -webkit-mask-image: url(../images/common/icon_check.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/common/icon_check.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background: linear-gradient(135deg, #B2B081 0%, #A9A775 100%);
}
#page .sec01 .link_box_01 .link_box_ul.check_ul li.no_link, #news .sec01 .link_box_01 .link_box_ul.check_ul li.no_link {
  padding: 10px 0 10px 50px;
  background: none;
  border-bottom: 1px solid #EDEAE7;
  color: #3D4158;
}
#page .sec01 .link_box_01 .link_box_ul.check_ul li.no_link::before, #news .sec01 .link_box_01 .link_box_ul.check_ul li.no_link::before {
  content: "";
  width: 20px;
  height: 20px;
  left: 15px;
  -webkit-mask-image: url(../images/common/icon_check.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/common/icon_check.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background: linear-gradient(135deg, #B2B081 0%, #A9A775 100%);
}
#page .sec01 .link_box_01 .link_box_ul.link_box_ul_full li, #news .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, #news .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, #news .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 li, #news .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, #news .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 li, #news .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, #news .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, #news .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, #news .sec01 .link_box_01 .link_box_ul.link_box_colum_02 li {
    width: 100%;
  }
}
#page .sec01 .link_box_01 .link_box_ul li, #news .sec01 .link_box_01 .link_box_ul li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_01 .link_box_ul li, #news .sec01 .link_box_01 .link_box_ul li {
    width: 100%;
  }
}
#page .sec01 .link_box_01 .link_box_ul li.no_link, #news .sec01 .link_box_01 .link_box_ul li.no_link {
  display: flex;
  align-items: center;
  padding: 12px 0 12px 36px;
  background: #AAA876;
  position: relative;
  transition: 0.3s;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_01 .link_box_ul li.no_link, #news .sec01 .link_box_01 .link_box_ul li.no_link {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 10px 10px 36px;
    font-size: 1.4rem;
  }
}
#page .sec01 .link_box_01 .link_box_ul li.no_link::before, #news .sec01 .link_box_01 .link_box_ul li.no_link::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 20px;
}
#page .sec01 .link_box_01 .link_box_ul li.no_link a, #news .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, #news .sec01 .link_box_01 .link_box_ul li.no_link a::before {
  content: none;
}
#page .sec01 .link_box_01 .link_box_ul li a, #news .sec01 .link_box_01 .link_box_ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 0 36px;
  height: 50px;
  width: 100%;
  position: relative;
  transition: 0.3s;
  font-size: 1.5rem;
  text-decoration: none;
  border: 1px solid #828055;
  color: #828055;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_01 .link_box_ul li a, #news .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, #news .sec01 .link_box_01 .link_box_ul li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #828055;
  position: absolute;
  left: 20px;
  transition: all 0.3s;
}
#page .sec01 .link_box_01 .link_box_ul li a .link_box_ul_span_01, #news .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, #news .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, #news .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, #news .sec01 .link_box_01 .link_box_ul li a:hover {
    border: 1px solid transparent;
    color: #fff;
    background: #AAA876;
  }
  #page .sec01 .link_box_01 .link_box_ul li a:hover::before, #news .sec01 .link_box_01 .link_box_ul li a:hover::before {
    background: #fff;
  }
}
#page .sec01 .link_box_02, #news .sec01 .link_box_02 {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_02, #news .sec01 .link_box_02 {
    margin: 5% 0 0;
  }
}
#page .sec01 .link_box_02 .link_box_ul, #news .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, #news .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, #news .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: #828055;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_02 .link_box_ul li, #news .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, #news .sec01 .link_box_02 .link_box_ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #828055;
  position: absolute;
  left: 20px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .link_box_02 .link_box_ul li, #news .sec01 .link_box_02 .link_box_ul li {
    width: 100%;
  }
}
#page .sec01 .link_box_03 .link_box_ul, #news .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, #news .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, #news .sec01 .link_box_03 .link_box_ul li {
    width: 100%;
  }
}
#page .sec01 .link_box_03 .link_box_ul li a, #news .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, #news .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, #news .sec01 .link_box_03 .link_box_ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #828055;
  position: absolute;
  left: 20px;
}
@media screen and (min-width: 769px) {
  #page .sec01 .link_box_03 .link_box_ul li a:hover, #news .sec01 .link_box_03 .link_box_ul li a:hover {
    opacity: 0.7;
  }
}
#page .sec01 .table_box_wrap, #news .sec01 .table_box_wrap {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap, #news .sec01 .table_box_wrap {
    position: relative;
    padding: 0;
    margin: 8% auto 0;
  }
}
#page .sec01 .table_box_wrap .table_box_clinic_02, #news .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, #news .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, #news .sec01 .table_box_wrap .table_box_clinic {
  width: 870px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(21, 83, 102, 0.12);
  padding: 30px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_clinic, #news .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, #news .sec01 .table_box_wrap .table_box_01_bk {
  background: #fff;
  padding: 40px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #e6eaed;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_01_bk, #news .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, #news .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, #news .sec01 .table_box_wrap .table_box_02_bk {
    position: relative;
    overflow-x: auto;
  }
}
#page .sec01 .table_box_wrap .table_box_01, #news .sec01 .table_box_wrap .table_box_01 {
  border-top: 1px solid #ccd1d7;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_01 tr, #news .sec01 .table_box_wrap .table_box_01 tr {
    display: flex;
    flex-direction: column;
  }
}
#page .sec01 .table_box_wrap .table_box_01 tr td, #news .sec01 .table_box_wrap .table_box_01 tr td {
  width: calc(100% - 200px);
  border-bottom: 1px solid #ccd1d7;
  padding: 15px 0 15px 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_01 tr td, #news .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, #news .sec01 .table_box_wrap .table_box_01 tr td:first-child {
  width: 200px;
  vertical-align: middle;
  padding: 15px 0;
  text-align: center;
  background: rgba(149, 147, 105, 0.1);
  color: #828055;
  font-family: "Kosugi Maru", sans-serif;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_01 tr td:first-child, #news .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, #news .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, #news .sec01 .table_box_wrap .table_box_01 tr td {
    width: 100%;
  }
}
#page .sec01 .table_box_wrap .table_box_02, #news .sec01 .table_box_wrap .table_box_02 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_02, #news .sec01 .table_box_wrap .table_box_02 {
    width: 500px;
  }
}
#page .sec01 .table_box_wrap .table_box_02.table_box_02_2 tr th:first-child, #news .sec01 .table_box_wrap .table_box_02.table_box_02_2 tr th:first-child {
  width: 270px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_02.table_box_02_2 tr th:first-child, #news .sec01 .table_box_wrap .table_box_02.table_box_02_2 tr th:first-child {
    width: 170px;
  }
}
#page .sec01 .table_box_wrap .table_box_02 tr th, #news .sec01 .table_box_wrap .table_box_02 tr th {
  color: #828055;
  border-bottom: 1px solid #ccd1d7;
  padding: 22px 10px;
  text-align: left;
  background: rgba(149, 147, 105, 0.1);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_02 tr th, #news .sec01 .table_box_wrap .table_box_02 tr th {
    padding: 15px 10px;
  }
}
#page .sec01 .table_box_wrap .table_box_02 tr th:first-child, #news .sec01 .table_box_wrap .table_box_02 tr th:first-child {
  width: 350px;
  vertical-align: middle;
  background: rgba(149, 147, 105, 0.1);
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_02 tr th:first-child, #news .sec01 .table_box_wrap .table_box_02 tr th:first-child {
    width: 200px;
  }
}
#page .sec01 .table_box_wrap .table_box_02 tr td, #news .sec01 .table_box_wrap .table_box_02 tr td {
  border-bottom: 1px solid #ccd1d7;
  padding: 22px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_02 tr td, #news .sec01 .table_box_wrap .table_box_02 tr td {
    padding: 15px 10px;
  }
}
#page .sec01 .table_box_wrap .table_box_02 tr td:first-child, #news .sec01 .table_box_wrap .table_box_02 tr td:first-child {
  border-right: 1px solid #ccd1d7;
  width: 350px;
  vertical-align: middle;
  padding: 22px 0 22px 20px;
  text-align: left;
  background: rgba(149, 147, 105, 0.2);
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_02 tr td:first-child, #news .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, #news .sec01 .table_box_wrap .table_box_02 tr td:last-child {
  border-right: none;
}
#page .sec01 .table_box_wrap .table_box_02 tr td span, #news .sec01 .table_box_wrap .table_box_02 tr td span {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_02 tr td span, #news .sec01 .table_box_wrap .table_box_02 tr td span {
    font-size: 2rem;
  }
}
#page .sec01 .table_box_wrap .table_box_03, #news .sec01 .table_box_wrap .table_box_03 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_03, #news .sec01 .table_box_wrap .table_box_03 {
    width: 100%;
  }
}
#page .sec01 .table_box_wrap .table_box_03 tr:nth-child(2) td, #news .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, #news .sec01 .table_box_wrap .table_box_03 tr:nth-child(2) td {
    padding: 0;
  }
}
#page .sec01 .table_box_wrap .table_box_03 tr th, #news .sec01 .table_box_wrap .table_box_03 tr th {
  color: #828055;
  padding: 13px 0 13px;
  border-bottom: 1px solid #828055;
  text-align: center;
  width: 77.1428571429px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_03 tr th, #news .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, #news .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, #news .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), #news .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), #news .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, #news .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, #news .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, #news .sec01 .table_box_wrap .table_box_03 tr td {
  padding: 13px 0 13px;
  text-align: center;
  color: #828055;
  border-bottom: 1px solid #C0DEEF;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_03 tr td, #news .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, #news .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, #news .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), #news .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), #news .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, #news .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: #828055;
  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, #news .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, #news .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: #DCE5ED;
  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, #news .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, #news .sec01 .table_box_wrap .table_box_03 tr td .top_schedule_span_txt {
  font-family: "Gilda Display", 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, #news .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, #news .sec01 .table_box_wrap .table_box_03 tr:last-child td {
  border-bottom: none;
}
#page .sec01 .table_box_wrap .table_schedule_cap, #news .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, #news .sec01 .table_box_wrap .table_schedule_cap {
    font-size: 1.1rem;
    margin: 4% 0 0;
  }
}
#page .sec01 .table_box_wrap .table_schedule_cap li, #news .sec01 .table_box_wrap .table_schedule_cap li {
  margin: 0 0 5px;
  color: #828055;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_schedule_cap li, #news .sec01 .table_box_wrap .table_schedule_cap li {
    font-size: 1.2rem;
  }
}
#page .sec01 .table_box_wrap .table_box_04, #news .sec01 .table_box_wrap .table_box_04 {
  width: 100%;
  border-top: 1px solid #ccd1d7;
  border-left: 1px solid #ccd1d7;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_04, #news .sec01 .table_box_wrap .table_box_04 {
    width: 600px;
  }
}
#page .sec01 .table_box_wrap .table_box_04.table_box_04_02 tr th, #news .sec01 .table_box_wrap .table_box_04.table_box_04_02 tr th {
  width: 400px;
  text-align: left;
  background: rgba(149, 147, 105, 0.4);
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_04.table_box_04_02 tr th, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .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, #news .sec01 .table_box_wrap .table_box_04 tr th {
  border-right: 1px solid rgba(149, 147, 105, 0.2);
  padding: 18px 20px;
  background: rgba(149, 147, 105, 0.2);
  color: #828055;
  text-align: center;
  border-bottom: 1px solid #ccd1d7;
  font-family: "Kosugi Maru", sans-serif;
}
#page .sec01 .table_box_wrap .table_box_04 tr th:first-child, #news .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, #news .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, #news .sec01 .table_box_wrap .table_box_04 tr:nth-child(even) td {
  background: rgba(149, 147, 105, 0.2);
}
#page .sec01 .table_box_wrap .table_box_04 tr td, #news .sec01 .table_box_wrap .table_box_04 tr td {
  border-bottom: 1px solid #ccd1d7;
  padding: 18px 20px;
  text-align: left;
  background: #fff;
  border-right: 1px solid #ccd1d7;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_04 tr td, #news .sec01 .table_box_wrap .table_box_04 tr td {
    padding: 15px 18px;
  }
}
#page .sec01 .table_box_wrap .table_box_04 tr td:first-child, #news .sec01 .table_box_wrap .table_box_04 tr td:first-child {
  font-family: "Kosugi Maru", sans-serif;
  width: 250px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_04 tr td:first-child, #news .sec01 .table_box_wrap .table_box_04 tr td:first-child {
    width: 200px;
  }
}
#page .sec01 .table_box_wrap .table_box_04 tr td p, #news .sec01 .table_box_wrap .table_box_04 tr td p {
  padding: 0;
}
#page .sec01 .table_box_wrap .table_box_05, #news .sec01 .table_box_wrap .table_box_05 {
  border-top: 1px solid #ccd1d7;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_05, #news .sec01 .table_box_wrap .table_box_05 {
    width: 600px;
  }
}
#page .sec01 .table_box_wrap .table_box_05.table_box_05_02 tr td, #news .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, #news .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, #news .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, #news .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, #news .sec01 .table_box_wrap .table_box_05 tr td {
  width: calc(100% - 200px);
  border-right: 1px solid #ccd1d7;
  border-bottom: 1px solid #ccd1d7;
  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, #news .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, #news .sec01 .table_box_wrap .table_box_05 tr td:first-child {
  width: 600px;
  vertical-align: middle;
  padding: 22px 20px;
  text-align: left;
  background: rgba(149, 147, 105, 0.2);
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_05 tr td:first-child, #news .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, #news .sec01 .table_box_wrap .table_box_05 tr td:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_05.tdw01, #news .sec01 .table_box_wrap .table_box_05.tdw01 {
    width: 700px;
  }
}
#page .sec01 .table_box_wrap .table_box_05.tdw01 tr td, #news .sec01 .table_box_wrap .table_box_05.tdw01 tr td {
  text-align: center !important;
}
#page .sec01 .table_box_wrap .table_box_05.tdw01 tr td:first-child, #news .sec01 .table_box_wrap .table_box_05.tdw01 tr td:first-child {
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_05.tdw01 tr td:first-child, #news .sec01 .table_box_wrap .table_box_05.tdw01 tr td:first-child {
    width: 300px;
  }
}
#page .sec01 .table_box_wrap .table_box_06, #news .sec01 .table_box_wrap .table_box_06 {
  border-top: 1px solid #ccd1d7;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_06, #news .sec01 .table_box_wrap .table_box_06 {
    width: 600px;
  }
}
#page .sec01 .table_box_wrap .table_box_06 tr td, #news .sec01 .table_box_wrap .table_box_06 tr td {
  width: calc(100% - 200px);
  border-right: 1px solid #ccd1d7;
  border-bottom: 1px solid #ccd1d7;
  padding: 22px 20px;
  text-align: center;
  background: #fff;
  vertical-align: middle;
}
#page .sec01 .table_box_wrap .table_box_06 tr td:first-child, #news .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, #news .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, #news .sec01 .table_box_wrap .table_box_06 tr td:last-child {
  border-right: none;
}
#page .sec01 .table_box_wrap .table_box_07, #news .sec01 .table_box_wrap .table_box_07 {
  border-top: 1px solid #828055;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_07, #news .sec01 .table_box_wrap .table_box_07 {
    width: 700px;
  }
}
#page .sec01 .table_box_wrap .table_box_07 tr td, #news .sec01 .table_box_wrap .table_box_07 tr td {
  width: calc(100% - 200px);
  border-right: 1px solid #828055;
  border-bottom: 1px solid #828055;
  padding: 15px 0 18px 30px;
  text-align: left;
  background: #fff;
}
#page .sec01 .table_box_wrap .table_box_07 tr td:first-child, #news .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, #news .sec01 .table_box_wrap .table_box_07 tr td:last-child {
  border-right: none;
}
#page .sec01 .table_box_wrap .table_box_08, #news .sec01 .table_box_wrap .table_box_08 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_08, #news .sec01 .table_box_wrap .table_box_08 {
    width: 600px;
  }
}
#page .sec01 .table_box_wrap .table_box_08 tr th, #news .sec01 .table_box_wrap .table_box_08 tr th {
  padding: 25px 20px;
  text-align: center;
  border-bottom: 1px solid #828055;
  vertical-align: middle;
  width: 200px;
  color: #828055;
}
@media screen and (max-width: 768px) {
  #page .sec01 .table_box_wrap .table_box_08 tr th, #news .sec01 .table_box_wrap .table_box_08 tr th {
    padding: 20px 18px;
    width: 200px;
  }
}
#page .sec01 .table_box_wrap .table_box_08 tr td, #news .sec01 .table_box_wrap .table_box_08 tr td {
  border-bottom: 1px solid rgba(84, 100, 125, 0.3);
  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, #news .sec01 .table_box_wrap .table_box_08 tr td {
    padding: 20px 18px;
  }
}
#page .sec01 .table_box_wrap .table_box_08 tr:first-child th, #news .sec01 .table_box_wrap .table_box_08 tr:first-child th {
  border-top: 1px solid #828055;
}
#page .sec01 .table_box_wrap .table_box_08 tr:first-child td, #news .sec01 .table_box_wrap .table_box_08 tr:first-child td {
  border-top: 1px solid rgba(84, 100, 125, 0.3);
}
#page .sec01 .table_cap_txt_wrap, #news .sec01 .table_cap_txt_wrap {
  padding: 10px 0 0;
}
#page .sec01 .table_cap_txt_wrap p, #news .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, #news .sec01 .table_cap_txt_wrap p {
    font-size: 1.4rem;
  }
}
#page .sec01 .qa_box_wrap, #news .sec01 .qa_box_wrap {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .qa_box_wrap, #news .sec01 .qa_box_wrap {
    margin: 8% 0 0;
  }
}
#page .sec01 .qa_box, #news .sec01 .qa_box {
  margin: 0 0 20px;
  filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.05));
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .qa_box, #news .sec01 .qa_box {
    margin: 0 0 4%;
  }
}
#page .sec01 .qa_box:last-child, #news .sec01 .qa_box:last-child {
  margin: 0;
}
#page .sec01 .qa_box .qa_tit, #news .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, #news .sec01 .qa_box .qa_tit {
    padding: 4% 10% 4% 60px;
  }
  #page .sec01 .qa_box .qa_tit p, #news .sec01 .qa_box .qa_tit p {
    line-height: 1.5;
    padding: 0;
  }
}
#page .sec01 .qa_box .qa_tit::before, #news .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: 10px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .qa_box .qa_tit::before, #news .sec01 .qa_box .qa_tit::before {
    left: 15px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
  }
}
#page .sec01 .qa_box .qa_tit .close, #news .sec01 .qa_box .qa_tit .close {
  position: relative;
  padding: 0 2rem 25px 0;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  font-family: "Kosugi Maru", sans-serif;
}
@media screen and (max-width: 768px) {
  #page .sec01 .qa_box .qa_tit .close, #news .sec01 .qa_box .qa_tit .close {
    font-size: 1.9rem;
    padding: 0 2rem 0 0;
  }
}
#page .sec01 .qa_box .qa_tit .close::before, #news .sec01 .qa_box .qa_tit .close::before {
  position: absolute;
  content: "";
  top: 30%;
  right: 0;
  background: #828055;
  border-radius: 1px;
  width: 20px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .qa_box .qa_tit .close::before, #news .sec01 .qa_box .qa_tit .close::before {
    top: 50%;
    right: -15px;
    width: 20px;
  }
}
#page .sec01 .qa_box .qa_tit .close::after, #news .sec01 .qa_box .qa_tit .close::after {
  position: absolute;
  content: "";
  top: 30%;
  right: 0;
  background: #828055;
  border-radius: 1px;
  width: 20px;
  height: 2px;
  transform: rotate(90deg);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #page .sec01 .qa_box .qa_tit .close::after, #news .sec01 .qa_box .qa_tit .close::after {
    top: 50%;
    right: -15px;
    width: 20px;
  }
}
#page .sec01 .qa_box .qa_tit .close.open::after, #news .sec01 .qa_box .qa_tit .close.open::after {
  transform: rotate(0);
}
#page .sec01 .qa_box .qa_txt, #news .sec01 .qa_box .qa_txt {
  display: none;
  position: relative;
  padding: 20px 30px 30px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .qa_box .qa_txt, #news .sec01 .qa_box .qa_txt {
    padding: 6%;
  }
}
#page .sec01 .qa_box .qa_txt .more_btn_wrap, #news .sec01 .qa_box .qa_txt .more_btn_wrap {
  text-align: center;
}
#page .sec01 .qa_box .qa_txt .page_txt01, #news .sec01 .qa_box .qa_txt .page_txt01 {
  line-height: 2;
  padding: 1em 0 0;
}
#page .sec01 .qa_box .qa_txt .page_txt01:first-child, #news .sec01 .qa_box .qa_txt .page_txt01:first-child {
  padding: 0;
}
#page .sec01 .qa_box .qa_txt .page_list_box, #news .sec01 .qa_box .qa_txt .page_list_box {
  padding: 1em 0 0;
}
#page .sec01 .qa_box .qa_txt .page_list_box:first-child, #news .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, #news .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, #news .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, #news .sec01 .qa_box .qa_txt .page_list_box .page_list_box_1column li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #828055;
  display: inline-block;
  margin: 0 15px 0 0;
}
#page .sec01 .qa_box .qa_txt .bg_box_wrap_01, #news .sec01 .qa_box .qa_txt .bg_box_wrap_01 {
  margin: 0;
}
#page .sec01 .qa_box .qa_txt .bg_box_wrap_01 .bg_box_01, #news .sec01 .qa_box .qa_txt .bg_box_wrap_01 .bg_box_01 {
  border: none;
  border-radius: 10px;
  background: rgba(149, 147, 105, 0.1);
}
#page .sec01 .qa_box .qa_txt .bg_box_wrap_01 .page_h4, #news .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;
  border-bottom: none;
}
#page .sec01 .qa_box .qa_txt .bg_box_wrap_01 .page_h4::before, #news .sec01 .qa_box .qa_txt .bg_box_wrap_01 .page_h4::before {
  content: "";
  background: #828055;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-size: cover;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
#page .sec01 .qa_box .qa_txt .bg_box_wrap_01 .page_h4::after, #news .sec01 .qa_box .qa_txt .bg_box_wrap_01 .page_h4::after {
  content: none;
}
#page .sec01 .qa_box .qa_txt .bg_box_wrap_01 + .bg_box_wrap_01, #news .sec01 .qa_box .qa_txt .bg_box_wrap_01 + .bg_box_wrap_01 {
  margin: 20px 0 0;
}
#page .sec01 .map_box, #news .sec01 .map_box {
  margin: 60px auto 0;
  border-radius: 20px;
}
#page .sec01 .map_box iframe, #news .sec01 .map_box iframe {
  width: 100%;
  height: 450px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .map_box iframe, #news .sec01 .map_box iframe {
    height: 250px;
  }
}
#page .sec01 .cap_box, #news .sec01 .cap_box {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .cap_box, #news .sec01 .cap_box {
    margin: 5% 0 0;
  }
}
#page .sec01 .cap_box p, #news .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, #news .sec01 .cap_box p {
    font-size: 1.4rem;
  }
}
#page .sec01 .clinic_conts_01, #news .sec01 .clinic_conts_01 {
  display: flex;
  flex-direction: column;
}
#page .sec01 .clinic_conts_01 dl, #news .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, #news .sec01 .clinic_conts_01 dl {
    margin: 6% auto 0;
  }
}
#page .sec01 .clinic_conts_01 dl dt, #news .sec01 .clinic_conts_01 dl dt {
  text-align: center;
  padding: 25px;
  width: 200px;
  border-bottom: 1px solid rgba(37, 31, 11, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 dl dt, #news .sec01 .clinic_conts_01 dl dt {
    width: 100%;
    padding: 4% 0;
    border-bottom: 1px solid rgba(37, 31, 11, 0.2);
  }
}
#page .sec01 .clinic_conts_01 dl dt:first-child, #news .sec01 .clinic_conts_01 dl dt:first-child {
  border-top: 1px solid rgba(37, 31, 11, 0.2);
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 dl dt:first-child, #news .sec01 .clinic_conts_01 dl dt:first-child {
    border-top: 1px solid rgba(37, 31, 11, 0.2);
  }
}
#page .sec01 .clinic_conts_01 dl dd, #news .sec01 .clinic_conts_01 dl dd {
  text-align: left;
  padding: 25px 30px;
  width: calc(100% - 200px);
  border-bottom: 1px solid rgba(37, 31, 11, 0.2);
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 dl dd, #news .sec01 .clinic_conts_01 dl dd {
    padding: 4%;
    width: 100%;
    border-bottom: 1px solid rgba(37, 31, 11, 0.2);
  }
}
#page .sec01 .clinic_conts_01 dl dd:nth-child(2), #news .sec01 .clinic_conts_01 dl dd:nth-child(2) {
  border-top: 1px solid rgba(37, 31, 11, 0.2);
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 dl dd:nth-child(2), #news .sec01 .clinic_conts_01 dl dd:nth-child(2) {
    border-top: none;
  }
}
#page .sec01 .clinic_conts_01 .clinic_h4, #news .sec01 .clinic_conts_01 .clinic_h4 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  border-top: 1px solid #828055;
  border-bottom: 1px solid #828055;
  padding: 20px 0;
  background: rgba(242, 240, 232, 0.8);
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_01 .clinic_h4, #news .sec01 .clinic_conts_01 .clinic_h4 {
    font-size: 1.6rem;
    padding: 4% 0;
  }
}
#page .sec01 .clinic_conts_02, #news .sec01 .clinic_conts_02 {
  background: #fff;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_conts_02, #news .sec01 .clinic_conts_02 {
    padding: 6%;
  }
}
#page .sec01 .top_schedule_wrap .top_schedule table, #news .sec01 .top_schedule_wrap .top_schedule table {
  width: 100%;
}
#page .sec01 .top_schedule_wrap .top_schedule table tr th, #news .sec01 .top_schedule_wrap .top_schedule table tr th {
  font-size: 1.8rem;
  padding: 25px 17px;
  border-left: 1px solid rgba(37, 31, 11, 0.2);
  text-align: center;
  vertical-align: middle;
}
#page .sec01 .top_schedule_wrap .top_schedule table tr th:first-child, #news .sec01 .top_schedule_wrap .top_schedule table tr th:first-child {
  border-left: none;
}
@media screen and (max-width: 768px) {
  #page .sec01 .top_schedule_wrap .top_schedule table tr th:first-child, #news .sec01 .top_schedule_wrap .top_schedule table tr th:first-child {
    font-size: 1.4rem;
    padding: 15px 5px;
  }
}
@media screen and (max-width: 768px) {
  #page .sec01 .top_schedule_wrap .top_schedule table tr th, #news .sec01 .top_schedule_wrap .top_schedule table tr th {
    font-size: 1.3rem;
    padding: 15px 5px;
  }
}
#page .sec01 .top_schedule_wrap .top_schedule table tr td, #news .sec01 .top_schedule_wrap .top_schedule table tr td {
  font-size: 1.8rem;
  padding: 25px 17px;
  border-top: 1px solid rgba(37, 31, 11, 0.2);
  border-left: 1px solid rgba(37, 31, 11, 0.2);
  text-align: center;
  vertical-align: middle;
  color: #828055;
}
#page .sec01 .top_schedule_wrap .top_schedule table tr td:first-child, #news .sec01 .top_schedule_wrap .top_schedule table tr td:first-child {
  border-left: none;
  color: #3D4158;
  font-family: "Gilda Display", serif;
}
@media screen and (max-width: 768px) {
  #page .sec01 .top_schedule_wrap .top_schedule table tr td:first-child, #news .sec01 .top_schedule_wrap .top_schedule table tr td:first-child {
    font-size: 1.4rem;
    padding: 15px 5px;
  }
}
@media screen and (max-width: 768px) {
  #page .sec01 .top_schedule_wrap .top_schedule table tr td, #news .sec01 .top_schedule_wrap .top_schedule table tr td {
    font-size: 1.3rem;
    padding: 15px;
    padding: 15px 5px;
  }
}
#page .sec01 .top_schedule_wrap .top_schedule .top_schedule_cap, #news .sec01 .top_schedule_wrap .top_schedule .top_schedule_cap {
  padding: 20px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #page .sec01 .top_schedule_wrap .top_schedule .top_schedule_cap, #news .sec01 .top_schedule_wrap .top_schedule .top_schedule_cap {
    padding: 10px 0 0;
    font-size: 1.2rem;
  }
}
#page .sec01 .top_calender, #news .sec01 .top_calender {
  margin: 100px 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .top_calender, #news .sec01 .top_calender {
    margin: 12% 0 0;
  }
}
#page .sec01 .top_calender h3, #news .sec01 .top_calender h3 {
  font-size: 2rem;
  position: relative;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #page .sec01 .top_calender h3, #news .sec01 .top_calender h3 {
    font-size: 1.4rem;
  }
}
#page .sec01 .top_calender .calendar_box, #news .sec01 .top_calender .calendar_box {
  margin: 30px 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .top_calender .calendar_box, #news .sec01 .top_calender .calendar_box {
    padding: 10px 0 0;
    margin: 10px 0 0;
  }
}
#page .sec01 .top_calender .calendar_box iframe, #news .sec01 .top_calender .calendar_box iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .top_calender .calendar_box iframe, #news .sec01 .top_calender .calendar_box iframe {
    height: 350px;
  }
}
#page .sec01 .h4_tit_wrap, #news .sec01 .h4_tit_wrap {
  position: relative;
}
#page .sec01 .h4_tit_wrap .h4_tit, #news .sec01 .h4_tit_wrap .h4_tit {
  font-size: 2rem;
  position: relative;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .h4_tit_wrap .h4_tit, #news .sec01 .h4_tit_wrap .h4_tit {
    font-size: 1.7rem;
    padding: 0;
    display: inline-block;
    margin: 0 0 5px;
  }
}
#page .sec01 .feature_box_wrap .feature_box, #news .sec01 .feature_box_wrap .feature_box {
  display: flex;
  justify-content: space-between;
  padding: 0 0 70px;
  margin: 0 0 70px;
  border-bottom: 1px solid rgba(84, 100, 125, 0.3);
}
@media screen and (max-width: 768px) {
  #page .sec01 .feature_box_wrap .feature_box, #news .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, #news .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, #news .sec01 .feature_box_wrap .feature_box .feature_box_l {
    width: 100%;
  }
}
#page .sec01 .feature_box_wrap .feature_box .feature_box_l .feature_box_sub, #news .sec01 .feature_box_wrap .feature_box .feature_box_l .feature_box_sub {
  font-family: "Gilda Display", serif;
  color: #828055;
  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, #news .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, #news .sec01 .feature_box_wrap .feature_box .feature_box_l .feature_box_sub span {
  font-family: "Outfit", sans-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, #news .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, #news .sec01 .feature_box_wrap .feature_box .feature_box_l .feature_box_sub::before {
  content: "";
  background: #828055;
  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, #news .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, #news .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, #news .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, #news .sec01 .feature_box_wrap .feature_box .feature_box_r {
    width: 100%;
    margin: 6% 0 0;
  }
}
#page .sec01 .feature_box_wrap .feature_box:nth-child(even), #news .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), #news .sec01 .feature_box_wrap .feature_box:nth-child(even) {
    flex-direction: column;
  }
}
#page .sec01 .schedule_box, #news .sec01 .schedule_box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .schedule_box, #news .sec01 .schedule_box {
    flex-direction: column;
  }
}
#page .sec01 .schedule_box .schedule_item, #news .sec01 .schedule_box .schedule_item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  #page .sec01 .schedule_box .schedule_item, #news .sec01 .schedule_box .schedule_item {
    width: 100%;
  }
}
#page .sec01 .schedule_box .schedule_item.item_02 .schedule_tit, #news .sec01 .schedule_box .schedule_item.item_02 .schedule_tit {
  background: #A872B6;
}
#page .sec01 .schedule_box .schedule_item.item_02 table tr th, #news .sec01 .schedule_box .schedule_item.item_02 table tr th {
  color: #A872B6;
}
#page .sec01 .schedule_box .schedule_item.item_02 table tr td:not(:first-child), #news .sec01 .schedule_box .schedule_item.item_02 table tr td:not(:first-child) {
  color: #A872B6;
}
#page .sec01 .schedule_box .schedule_item.item_02 .schedule_txt_wrap li, #news .sec01 .schedule_box .schedule_item.item_02 .schedule_txt_wrap li {
  color: #A872B6;
}
#page .sec01 .schedule_box .schedule_item .schedule_tit, #news .sec01 .schedule_box .schedule_item .schedule_tit {
  display: flex;
  height: 50px;
  padding: 8px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #53B0B2;
  color: #fff;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 2rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .schedule_box .schedule_item .schedule_tit, #news .sec01 .schedule_box .schedule_item .schedule_tit {
    font-size: 1.8rem;
  }
}
#page .sec01 .schedule_box .schedule_item .schedule_tit span, #news .sec01 .schedule_box .schedule_item .schedule_tit span {
  color: #A872B6;
  padding: 2px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .schedule_box .schedule_item .schedule_tit span, #news .sec01 .schedule_box .schedule_item .schedule_tit span {
    font-size: 1.6rem;
  }
}
#page .sec01 .schedule_box .schedule_item table, #news .sec01 .schedule_box .schedule_item table {
  margin: 15px 0 0;
  width: 100%;
  border-right: 1px solid rgba(84, 100, 125, 0.3);
  border-bottom: 1px solid rgba(84, 100, 125, 0.3);
}
@media screen and (max-width: 768px) {
  #page .sec01 .schedule_box .schedule_item table, #news .sec01 .schedule_box .schedule_item table {
    margin: 10px 0 0;
  }
}
#page .sec01 .schedule_box .schedule_item table tr th, #news .sec01 .schedule_box .schedule_item table tr th {
  background: rgba(84, 100, 125, 0.06);
  border-left: 1px solid rgba(84, 100, 125, 0.3);
  border-top: 1px solid rgba(84, 100, 125, 0.3);
  text-align: center;
  vertical-align: middle;
  color: #34959B;
  padding: 5px;
  font-family: "Kosugi Maru", sans-serif;
}
#page .sec01 .schedule_box .schedule_item table tr td, #news .sec01 .schedule_box .schedule_item table tr td {
  border-left: 1px solid rgba(84, 100, 125, 0.3);
  border-top: 1px solid rgba(84, 100, 125, 0.3);
  text-align: center;
  vertical-align: middle;
  background: #fff;
  padding: 10px 6px;
  font-family: "STIX Two Text", serif;
  font-size: 1.9rem;
  font-weight: 450;
  line-height: 1;
  letter-spacing: 1.9px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .schedule_box .schedule_item table tr td, #news .sec01 .schedule_box .schedule_item table tr td {
    font-size: 1.7rem;
  }
}
#page .sec01 .schedule_box .schedule_item table tr td:not(:first-child), #news .sec01 .schedule_box .schedule_item table tr td:not(:first-child) {
  color: #34959B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3px;
}
#page .sec01 .schedule_box .schedule_item .schedule_txt_wrap, #news .sec01 .schedule_box .schedule_item .schedule_txt_wrap {
  margin: 15px 0 0;
}
#page .sec01 .schedule_box .schedule_item .schedule_txt_wrap li, #news .sec01 .schedule_box .schedule_item .schedule_txt_wrap li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  color: #34959B;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #page .sec01 .schedule_box .schedule_item .schedule_txt_wrap li, #news .sec01 .schedule_box .schedule_item .schedule_txt_wrap li {
    font-size: 1.5rem;
  }
}
#page .sec01 .doc_box, #news .sec01 .doc_box {
  border-radius: 20px;
  border: 2px solid #e7eaed;
  background: #fff;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .doc_box, #news .sec01 .doc_box {
    padding: 4%;
  }
}
#page .sec01 .doc_box p, #news .sec01 .doc_box p {
  padding: 0;
}
#page .sec01 .doc_box.doc_box_02, #news .sec01 .doc_box.doc_box_02 {
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .doc_box.doc_box_02, #news .sec01 .doc_box.doc_box_02 {
    margin: 6% auto 0;
  }
}
#page .sec01 .doc_box.doc_box_02 .doc_box_up .doc_box_up_r .doc_prpf_01, #news .sec01 .doc_box.doc_box_02 .doc_box_up .doc_box_up_r .doc_prpf_01 {
  background: linear-gradient(135deg, #D8AFE1 0%, #BD9CD7 100%);
}
#page .sec01 .doc_box.doc_box_02 .doc_box_up .doc_box_up_r .doc_name .doc_name_02, #news .sec01 .doc_box.doc_box_02 .doc_box_up .doc_box_up_r .doc_name .doc_name_02 {
  color: #A872B6;
}
#page .sec01 .doc_box.doc_box_02 .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_item_tit, #news .sec01 .doc_box.doc_box_02 .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_item_tit {
  background: linear-gradient(135deg, #D8AFE1 0%, #BD9CD7 100%);
}
#page .sec01 .doc_box.doc_box_02 .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_ul_01 li .span_01, #news .sec01 .doc_box.doc_box_02 .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_ul_01 li .span_01 {
  color: #A872B6;
}
#page .sec01 .doc_box .doc_box_up, #news .sec01 .doc_box .doc_box_up {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #34959B;
}
@media screen and (max-width: 768px) {
  #page .sec01 .doc_box .doc_box_up, #news .sec01 .doc_box .doc_box_up {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
#page .sec01 .doc_box .doc_box_up .doc_box_up_l, #news .sec01 .doc_box .doc_box_up .doc_box_up_l {
  width: 280px;
  height: 280px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .doc_box .doc_box_up .doc_box_up_l, #news .sec01 .doc_box .doc_box_up .doc_box_up_l {
    margin: 0 auto;
  }
}
#page .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_prpf_01, #news .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_prpf_01 {
  padding: 10px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  background: linear-gradient(135deg, #7BC3BF 0%, #47ABB2 100%);
  color: #fff;
  font-family: "Kosugi Maru", sans-serif;
  line-height: 1;
  letter-spacing: 0.9px;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_prpf_01, #news .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_prpf_01 {
    margin: 0 auto 20px;
  }
}
#page .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_name, #news .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_name {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 1.5px;
  padding: 0 0 25px;
  border-bottom: 1px solid rgba(84, 100, 125, 0.3);
}
@media screen and (max-width: 768px) {
  #page .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_name, #news .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_name {
    margin: 0 auto;
    text-align: center;
    font-size: 2.4rem;
  }
}
#page .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_name .doc_name_01, #news .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_name .doc_name_01 {
  padding: 0 15px 0 0;
  color: #828055;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 1.9px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_name .doc_name_01, #news .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_name .doc_name_01 {
    font-size: 1.7rem;
  }
}
#page .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_name .doc_name_02, #news .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_name .doc_name_02 {
  padding: 0 0 0 15px;
  color: #34959B;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_name .doc_name_02, #news .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_name .doc_name_02 {
    font-size: 1.8rem;
    display: block;
    padding: 10px 0 0;
  }
}
#page .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_prpf_txt, #news .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_prpf_txt {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.6px;
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_prpf_txt, #news .sec01 .doc_box .doc_box_up .doc_box_up_r .doc_prpf_txt {
    font-size: 1.5rem;
    margin: 15px 0 0;
    padding: 0 0 15px;
  }
}
#page .sec01 .doc_box .doc_box_down, #news .sec01 .doc_box .doc_box_down {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .doc_box .doc_box_down, #news .sec01 .doc_box .doc_box_down {
    flex-direction: column;
  }
}
#page .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap, #news .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  #page .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap, #news .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap {
    width: 100%;
  }
}
#page .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item, #news .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item {
  border-radius: 10px;
  background: rgba(84, 100, 125, 0.1);
  padding: 52px 20px 20px;
  position: relative;
}
#page .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_item_tit, #news .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_item_tit {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 30px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #7BC3BF 0%, #47ABB2 100%);
  line-height: 1;
}
#page .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_item_tit span, #news .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_item_tit span {
  color: #fff;
  font-family: "Kosugi Maru", sans-serif;
  line-height: 1;
  letter-spacing: 1.8px;
  position: relative;
}
#page .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_item_tit span::before, #news .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_item_tit span::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}
#page .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_item_tit span::after, #news .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_item_tit span::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}
#page .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_ul_01, #news .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_ul_01 {
  display: flex;
  flex-wrap: wrap;
}
#page .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_ul_01 li, #news .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_ul_01 li {
  width: 100%;
  display: flex;
  border-bottom: 1px solid var(--grey-blue-10, rgba(84, 100, 125, 0.1));
  padding: 8px 0;
  align-items: center;
}
#page .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_ul_01 li .span_01, #news .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_ul_01 li .span_01 {
  display: block;
  color: var(--green-t, #34959B);
  font-family: Outfit;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 17px */
  letter-spacing: 0.85px;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_ul_01 li .span_01, #news .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_ul_01 li .span_01 {
    font-size: 1.5rem;
  }
}
#page .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_ul_01 li .span_02, #news .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_ul_01 li .span_02 {
  display: block;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 1.8px;
}
#page .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_ul_02 li, #news .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_ul_02 li {
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 1.8px;
  position: relative;
  padding: 8px 0 8px 20px;
}
#page .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_ul_02 li::before, #news .sec01 .doc_box .doc_box_down .doc_box_down_item_wrap .doc_box_down_item .doc_box_down_ul_02 li::before {
  content: "";
  position: absolute;
  background: #AAA876;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page .sec01 .clinic_info_box, #news .sec01 .clinic_info_box {
  border-radius: 20px;
  background: var(--sample-white, #FFF);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_info_box, #news .sec01 .clinic_info_box {
    padding: 6%;
  }
}
#page .sec01 .clinic_info_box ul, #news .sec01 .clinic_info_box ul {
  border-top: 1px solid rgba(84, 100, 125, 0.3);
}
#page .sec01 .clinic_info_box ul li, #news .sec01 .clinic_info_box ul li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(84, 100, 125, 0.3);
}
#page .sec01 .clinic_info_box ul li dl, #news .sec01 .clinic_info_box ul li dl {
  display: flex;
  align-items: center;
}
#page .sec01 .clinic_info_box ul li dl dt, #news .sec01 .clinic_info_box ul li dl dt {
  padding: 20px 0px;
  text-align: center;
  width: 200px;
  font-family: "Kosugi Maru", sans-serif;
  margin: 0 30px 0 0;
  border-radius: 5px;
  background: var(--grey-yellow-20, rgba(149, 147, 105, 0.2));
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_info_box ul li dl dt, #news .sec01 .clinic_info_box ul li dl dt {
    width: 100px;
    margin: 0 10px 0 0;
    padding: 10px 0px;
  }
}
#page .sec01 .clinic_info_box ul li dl dd, #news .sec01 .clinic_info_box ul li dl dd {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .clinic_info_box ul li dl dd, #news .sec01 .clinic_info_box ul li dl dd {
    width: calc(100% - 110px);
    padding: 10px;
  }
}
#page .sec01 .box_01, #news .sec01 .box_01 {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  border: 2px solid #e6eaed;
}
@media screen and (max-width: 768px) {
  #page .sec01 .box_01, #news .sec01 .box_01 {
    padding: 5%;
    border-radius: 10px;
  }
}
#page .sec01 .box_01.ganka .page_box_wrap .page_box .page_h4, #news .sec01 .box_01.ganka .page_box_wrap .page_box .page_h4 {
  border-bottom: 1px dotted #53B0B2;
}
#page .sec01 .box_01.ganka .page_box_wrap .page_box .page_h4::before, #news .sec01 .box_01.ganka .page_box_wrap .page_box .page_h4::before {
  background: #53B0B2;
}
#page .sec01 .box_01.ganka .more_btn_wrap .more_btn a, #news .sec01 .box_01.ganka .more_btn_wrap .more_btn a {
  background: #53B0B2;
}
@media screen and (min-width: 769px) {
  #page .sec01 .box_01.ganka .more_btn_wrap .more_btn:hover a, #news .sec01 .box_01.ganka .more_btn_wrap .more_btn:hover a {
    color: #34959B;
    background: #fff;
    border: 1px solid #34959B;
  }
  #page .sec01 .box_01.ganka .more_btn_wrap .more_btn:hover a::before, #news .sec01 .box_01.ganka .more_btn_wrap .more_btn:hover a::before {
    background: #34959B;
  }
}
#page .sec01 .box_01.hifuka .page_box_wrap .page_box .page_h4, #news .sec01 .box_01.hifuka .page_box_wrap .page_box .page_h4 {
  border-bottom: 1px dotted #A872B6;
}
#page .sec01 .box_01.hifuka .page_box_wrap .page_box .page_h4::before, #news .sec01 .box_01.hifuka .page_box_wrap .page_box .page_h4::before {
  background: #A872B6;
}
#page .sec01 .box_01.hifuka .more_btn_wrap .more_btn a, #news .sec01 .box_01.hifuka .more_btn_wrap .more_btn a {
  background: #A872B6;
}
@media screen and (min-width: 769px) {
  #page .sec01 .box_01.hifuka .more_btn_wrap .more_btn:hover a, #news .sec01 .box_01.hifuka .more_btn_wrap .more_btn:hover a {
    color: #A872B6;
    background: #fff;
    border: 1px solid #A872B6;
  }
  #page .sec01 .box_01.hifuka .more_btn_wrap .more_btn:hover a::before, #news .sec01 .box_01.hifuka .more_btn_wrap .more_btn:hover a::before {
    background: #A872B6;
  }
}
#page .sec01 .box_01 + .box_01, #news .sec01 .box_01 + .box_01 {
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .box_01 + .box_01, #news .sec01 .box_01 + .box_01 {
    margin: 3% auto 0;
  }
}
#page .sec01 .box_01 .page_box_wrap, #news .sec01 .box_01 .page_box_wrap {
  margin: 0;
  width: 100%;
}
#page .sec01 .box_01 .page_box_wrap .page_box, #news .sec01 .box_01 .page_box_wrap .page_box {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .box_01 .page_box_wrap .page_box, #news .sec01 .box_01 .page_box_wrap .page_box {
    flex-direction: column;
    gap: 20px;
  }
}
#page .sec01 .box_01 .page_box_wrap .page_box .page_h4, #news .sec01 .box_01 .page_box_wrap .page_box .page_h4 {
  width: 100%;
  font-size: 2.4rem;
  margin: -120px 0 0 0;
  position: relative;
  padding: 120px 0 10px 30px;
  color: #3D4158;
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 2.88px;
  background: none;
  border-bottom: 1px dotted #AAA876;
}
@media screen and (max-width: 768px) {
  #page .sec01 .box_01 .page_box_wrap .page_box .page_h4, #news .sec01 .box_01 .page_box_wrap .page_box .page_h4 {
    font-size: 2rem;
    margin: -70px 0 0 0;
    position: relative;
    padding: 70px 0 10px 30px;
  }
}
#page .sec01 .box_01 .page_box_wrap .page_box .page_h4::before, #news .sec01 .box_01 .page_box_wrap .page_box .page_h4::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 16px;
  height: 16px;
  background: #AAA876;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 138px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #page .sec01 .box_01 .page_box_wrap .page_box .page_h4::before, #news .sec01 .box_01 .page_box_wrap .page_box .page_h4::before {
    top: 85px;
  }
}
#page .sec01 .box_01 .page_box_wrap .page_box.page_box_30 .page_box_l, #news .sec01 .box_01 .page_box_wrap .page_box.page_box_30 .page_box_l {
  width: calc(70% - 40px);
}
@media screen and (max-width: 768px) {
  #page .sec01 .box_01 .page_box_wrap .page_box.page_box_30 .page_box_l, #news .sec01 .box_01 .page_box_wrap .page_box.page_box_30 .page_box_l {
    width: 100%;
  }
}
#page .sec01 .box_01 .page_box_wrap .page_box.page_box_30 .page_box_r, #news .sec01 .box_01 .page_box_wrap .page_box.page_box_30 .page_box_r {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .box_01 .page_box_wrap .page_box.page_box_30 .page_box_r, #news .sec01 .box_01 .page_box_wrap .page_box.page_box_30 .page_box_r {
    width: 100%;
  }
}
#page .sec01 .box_01 .page_box_wrap .page_box .page_box_l, #news .sec01 .box_01 .page_box_wrap .page_box .page_box_l {
  width: calc(60% - 40px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  #page .sec01 .box_01 .page_box_wrap .page_box .page_box_l, #news .sec01 .box_01 .page_box_wrap .page_box .page_box_l {
    width: 100%;
  }
}
#page .sec01 .box_01 .page_box_wrap .page_box .page_box_r, #news .sec01 .box_01 .page_box_wrap .page_box .page_box_r {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #page .sec01 .box_01 .page_box_wrap .page_box .page_box_r, #news .sec01 .box_01 .page_box_wrap .page_box .page_box_r {
    width: 100%;
  }
}
#page .sec01 .box_01 .page_box_wrap .page_box .page_box_r .img_box, #news .sec01 .box_01 .page_box_wrap .page_box .page_box_r .img_box {
  margin: 0;
}
#page .sec01 .box_01 .page_box_wrap .page_box .page_box_r .img_box img, #news .sec01 .box_01 .page_box_wrap .page_box .page_box_r .img_box img {
  border-radius: 10px;
}
#page .sec01 .form_conts, #news .sec01 .form_conts {
  margin: 0 auto 0;
  width: 800px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(84, 100, 125, 0.3);
}
@media screen and (max-width: 768px) {
  #page .sec01 .form_conts, #news .sec01 .form_conts {
    width: 100%;
    margin: 40px auto 0;
  }
}
#page .sec01 .form_conts .fm_01, #news .sec01 .form_conts .fm_01 {
  border-bottom: 1px solid rgba(84, 100, 125, 0.3);
  padding: 30px;
  display: flex;
}
@media screen and (max-width: 768px) {
  #page .sec01 .form_conts .fm_01, #news .sec01 .form_conts .fm_01 {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }
}
#page .sec01 .form_conts .fm_01 .fm_tit, #news .sec01 .form_conts .fm_01 .fm_tit {
  width: 250px;
}
@media screen and (max-width: 768px) {
  #page .sec01 .form_conts .fm_01 .fm_tit, #news .sec01 .form_conts .fm_01 .fm_tit {
    width: 100%;
  }
}
#page .sec01 .form_conts .fm_01 .fm_tit span, #news .sec01 .form_conts .fm_01 .fm_tit span {
  margin: 0 8px 0 0;
  background: #828055;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 8px;
  display: flex;
  align-items: center;
  display: inline-block;
}
#page .sec01 .form_conts .fm_01 .fm_tit span.nini, #news .sec01 .form_conts .fm_01 .fm_tit span.nini {
  background: #666;
}
#page .sec01 .form_conts .fm_01 .fm_conts, #news .sec01 .form_conts .fm_01 .fm_conts {
  width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
  #page .sec01 .form_conts .fm_01 .fm_conts, #news .sec01 .form_conts .fm_01 .fm_conts {
    width: 100%;
  }
}
#page .sec01 .form_conts .fm_01 .fm_conts .text, #news .sec01 .form_conts .fm_01 .fm_conts .text {
  font-size: 1.8rem;
  padding: 4px;
  width: 100%;
}
#page .sec01 .form_conts .fm_01 .fm_conts .select, #news .sec01 .form_conts .fm_01 .fm_conts .select {
  font-size: 1.8rem;
  padding: 4px;
  margin: 0 0 15px;
}
#page .sec01 .form_conts .fm_01 .fm_conts .textarea, #news .sec01 .form_conts .fm_01 .fm_conts .textarea {
  width: 100%;
  height: 200px;
}
#page .sec01 .form_conts .confirm, #news .sec01 .form_conts .confirm {
  width: 300px;
  font-size: 1.8rem;
  margin: 80px auto 0;
  padding: 20px 0;
  background: #828055;
  color: #fff;
  border: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #page .sec01 .form_conts .confirm, #news .sec01 .form_conts .confirm {
    width: 80%;
    margin: 10% auto 0;
  }
}
@media screen and (min-width: 769px) {
  #page .sec01 .form_conts .confirm:hover, #news .sec01 .form_conts .confirm:hover {
    opacity: 0.7;
  }
}
#page .sec01 .form_conts .confirmprev, #news .sec01 .form_conts .confirmprev {
  width: 300px;
  font-size: 1.8rem;
  margin: 80px auto 0;
  padding: 20px 0;
  background: #666;
  color: #fff;
  border: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #page .sec01 .form_conts .confirmprev, #news .sec01 .form_conts .confirmprev {
    width: 80%;
    margin: 10% auto 0;
  }
}
@media screen and (min-width: 769px) {
  #page .sec01 .form_conts .confirmprev:hover, #news .sec01 .form_conts .confirmprev:hover {
    opacity: 0.7;
  }
}
#page .sec01 .form_conts .confirmprev_box, #news .sec01 .form_conts .confirmprev_box {
  display: flex;
  gap: 40px;
  margin: 60px auto 0;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #page .sec01 .form_conts .confirmprev_box, #news .sec01 .form_conts .confirmprev_box {
    margin: 40px 0 0;
    gap: 20px;
  }
}
#page .sec01 .form_conts .confirmprev_box .confirm, #news .sec01 .form_conts .confirmprev_box .confirm {
  margin: 0;
}
#page .sec01 .form_conts .confirmprev_box .confirmprev, #news .sec01 .form_conts .confirmprev_box .confirmprev {
  margin: 0;
}
#page .sec01 .form_conts .confirmprev_box .wpcf7-spinner, #news .sec01 .form_conts .confirmprev_box .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
  width: 100%;
}
#page .sec01 .form_conts .confirmprev_box button, #news .sec01 .form_conts .confirmprev_box button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#page .talk_box {
  width: calc(100% - 60px);
  border-radius: 10px;
  background: #fff;
  padding: 40px 40px 40px 100px;
  position: relative;
  margin: 50px auto 0;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #page .talk_box {
    padding: 40px 30px 40px 55px;
    width: calc(100% - 30px);
  }
}
#page .talk_box P {
  text-align: justify;
}
#page .talk_box::before {
  content: "";
  background: url(../images/page/icon_talk_l.svg);
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -33px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  #page .talk_box::before {
    width: 70px;
    height: 70px;
    left: -10px;
  }
}
#page .talk_box::after {
  content: "";
  background: url(../images/page/icon_talk_pt_l.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  #page .talk_box::after {
    width: 16px;
    height: 16px;
    top: -15px;
    right: -15px;
  }
}
#page .talk_box.talk_box_r {
  padding: 40px 100px 40px 40px;
}
@media screen and (max-width: 768px) {
  #page .talk_box.talk_box_r {
    padding: 40px 55px 40px 30px;
  }
}
#page .talk_box.talk_box_r::before {
  content: "";
  background: url(../images/page/icon_talk_r.svg);
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -33px;
  left: inherit;
  right: -30px;
}
@media screen and (max-width: 768px) {
  #page .talk_box.talk_box_r::before {
    width: 70px;
    height: 70px;
    right: -10px;
  }
}
#page .talk_box.talk_box_r::after {
  content: "";
  background: url(../images/page/icon_talk_pt_r.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: -20px;
  right: inherit;
}
@media screen and (max-width: 768px) {
  #page .talk_box.talk_box_r::after {
    width: 16px;
    height: 16px;
    top: -15px;
    left: -15px;
  }
}
#page .talk_box .bold {
  color: #53B0B2;
  background: linear-gradient(transparent 60%, #FFFFA4 30%);
}
#page .talk_box a {
  font-weight: 500;
  color: #8B8D9B;
  text-decoration: none;
  border-bottom: 1px solid #8B8D9B;
}
#page .box_01 .talk_box {
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  #page .box_01 .talk_box {
    width: calc(100% - 30px);
    padding: 40px 30px 40px 50px;
  }
}
@media screen and (max-width: 768px) {
  #page .box_01 .talk_box.talk_box_r {
    padding: 40px 50px 40px 30px;
  }
}

.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: #53B0B2;
}
.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 #3D4158;
  display: inline-block;
  text-decoration: none;
  color: #3D4158;
}
@media screen and (min-width: 769px) {
  #page .sitemap_box .list_sitemap .menu li a:hover {
    color: #828055;
  }
}

#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: #A872B6;
  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 #828055;
  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: #828055;
}
#page .sec01 .title .num {
  color: #828055;
  font-size: 2.8rem;
  font-family: "Gilda Display", serif;
  font-style: normal;
  font-weight: 500;
  margin: 0 0.7em 0 0;
}
#page .sec01 .table_fee {
  border-top: 1px solid #3D4158;
  border-left: 1px solid #3D4158;
  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 #3D4158;
  border-right: 1px solid #3D4158;
  padding: 20px;
  background: #53B0B2;
}
#page .sec01 .table_fee tr td {
  border-bottom: 1px solid #3D4158;
  border-right: 1px solid #3D4158;
  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 {
  margin: 0 auto;
}
.page_slide .mySwiper2 {
  height: auto;
  width: 850px;
}
@media screen and (max-width: 768px) {
  .page_slide .mySwiper2 {
    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: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .page_slide .mySwiper2 .swiper-wrapper .swiper-slide .swiper_txt {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.page_slide .mySwiper {
  width: 850px;
  height: auto;
  box-sizing: border-box;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .page_slide .mySwiper {
    width: 100%;
    height: auto;
  }
}
.page_slide .mySwiper .swiper-wrapper {
  transform: none !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 10px;
}
@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% - 50px) / 6) !important;
  height: 100%;
  opacity: 0.4;
}
@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: calc(50% - 25px);
  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: #828055;
  background: rgba(53, 45, 33, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .page_slide .swiper-button-prev, .page_slide .swiper-button-next {
    top: 50%;
    width: 30px;
    height: 30px;
  }
}
.page_slide .swiper-button-prev {
  padding: 0 0 0 4px;
}
.page_slide .swiper-button-prev::after {
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(-130deg);
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23px;
  margin: auto;
  pointer-events: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .page_slide .swiper-button-prev::after {
    left: 13px;
  }
}
.page_slide .swiper-button-next {
  padding: 0 4px 0 0;
}
.page_slide .swiper-button-next::after {
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  pointer-events: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .page_slide .swiper-button-next::after {
    right: 13px;
  }
}
.page_slide .swiper-button-prev, .page_slide .swiper-rtl .swiper-button-next {
  left: 20px;
  right: auto;
}
@media screen and (max-width: 768px) {
  .page_slide .swiper-button-prev, .page_slide .swiper-rtl .swiper-button-next {
    left: 10px;
  }
}
.page_slide .swiper-button-next, .page_slide .swiper-rtl .swiper-button-prev {
  right: 20px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .page_slide .swiper-button-next, .page_slide .swiper-rtl .swiper-button-prev {
    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);
}
@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);
  font-size: 2rem;
  color: #828055;
}
@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;
}
.swiper_conts04 {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .swiper_conts04 {
    margin: 6% 0 0;
    position: relative;
  }
}
.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) {
  .swiper_conts04 .swiper04 {
    padding: 0 0 40px;
  }
}
.swiper_conts04 .swiper04 .swiper-slide {
  opacity: 0.2;
  width: 800px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper_conts04 .swiper04 .swiper-slide {
    width: 90%;
    padding: 4%;
  }
}
.swiper_conts04 .swiper04 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper_conts04 .swiper04 .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.swiper_conts04 .swiper04 .swiper-slide .slide_img {
  position: relative;
}
.swiper_conts04 .swiper04 .swiper-slide .slide_img img {
  border: 3px solid #dadddf;
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper_conts04 .swiper04 .swiper-slide .slide_img .slide_tit {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #959369;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 1px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 20px 30px;
}
.swiper_conts04 .swiper04 .swiper-slide .slide_sub {
  position: absolute;
  right: 20px;
  top: 0;
  background: linear-gradient(135deg, #B2B081 0%, #A9A775 100%);
  padding: 12px 12px;
}
.swiper_conts04 .swiper04 .swiper-slide .slide_sub .slide_sub_01 {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 1.5px;
}
.swiper_conts04 .swiper04 .swiper-slide .slide_sub .slide_sub_02 {
  color: #fff;
  font-family: "STIX Two Text", serif;
  font-size: 2.2rem;
  line-height: 100%;
}
.swiper_conts04 .swiper04 .swiper-slide .slide_txt {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.9px;
  padding: 20px 0 0;
}
.swiper_conts04 .swiper-pagination-bullet {
  opacity: 0.2;
  background: #959369;
}
.swiper_conts04 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #959369;
}
.swiper_conts04 .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper_conts04 .swiper-pagination-fraction, .swiper_conts04 .swiper-pagination-custom, .swiper_conts04 .swiper-horizontal > .swiper-pagination-bullets, .swiper_conts04 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .swiper_conts04 .swiper-pagination-fraction, .swiper_conts04 .swiper-pagination-custom, .swiper_conts04 .swiper-horizontal > .swiper-pagination-bullets, .swiper_conts04 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
  }
}
.swiper_conts04 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper_conts04 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper_conts04 .swiper-button_wrap {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .swiper_conts04 .swiper-button_wrap {
    width: 100%;
    padding: 0 4%;
    position: absolute;
    top: 65px;
  }
}
.swiper_conts04 .swiper-button-prev, .swiper_conts04 .swiper-button-next {
  position: inherit;
  top: inherit;
  width: inherit;
  height: inherit;
  z-index: 10;
  cursor: pointer;
  display: block;
  align-items: center;
  justify-content: center;
  color: inherit;
  bottom: inherit;
  margin: inherit;
}
.swiper_conts04 .swiper-button-prev {
  position: absolute;
  left: -20px;
  right: inherit;
  width: auto;
}
.swiper_conts04 .swiper-button-next {
  left: inherit;
  right: inherit;
  position: absolute;
  right: -20px;
  width: auto;
}
.swiper_conts04 .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 21px;
  -webkit-mask-image: url(../images/common/arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/common/arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background-color: #3D4158;
  transform: rotate(180deg);
}
.swiper_conts04 .swiper-button-next:after {
  content: "";
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 21px;
  -webkit-mask-image: url(../images/common/arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/common/arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background-color: #3D4158;
}
.swiper_conts04 .swiper-button-prev:after, .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;
}

strong {
  font-weight: bold !important;
}

h6 {
  font-weight: bold !important;
  border-bottom: 1px solid #ccc !important;
  padding: 0 0 10px !important;
}

.w750 {
  width: 750px !important;
}
@media screen and (max-width: 768px) {
  .w750 {
    width: 100% !important;
  }
}
/*# sourceMappingURL=page.css.map */